@fluid-topics/ft-table 1.3.30 → 1.3.32

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.
@@ -1,4 +1,4 @@
1
- "use strict";(()=>{var Ga=Object.create;var go=Object.defineProperty;var Ua=Object.getOwnPropertyDescriptor;var Ma=Object.getOwnPropertyNames;var Za=Object.getPrototypeOf,Ka=Object.prototype.hasOwnProperty;var At=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports);var Fa=(e,o,a,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of Ma(o))!Ka.call(e,l)&&l!==a&&go(e,l,{get:()=>o[l],enumerable:!(i=Ua(o,l))||i.enumerable});return e};var C=(e,o,a)=>(a=e!=null?Ga(Za(e)):{},Fa(o||!e||!e.__esModule?go(a,"default",{value:e,enumerable:!0}):a,e));var L=At((vn,ho)=>{ho.exports=ftGlobals.wcUtils});var U=At((wn,mo)=>{mo.exports=ftGlobals.lit});var xo=At((Nn,bo)=>{bo.exports=ftGlobals.litRepeat});var ft=At((En,Co)=>{Co.exports=ftGlobals.litDecorators});var xe=At((es,Or)=>{Or.exports=ftGlobals.litClassMap});var lo=At((np,xa)=>{xa.exports=ftGlobals.litUnsafeHTML});var ka=At((ff,Ia)=>{Ia.exports=ftGlobals.litStyleMap});var Ha=C(L());var P=C(U()),We=C(xo());var so=C(L());var he=C(ft()),Ra=C(L());var Cr=C(U()),v=C(L());var Eo=C(U()),W=C(L()),So=W.FtCssVariableFactory.extend("--ft-ripple-color","",W.designSystemVariables.colorContent),g={color:So,backgroundColor:W.FtCssVariableFactory.extend("--ft-ripple-background-color","",So),opacityContentOnSurfacePressed:W.FtCssVariableFactory.external(W.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:W.FtCssVariableFactory.external(W.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:W.FtCssVariableFactory.external(W.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:W.FtCssVariableFactory.external(W.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:W.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},Oo=W.FtCssVariableFactory.extend("--ft-ripple-color","",W.designSystemVariables.colorPrimary),vo={color:Oo,backgroundColor:W.FtCssVariableFactory.extend("--ft-ripple-background-color","",Oo)},wo=W.FtCssVariableFactory.extend("--ft-ripple-color","",W.designSystemVariables.colorSecondary),No={color:wo,backgroundColor:W.FtCssVariableFactory.extend("--ft-ripple-background-color","",wo)},Ro=Eo.css`
1
+ "use strict";(()=>{var Ga=Object.create;var go=Object.defineProperty;var Ua=Object.getOwnPropertyDescriptor;var Ma=Object.getOwnPropertyNames;var Za=Object.getPrototypeOf,Ka=Object.prototype.hasOwnProperty;var At=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports);var Fa=(e,o,a,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of Ma(o))!Ka.call(e,l)&&l!==a&&go(e,l,{get:()=>o[l],enumerable:!(i=Ua(o,l))||i.enumerable});return e};var C=(e,o,a)=>(a=e!=null?Ga(Za(e)):{},Fa(o||!e||!e.__esModule?go(a,"default",{value:e,enumerable:!0}):a,e));var L=At((vn,ho)=>{ho.exports=ftGlobals.wcUtils});var G=At((wn,mo)=>{mo.exports=ftGlobals.lit});var xo=At((En,bo)=>{bo.exports=ftGlobals.litRepeat});var ut=At((Nn,Co)=>{Co.exports=ftGlobals.litDecorators});var xe=At((es,Or)=>{Or.exports=ftGlobals.litClassMap});var lo=At((np,xa)=>{xa.exports=ftGlobals.litUnsafeHTML});var ka=At((ff,Ia)=>{Ia.exports=ftGlobals.litStyleMap});var Ha=C(L());var $=C(G()),We=C(xo());var so=C(L());var he=C(ut()),Ra=C(L());var Cr=C(G()),v=C(L());var No=C(G()),k=C(L()),So=k.FtCssVariableFactory.extend("--ft-ripple-color","",k.designSystemVariables.colorContent),g={color:So,backgroundColor:k.FtCssVariableFactory.extend("--ft-ripple-background-color","",So),opacityContentOnSurfacePressed:k.FtCssVariableFactory.external(k.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:k.FtCssVariableFactory.external(k.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:k.FtCssVariableFactory.external(k.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:k.FtCssVariableFactory.external(k.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:k.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},Oo=k.FtCssVariableFactory.extend("--ft-ripple-color","",k.designSystemVariables.colorPrimary),vo={color:Oo,backgroundColor:k.FtCssVariableFactory.extend("--ft-ripple-background-color","",Oo)},wo=k.FtCssVariableFactory.extend("--ft-ripple-color","",k.designSystemVariables.colorSecondary),Eo={color:wo,backgroundColor:k.FtCssVariableFactory.extend("--ft-ripple-background-color","",wo)},Ro=No.css`
2
2
  :host {
3
3
  display: contents;
4
4
  }
@@ -53,11 +53,11 @@
53
53
  }
54
54
 
55
55
  .ft-ripple.ft-ripple--secondary .ft-ripple--background {
56
- background-color: ${No.backgroundColor};
56
+ background-color: ${Eo.backgroundColor};
57
57
  }
58
58
 
59
59
  .ft-ripple.ft-ripple--secondary .ft-ripple--effect {
60
- background-color: ${No.color};
60
+ background-color: ${Eo.color};
61
61
  }
62
62
 
63
63
  .ft-ripple.ft-ripple--primary .ft-ripple--background {
@@ -110,8 +110,8 @@
110
110
  opacity: ${g.opacityContentOnSurfacePressed};
111
111
  transform: translate(-50%, -50%) scale(1);
112
112
  }
113
- `;var tt=C(U()),m=C(L());var ut=C(U(),1),Ot=e=>typeof e=="string"?(0,ut.unsafeCSS)(e):e,t=class{static create(o,a,i,l){let c=p=>Ot(p??l),d=ut.css`var(${Ot(o)}, ${c(l)})`;return d.name=o,d.description=a,d.category=i,d.defaultValue=l,d.defaultCssValue=c,d.set=p=>Lo(d,p??c(l)),d.get=p=>ut.css`var(${Ot(o)}, ${c(p)})`,d.breadcrumb=()=>[],d.lastResortDefaultValue=()=>l,d}static extend(o,a,i,l){let c=p=>i.get(p??l),d=ut.css`var(${Ot(o)}, ${c(l)})`;return d.name=o,d.description=a,d.category=i.category,d.fallbackVariable=i,d.defaultValue=l,d.defaultCssValue=c,d.set=p=>Lo(d,p??c(l)),d.get=p=>ut.css`var(${Ot(o)}, ${c(p)})`,d.breadcrumb=()=>[i.name,...i.breadcrumb()],d.lastResortDefaultValue=()=>l??i.lastResortDefaultValue(),d}static external(o,a){let i=c=>o.defaultCssValue(c),l=ut.css`var(${Ot(o.name)}, ${i(o.defaultValue)})`;return l.name=o.name,l.category=o.category,l.fallbackVariable=o.fallbackVariable,l.defaultValue=o.defaultValue,l.context=a,l.defaultCssValue=i,l.set=c=>o.set(c),l.get=c=>ut.css`var(${Ot(o.name)}, ${i(c)})`,l.breadcrumb=()=>o.breadcrumb(),l.lastResortDefaultValue=()=>o.lastResortDefaultValue(),l}};function Lo(e,o){return Ot(`${e.name}: ${o}`)}var r={colorWhite:t.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:t.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:t.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:t.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:t.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:t.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:t.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:t.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:t.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:t.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:t.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:t.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:t.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:t.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:t.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:t.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:t.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:t.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:t.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:t.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:t.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:t.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:t.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:t.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:t.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:t.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:t.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:t.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:t.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:t.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:t.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:t.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:t.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:t.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:t.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:t.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:t.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:t.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:t.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:t.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:t.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:t.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:t.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:t.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:t.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:t.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:t.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:t.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:t.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:t.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:t.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:t.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:t.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:t.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:t.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:t.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:t.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:t.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:t.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:t.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:t.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:t.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:t.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:t.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:t.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:t.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:t.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:t.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:t.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:t.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:t.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:t.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:t.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:t.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:t.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:t.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:t.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:t.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:t.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:t.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:t.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:t.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:t.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:t.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:t.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:t.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:t.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:t.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:t.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:t.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:t.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:t.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:t.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:t.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:t.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:t.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:t.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:t.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:t.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:t.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:t.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:t.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:t.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:t.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:t.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:t.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:t.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:t.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:t.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:t.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:t.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:t.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:t.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:t.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:t.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:t.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:t.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:t.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:t.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:t.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:t.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:t.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:t.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:t.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:t.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:t.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:t.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:t.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:t.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:t.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:t.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:t.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:t.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:t.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:t.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:t.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:t.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:t.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:t.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:t.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:t.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:t.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:t.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:t.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:t.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:t.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:t.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:t.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:t.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:t.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:t.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:t.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:t.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:t.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:t.create("--ft-spacing-2","","SIZE","calc(0.25rem*2)"),spacing3:t.create("--ft-spacing-3","","SIZE","calc(0.25rem*3)"),spacing4:t.create("--ft-spacing-4","","SIZE","calc(0.25rem*4)"),spacing5:t.create("--ft-spacing-5","","SIZE","calc(0.25rem*5)"),spacing6:t.create("--ft-spacing-6","","SIZE","calc(0.25rem*6)"),spacing8:t.create("--ft-spacing-8","","SIZE","calc(0.25rem*8)"),spacing10:t.create("--ft-spacing-10","","SIZE","calc(0.25rem*10)"),spacing12:t.create("--ft-spacing-12","","SIZE","calc(0.25rem*12)"),spacing16:t.create("--ft-spacing-16","","SIZE","calc(0.25rem*16)"),spacing20:t.create("--ft-spacing-20","","SIZE","calc(0.25rem*20)"),spacing24:t.create("--ft-spacing-24","","SIZE","calc(0.25rem*24)"),spacing28:t.create("--ft-spacing-28","","SIZE","calc(0.25rem*28)"),spacing32:t.create("--ft-spacing-32","","SIZE","calc(0.25rem*32)"),spacing05:t.create("--ft-spacing-0-5","","SIZE","calc(0.25rem*0.5)"),borderRadiusS:t.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:t.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:t.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:t.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:t.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:t.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:t.create("--ft-icon-size-1","","SIZE","0.75rem"),iconSize2:t.create("--ft-icon-size-2","","SIZE","1rem"),iconSize3:t.create("--ft-icon-size-3","","SIZE","1.25rem"),iconSize4:t.create("--ft-icon-size-4","","SIZE","1.5rem"),iconSize5:t.create("--ft-icon-size-5","","SIZE","2rem"),iconSize6:t.create("--ft-icon-size-6","","SIZE","3rem"),opacity0:t.create("--ft-opacity-0","","NUMBER","0"),opacity8:t.create("--ft-opacity-8","","NUMBER","0.08"),opacity12:t.create("--ft-opacity-12","","NUMBER","0.12"),opacity16:t.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:t.create("--ft-opacity-24","","NUMBER","0.24"),opacity32:t.create("--ft-opacity-32","","NUMBER","0.32"),opacity40:t.create("--ft-opacity-40","","NUMBER","0.4"),opacity48:t.create("--ft-opacity-48","","NUMBER","0.48"),opacity80:t.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:t.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:t.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:t.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:t.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:t.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:t.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:t.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:t.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:t.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},Ao={fontFamily:t.create("--ft-typography-display-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-display-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-display-line-height","","SIZE","1.2"),fontSize:t.create("--ft-typography-display-font-size","","SIZE","2.5rem"),letterSpacing:t.create("--ft-typography-display-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-display-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-display-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-display-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-display-text-case","","UNKNOWN","none")},Bo={fontFamily:t.create("--ft-typography-title-1-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-1-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-title-1-line-height","","SIZE","1.2"),fontSize:t.create("--ft-typography-title-1-font-size","","SIZE","1.5rem"),letterSpacing:t.create("--ft-typography-title-1-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-title-1-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-1-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-1-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-1-text-case","","UNKNOWN","none")},$o={fontFamily:t.create("--ft-typography-title-2-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-2-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-title-2-line-height","","SIZE","1.2"),fontSize:t.create("--ft-typography-title-2-font-size","","SIZE","1.25rem"),letterSpacing:t.create("--ft-typography-title-2-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-title-2-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-2-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-2-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-2-text-case","","UNKNOWN","none")},Po={fontFamily:t.create("--ft-typography-title-3-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-3-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-title-3-line-height","","SIZE","1.2"),fontSize:t.create("--ft-typography-title-3-font-size","","SIZE","1.125rem"),letterSpacing:t.create("--ft-typography-title-3-letter-spacing","","SIZE","-0.01em"),paragraphSpacing:t.create("--ft-typography-title-3-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-3-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-3-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-3-text-case","","UNKNOWN","none")},Io={fontFamily:t.create("--ft-typography-body-1-regular-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-regular-font-weight","","UNKNOWN","400"),lineHeight:t.create("--ft-typography-body-1-regular-line-height","","SIZE","1.35"),fontSize:t.create("--ft-typography-body-1-regular-font-size","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-regular-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-regular-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-regular-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-regular-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-regular-text-case","","UNKNOWN","none")},ko={fontFamily:t.create("--ft-typography-body-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-1-medium-line-height","","SIZE","1.35"),fontSize:t.create("--ft-typography-body-1-medium-font-size","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-medium-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-medium-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-medium-text-case","","UNKNOWN","none")},Wo={fontFamily:t.create("--ft-typography-body-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-body-1-semibold-line-height","","SIZE","1.35"),fontSize:t.create("--ft-typography-body-1-semibold-font-size","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-semibold-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-semibold-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-semibold-text-case","","UNKNOWN","none")},zo={fontFamily:t.create("--ft-typography-body-2-regular-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-regular-font-weight","","UNKNOWN","400"),lineHeight:t.create("--ft-typography-body-2-regular-line-height","","SIZE","1.35"),fontSize:t.create("--ft-typography-body-2-regular-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-regular-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-regular-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-regular-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-regular-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-regular-text-case","","UNKNOWN","none")},To={fontFamily:t.create("--ft-typography-body-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-2-medium-line-height","","SIZE","1.35"),fontSize:t.create("--ft-typography-body-2-medium-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-medium-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-medium-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-medium-text-case","","UNKNOWN","none")},Va={fontFamily:t.create("--ft-typography-body-2-medium-underline-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-medium-underline-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-2-medium-underline-line-height","","SIZE","1.35"),fontSize:t.create("--ft-typography-body-2-medium-underline-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-medium-underline-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-medium-underline-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-medium-underline-paragraph-indent","","UNKNOWN","0"),textCase:t.create("--ft-typography-body-2-medium-underline-text-case","","UNKNOWN","none"),textDecoration:t.create("--ft-typography-body-2-medium-underline-text-decoration","","UNKNOWN","underline")},Ho={fontFamily:t.create("--ft-typography-body-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-body-2-semibold-line-height","","SIZE","1.35"),fontSize:t.create("--ft-typography-body-2-semibold-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-semibold-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-semibold-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-semibold-text-case","","UNKNOWN","none")},_o={fontFamily:t.create("--ft-typography-label-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-label-1-medium-line-height","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-medium-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-medium-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-medium-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-medium-text-decoration","","UNKNOWN","none")},Do={fontFamily:t.create("--ft-typography-label-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-label-1-semibold-line-height","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-semibold-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-semibold-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-semibold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-semibold-text-decoration","","UNKNOWN","none")},Go={fontFamily:t.create("--ft-typography-label-1-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-label-1-bold-line-height","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-bold-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-bold-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-bold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-bold-text-decoration","","UNKNOWN","none")},Uo={fontFamily:t.create("--ft-typography-label-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-label-2-medium-line-height","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-medium-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-medium-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-medium-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-medium-text-decoration","","UNKNOWN","none")},Mo={fontFamily:t.create("--ft-typography-label-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-label-2-semibold-line-height","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-semibold-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-semibold-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-semibold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-semibold-text-decoration","","UNKNOWN","none")},Zo={fontFamily:t.create("--ft-typography-label-2-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-label-2-bold-line-height","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-bold-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-bold-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-bold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-bold-text-decoration","","UNKNOWN","none")},Ko={fontFamily:t.create("--ft-typography-caption-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-1-medium-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-1-medium-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-medium-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-medium-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-medium-text-decoration","","UNKNOWN","none")},Fo={fontFamily:t.create("--ft-typography-caption-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-1-semibold-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-1-semibold-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-semibold-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-semibold-text-decoration","","UNKNOWN","none")},Vo={fontFamily:t.create("--ft-typography-caption-1-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-1-bold-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-1-bold-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-bold-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-bold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-bold-text-decoration","","UNKNOWN","none")},jo={fontFamily:t.create("--ft-typography-caption-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-2-medium-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-2-medium-font-size","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-medium-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-medium-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-medium-text-decoration","","UNKNOWN","none")},Yo={fontFamily:t.create("--ft-typography-caption-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-2-semibold-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-2-semibold-font-size","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-semibold-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-semibold-text-decoration","","UNKNOWN","none")},Xo={fontFamily:t.create("--ft-typography-caption-2-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-2-bold-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-2-bold-font-size","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-bold-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-bold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-bold-text-decoration","","UNKNOWN","none")},qo={fontFamily:t.create("--ft-typography-caption-3-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-3-medium-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-3-medium-font-size","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-medium-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-medium-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-medium-text-decoration","","UNKNOWN","none")},Qo={fontFamily:t.create("--ft-typography-caption-3-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-3-semibold-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-3-semibold-font-size","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-semibold-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-semibold-text-decoration","","UNKNOWN","none")},Jo={fontFamily:t.create("--ft-typography-caption-3-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-3-bold-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-3-bold-font-size","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-bold-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-bold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-bold-text-decoration","","UNKNOWN","none")},be={display:Ao,"title-1":Bo,"title-2":$o,"title-3":Po,"body-1-regular":Io,"body-1-medium":ko,"body-1-semibold":Wo,"body-2-regular":zo,"body-2-medium":To,"body-2-medium-underline":Va,"body-2-semibold":Ho,"label-1-medium":_o,"label-1-semibold":Do,"label-1-bold":Go,"label-2-medium":Uo,"label-2-semibold":Mo,"label-2-bold":Zo,"caption-1-medium":Ko,"caption-1-semibold":Fo,"caption-1-bold":Vo,"caption-2-medium":jo,"caption-2-semibold":Yo,"caption-2-bold":Xo,"caption-3-medium":qo,"caption-3-semibold":Qo,"caption-3-bold":Jo};var n={backgroundActionPrimary:t.extend("--ft-background-action-primary","Used as backgorund of primary action components.",r.colorBrand0),backgroundErrorSubtle:t.extend("--ft-background-error-subtle","Used as background of subtle error components.",r.colorRed10),backgroundInfoSubtle:t.extend("--ft-background-info-subtle","Used as background of subtle information components.",r.colorCyan10),backgroundWarningSubtle:t.extend("--ft-background-warning-subtle","Used as background of subtle information components.",r.colorOrange10),backgroundSuccessSubtle:t.extend("--ft-background-success-subtle","Used as background of subtle success components.",r.colorGreen10),backgroundGlobalSurface:t.extend("--ft-background-global-surface","Used as app background.",r.colorWhite),backgroundGlobalOnSurface:t.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",r.colorGray10),backgroundGlobalOnSurfaceDark:t.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",r.colorGray30),contentActionPrimary:t.extend("--ft-content-action-primary","Used on label of primary action on light surface.",r.colorBrand0),contentWarningPrimary:t.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",r.colorOrange200),contentWarningIconOnly:t.extend("--ft-content-warning-icon-only","Used on warning status icons alone",r.colorOrange0),contentErrorPrimary:t.extend("--ft-content-error-primary","Used on label of error messages on light surface.",r.colorRed0),contentErrorIconOnly:t.extend("--ft-content-error-icon-only","Used on error status icons alone",r.colorRed70),contentInfoPrimary:t.extend("--ft-content-info-primary","Used on label of information messages on light surface.",r.colorCyan200),contentInfoIconOnly:t.extend("--ft-content-info-icon-only","Used on info status icons alone",r.colorCyan0),contentSuccessPrimary:t.extend("--ft-content-success-primary","Used on label of success messages on light surface.",r.colorGreen200),contentSuccessIconOnly:t.extend("--ft-content-success-icon-only","Used on success status icons alone",r.colorGreen0),contentGlobalPrimary:t.extend("--ft-content-global-primary","Used for main content on the page.",r.colorGray500),contentGlobalSecondary:t.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
114
- Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",r.colorGray0),contentGlobalOnColor:t.extend("--ft-content-global-on-color","Used for content on a dominant color.",r.colorWhite),borderActionPrimary:t.extend("--ft-border-action-primary","Used as border for primary action components.",r.colorBrand0),borderActionFocusRing:t.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",r.colorCyan0),borderWarningPrimary:t.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",r.colorOrange200),borderWarningSubtle:t.extend("--ft-border-warning-subtle","Used as border for warning components.",r.colorOrange30),borderSuccessPrimary:t.extend("--ft-border-success-primary","Used as border for success buttons.",r.colorGreen200),borderSuccessSubtle:t.extend("--ft-border-success-subtle","Used as border for success components.",r.colorGreen30),borderErrorPrimary:t.extend("--ft-border-error-primary","Used as border for text fields in error states.",r.colorRed0),borderErrorSubtle:t.extend("--ft-border-error-subtle","Used as border for error components.",r.colorRed30),borderInfoPrimary:t.extend("--ft-border-info-primary","Used as border for buttons in info color.",r.colorCyan200),borderInfoSubtle:t.extend("--ft-border-info-subtle","Used as border for information components.",r.colorCyan30),borderGlobalPrimary:t.extend("--ft-border-global-primary","Used as border for element like input.",r.colorGray50),borderGlobalSubtle:t.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",r.colorGray30),borderInputPrimary:t.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",r.colorGray80),borderNeutralPrimary:t.extend("--ft-border-neutral-primary","Used as border for neutral secondary buttons",r.colorGray200)};var s={largeHeight:t.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:t.extend("--ft-button-large-horizontal-padding","",r.spacing4),largeGap:t.extend("--ft-button-large-gap","",r.spacing2),largeBorderRadius:t.extend("--ft-button-large-border-radius","",r.borderRadiusS),largeIconSize:t.extend("--ft-button-large-icon-size","",r.iconSize3),largeBorderWidth:t.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:t.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:t.create("--ft-button-large-icon-only-width","","SIZE","40px"),mediumHeight:t.create("--ft-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:t.extend("--ft-button-medium-horizontal-padding","",r.spacing3),mediumGap:t.extend("--ft-button-medium-gap","",r.spacing2),mediumBorderRadius:t.extend("--ft-button-medium-border-radius","",r.borderRadiusS),mediumIconSize:t.extend("--ft-button-medium-icon-size","",r.iconSize2),mediumBorderWidth:t.create("--ft-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:t.create("--ft-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:t.create("--ft-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:t.create("--ft-button-medium-icon-only-width","","SIZE","30px"),smallHeight:t.create("--ft-button-small-height","","SIZE","20px"),smallHorizontalPadding:t.extend("--ft-button-small-horizontal-padding","",r.spacing2),smallGap:t.extend("--ft-button-small-gap","",r.spacing1),smallBorderRadius:t.extend("--ft-button-small-border-radius","",r.borderRadiusS),smallIconSize:t.extend("--ft-button-small-icon-size","",r.iconSize1),smallBorderWidth:t.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:t.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:t.create("--ft-button-small-icon-only-width","","SIZE","20px"),xSmallHeight:t.create("--ft-button-x-small-height","","SIZE","16px"),xSmallIconSize:t.extend("--ft-button-x-small-icon-size","",r.iconSize1),xSmallFocusOutlineOffset:t.create("--ft-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:t.create("--ft-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:t.create("--ft-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:t.extend("--ft-button-round-border-radius","",r.borderRadiusPill),primaryBrandBackgroundColor:t.extend("--ft-button-primary-brand-background-color","",n.backgroundActionPrimary),primaryBrandColor:t.extend("--ft-button-primary-brand-color","",n.contentGlobalOnColor),primaryBrandIconColor:t.extend("--ft-button-primary-brand-icon-color","",n.contentGlobalOnColor),primaryBrandStateLayerColor:t.extend("--ft-button-primary-brand-state-layer-color","",n.contentGlobalOnColor),primaryBrandHoverStateLayerOpacity:t.extend("--ft-button-primary-brand-hover-state-layer-opacity","",r.opacity16),primaryBrandFocusStateLayerOpacity:t.extend("--ft-button-primary-brand-focus-state-layer-opacity","",r.opacity16),primaryBrandActiveStateLayerOpacity:t.extend("--ft-button-primary-brand-active-state-layer-opacity","",r.opacity24),primaryBrandDisabledComponentOpacity:t.extend("--ft-button-primary-brand-disabled-component-opacity","",r.opacity40),focusFocusRingColor:t.extend("--ft-button-focus-focus-ring-color","",n.borderActionFocusRing),tertiaryBrandBackgroundColor:t.create("--ft-button-tertiary-brand-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryBrandColor:t.extend("--ft-button-tertiary-brand-color","",n.contentActionPrimary),tertiaryBrandIconColor:t.extend("--ft-button-tertiary-brand-icon-color","",n.contentActionPrimary),tertiaryBrandStateLayerColor:t.extend("--ft-button-tertiary-brand-state-layer-color","",n.contentActionPrimary),tertiaryBrandHoverStateLayerOpacity:t.extend("--ft-button-tertiary-brand-hover-state-layer-opacity","",r.opacity8),tertiaryBrandFocusStateLayerOpacity:t.extend("--ft-button-tertiary-brand-focus-state-layer-opacity","",r.opacity8),tertiaryBrandActiveStateLayerOpacity:t.extend("--ft-button-tertiary-brand-active-state-layer-opacity","",r.opacity16),tertiaryBrandDisabledComponentOpacity:t.extend("--ft-button-tertiary-brand-disabled-component-opacity","",r.opacity40),tertiaryInfoBackgroundColor:t.create("--ft-button-tertiary-info-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryInfoColor:t.extend("--ft-button-tertiary-info-color","",n.contentInfoPrimary),tertiaryInfoIconColor:t.extend("--ft-button-tertiary-info-icon-color","",n.contentInfoPrimary),tertiaryInfoStateLayerColor:t.extend("--ft-button-tertiary-info-state-layer-color","",n.contentInfoPrimary),tertiaryInfoFocusStateLayerOpacity:t.extend("--ft-button-tertiary-info-focus-state-layer-opacity","",r.opacity8),tertiaryInfoHoverStateLayerOpacity:t.extend("--ft-button-tertiary-info-hover-state-layer-opacity","",r.opacity8),tertiaryInfoActiveStateLayerOpacity:t.extend("--ft-button-tertiary-info-active-state-layer-opacity","",r.opacity16),tertiaryInfoDisabledComponentOpacity:t.extend("--ft-button-tertiary-info-disabled-component-opacity","",r.opacity40),tertiarySuccessBackgroundColor:t.create("--ft-button-tertiary-success-background-color","","COLOR","rgba(0,0,0,0)"),tertiarySuccessColor:t.extend("--ft-button-tertiary-success-color","",n.contentSuccessPrimary),tertiarySuccessIconColor:t.extend("--ft-button-tertiary-success-icon-color","",n.contentSuccessPrimary),tertiarySuccessStateLayerColor:t.extend("--ft-button-tertiary-success-state-layer-color","",n.contentSuccessPrimary),tertiarySuccessHoverStateLayerOpacity:t.extend("--ft-button-tertiary-success-hover-state-layer-opacity","",r.opacity8),tertiarySuccessFocusStateLayerOpacity:t.extend("--ft-button-tertiary-success-focus-state-layer-opacity","",r.opacity8),tertiarySuccessActiveStateLayerOpacity:t.extend("--ft-button-tertiary-success-active-state-layer-opacity","",r.opacity16),tertiarySuccessDisabledComponentOpacity:t.extend("--ft-button-tertiary-success-disabled-component-opacity","",r.opacity40),tertiaryWarningBackgroundColor:t.create("--ft-button-tertiary-warning-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryWarningColor:t.extend("--ft-button-tertiary-warning-color","",n.contentWarningPrimary),tertiaryWarningIconColor:t.extend("--ft-button-tertiary-warning-icon-color","",n.contentWarningPrimary),tertiaryWarningStateLayerColor:t.extend("--ft-button-tertiary-warning-state-layer-color","",n.contentWarningPrimary),tertiaryWarningHoverStateLayerOpacity:t.extend("--ft-button-tertiary-warning-hover-state-layer-opacity","",r.opacity8),tertiaryWarningFocusStateLayerOpacity:t.extend("--ft-button-tertiary-warning-focus-state-layer-opacity","",r.opacity8),tertiaryWarningActiveStateLayerOpacity:t.extend("--ft-button-tertiary-warning-active-state-layer-opacity","",r.opacity16),tertiaryWarningDisabledComponentOpacity:t.extend("--ft-button-tertiary-warning-disabled-component-opacity","",r.opacity40),tertiaryErrorBackgroundColor:t.create("--ft-button-tertiary-error-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryErrorColor:t.extend("--ft-button-tertiary-error-color","",n.contentErrorPrimary),tertiaryErrorIconColor:t.extend("--ft-button-tertiary-error-icon-color","",n.contentErrorPrimary),tertiaryErrorStateLayerColor:t.extend("--ft-button-tertiary-error-state-layer-color","",n.contentErrorPrimary),tertiaryErrorHoverStateLayerOpacity:t.extend("--ft-button-tertiary-error-hover-state-layer-opacity","",r.opacity8),tertiaryErrorFocusStateLayerOpacity:t.extend("--ft-button-tertiary-error-focus-state-layer-opacity","",r.opacity8),tertiaryErrorActiveStateLayerOpacity:t.extend("--ft-button-tertiary-error-active-state-layer-opacity","",r.opacity16),tertiaryErrorDisabledComponentOpacity:t.extend("--ft-button-tertiary-error-disabled-component-opacity","",r.opacity40),tertiaryNeutralBackgroundColor:t.create("--ft-button-tertiary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryNeutralIconColor:t.extend("--ft-button-tertiary-neutral-icon-color","",n.contentGlobalSecondary),tertiaryNeutralColor:t.extend("--ft-button-tertiary-neutral-color","",n.contentGlobalSecondary),tertiaryNeutralStateLayerColor:t.extend("--ft-button-tertiary-neutral-state-layer-color","",n.contentGlobalSecondary),tertiaryNeutralHoverStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-hover-state-layer-opacity","",r.opacity8),tertiaryNeutralFocusStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-focus-state-layer-opacity","",r.opacity8),tertiaryNeutralActiveStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-active-state-layer-opacity","",r.opacity16),tertiaryNeutralDisabledComponentOpacity:t.extend("--ft-button-tertiary-neutral-disabled-component-opacity","",r.opacity40),secondaryBrandBackgroundColor:t.create("--ft-button-secondary-brand-background-color","","COLOR","rgba(0,0,0,0)"),secondaryBrandColor:t.extend("--ft-button-secondary-brand-color","",n.contentActionPrimary),secondaryBrandIconColor:t.extend("--ft-button-secondary-brand-icon-color","",n.contentActionPrimary),secondaryBrandStateLayerColor:t.extend("--ft-button-secondary-brand-state-layer-color","",n.contentActionPrimary),secondaryBrandHoverStateLayerOpacity:t.extend("--ft-button-secondary-brand-hover-state-layer-opacity","",r.opacity8),secondaryBrandFocusStateLayerOpacity:t.extend("--ft-button-secondary-brand-focus-state-layer-opacity","",r.opacity8),secondaryBrandActiveStateLayerOpacity:t.extend("--ft-button-secondary-brand-active-state-layer-opacity","",r.opacity16),secondaryBrandDisabledComponentOpacity:t.extend("--ft-button-secondary-brand-disabled-component-opacity","",r.opacity40),secondaryBrandBorderColor:t.extend("--ft-button-secondary-brand-border-color","",n.borderActionPrimary),secondaryNeutralHoverStateLayerOpacity:t.extend("--ft-button-secondary-neutral-hover-state-layer-opacity","",r.opacity8),secondaryNeutralFocusStateLayerOpacity:t.extend("--ft-button-secondary-neutral-focus-state-layer-opacity","",r.opacity8),secondaryNeutralActiveStateLayerOpacity:t.extend("--ft-button-secondary-neutral-active-state-layer-opacity","",r.opacity16),secondaryNeutralDisabledComponentOpacity:t.extend("--ft-button-secondary-neutral-disabled-component-opacity","",r.opacity40),secondaryNeutralBackgroundColor:t.create("--ft-button-secondary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),secondaryNeutralColor:t.extend("--ft-button-secondary-neutral-color","",n.contentGlobalSecondary),secondaryNeutralIconColor:t.extend("--ft-button-secondary-neutral-icon-color","",n.contentGlobalSecondary),secondaryNeutralStateLayerColor:t.extend("--ft-button-secondary-neutral-state-layer-color","",n.contentGlobalSecondary),secondaryNeutralBorderColor:t.extend("--ft-button-secondary-neutral-border-color","",n.borderNeutralPrimary),secondaryInfoHoverStateLayerOpacity:t.extend("--ft-button-secondary-info-hover-state-layer-opacity","",r.opacity8),secondaryInfoFocusStateLayerOpacity:t.extend("--ft-button-secondary-info-focus-state-layer-opacity","",r.opacity8),secondaryInfoActiveStateLayerOpacity:t.extend("--ft-button-secondary-info-active-state-layer-opacity","",r.opacity16),secondaryInfoDisabledComponentOpacity:t.extend("--ft-button-secondary-info-disabled-component-opacity","",r.opacity40),secondaryInfoBackgroundColor:t.create("--ft-button-secondary-info-background-color","","COLOR","rgba(0,0,0,0)"),secondaryInfoBorderColor:t.extend("--ft-button-secondary-info-border-color","",n.borderInfoPrimary),secondaryInfoColor:t.extend("--ft-button-secondary-info-color","",n.contentInfoPrimary),secondaryInfoIconColor:t.extend("--ft-button-secondary-info-icon-color","",n.contentInfoPrimary),secondaryInfoStateLayerColor:t.extend("--ft-button-secondary-info-state-layer-color","",n.contentInfoPrimary),secondarySuccessHoverStateLayerOpacity:t.extend("--ft-button-secondary-success-hover-state-layer-opacity","",r.opacity8),secondarySuccessFocusStateLayerOpacity:t.extend("--ft-button-secondary-success-focus-state-layer-opacity","",r.opacity8),secondarySuccessActiveStateLayerOpacity:t.extend("--ft-button-secondary-success-active-state-layer-opacity","",r.opacity16),secondarySuccessDisabledComponentOpacity:t.extend("--ft-button-secondary-success-disabled-component-opacity","",r.opacity40),secondarySuccessBackgroundColor:t.create("--ft-button-secondary-success-background-color","","COLOR","rgba(0,0,0,0)"),secondarySuccessBorderColor:t.extend("--ft-button-secondary-success-border-color","",n.borderSuccessPrimary),secondarySuccessColor:t.extend("--ft-button-secondary-success-color","",n.contentSuccessPrimary),secondarySuccessIconColor:t.extend("--ft-button-secondary-success-icon-color","",n.contentSuccessPrimary),secondarySuccessStateLayerColor:t.extend("--ft-button-secondary-success-state-layer-color","",n.contentSuccessPrimary),secondaryWarningHoverStateLayerOpacity:t.extend("--ft-button-secondary-warning-hover-state-layer-opacity","",r.opacity8),secondaryWarningFocusStateLayerOpacity:t.extend("--ft-button-secondary-warning-focus-state-layer-opacity","",r.opacity8),secondaryWarningActiveStateLayerOpacity:t.extend("--ft-button-secondary-warning-active-state-layer-opacity","",r.opacity16),secondaryWarningDisabledComponentOpacity:t.extend("--ft-button-secondary-warning-disabled-component-opacity","",r.opacity40),secondaryWarningBackgroundColor:t.create("--ft-button-secondary-warning-background-color","","COLOR","rgba(0,0,0,0)"),secondaryWarningBorderColor:t.extend("--ft-button-secondary-warning-border-color","",n.borderWarningPrimary),secondaryWarningColor:t.extend("--ft-button-secondary-warning-color","",n.contentWarningPrimary),secondaryWarningIconColor:t.extend("--ft-button-secondary-warning-icon-color","",n.contentWarningPrimary),secondaryWarningStateLayerColor:t.extend("--ft-button-secondary-warning-state-layer-color","",n.contentWarningPrimary),secondaryErrorHoverStateLayerOpacity:t.extend("--ft-button-secondary-error-hover-state-layer-opacity","",r.opacity8),secondaryErrorFocusStateLayerOpacity:t.extend("--ft-button-secondary-error-focus-state-layer-opacity","",r.opacity8),secondaryErrorActiveStateLayerOpacity:t.extend("--ft-button-secondary-error-active-state-layer-opacity","",r.opacity16),secondaryErrorDisabledComponentOpacity:t.extend("--ft-button-secondary-error-disabled-component-opacity","",r.opacity40),secondaryErrorBackgroundColor:t.create("--ft-button-secondary-error-background-color","","COLOR","rgba(0,0,0,0)"),secondaryErrorBorderColor:t.extend("--ft-button-secondary-error-border-color","",n.contentErrorPrimary),secondaryErrorColor:t.extend("--ft-button-secondary-error-color","",n.contentErrorPrimary),secondaryErrorIconColor:t.extend("--ft-button-secondary-error-icon-color","",n.contentErrorPrimary),secondaryErrorStateLayerColor:t.extend("--ft-button-secondary-error-state-layer-color","",n.contentErrorPrimary)};var Gn={loadMoreIconSize:t.extend("--ft-tree-list-load-more-icon-size","",r.iconSize2),loadMorePaddingLeft:t.extend("--ft-tree-list-load-more-padding-left","",r.spacing6),loadMoreUnselectedDefaultBorderColor:t.extend("--ft-tree-list-load-more-unselected-default-border-color","",n.borderGlobalSubtle),loadMoreIconColor:t.extend("--ft-tree-list-load-more-icon-color","",n.contentActionPrimary),loadMoreLabelColor:t.extend("--ft-tree-list-load-more-label-color","",n.contentActionPrimary),loadMoreHoverBorderColor:t.extend("--ft-tree-list-load-more-hover-border-color","",r.colorBrand20),loadMoreHoverBackgroundColor:t.create("--ft-tree-list-load-more-hover-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreActiveBorderColor:t.extend("--ft-tree-list-load-more-active-border-color","",r.colorBrand20),loadMoreActiveBackgroundColor:t.create("--ft-tree-list-load-more-active-background-color","","COLOR","rgba(157,32,123,0.16)"),loadMoreFocusBackgroundColor:t.create("--ft-tree-list-load-more-focus-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreDescendantOfSelectedDefaultBackgroundColor:t.create("--ft-tree-list-load-more-descendant-of-selected-default-background-color","","COLOR","rgba(113,113,142,0.08)"),loadMoreDescendantOfSelectedDefaultBorderColor:t.extend("--ft-tree-list-load-more-descendant-of-selected-default-border-color","",n.borderGlobalPrimary),loadMoreLabelMarginLeft:t.extend("--ft-tree-list-load-more-label-margin-left","",r.spacing1),nodeIconSize:t.extend("--ft-tree-list-node-icon-size","",r.iconSize2),nodeHeight:t.create("--ft-tree-list-node-height","","SIZE","36px"),nodeParentLabelMarginLeft:t.extend("--ft-tree-list-node-parent-label-margin-left","",r.spacing2),nodeParentLabelMarginRight:t.extend("--ft-tree-list-node-parent-label-margin-right","",r.spacing2),nodeRootPaddingLeft:t.extend("--ft-tree-list-node-root-padding-left","",r.spacing3),nodeChildPaddingLeft:t.extend("--ft-tree-list-node-child-padding-left","",r.spacing5),nodeLeafPaddingLeft:t.extend("--ft-tree-list-node-leaf-padding-left","",r.spacing6),nodeUnselectedDefaultBorderColor:t.extend("--ft-tree-list-node-unselected-default-border-color","",n.borderGlobalSubtle),nodeUnselectedIconColor:t.extend("--ft-tree-list-node-unselected-icon-color","",n.contentGlobalSecondary),nodeUnselectedLabelColor:t.extend("--ft-tree-list-node-unselected-label-color","",n.contentGlobalSecondary),nodeUnselectedCounterColor:t.extend("--ft-tree-list-node-unselected-counter-color","",n.contentGlobalSecondary),nodeHoverBorderColor:t.extend("--ft-tree-list-node-hover-border-color","",n.borderActionPrimary),nodeFocusFocusRingColor:t.extend("--ft-tree-list-node-focus-focus-ring-color","",n.borderActionFocusRing),nodeFocusOutlineWidth:t.create("--ft-tree-list-node-focus-outline-width","","SIZE","2px"),nodeSelectedDefaultBorderColor:t.extend("--ft-tree-list-node-selected-default-border-color","",n.borderGlobalPrimary),nodeSelectedIconColor:t.extend("--ft-tree-list-node-selected-icon-color","",n.contentGlobalSecondary),nodeSelectedLabelColor:t.extend("--ft-tree-list-node-selected-label-color","",n.contentGlobalPrimary),nodeSelectedCounterColor:t.extend("--ft-tree-list-node-selected-counter-color","",n.contentGlobalSecondary),nodeSelectedBackgroundColor:t.create("--ft-tree-list-node-selected-background-color","","COLOR","rgba(113,113,142,0.24)"),nodeDescendantOfSelectedDefaultBorderColor:t.extend("--ft-tree-list-node-descendant-of-selected-default-border-color","",n.borderGlobalPrimary),nodeDescendantOfSelectedIconColor:t.extend("--ft-tree-list-node-descendant-of-selected-icon-color","",n.contentGlobalSecondary),nodeDescendantOfSelectedLabelColor:t.extend("--ft-tree-list-node-descendant-of-selected-label-color","",n.contentGlobalSecondary),nodeDescendantOfSelectedCounterColor:t.extend("--ft-tree-list-node-descendant-of-selected-counter-color","",n.contentGlobalSecondary),nodeDescendantOfSelectedBackgroundColor:t.create("--ft-tree-list-node-descendant-of-selected-background-color","","COLOR","rgba(113,113,142,0.08)"),nodeBorderWidth:t.create("--ft-tree-list-node-border-width","","SIZE","1px"),headerSectionPaddingLeft:t.extend("--ft-tree-list-header-section-padding-left","",r.spacing3),headerSectionPaddingRight:t.extend("--ft-tree-list-header-section-padding-right","",r.spacing3),headerSectionHorizontalGap:t.extend("--ft-tree-list-header-section-horizontal-gap","",r.spacing2),headerSectionMarginBottom:t.extend("--ft-tree-list-header-section-margin-bottom","",r.spacing2),headerSectionColor:t.extend("--ft-tree-list-header-section-color","",n.contentGlobalPrimary),headerSectionCounterColor:t.extend("--ft-tree-list-header-section-counter-color","",n.contentGlobalSecondary),listContainerBorderWidth:t.create("--ft-tree-list-list-container-border-width","","SIZE","1px"),listContainerBackgroundColor:t.extend("--ft-tree-list-list-container-background-color","",n.backgroundGlobalSurface),listContainerBorderColor:t.extend("--ft-tree-list-list-container-border-color","",n.borderGlobalSubtle),emptyStateIllustrationWidth:t.create("--ft-tree-list-empty-state-illustration-width","","SIZE","192px"),emptyStateIllustrationHeight:t.create("--ft-tree-list-empty-state-illustration-height","","SIZE","192px"),emptyStateIllustrationMarginBottom:t.extend("--ft-tree-list-empty-state-illustration-margin-bottom","",r.spacing10),emptyStateContainerPaddingTop:t.extend("--ft-tree-list-empty-state-container-padding-top","",r.spacing10),emptyStateContainerPaddingBottom:t.extend("--ft-tree-list-empty-state-container-padding-bottom","",r.spacing10),emptyStateTitleMarginBottom:t.extend("--ft-tree-list-empty-state-title-margin-bottom","",r.spacing2),emptyStateTitleLabelColor:t.extend("--ft-tree-list-empty-state-title-label-color","",n.contentGlobalSecondary),emptyStateDescriptionLabelColor:t.extend("--ft-tree-list-empty-state-description-label-color","",n.contentGlobalSecondary)};var Fn={iconSize:t.extend("--ft-checkbox-icon-size","",r.iconSize2),boxSize:t.create("--ft-checkbox-box-size","","SIZE","18px"),colorLegendSize:t.create("--ft-checkbox-color-legend-size","","SIZE","16px"),borderRadius:t.create("--ft-checkbox-border-radius","","SIZE","1px"),color:t.extend("--ft-checkbox-color","",n.contentGlobalPrimary),checkedBackgroundColor:t.extend("--ft-checkbox-checked-background-color","",n.contentActionPrimary),checkedStateLayerColor:t.extend("--ft-checkbox-checked-state-layer-color","",n.contentActionPrimary),checkedIconColor:t.extend("--ft-checkbox-checked-icon-color","",n.contentGlobalOnColor),checkedHoverStateLayerOpacity:t.extend("--ft-checkbox-checked-hover-state-layer-opacity","",r.opacity16),checkedFocusStateLayerOpacity:t.extend("--ft-checkbox-checked-focus-state-layer-opacity","",r.opacity16),checkedActiveStateLayerOpacity:t.extend("--ft-checkbox-checked-active-state-layer-opacity","",r.opacity24),checkedDisabledComponentOpacity:t.extend("--ft-checkbox-checked-disabled-component-opacity","",r.opacity40),uncheckedBorderColor:t.extend("--ft-checkbox-unchecked-border-color","",r.colorGray80),uncheckedStateLayerColor:t.extend("--ft-checkbox-unchecked-state-layer-color","",r.colorGray80),uncheckedHoverStateLayerOpacity:t.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",r.opacity16),uncheckedFocusStateLayerOpacity:t.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",r.opacity16),uncheckedActiveStateLayerOpacity:t.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",r.opacity24),uncheckedDisabledComponentOpacity:t.extend("--ft-checkbox-unchecked-disabled-component-opacity","",r.opacity40),focusFocusRingColor:t.extend("--ft-checkbox-focus-focus-ring-color","",n.borderActionFocusRing),focusOutlineOffset:t.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),borderWidth:t.create("--ft-checkbox-border-width","","SIZE","2px"),horizontalGap:t.extend("--ft-checkbox-horizontal-gap","",r.spacing3),leftPadding:t.extend("--ft-checkbox-left-padding","",r.spacing2)};var qn={circleSize:t.create("--ft-radio-circle-size","","SIZE","18px"),borderWidth:t.create("--ft-radio-border-width","","SIZE","2px"),color:t.extend("--ft-radio-color","",n.contentGlobalPrimary),selectedRadioColor:t.extend("--ft-radio-selected-radio-color","",n.contentActionPrimary),selectedStateLayerColor:t.extend("--ft-radio-selected-state-layer-color","",n.contentActionPrimary),selectedHoverStateLayerOpacity:t.extend("--ft-radio-selected-hover-state-layer-opacity","",r.opacity16),selectedFocusStateLayerOpacity:t.extend("--ft-radio-selected-focus-state-layer-opacity","",r.opacity16),selectedActiveStateLayerOpacity:t.extend("--ft-radio-selected-active-state-layer-opacity","",r.opacity24),selectedDisabledComponentOpacity:t.extend("--ft-radio-selected-disabled-component-opacity","",r.opacity40),unselectedStateLayerColor:t.extend("--ft-radio-unselected-state-layer-color","",n.borderInputPrimary),unselectedBorderColor:t.extend("--ft-radio-unselected-border-color","",n.borderInputPrimary),unselectedHoverStateLayerOpacity:t.extend("--ft-radio-unselected-hover-state-layer-opacity","",r.opacity16),unselectedFocusStateLayerOpacity:t.extend("--ft-radio-unselected-focus-state-layer-opacity","",r.opacity16),unselectedActiveStateLayerOpacity:t.extend("--ft-radio-unselected-active-state-layer-opacity","",r.opacity24),unselectedDisabledComponentOpacity:t.extend("--ft-radio-unselected-disabled-component-opacity","",r.opacity40),focusFocusRingColor:t.extend("--ft-radio-focus-focus-ring-color","",n.borderActionFocusRing),focusOutlineOffset:t.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-radio-focus-outline-width","","SIZE","2px"),verticalGap:t.extend("--ft-radio-vertical-gap","",r.spacing3),horizontalGap:t.extend("--ft-radio-horizontal-gap","",r.spacing3)};var w={headerRowBorderWidth:t.create("--ft-table-header-row-border-width","","SIZE","1px"),headerRowBackgroundColor:t.extend("--ft-table-header-row-background-color","",n.backgroundGlobalOnSurfaceDark),headerRowBorderColor:t.extend("--ft-table-header-row-border-color","",n.borderGlobalPrimary),headerRowColor:t.extend("--ft-table-header-row-color","",n.contentGlobalPrimary),dataRowBorderWidth:t.create("--ft-table-data-row-border-width","","SIZE","1px"),dataRowBackgroundColor:t.extend("--ft-table-data-row-background-color","",n.backgroundGlobalOnSurface),dataRowBorderColor:t.extend("--ft-table-data-row-border-color","",n.borderGlobalSubtle),dataRowColor:t.extend("--ft-table-data-row-color","",n.contentGlobalSecondary),dataRowDefaultHoverBackgroundColor:t.extend("--ft-table-data-row-default-hover-background-color","",r.colorGray20),dataRowSelectableUnselectedHoverBackgroundColor:t.extend("--ft-table-data-row-selectable-unselected-hover-background-color","",r.colorGray20),dataRowSelectableSelectedDefaultBackgroundColor:t.extend("--ft-table-data-row-selectable-selected-default-background-color","",r.colorBrand10),dataRowSelectableSelectedDefaultBorderColor:t.extend("--ft-table-data-row-selectable-selected-default-border-color","",r.colorBrand20),dataRowSelectableSelectedHoverBackgroundColor:t.extend("--ft-table-data-row-selectable-selected-hover-background-color","",r.colorBrand20),dataRowSelectableSelectedHoverBorderColor:t.extend("--ft-table-data-row-selectable-selected-hover-border-color","",r.colorBrand30),dataRowSelectableSelectedColor:t.extend("--ft-table-data-row-selectable-selected-color","",n.contentActionPrimary),dataRowClickableHoverBackgroundColor:t.extend("--ft-table-data-row-clickable-hover-background-color","",r.colorGray30),dataRowClickableFocusBorderColor:t.extend("--ft-table-data-row-clickable-focus-border-color","",n.borderActionFocusRing),dataRowClickableFocusBackgroundColor:t.extend("--ft-table-data-row-clickable-focus-background-color","",r.colorGray30),dataRowClickableActiveBackgroundColor:t.extend("--ft-table-data-row-clickable-active-background-color","",r.colorGray40),headerCellHorizontalGap:t.extend("--ft-table-header-cell-horizontal-gap","",r.spacing1),headerCellVerticalPadding:t.extend("--ft-table-header-cell-vertical-padding","",r.spacing2),headerCellHorizontalPadding:t.extend("--ft-table-header-cell-horizontal-padding","",r.spacing3),dataCellVerticalPadding:t.extend("--ft-table-data-cell-vertical-padding","",r.spacing2),dataCellHorizontalPadding:t.extend("--ft-table-data-cell-horizontal-padding","",r.spacing3),dataCellVerticalGap:t.extend("--ft-table-data-cell-vertical-gap","",r.spacing1)};var ii={neutralOffHoverStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-hover-state-layer-opacity","",r.opacity8),neutralOffFocusStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-focus-state-layer-opacity","",r.opacity8),neutralOffFocusFocusRingColor:t.extend("--ft-chip-choice-neutral-off-focus-focus-ring-color","",n.borderActionFocusRing),neutralOffActiveStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-active-state-layer-opacity","",r.opacity16),neutralOffBackgroundColor:t.extend("--ft-chip-choice-neutral-off-background-color","",n.backgroundGlobalOnSurface),neutralOffBorderColor:t.extend("--ft-chip-choice-neutral-off-border-color","",n.borderGlobalPrimary),neutralOffColor:t.extend("--ft-chip-choice-neutral-off-color","",n.contentGlobalSecondary),neutralOffStateLayerColor:t.extend("--ft-chip-choice-neutral-off-state-layer-color","",n.contentGlobalSecondary),neutralOnDefaultStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-default-state-layer-opacity","",r.opacity16),neutralOnHoverStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-hover-state-layer-opacity","",r.opacity24),neutralOnFocusStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-focus-state-layer-opacity","",r.opacity24),neutralOnFocusFocusRingColor:t.extend("--ft-chip-choice-neutral-on-focus-focus-ring-color","",n.borderActionFocusRing),neutralOnActiveStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-active-state-layer-opacity","",r.opacity32),neutralOnBackgroundColor:t.extend("--ft-chip-choice-neutral-on-background-color","",n.backgroundGlobalOnSurface),neutralOnBorderColor:t.extend("--ft-chip-choice-neutral-on-border-color","",n.borderGlobalPrimary),neutralOnColor:t.extend("--ft-chip-choice-neutral-on-color","",n.contentGlobalPrimary),neutralOnIconColor:t.extend("--ft-chip-choice-neutral-on-icon-color","",n.contentGlobalPrimary),neutralOnStateLayerColor:t.extend("--ft-chip-choice-neutral-on-state-layer-color","",n.contentGlobalPrimary),largeMinHeight:t.create("--ft-chip-choice-large-min-height","","SIZE","36px"),largeHorizontalPadding:t.extend("--ft-chip-choice-large-horizontal-padding","",r.spacing3),largeGap:t.extend("--ft-chip-choice-large-gap","",r.spacing1),largeBorderRadius:t.create("--ft-chip-choice-large-border-radius","","SIZE","18px"),largeBorderWidth:t.create("--ft-chip-choice-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-choice-large-icon-size","",r.iconSize3),mediumMinHeight:t.create("--ft-chip-choice-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:t.extend("--ft-chip-choice-medium-horizontal-padding","",r.spacing2),mediumGap:t.extend("--ft-chip-choice-medium-gap","",r.spacing1),mediumBorderRadius:t.create("--ft-chip-choice-medium-border-radius","","SIZE","12px"),mediumBorderWidth:t.create("--ft-chip-choice-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-choice-medium-icon-size","",r.iconSize2)};var pi={largeMinHeight:t.create("--ft-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:t.extend("--ft-chip-large-horizontal-padding","",r.spacing3),largeButtonRightPadding:t.extend("--ft-chip-large-button-right-padding","",r.spacing1),largeGap:t.extend("--ft-chip-large-gap","",r.spacing1),largeFocusOutlineOffset:t.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:t.create("--ft-chip-large-border-radius","","SIZE","18px"),largeBorderWidth:t.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-large-icon-size","",r.iconSize3),mediumMinHeight:t.create("--ft-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:t.extend("--ft-chip-medium-horizontal-padding","",r.spacing2),mediumButtonRightPadding:t.extend("--ft-chip-medium-button-right-padding","",r.spacing05),mediumGap:t.extend("--ft-chip-medium-gap","",r.spacing1),mediumFocusOutlineOffset:t.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:t.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:t.create("--ft-chip-medium-border-radius","","SIZE","12px"),mediumBorderWidth:t.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-medium-icon-size","",r.iconSize2),smallMinHeight:t.create("--ft-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:t.extend("--ft-chip-small-horizontal-padding","",r.spacing1),smallButtonRightPadding:t.extend("--ft-chip-small-button-right-padding","",r.spacing05),smallGap:t.extend("--ft-chip-small-gap","",r.spacing1),smallFocusOutlineOffset:t.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:t.create("--ft-chip-small-border-radius","","SIZE","10px"),smallBorderWidth:t.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:t.extend("--ft-chip-small-icon-size","",r.iconSize1),neutralBackgroundColor:t.extend("--ft-chip-neutral-background-color","",n.backgroundGlobalOnSurface),neutralColor:t.extend("--ft-chip-neutral-color","",n.contentGlobalSecondary),neutralIconColor:t.extend("--ft-chip-neutral-icon-color","",n.contentGlobalSecondary),neutralBorderColor:t.extend("--ft-chip-neutral-border-color","",n.borderGlobalSubtle),infoBackgroundColor:t.extend("--ft-chip-info-background-color","",n.backgroundInfoSubtle),infoColor:t.extend("--ft-chip-info-color","",n.contentInfoPrimary),infoIconColor:t.extend("--ft-chip-info-icon-color","",n.contentInfoIconOnly),infoBorderColor:t.extend("--ft-chip-info-border-color","",n.borderInfoSubtle),successBackgroundColor:t.extend("--ft-chip-success-background-color","",n.backgroundSuccessSubtle),successColor:t.extend("--ft-chip-success-color","",n.contentSuccessPrimary),successIconColor:t.extend("--ft-chip-success-icon-color","",n.contentSuccessIconOnly),successBorderColor:t.extend("--ft-chip-success-border-color","",n.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-chip-warning-background-color","",n.backgroundWarningSubtle),warningColor:t.extend("--ft-chip-warning-color","",n.contentWarningPrimary),warningIconColor:t.extend("--ft-chip-warning-icon-color","",n.contentWarningIconOnly),warningBorderColor:t.extend("--ft-chip-warning-border-color","",n.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-chip-error-background-color","",n.backgroundErrorSubtle),errorColor:t.extend("--ft-chip-error-color","",n.contentErrorPrimary),errorIconColor:t.extend("--ft-chip-error-icon-color","",n.contentErrorIconOnly),errorBorderColor:t.extend("--ft-chip-error-border-color","",n.borderErrorSubtle)};var hi={brandHoverOpacity:t.extend("--ft-link-brand-hover-opacity","",r.opacity80),brandHoverColor:t.extend("--ft-link-brand-hover-color","",n.contentActionPrimary),brandFocusFocusRingColor:t.extend("--ft-link-brand-focus-focus-ring-color","",n.borderActionFocusRing),brandFocusColor:t.extend("--ft-link-brand-focus-color","",n.contentActionPrimary),brandDefaultColor:t.extend("--ft-link-brand-default-color","",n.contentActionPrimary),brandActiveColor:t.extend("--ft-link-brand-active-color","",n.contentActionPrimary),infoHoverOpacity:t.extend("--ft-link-info-hover-opacity","",r.opacity80),infoHoverColor:t.extend("--ft-link-info-hover-color","",n.contentInfoPrimary),infoFocusFocusRingColor:t.extend("--ft-link-info-focus-focus-ring-color","",n.borderActionFocusRing),infoFocusColor:t.extend("--ft-link-info-focus-color","",n.contentInfoPrimary),infoDefaultColor:t.extend("--ft-link-info-default-color","",n.contentInfoPrimary),infoActiveColor:t.extend("--ft-link-info-active-color","",n.contentInfoPrimary),neutralFocusFocusRingColor:t.extend("--ft-link-neutral-focus-focus-ring-color","",n.borderActionFocusRing),neutralFocusColor:t.extend("--ft-link-neutral-focus-color","",n.contentActionPrimary),neutralDefaultColor:t.extend("--ft-link-neutral-default-color","",n.contentGlobalPrimary),neutralHoverColor:t.extend("--ft-link-neutral-hover-color","",n.contentActionPrimary),neutralActiveColor:t.extend("--ft-link-neutral-active-color","",n.contentActionPrimary),neutralVisitedColor:t.extend("--ft-link-neutral-visited-color","",r.colorBrand100)};var Si={iconSize:t.extend("--ft-banner-icon-size","",r.iconSize5),borderWidth:t.create("--ft-banner-border-width","","SIZE","1px"),leftPadding:t.extend("--ft-banner-left-padding","",r.spacing6),rightPadding:t.extend("--ft-banner-right-padding","",r.spacing6),verticalPadding:t.extend("--ft-banner-vertical-padding","",r.spacing6),horizontalSideGap:t.extend("--ft-banner-horizontal-side-gap","",r.spacing6),horizontalMobileGap:t.extend("--ft-banner-horizontal-mobile-gap","",r.spacing4),verticalMobileGap:t.extend("--ft-banner-vertical-mobile-gap","",r.spacing6),horizontalMiddleGap:t.extend("--ft-banner-horizontal-middle-gap","",r.spacing20),infoBackgroundColor:t.extend("--ft-banner-info-background-color","",n.backgroundInfoSubtle),infoColor:t.extend("--ft-banner-info-color","",n.contentInfoPrimary),infoIconColor:t.extend("--ft-banner-info-icon-color","",n.contentInfoIconOnly),infoBorderColor:t.extend("--ft-banner-info-border-color","",n.borderInfoSubtle)};var Ei={horizontalPadding:t.extend("--ft-badge-horizontal-padding","",r.spacing1),verticalPadding:t.extend("--ft-badge-vertical-padding","",r.spacing1),borderRadius:t.extend("--ft-badge-border-radius","",r.borderRadiusPill),color:t.extend("--ft-badge-color","",n.contentGlobalOnColor),backgroundColor:t.extend("--ft-badge-background-color","",n.contentActionPrimary)};var $i={horizontalGap:t.extend("--ft-title-breadcrumb-horizontal-gap","",r.spacing1),currentColor:t.extend("--ft-title-breadcrumb-current-color","",n.contentGlobalPrimary),previousNonClickableColor:t.extend("--ft-title-breadcrumb-previous-non-clickable-color","",n.contentGlobalSecondary),iconColor:t.extend("--ft-title-breadcrumb-icon-color","",n.contentGlobalSubtle)};var zi={parentHorizontalPadding:t.extend("--ft-page-header-parent-horizontal-padding","",r.spacing6),parentTopPadding:t.extend("--ft-page-header-parent-top-padding","",r.spacing4),parentBottomPadding:t.extend("--ft-page-header-parent-bottom-padding","",r.spacing6),parentHelpLeftMargin:t.extend("--ft-page-header-parent-help-left-margin","",r.spacing1),parentTitleColor:t.extend("--ft-page-header-parent-title-color","",n.contentGlobalPrimary),parentSubtitleColor:t.extend("--ft-page-header-parent-subtitle-color","",n.contentGlobalSecondary),parentChipLeftMargin:t.extend("--ft-page-header-parent-chip-left-margin","",r.spacing4),parentVerticalGap:t.extend("--ft-page-header-parent-vertical-gap","",r.spacing2),parentButtonsGroupHorizontalGap:t.extend("--ft-page-header-parent-buttons-group-horizontal-gap","",r.spacing4),parentButtonsGroupVerticalGap:t.extend("--ft-page-header-parent-buttons-group-vertical-gap","",r.spacing4),parentChipsGroupHorizontalGap:t.extend("--ft-page-header-parent-chips-group-horizontal-gap","",r.spacing2),parentChipsGroupVerticalGap:t.extend("--ft-page-header-parent-chips-group-vertical-gap","",r.spacing2),childHorizontalPadding:t.extend("--ft-page-header-child-horizontal-padding","",r.spacing6),childTopPadding:t.extend("--ft-page-header-child-top-padding","",r.spacing2),childBottomPadding:t.extend("--ft-page-header-child-bottom-padding","",r.spacing2),childHelpLeftMargin:t.extend("--ft-page-header-child-help-left-margin","",r.spacing1),childChipLeftMargin:t.extend("--ft-page-header-child-chip-left-margin","",r.spacing4),childVerticalGap:t.extend("--ft-page-header-child-vertical-gap","",r.spacing2),childMinHeight:t.create("--ft-page-header-child-min-height","","SIZE","40px"),childButtonsGroupHorizontalGap:t.extend("--ft-page-header-child-buttons-group-horizontal-gap","",r.spacing4),childButtonsGroupVerticalGap:t.extend("--ft-page-header-child-buttons-group-vertical-gap","",r.spacing4),childChipsGroupHorizontalGap:t.extend("--ft-page-header-child-chips-group-horizontal-gap","",r.spacing2),childChipsGroupVerticalGap:t.extend("--ft-page-header-child-chips-group-vertical-gap","",r.spacing2),backgroundColor:t.extend("--ft-page-header-background-color","",r.colorWhite),bottomBorderColor:t.extend("--ft-page-header-bottom-border-color","",n.borderGlobalSubtle),bottomBorderWidth:t.create("--ft-page-header-bottom-border-width","","SIZE","1px")};var Gi={horizontalPadding:t.extend("--ft-page-footer-horizontal-padding","",r.spacing6),verticalPadding:t.extend("--ft-page-footer-vertical-padding","",r.spacing2),verticalGap:t.extend("--ft-page-footer-vertical-gap","",r.spacing2),minHeight:t.create("--ft-page-footer-min-height","","SIZE","40px"),backgroundColor:t.extend("--ft-page-footer-background-color","",r.colorWhite),topBorderColor:t.extend("--ft-page-footer-top-border-color","",n.borderGlobalSubtle),topBorderWidth:t.create("--ft-page-footer-top-border-width","","SIZE","1px"),buttonsGroupGap:t.extend("--ft-page-footer-buttons-group-gap","",r.spacing4)};var Ki={contentHorizontalPadding:t.extend("--ft-page-layout-content-horizontal-padding","",r.spacing6),contentVerticalPadding:t.extend("--ft-page-layout-content-vertical-padding","",r.spacing6)};var Xi={smallContainerTargetWidth:t.create("--ft-modal-small-container-target-width","","SIZE","560px"),smallContainerMargin:t.extend("--ft-modal-small-container-margin","",r.spacing6),mediumContainerTargetWidth:t.create("--ft-modal-medium-container-target-width","","SIZE","800px"),mediumContainerMargin:t.extend("--ft-modal-medium-container-margin","",r.spacing6),largeContainerTargetWidth:t.create("--ft-modal-large-container-target-width","","SIZE","1040px"),largeContainerMargin:t.extend("--ft-modal-large-container-margin","",r.spacing6),overlayBackgroundColor:t.extend("--ft-modal-overlay-background-color","",r.colorGray700),overlayOpacity:t.extend("--ft-modal-overlay-opacity","",r.opacity40),shadow:t.extend("--ft-modal-shadow","",r.shadowElevation03),bodyBackgroundColor:t.extend("--ft-modal-body-background-color","",r.colorWhite),bodyColor:t.extend("--ft-modal-body-color","",n.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-modal-body-horizontal-padding","",r.spacing6),bodyVerticalPadding:t.extend("--ft-modal-body-vertical-padding","",r.spacing6),bodyVerticalGap:t.extend("--ft-modal-body-vertical-gap","",r.spacing6),headerBackgroundColor:t.extend("--ft-modal-header-background-color","",n.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-modal-header-border-color","",n.borderGlobalSubtle),headerColor:t.extend("--ft-modal-header-color","",n.contentGlobalPrimary),headerLeadingIconColor:t.extend("--ft-modal-header-leading-icon-color","",n.contentGlobalPrimary),headerVerticalPadding:t.extend("--ft-modal-header-vertical-padding","",r.spacing1),headerRightPadding:t.extend("--ft-modal-header-right-padding","",r.spacing1),headerLeftPadding:t.extend("--ft-modal-header-left-padding","",r.spacing6),headerGap:t.extend("--ft-modal-header-gap","",r.spacing2),headerBorderBottomWidth:t.create("--ft-modal-header-border-bottom-width","","SIZE","1px"),borderRadius:t.extend("--ft-modal-border-radius","",r.borderRadiusM)};var el={overlayOpacity:t.extend("--ft-drawer-overlay-opacity","",r.opacity40),shadow:t.extend("--ft-drawer-shadow","",r.shadowElevation03),bodyColor:t.extend("--ft-drawer-body-color","",n.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-drawer-body-horizontal-padding","",r.spacing6),bodyVerticalPadding:t.extend("--ft-drawer-body-vertical-padding","",r.spacing6),bodyGap:t.extend("--ft-drawer-body-gap","",r.spacing6),bodyBackgroundColor:t.extend("--ft-drawer-body-background-color","",r.colorWhite),headerBackgroundColor:t.extend("--ft-drawer-header-background-color","",n.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-drawer-header-border-color","",n.borderGlobalSubtle),headerColor:t.extend("--ft-drawer-header-color","",n.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-drawer-header-trailing-icon-color","",n.contentGlobalSecondary),headerHeight:t.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:t.extend("--ft-drawer-header-horizontal-padding","",r.spacing2),headerBorderWidth:t.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:t.extend("--ft-drawer-header-gap","",r.spacing3),buttonsBarBackgroundColor:t.extend("--ft-drawer-buttons-bar-background-color","",n.backgroundGlobalOnSurface),buttonsBarBorderColor:t.extend("--ft-drawer-buttons-bar-border-color","",n.borderGlobalSubtle),buttonsBarColor:t.extend("--ft-drawer-buttons-bar-color","",n.contentGlobalPrimary),buttonsBarHorizontalPadding:t.extend("--ft-drawer-buttons-bar-horizontal-padding","",r.spacing6),buttonsBarVerticalPadding:t.extend("--ft-drawer-buttons-bar-vertical-padding","",r.spacing4),buttonsBarGap:t.extend("--ft-drawer-buttons-bar-gap","",r.spacing3),buttonsBarBorderWidth:t.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:t.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:t.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:t.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:t.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:t.extend("--ft-drawer-overlay-background-color","",r.colorGray700)};var il={offBorderBottomWidth:t.create("--ft-tabs-off-border-bottom-width","","SIZE","1px"),offHoverStateLayerOpacity:t.extend("--ft-tabs-off-hover-state-layer-opacity","",r.opacity8),offDefaultStateLayerOpacity:t.extend("--ft-tabs-off-default-state-layer-opacity","",r.opacity0),offFocusStateLayerOpacity:t.extend("--ft-tabs-off-focus-state-layer-opacity","",r.opacity8),offDisabledComponentOpacity:t.extend("--ft-tabs-off-disabled-component-opacity","",r.opacity40),offColor:t.extend("--ft-tabs-off-color","",n.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-tabs-off-state-layer-color","",n.contentGlobalSubtle),offBorderBottomColor:t.extend("--ft-tabs-off-border-bottom-color","",n.borderGlobalSubtle),activeTabIndicatorHeight:t.create("--ft-tabs-active-tab-indicator-height","","SIZE","3px"),topLeftBorderRadius:t.extend("--ft-tabs-top-left-border-radius","",r.borderRadiusS),topRightBorderRadius:t.extend("--ft-tabs-top-right-border-radius","",r.borderRadiusS),withLabelHorizontalPadding:t.extend("--ft-tabs-with-label-horizontal-padding","",r.spacing4),withLabelVerticalPadding:t.extend("--ft-tabs-with-label-vertical-padding","",r.spacing3),horizontalGap:t.extend("--ft-tabs-horizontal-gap","",r.spacing1),verticalGap:t.extend("--ft-tabs-vertical-gap","",r.spacing1),onHoverStateLayerOpacity:t.extend("--ft-tabs-on-hover-state-layer-opacity","",r.opacity16),onDefaultStateLayerOpacity:t.extend("--ft-tabs-on-default-state-layer-opacity","",r.opacity8),onFocusStateLayerOpacity:t.extend("--ft-tabs-on-focus-state-layer-opacity","",r.opacity16),onActiveStateLayerOpacity:t.extend("--ft-tabs-on-active-state-layer-opacity","",r.opacity24),onColor:t.extend("--ft-tabs-on-color","",n.contentActionPrimary),onStateLayerColor:t.extend("--ft-tabs-on-state-layer-color","",n.contentActionPrimary),onActiveTabIndicatorColor:t.extend("--ft-tabs-on-active-tab-indicator-color","",n.contentActionPrimary),iconOnlyHorizontalPadding:t.extend("--ft-tabs-icon-only-horizontal-padding","",r.spacing4),iconOnlyVerticalPadding:t.extend("--ft-tabs-icon-only-vertical-padding","",r.spacing4),alertTopPadding:t.extend("--ft-tabs-alert-top-padding","",r.spacing1),alertRightPadding:t.extend("--ft-tabs-alert-right-padding","",r.spacing05),focusOutlineWidth:t.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-tabs-focus-focus-ring-color","",n.borderActionFocusRing)};var pl={largeFieldHorizontalPadding:t.extend("--ft-text-input-large-field-horizontal-padding","",r.spacing4),largeFieldHorizontalGap:t.extend("--ft-text-input-large-field-horizontal-gap","",r.spacing3),largeFieldVerticalGap:t.extend("--ft-text-input-large-field-vertical-gap","",r.spacing05),largeFieldHeight:t.create("--ft-text-input-large-field-height","","SIZE","50px"),largeFieldIconSize:t.extend("--ft-text-input-large-field-icon-size","",r.iconSize3),mediumFieldHorizontalPadding:t.extend("--ft-text-input-medium-field-horizontal-padding","",r.spacing4),mediumFieldHorizontalGap:t.extend("--ft-text-input-medium-field-horizontal-gap","",r.spacing3),mediumFieldVerticalGap:t.create("--ft-text-input-medium-field-vertical-gap","","SIZE","0px"),mediumFieldHeight:t.create("--ft-text-input-medium-field-height","","SIZE","40px"),mediumFieldIconSize:t.extend("--ft-text-input-medium-field-icon-size","",r.iconSize3),helperHorizontalPadding:t.extend("--ft-text-input-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ft-text-input-helper-horizontal-gap","",r.spacing1),helperIconSize:t.extend("--ft-text-input-helper-icon-size","",r.iconSize2),borderRadius:t.extend("--ft-text-input-border-radius","",r.borderRadiusS),backgroundColor:t.extend("--ft-text-input-background-color","",r.colorWhite),contentValueColor:t.extend("--ft-text-input-content-value-color","",n.contentGlobalPrimary),trailingIconColor:t.extend("--ft-text-input-trailing-icon-color","",n.contentGlobalSubtle),labelColor:t.extend("--ft-text-input-label-color","",n.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-input-default-border-color","",n.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-input-default-helper-text-color","",n.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-text-input-error-border-color","",n.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-input-error-helper-text-color","",n.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-input-error-helper-icon-color","",n.contentErrorIconOnly),warningBorderColor:t.extend("--ft-text-input-warning-border-color","",n.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-text-input-warning-helper-text-color","",n.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-text-input-warning-helper-icon-color","",n.contentWarningIconOnly),warningBorderWidth:t.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:t.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-text-input-focus-focus-ring-color","",n.borderActionFocusRing),focusOutlineOffset:t.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-input-disabled-component-opacity","",r.opacity40)};var hl={backgroundColor:t.extend("--ft-text-area-background-color","",r.colorWhite),contentValueColor:t.extend("--ft-text-area-content-value-color","",n.contentGlobalPrimary),labelColor:t.extend("--ft-text-area-label-color","",n.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-area-default-border-color","",n.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-area-default-helper-text-color","",n.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-text-area-error-border-color","",n.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-area-error-helper-text-color","",n.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-area-error-helper-icon-color","",n.contentErrorIconOnly),focusFocusRingColor:t.extend("--ft-text-area-focus-focus-ring-color","",n.borderActionFocusRing),focusOutlineWidth:t.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:t.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-area-disabled-component-opacity","",r.opacity40),fieldHorizontalLeftPadding:t.extend("--ft-text-area-field-horizontal-left-padding","",r.spacing4),fieldHorizontalGap:t.extend("--ft-text-area-field-horizontal-gap","",r.spacing3),fieldVerticalGap:t.extend("--ft-text-area-field-vertical-gap","",r.spacing05),fieldMinHeight:t.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:t.extend("--ft-text-area-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ft-text-area-helper-horizontal-gap","",r.spacing1),helperIconSize:t.extend("--ft-text-area-helper-icon-size","",r.iconSize2),borderRadius:t.extend("--ft-text-area-border-radius","",r.borderRadiusS)};var Sl={height:t.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:t.extend("--ft-floating-menu-horizontal-padding","",r.spacing4),offIconColor:t.extend("--ft-floating-menu-off-icon-color","",n.contentGlobalPrimary),offColor:t.extend("--ft-floating-menu-off-color","",n.contentGlobalPrimary),onColor:t.extend("--ft-floating-menu-on-color","",n.contentActionPrimary),onStateLayerColor:t.extend("--ft-floating-menu-on-state-layer-color","",n.contentActionPrimary),gap:t.extend("--ft-floating-menu-gap","",r.spacing3),focusFocusRingColor:t.extend("--ft-floating-menu-focus-focus-ring-color","",n.borderActionFocusRing),focusOutlineWidth:t.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:t.extend("--ft-floating-menu-focus-state-layer-opacity","",r.opacity8),hoverStateLayerOpacity:t.extend("--ft-floating-menu-hover-state-layer-opacity","",r.opacity8),activeStateLayerOpacity:t.extend("--ft-floating-menu-active-state-layer-opacity","",r.opacity16),disabledComponentOpacity:t.extend("--ft-floating-menu-disabled-component-opacity","",r.opacity40),iconSize:t.extend("--ft-floating-menu-icon-size","",r.iconSize3),backgroundColor:t.extend("--ft-floating-menu-background-color","",n.backgroundGlobalOnSurface),shadow:t.extend("--ft-floating-menu-shadow","",r.shadowElevation02)};var El={largeFieldHorizontalPadding:t.extend("--ft-combobox-single-select-large-field-horizontal-padding","",r.spacing4),largeFieldHorizontalGap:t.extend("--ft-combobox-single-select-large-field-horizontal-gap","",r.spacing3),largeFieldVerticalGap:t.extend("--ft-combobox-single-select-large-field-vertical-gap","",r.spacing05),largeFieldHeight:t.create("--ft-combobox-single-select-large-field-height","","SIZE","50px"),largeFieldIconSize:t.extend("--ft-combobox-single-select-large-field-icon-size","",r.iconSize3),mediumFieldHorizontalPadding:t.extend("--ft-combobox-single-select-medium-field-horizontal-padding","",r.spacing4),mediumFieldHorizontalGap:t.extend("--ft-combobox-single-select-medium-field-horizontal-gap","",r.spacing3),mediumFieldVerticalGap:t.create("--ft-combobox-single-select-medium-field-vertical-gap","","SIZE","0px"),mediumFieldHeight:t.create("--ft-combobox-single-select-medium-field-height","","SIZE","40px"),mediumFieldIconSize:t.extend("--ft-combobox-single-select-medium-field-icon-size","",r.iconSize3),helperHorizontalPadding:t.extend("--ft-combobox-single-select-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ft-combobox-single-select-helper-horizontal-gap","",r.spacing1),helperVerticalGap:t.extend("--ft-combobox-single-select-helper-vertical-gap","",r.spacing1),helperIconSize:t.extend("--ft-combobox-single-select-helper-icon-size","",r.iconSize2),menuVerticalGap:t.extend("--ft-combobox-single-select-menu-vertical-gap","",r.spacing2),borderRadius:t.extend("--ft-combobox-single-select-border-radius","",r.borderRadiusS),backgroundColor:t.extend("--ft-combobox-single-select-background-color","",r.colorWhite),labelColor:t.extend("--ft-combobox-single-select-label-color","",n.contentGlobalSubtle),contentValueColor:t.extend("--ft-combobox-single-select-content-value-color","",n.contentGlobalPrimary),trailingIconColor:t.extend("--ft-combobox-single-select-trailing-icon-color","",n.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-single-select-default-border-color","",n.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-single-select-default-helper-text-color","",n.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-combobox-single-select-error-border-color","",n.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-single-select-error-helper-text-color","",n.contentErrorPrimary),warningBorderWidth:t.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-single-select-warning-border-color","",n.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-single-select-warning-helper-text-color","",n.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-single-select-warning-helper-icon-color","",n.contentWarningIconOnly),focusOutlineWidth:t.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-single-select-focus-focus-ring-color","",n.borderActionFocusRing),focusOutlineOffset:t.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-combobox-single-select-disabled-component-opacity","",r.opacity40)};var $l={backgroundColor:t.extend("--ft-combobox-multi-select-background-color","",r.colorWhite),labelColor:t.extend("--ft-combobox-multi-select-label-color","",n.contentGlobalSubtle),trailingIconColor:t.extend("--ft-combobox-multi-select-trailing-icon-color","",n.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-multi-select-default-border-color","",n.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-multi-select-default-helper-text-color","",n.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:t.extend("--ft-combobox-multi-select-error-border-color","",n.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-multi-select-error-helper-text-color","",n.contentErrorPrimary),errorHelperIcon:t.extend("--ft-combobox-multi-select-error-helper-icon","",n.contentErrorIconOnly),errorBorderWidth:t.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-multi-select-warning-border-color","",n.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-multi-select-warning-helper-text-color","",n.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-multi-select-warning-helper-icon-color","",n.contentWarningIconOnly),warningBorderWidth:t.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-multi-select-focus-focus-ring-color","",n.borderActionFocusRing),focusOutlineWidth:t.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:t.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-combobox-multi-select-disabled-component-opacity","",r.opacity40),helperHorizontalPadding:t.extend("--ft-combobox-multi-select-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ft-combobox-multi-select-helper-horizontal-gap","",r.spacing1),helperVerticalGap:t.extend("--ft-combobox-multi-select-helper-vertical-gap","",r.spacing1),helperIconSize:t.extend("--ft-combobox-multi-select-helper-icon-size","",r.iconSize2),fieldHorizontalPadding:t.extend("--ft-combobox-multi-select-field-horizontal-padding","",r.spacing4),fieldHorizontalGap:t.extend("--ft-combobox-multi-select-field-horizontal-gap","",r.spacing3),fieldVerticalGap:t.extend("--ft-combobox-multi-select-field-vertical-gap","",r.spacing05),fieldIconSize:t.extend("--ft-combobox-multi-select-field-icon-size","",r.iconSize3),fieldMaxHeight:t.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:t.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",r.spacing1),contentValuesVerticalGap:t.extend("--ft-combobox-multi-select-content-values-vertical-gap","",r.spacing1),borderRadius:t.extend("--ft-combobox-multi-select-border-radius","",r.borderRadiusS)};var zl={backgroundColor:t.extend("--ft-popover-background-color","",n.backgroundGlobalOnSurface),horizontalPadding:t.extend("--ft-popover-horizontal-padding","",r.spacing6),verticalPadding:t.extend("--ft-popover-vertical-padding","",r.spacing6),titleColor:t.extend("--ft-popover-title-color","",n.contentGlobalPrimary),bodyColor:t.extend("--ft-popover-body-color","",n.contentGlobalSecondary),gap:t.extend("--ft-popover-gap","",r.spacing2),borderRadius:t.extend("--ft-popover-border-radius","",r.borderRadiusM),shadow:t.extend("--ft-popover-shadow","",r.shadowElevation02),maxWidth:t.create("--ft-popover-max-width","","SIZE","440px"),contentSectionVerticalGap:t.extend("--ft-popover-content-section-vertical-gap","",r.spacing2),multiSectionVerticalGap:t.extend("--ft-popover-multi-section-vertical-gap","",r.spacing6)};var Gl={hoverStateLayerOpacity:t.extend("--ft-collapsible-hover-state-layer-opacity","",r.opacity8),focusStateLayerOpacity:t.extend("--ft-collapsible-focus-state-layer-opacity","",r.opacity8),focusOutlineWidth:t.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:t.extend("--ft-collapsible-focus-focus-ring-color","",n.borderActionFocusRing),activeStateLayerOpacity:t.extend("--ft-collapsible-active-state-layer-opacity","",r.opacity16),disabledComponentOpacity:t.extend("--ft-collapsible-disabled-component-opacity","",r.opacity40),horizontalPadding:t.extend("--ft-collapsible-horizontal-padding","",r.spacing4),verticalPadding:t.extend("--ft-collapsible-vertical-padding","",r.spacing3),color:t.extend("--ft-collapsible-color","",n.contentGlobalPrimary),stateLayerColor:t.extend("--ft-collapsible-state-layer-color","",n.contentGlobalPrimary),backgroundColor:t.extend("--ft-collapsible-background-color","",n.backgroundGlobalOnSurface),borderColor:t.extend("--ft-collapsible-border-color","",n.borderGlobalSubtle),iconSize:t.extend("--ft-collapsible-icon-size","",r.iconSize3)};var Fl={groupHorizontalPadding:t.extend("--ft-switch-group-horizontal-padding","",r.spacing1),groupVerticalPadding:t.extend("--ft-switch-group-vertical-padding","",r.spacing1),groupGap:t.extend("--ft-switch-group-gap","",r.spacing1),groupBackgroundColor:t.extend("--ft-switch-group-background-color","",n.backgroundGlobalSurface),groupBorderColor:t.extend("--ft-switch-group-border-color","",n.borderGlobalSubtle),groupBorderRadius:t.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:t.extend("--ft-switch-label-horizontal-padding","",r.spacing2),labelVerticalPadding:t.extend("--ft-switch-label-vertical-padding","",r.spacing1),offHoverStateLayerOpacity:t.extend("--ft-switch-off-hover-state-layer-opacity","",r.opacity8),offFocusStateLayerOpacity:t.extend("--ft-switch-off-focus-state-layer-opacity","",r.opacity8),offActiveStateLayerOpacity:t.extend("--ft-switch-off-active-state-layer-opacity","",r.opacity16),offDisabledComponentOpacity:t.extend("--ft-switch-off-disabled-component-opacity","",r.opacity40),offColor:t.extend("--ft-switch-off-color","",n.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-switch-off-state-layer-color","",n.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-switch-on-hover-state-layer-opacity","",r.opacity8),onFocusStateLayerOpacity:t.extend("--ft-switch-on-focus-state-layer-opacity","",r.opacity8),onActiveStateLayerOpacity:t.extend("--ft-switch-on-active-state-layer-opacity","",r.opacity16),onDisabledComponentOpacity:t.extend("--ft-switch-on-disabled-component-opacity","",r.opacity40),onColor:t.extend("--ft-switch-on-color","",n.contentActionPrimary),onStateLayerColor:t.extend("--ft-switch-on-state-layer-color","",n.contentActionPrimary),iconHorizontalPadding:t.extend("--ft-switch-icon-horizontal-padding","",r.spacing1),iconVerticalPadding:t.extend("--ft-switch-icon-vertical-padding","",r.spacing1),focusOutlineWidth:t.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-switch-focus-focus-ring-color","",n.borderActionFocusRing),optionBorderRadius:t.extend("--ft-switch-option-border-radius","",r.borderRadiusS)};var Xl={color1Light:t.extend("--ft-chart-1-light","for area color charts",r.colorBrand40),color1Base:t.extend("--ft-chart-1-base","for line charts",r.colorBrand0),color2Light:t.extend("--ft-chart-2-light","for area color charts",r.colorYellow60),color2Base:t.extend("--ft-chart-2-base","for line charts",r.colorYellow100),color3Light:t.extend("--ft-chart-3-light","",r.colorUltramarine40),color3Base:t.extend("--ft-chart-3-base","",r.colorUltramarine70),color4Light:t.extend("--ft-chart-4-light","",r.colorCyan50),color4Base:t.extend("--ft-chart-4-base","",r.colorCyan100),color5Light:t.extend("--ft-chart-5-light","",r.colorRed40),color5Base:t.extend("--ft-chart-5-base","",r.colorRed60),color6Light:t.extend("--ft-chart-6-light","",r.colorGreen40),color6Base:t.extend("--ft-chart-6-base","",r.colorGreen70),color7Light:t.extend("--ft-chart-7-light","",r.colorOrange70),color7Base:t.extend("--ft-chart-7-base","",r.colorOrange100),color8Light:t.extend("--ft-chart-8-light","",r.colorAvocado70),color8Base:t.extend("--ft-chart-8-base","",r.colorAvocado200),color9Light:t.extend("--ft-chart-9-light","",r.colorBrown50),color9Base:t.extend("--ft-chart-9-base","",r.colorBrown200),color10Light:t.extend("--ft-chart-10-light","",r.colorGray50),color10Base:t.extend("--ft-chart-10-base","",r.colorGray80),monochrome10:t.extend("--ft-chart-monochrome-10","",r.colorBrand10),monochrome20:t.extend("--ft-chart-monochrome-20","",r.colorBrand20),monochrome30:t.extend("--ft-chart-monochrome-30","",r.colorBrand40),monochrome40:t.extend("--ft-chart-monochrome-40","",r.colorBrand60),monochrome50:t.extend("--ft-chart-monochrome-50","",r.colorBrand0),monochrome60:t.extend("--ft-chart-monochrome-60","",r.colorBrand200),scatterplotQuadrantPopularOldBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-popular-old-background-color","",r.colorYellow10),scatterplotQuadrantPopularNewBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-popular-new-background-color","",r.colorAvocado10),scatterplotQuadrantUnpopularOldBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-unpopular-old-background-color","",r.colorRed10),scatterplotQuadrantUnpopularNewBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-unpopular-new-background-color","",r.colorCyan10),scatterplotDatapointInitialDefaultBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-initial-default-background-color","",r.colorBrand70),scatterplotDatapointInitialDefaultBackgroundOpacity:t.extend("--ft-chart-scatterplot-datapoint-initial-default-background-opacity","",r.opacity48),scatterplotDatapointInitialHoverBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-initial-hover-background-color","",r.colorBrand0),scatterplotDatapointSelectedDefaultBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-selected-default-background-color","",r.colorBrand100),scatterplotDatapointSelectedHoverBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-selected-hover-background-color","",r.colorBrand200),scatterplotDatapointUnselectedDefaultBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-unselected-default-background-color","",r.colorGray60),scatterplotDatapointUnselectedDefaultBackgroundOpacity:t.extend("--ft-chart-scatterplot-datapoint-unselected-default-background-opacity","",r.opacity48),scatterplotDatapointUnselectedHoverBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-unselected-hover-background-color","",r.colorGray70),scatterplotDatapointHoverHoverRingColor:t.extend("--ft-chart-scatterplot-datapoint-hover-hover-ring-color","",r.colorCyan200)};var tc={color1IconColor:t.extend("--ft-page-designer-1-icon-color","for area color charts",r.colorCyan0),color1ToolbarColor:t.extend("--ft-page-designer-1-toolbar-color","for area color charts",r.colorCyan0),color2IconColor:t.extend("--ft-page-designer-2-icon-color","for area color charts",r.colorBrand0),color2ToolbarColor:t.extend("--ft-page-designer-2-toolbar-color","for area color charts",r.colorBrand0),color3IconColor:t.extend("--ft-page-designer-3-icon-color","for area color charts",r.colorYellow200),color3ToolbarColor:t.extend("--ft-page-designer-3-toolbar-color","for area color charts",r.colorYellow200),color4IconColor:t.extend("--ft-page-designer-4-icon-color","for area color charts",r.colorUltramarine50),color4ToolbarColor:t.extend("--ft-page-designer-4-toolbar-color","for area color charts",r.colorUltramarine50),color5IconColor:t.extend("--ft-page-designer-5-icon-color","for area color charts",r.colorGreen0),color5ToolbarColor:t.extend("--ft-page-designer-5-toolbar-color","for area color charts",r.colorGreen0),color6IconColor:t.extend("--ft-page-designer-6-icon-color","for area color charts",r.colorOrange0),color6ToolbarColor:t.extend("--ft-page-designer-6-toolbar-color","for area color charts",r.colorOrange0),color7IconColor:t.extend("--ft-page-designer-7-icon-color","for area color charts",r.colorAvocado200),color7ToolbarColor:t.extend("--ft-page-designer-7-toolbar-color","for area color charts",r.colorAvocado200),color8IconColor:t.extend("--ft-page-designer-8-icon-color","for area color charts",r.colorBrown0),color8ToolbarColor:t.extend("--ft-page-designer-8-toolbar-color","for area color charts",r.colorBrown0)};var nc={borderWidth:t.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:t.extend("--ft-notice-horizontal-padding","",r.spacing3),verticalPadding:t.extend("--ft-notice-vertical-padding","",r.spacing2),borderRadius:t.extend("--ft-notice-border-radius","",r.borderRadiusS),gap:t.extend("--ft-notice-gap","",r.spacing2),iconSize:t.extend("--ft-notice-icon-size","",r.iconSize3),infoBackgroundColor:t.extend("--ft-notice-info-background-color","",n.backgroundInfoSubtle),infoBorderColor:t.extend("--ft-notice-info-border-color","",n.borderInfoSubtle),infoColor:t.extend("--ft-notice-info-color","",n.contentInfoPrimary),infoIconColor:t.extend("--ft-notice-info-icon-color","",n.contentInfoIconOnly),warningBackgroundColor:t.extend("--ft-notice-warning-background-color","",n.backgroundWarningSubtle),warningBorderColor:t.extend("--ft-notice-warning-border-color","",n.borderWarningSubtle),warningColor:t.extend("--ft-notice-warning-color","",n.contentWarningPrimary),warningIconColor:t.extend("--ft-notice-warning-icon-color","",n.contentWarningIconOnly),errorBackgroundColor:t.extend("--ft-notice-error-background-color","",n.backgroundErrorSubtle),errorBorderColor:t.extend("--ft-notice-error-border-color","",n.borderErrorSubtle),errorColor:t.extend("--ft-notice-error-color","",n.contentErrorPrimary),errorIconColor:t.extend("--ft-notice-error-icon-color","",n.contentErrorIconOnly),successBackgroundColor:t.extend("--ft-notice-success-background-color","",n.backgroundSuccessSubtle),successBorderColor:t.extend("--ft-notice-success-border-color","",n.borderSuccessSubtle),successColor:t.extend("--ft-notice-success-color","",n.contentSuccessPrimary),successIconColor:t.extend("--ft-notice-success-icon-color","",n.contentSuccessIconOnly),denseHorizontalPadding:t.create("--ft-notice-dense-horizontal-padding","","SIZE","0px"),denseVerticalPadding:t.create("--ft-notice-dense-vertical-padding","","SIZE","0px"),denseGap:t.extend("--ft-notice-dense-gap","",r.spacing1),denseIconSize:t.extend("--ft-notice-dense-icon-size","",r.iconSize2),denseBorderWidth:t.create("--ft-notice-dense-border-width","","SIZE","0")};var sc={offHoverStateLayerOpacity:t.extend("--ft-toggle-off-hover-state-layer-opacity","",r.opacity16),offFocusStateLayerOpacity:t.extend("--ft-toggle-off-focus-state-layer-opacity","",r.opacity16),offActiveStateLayerOpacity:t.extend("--ft-toggle-off-active-state-layer-opacity","",r.opacity24),offDisabledComponentOpacity:t.extend("--ft-toggle-off-disabled-component-opacity","",r.opacity40),offBackgroundColor:t.extend("--ft-toggle-off-background-color","",n.contentGlobalSubtle),offIconColor:t.extend("--ft-toggle-off-icon-color","",n.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-toggle-off-state-layer-color","",n.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-toggle-on-hover-state-layer-opacity","",r.opacity16),onFocusStateLayerOpacity:t.extend("--ft-toggle-on-focus-state-layer-opacity","",r.opacity16),onActiveStateLayerOpacity:t.extend("--ft-toggle-on-active-state-layer-opacity","",r.opacity24),onDisabledComponentOpacity:t.extend("--ft-toggle-on-disabled-component-opacity","",r.opacity40),onBackgroundColor:t.extend("--ft-toggle-on-background-color","",n.contentActionPrimary),onStateLayerColor:t.extend("--ft-toggle-on-state-layer-color","",n.contentActionPrimary),onIconColor:t.extend("--ft-toggle-on-icon-color","",n.contentActionPrimary),color:t.extend("--ft-toggle-color","",n.contentGlobalPrimary),focusFocusRingColor:t.extend("--ft-toggle-focus-focus-ring-color","",n.borderActionFocusRing),gap:t.extend("--ft-toggle-gap","",r.spacing3)};var gc={iconSize:t.extend("--ft-notification-icon-size","",r.iconSize4),leftPadding:t.extend("--ft-notification-left-padding","",r.spacing5),rightPadding:t.extend("--ft-notification-right-padding","",r.spacing4),verticalPadding:t.extend("--ft-notification-vertical-padding","",r.spacing3),infoBackgroundColor:t.extend("--ft-notification-info-background-color","",n.backgroundInfoSubtle),infoColor:t.extend("--ft-notification-info-color","",n.contentInfoPrimary),infoIconColor:t.extend("--ft-notification-info-icon-color","",n.contentInfoIconOnly),infoBorderColor:t.extend("--ft-notification-info-border-color","",n.borderInfoSubtle),successBackgroundColor:t.extend("--ft-notification-success-background-color","",n.backgroundSuccessSubtle),successColor:t.extend("--ft-notification-success-color","",n.contentSuccessPrimary),successIconColor:t.extend("--ft-notification-success-icon-color","",n.contentSuccessIconOnly),successBorderColor:t.extend("--ft-notification-success-border-color","",n.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-notification-warning-background-color","",n.backgroundWarningSubtle),warningColor:t.extend("--ft-notification-warning-color","",n.contentWarningPrimary),warningIconColor:t.extend("--ft-notification-warning-icon-color","",n.contentWarningIconOnly),warningBorderColor:t.extend("--ft-notification-warning-border-color","",n.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-notification-error-background-color","",n.backgroundErrorSubtle),errorColor:t.extend("--ft-notification-error-color","",n.contentErrorPrimary),errorIconColor:t.extend("--ft-notification-error-icon-color","",n.contentErrorIconOnly),errorBorderColor:t.extend("--ft-notification-error-border-color","",n.borderErrorSubtle),borderRadius:t.extend("--ft-notification-border-radius","",r.borderRadiusPill),borderWidth:t.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:t.extend("--ft-notification-leading-gap","",r.spacing2),trailingGap:t.extend("--ft-notification-trailing-gap","",r.spacing8)};var Cc={horizontalPadding:t.extend("--ft-tooltip-horizontal-padding","",r.spacing2),verticalPadding:t.extend("--ft-tooltip-vertical-padding","",r.spacing2),borderRadius:t.extend("--ft-tooltip-border-radius","",r.borderRadiusS),color:t.extend("--ft-tooltip-color","",n.contentGlobalOnColor),backgroundColor:t.extend("--ft-tooltip-background-color","",n.contentGlobalPrimary),backgroundOpacity:t.extend("--ft-tooltip-background-opacity","",r.opacity80),shadow:t.extend("--ft-tooltip-shadow","",r.shadowElevation02),maxWidth:t.create("--ft-tooltip-max-width","","SIZE","256px"),gap:t.extend("--ft-tooltip-gap","",r.spacing05)};var Nc={verticalPadding:t.extend("--ft-reorderable-list-vertical-padding","",r.spacing4),gap:t.extend("--ft-reorderable-list-gap","",r.spacing1),borderRadius:t.extend("--ft-reorderable-list-border-radius","",r.borderRadiusM),reorderableItemTitleMarginRight:t.extend("--ft-reorderable-list-reorderable-item-title-margin-right","",r.spacing6),reorderableItemTitleColor:t.extend("--ft-reorderable-list-reorderable-item-title-color","",n.contentGlobalPrimary),reorderableItemLeftButtonsGroupMarginRight:t.extend("--ft-reorderable-list-reorderable-item-left-buttons-group-margin-right","",r.spacing6),reorderableItemLeftButtonsGroupHorizontalGap:t.extend("--ft-reorderable-list-reorderable-item-left-buttons-group-horizontal-gap","",r.spacing2),reorderableItemRightButtonsGroupHorizontalGap:t.extend("--ft-reorderable-list-reorderable-item-right-buttons-group-horizontal-gap","",r.spacing2),reorderableItemUsersCountColor:t.extend("--ft-reorderable-list-reorderable-item-users-count-color","",n.contentGlobalPrimary),reorderableItemUsersCountMarginRight:t.extend("--ft-reorderable-list-reorderable-item-users-count-margin-right","",r.spacing6),reorderableItemBackgroundColor:t.extend("--ft-reorderable-list-reorderable-item-background-color","",n.backgroundGlobalOnSurface),reorderableItemWarningMessageGap:t.extend("--ft-reorderable-list-reorderable-item-warning-message-gap","",r.spacing1),reorderableItemWarningMessageColor:t.extend("--ft-reorderable-list-reorderable-item-warning-message-color","",n.contentWarningPrimary),reorderableItemWarningMessageIconColor:t.extend("--ft-reorderable-list-reorderable-item-warning-message-icon-color","",n.contentWarningIconOnly),reorderableItemGripColor:t.extend("--ft-reorderable-list-reorderable-item-grip-color","",n.contentGlobalSecondary),reorderableItemGripOpacity:t.extend("--ft-reorderable-list-reorderable-item-grip-opacity","",r.opacity48),boxShadow:t.extend("--ft-reorderable-list-box-shadow","",r.shadowElevation01),borderWidth:t.create("--ft-reorderable-list-border-width","","SIZE","1px"),reorderableItemsGap:t.extend("--ft-reorderable-list-reorderable-items-gap","",r.spacing2),leftPadding:t.extend("--ft-reorderable-list-left-padding","",r.spacing2),rightPadding:t.extend("--ft-reorderable-list-right-padding","",r.spacing6),borderColor:t.extend("--ft-reorderable-list-border-color","",n.borderGlobalPrimary),backgroundColor:t.extend("--ft-reorderable-list-background-color","",n.backgroundGlobalOnSurfaceDark)};var Ac={menuHorizontalPadding:t.extend("--ft-date-range-picker-menu-horizontal-padding","",r.spacing4),menuVerticalPadding:t.extend("--ft-date-range-picker-menu-vertical-padding","",r.spacing4),menuVerticalGap:t.extend("--ft-date-range-picker-menu-vertical-gap","",r.spacing4),menuButtonsVerticalGap:t.extend("--ft-date-range-picker-menu-buttons-vertical-gap","",r.spacing2)};var Tt;(function(e){e.brand="brand",e.neutral="neutral",e.info="info",e.success="success",e.warning="warning",e.error="error"})(Tt||(Tt={}));var Ht;(function(e){e.large="large",e.medium="medium",e.small="small"})(Ht||(Ht={}));var _t=C(U());function tr(e,o){let a=be[e];return _t.css`
113
+ `;var tt=C(G()),m=C(L());var yt=C(G(),1),vt=e=>typeof e=="string"?(0,yt.unsafeCSS)(e):e,t=class{static create(o,a,i,l){let c=p=>vt(p??l),d=yt.css`var(${vt(o)}, ${c(l)})`;return d.name=o,d.description=a,d.category=i,d.defaultValue=l,d.defaultCssValue=c,d.set=p=>Lo(d,p??c(l)),d.get=p=>yt.css`var(${vt(o)}, ${c(p)})`,d.breadcrumb=()=>[],d.lastResortDefaultValue=()=>l,d}static extend(o,a,i,l){let c=p=>i.get(p??l),d=yt.css`var(${vt(o)}, ${c(l)})`;return d.name=o,d.description=a,d.category=i.category,d.fallbackVariable=i,d.defaultValue=l,d.defaultCssValue=c,d.set=p=>Lo(d,p??c(l)),d.get=p=>yt.css`var(${vt(o)}, ${c(p)})`,d.breadcrumb=()=>[i.name,...i.breadcrumb()],d.lastResortDefaultValue=()=>l??i.lastResortDefaultValue(),d}static external(o,a){let i=c=>o.defaultCssValue(c),l=yt.css`var(${vt(o.name)}, ${i(o.defaultValue)})`;return l.name=o.name,l.category=o.category,l.fallbackVariable=o.fallbackVariable,l.defaultValue=o.defaultValue,l.context=a,l.defaultCssValue=i,l.set=c=>o.set(c),l.get=c=>yt.css`var(${vt(o.name)}, ${i(c)})`,l.breadcrumb=()=>o.breadcrumb(),l.lastResortDefaultValue=()=>o.lastResortDefaultValue(),l}};function Lo(e,o){return vt(`${e.name}: ${o}`)}var r={colorWhite:t.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:t.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:t.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:t.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:t.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:t.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:t.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:t.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:t.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:t.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:t.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:t.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:t.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:t.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:t.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:t.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:t.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:t.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:t.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:t.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:t.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:t.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:t.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:t.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:t.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:t.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:t.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:t.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:t.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:t.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:t.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:t.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:t.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:t.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:t.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:t.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:t.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:t.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:t.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:t.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:t.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:t.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:t.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:t.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:t.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:t.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:t.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:t.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:t.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:t.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:t.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:t.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:t.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:t.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:t.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:t.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:t.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:t.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:t.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:t.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:t.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:t.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:t.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:t.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:t.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:t.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:t.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:t.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:t.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:t.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:t.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:t.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:t.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:t.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:t.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:t.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:t.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:t.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:t.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:t.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:t.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:t.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:t.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:t.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:t.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:t.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:t.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:t.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:t.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:t.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:t.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:t.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:t.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:t.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:t.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:t.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:t.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:t.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:t.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:t.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:t.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:t.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:t.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:t.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:t.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:t.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:t.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:t.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:t.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:t.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:t.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:t.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:t.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:t.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:t.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:t.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:t.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:t.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:t.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:t.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:t.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:t.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:t.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:t.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:t.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:t.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:t.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:t.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:t.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:t.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:t.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:t.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:t.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:t.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:t.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:t.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:t.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:t.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:t.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:t.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:t.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:t.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:t.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:t.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:t.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:t.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:t.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:t.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:t.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:t.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:t.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:t.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:t.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:t.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:t.create("--ft-spacing-2","","SIZE","calc(0.25rem*2)"),spacing3:t.create("--ft-spacing-3","","SIZE","calc(0.25rem*3)"),spacing4:t.create("--ft-spacing-4","","SIZE","calc(0.25rem*4)"),spacing5:t.create("--ft-spacing-5","","SIZE","calc(0.25rem*5)"),spacing6:t.create("--ft-spacing-6","","SIZE","calc(0.25rem*6)"),spacing8:t.create("--ft-spacing-8","","SIZE","calc(0.25rem*8)"),spacing10:t.create("--ft-spacing-10","","SIZE","calc(0.25rem*10)"),spacing12:t.create("--ft-spacing-12","","SIZE","calc(0.25rem*12)"),spacing16:t.create("--ft-spacing-16","","SIZE","calc(0.25rem*16)"),spacing20:t.create("--ft-spacing-20","","SIZE","calc(0.25rem*20)"),spacing24:t.create("--ft-spacing-24","","SIZE","calc(0.25rem*24)"),spacing28:t.create("--ft-spacing-28","","SIZE","calc(0.25rem*28)"),spacing32:t.create("--ft-spacing-32","","SIZE","calc(0.25rem*32)"),spacing05:t.create("--ft-spacing-0-5","","SIZE","calc(0.25rem*0.5)"),borderRadiusS:t.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:t.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:t.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:t.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:t.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:t.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:t.create("--ft-icon-size-1","","SIZE","0.75rem"),iconSize2:t.create("--ft-icon-size-2","","SIZE","1rem"),iconSize3:t.create("--ft-icon-size-3","","SIZE","1.25rem"),iconSize4:t.create("--ft-icon-size-4","","SIZE","1.5rem"),iconSize5:t.create("--ft-icon-size-5","","SIZE","2rem"),iconSize6:t.create("--ft-icon-size-6","","SIZE","3rem"),opacity0:t.create("--ft-opacity-0","","NUMBER","0"),opacity8:t.create("--ft-opacity-8","","NUMBER","0.08"),opacity12:t.create("--ft-opacity-12","","NUMBER","0.12"),opacity16:t.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:t.create("--ft-opacity-24","","NUMBER","0.24"),opacity32:t.create("--ft-opacity-32","","NUMBER","0.32"),opacity40:t.create("--ft-opacity-40","","NUMBER","0.4"),opacity48:t.create("--ft-opacity-48","","NUMBER","0.48"),opacity80:t.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:t.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:t.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:t.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:t.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:t.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:t.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:t.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:t.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:t.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},Ao={fontFamily:t.create("--ft-typography-display-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-display-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-display-line-height","","SIZE","1.2"),fontSize:t.create("--ft-typography-display-font-size","","SIZE","2.5rem"),letterSpacing:t.create("--ft-typography-display-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-display-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-display-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-display-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-display-text-case","","UNKNOWN","none")},Bo={fontFamily:t.create("--ft-typography-title-1-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-1-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-title-1-line-height","","SIZE","1.2"),fontSize:t.create("--ft-typography-title-1-font-size","","SIZE","1.5rem"),letterSpacing:t.create("--ft-typography-title-1-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-title-1-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-1-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-1-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-1-text-case","","UNKNOWN","none")},$o={fontFamily:t.create("--ft-typography-title-2-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-2-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-title-2-line-height","","SIZE","1.2"),fontSize:t.create("--ft-typography-title-2-font-size","","SIZE","1.25rem"),letterSpacing:t.create("--ft-typography-title-2-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-title-2-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-2-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-2-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-2-text-case","","UNKNOWN","none")},Po={fontFamily:t.create("--ft-typography-title-3-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-3-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-title-3-line-height","","SIZE","1.2"),fontSize:t.create("--ft-typography-title-3-font-size","","SIZE","1.125rem"),letterSpacing:t.create("--ft-typography-title-3-letter-spacing","","SIZE","-0.01em"),paragraphSpacing:t.create("--ft-typography-title-3-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-3-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-3-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-3-text-case","","UNKNOWN","none")},Io={fontFamily:t.create("--ft-typography-body-1-regular-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-regular-font-weight","","UNKNOWN","400"),lineHeight:t.create("--ft-typography-body-1-regular-line-height","","SIZE","1.35"),fontSize:t.create("--ft-typography-body-1-regular-font-size","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-regular-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-regular-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-regular-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-regular-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-regular-text-case","","UNKNOWN","none")},ko={fontFamily:t.create("--ft-typography-body-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-1-medium-line-height","","SIZE","1.35"),fontSize:t.create("--ft-typography-body-1-medium-font-size","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-medium-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-medium-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-medium-text-case","","UNKNOWN","none")},Wo={fontFamily:t.create("--ft-typography-body-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-body-1-semibold-line-height","","SIZE","1.35"),fontSize:t.create("--ft-typography-body-1-semibold-font-size","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-semibold-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-semibold-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-semibold-text-case","","UNKNOWN","none")},To={fontFamily:t.create("--ft-typography-body-2-regular-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-regular-font-weight","","UNKNOWN","400"),lineHeight:t.create("--ft-typography-body-2-regular-line-height","","SIZE","1.35"),fontSize:t.create("--ft-typography-body-2-regular-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-regular-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-regular-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-regular-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-regular-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-regular-text-case","","UNKNOWN","none")},zo={fontFamily:t.create("--ft-typography-body-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-2-medium-line-height","","SIZE","1.35"),fontSize:t.create("--ft-typography-body-2-medium-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-medium-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-medium-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-medium-text-case","","UNKNOWN","none")},Va={fontFamily:t.create("--ft-typography-body-2-medium-underline-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-medium-underline-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-2-medium-underline-line-height","","SIZE","1.35"),fontSize:t.create("--ft-typography-body-2-medium-underline-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-medium-underline-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-medium-underline-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-medium-underline-paragraph-indent","","UNKNOWN","0"),textCase:t.create("--ft-typography-body-2-medium-underline-text-case","","UNKNOWN","none"),textDecoration:t.create("--ft-typography-body-2-medium-underline-text-decoration","","UNKNOWN","underline")},Ho={fontFamily:t.create("--ft-typography-body-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-body-2-semibold-line-height","","SIZE","1.35"),fontSize:t.create("--ft-typography-body-2-semibold-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-semibold-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-semibold-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-semibold-text-case","","UNKNOWN","none")},_o={fontFamily:t.create("--ft-typography-label-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-label-1-medium-line-height","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-medium-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-medium-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-medium-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-medium-text-decoration","","UNKNOWN","none")},Do={fontFamily:t.create("--ft-typography-label-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-label-1-semibold-line-height","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-semibold-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-semibold-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-semibold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-semibold-text-decoration","","UNKNOWN","none")},Go={fontFamily:t.create("--ft-typography-label-1-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-label-1-bold-line-height","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-bold-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-bold-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-bold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-bold-text-decoration","","UNKNOWN","none")},Uo={fontFamily:t.create("--ft-typography-label-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-label-2-medium-line-height","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-medium-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-medium-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-medium-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-medium-text-decoration","","UNKNOWN","none")},Mo={fontFamily:t.create("--ft-typography-label-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-label-2-semibold-line-height","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-semibold-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-semibold-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-semibold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-semibold-text-decoration","","UNKNOWN","none")},Zo={fontFamily:t.create("--ft-typography-label-2-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-label-2-bold-line-height","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-bold-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-bold-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-bold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-bold-text-decoration","","UNKNOWN","none")},Ko={fontFamily:t.create("--ft-typography-caption-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-1-medium-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-1-medium-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-medium-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-medium-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-medium-text-decoration","","UNKNOWN","none")},Fo={fontFamily:t.create("--ft-typography-caption-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-1-semibold-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-1-semibold-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-semibold-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-semibold-text-decoration","","UNKNOWN","none")},Vo={fontFamily:t.create("--ft-typography-caption-1-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-1-bold-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-1-bold-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-bold-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-bold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-bold-text-decoration","","UNKNOWN","none")},jo={fontFamily:t.create("--ft-typography-caption-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-2-medium-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-2-medium-font-size","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-medium-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-medium-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-medium-text-decoration","","UNKNOWN","none")},Yo={fontFamily:t.create("--ft-typography-caption-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-2-semibold-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-2-semibold-font-size","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-semibold-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-semibold-text-decoration","","UNKNOWN","none")},Xo={fontFamily:t.create("--ft-typography-caption-2-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-2-bold-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-2-bold-font-size","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-bold-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-bold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-bold-text-decoration","","UNKNOWN","none")},qo={fontFamily:t.create("--ft-typography-caption-3-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-3-medium-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-3-medium-font-size","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-medium-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-medium-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-medium-text-decoration","","UNKNOWN","none")},Qo={fontFamily:t.create("--ft-typography-caption-3-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-3-semibold-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-3-semibold-font-size","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-semibold-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-semibold-text-decoration","","UNKNOWN","none")},Jo={fontFamily:t.create("--ft-typography-caption-3-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-3-bold-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-3-bold-font-size","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-bold-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-bold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-bold-text-decoration","","UNKNOWN","none")},be={display:Ao,"title-1":Bo,"title-2":$o,"title-3":Po,"body-1-regular":Io,"body-1-medium":ko,"body-1-semibold":Wo,"body-2-regular":To,"body-2-medium":zo,"body-2-medium-underline":Va,"body-2-semibold":Ho,"label-1-medium":_o,"label-1-semibold":Do,"label-1-bold":Go,"label-2-medium":Uo,"label-2-semibold":Mo,"label-2-bold":Zo,"caption-1-medium":Ko,"caption-1-semibold":Fo,"caption-1-bold":Vo,"caption-2-medium":jo,"caption-2-semibold":Yo,"caption-2-bold":Xo,"caption-3-medium":qo,"caption-3-semibold":Qo,"caption-3-bold":Jo};var n={backgroundActionPrimary:t.extend("--ft-background-action-primary","Used as backgorund of primary action components.",r.colorBrand0),backgroundErrorSubtle:t.extend("--ft-background-error-subtle","Used as background of subtle error components.",r.colorRed10),backgroundInfoSubtle:t.extend("--ft-background-info-subtle","Used as background of subtle information components.",r.colorCyan10),backgroundWarningSubtle:t.extend("--ft-background-warning-subtle","Used as background of subtle information components.",r.colorOrange10),backgroundSuccessSubtle:t.extend("--ft-background-success-subtle","Used as background of subtle success components.",r.colorGreen10),backgroundGlobalSurface:t.extend("--ft-background-global-surface","Used as app background.",r.colorWhite),backgroundGlobalOnSurface:t.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",r.colorGray10),backgroundGlobalOnSurfaceDark:t.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",r.colorGray30),contentActionPrimary:t.extend("--ft-content-action-primary","Used on label of primary action on light surface.",r.colorBrand0),contentWarningPrimary:t.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",r.colorOrange200),contentWarningIconOnly:t.extend("--ft-content-warning-icon-only","Used on warning status icons alone",r.colorOrange0),contentErrorPrimary:t.extend("--ft-content-error-primary","Used on label of error messages on light surface.",r.colorRed0),contentErrorIconOnly:t.extend("--ft-content-error-icon-only","Used on error status icons alone",r.colorRed70),contentInfoPrimary:t.extend("--ft-content-info-primary","Used on label of information messages on light surface.",r.colorCyan200),contentInfoIconOnly:t.extend("--ft-content-info-icon-only","Used on info status icons alone",r.colorCyan0),contentSuccessPrimary:t.extend("--ft-content-success-primary","Used on label of success messages on light surface.",r.colorGreen200),contentSuccessIconOnly:t.extend("--ft-content-success-icon-only","Used on success status icons alone",r.colorGreen0),contentGlobalPrimary:t.extend("--ft-content-global-primary","Used for main content on the page.",r.colorGray500),contentGlobalSecondary:t.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
114
+ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",r.colorGray0),contentGlobalOnColor:t.extend("--ft-content-global-on-color","Used for content on a dominant color.",r.colorWhite),borderActionPrimary:t.extend("--ft-border-action-primary","Used as border for primary action components.",r.colorBrand0),borderActionFocusRing:t.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",r.colorCyan0),borderWarningPrimary:t.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",r.colorOrange200),borderWarningSubtle:t.extend("--ft-border-warning-subtle","Used as border for warning components.",r.colorOrange30),borderSuccessPrimary:t.extend("--ft-border-success-primary","Used as border for success buttons.",r.colorGreen200),borderSuccessSubtle:t.extend("--ft-border-success-subtle","Used as border for success components.",r.colorGreen30),borderErrorPrimary:t.extend("--ft-border-error-primary","Used as border for text fields in error states.",r.colorRed0),borderErrorSubtle:t.extend("--ft-border-error-subtle","Used as border for error components.",r.colorRed30),borderInfoPrimary:t.extend("--ft-border-info-primary","Used as border for buttons in info color.",r.colorCyan200),borderInfoSubtle:t.extend("--ft-border-info-subtle","Used as border for information components.",r.colorCyan30),borderGlobalPrimary:t.extend("--ft-border-global-primary","Used as border for element like input.",r.colorGray50),borderGlobalSubtle:t.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",r.colorGray30),borderInputPrimary:t.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",r.colorGray80),borderNeutralPrimary:t.extend("--ft-border-neutral-primary","Used as border for neutral secondary buttons",r.colorGray200)};var s={largeHeight:t.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:t.extend("--ft-button-large-horizontal-padding","",r.spacing4),largeGap:t.extend("--ft-button-large-gap","",r.spacing2),largeBorderRadius:t.extend("--ft-button-large-border-radius","",r.borderRadiusS),largeIconSize:t.extend("--ft-button-large-icon-size","",r.iconSize3),largeBorderWidth:t.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:t.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:t.create("--ft-button-large-icon-only-width","","SIZE","40px"),mediumHeight:t.create("--ft-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:t.extend("--ft-button-medium-horizontal-padding","",r.spacing3),mediumGap:t.extend("--ft-button-medium-gap","",r.spacing2),mediumBorderRadius:t.extend("--ft-button-medium-border-radius","",r.borderRadiusS),mediumIconSize:t.extend("--ft-button-medium-icon-size","",r.iconSize2),mediumBorderWidth:t.create("--ft-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:t.create("--ft-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:t.create("--ft-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:t.create("--ft-button-medium-icon-only-width","","SIZE","30px"),smallHeight:t.create("--ft-button-small-height","","SIZE","20px"),smallHorizontalPadding:t.extend("--ft-button-small-horizontal-padding","",r.spacing2),smallGap:t.extend("--ft-button-small-gap","",r.spacing1),smallBorderRadius:t.extend("--ft-button-small-border-radius","",r.borderRadiusS),smallIconSize:t.extend("--ft-button-small-icon-size","",r.iconSize1),smallBorderWidth:t.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:t.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:t.create("--ft-button-small-icon-only-width","","SIZE","20px"),xSmallHeight:t.create("--ft-button-x-small-height","","SIZE","16px"),xSmallIconSize:t.extend("--ft-button-x-small-icon-size","",r.iconSize1),xSmallFocusOutlineOffset:t.create("--ft-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:t.create("--ft-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:t.create("--ft-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:t.extend("--ft-button-round-border-radius","",r.borderRadiusPill),primaryBrandBackgroundColor:t.extend("--ft-button-primary-brand-background-color","",n.backgroundActionPrimary),primaryBrandColor:t.extend("--ft-button-primary-brand-color","",n.contentGlobalOnColor),primaryBrandIconColor:t.extend("--ft-button-primary-brand-icon-color","",n.contentGlobalOnColor),primaryBrandStateLayerColor:t.extend("--ft-button-primary-brand-state-layer-color","",n.contentGlobalOnColor),primaryBrandHoverStateLayerOpacity:t.extend("--ft-button-primary-brand-hover-state-layer-opacity","",r.opacity16),primaryBrandFocusStateLayerOpacity:t.extend("--ft-button-primary-brand-focus-state-layer-opacity","",r.opacity16),primaryBrandActiveStateLayerOpacity:t.extend("--ft-button-primary-brand-active-state-layer-opacity","",r.opacity24),primaryBrandDisabledComponentOpacity:t.extend("--ft-button-primary-brand-disabled-component-opacity","",r.opacity40),focusFocusRingColor:t.extend("--ft-button-focus-focus-ring-color","",n.borderActionFocusRing),tertiaryBrandBackgroundColor:t.create("--ft-button-tertiary-brand-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryBrandColor:t.extend("--ft-button-tertiary-brand-color","",n.contentActionPrimary),tertiaryBrandIconColor:t.extend("--ft-button-tertiary-brand-icon-color","",n.contentActionPrimary),tertiaryBrandStateLayerColor:t.extend("--ft-button-tertiary-brand-state-layer-color","",n.contentActionPrimary),tertiaryBrandHoverStateLayerOpacity:t.extend("--ft-button-tertiary-brand-hover-state-layer-opacity","",r.opacity8),tertiaryBrandFocusStateLayerOpacity:t.extend("--ft-button-tertiary-brand-focus-state-layer-opacity","",r.opacity8),tertiaryBrandActiveStateLayerOpacity:t.extend("--ft-button-tertiary-brand-active-state-layer-opacity","",r.opacity16),tertiaryBrandDisabledComponentOpacity:t.extend("--ft-button-tertiary-brand-disabled-component-opacity","",r.opacity40),tertiaryInfoBackgroundColor:t.create("--ft-button-tertiary-info-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryInfoColor:t.extend("--ft-button-tertiary-info-color","",n.contentInfoPrimary),tertiaryInfoIconColor:t.extend("--ft-button-tertiary-info-icon-color","",n.contentInfoPrimary),tertiaryInfoStateLayerColor:t.extend("--ft-button-tertiary-info-state-layer-color","",n.contentInfoPrimary),tertiaryInfoFocusStateLayerOpacity:t.extend("--ft-button-tertiary-info-focus-state-layer-opacity","",r.opacity8),tertiaryInfoHoverStateLayerOpacity:t.extend("--ft-button-tertiary-info-hover-state-layer-opacity","",r.opacity8),tertiaryInfoActiveStateLayerOpacity:t.extend("--ft-button-tertiary-info-active-state-layer-opacity","",r.opacity16),tertiaryInfoDisabledComponentOpacity:t.extend("--ft-button-tertiary-info-disabled-component-opacity","",r.opacity40),tertiarySuccessBackgroundColor:t.create("--ft-button-tertiary-success-background-color","","COLOR","rgba(0,0,0,0)"),tertiarySuccessColor:t.extend("--ft-button-tertiary-success-color","",n.contentSuccessPrimary),tertiarySuccessIconColor:t.extend("--ft-button-tertiary-success-icon-color","",n.contentSuccessPrimary),tertiarySuccessStateLayerColor:t.extend("--ft-button-tertiary-success-state-layer-color","",n.contentSuccessPrimary),tertiarySuccessHoverStateLayerOpacity:t.extend("--ft-button-tertiary-success-hover-state-layer-opacity","",r.opacity8),tertiarySuccessFocusStateLayerOpacity:t.extend("--ft-button-tertiary-success-focus-state-layer-opacity","",r.opacity8),tertiarySuccessActiveStateLayerOpacity:t.extend("--ft-button-tertiary-success-active-state-layer-opacity","",r.opacity16),tertiarySuccessDisabledComponentOpacity:t.extend("--ft-button-tertiary-success-disabled-component-opacity","",r.opacity40),tertiaryWarningBackgroundColor:t.create("--ft-button-tertiary-warning-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryWarningColor:t.extend("--ft-button-tertiary-warning-color","",n.contentWarningPrimary),tertiaryWarningIconColor:t.extend("--ft-button-tertiary-warning-icon-color","",n.contentWarningPrimary),tertiaryWarningStateLayerColor:t.extend("--ft-button-tertiary-warning-state-layer-color","",n.contentWarningPrimary),tertiaryWarningHoverStateLayerOpacity:t.extend("--ft-button-tertiary-warning-hover-state-layer-opacity","",r.opacity8),tertiaryWarningFocusStateLayerOpacity:t.extend("--ft-button-tertiary-warning-focus-state-layer-opacity","",r.opacity8),tertiaryWarningActiveStateLayerOpacity:t.extend("--ft-button-tertiary-warning-active-state-layer-opacity","",r.opacity16),tertiaryWarningDisabledComponentOpacity:t.extend("--ft-button-tertiary-warning-disabled-component-opacity","",r.opacity40),tertiaryErrorBackgroundColor:t.create("--ft-button-tertiary-error-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryErrorColor:t.extend("--ft-button-tertiary-error-color","",n.contentErrorPrimary),tertiaryErrorIconColor:t.extend("--ft-button-tertiary-error-icon-color","",n.contentErrorPrimary),tertiaryErrorStateLayerColor:t.extend("--ft-button-tertiary-error-state-layer-color","",n.contentErrorPrimary),tertiaryErrorHoverStateLayerOpacity:t.extend("--ft-button-tertiary-error-hover-state-layer-opacity","",r.opacity8),tertiaryErrorFocusStateLayerOpacity:t.extend("--ft-button-tertiary-error-focus-state-layer-opacity","",r.opacity8),tertiaryErrorActiveStateLayerOpacity:t.extend("--ft-button-tertiary-error-active-state-layer-opacity","",r.opacity16),tertiaryErrorDisabledComponentOpacity:t.extend("--ft-button-tertiary-error-disabled-component-opacity","",r.opacity40),tertiaryNeutralBackgroundColor:t.create("--ft-button-tertiary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryNeutralIconColor:t.extend("--ft-button-tertiary-neutral-icon-color","",n.contentGlobalSecondary),tertiaryNeutralColor:t.extend("--ft-button-tertiary-neutral-color","",n.contentGlobalSecondary),tertiaryNeutralStateLayerColor:t.extend("--ft-button-tertiary-neutral-state-layer-color","",n.contentGlobalSecondary),tertiaryNeutralHoverStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-hover-state-layer-opacity","",r.opacity8),tertiaryNeutralFocusStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-focus-state-layer-opacity","",r.opacity8),tertiaryNeutralActiveStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-active-state-layer-opacity","",r.opacity16),tertiaryNeutralDisabledComponentOpacity:t.extend("--ft-button-tertiary-neutral-disabled-component-opacity","",r.opacity40),secondaryBrandBackgroundColor:t.create("--ft-button-secondary-brand-background-color","","COLOR","rgba(0,0,0,0)"),secondaryBrandColor:t.extend("--ft-button-secondary-brand-color","",n.contentActionPrimary),secondaryBrandIconColor:t.extend("--ft-button-secondary-brand-icon-color","",n.contentActionPrimary),secondaryBrandStateLayerColor:t.extend("--ft-button-secondary-brand-state-layer-color","",n.contentActionPrimary),secondaryBrandHoverStateLayerOpacity:t.extend("--ft-button-secondary-brand-hover-state-layer-opacity","",r.opacity8),secondaryBrandFocusStateLayerOpacity:t.extend("--ft-button-secondary-brand-focus-state-layer-opacity","",r.opacity8),secondaryBrandActiveStateLayerOpacity:t.extend("--ft-button-secondary-brand-active-state-layer-opacity","",r.opacity16),secondaryBrandDisabledComponentOpacity:t.extend("--ft-button-secondary-brand-disabled-component-opacity","",r.opacity40),secondaryBrandBorderColor:t.extend("--ft-button-secondary-brand-border-color","",n.borderActionPrimary),secondaryNeutralHoverStateLayerOpacity:t.extend("--ft-button-secondary-neutral-hover-state-layer-opacity","",r.opacity8),secondaryNeutralFocusStateLayerOpacity:t.extend("--ft-button-secondary-neutral-focus-state-layer-opacity","",r.opacity8),secondaryNeutralActiveStateLayerOpacity:t.extend("--ft-button-secondary-neutral-active-state-layer-opacity","",r.opacity16),secondaryNeutralDisabledComponentOpacity:t.extend("--ft-button-secondary-neutral-disabled-component-opacity","",r.opacity40),secondaryNeutralBackgroundColor:t.create("--ft-button-secondary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),secondaryNeutralColor:t.extend("--ft-button-secondary-neutral-color","",n.contentGlobalSecondary),secondaryNeutralIconColor:t.extend("--ft-button-secondary-neutral-icon-color","",n.contentGlobalSecondary),secondaryNeutralStateLayerColor:t.extend("--ft-button-secondary-neutral-state-layer-color","",n.contentGlobalSecondary),secondaryNeutralBorderColor:t.extend("--ft-button-secondary-neutral-border-color","",n.borderNeutralPrimary),secondaryInfoHoverStateLayerOpacity:t.extend("--ft-button-secondary-info-hover-state-layer-opacity","",r.opacity8),secondaryInfoFocusStateLayerOpacity:t.extend("--ft-button-secondary-info-focus-state-layer-opacity","",r.opacity8),secondaryInfoActiveStateLayerOpacity:t.extend("--ft-button-secondary-info-active-state-layer-opacity","",r.opacity16),secondaryInfoDisabledComponentOpacity:t.extend("--ft-button-secondary-info-disabled-component-opacity","",r.opacity40),secondaryInfoBackgroundColor:t.create("--ft-button-secondary-info-background-color","","COLOR","rgba(0,0,0,0)"),secondaryInfoBorderColor:t.extend("--ft-button-secondary-info-border-color","",n.borderInfoPrimary),secondaryInfoColor:t.extend("--ft-button-secondary-info-color","",n.contentInfoPrimary),secondaryInfoIconColor:t.extend("--ft-button-secondary-info-icon-color","",n.contentInfoPrimary),secondaryInfoStateLayerColor:t.extend("--ft-button-secondary-info-state-layer-color","",n.contentInfoPrimary),secondarySuccessHoverStateLayerOpacity:t.extend("--ft-button-secondary-success-hover-state-layer-opacity","",r.opacity8),secondarySuccessFocusStateLayerOpacity:t.extend("--ft-button-secondary-success-focus-state-layer-opacity","",r.opacity8),secondarySuccessActiveStateLayerOpacity:t.extend("--ft-button-secondary-success-active-state-layer-opacity","",r.opacity16),secondarySuccessDisabledComponentOpacity:t.extend("--ft-button-secondary-success-disabled-component-opacity","",r.opacity40),secondarySuccessBackgroundColor:t.create("--ft-button-secondary-success-background-color","","COLOR","rgba(0,0,0,0)"),secondarySuccessBorderColor:t.extend("--ft-button-secondary-success-border-color","",n.borderSuccessPrimary),secondarySuccessColor:t.extend("--ft-button-secondary-success-color","",n.contentSuccessPrimary),secondarySuccessIconColor:t.extend("--ft-button-secondary-success-icon-color","",n.contentSuccessPrimary),secondarySuccessStateLayerColor:t.extend("--ft-button-secondary-success-state-layer-color","",n.contentSuccessPrimary),secondaryWarningHoverStateLayerOpacity:t.extend("--ft-button-secondary-warning-hover-state-layer-opacity","",r.opacity8),secondaryWarningFocusStateLayerOpacity:t.extend("--ft-button-secondary-warning-focus-state-layer-opacity","",r.opacity8),secondaryWarningActiveStateLayerOpacity:t.extend("--ft-button-secondary-warning-active-state-layer-opacity","",r.opacity16),secondaryWarningDisabledComponentOpacity:t.extend("--ft-button-secondary-warning-disabled-component-opacity","",r.opacity40),secondaryWarningBackgroundColor:t.create("--ft-button-secondary-warning-background-color","","COLOR","rgba(0,0,0,0)"),secondaryWarningBorderColor:t.extend("--ft-button-secondary-warning-border-color","",n.borderWarningPrimary),secondaryWarningColor:t.extend("--ft-button-secondary-warning-color","",n.contentWarningPrimary),secondaryWarningIconColor:t.extend("--ft-button-secondary-warning-icon-color","",n.contentWarningPrimary),secondaryWarningStateLayerColor:t.extend("--ft-button-secondary-warning-state-layer-color","",n.contentWarningPrimary),secondaryErrorHoverStateLayerOpacity:t.extend("--ft-button-secondary-error-hover-state-layer-opacity","",r.opacity8),secondaryErrorFocusStateLayerOpacity:t.extend("--ft-button-secondary-error-focus-state-layer-opacity","",r.opacity8),secondaryErrorActiveStateLayerOpacity:t.extend("--ft-button-secondary-error-active-state-layer-opacity","",r.opacity16),secondaryErrorDisabledComponentOpacity:t.extend("--ft-button-secondary-error-disabled-component-opacity","",r.opacity40),secondaryErrorBackgroundColor:t.create("--ft-button-secondary-error-background-color","","COLOR","rgba(0,0,0,0)"),secondaryErrorBorderColor:t.extend("--ft-button-secondary-error-border-color","",n.contentErrorPrimary),secondaryErrorColor:t.extend("--ft-button-secondary-error-color","",n.contentErrorPrimary),secondaryErrorIconColor:t.extend("--ft-button-secondary-error-icon-color","",n.contentErrorPrimary),secondaryErrorStateLayerColor:t.extend("--ft-button-secondary-error-state-layer-color","",n.contentErrorPrimary)};var Gn={loadMoreIconSize:t.extend("--ft-tree-list-load-more-icon-size","",r.iconSize2),loadMorePaddingLeft:t.extend("--ft-tree-list-load-more-padding-left","",r.spacing6),loadMoreUnselectedDefaultBorderColor:t.extend("--ft-tree-list-load-more-unselected-default-border-color","",n.borderGlobalSubtle),loadMoreIconColor:t.extend("--ft-tree-list-load-more-icon-color","",n.contentActionPrimary),loadMoreLabelColor:t.extend("--ft-tree-list-load-more-label-color","",n.contentActionPrimary),loadMoreHoverBorderColor:t.extend("--ft-tree-list-load-more-hover-border-color","",r.colorBrand20),loadMoreHoverBackgroundColor:t.create("--ft-tree-list-load-more-hover-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreActiveBorderColor:t.extend("--ft-tree-list-load-more-active-border-color","",r.colorBrand20),loadMoreActiveBackgroundColor:t.create("--ft-tree-list-load-more-active-background-color","","COLOR","rgba(157,32,123,0.16)"),loadMoreFocusBackgroundColor:t.create("--ft-tree-list-load-more-focus-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreDescendantOfSelectedDefaultBackgroundColor:t.create("--ft-tree-list-load-more-descendant-of-selected-default-background-color","","COLOR","rgba(113,113,142,0.08)"),loadMoreDescendantOfSelectedDefaultBorderColor:t.extend("--ft-tree-list-load-more-descendant-of-selected-default-border-color","",n.borderGlobalPrimary),loadMoreLabelMarginLeft:t.extend("--ft-tree-list-load-more-label-margin-left","",r.spacing1),nodeIconSize:t.extend("--ft-tree-list-node-icon-size","",r.iconSize2),nodeHeight:t.create("--ft-tree-list-node-height","","SIZE","36px"),nodeParentLabelMarginLeft:t.extend("--ft-tree-list-node-parent-label-margin-left","",r.spacing2),nodeParentLabelMarginRight:t.extend("--ft-tree-list-node-parent-label-margin-right","",r.spacing2),nodeRootPaddingLeft:t.extend("--ft-tree-list-node-root-padding-left","",r.spacing3),nodeChildPaddingLeft:t.extend("--ft-tree-list-node-child-padding-left","",r.spacing5),nodeLeafPaddingLeft:t.extend("--ft-tree-list-node-leaf-padding-left","",r.spacing6),nodeUnselectedDefaultBorderColor:t.extend("--ft-tree-list-node-unselected-default-border-color","",n.borderGlobalSubtle),nodeUnselectedIconColor:t.extend("--ft-tree-list-node-unselected-icon-color","",n.contentGlobalSecondary),nodeUnselectedLabelColor:t.extend("--ft-tree-list-node-unselected-label-color","",n.contentGlobalSecondary),nodeUnselectedCounterColor:t.extend("--ft-tree-list-node-unselected-counter-color","",n.contentGlobalSecondary),nodeHoverBorderColor:t.extend("--ft-tree-list-node-hover-border-color","",n.borderActionPrimary),nodeFocusFocusRingColor:t.extend("--ft-tree-list-node-focus-focus-ring-color","",n.borderActionFocusRing),nodeFocusOutlineWidth:t.create("--ft-tree-list-node-focus-outline-width","","SIZE","2px"),nodeSelectedDefaultBorderColor:t.extend("--ft-tree-list-node-selected-default-border-color","",n.borderGlobalPrimary),nodeSelectedIconColor:t.extend("--ft-tree-list-node-selected-icon-color","",n.contentGlobalSecondary),nodeSelectedLabelColor:t.extend("--ft-tree-list-node-selected-label-color","",n.contentGlobalPrimary),nodeSelectedCounterColor:t.extend("--ft-tree-list-node-selected-counter-color","",n.contentGlobalSecondary),nodeSelectedBackgroundColor:t.create("--ft-tree-list-node-selected-background-color","","COLOR","rgba(113,113,142,0.24)"),nodeDescendantOfSelectedDefaultBorderColor:t.extend("--ft-tree-list-node-descendant-of-selected-default-border-color","",n.borderGlobalPrimary),nodeDescendantOfSelectedIconColor:t.extend("--ft-tree-list-node-descendant-of-selected-icon-color","",n.contentGlobalSecondary),nodeDescendantOfSelectedLabelColor:t.extend("--ft-tree-list-node-descendant-of-selected-label-color","",n.contentGlobalSecondary),nodeDescendantOfSelectedCounterColor:t.extend("--ft-tree-list-node-descendant-of-selected-counter-color","",n.contentGlobalSecondary),nodeDescendantOfSelectedBackgroundColor:t.create("--ft-tree-list-node-descendant-of-selected-background-color","","COLOR","rgba(113,113,142,0.08)"),nodeBorderWidth:t.create("--ft-tree-list-node-border-width","","SIZE","1px"),headerSectionPaddingLeft:t.extend("--ft-tree-list-header-section-padding-left","",r.spacing3),headerSectionPaddingRight:t.extend("--ft-tree-list-header-section-padding-right","",r.spacing3),headerSectionHorizontalGap:t.extend("--ft-tree-list-header-section-horizontal-gap","",r.spacing2),headerSectionMarginBottom:t.extend("--ft-tree-list-header-section-margin-bottom","",r.spacing2),headerSectionColor:t.extend("--ft-tree-list-header-section-color","",n.contentGlobalPrimary),headerSectionCounterColor:t.extend("--ft-tree-list-header-section-counter-color","",n.contentGlobalSecondary),listContainerBorderWidth:t.create("--ft-tree-list-list-container-border-width","","SIZE","1px"),listContainerBackgroundColor:t.extend("--ft-tree-list-list-container-background-color","",n.backgroundGlobalSurface),listContainerBorderColor:t.extend("--ft-tree-list-list-container-border-color","",n.borderGlobalSubtle),emptyStateIllustrationWidth:t.create("--ft-tree-list-empty-state-illustration-width","","SIZE","192px"),emptyStateIllustrationHeight:t.create("--ft-tree-list-empty-state-illustration-height","","SIZE","192px"),emptyStateIllustrationMarginBottom:t.extend("--ft-tree-list-empty-state-illustration-margin-bottom","",r.spacing10),emptyStateContainerPaddingTop:t.extend("--ft-tree-list-empty-state-container-padding-top","",r.spacing10),emptyStateContainerPaddingBottom:t.extend("--ft-tree-list-empty-state-container-padding-bottom","",r.spacing10),emptyStateTitleMarginBottom:t.extend("--ft-tree-list-empty-state-title-margin-bottom","",r.spacing2),emptyStateTitleLabelColor:t.extend("--ft-tree-list-empty-state-title-label-color","",n.contentGlobalSecondary),emptyStateDescriptionLabelColor:t.extend("--ft-tree-list-empty-state-description-label-color","",n.contentGlobalSecondary)};var Fn={iconSize:t.extend("--ft-checkbox-icon-size","",r.iconSize2),boxSize:t.create("--ft-checkbox-box-size","","SIZE","18px"),colorLegendSize:t.create("--ft-checkbox-color-legend-size","","SIZE","16px"),borderRadius:t.create("--ft-checkbox-border-radius","","SIZE","1px"),color:t.extend("--ft-checkbox-color","",n.contentGlobalPrimary),checkedBackgroundColor:t.extend("--ft-checkbox-checked-background-color","",n.contentActionPrimary),checkedStateLayerColor:t.extend("--ft-checkbox-checked-state-layer-color","",n.contentActionPrimary),checkedIconColor:t.extend("--ft-checkbox-checked-icon-color","",n.contentGlobalOnColor),checkedHoverStateLayerOpacity:t.extend("--ft-checkbox-checked-hover-state-layer-opacity","",r.opacity16),checkedFocusStateLayerOpacity:t.extend("--ft-checkbox-checked-focus-state-layer-opacity","",r.opacity16),checkedActiveStateLayerOpacity:t.extend("--ft-checkbox-checked-active-state-layer-opacity","",r.opacity24),checkedDisabledComponentOpacity:t.extend("--ft-checkbox-checked-disabled-component-opacity","",r.opacity40),uncheckedBorderColor:t.extend("--ft-checkbox-unchecked-border-color","",r.colorGray80),uncheckedStateLayerColor:t.extend("--ft-checkbox-unchecked-state-layer-color","",r.colorGray80),uncheckedHoverStateLayerOpacity:t.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",r.opacity16),uncheckedFocusStateLayerOpacity:t.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",r.opacity16),uncheckedActiveStateLayerOpacity:t.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",r.opacity24),uncheckedDisabledComponentOpacity:t.extend("--ft-checkbox-unchecked-disabled-component-opacity","",r.opacity40),focusFocusRingColor:t.extend("--ft-checkbox-focus-focus-ring-color","",n.borderActionFocusRing),focusOutlineOffset:t.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),borderWidth:t.create("--ft-checkbox-border-width","","SIZE","2px"),horizontalGap:t.extend("--ft-checkbox-horizontal-gap","",r.spacing3),leftPadding:t.extend("--ft-checkbox-left-padding","",r.spacing2)};var qn={circleSize:t.create("--ft-radio-circle-size","","SIZE","18px"),borderWidth:t.create("--ft-radio-border-width","","SIZE","2px"),color:t.extend("--ft-radio-color","",n.contentGlobalPrimary),selectedRadioColor:t.extend("--ft-radio-selected-radio-color","",n.contentActionPrimary),selectedStateLayerColor:t.extend("--ft-radio-selected-state-layer-color","",n.contentActionPrimary),selectedHoverStateLayerOpacity:t.extend("--ft-radio-selected-hover-state-layer-opacity","",r.opacity16),selectedFocusStateLayerOpacity:t.extend("--ft-radio-selected-focus-state-layer-opacity","",r.opacity16),selectedActiveStateLayerOpacity:t.extend("--ft-radio-selected-active-state-layer-opacity","",r.opacity24),selectedDisabledComponentOpacity:t.extend("--ft-radio-selected-disabled-component-opacity","",r.opacity40),unselectedStateLayerColor:t.extend("--ft-radio-unselected-state-layer-color","",n.borderInputPrimary),unselectedBorderColor:t.extend("--ft-radio-unselected-border-color","",n.borderInputPrimary),unselectedHoverStateLayerOpacity:t.extend("--ft-radio-unselected-hover-state-layer-opacity","",r.opacity16),unselectedFocusStateLayerOpacity:t.extend("--ft-radio-unselected-focus-state-layer-opacity","",r.opacity16),unselectedActiveStateLayerOpacity:t.extend("--ft-radio-unselected-active-state-layer-opacity","",r.opacity24),unselectedDisabledComponentOpacity:t.extend("--ft-radio-unselected-disabled-component-opacity","",r.opacity40),focusFocusRingColor:t.extend("--ft-radio-focus-focus-ring-color","",n.borderActionFocusRing),focusOutlineOffset:t.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-radio-focus-outline-width","","SIZE","2px"),verticalGap:t.extend("--ft-radio-vertical-gap","",r.spacing3),horizontalGap:t.extend("--ft-radio-horizontal-gap","",r.spacing3)};var w={headerRowBorderWidth:t.create("--ft-table-header-row-border-width","","SIZE","1px"),headerRowBackgroundColor:t.extend("--ft-table-header-row-background-color","",n.backgroundGlobalOnSurfaceDark),headerRowBorderColor:t.extend("--ft-table-header-row-border-color","",n.borderGlobalPrimary),headerRowColor:t.extend("--ft-table-header-row-color","",n.contentGlobalPrimary),dataRowBorderWidth:t.create("--ft-table-data-row-border-width","","SIZE","1px"),dataRowBackgroundColor:t.extend("--ft-table-data-row-background-color","",n.backgroundGlobalOnSurface),dataRowBorderColor:t.extend("--ft-table-data-row-border-color","",n.borderGlobalSubtle),dataRowColor:t.extend("--ft-table-data-row-color","",n.contentGlobalSecondary),dataRowDefaultHoverBackgroundColor:t.extend("--ft-table-data-row-default-hover-background-color","",r.colorGray20),dataRowSelectableUnselectedHoverBackgroundColor:t.extend("--ft-table-data-row-selectable-unselected-hover-background-color","",r.colorGray20),dataRowSelectableSelectedDefaultBackgroundColor:t.extend("--ft-table-data-row-selectable-selected-default-background-color","",r.colorBrand10),dataRowSelectableSelectedDefaultBorderColor:t.extend("--ft-table-data-row-selectable-selected-default-border-color","",r.colorBrand20),dataRowSelectableSelectedHoverBackgroundColor:t.extend("--ft-table-data-row-selectable-selected-hover-background-color","",r.colorBrand20),dataRowSelectableSelectedHoverBorderColor:t.extend("--ft-table-data-row-selectable-selected-hover-border-color","",r.colorBrand30),dataRowSelectableSelectedColor:t.extend("--ft-table-data-row-selectable-selected-color","",n.contentActionPrimary),dataRowClickableHoverBackgroundColor:t.extend("--ft-table-data-row-clickable-hover-background-color","",r.colorGray30),dataRowClickableFocusBorderColor:t.extend("--ft-table-data-row-clickable-focus-border-color","",n.borderActionFocusRing),dataRowClickableFocusBackgroundColor:t.extend("--ft-table-data-row-clickable-focus-background-color","",r.colorGray30),dataRowClickableActiveBackgroundColor:t.extend("--ft-table-data-row-clickable-active-background-color","",r.colorGray40),headerCellHorizontalGap:t.extend("--ft-table-header-cell-horizontal-gap","",r.spacing1),headerCellVerticalPadding:t.extend("--ft-table-header-cell-vertical-padding","",r.spacing2),headerCellHorizontalPadding:t.extend("--ft-table-header-cell-horizontal-padding","",r.spacing3),dataCellVerticalPadding:t.extend("--ft-table-data-cell-vertical-padding","",r.spacing2),dataCellHorizontalPadding:t.extend("--ft-table-data-cell-horizontal-padding","",r.spacing3),dataCellVerticalGap:t.extend("--ft-table-data-cell-vertical-gap","",r.spacing1)};var ii={neutralOffHoverStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-hover-state-layer-opacity","",r.opacity8),neutralOffFocusStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-focus-state-layer-opacity","",r.opacity8),neutralOffFocusFocusRingColor:t.extend("--ft-chip-choice-neutral-off-focus-focus-ring-color","",n.borderActionFocusRing),neutralOffActiveStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-active-state-layer-opacity","",r.opacity16),neutralOffBackgroundColor:t.extend("--ft-chip-choice-neutral-off-background-color","",n.backgroundGlobalOnSurface),neutralOffBorderColor:t.extend("--ft-chip-choice-neutral-off-border-color","",n.borderGlobalPrimary),neutralOffColor:t.extend("--ft-chip-choice-neutral-off-color","",n.contentGlobalSecondary),neutralOffStateLayerColor:t.extend("--ft-chip-choice-neutral-off-state-layer-color","",n.contentGlobalSecondary),neutralOnDefaultStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-default-state-layer-opacity","",r.opacity16),neutralOnHoverStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-hover-state-layer-opacity","",r.opacity24),neutralOnFocusStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-focus-state-layer-opacity","",r.opacity24),neutralOnFocusFocusRingColor:t.extend("--ft-chip-choice-neutral-on-focus-focus-ring-color","",n.borderActionFocusRing),neutralOnActiveStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-active-state-layer-opacity","",r.opacity32),neutralOnBackgroundColor:t.extend("--ft-chip-choice-neutral-on-background-color","",n.backgroundGlobalOnSurface),neutralOnBorderColor:t.extend("--ft-chip-choice-neutral-on-border-color","",n.borderGlobalPrimary),neutralOnColor:t.extend("--ft-chip-choice-neutral-on-color","",n.contentGlobalPrimary),neutralOnIconColor:t.extend("--ft-chip-choice-neutral-on-icon-color","",n.contentGlobalPrimary),neutralOnStateLayerColor:t.extend("--ft-chip-choice-neutral-on-state-layer-color","",n.contentGlobalPrimary),largeMinHeight:t.create("--ft-chip-choice-large-min-height","","SIZE","36px"),largeHorizontalPadding:t.extend("--ft-chip-choice-large-horizontal-padding","",r.spacing3),largeGap:t.extend("--ft-chip-choice-large-gap","",r.spacing1),largeBorderRadius:t.create("--ft-chip-choice-large-border-radius","","SIZE","18px"),largeBorderWidth:t.create("--ft-chip-choice-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-choice-large-icon-size","",r.iconSize3),mediumMinHeight:t.create("--ft-chip-choice-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:t.extend("--ft-chip-choice-medium-horizontal-padding","",r.spacing2),mediumGap:t.extend("--ft-chip-choice-medium-gap","",r.spacing1),mediumBorderRadius:t.create("--ft-chip-choice-medium-border-radius","","SIZE","12px"),mediumBorderWidth:t.create("--ft-chip-choice-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-choice-medium-icon-size","",r.iconSize2)};var pi={largeMinHeight:t.create("--ft-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:t.extend("--ft-chip-large-horizontal-padding","",r.spacing3),largeButtonRightPadding:t.extend("--ft-chip-large-button-right-padding","",r.spacing1),largeGap:t.extend("--ft-chip-large-gap","",r.spacing1),largeFocusOutlineOffset:t.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:t.create("--ft-chip-large-border-radius","","SIZE","18px"),largeBorderWidth:t.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-large-icon-size","",r.iconSize3),mediumMinHeight:t.create("--ft-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:t.extend("--ft-chip-medium-horizontal-padding","",r.spacing2),mediumButtonRightPadding:t.extend("--ft-chip-medium-button-right-padding","",r.spacing05),mediumGap:t.extend("--ft-chip-medium-gap","",r.spacing1),mediumFocusOutlineOffset:t.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:t.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:t.create("--ft-chip-medium-border-radius","","SIZE","12px"),mediumBorderWidth:t.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-medium-icon-size","",r.iconSize2),smallMinHeight:t.create("--ft-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:t.extend("--ft-chip-small-horizontal-padding","",r.spacing1),smallButtonRightPadding:t.extend("--ft-chip-small-button-right-padding","",r.spacing05),smallGap:t.extend("--ft-chip-small-gap","",r.spacing1),smallFocusOutlineOffset:t.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:t.create("--ft-chip-small-border-radius","","SIZE","10px"),smallBorderWidth:t.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:t.extend("--ft-chip-small-icon-size","",r.iconSize1),neutralBackgroundColor:t.extend("--ft-chip-neutral-background-color","",n.backgroundGlobalOnSurface),neutralColor:t.extend("--ft-chip-neutral-color","",n.contentGlobalSecondary),neutralIconColor:t.extend("--ft-chip-neutral-icon-color","",n.contentGlobalSecondary),neutralBorderColor:t.extend("--ft-chip-neutral-border-color","",n.borderGlobalSubtle),infoBackgroundColor:t.extend("--ft-chip-info-background-color","",n.backgroundInfoSubtle),infoColor:t.extend("--ft-chip-info-color","",n.contentInfoPrimary),infoIconColor:t.extend("--ft-chip-info-icon-color","",n.contentInfoIconOnly),infoBorderColor:t.extend("--ft-chip-info-border-color","",n.borderInfoSubtle),successBackgroundColor:t.extend("--ft-chip-success-background-color","",n.backgroundSuccessSubtle),successColor:t.extend("--ft-chip-success-color","",n.contentSuccessPrimary),successIconColor:t.extend("--ft-chip-success-icon-color","",n.contentSuccessIconOnly),successBorderColor:t.extend("--ft-chip-success-border-color","",n.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-chip-warning-background-color","",n.backgroundWarningSubtle),warningColor:t.extend("--ft-chip-warning-color","",n.contentWarningPrimary),warningIconColor:t.extend("--ft-chip-warning-icon-color","",n.contentWarningIconOnly),warningBorderColor:t.extend("--ft-chip-warning-border-color","",n.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-chip-error-background-color","",n.backgroundErrorSubtle),errorColor:t.extend("--ft-chip-error-color","",n.contentErrorPrimary),errorIconColor:t.extend("--ft-chip-error-icon-color","",n.contentErrorIconOnly),errorBorderColor:t.extend("--ft-chip-error-border-color","",n.borderErrorSubtle)};var hi={brandHoverOpacity:t.extend("--ft-link-brand-hover-opacity","",r.opacity80),brandHoverColor:t.extend("--ft-link-brand-hover-color","",n.contentActionPrimary),brandFocusFocusRingColor:t.extend("--ft-link-brand-focus-focus-ring-color","",n.borderActionFocusRing),brandFocusColor:t.extend("--ft-link-brand-focus-color","",n.contentActionPrimary),brandDefaultColor:t.extend("--ft-link-brand-default-color","",n.contentActionPrimary),brandActiveColor:t.extend("--ft-link-brand-active-color","",n.contentActionPrimary),infoHoverOpacity:t.extend("--ft-link-info-hover-opacity","",r.opacity80),infoHoverColor:t.extend("--ft-link-info-hover-color","",n.contentInfoPrimary),infoFocusFocusRingColor:t.extend("--ft-link-info-focus-focus-ring-color","",n.borderActionFocusRing),infoFocusColor:t.extend("--ft-link-info-focus-color","",n.contentInfoPrimary),infoDefaultColor:t.extend("--ft-link-info-default-color","",n.contentInfoPrimary),infoActiveColor:t.extend("--ft-link-info-active-color","",n.contentInfoPrimary),neutralFocusFocusRingColor:t.extend("--ft-link-neutral-focus-focus-ring-color","",n.borderActionFocusRing),neutralFocusColor:t.extend("--ft-link-neutral-focus-color","",n.contentActionPrimary),neutralDefaultColor:t.extend("--ft-link-neutral-default-color","",n.contentGlobalPrimary),neutralHoverColor:t.extend("--ft-link-neutral-hover-color","",n.contentActionPrimary),neutralActiveColor:t.extend("--ft-link-neutral-active-color","",n.contentActionPrimary),neutralVisitedColor:t.extend("--ft-link-neutral-visited-color","",r.colorBrand100)};var Si={iconSize:t.extend("--ft-banner-icon-size","",r.iconSize5),borderWidth:t.create("--ft-banner-border-width","","SIZE","1px"),leftPadding:t.extend("--ft-banner-left-padding","",r.spacing6),rightPadding:t.extend("--ft-banner-right-padding","",r.spacing6),verticalPadding:t.extend("--ft-banner-vertical-padding","",r.spacing6),horizontalSideGap:t.extend("--ft-banner-horizontal-side-gap","",r.spacing6),horizontalMobileGap:t.extend("--ft-banner-horizontal-mobile-gap","",r.spacing4),verticalMobileGap:t.extend("--ft-banner-vertical-mobile-gap","",r.spacing6),horizontalMiddleGap:t.extend("--ft-banner-horizontal-middle-gap","",r.spacing20),infoBackgroundColor:t.extend("--ft-banner-info-background-color","",n.backgroundInfoSubtle),infoColor:t.extend("--ft-banner-info-color","",n.contentInfoPrimary),infoIconColor:t.extend("--ft-banner-info-icon-color","",n.contentInfoIconOnly),infoBorderColor:t.extend("--ft-banner-info-border-color","",n.borderInfoSubtle)};var Ni={horizontalPadding:t.extend("--ft-badge-horizontal-padding","",r.spacing1),verticalPadding:t.extend("--ft-badge-vertical-padding","",r.spacing1),borderRadius:t.extend("--ft-badge-border-radius","",r.borderRadiusPill),color:t.extend("--ft-badge-color","",n.contentGlobalOnColor),backgroundColor:t.extend("--ft-badge-background-color","",n.contentActionPrimary)};var $i={horizontalGap:t.extend("--ft-title-breadcrumb-horizontal-gap","",r.spacing1),currentColor:t.extend("--ft-title-breadcrumb-current-color","",n.contentGlobalPrimary),previousNonClickableColor:t.extend("--ft-title-breadcrumb-previous-non-clickable-color","",n.contentGlobalSecondary),iconColor:t.extend("--ft-title-breadcrumb-icon-color","",n.contentGlobalSubtle)};var Ti={parentHorizontalPadding:t.extend("--ft-page-header-parent-horizontal-padding","",r.spacing6),parentTopPadding:t.extend("--ft-page-header-parent-top-padding","",r.spacing4),parentBottomPadding:t.extend("--ft-page-header-parent-bottom-padding","",r.spacing6),parentHelpLeftMargin:t.extend("--ft-page-header-parent-help-left-margin","",r.spacing1),parentTitleColor:t.extend("--ft-page-header-parent-title-color","",n.contentGlobalPrimary),parentSubtitleColor:t.extend("--ft-page-header-parent-subtitle-color","",n.contentGlobalSecondary),parentChipLeftMargin:t.extend("--ft-page-header-parent-chip-left-margin","",r.spacing4),parentVerticalGap:t.extend("--ft-page-header-parent-vertical-gap","",r.spacing2),parentButtonsGroupHorizontalGap:t.extend("--ft-page-header-parent-buttons-group-horizontal-gap","",r.spacing4),parentButtonsGroupVerticalGap:t.extend("--ft-page-header-parent-buttons-group-vertical-gap","",r.spacing4),parentChipsGroupHorizontalGap:t.extend("--ft-page-header-parent-chips-group-horizontal-gap","",r.spacing2),parentChipsGroupVerticalGap:t.extend("--ft-page-header-parent-chips-group-vertical-gap","",r.spacing2),childHorizontalPadding:t.extend("--ft-page-header-child-horizontal-padding","",r.spacing6),childTopPadding:t.extend("--ft-page-header-child-top-padding","",r.spacing2),childBottomPadding:t.extend("--ft-page-header-child-bottom-padding","",r.spacing2),childHelpLeftMargin:t.extend("--ft-page-header-child-help-left-margin","",r.spacing1),childChipLeftMargin:t.extend("--ft-page-header-child-chip-left-margin","",r.spacing4),childVerticalGap:t.extend("--ft-page-header-child-vertical-gap","",r.spacing2),childMinHeight:t.create("--ft-page-header-child-min-height","","SIZE","40px"),childButtonsGroupHorizontalGap:t.extend("--ft-page-header-child-buttons-group-horizontal-gap","",r.spacing4),childButtonsGroupVerticalGap:t.extend("--ft-page-header-child-buttons-group-vertical-gap","",r.spacing4),childChipsGroupHorizontalGap:t.extend("--ft-page-header-child-chips-group-horizontal-gap","",r.spacing2),childChipsGroupVerticalGap:t.extend("--ft-page-header-child-chips-group-vertical-gap","",r.spacing2),backgroundColor:t.extend("--ft-page-header-background-color","",r.colorWhite),bottomBorderColor:t.extend("--ft-page-header-bottom-border-color","",n.borderGlobalSubtle),bottomBorderWidth:t.create("--ft-page-header-bottom-border-width","","SIZE","1px")};var Gi={horizontalPadding:t.extend("--ft-page-footer-horizontal-padding","",r.spacing6),verticalPadding:t.extend("--ft-page-footer-vertical-padding","",r.spacing2),verticalGap:t.extend("--ft-page-footer-vertical-gap","",r.spacing2),minHeight:t.create("--ft-page-footer-min-height","","SIZE","40px"),backgroundColor:t.extend("--ft-page-footer-background-color","",r.colorWhite),topBorderColor:t.extend("--ft-page-footer-top-border-color","",n.borderGlobalSubtle),topBorderWidth:t.create("--ft-page-footer-top-border-width","","SIZE","1px"),buttonsGroupGap:t.extend("--ft-page-footer-buttons-group-gap","",r.spacing4)};var Ki={contentHorizontalPadding:t.extend("--ft-page-layout-content-horizontal-padding","",r.spacing6),contentVerticalPadding:t.extend("--ft-page-layout-content-vertical-padding","",r.spacing6)};var Xi={smallContainerTargetWidth:t.create("--ft-modal-small-container-target-width","","SIZE","560px"),smallContainerMargin:t.extend("--ft-modal-small-container-margin","",r.spacing6),mediumContainerTargetWidth:t.create("--ft-modal-medium-container-target-width","","SIZE","800px"),mediumContainerMargin:t.extend("--ft-modal-medium-container-margin","",r.spacing6),largeContainerTargetWidth:t.create("--ft-modal-large-container-target-width","","SIZE","1040px"),largeContainerMargin:t.extend("--ft-modal-large-container-margin","",r.spacing6),overlayBackgroundColor:t.extend("--ft-modal-overlay-background-color","",r.colorGray700),overlayOpacity:t.extend("--ft-modal-overlay-opacity","",r.opacity40),shadow:t.extend("--ft-modal-shadow","",r.shadowElevation03),bodyBackgroundColor:t.extend("--ft-modal-body-background-color","",r.colorWhite),bodyColor:t.extend("--ft-modal-body-color","",n.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-modal-body-horizontal-padding","",r.spacing6),bodyVerticalPadding:t.extend("--ft-modal-body-vertical-padding","",r.spacing6),bodyVerticalGap:t.extend("--ft-modal-body-vertical-gap","",r.spacing6),headerBackgroundColor:t.extend("--ft-modal-header-background-color","",n.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-modal-header-border-color","",n.borderGlobalSubtle),headerColor:t.extend("--ft-modal-header-color","",n.contentGlobalPrimary),headerLeadingIconColor:t.extend("--ft-modal-header-leading-icon-color","",n.contentGlobalPrimary),headerVerticalPadding:t.extend("--ft-modal-header-vertical-padding","",r.spacing1),headerRightPadding:t.extend("--ft-modal-header-right-padding","",r.spacing1),headerLeftPadding:t.extend("--ft-modal-header-left-padding","",r.spacing6),headerGap:t.extend("--ft-modal-header-gap","",r.spacing2),headerBorderBottomWidth:t.create("--ft-modal-header-border-bottom-width","","SIZE","1px"),borderRadius:t.extend("--ft-modal-border-radius","",r.borderRadiusM)};var el={overlayOpacity:t.extend("--ft-drawer-overlay-opacity","",r.opacity40),shadow:t.extend("--ft-drawer-shadow","",r.shadowElevation03),bodyColor:t.extend("--ft-drawer-body-color","",n.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-drawer-body-horizontal-padding","",r.spacing6),bodyVerticalPadding:t.extend("--ft-drawer-body-vertical-padding","",r.spacing6),bodyGap:t.extend("--ft-drawer-body-gap","",r.spacing6),bodyBackgroundColor:t.extend("--ft-drawer-body-background-color","",r.colorWhite),headerBackgroundColor:t.extend("--ft-drawer-header-background-color","",n.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-drawer-header-border-color","",n.borderGlobalSubtle),headerColor:t.extend("--ft-drawer-header-color","",n.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-drawer-header-trailing-icon-color","",n.contentGlobalSecondary),headerHeight:t.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:t.extend("--ft-drawer-header-horizontal-padding","",r.spacing2),headerBorderWidth:t.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:t.extend("--ft-drawer-header-gap","",r.spacing3),buttonsBarBackgroundColor:t.extend("--ft-drawer-buttons-bar-background-color","",n.backgroundGlobalOnSurface),buttonsBarBorderColor:t.extend("--ft-drawer-buttons-bar-border-color","",n.borderGlobalSubtle),buttonsBarColor:t.extend("--ft-drawer-buttons-bar-color","",n.contentGlobalPrimary),buttonsBarHorizontalPadding:t.extend("--ft-drawer-buttons-bar-horizontal-padding","",r.spacing6),buttonsBarVerticalPadding:t.extend("--ft-drawer-buttons-bar-vertical-padding","",r.spacing4),buttonsBarGap:t.extend("--ft-drawer-buttons-bar-gap","",r.spacing3),buttonsBarBorderWidth:t.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:t.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:t.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:t.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:t.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:t.extend("--ft-drawer-overlay-background-color","",r.colorGray700)};var il={offBorderBottomWidth:t.create("--ft-tabs-off-border-bottom-width","","SIZE","1px"),offHoverStateLayerOpacity:t.extend("--ft-tabs-off-hover-state-layer-opacity","",r.opacity8),offDefaultStateLayerOpacity:t.extend("--ft-tabs-off-default-state-layer-opacity","",r.opacity0),offFocusStateLayerOpacity:t.extend("--ft-tabs-off-focus-state-layer-opacity","",r.opacity8),offDisabledComponentOpacity:t.extend("--ft-tabs-off-disabled-component-opacity","",r.opacity40),offColor:t.extend("--ft-tabs-off-color","",n.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-tabs-off-state-layer-color","",n.contentGlobalSubtle),offBorderBottomColor:t.extend("--ft-tabs-off-border-bottom-color","",n.borderGlobalSubtle),activeTabIndicatorHeight:t.create("--ft-tabs-active-tab-indicator-height","","SIZE","3px"),topLeftBorderRadius:t.extend("--ft-tabs-top-left-border-radius","",r.borderRadiusS),topRightBorderRadius:t.extend("--ft-tabs-top-right-border-radius","",r.borderRadiusS),withLabelHorizontalPadding:t.extend("--ft-tabs-with-label-horizontal-padding","",r.spacing4),withLabelVerticalPadding:t.extend("--ft-tabs-with-label-vertical-padding","",r.spacing3),horizontalGap:t.extend("--ft-tabs-horizontal-gap","",r.spacing1),verticalGap:t.extend("--ft-tabs-vertical-gap","",r.spacing1),onHoverStateLayerOpacity:t.extend("--ft-tabs-on-hover-state-layer-opacity","",r.opacity16),onDefaultStateLayerOpacity:t.extend("--ft-tabs-on-default-state-layer-opacity","",r.opacity8),onFocusStateLayerOpacity:t.extend("--ft-tabs-on-focus-state-layer-opacity","",r.opacity16),onActiveStateLayerOpacity:t.extend("--ft-tabs-on-active-state-layer-opacity","",r.opacity24),onColor:t.extend("--ft-tabs-on-color","",n.contentActionPrimary),onStateLayerColor:t.extend("--ft-tabs-on-state-layer-color","",n.contentActionPrimary),onActiveTabIndicatorColor:t.extend("--ft-tabs-on-active-tab-indicator-color","",n.contentActionPrimary),iconOnlyHorizontalPadding:t.extend("--ft-tabs-icon-only-horizontal-padding","",r.spacing4),iconOnlyVerticalPadding:t.extend("--ft-tabs-icon-only-vertical-padding","",r.spacing4),alertTopPadding:t.extend("--ft-tabs-alert-top-padding","",r.spacing1),alertRightPadding:t.extend("--ft-tabs-alert-right-padding","",r.spacing05),focusOutlineWidth:t.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-tabs-focus-focus-ring-color","",n.borderActionFocusRing)};var pl={largeFieldHorizontalPadding:t.extend("--ft-text-input-large-field-horizontal-padding","",r.spacing4),largeFieldHorizontalGap:t.extend("--ft-text-input-large-field-horizontal-gap","",r.spacing3),largeFieldVerticalGap:t.extend("--ft-text-input-large-field-vertical-gap","",r.spacing05),largeFieldHeight:t.create("--ft-text-input-large-field-height","","SIZE","50px"),largeFieldIconSize:t.extend("--ft-text-input-large-field-icon-size","",r.iconSize3),mediumFieldHorizontalPadding:t.extend("--ft-text-input-medium-field-horizontal-padding","",r.spacing4),mediumFieldHorizontalGap:t.extend("--ft-text-input-medium-field-horizontal-gap","",r.spacing3),mediumFieldVerticalGap:t.create("--ft-text-input-medium-field-vertical-gap","","SIZE","0px"),mediumFieldHeight:t.create("--ft-text-input-medium-field-height","","SIZE","40px"),mediumFieldIconSize:t.extend("--ft-text-input-medium-field-icon-size","",r.iconSize3),helperHorizontalPadding:t.extend("--ft-text-input-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ft-text-input-helper-horizontal-gap","",r.spacing1),helperIconSize:t.extend("--ft-text-input-helper-icon-size","",r.iconSize2),borderRadius:t.extend("--ft-text-input-border-radius","",r.borderRadiusS),backgroundColor:t.extend("--ft-text-input-background-color","",r.colorWhite),contentValueColor:t.extend("--ft-text-input-content-value-color","",n.contentGlobalPrimary),trailingIconColor:t.extend("--ft-text-input-trailing-icon-color","",n.contentGlobalSubtle),labelColor:t.extend("--ft-text-input-label-color","",n.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-input-default-border-color","",n.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-input-default-helper-text-color","",n.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-text-input-error-border-color","",n.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-input-error-helper-text-color","",n.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-input-error-helper-icon-color","",n.contentErrorIconOnly),warningBorderColor:t.extend("--ft-text-input-warning-border-color","",n.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-text-input-warning-helper-text-color","",n.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-text-input-warning-helper-icon-color","",n.contentWarningIconOnly),warningBorderWidth:t.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:t.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-text-input-focus-focus-ring-color","",n.borderActionFocusRing),focusOutlineOffset:t.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-input-disabled-component-opacity","",r.opacity40)};var hl={backgroundColor:t.extend("--ft-text-area-background-color","",r.colorWhite),contentValueColor:t.extend("--ft-text-area-content-value-color","",n.contentGlobalPrimary),labelColor:t.extend("--ft-text-area-label-color","",n.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-area-default-border-color","",n.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-area-default-helper-text-color","",n.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-text-area-error-border-color","",n.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-area-error-helper-text-color","",n.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-area-error-helper-icon-color","",n.contentErrorIconOnly),focusFocusRingColor:t.extend("--ft-text-area-focus-focus-ring-color","",n.borderActionFocusRing),focusOutlineWidth:t.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:t.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-area-disabled-component-opacity","",r.opacity40),fieldHorizontalLeftPadding:t.extend("--ft-text-area-field-horizontal-left-padding","",r.spacing4),fieldHorizontalGap:t.extend("--ft-text-area-field-horizontal-gap","",r.spacing3),fieldVerticalGap:t.extend("--ft-text-area-field-vertical-gap","",r.spacing05),fieldMinHeight:t.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:t.extend("--ft-text-area-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ft-text-area-helper-horizontal-gap","",r.spacing1),helperIconSize:t.extend("--ft-text-area-helper-icon-size","",r.iconSize2),borderRadius:t.extend("--ft-text-area-border-radius","",r.borderRadiusS)};var Sl={height:t.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:t.extend("--ft-floating-menu-horizontal-padding","",r.spacing4),offIconColor:t.extend("--ft-floating-menu-off-icon-color","",n.contentGlobalPrimary),offColor:t.extend("--ft-floating-menu-off-color","",n.contentGlobalPrimary),onColor:t.extend("--ft-floating-menu-on-color","",n.contentActionPrimary),onStateLayerColor:t.extend("--ft-floating-menu-on-state-layer-color","",n.contentActionPrimary),gap:t.extend("--ft-floating-menu-gap","",r.spacing3),focusFocusRingColor:t.extend("--ft-floating-menu-focus-focus-ring-color","",n.borderActionFocusRing),focusOutlineWidth:t.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:t.extend("--ft-floating-menu-focus-state-layer-opacity","",r.opacity8),hoverStateLayerOpacity:t.extend("--ft-floating-menu-hover-state-layer-opacity","",r.opacity8),activeStateLayerOpacity:t.extend("--ft-floating-menu-active-state-layer-opacity","",r.opacity16),disabledComponentOpacity:t.extend("--ft-floating-menu-disabled-component-opacity","",r.opacity40),iconSize:t.extend("--ft-floating-menu-icon-size","",r.iconSize3),backgroundColor:t.extend("--ft-floating-menu-background-color","",n.backgroundGlobalOnSurface),shadow:t.extend("--ft-floating-menu-shadow","",r.shadowElevation02)};var Nl={largeFieldHorizontalPadding:t.extend("--ft-combobox-single-select-large-field-horizontal-padding","",r.spacing4),largeFieldHorizontalGap:t.extend("--ft-combobox-single-select-large-field-horizontal-gap","",r.spacing3),largeFieldVerticalGap:t.extend("--ft-combobox-single-select-large-field-vertical-gap","",r.spacing05),largeFieldHeight:t.create("--ft-combobox-single-select-large-field-height","","SIZE","50px"),largeFieldIconSize:t.extend("--ft-combobox-single-select-large-field-icon-size","",r.iconSize3),mediumFieldHorizontalPadding:t.extend("--ft-combobox-single-select-medium-field-horizontal-padding","",r.spacing4),mediumFieldHorizontalGap:t.extend("--ft-combobox-single-select-medium-field-horizontal-gap","",r.spacing3),mediumFieldVerticalGap:t.create("--ft-combobox-single-select-medium-field-vertical-gap","","SIZE","0px"),mediumFieldHeight:t.create("--ft-combobox-single-select-medium-field-height","","SIZE","40px"),mediumFieldIconSize:t.extend("--ft-combobox-single-select-medium-field-icon-size","",r.iconSize3),helperHorizontalPadding:t.extend("--ft-combobox-single-select-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ft-combobox-single-select-helper-horizontal-gap","",r.spacing1),helperVerticalGap:t.extend("--ft-combobox-single-select-helper-vertical-gap","",r.spacing1),helperIconSize:t.extend("--ft-combobox-single-select-helper-icon-size","",r.iconSize2),menuVerticalGap:t.extend("--ft-combobox-single-select-menu-vertical-gap","",r.spacing2),borderRadius:t.extend("--ft-combobox-single-select-border-radius","",r.borderRadiusS),backgroundColor:t.extend("--ft-combobox-single-select-background-color","",r.colorWhite),labelColor:t.extend("--ft-combobox-single-select-label-color","",n.contentGlobalSubtle),contentValueColor:t.extend("--ft-combobox-single-select-content-value-color","",n.contentGlobalPrimary),trailingIconColor:t.extend("--ft-combobox-single-select-trailing-icon-color","",n.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-single-select-default-border-color","",n.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-single-select-default-helper-text-color","",n.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-combobox-single-select-error-border-color","",n.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-single-select-error-helper-text-color","",n.contentErrorPrimary),warningBorderWidth:t.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-single-select-warning-border-color","",n.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-single-select-warning-helper-text-color","",n.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-single-select-warning-helper-icon-color","",n.contentWarningIconOnly),focusOutlineWidth:t.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-single-select-focus-focus-ring-color","",n.borderActionFocusRing),focusOutlineOffset:t.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-combobox-single-select-disabled-component-opacity","",r.opacity40)};var $l={backgroundColor:t.extend("--ft-combobox-multi-select-background-color","",r.colorWhite),labelColor:t.extend("--ft-combobox-multi-select-label-color","",n.contentGlobalSubtle),trailingIconColor:t.extend("--ft-combobox-multi-select-trailing-icon-color","",n.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-multi-select-default-border-color","",n.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-multi-select-default-helper-text-color","",n.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:t.extend("--ft-combobox-multi-select-error-border-color","",n.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-multi-select-error-helper-text-color","",n.contentErrorPrimary),errorHelperIcon:t.extend("--ft-combobox-multi-select-error-helper-icon","",n.contentErrorIconOnly),errorBorderWidth:t.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-multi-select-warning-border-color","",n.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-multi-select-warning-helper-text-color","",n.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-multi-select-warning-helper-icon-color","",n.contentWarningIconOnly),warningBorderWidth:t.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-multi-select-focus-focus-ring-color","",n.borderActionFocusRing),focusOutlineWidth:t.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:t.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-combobox-multi-select-disabled-component-opacity","",r.opacity40),helperHorizontalPadding:t.extend("--ft-combobox-multi-select-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ft-combobox-multi-select-helper-horizontal-gap","",r.spacing1),helperVerticalGap:t.extend("--ft-combobox-multi-select-helper-vertical-gap","",r.spacing1),helperIconSize:t.extend("--ft-combobox-multi-select-helper-icon-size","",r.iconSize2),fieldHorizontalPadding:t.extend("--ft-combobox-multi-select-field-horizontal-padding","",r.spacing4),fieldHorizontalGap:t.extend("--ft-combobox-multi-select-field-horizontal-gap","",r.spacing3),fieldVerticalGap:t.extend("--ft-combobox-multi-select-field-vertical-gap","",r.spacing05),fieldIconSize:t.extend("--ft-combobox-multi-select-field-icon-size","",r.iconSize3),fieldMaxHeight:t.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:t.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",r.spacing1),contentValuesVerticalGap:t.extend("--ft-combobox-multi-select-content-values-vertical-gap","",r.spacing1),borderRadius:t.extend("--ft-combobox-multi-select-border-radius","",r.borderRadiusS)};var Tl={backgroundColor:t.extend("--ft-popover-background-color","",n.backgroundGlobalOnSurface),horizontalPadding:t.extend("--ft-popover-horizontal-padding","",r.spacing6),verticalPadding:t.extend("--ft-popover-vertical-padding","",r.spacing6),titleColor:t.extend("--ft-popover-title-color","",n.contentGlobalPrimary),bodyColor:t.extend("--ft-popover-body-color","",n.contentGlobalSecondary),gap:t.extend("--ft-popover-gap","",r.spacing2),borderRadius:t.extend("--ft-popover-border-radius","",r.borderRadiusM),shadow:t.extend("--ft-popover-shadow","",r.shadowElevation02),maxWidth:t.create("--ft-popover-max-width","","SIZE","440px"),contentSectionVerticalGap:t.extend("--ft-popover-content-section-vertical-gap","",r.spacing2),multiSectionVerticalGap:t.extend("--ft-popover-multi-section-vertical-gap","",r.spacing6)};var Gl={hoverStateLayerOpacity:t.extend("--ft-collapsible-hover-state-layer-opacity","",r.opacity8),focusStateLayerOpacity:t.extend("--ft-collapsible-focus-state-layer-opacity","",r.opacity8),focusOutlineWidth:t.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:t.extend("--ft-collapsible-focus-focus-ring-color","",n.borderActionFocusRing),activeStateLayerOpacity:t.extend("--ft-collapsible-active-state-layer-opacity","",r.opacity16),disabledComponentOpacity:t.extend("--ft-collapsible-disabled-component-opacity","",r.opacity40),horizontalPadding:t.extend("--ft-collapsible-horizontal-padding","",r.spacing4),verticalPadding:t.extend("--ft-collapsible-vertical-padding","",r.spacing3),color:t.extend("--ft-collapsible-color","",n.contentGlobalPrimary),stateLayerColor:t.extend("--ft-collapsible-state-layer-color","",n.contentGlobalPrimary),backgroundColor:t.extend("--ft-collapsible-background-color","",n.backgroundGlobalOnSurface),borderColor:t.extend("--ft-collapsible-border-color","",n.borderGlobalSubtle),iconSize:t.extend("--ft-collapsible-icon-size","",r.iconSize3)};var Fl={groupHorizontalPadding:t.extend("--ft-switch-group-horizontal-padding","",r.spacing1),groupVerticalPadding:t.extend("--ft-switch-group-vertical-padding","",r.spacing1),groupGap:t.extend("--ft-switch-group-gap","",r.spacing1),groupBackgroundColor:t.extend("--ft-switch-group-background-color","",n.backgroundGlobalSurface),groupBorderColor:t.extend("--ft-switch-group-border-color","",n.borderGlobalSubtle),groupBorderRadius:t.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:t.extend("--ft-switch-label-horizontal-padding","",r.spacing2),labelVerticalPadding:t.extend("--ft-switch-label-vertical-padding","",r.spacing1),offHoverStateLayerOpacity:t.extend("--ft-switch-off-hover-state-layer-opacity","",r.opacity8),offFocusStateLayerOpacity:t.extend("--ft-switch-off-focus-state-layer-opacity","",r.opacity8),offActiveStateLayerOpacity:t.extend("--ft-switch-off-active-state-layer-opacity","",r.opacity16),offDisabledComponentOpacity:t.extend("--ft-switch-off-disabled-component-opacity","",r.opacity40),offColor:t.extend("--ft-switch-off-color","",n.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-switch-off-state-layer-color","",n.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-switch-on-hover-state-layer-opacity","",r.opacity8),onFocusStateLayerOpacity:t.extend("--ft-switch-on-focus-state-layer-opacity","",r.opacity8),onActiveStateLayerOpacity:t.extend("--ft-switch-on-active-state-layer-opacity","",r.opacity16),onDisabledComponentOpacity:t.extend("--ft-switch-on-disabled-component-opacity","",r.opacity40),onColor:t.extend("--ft-switch-on-color","",n.contentActionPrimary),onStateLayerColor:t.extend("--ft-switch-on-state-layer-color","",n.contentActionPrimary),iconHorizontalPadding:t.extend("--ft-switch-icon-horizontal-padding","",r.spacing1),iconVerticalPadding:t.extend("--ft-switch-icon-vertical-padding","",r.spacing1),focusOutlineWidth:t.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-switch-focus-focus-ring-color","",n.borderActionFocusRing),optionBorderRadius:t.extend("--ft-switch-option-border-radius","",r.borderRadiusS)};var Xl={color1Light:t.extend("--ft-chart-1-light","for area color charts",r.colorBrand40),color1Base:t.extend("--ft-chart-1-base","for line charts",r.colorBrand0),color2Light:t.extend("--ft-chart-2-light","for area color charts",r.colorYellow60),color2Base:t.extend("--ft-chart-2-base","for line charts",r.colorYellow100),color3Light:t.extend("--ft-chart-3-light","",r.colorUltramarine40),color3Base:t.extend("--ft-chart-3-base","",r.colorUltramarine70),color4Light:t.extend("--ft-chart-4-light","",r.colorCyan50),color4Base:t.extend("--ft-chart-4-base","",r.colorCyan100),color5Light:t.extend("--ft-chart-5-light","",r.colorRed40),color5Base:t.extend("--ft-chart-5-base","",r.colorRed60),color6Light:t.extend("--ft-chart-6-light","",r.colorGreen40),color6Base:t.extend("--ft-chart-6-base","",r.colorGreen70),color7Light:t.extend("--ft-chart-7-light","",r.colorOrange70),color7Base:t.extend("--ft-chart-7-base","",r.colorOrange100),color8Light:t.extend("--ft-chart-8-light","",r.colorAvocado70),color8Base:t.extend("--ft-chart-8-base","",r.colorAvocado200),color9Light:t.extend("--ft-chart-9-light","",r.colorBrown50),color9Base:t.extend("--ft-chart-9-base","",r.colorBrown200),color10Light:t.extend("--ft-chart-10-light","",r.colorGray50),color10Base:t.extend("--ft-chart-10-base","",r.colorGray80),monochrome10:t.extend("--ft-chart-monochrome-10","",r.colorBrand10),monochrome20:t.extend("--ft-chart-monochrome-20","",r.colorBrand20),monochrome30:t.extend("--ft-chart-monochrome-30","",r.colorBrand40),monochrome40:t.extend("--ft-chart-monochrome-40","",r.colorBrand60),monochrome50:t.extend("--ft-chart-monochrome-50","",r.colorBrand0),monochrome60:t.extend("--ft-chart-monochrome-60","",r.colorBrand200),scatterplotQuadrantPopularOldBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-popular-old-background-color","",r.colorYellow10),scatterplotQuadrantPopularNewBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-popular-new-background-color","",r.colorAvocado10),scatterplotQuadrantUnpopularOldBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-unpopular-old-background-color","",r.colorRed10),scatterplotQuadrantUnpopularNewBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-unpopular-new-background-color","",r.colorCyan10),scatterplotDatapointInitialDefaultBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-initial-default-background-color","",r.colorBrand70),scatterplotDatapointInitialDefaultBackgroundOpacity:t.extend("--ft-chart-scatterplot-datapoint-initial-default-background-opacity","",r.opacity48),scatterplotDatapointInitialHoverBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-initial-hover-background-color","",r.colorBrand0),scatterplotDatapointSelectedDefaultBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-selected-default-background-color","",r.colorBrand100),scatterplotDatapointSelectedHoverBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-selected-hover-background-color","",r.colorBrand200),scatterplotDatapointUnselectedDefaultBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-unselected-default-background-color","",r.colorGray60),scatterplotDatapointUnselectedDefaultBackgroundOpacity:t.extend("--ft-chart-scatterplot-datapoint-unselected-default-background-opacity","",r.opacity48),scatterplotDatapointUnselectedHoverBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-unselected-hover-background-color","",r.colorGray70),scatterplotDatapointHoverHoverRingColor:t.extend("--ft-chart-scatterplot-datapoint-hover-hover-ring-color","",r.colorCyan200)};var tc={color1IconColor:t.extend("--ft-page-designer-1-icon-color","for area color charts",r.colorCyan0),color1ToolbarColor:t.extend("--ft-page-designer-1-toolbar-color","for area color charts",r.colorCyan0),color2IconColor:t.extend("--ft-page-designer-2-icon-color","for area color charts",r.colorBrand0),color2ToolbarColor:t.extend("--ft-page-designer-2-toolbar-color","for area color charts",r.colorBrand0),color3IconColor:t.extend("--ft-page-designer-3-icon-color","for area color charts",r.colorYellow200),color3ToolbarColor:t.extend("--ft-page-designer-3-toolbar-color","for area color charts",r.colorYellow200),color4IconColor:t.extend("--ft-page-designer-4-icon-color","for area color charts",r.colorUltramarine50),color4ToolbarColor:t.extend("--ft-page-designer-4-toolbar-color","for area color charts",r.colorUltramarine50),color5IconColor:t.extend("--ft-page-designer-5-icon-color","for area color charts",r.colorGreen0),color5ToolbarColor:t.extend("--ft-page-designer-5-toolbar-color","for area color charts",r.colorGreen0),color6IconColor:t.extend("--ft-page-designer-6-icon-color","for area color charts",r.colorOrange0),color6ToolbarColor:t.extend("--ft-page-designer-6-toolbar-color","for area color charts",r.colorOrange0),color7IconColor:t.extend("--ft-page-designer-7-icon-color","for area color charts",r.colorAvocado200),color7ToolbarColor:t.extend("--ft-page-designer-7-toolbar-color","for area color charts",r.colorAvocado200),color8IconColor:t.extend("--ft-page-designer-8-icon-color","for area color charts",r.colorBrown0),color8ToolbarColor:t.extend("--ft-page-designer-8-toolbar-color","for area color charts",r.colorBrown0)};var nc={borderWidth:t.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:t.extend("--ft-notice-horizontal-padding","",r.spacing3),verticalPadding:t.extend("--ft-notice-vertical-padding","",r.spacing2),borderRadius:t.extend("--ft-notice-border-radius","",r.borderRadiusS),gap:t.extend("--ft-notice-gap","",r.spacing2),iconSize:t.extend("--ft-notice-icon-size","",r.iconSize3),infoBackgroundColor:t.extend("--ft-notice-info-background-color","",n.backgroundInfoSubtle),infoBorderColor:t.extend("--ft-notice-info-border-color","",n.borderInfoSubtle),infoColor:t.extend("--ft-notice-info-color","",n.contentInfoPrimary),infoIconColor:t.extend("--ft-notice-info-icon-color","",n.contentInfoIconOnly),warningBackgroundColor:t.extend("--ft-notice-warning-background-color","",n.backgroundWarningSubtle),warningBorderColor:t.extend("--ft-notice-warning-border-color","",n.borderWarningSubtle),warningColor:t.extend("--ft-notice-warning-color","",n.contentWarningPrimary),warningIconColor:t.extend("--ft-notice-warning-icon-color","",n.contentWarningIconOnly),errorBackgroundColor:t.extend("--ft-notice-error-background-color","",n.backgroundErrorSubtle),errorBorderColor:t.extend("--ft-notice-error-border-color","",n.borderErrorSubtle),errorColor:t.extend("--ft-notice-error-color","",n.contentErrorPrimary),errorIconColor:t.extend("--ft-notice-error-icon-color","",n.contentErrorIconOnly),successBackgroundColor:t.extend("--ft-notice-success-background-color","",n.backgroundSuccessSubtle),successBorderColor:t.extend("--ft-notice-success-border-color","",n.borderSuccessSubtle),successColor:t.extend("--ft-notice-success-color","",n.contentSuccessPrimary),successIconColor:t.extend("--ft-notice-success-icon-color","",n.contentSuccessIconOnly),denseHorizontalPadding:t.create("--ft-notice-dense-horizontal-padding","","SIZE","0px"),denseVerticalPadding:t.create("--ft-notice-dense-vertical-padding","","SIZE","0px"),denseGap:t.extend("--ft-notice-dense-gap","",r.spacing1),denseIconSize:t.extend("--ft-notice-dense-icon-size","",r.iconSize2),denseBorderWidth:t.create("--ft-notice-dense-border-width","","SIZE","0")};var sc={offHoverStateLayerOpacity:t.extend("--ft-toggle-off-hover-state-layer-opacity","",r.opacity16),offFocusStateLayerOpacity:t.extend("--ft-toggle-off-focus-state-layer-opacity","",r.opacity16),offActiveStateLayerOpacity:t.extend("--ft-toggle-off-active-state-layer-opacity","",r.opacity24),offDisabledComponentOpacity:t.extend("--ft-toggle-off-disabled-component-opacity","",r.opacity40),offBackgroundColor:t.extend("--ft-toggle-off-background-color","",n.contentGlobalSubtle),offIconColor:t.extend("--ft-toggle-off-icon-color","",n.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-toggle-off-state-layer-color","",n.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-toggle-on-hover-state-layer-opacity","",r.opacity16),onFocusStateLayerOpacity:t.extend("--ft-toggle-on-focus-state-layer-opacity","",r.opacity16),onActiveStateLayerOpacity:t.extend("--ft-toggle-on-active-state-layer-opacity","",r.opacity24),onDisabledComponentOpacity:t.extend("--ft-toggle-on-disabled-component-opacity","",r.opacity40),onBackgroundColor:t.extend("--ft-toggle-on-background-color","",n.contentActionPrimary),onStateLayerColor:t.extend("--ft-toggle-on-state-layer-color","",n.contentActionPrimary),onIconColor:t.extend("--ft-toggle-on-icon-color","",n.contentActionPrimary),color:t.extend("--ft-toggle-color","",n.contentGlobalPrimary),focusFocusRingColor:t.extend("--ft-toggle-focus-focus-ring-color","",n.borderActionFocusRing),gap:t.extend("--ft-toggle-gap","",r.spacing3)};var gc={iconSize:t.extend("--ft-notification-icon-size","",r.iconSize4),leftPadding:t.extend("--ft-notification-left-padding","",r.spacing5),rightPadding:t.extend("--ft-notification-right-padding","",r.spacing4),verticalPadding:t.extend("--ft-notification-vertical-padding","",r.spacing3),infoBackgroundColor:t.extend("--ft-notification-info-background-color","",n.backgroundInfoSubtle),infoColor:t.extend("--ft-notification-info-color","",n.contentInfoPrimary),infoIconColor:t.extend("--ft-notification-info-icon-color","",n.contentInfoIconOnly),infoBorderColor:t.extend("--ft-notification-info-border-color","",n.borderInfoSubtle),successBackgroundColor:t.extend("--ft-notification-success-background-color","",n.backgroundSuccessSubtle),successColor:t.extend("--ft-notification-success-color","",n.contentSuccessPrimary),successIconColor:t.extend("--ft-notification-success-icon-color","",n.contentSuccessIconOnly),successBorderColor:t.extend("--ft-notification-success-border-color","",n.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-notification-warning-background-color","",n.backgroundWarningSubtle),warningColor:t.extend("--ft-notification-warning-color","",n.contentWarningPrimary),warningIconColor:t.extend("--ft-notification-warning-icon-color","",n.contentWarningIconOnly),warningBorderColor:t.extend("--ft-notification-warning-border-color","",n.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-notification-error-background-color","",n.backgroundErrorSubtle),errorColor:t.extend("--ft-notification-error-color","",n.contentErrorPrimary),errorIconColor:t.extend("--ft-notification-error-icon-color","",n.contentErrorIconOnly),errorBorderColor:t.extend("--ft-notification-error-border-color","",n.borderErrorSubtle),borderRadius:t.extend("--ft-notification-border-radius","",r.borderRadiusPill),borderWidth:t.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:t.extend("--ft-notification-leading-gap","",r.spacing2),trailingGap:t.extend("--ft-notification-trailing-gap","",r.spacing8)};var Cc={horizontalPadding:t.extend("--ft-tooltip-horizontal-padding","",r.spacing2),verticalPadding:t.extend("--ft-tooltip-vertical-padding","",r.spacing2),borderRadius:t.extend("--ft-tooltip-border-radius","",r.borderRadiusS),color:t.extend("--ft-tooltip-color","",n.contentGlobalOnColor),backgroundColor:t.extend("--ft-tooltip-background-color","",n.contentGlobalPrimary),backgroundOpacity:t.extend("--ft-tooltip-background-opacity","",r.opacity80),shadow:t.extend("--ft-tooltip-shadow","",r.shadowElevation02),maxWidth:t.create("--ft-tooltip-max-width","","SIZE","256px"),gap:t.extend("--ft-tooltip-gap","",r.spacing05)};var Ec={verticalPadding:t.extend("--ft-reorderable-list-vertical-padding","",r.spacing4),gap:t.extend("--ft-reorderable-list-gap","",r.spacing1),borderRadius:t.extend("--ft-reorderable-list-border-radius","",r.borderRadiusM),reorderableItemTitleMarginRight:t.extend("--ft-reorderable-list-reorderable-item-title-margin-right","",r.spacing6),reorderableItemTitleColor:t.extend("--ft-reorderable-list-reorderable-item-title-color","",n.contentGlobalPrimary),reorderableItemLeftButtonsGroupMarginRight:t.extend("--ft-reorderable-list-reorderable-item-left-buttons-group-margin-right","",r.spacing6),reorderableItemLeftButtonsGroupHorizontalGap:t.extend("--ft-reorderable-list-reorderable-item-left-buttons-group-horizontal-gap","",r.spacing2),reorderableItemRightButtonsGroupHorizontalGap:t.extend("--ft-reorderable-list-reorderable-item-right-buttons-group-horizontal-gap","",r.spacing2),reorderableItemUsersCountColor:t.extend("--ft-reorderable-list-reorderable-item-users-count-color","",n.contentGlobalPrimary),reorderableItemUsersCountMarginRight:t.extend("--ft-reorderable-list-reorderable-item-users-count-margin-right","",r.spacing6),reorderableItemBackgroundColor:t.extend("--ft-reorderable-list-reorderable-item-background-color","",n.backgroundGlobalOnSurface),reorderableItemWarningMessageGap:t.extend("--ft-reorderable-list-reorderable-item-warning-message-gap","",r.spacing1),reorderableItemWarningMessageColor:t.extend("--ft-reorderable-list-reorderable-item-warning-message-color","",n.contentWarningPrimary),reorderableItemWarningMessageIconColor:t.extend("--ft-reorderable-list-reorderable-item-warning-message-icon-color","",n.contentWarningIconOnly),reorderableItemGripColor:t.extend("--ft-reorderable-list-reorderable-item-grip-color","",n.contentGlobalSecondary),reorderableItemGripOpacity:t.extend("--ft-reorderable-list-reorderable-item-grip-opacity","",r.opacity48),boxShadow:t.extend("--ft-reorderable-list-box-shadow","",r.shadowElevation01),borderWidth:t.create("--ft-reorderable-list-border-width","","SIZE","1px"),reorderableItemsGap:t.extend("--ft-reorderable-list-reorderable-items-gap","",r.spacing2),leftPadding:t.extend("--ft-reorderable-list-left-padding","",r.spacing2),rightPadding:t.extend("--ft-reorderable-list-right-padding","",r.spacing6),borderColor:t.extend("--ft-reorderable-list-border-color","",n.borderGlobalPrimary),backgroundColor:t.extend("--ft-reorderable-list-background-color","",n.backgroundGlobalOnSurfaceDark)};var Ac={menuHorizontalPadding:t.extend("--ft-date-range-picker-menu-horizontal-padding","",r.spacing4),menuVerticalPadding:t.extend("--ft-date-range-picker-menu-vertical-padding","",r.spacing4),menuVerticalGap:t.extend("--ft-date-range-picker-menu-vertical-gap","",r.spacing4),menuButtonsVerticalGap:t.extend("--ft-date-range-picker-menu-buttons-vertical-gap","",r.spacing2)};var zt;(function(e){e.brand="brand",e.neutral="neutral",e.info="info",e.success="success",e.warning="warning",e.error="error"})(zt||(zt={}));var Ht;(function(e){e.large="large",e.medium="medium",e.small="small"})(Ht||(Ht={}));var _t=C(G());function tr(e,o){let a=be[e];return _t.css`
115
115
  ${o?(0,_t.unsafeCSS)(o):_t.css`.ft-typography--${(0,_t.unsafeCSS)(e)}`} {
116
116
  font-family: ${a.fontFamily};
117
117
  font-size: ${a.fontSize};
@@ -121,7 +121,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
121
121
  text-decoration: ${a.textDecoration};
122
122
  text-transform: ${a.textCase};
123
123
  }
124
- `}var er=m.FtCssVariableFactory.extend("--ft-typography-font-family","",m.designSystemVariables.titleFont),yt=m.FtCssVariableFactory.extend("--ft-typography-font-family","",m.designSystemVariables.contentFont),S={fontFamily:yt,fontSize:m.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:m.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:m.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:m.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:m.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Dt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-title-font-family","",er),fontSize:m.FtCssVariableFactory.extend("--ft-typography-title-font-size","",S.fontSize,"20px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",S.letterSpacing,"0.15px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-title-line-height","",S.lineHeight,"1.2"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",S.textTransform,"inherit")},Gt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",er),fontSize:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",S.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",S.letterSpacing,"0.105px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",S.lineHeight,"1.7"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",S.textTransform,"inherit")},Ut={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",yt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",S.fontSize,"16px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",S.fontWeight,"600"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",S.letterSpacing,"0.144px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",S.lineHeight,"1.5"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",S.textTransform,"inherit")},Mt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",yt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",S.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",S.letterSpacing,"0.098px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",S.lineHeight,"1.7"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",S.textTransform,"inherit")},Zt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",yt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",S.fontSize,"16px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",S.letterSpacing,"0.496px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",S.lineHeight,"1.5"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",S.textTransform,"inherit")},Kt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",yt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",S.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",S.letterSpacing,"0.252px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",S.lineHeight,"1.4"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",S.textTransform,"inherit")},Ft={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",yt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",S.fontSize,"12px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",S.letterSpacing,"0.396px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",S.lineHeight,"1.33"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",S.textTransform,"inherit")},Vt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",yt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",S.fontSize,"10px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",S.letterSpacing,"0.33px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",S.lineHeight,"1.6"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",S.textTransform,"inherit")},jt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",yt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",S.fontSize,"10px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",S.letterSpacing,"1.5px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",S.lineHeight,"1.6"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",S.textTransform,"uppercase")},lt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-button-font-family","",yt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-button-font-size","",S.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",S.fontWeight,"600"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",S.letterSpacing,"1.246px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-button-line-height","",S.lineHeight,"1.15"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",S.textTransform,"uppercase")},or=tt.css`
124
+ `}var er=m.FtCssVariableFactory.extend("--ft-typography-font-family","",m.designSystemVariables.titleFont),gt=m.FtCssVariableFactory.extend("--ft-typography-font-family","",m.designSystemVariables.contentFont),S={fontFamily:gt,fontSize:m.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:m.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:m.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:m.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:m.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Dt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-title-font-family","",er),fontSize:m.FtCssVariableFactory.extend("--ft-typography-title-font-size","",S.fontSize,"20px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",S.letterSpacing,"0.15px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-title-line-height","",S.lineHeight,"1.2"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",S.textTransform,"inherit")},Gt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",er),fontSize:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",S.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",S.letterSpacing,"0.105px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",S.lineHeight,"1.7"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",S.textTransform,"inherit")},Ut={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",gt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",S.fontSize,"16px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",S.fontWeight,"600"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",S.letterSpacing,"0.144px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",S.lineHeight,"1.5"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",S.textTransform,"inherit")},Mt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",gt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",S.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",S.letterSpacing,"0.098px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",S.lineHeight,"1.7"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",S.textTransform,"inherit")},Zt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",gt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",S.fontSize,"16px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",S.letterSpacing,"0.496px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",S.lineHeight,"1.5"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",S.textTransform,"inherit")},Kt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",gt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",S.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",S.letterSpacing,"0.252px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",S.lineHeight,"1.4"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",S.textTransform,"inherit")},Ft={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",gt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",S.fontSize,"12px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",S.letterSpacing,"0.396px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",S.lineHeight,"1.33"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",S.textTransform,"inherit")},Vt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",gt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",S.fontSize,"10px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",S.letterSpacing,"0.33px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",S.lineHeight,"1.6"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",S.textTransform,"inherit")},jt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",gt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",S.fontSize,"10px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",S.letterSpacing,"1.5px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",S.lineHeight,"1.6"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",S.textTransform,"uppercase")},ct={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-button-font-family","",gt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-button-font-size","",S.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",S.fontWeight,"600"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",S.letterSpacing,"1.246px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-button-line-height","",S.lineHeight,"1.15"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",S.textTransform,"uppercase")},or=tt.css`
125
125
  .ft-typography--title {
126
126
  font-family: ${Dt.fontFamily};
127
127
  font-size: ${Dt.fontSize};
@@ -205,18 +205,18 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
205
205
  }
206
206
  `,pr=tt.css`
207
207
  .ft-typography--button {
208
- font-family: ${lt.fontFamily};
209
- font-size: ${lt.fontSize};
210
- font-weight: ${lt.fontWeight};
211
- letter-spacing: ${lt.letterSpacing};
212
- line-height: ${lt.lineHeight};
213
- text-transform: ${lt.textTransform};
208
+ font-family: ${ct.fontFamily};
209
+ font-size: ${ct.fontSize};
210
+ font-weight: ${ct.fontWeight};
211
+ letter-spacing: ${ct.letterSpacing};
212
+ line-height: ${ct.lineHeight};
213
+ text-transform: ${ct.textTransform};
214
214
  }
215
215
  `,fr=tt.css`
216
216
  .ft-typography {
217
217
  vertical-align: inherit;
218
218
  }
219
- `,ur=[Object.keys(be).map(e=>tr(e))];var yr=C(U()),ae=C(L()),A={color:ae.FtCssVariableFactory.extend("--ft-loader-color","",ae.designSystemVariables.colorPrimary),size:ae.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},gr=yr.css`
219
+ `,ur=[Object.keys(be).map(e=>tr(e))];var yr=C(G()),ae=C(L()),A={color:ae.FtCssVariableFactory.extend("--ft-loader-color","",ae.designSystemVariables.colorPrimary),size:ae.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},gr=yr.css`
220
220
  :host {
221
221
  line-height: 0;
222
222
  }
@@ -285,7 +285,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
285
285
  transform: translate(calc(0.35 * ${A.size}), 0);
286
286
  }
287
287
  }
288
- `;var hr=C(U()),ot=C(L()),j={size:ot.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:ot.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",ot.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:ot.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",ot.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:ot.FtCssVariableFactory.extend("--ft-icon-material-font-family","",ot.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:ot.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},mr=[hr.css`
288
+ `;var hr=C(G()),ot=C(L()),V={size:ot.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:ot.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",ot.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:ot.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",ot.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:ot.FtCssVariableFactory.extend("--ft-icon-material-font-family","",ot.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:ot.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},mr=[hr.css`
289
289
  :host, i.ft-icon {
290
290
  display: inline-flex;
291
291
  align-items: center;
@@ -294,14 +294,14 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
294
294
  }
295
295
 
296
296
  :host {
297
- width: ${j.size};
298
- height: ${j.size};
297
+ width: ${V.size};
298
+ height: ${V.size};
299
299
  }
300
300
 
301
301
  i.ft-icon {
302
302
  width: 100%;
303
303
  height: 100%;
304
- font-size: ${j.size};
304
+ font-size: ${V.size};
305
305
  line-height: 1;
306
306
  font-weight: normal;
307
307
  text-transform: none;
@@ -312,28 +312,28 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
312
312
  text-rendering: auto;
313
313
  -webkit-font-smoothing: antialiased;
314
314
  -moz-osx-font-smoothing: grayscale;
315
- vertical-align: ${j.verticalAlign};
315
+ vertical-align: ${V.verticalAlign};
316
316
  }
317
317
 
318
318
  i.ft-icon.ft-icon--fluid-topics {
319
- font-family: ${j.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
319
+ font-family: ${V.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
320
320
 
321
321
  /* Ugly fix because font is broken */
322
- font-size: calc(0.75 * ${j.size});
323
- line-height: ${j.size};
322
+ font-size: calc(0.75 * ${V.size});
323
+ line-height: ${V.size};
324
324
  position: relative;
325
325
  top: -4%;
326
326
  justify-content: center;
327
327
  }
328
328
 
329
329
  .ft-icon--file-format {
330
- font-family: ${j.fileFormatFontFamily}, ft-mime, sans-serif;
330
+ font-family: ${V.fileFormatFontFamily}, ft-mime, sans-serif;
331
331
  }
332
332
 
333
333
  .ft-icon--material {
334
- font-family: ${j.materialFontFamily}, "Material Icons", sans-serif;
334
+ font-family: ${V.materialFontFamily}, "Material Icons", sans-serif;
335
335
  }
336
- `,ot.noTextSelect];var br=v.FtCssVariableFactory.extend("--ft-button-color","",v.designSystemVariables.colorPrimary),M={backgroundColor:v.FtCssVariableFactory.extend("--ft-button-background-color","",v.designSystemVariables.colorSurface),borderRadius:v.FtCssVariableFactory.extend("--ft-button-border-radius","",v.designSystemVariables.borderRadiusL),color:br,fontSize:v.FtCssVariableFactory.extend("--ft-button-font-size","",lt.fontSize),iconSize:v.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:v.FtCssVariableFactory.extend("--ft-button-ripple-color","",br),verticalPadding:v.FtCssVariableFactory.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:v.FtCssVariableFactory.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:v.FtCssVariableFactory.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:v.FtCssVariableFactory.external(v.designSystemVariables.colorOpacityDisabled,"Design system")},xr=v.FtCssVariableFactory.extend("--ft-button-primary-color","",v.FtCssVariableFactory.extend("--ft-button-color","",v.designSystemVariables.colorOnPrimary)),ze={backgroundColor:v.FtCssVariableFactory.extend("--ft-button-primary-background-color","",v.FtCssVariableFactory.extend("--ft-button-background-color","",v.designSystemVariables.colorPrimary)),color:xr,rippleColor:v.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",xr)},ct={borderRadius:v.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",v.FtCssVariableFactory.extend("--ft-button-border-radius","",v.designSystemVariables.borderRadiusM)),verticalPadding:v.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:v.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:v.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px")},Sr=[Cr.css`
336
+ `,ot.noTextSelect];var br=v.FtCssVariableFactory.extend("--ft-button-color","",v.designSystemVariables.colorPrimary),U={backgroundColor:v.FtCssVariableFactory.extend("--ft-button-background-color","",v.designSystemVariables.colorSurface),borderRadius:v.FtCssVariableFactory.extend("--ft-button-border-radius","",v.designSystemVariables.borderRadiusL),color:br,fontSize:v.FtCssVariableFactory.extend("--ft-button-font-size","",ct.fontSize),iconSize:v.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:v.FtCssVariableFactory.extend("--ft-button-ripple-color","",br),verticalPadding:v.FtCssVariableFactory.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:v.FtCssVariableFactory.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:v.FtCssVariableFactory.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:v.FtCssVariableFactory.external(v.designSystemVariables.colorOpacityDisabled,"Design system")},xr=v.FtCssVariableFactory.extend("--ft-button-primary-color","",v.FtCssVariableFactory.extend("--ft-button-color","",v.designSystemVariables.colorOnPrimary)),Te={backgroundColor:v.FtCssVariableFactory.extend("--ft-button-primary-background-color","",v.FtCssVariableFactory.extend("--ft-button-background-color","",v.designSystemVariables.colorPrimary)),color:xr,rippleColor:v.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",xr)},dt={borderRadius:v.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",v.FtCssVariableFactory.extend("--ft-button-border-radius","",v.designSystemVariables.borderRadiusM)),verticalPadding:v.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:v.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:v.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px")},Sr=[Cr.css`
337
337
  :host {
338
338
  display: inline-block;
339
339
  max-width: 100%;
@@ -344,7 +344,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
344
344
  box-shadow: 0px 0px 0px transparent;
345
345
  border: 0px solid transparent;
346
346
  text-shadow: 0px 0px 0px transparent;
347
- font-size: ${M.fontSize};
347
+ font-size: ${U.fontSize};
348
348
  text-decoration: none;
349
349
  }
350
350
 
@@ -374,31 +374,31 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
374
374
  border: none;
375
375
  pointer-events: auto;
376
376
 
377
- --button-internal-line-height: max(calc(${M.fontSize} + 2px), ${M.iconSize});
378
- --button-internal-color: ${M.color};
379
- ${(0,v.setVariable)(j.size,M.iconSize)};
380
- ${(0,v.setVariable)(g.color,M.rippleColor)};
377
+ --button-internal-line-height: max(calc(${U.fontSize} + 2px), ${U.iconSize});
378
+ --button-internal-color: ${U.color};
379
+ ${(0,v.setVariable)(V.size,U.iconSize)};
380
+ ${(0,v.setVariable)(g.color,U.rippleColor)};
381
381
 
382
- border-radius: ${M.borderRadius};
383
- padding: ${M.verticalPadding} ${M.horizontalPadding};
384
- background-color: ${M.backgroundColor};
382
+ border-radius: ${U.borderRadius};
383
+ padding: ${U.verticalPadding} ${U.horizontalPadding};
384
+ background-color: ${U.backgroundColor};
385
385
  color: var(--button-internal-color);
386
386
  -webkit-mask-image: radial-gradient(white, black);
387
387
  }
388
388
 
389
389
  .ft-button.ft-button--outlined {
390
390
  border: 1px solid var(--button-internal-color);
391
- padding: calc(${M.verticalPadding} - 1px) calc(${M.horizontalPadding} - 1px);
391
+ padding: calc(${U.verticalPadding} - 1px) calc(${U.horizontalPadding} - 1px);
392
392
  }
393
393
 
394
394
  .ft-button.ft-button--dense {
395
- padding: ${ct.verticalPadding} ${ct.horizontalPadding};
396
- border-radius: ${ct.borderRadius};
397
- gap: ${ct.iconPadding};
395
+ padding: ${dt.verticalPadding} ${dt.horizontalPadding};
396
+ border-radius: ${dt.borderRadius};
397
+ gap: ${dt.iconPadding};
398
398
  }
399
399
 
400
400
  .ft-button.ft-button--dense.ft-button--outlined {
401
- padding: calc(${ct.verticalPadding} - 1px) calc(${ct.horizontalPadding} - 1px);
401
+ padding: calc(${dt.verticalPadding} - 1px) calc(${dt.horizontalPadding} - 1px);
402
402
  }
403
403
 
404
404
  .ft-button:not([disabled]):hover {
@@ -406,22 +406,22 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
406
406
  }
407
407
 
408
408
  .ft-button--round {
409
- border-radius: calc(var(--button-internal-line-height) / 2 + ${M.verticalPadding});
409
+ border-radius: calc(var(--button-internal-line-height) / 2 + ${U.verticalPadding});
410
410
  }
411
411
 
412
412
  .ft-button--round.ft-button--dense {
413
- border-radius: calc(var(--button-internal-line-height) / 2 + ${ct.verticalPadding});
413
+ border-radius: calc(var(--button-internal-line-height) / 2 + ${dt.verticalPadding});
414
414
  }
415
415
 
416
416
  .ft-button[disabled] {
417
417
  filter: grayscale(1);
418
- opacity: ${M.opacityDisabled};
418
+ opacity: ${U.opacityDisabled};
419
419
  }
420
420
 
421
421
  .ft-button.ft-button--primary {
422
- background-color: ${ze.backgroundColor};
423
- --button-internal-color: ${ze.color};
424
- ${(0,v.setVariable)(g.color,ze.rippleColor)};
422
+ background-color: ${Te.backgroundColor};
423
+ --button-internal-color: ${Te.color};
424
+ ${(0,v.setVariable)(g.color,Te.rippleColor)};
425
425
  }
426
426
 
427
427
  .ft-button:focus {
@@ -434,13 +434,13 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
434
434
  white-space: nowrap;
435
435
  text-overflow: ellipsis;
436
436
  display: block;
437
- margin: 0 ${M.iconPadding};
438
- ${(0,v.setVariable)(lt.fontSize,"1em")};
439
- ${(0,v.setVariable)(lt.lineHeight,"var(--button-internal-line-height)")};
437
+ margin: 0 ${U.iconPadding};
438
+ ${(0,v.setVariable)(ct.fontSize,"1em")};
439
+ ${(0,v.setVariable)(ct.lineHeight,"var(--button-internal-line-height)")};
440
440
  }
441
441
 
442
442
  .ft-button--dense .ft-button--label {
443
- margin: 0 ${ct.iconPadding};
443
+ margin: 0 ${dt.iconPadding};
444
444
  }
445
445
 
446
446
  .ft-button--label[hidden] {
@@ -453,13 +453,13 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
453
453
  }
454
454
 
455
455
  .ft-button--label[hidden] + [part="icon"] {
456
- margin: 0 calc(${M.horizontalPadding} * -1);
457
- padding: 0 ${M.verticalPadding};
456
+ margin: 0 calc(${U.horizontalPadding} * -1);
457
+ padding: 0 ${U.verticalPadding};
458
458
  }
459
459
 
460
460
  .ft-button--dense .ft-button--label[hidden] + [part="icon"] {
461
- margin: 0 calc(${ct.horizontalPadding} * -1);
462
- padding: 0 ${ct.verticalPadding};
461
+ margin: 0 calc(${dt.horizontalPadding} * -1);
462
+ padding: 0 ${dt.verticalPadding};
463
463
  }
464
464
 
465
465
  .ft-button:not(.ft-button--trailing-icon) [part="label"] {
@@ -467,10 +467,10 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
467
467
  }
468
468
 
469
469
  ft-loader {
470
- ${(0,v.setVariable)(A.size,M.iconSize)};
470
+ ${(0,v.setVariable)(A.size,U.iconSize)};
471
471
  ${(0,v.setVariable)(A.color,"var(--button-internal-color)")};
472
472
  }
473
- `,v.noTextSelect];var Lt=C(L());var Nr=C(L());var vr=C(U()),K=C(ft()),wr=C(xe()),ne=C(L());var Y=function(e,o,a,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(d=e[p])&&(c=(l<3?d(c):l>3?d(o,a,c):d(o,a))||c);return l>3&&c&&Object.defineProperty(o,a,c),c},B=class extends ne.FtLitElement{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new ne.Debouncer(1e3),this.onTransitionStart=o=>{o.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=o=>{o.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new ne.Debouncer(10),this.moveRipple=o=>{var a,i;let{x:l,y:c}=this.getCoordinates(o),d=(i=(a=this.ripple)===null||a===void 0?void 0:a.getBoundingClientRect())!==null&&i!==void 0?i:{x:0,y:0,width:0,height:0};this.originX=Math.round(l!=null?l-d.x:d.width/2),this.originY=Math.round(c!=null?c-d.y:d.height/2)},this.startPress=o=>{this.moveRipple(o),this.pressed=!this.isIgnored(o)},this.endPress=()=>{this.pressed=!1},this.startHover=o=>{this.hovered=!this.isIgnored(o)},this.endHover=()=>{this.hovered=!1},this.startFocus=o=>{this.focused=this.isFocusVisible(o?.target)&&!this.isIgnored(o)},this.endFocus=()=>{this.focused=!1}}render(){let o={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return vr.html`
473
+ `,v.noTextSelect];var Lt=C(L());var Er=C(L());var vr=C(G()),Z=C(ut()),wr=C(xe()),ne=C(L());var j=function(e,o,a,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(d=e[p])&&(c=(l<3?d(c):l>3?d(o,a,c):d(o,a))||c);return l>3&&c&&Object.defineProperty(o,a,c),c},B=class extends ne.FtLitElement{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new ne.Debouncer(1e3),this.onTransitionStart=o=>{o.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=o=>{o.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new ne.Debouncer(10),this.moveRipple=o=>{var a,i;let{x:l,y:c}=this.getCoordinates(o),d=(i=(a=this.ripple)===null||a===void 0?void 0:a.getBoundingClientRect())!==null&&i!==void 0?i:{x:0,y:0,width:0,height:0};this.originX=Math.round(l!=null?l-d.x:d.width/2),this.originY=Math.round(c!=null?c-d.y:d.height/2)},this.startPress=o=>{this.moveRipple(o),this.pressed=!this.isIgnored(o)},this.endPress=()=>{this.pressed=!1},this.startHover=o=>{this.hovered=!this.isIgnored(o)},this.endHover=()=>{this.hovered=!1},this.startFocus=o=>{this.focused=this.isFocusVisible(o?.target)&&!this.isIgnored(o)},this.endFocus=()=>{this.focused=!1}}render(){let o={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return vr.html`
474
474
  <style>
475
475
  .ft-ripple .ft-ripple--effect {
476
476
  left: ${this.originX}px;
@@ -481,9 +481,9 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
481
481
  <div class="ft-ripple--background"></div>
482
482
  <div class="ft-ripple--effect"></div>
483
483
  </div>
484
- `}contentAvailableCallback(o){super.contentAvailableCallback(o),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(o){var a,i;super.update(o),o.has("disabled")&&(this.disabled?(this.endRipple(),(a=this.target)===null||a===void 0||a.removeAttribute("data-is-ft-ripple-target")):(i=this.target)===null||i===void 0||i.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var o,a;let i=(o=this.shadowRoot)===null||o===void 0?void 0:o.host.parentElement;i&&this.setupFor((a=this.target)!==null&&a!==void 0?a:i)}forceFocusUpdate(){var o;!((o=this.target)===null||o===void 0)&&o.matches(":focus-within")?this.startFocus():this.endFocus()}setupFor(o){if(this.setupDebouncer.cancel(),this.target===o)return;this.onDisconnect&&this.onDisconnect(),this.target=o,o.setAttribute("data-is-ft-ripple-target","true");let a=(...p)=>f=>{p.forEach(y=>window.addEventListener(y,this.endPress,{once:!0})),this.startPress(f)},i=a("mouseup","contextmenu"),l=a("touchend","touchcancel"),c=p=>{["Enter"," "].includes(p.key)&&a("keyup")(p)},d={passive:!0};o.addEventListener("mouseover",this.startHover,d),o.addEventListener("mousemove",this.moveRipple,d),o.addEventListener("mouseleave",this.endHover,d),o.addEventListener("mousedown",i,d),o.addEventListener("touchstart",l,d),o.addEventListener("touchmove",this.moveRipple,d),o.addEventListener("keydown",c,d),o.addEventListener("focus",this.startFocus,d),o.addEventListener("blur",this.endFocus,d),o.addEventListener("focusin",this.startFocus,d),o.addEventListener("focusout",this.endFocus,d),this.onDisconnect=()=>{o.removeAttribute("data-is-ft-ripple-target"),o.removeEventListener("mouseover",this.startHover,d),o.removeEventListener("mousemove",this.moveRipple,d),o.removeEventListener("mouseleave",this.endHover,d),o.removeEventListener("mousedown",i,d),o.removeEventListener("touchstart",l,d),o.removeEventListener("touchmove",this.moveRipple,d),o.removeEventListener("keydown",c,d),o.removeEventListener("focus",this.startFocus,d),o.removeEventListener("blur",this.endFocus,d),o.removeEventListener("focusin",this.startFocus,d),o.removeEventListener("focusout",this.endFocus,d),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(o){let a=o,i=o,l,c;return a.x!=null?{x:l,y:c}=a:i.touches!=null&&(l=i.touches[0].clientX,c=i.touches[0].clientY),{x:l,y:c}}isFocusVisible(o){return o instanceof HTMLElement?o.matches(":focus-visible"):!0}isIgnored(o){if(this.disabled)return!0;if(o!=null)for(let a of o.composedPath()){if(a===this.target)break;if("hasAttribute"in a&&a.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};B.elementDefinitions={};B.styles=Ro;Y([(0,K.property)({type:Boolean})],B.prototype,"primary",void 0);Y([(0,K.property)({type:Boolean})],B.prototype,"secondary",void 0);Y([(0,K.property)({type:Boolean})],B.prototype,"unbounded",void 0);Y([(0,K.property)({type:Boolean})],B.prototype,"activated",void 0);Y([(0,K.property)({type:Boolean})],B.prototype,"selected",void 0);Y([(0,K.property)({type:Boolean})],B.prototype,"disabled",void 0);Y([(0,K.state)()],B.prototype,"hovered",void 0);Y([(0,K.state)()],B.prototype,"focused",void 0);Y([(0,K.state)()],B.prototype,"pressed",void 0);Y([(0,K.state)()],B.prototype,"rippling",void 0);Y([(0,K.state)()],B.prototype,"originX",void 0);Y([(0,K.state)()],B.prototype,"originY",void 0);Y([(0,K.query)(".ft-ripple")],B.prototype,"ripple",void 0);Y([(0,K.query)(".ft-ripple--effect")],B.prototype,"rippleEffect",void 0);(0,Nr.customElement)("ft-ripple")(B);var ba=C(L());var ma=C(U()),D=C(ft()),Nt=C(L());var Mr=C(L());var Me=globalThis,Ce=Me.trustedTypes,Er=Ce?Ce.createPolicy("lit-html",{createHTML:e=>e}):void 0,Pr="$lit$",vt=`lit$${Math.random().toFixed(9).slice(2)}$`,Ir="?"+vt,ja=`<${Ir}>`,Pt=document,Se=()=>Pt.createComment(""),le=e=>e===null||typeof e!="object"&&typeof e!="function",Ze=Array.isArray,Ya=e=>Ze(e)||typeof e?.[Symbol.iterator]=="function",Te=`[
485
- \f\r]`,ie=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Rr=/-->/g,Lr=/>/g,Bt=RegExp(`>|${Te}(?:([^\\s"'>=/]+)(${Te}*=${Te}*(?:[^
486
- \f\r"'\`<>=]|("|')|))|$)`,"g"),Ar=/'/g,Br=/"/g,kr=/^(?:script|style|textarea|title)$/i,Ke=e=>(o,...a)=>({_$litType$:e,strings:o,values:a}),Wr=Ke(1),zr=Ke(2),Tr=Ke(3),ce=Symbol.for("lit-noChange"),z=Symbol.for("lit-nothing"),$r=new WeakMap,$t=Pt.createTreeWalker(Pt,129);function Hr(e,o){if(!Ze(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Er!==void 0?Er.createHTML(o):o}var Xa=(e,o)=>{let a=e.length-1,i=[],l,c=o===2?"<svg>":o===3?"<math>":"",d=ie;for(let p=0;p<a;p++){let f=e[p],y,x,b=-1,N=0;for(;N<f.length&&(d.lastIndex=N,x=d.exec(f),x!==null);)N=d.lastIndex,d===ie?x[1]==="!--"?d=Rr:x[1]!==void 0?d=Lr:x[2]!==void 0?(kr.test(x[2])&&(l=RegExp("</"+x[2],"g")),d=Bt):x[3]!==void 0&&(d=Bt):d===Bt?x[0]===">"?(d=l??ie,b=-1):x[1]===void 0?b=-2:(b=d.lastIndex-x[2].length,y=x[1],d=x[3]===void 0?Bt:x[3]==='"'?Br:Ar):d===Br||d===Ar?d=Bt:d===Rr||d===Lr?d=ie:(d=Bt,l=void 0);let O=d===Bt&&e[p+1].startsWith("/>")?" ":"";c+=d===ie?f+ja:b>=0?(i.push(y),f.slice(0,b)+Pr+f.slice(b)+vt+O):f+vt+(b===-2?p:O)}return[Hr(e,c+(e[a]||"<?>")+(o===2?"</svg>":o===3?"</math>":"")),i]},de=class e{constructor({strings:o,_$litType$:a},i){let l;this.parts=[];let c=0,d=0,p=o.length-1,f=this.parts,[y,x]=Xa(o,a);if(this.el=e.createElement(y,i),$t.currentNode=this.el.content,a===2||a===3){let b=this.el.content.firstChild;b.replaceWith(...b.childNodes)}for(;(l=$t.nextNode())!==null&&f.length<p;){if(l.nodeType===1){if(l.hasAttributes())for(let b of l.getAttributeNames())if(b.endsWith(Pr)){let N=x[d++],O=l.getAttribute(b).split(vt),E=/([.?@])?(.*)/.exec(N);f.push({type:1,index:c,name:E[2],strings:O,ctor:E[1]==="."?_e:E[1]==="?"?De:E[1]==="@"?Ge:Xt}),l.removeAttribute(b)}else b.startsWith(vt)&&(f.push({type:6,index:c}),l.removeAttribute(b));if(kr.test(l.tagName)){let b=l.textContent.split(vt),N=b.length-1;if(N>0){l.textContent=Ce?Ce.emptyScript:"";for(let O=0;O<N;O++)l.append(b[O],Se()),$t.nextNode(),f.push({type:2,index:++c});l.append(b[N],Se())}}}else if(l.nodeType===8)if(l.data===Ir)f.push({type:2,index:c});else{let b=-1;for(;(b=l.data.indexOf(vt,b+1))!==-1;)f.push({type:7,index:c}),b+=vt.length-1}c++}}static createElement(o,a){let i=Pt.createElement("template");return i.innerHTML=o,i}};function Yt(e,o,a=e,i){if(o===ce)return o;let l=i!==void 0?a._$Co?.[i]:a._$Cl,c=le(o)?void 0:o._$litDirective$;return l?.constructor!==c&&(l?._$AO?.(!1),c===void 0?l=void 0:(l=new c(e),l._$AT(e,a,i)),i!==void 0?(a._$Co??=[])[i]=l:a._$Cl=l),l!==void 0&&(o=Yt(e,l._$AS(e,o.values),l,i)),o}var He=class{constructor(o,a){this._$AV=[],this._$AN=void 0,this._$AD=o,this._$AM=a}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(o){let{el:{content:a},parts:i}=this._$AD,l=(o?.creationScope??Pt).importNode(a,!0);$t.currentNode=l;let c=$t.nextNode(),d=0,p=0,f=i[0];for(;f!==void 0;){if(d===f.index){let y;f.type===2?y=new Oe(c,c.nextSibling,this,o):f.type===1?y=new f.ctor(c,f.name,f.strings,this,o):f.type===6&&(y=new Ue(c,this,o)),this._$AV.push(y),f=i[++p]}d!==f?.index&&(c=$t.nextNode(),d++)}return $t.currentNode=Pt,l}p(o){let a=0;for(let i of this._$AV)i!==void 0&&(i.strings!==void 0?(i._$AI(o,i,a),a+=i.strings.length-2):i._$AI(o[a])),a++}},Oe=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(o,a,i,l){this.type=2,this._$AH=z,this._$AN=void 0,this._$AA=o,this._$AB=a,this._$AM=i,this.options=l,this._$Cv=l?.isConnected??!0}get parentNode(){let o=this._$AA.parentNode,a=this._$AM;return a!==void 0&&o?.nodeType===11&&(o=a.parentNode),o}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(o,a=this){o=Yt(this,o,a),le(o)?o===z||o==null||o===""?(this._$AH!==z&&this._$AR(),this._$AH=z):o!==this._$AH&&o!==ce&&this._(o):o._$litType$!==void 0?this.$(o):o.nodeType!==void 0?this.T(o):Ya(o)?this.k(o):this._(o)}O(o){return this._$AA.parentNode.insertBefore(o,this._$AB)}T(o){this._$AH!==o&&(this._$AR(),this._$AH=this.O(o))}_(o){this._$AH!==z&&le(this._$AH)?this._$AA.nextSibling.data=o:this.T(Pt.createTextNode(o)),this._$AH=o}$(o){let{values:a,_$litType$:i}=o,l=typeof i=="number"?this._$AC(o):(i.el===void 0&&(i.el=de.createElement(Hr(i.h,i.h[0]),this.options)),i);if(this._$AH?._$AD===l)this._$AH.p(a);else{let c=new He(l,this),d=c.u(this.options);c.p(a),this.T(d),this._$AH=c}}_$AC(o){let a=$r.get(o.strings);return a===void 0&&$r.set(o.strings,a=new de(o)),a}k(o){Ze(this._$AH)||(this._$AH=[],this._$AR());let a=this._$AH,i,l=0;for(let c of o)l===a.length?a.push(i=new e(this.O(Se()),this.O(Se()),this,this.options)):i=a[l],i._$AI(c),l++;l<a.length&&(this._$AR(i&&i._$AB.nextSibling,l),a.length=l)}_$AR(o=this._$AA.nextSibling,a){for(this._$AP?.(!1,!0,a);o&&o!==this._$AB;){let i=o.nextSibling;o.remove(),o=i}}setConnected(o){this._$AM===void 0&&(this._$Cv=o,this._$AP?.(o))}},Xt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(o,a,i,l,c){this.type=1,this._$AH=z,this._$AN=void 0,this.element=o,this.name=a,this._$AM=l,this.options=c,i.length>2||i[0]!==""||i[1]!==""?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=z}_$AI(o,a=this,i,l){let c=this.strings,d=!1;if(c===void 0)o=Yt(this,o,a,0),d=!le(o)||o!==this._$AH&&o!==ce,d&&(this._$AH=o);else{let p=o,f,y;for(o=c[0],f=0;f<c.length-1;f++)y=Yt(this,p[i+f],a,f),y===ce&&(y=this._$AH[f]),d||=!le(y)||y!==this._$AH[f],y===z?o=z:o!==z&&(o+=(y??"")+c[f+1]),this._$AH[f]=y}d&&!l&&this.j(o)}j(o){o===z?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,o??"")}},_e=class extends Xt{constructor(){super(...arguments),this.type=3}j(o){this.element[this.name]=o===z?void 0:o}},De=class extends Xt{constructor(){super(...arguments),this.type=4}j(o){this.element.toggleAttribute(this.name,!!o&&o!==z)}},Ge=class extends Xt{constructor(o,a,i,l,c){super(o,a,i,l,c),this.type=5}_$AI(o,a=this){if((o=Yt(this,o,a,0)??z)===ce)return;let i=this._$AH,l=o===z&&i!==z||o.capture!==i.capture||o.once!==i.once||o.passive!==i.passive,c=o!==z&&(i===z||l);l&&this.element.removeEventListener(this.name,this,i),c&&this.element.addEventListener(this.name,this,o),this._$AH=o}handleEvent(o){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,o):this._$AH.handleEvent(o)}},Ue=class{constructor(o,a,i){this.element=o,this.type=6,this._$AN=void 0,this._$AM=a,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(o){Yt(this,o)}};var qa=Me.litHtmlPolyfillSupport;qa?.(de,Oe),(Me.litHtmlVersions??=[]).push("3.3.0");var Dr=Symbol.for(""),Qa=e=>{if(e?.r===Dr)return e?._$litStatic$},Fe=e=>({_$litStatic$:e,r:Dr});var _r=new Map,Ve=e=>(o,...a)=>{let i=a.length,l,c,d=[],p=[],f,y=0,x=!1;for(;y<i;){for(f=o[y];y<i&&(c=a[y],(l=Qa(c))!==void 0);)f+=l+o[++y],x=!0;y!==i&&p.push(c),d.push(f),y++}if(y===i&&d.push(o[i]),x){let b=d.join("$$lit$$");(o=_r.get(b))===void 0&&(d.raw=d,_r.set(b,o=d)),a=p}return e(o,...a)},je=Ve(Wr),ps=Ve(zr),fs=Ve(Tr);var Ye=C(ft()),Ur=C(L());var dt;(function(e){e.title="title",e.title_dense="title-dense",e.subtitle1="subtitle1",e.subtitle2="subtitle2",e.body1="body1",e.body2="body2",e.caption="caption",e.breadcrumb="breadcrumb",e.overline="overline",e.button="button",e.display="display",e.title1="title-1",e.title2="title-2",e.title3="title-3",e.body1regular="body-1-regular",e.body1medium="body-1-medium",e.body1semibold="body-1-semibold",e.body2regular="body-2-regular",e.body2medium="body-2-medium",e.body2semibold="body-2-semibold",e.label1medium="label-1-medium",e.label1semibold="label-1-semibold",e.label1bold="label-1-bold",e.label2medium="label-2-medium",e.label2semibold="label-2-semibold",e.label2bold="label-2-bold",e.caption1medium="caption-1-medium",e.caption1semibold="caption-1-semibold",e.caption1bold="caption-1-bold",e.caption2medium="caption-2-medium",e.caption2semibold="caption-2-semibold",e.caption2bold="caption-2-bold"})(dt||(dt={}));var Gr=function(e,o,a,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(d=e[p])&&(c=(l<3?d(c):l>3?d(o,a,c):d(o,a))||c);return l>3&&c&&Object.defineProperty(o,a,c),c},rt=class extends Ur.FtLitElement{constructor(){super(...arguments),this.variant=dt.body1}render(){return this.element?je`
484
+ `}contentAvailableCallback(o){super.contentAvailableCallback(o),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(o){var a,i;super.update(o),o.has("disabled")&&(this.disabled?(this.endRipple(),(a=this.target)===null||a===void 0||a.removeAttribute("data-is-ft-ripple-target")):(i=this.target)===null||i===void 0||i.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var o,a;let i=(o=this.shadowRoot)===null||o===void 0?void 0:o.host.parentElement;i&&this.setupFor((a=this.target)!==null&&a!==void 0?a:i)}forceFocusUpdate(){var o;!((o=this.target)===null||o===void 0)&&o.matches(":focus-within")?this.startFocus():this.endFocus()}setupFor(o){if(this.setupDebouncer.cancel(),this.target===o)return;this.onDisconnect&&this.onDisconnect(),this.target=o,o.setAttribute("data-is-ft-ripple-target","true");let a=(...p)=>f=>{p.forEach(y=>window.addEventListener(y,this.endPress,{once:!0})),this.startPress(f)},i=a("mouseup","contextmenu"),l=a("touchend","touchcancel"),c=p=>{["Enter"," "].includes(p.key)&&a("keyup")(p)},d={passive:!0};o.addEventListener("mouseover",this.startHover,d),o.addEventListener("mousemove",this.moveRipple,d),o.addEventListener("mouseleave",this.endHover,d),o.addEventListener("mousedown",i,d),o.addEventListener("touchstart",l,d),o.addEventListener("touchmove",this.moveRipple,d),o.addEventListener("keydown",c,d),o.addEventListener("focus",this.startFocus,d),o.addEventListener("blur",this.endFocus,d),o.addEventListener("focusin",this.startFocus,d),o.addEventListener("focusout",this.endFocus,d),this.onDisconnect=()=>{o.removeAttribute("data-is-ft-ripple-target"),o.removeEventListener("mouseover",this.startHover,d),o.removeEventListener("mousemove",this.moveRipple,d),o.removeEventListener("mouseleave",this.endHover,d),o.removeEventListener("mousedown",i,d),o.removeEventListener("touchstart",l,d),o.removeEventListener("touchmove",this.moveRipple,d),o.removeEventListener("keydown",c,d),o.removeEventListener("focus",this.startFocus,d),o.removeEventListener("blur",this.endFocus,d),o.removeEventListener("focusin",this.startFocus,d),o.removeEventListener("focusout",this.endFocus,d),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(o){let a=o,i=o,l,c;return a.x!=null?{x:l,y:c}=a:i.touches!=null&&(l=i.touches[0].clientX,c=i.touches[0].clientY),{x:l,y:c}}isFocusVisible(o){return o instanceof HTMLElement?o.matches(":focus-visible"):!0}isIgnored(o){if(this.disabled)return!0;if(o!=null)for(let a of o.composedPath()){if(a===this.target)break;if("hasAttribute"in a&&a.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};B.elementDefinitions={};B.styles=Ro;j([(0,Z.property)({type:Boolean})],B.prototype,"primary",void 0);j([(0,Z.property)({type:Boolean})],B.prototype,"secondary",void 0);j([(0,Z.property)({type:Boolean})],B.prototype,"unbounded",void 0);j([(0,Z.property)({type:Boolean})],B.prototype,"activated",void 0);j([(0,Z.property)({type:Boolean})],B.prototype,"selected",void 0);j([(0,Z.property)({type:Boolean})],B.prototype,"disabled",void 0);j([(0,Z.state)()],B.prototype,"hovered",void 0);j([(0,Z.state)()],B.prototype,"focused",void 0);j([(0,Z.state)()],B.prototype,"pressed",void 0);j([(0,Z.state)()],B.prototype,"rippling",void 0);j([(0,Z.state)()],B.prototype,"originX",void 0);j([(0,Z.state)()],B.prototype,"originY",void 0);j([(0,Z.query)(".ft-ripple")],B.prototype,"ripple",void 0);j([(0,Z.query)(".ft-ripple--effect")],B.prototype,"rippleEffect",void 0);(0,Er.customElement)("ft-ripple")(B);var ba=C(L());var ma=C(G()),Q=C(ut()),X=C(L());var Mr=C(L());var Me=globalThis,Ce=Me.trustedTypes,Nr=Ce?Ce.createPolicy("lit-html",{createHTML:e=>e}):void 0,Pr="$lit$",wt=`lit$${Math.random().toFixed(9).slice(2)}$`,Ir="?"+wt,ja=`<${Ir}>`,Pt=document,Se=()=>Pt.createComment(""),le=e=>e===null||typeof e!="object"&&typeof e!="function",Ze=Array.isArray,Ya=e=>Ze(e)||typeof e?.[Symbol.iterator]=="function",ze=`[
485
+ \f\r]`,ie=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Rr=/-->/g,Lr=/>/g,Bt=RegExp(`>|${ze}(?:([^\\s"'>=/]+)(${ze}*=${ze}*(?:[^
486
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),Ar=/'/g,Br=/"/g,kr=/^(?:script|style|textarea|title)$/i,Ke=e=>(o,...a)=>({_$litType$:e,strings:o,values:a}),Wr=Ke(1),Tr=Ke(2),zr=Ke(3),ce=Symbol.for("lit-noChange"),W=Symbol.for("lit-nothing"),$r=new WeakMap,$t=Pt.createTreeWalker(Pt,129);function Hr(e,o){if(!Ze(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Nr!==void 0?Nr.createHTML(o):o}var Xa=(e,o)=>{let a=e.length-1,i=[],l,c=o===2?"<svg>":o===3?"<math>":"",d=ie;for(let p=0;p<a;p++){let f=e[p],y,x,b=-1,E=0;for(;E<f.length&&(d.lastIndex=E,x=d.exec(f),x!==null);)E=d.lastIndex,d===ie?x[1]==="!--"?d=Rr:x[1]!==void 0?d=Lr:x[2]!==void 0?(kr.test(x[2])&&(l=RegExp("</"+x[2],"g")),d=Bt):x[3]!==void 0&&(d=Bt):d===Bt?x[0]===">"?(d=l??ie,b=-1):x[1]===void 0?b=-2:(b=d.lastIndex-x[2].length,y=x[1],d=x[3]===void 0?Bt:x[3]==='"'?Br:Ar):d===Br||d===Ar?d=Bt:d===Rr||d===Lr?d=ie:(d=Bt,l=void 0);let O=d===Bt&&e[p+1].startsWith("/>")?" ":"";c+=d===ie?f+ja:b>=0?(i.push(y),f.slice(0,b)+Pr+f.slice(b)+wt+O):f+wt+(b===-2?p:O)}return[Hr(e,c+(e[a]||"<?>")+(o===2?"</svg>":o===3?"</math>":"")),i]},de=class e{constructor({strings:o,_$litType$:a},i){let l;this.parts=[];let c=0,d=0,p=o.length-1,f=this.parts,[y,x]=Xa(o,a);if(this.el=e.createElement(y,i),$t.currentNode=this.el.content,a===2||a===3){let b=this.el.content.firstChild;b.replaceWith(...b.childNodes)}for(;(l=$t.nextNode())!==null&&f.length<p;){if(l.nodeType===1){if(l.hasAttributes())for(let b of l.getAttributeNames())if(b.endsWith(Pr)){let E=x[d++],O=l.getAttribute(b).split(wt),N=/([.?@])?(.*)/.exec(E);f.push({type:1,index:c,name:N[2],strings:O,ctor:N[1]==="."?_e:N[1]==="?"?De:N[1]==="@"?Ge:Xt}),l.removeAttribute(b)}else b.startsWith(wt)&&(f.push({type:6,index:c}),l.removeAttribute(b));if(kr.test(l.tagName)){let b=l.textContent.split(wt),E=b.length-1;if(E>0){l.textContent=Ce?Ce.emptyScript:"";for(let O=0;O<E;O++)l.append(b[O],Se()),$t.nextNode(),f.push({type:2,index:++c});l.append(b[E],Se())}}}else if(l.nodeType===8)if(l.data===Ir)f.push({type:2,index:c});else{let b=-1;for(;(b=l.data.indexOf(wt,b+1))!==-1;)f.push({type:7,index:c}),b+=wt.length-1}c++}}static createElement(o,a){let i=Pt.createElement("template");return i.innerHTML=o,i}};function Yt(e,o,a=e,i){if(o===ce)return o;let l=i!==void 0?a._$Co?.[i]:a._$Cl,c=le(o)?void 0:o._$litDirective$;return l?.constructor!==c&&(l?._$AO?.(!1),c===void 0?l=void 0:(l=new c(e),l._$AT(e,a,i)),i!==void 0?(a._$Co??=[])[i]=l:a._$Cl=l),l!==void 0&&(o=Yt(e,l._$AS(e,o.values),l,i)),o}var He=class{constructor(o,a){this._$AV=[],this._$AN=void 0,this._$AD=o,this._$AM=a}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(o){let{el:{content:a},parts:i}=this._$AD,l=(o?.creationScope??Pt).importNode(a,!0);$t.currentNode=l;let c=$t.nextNode(),d=0,p=0,f=i[0];for(;f!==void 0;){if(d===f.index){let y;f.type===2?y=new Oe(c,c.nextSibling,this,o):f.type===1?y=new f.ctor(c,f.name,f.strings,this,o):f.type===6&&(y=new Ue(c,this,o)),this._$AV.push(y),f=i[++p]}d!==f?.index&&(c=$t.nextNode(),d++)}return $t.currentNode=Pt,l}p(o){let a=0;for(let i of this._$AV)i!==void 0&&(i.strings!==void 0?(i._$AI(o,i,a),a+=i.strings.length-2):i._$AI(o[a])),a++}},Oe=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(o,a,i,l){this.type=2,this._$AH=W,this._$AN=void 0,this._$AA=o,this._$AB=a,this._$AM=i,this.options=l,this._$Cv=l?.isConnected??!0}get parentNode(){let o=this._$AA.parentNode,a=this._$AM;return a!==void 0&&o?.nodeType===11&&(o=a.parentNode),o}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(o,a=this){o=Yt(this,o,a),le(o)?o===W||o==null||o===""?(this._$AH!==W&&this._$AR(),this._$AH=W):o!==this._$AH&&o!==ce&&this._(o):o._$litType$!==void 0?this.$(o):o.nodeType!==void 0?this.T(o):Ya(o)?this.k(o):this._(o)}O(o){return this._$AA.parentNode.insertBefore(o,this._$AB)}T(o){this._$AH!==o&&(this._$AR(),this._$AH=this.O(o))}_(o){this._$AH!==W&&le(this._$AH)?this._$AA.nextSibling.data=o:this.T(Pt.createTextNode(o)),this._$AH=o}$(o){let{values:a,_$litType$:i}=o,l=typeof i=="number"?this._$AC(o):(i.el===void 0&&(i.el=de.createElement(Hr(i.h,i.h[0]),this.options)),i);if(this._$AH?._$AD===l)this._$AH.p(a);else{let c=new He(l,this),d=c.u(this.options);c.p(a),this.T(d),this._$AH=c}}_$AC(o){let a=$r.get(o.strings);return a===void 0&&$r.set(o.strings,a=new de(o)),a}k(o){Ze(this._$AH)||(this._$AH=[],this._$AR());let a=this._$AH,i,l=0;for(let c of o)l===a.length?a.push(i=new e(this.O(Se()),this.O(Se()),this,this.options)):i=a[l],i._$AI(c),l++;l<a.length&&(this._$AR(i&&i._$AB.nextSibling,l),a.length=l)}_$AR(o=this._$AA.nextSibling,a){for(this._$AP?.(!1,!0,a);o&&o!==this._$AB;){let i=o.nextSibling;o.remove(),o=i}}setConnected(o){this._$AM===void 0&&(this._$Cv=o,this._$AP?.(o))}},Xt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(o,a,i,l,c){this.type=1,this._$AH=W,this._$AN=void 0,this.element=o,this.name=a,this._$AM=l,this.options=c,i.length>2||i[0]!==""||i[1]!==""?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=W}_$AI(o,a=this,i,l){let c=this.strings,d=!1;if(c===void 0)o=Yt(this,o,a,0),d=!le(o)||o!==this._$AH&&o!==ce,d&&(this._$AH=o);else{let p=o,f,y;for(o=c[0],f=0;f<c.length-1;f++)y=Yt(this,p[i+f],a,f),y===ce&&(y=this._$AH[f]),d||=!le(y)||y!==this._$AH[f],y===W?o=W:o!==W&&(o+=(y??"")+c[f+1]),this._$AH[f]=y}d&&!l&&this.j(o)}j(o){o===W?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,o??"")}},_e=class extends Xt{constructor(){super(...arguments),this.type=3}j(o){this.element[this.name]=o===W?void 0:o}},De=class extends Xt{constructor(){super(...arguments),this.type=4}j(o){this.element.toggleAttribute(this.name,!!o&&o!==W)}},Ge=class extends Xt{constructor(o,a,i,l,c){super(o,a,i,l,c),this.type=5}_$AI(o,a=this){if((o=Yt(this,o,a,0)??W)===ce)return;let i=this._$AH,l=o===W&&i!==W||o.capture!==i.capture||o.once!==i.once||o.passive!==i.passive,c=o!==W&&(i===W||l);l&&this.element.removeEventListener(this.name,this,i),c&&this.element.addEventListener(this.name,this,o),this._$AH=o}handleEvent(o){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,o):this._$AH.handleEvent(o)}},Ue=class{constructor(o,a,i){this.element=o,this.type=6,this._$AN=void 0,this._$AM=a,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(o){Yt(this,o)}};var qa=Me.litHtmlPolyfillSupport;qa?.(de,Oe),(Me.litHtmlVersions??=[]).push("3.3.0");var Dr=Symbol.for(""),Qa=e=>{if(e?.r===Dr)return e?._$litStatic$},Fe=e=>({_$litStatic$:e,r:Dr});var _r=new Map,Ve=e=>(o,...a)=>{let i=a.length,l,c,d=[],p=[],f,y=0,x=!1;for(;y<i;){for(f=o[y];y<i&&(c=a[y],(l=Qa(c))!==void 0);)f+=l+o[++y],x=!0;y!==i&&p.push(c),d.push(f),y++}if(y===i&&d.push(o[i]),x){let b=d.join("$$lit$$");(o=_r.get(b))===void 0&&(d.raw=d,_r.set(b,o=d)),a=p}return e(o,...a)},je=Ve(Wr),ps=Ve(Tr),fs=Ve(zr);var Ye=C(ut()),Ur=C(L());var st;(function(e){e.title="title",e.title_dense="title-dense",e.subtitle1="subtitle1",e.subtitle2="subtitle2",e.body1="body1",e.body2="body2",e.caption="caption",e.breadcrumb="breadcrumb",e.overline="overline",e.button="button",e.display="display",e.title1="title-1",e.title2="title-2",e.title3="title-3",e.body1regular="body-1-regular",e.body1medium="body-1-medium",e.body1semibold="body-1-semibold",e.body2regular="body-2-regular",e.body2medium="body-2-medium",e.body2semibold="body-2-semibold",e.label1medium="label-1-medium",e.label1semibold="label-1-semibold",e.label1bold="label-1-bold",e.label2medium="label-2-medium",e.label2semibold="label-2-semibold",e.label2bold="label-2-bold",e.caption1medium="caption-1-medium",e.caption1semibold="caption-1-semibold",e.caption1bold="caption-1-bold",e.caption2medium="caption-2-medium",e.caption2semibold="caption-2-semibold",e.caption2bold="caption-2-bold"})(st||(st={}));var Gr=function(e,o,a,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(d=e[p])&&(c=(l<3?d(c):l>3?d(o,a,c):d(o,a))||c);return l>3&&c&&Object.defineProperty(o,a,c),c},rt=class extends Ur.FtLitElement{constructor(){super(...arguments),this.variant=st.body1}render(){return this.element?je`
487
487
  <${Fe(this.element)}
488
488
  part="text"
489
489
  class="ft-typography ft-typography--${this.variant}">
@@ -491,7 +491,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
491
491
  </${Fe(this.element)}>
492
492
  `:je`
493
493
  <slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
494
- `}};rt.styles=[or,rr,ar,nr,ir,lr,cr,dr,sr,pr,fr,...ur];Gr([(0,Ye.property)()],rt.prototype,"element",void 0);Gr([(0,Ye.property)()],rt.prototype,"variant",void 0);(0,Mr.customElement)("ft-typography")(rt);var Zr=C(U()),gt=C(L()),qt={distance:gt.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:gt.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:gt.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:gt.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:gt.FtCssVariableFactory.external(gt.designSystemVariables.borderRadiusS,"Design system"),maxWidth:gt.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Kr=Zr.css`
494
+ `}};rt.styles=[or,rr,ar,nr,ir,lr,cr,dr,sr,pr,fr,...ur];Gr([(0,Ye.property)()],rt.prototype,"element",void 0);Gr([(0,Ye.property)()],rt.prototype,"variant",void 0);(0,Mr.customElement)("ft-typography")(rt);var Zr=C(G()),ht=C(L()),qt={distance:ht.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:ht.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:ht.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:ht.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:ht.FtCssVariableFactory.external(ht.designSystemVariables.borderRadiusS,"Design system"),maxWidth:ht.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Kr=Zr.css`
495
495
  .ft-tooltip--container {
496
496
  display: block;
497
497
  }
@@ -520,15 +520,10 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
520
520
  position: relative;
521
521
  word-break: break-word;
522
522
  }
523
- `;var Vr=["top","right","bottom","left"],Fr=["start","end"],qe=Vr.reduce((e,o)=>e.concat(o,o+"-"+Fr[0],o+"-"+Fr[1]),[]),jr=Math.min,Yr=Math.max;var Ja={left:"right",right:"left",bottom:"top",top:"bottom"},tn={start:"end",end:"start"};function Qe(e,o,a){return Yr(e,jr(o,a))}function ve(e,o){return typeof e=="function"?e(o):e}function Qt(e){return e.split("-")[0]}function wt(e){return e.split("-")[1]}function Je(e){return e==="x"?"y":"x"}function to(e){return e==="y"?"height":"width"}function we(e){return["top","bottom"].includes(Qt(e))?"y":"x"}function eo(e){return Je(we(e))}function Xr(e,o,a){a===void 0&&(a=!1);let i=wt(e),l=eo(e),c=to(l),d=l==="x"?i===(a?"end":"start")?"right":"left":i==="start"?"bottom":"top";return o.reference[c]>o.floating[c]&&(d=Xe(d)),[d,Xe(d)]}function qr(e){return e.replace(/start|end/g,o=>tn[o])}function Xe(e){return e.replace(/left|right|bottom|top/g,o=>Ja[o])}function en(e){return{top:0,right:0,bottom:0,left:0,...e}}function Qr(e){return typeof e!="number"?en(e):{top:e,right:e,bottom:e,left:e}}function It(e){let{x:o,y:a,width:i,height:l}=e;return{width:i,height:l,top:a,left:o,right:o+i,bottom:a+l,x:o,y:a}}function Jr(e,o,a){let{reference:i,floating:l}=e,c=we(o),d=eo(o),p=to(d),f=Qt(o),y=c==="y",x=i.x+i.width/2-l.width/2,b=i.y+i.height/2-l.height/2,N=i[p]/2-l[p]/2,O;switch(f){case"top":O={x,y:i.y-l.height};break;case"bottom":O={x,y:i.y+i.height};break;case"right":O={x:i.x+i.width,y:b};break;case"left":O={x:i.x-l.width,y:b};break;default:O={x:i.x,y:i.y}}switch(wt(o)){case"start":O[d]-=N*(a&&y?-1:1);break;case"end":O[d]+=N*(a&&y?-1:1);break}return O}var ta=async(e,o,a)=>{let{placement:i="bottom",strategy:l="absolute",middleware:c=[],platform:d}=a,p=c.filter(Boolean),f=await(d.isRTL==null?void 0:d.isRTL(o)),y=await d.getElementRects({reference:e,floating:o,strategy:l}),{x,y:b}=Jr(y,i,f),N=i,O={},E=0;for(let I=0;I<p.length;I++){let{name:H,fn:k}=p[I],{x:_,y:V,data:St,reset:F}=await k({x,y:b,initialPlacement:i,placement:N,strategy:l,middlewareData:O,rects:y,platform:d,elements:{reference:e,floating:o}});x=_??x,b=V??b,O={...O,[H]:{...O[H],...St}},F&&E<=50&&(E++,typeof F=="object"&&(F.placement&&(N=F.placement),F.rects&&(y=F.rects===!0?await d.getElementRects({reference:e,floating:o,strategy:l}):F.rects),{x,y:b}=Jr(y,N,f)),I=-1)}return{x,y:b,placement:N,strategy:l,middlewareData:O}};async function oo(e,o){var a;o===void 0&&(o={});let{x:i,y:l,platform:c,rects:d,elements:p,strategy:f}=e,{boundary:y="clippingAncestors",rootBoundary:x="viewport",elementContext:b="floating",altBoundary:N=!1,padding:O=0}=ve(o,e),E=Qr(O),H=p[N?b==="floating"?"reference":"floating":b],k=It(await c.getClippingRect({element:(a=await(c.isElement==null?void 0:c.isElement(H)))==null||a?H:H.contextElement||await(c.getDocumentElement==null?void 0:c.getDocumentElement(p.floating)),boundary:y,rootBoundary:x,strategy:f})),_=b==="floating"?{x:i,y:l,width:d.floating.width,height:d.floating.height}:d.reference,V=await(c.getOffsetParent==null?void 0:c.getOffsetParent(p.floating)),St=await(c.isElement==null?void 0:c.isElement(V))?await(c.getScale==null?void 0:c.getScale(V))||{x:1,y:1}:{x:1,y:1},F=It(c.convertOffsetParentRelativeRectToViewportRelativeRect?await c.convertOffsetParentRelativeRectToViewportRelativeRect({elements:p,rect:_,offsetParent:V,strategy:f}):_);return{top:(k.top-F.top+E.top)/St.y,bottom:(F.bottom-k.bottom+E.bottom)/St.y,left:(k.left-F.left+E.left)/St.x,right:(F.right-k.right+E.right)/St.x}}function on(e,o,a){return(e?[...a.filter(l=>wt(l)===e),...a.filter(l=>wt(l)!==e)]:a.filter(l=>Qt(l)===l)).filter(l=>e?wt(l)===e||(o?qr(l)!==l:!1):!0)}var ro=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(o){var a,i,l;let{rects:c,middlewareData:d,placement:p,platform:f,elements:y}=o,{crossAxis:x=!1,alignment:b,allowedPlacements:N=qe,autoAlignment:O=!0,...E}=ve(e,o),I=b!==void 0||N===qe?on(b||null,O,N):N,H=await oo(o,E),k=((a=d.autoPlacement)==null?void 0:a.index)||0,_=I[k];if(_==null)return{};let V=Xr(_,c,await(f.isRTL==null?void 0:f.isRTL(y.floating)));if(p!==_)return{reset:{placement:I[0]}};let St=[H[Qt(_)],H[V[0]],H[V[1]]],F=[...((i=d.autoPlacement)==null?void 0:i.overflows)||[],{placement:_,overflows:St}],fo=I[k+1];if(fo)return{data:{index:k+1,overflows:F},reset:{placement:fo}};let uo=F.map(it=>{let re=wt(it.placement);return[it.placement,re&&x?it.overflows.slice(0,2).reduce((_a,Da)=>_a+Da,0):it.overflows[0],it.overflows]}).sort((it,re)=>it[1]-re[1]),yo=((l=uo.filter(it=>it[2].slice(0,wt(it[0])?2:3).every(re=>re<=0))[0])==null?void 0:l[0])||uo[0][0];return yo!==p?{data:{index:k+1,overflows:F},reset:{placement:yo}}:{}}}};var ao=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(o){let{x:a,y:i,placement:l}=o,{mainAxis:c=!0,crossAxis:d=!1,limiter:p={fn:H=>{let{x:k,y:_}=H;return{x:k,y:_}}},...f}=ve(e,o),y={x:a,y:i},x=await oo(o,f),b=we(Qt(l)),N=Je(b),O=y[N],E=y[b];if(c){let H=N==="y"?"top":"left",k=N==="y"?"bottom":"right",_=O+x[H],V=O-x[k];O=Qe(_,O,V)}if(d){let H=b==="y"?"top":"left",k=b==="y"?"bottom":"right",_=E+x[H],V=E-x[k];E=Qe(_,E,V)}let I=p.fn({...o,[N]:O,[b]:E});return{...I,data:{x:I.x-a,y:I.y-i,enabled:{[N]:c,[b]:d}}}}}};var no=Math.min,Jt=Math.max,se=Math.round;var ht=e=>({x:e,y:e});function mt(e){return oa(e)?(e.nodeName||"").toLowerCase():"#document"}function X(e){var o;return(e==null||(o=e.ownerDocument)==null?void 0:o.defaultView)||window}function bt(e){var o;return(o=(oa(e)?e.ownerDocument:e.document)||window.document)==null?void 0:o.documentElement}function oa(e){return e instanceof Node||e instanceof X(e).Node}function st(e){return e instanceof Element||e instanceof X(e).Element}function at(e){return e instanceof HTMLElement||e instanceof X(e).HTMLElement}function ea(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof X(e).ShadowRoot}function te(e){let{overflow:o,overflowX:a,overflowY:i,display:l}=Q(e);return/auto|scroll|overlay|hidden|clip/.test(o+i+a)&&!["inline","contents"].includes(l)}function ra(e){return["table","td","th"].includes(mt(e))}function Ee(e){let o=Re(),a=Q(e);return a.transform!=="none"||a.perspective!=="none"||(a.containerType?a.containerType!=="normal":!1)||!o&&(a.backdropFilter?a.backdropFilter!=="none":!1)||!o&&(a.filter?a.filter!=="none":!1)||["transform","perspective","filter"].some(i=>(a.willChange||"").includes(i))||["paint","layout","strict","content"].some(i=>(a.contain||"").includes(i))}function aa(e){let o=kt(e);for(;at(o)&&!pe(o);){if(Ee(o))return o;o=kt(o)}return null}function Re(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function pe(e){return["html","body","#document"].includes(mt(e))}function Q(e){return X(e).getComputedStyle(e)}function fe(e){return st(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function kt(e){if(mt(e)==="html")return e;let o=e.assignedSlot||e.parentNode||ea(e)&&e.host||bt(e);return ea(o)?o.host:o}function na(e){let o=kt(e);return pe(o)?e.ownerDocument?e.ownerDocument.body:e.body:at(o)&&te(o)?o:na(o)}function Ne(e,o,a){var i;o===void 0&&(o=[]),a===void 0&&(a=!0);let l=na(e),c=l===((i=e.ownerDocument)==null?void 0:i.body),d=X(l);return c?o.concat(d,d.visualViewport||[],te(l)?l:[],d.frameElement&&a?Ne(d.frameElement):[]):o.concat(l,Ne(l,[],a))}function ca(e){let o=Q(e),a=parseFloat(o.width)||0,i=parseFloat(o.height)||0,l=at(e),c=l?e.offsetWidth:a,d=l?e.offsetHeight:i,p=se(a)!==c||se(i)!==d;return p&&(a=c,i=d),{width:a,height:i,$:p}}function da(e){return st(e)?e:e.contextElement}function ee(e){let o=da(e);if(!at(o))return ht(1);let a=o.getBoundingClientRect(),{width:i,height:l,$:c}=ca(o),d=(c?se(a.width):a.width)/i,p=(c?se(a.height):a.height)/l;return(!d||!Number.isFinite(d))&&(d=1),(!p||!Number.isFinite(p))&&(p=1),{x:d,y:p}}var nn=ht(0);function sa(e){let o=X(e);return!Re()||!o.visualViewport?nn:{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}}function ln(e,o,a){return o===void 0&&(o=!1),!a||o&&a!==X(e)?!1:o}function ue(e,o,a,i){o===void 0&&(o=!1),a===void 0&&(a=!1);let l=e.getBoundingClientRect(),c=da(e),d=ht(1);o&&(i?st(i)&&(d=ee(i)):d=ee(e));let p=ln(c,a,i)?sa(c):ht(0),f=(l.left+p.x)/d.x,y=(l.top+p.y)/d.y,x=l.width/d.x,b=l.height/d.y;if(c){let N=X(c),O=i&&st(i)?X(i):i,E=N.frameElement;for(;E&&i&&O!==N;){let I=ee(E),H=E.getBoundingClientRect(),k=Q(E),_=H.left+(E.clientLeft+parseFloat(k.paddingLeft))*I.x,V=H.top+(E.clientTop+parseFloat(k.paddingTop))*I.y;f*=I.x,y*=I.y,x*=I.x,b*=I.y,f+=_,y+=V,E=X(E).frameElement}}return It({width:x,height:b,x:f,y})}function cn(e){let{rect:o,offsetParent:a,strategy:i}=e,l=at(a),c=bt(a);if(a===c)return o;let d={scrollLeft:0,scrollTop:0},p=ht(1),f=ht(0);if((l||!l&&i!=="fixed")&&((mt(a)!=="body"||te(c))&&(d=fe(a)),at(a))){let y=ue(a);p=ee(a),f.x=y.x+a.clientLeft,f.y=y.y+a.clientTop}return{width:o.width*p.x,height:o.height*p.y,x:o.x*p.x-d.scrollLeft*p.x+f.x,y:o.y*p.y-d.scrollTop*p.y+f.y}}function dn(e){return Array.from(e.getClientRects())}function pa(e){return ue(bt(e)).left+fe(e).scrollLeft}function sn(e){let o=bt(e),a=fe(e),i=e.ownerDocument.body,l=Jt(o.scrollWidth,o.clientWidth,i.scrollWidth,i.clientWidth),c=Jt(o.scrollHeight,o.clientHeight,i.scrollHeight,i.clientHeight),d=-a.scrollLeft+pa(e),p=-a.scrollTop;return Q(i).direction==="rtl"&&(d+=Jt(o.clientWidth,i.clientWidth)-l),{width:l,height:c,x:d,y:p}}function pn(e,o){let a=X(e),i=bt(e),l=a.visualViewport,c=i.clientWidth,d=i.clientHeight,p=0,f=0;if(l){c=l.width,d=l.height;let y=Re();(!y||y&&o==="fixed")&&(p=l.offsetLeft,f=l.offsetTop)}return{width:c,height:d,x:p,y:f}}function fn(e,o){let a=ue(e,!0,o==="fixed"),i=a.top+e.clientTop,l=a.left+e.clientLeft,c=at(e)?ee(e):ht(1),d=e.clientWidth*c.x,p=e.clientHeight*c.y,f=l*c.x,y=i*c.y;return{width:d,height:p,x:f,y}}function ia(e,o,a){let i;if(o==="viewport")i=pn(e,a);else if(o==="document")i=sn(bt(e));else if(st(o))i=fn(o,a);else{let l=sa(e);i={...o,x:o.x-l.x,y:o.y-l.y}}return It(i)}function fa(e,o){let a=kt(e);return a===o||!st(a)||pe(a)?!1:Q(a).position==="fixed"||fa(a,o)}function un(e,o){let a=o.get(e);if(a)return a;let i=Ne(e,[],!1).filter(p=>st(p)&&mt(p)!=="body"),l=null,c=Q(e).position==="fixed",d=c?kt(e):e;for(;st(d)&&!pe(d);){let p=Q(d),f=Ee(d);!f&&p.position==="fixed"&&(l=null),(c?!f&&!l:!f&&p.position==="static"&&!!l&&["absolute","fixed"].includes(l.position)||te(d)&&!f&&fa(e,d))?i=i.filter(x=>x!==d):l=p,d=kt(d)}return o.set(e,i),i}function yn(e){let{element:o,boundary:a,rootBoundary:i,strategy:l}=e,d=[...a==="clippingAncestors"?un(o,this._c):[].concat(a),i],p=d[0],f=d.reduce((y,x)=>{let b=ia(o,x,l);return y.top=Jt(b.top,y.top),y.right=no(b.right,y.right),y.bottom=no(b.bottom,y.bottom),y.left=Jt(b.left,y.left),y},ia(o,p,l));return{width:f.right-f.left,height:f.bottom-f.top,x:f.left,y:f.top}}function gn(e){return ca(e)}function hn(e,o,a){let i=at(o),l=bt(o),c=a==="fixed",d=ue(e,!0,c,o),p={scrollLeft:0,scrollTop:0},f=ht(0);if(i||!i&&!c)if((mt(o)!=="body"||te(l))&&(p=fe(o)),i){let y=ue(o,!0,c,o);f.x=y.x+o.clientLeft,f.y=y.y+o.clientTop}else l&&(f.x=pa(l));return{x:d.left+p.scrollLeft-f.x,y:d.top+p.scrollTop-f.y,width:d.width,height:d.height}}function la(e,o){return!at(e)||Q(e).position==="fixed"?null:o?o(e):e.offsetParent}function ua(e,o){let a=X(e);if(!at(e))return a;let i=la(e,o);for(;i&&ra(i)&&Q(i).position==="static";)i=la(i,o);return i&&(mt(i)==="html"||mt(i)==="body"&&Q(i).position==="static"&&!Ee(i))?a:i||aa(e)||a}var mn=async function(e){let{reference:o,floating:a,strategy:i}=e,l=this.getOffsetParent||ua,c=this.getDimensions;return{reference:hn(o,await l(a),i),floating:{x:0,y:0,...await c(a)}}};function bn(e){return Q(e).direction==="rtl"}var Le={convertOffsetParentRelativeRectToViewportRelativeRect:cn,getDocumentElement:bt,getClippingRect:yn,getOffsetParent:ua,getElementRects:mn,getClientRects:dn,getDimensions:gn,getScale:ee,isElement:st,isRTL:bn};var ya=(e,o,a)=>{let i=new Map,l={platform:Le,...a},c={...l.platform,_c:i};return ta(e,o,{...l,platform:c})};function ga(e){return xn(e)}function io(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function xn(e){for(let o=e;o;o=io(o))if(o instanceof Element&&getComputedStyle(o).display==="none")return null;for(let o=io(e);o;o=io(o)){if(!(o instanceof Element))continue;let a=getComputedStyle(o);if(a.display!=="contents"&&(a.position!=="static"||a.filter!=="none"||o.tagName==="BODY"))return o}return null}async function ha(e,o,a){return ya(e,o,{platform:{...Le,getOffsetParent:i=>Le.getOffsetParent(i,ga)},middleware:[ao({crossAxis:!0}),ro({allowedPlacements:[a]})]})}var q=function(e,o,a,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(d=e[p])&&(c=(l<3?d(c):l>3?d(o,a,c):d(o,a))||c);return l>3&&c&&Object.defineProperty(o,a,c),c},$=class extends Nt.FtLitElement{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new Nt.Debouncer,this.revealDebouncer=new Nt.Debouncer}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return ma.html`
523
+ `;var Vr=["top","right","bottom","left"],Fr=["start","end"],qe=Vr.reduce((e,o)=>e.concat(o,o+"-"+Fr[0],o+"-"+Fr[1]),[]),jr=Math.min,Yr=Math.max;var Ja={left:"right",right:"left",bottom:"top",top:"bottom"},tn={start:"end",end:"start"};function Qe(e,o,a){return Yr(e,jr(o,a))}function ve(e,o){return typeof e=="function"?e(o):e}function Qt(e){return e.split("-")[0]}function Et(e){return e.split("-")[1]}function Je(e){return e==="x"?"y":"x"}function to(e){return e==="y"?"height":"width"}function we(e){return["top","bottom"].includes(Qt(e))?"y":"x"}function eo(e){return Je(we(e))}function Xr(e,o,a){a===void 0&&(a=!1);let i=Et(e),l=eo(e),c=to(l),d=l==="x"?i===(a?"end":"start")?"right":"left":i==="start"?"bottom":"top";return o.reference[c]>o.floating[c]&&(d=Xe(d)),[d,Xe(d)]}function qr(e){return e.replace(/start|end/g,o=>tn[o])}function Xe(e){return e.replace(/left|right|bottom|top/g,o=>Ja[o])}function en(e){return{top:0,right:0,bottom:0,left:0,...e}}function Qr(e){return typeof e!="number"?en(e):{top:e,right:e,bottom:e,left:e}}function It(e){let{x:o,y:a,width:i,height:l}=e;return{width:i,height:l,top:a,left:o,right:o+i,bottom:a+l,x:o,y:a}}function Jr(e,o,a){let{reference:i,floating:l}=e,c=we(o),d=eo(o),p=to(d),f=Qt(o),y=c==="y",x=i.x+i.width/2-l.width/2,b=i.y+i.height/2-l.height/2,E=i[p]/2-l[p]/2,O;switch(f){case"top":O={x,y:i.y-l.height};break;case"bottom":O={x,y:i.y+i.height};break;case"right":O={x:i.x+i.width,y:b};break;case"left":O={x:i.x-l.width,y:b};break;default:O={x:i.x,y:i.y}}switch(Et(o)){case"start":O[d]-=E*(a&&y?-1:1);break;case"end":O[d]+=E*(a&&y?-1:1);break}return O}var ta=async(e,o,a)=>{let{placement:i="bottom",strategy:l="absolute",middleware:c=[],platform:d}=a,p=c.filter(Boolean),f=await(d.isRTL==null?void 0:d.isRTL(o)),y=await d.getElementRects({reference:e,floating:o,strategy:l}),{x,y:b}=Jr(y,i,f),E=i,O={},N=0;for(let P=0;P<p.length;P++){let{name:z,fn:I}=p[P],{x:H,y:F,data:Ot,reset:K}=await I({x,y:b,initialPlacement:i,placement:E,strategy:l,middlewareData:O,rects:y,platform:d,elements:{reference:e,floating:o}});x=H??x,b=F??b,O={...O,[z]:{...O[z],...Ot}},K&&N<=50&&(N++,typeof K=="object"&&(K.placement&&(E=K.placement),K.rects&&(y=K.rects===!0?await d.getElementRects({reference:e,floating:o,strategy:l}):K.rects),{x,y:b}=Jr(y,E,f)),P=-1)}return{x,y:b,placement:E,strategy:l,middlewareData:O}};async function oo(e,o){var a;o===void 0&&(o={});let{x:i,y:l,platform:c,rects:d,elements:p,strategy:f}=e,{boundary:y="clippingAncestors",rootBoundary:x="viewport",elementContext:b="floating",altBoundary:E=!1,padding:O=0}=ve(o,e),N=Qr(O),z=p[E?b==="floating"?"reference":"floating":b],I=It(await c.getClippingRect({element:(a=await(c.isElement==null?void 0:c.isElement(z)))==null||a?z:z.contextElement||await(c.getDocumentElement==null?void 0:c.getDocumentElement(p.floating)),boundary:y,rootBoundary:x,strategy:f})),H=b==="floating"?{x:i,y:l,width:d.floating.width,height:d.floating.height}:d.reference,F=await(c.getOffsetParent==null?void 0:c.getOffsetParent(p.floating)),Ot=await(c.isElement==null?void 0:c.isElement(F))?await(c.getScale==null?void 0:c.getScale(F))||{x:1,y:1}:{x:1,y:1},K=It(c.convertOffsetParentRelativeRectToViewportRelativeRect?await c.convertOffsetParentRelativeRectToViewportRelativeRect({elements:p,rect:H,offsetParent:F,strategy:f}):H);return{top:(I.top-K.top+N.top)/Ot.y,bottom:(K.bottom-I.bottom+N.bottom)/Ot.y,left:(I.left-K.left+N.left)/Ot.x,right:(K.right-I.right+N.right)/Ot.x}}function on(e,o,a){return(e?[...a.filter(l=>Et(l)===e),...a.filter(l=>Et(l)!==e)]:a.filter(l=>Qt(l)===l)).filter(l=>e?Et(l)===e||(o?qr(l)!==l:!1):!0)}var ro=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(o){var a,i,l;let{rects:c,middlewareData:d,placement:p,platform:f,elements:y}=o,{crossAxis:x=!1,alignment:b,allowedPlacements:E=qe,autoAlignment:O=!0,...N}=ve(e,o),P=b!==void 0||E===qe?on(b||null,O,E):E,z=await oo(o,N),I=((a=d.autoPlacement)==null?void 0:a.index)||0,H=P[I];if(H==null)return{};let F=Xr(H,c,await(f.isRTL==null?void 0:f.isRTL(y.floating)));if(p!==H)return{reset:{placement:P[0]}};let Ot=[z[Qt(H)],z[F[0]],z[F[1]]],K=[...((i=d.autoPlacement)==null?void 0:i.overflows)||[],{placement:H,overflows:Ot}],fo=P[I+1];if(fo)return{data:{index:I+1,overflows:K},reset:{placement:fo}};let uo=K.map(lt=>{let re=Et(lt.placement);return[lt.placement,re&&x?lt.overflows.slice(0,2).reduce((_a,Da)=>_a+Da,0):lt.overflows[0],lt.overflows]}).sort((lt,re)=>lt[1]-re[1]),yo=((l=uo.filter(lt=>lt[2].slice(0,Et(lt[0])?2:3).every(re=>re<=0))[0])==null?void 0:l[0])||uo[0][0];return yo!==p?{data:{index:I+1,overflows:K},reset:{placement:yo}}:{}}}};var ao=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(o){let{x:a,y:i,placement:l}=o,{mainAxis:c=!0,crossAxis:d=!1,limiter:p={fn:z=>{let{x:I,y:H}=z;return{x:I,y:H}}},...f}=ve(e,o),y={x:a,y:i},x=await oo(o,f),b=we(Qt(l)),E=Je(b),O=y[E],N=y[b];if(c){let z=E==="y"?"top":"left",I=E==="y"?"bottom":"right",H=O+x[z],F=O-x[I];O=Qe(H,O,F)}if(d){let z=b==="y"?"top":"left",I=b==="y"?"bottom":"right",H=N+x[z],F=N-x[I];N=Qe(H,N,F)}let P=p.fn({...o,[E]:O,[b]:N});return{...P,data:{x:P.x-a,y:P.y-i,enabled:{[E]:c,[b]:d}}}}}};var no=Math.min,Jt=Math.max,se=Math.round;var mt=e=>({x:e,y:e});function bt(e){return oa(e)?(e.nodeName||"").toLowerCase():"#document"}function Y(e){var o;return(e==null||(o=e.ownerDocument)==null?void 0:o.defaultView)||window}function xt(e){var o;return(o=(oa(e)?e.ownerDocument:e.document)||window.document)==null?void 0:o.documentElement}function oa(e){return e instanceof Node||e instanceof Y(e).Node}function pt(e){return e instanceof Element||e instanceof Y(e).Element}function at(e){return e instanceof HTMLElement||e instanceof Y(e).HTMLElement}function ea(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Y(e).ShadowRoot}function te(e){let{overflow:o,overflowX:a,overflowY:i,display:l}=q(e);return/auto|scroll|overlay|hidden|clip/.test(o+i+a)&&!["inline","contents"].includes(l)}function ra(e){return["table","td","th"].includes(bt(e))}function Ne(e){let o=Re(),a=q(e);return a.transform!=="none"||a.perspective!=="none"||(a.containerType?a.containerType!=="normal":!1)||!o&&(a.backdropFilter?a.backdropFilter!=="none":!1)||!o&&(a.filter?a.filter!=="none":!1)||["transform","perspective","filter"].some(i=>(a.willChange||"").includes(i))||["paint","layout","strict","content"].some(i=>(a.contain||"").includes(i))}function aa(e){let o=kt(e);for(;at(o)&&!pe(o);){if(Ne(o))return o;o=kt(o)}return null}function Re(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function pe(e){return["html","body","#document"].includes(bt(e))}function q(e){return Y(e).getComputedStyle(e)}function fe(e){return pt(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function kt(e){if(bt(e)==="html")return e;let o=e.assignedSlot||e.parentNode||ea(e)&&e.host||xt(e);return ea(o)?o.host:o}function na(e){let o=kt(e);return pe(o)?e.ownerDocument?e.ownerDocument.body:e.body:at(o)&&te(o)?o:na(o)}function Ee(e,o,a){var i;o===void 0&&(o=[]),a===void 0&&(a=!0);let l=na(e),c=l===((i=e.ownerDocument)==null?void 0:i.body),d=Y(l);return c?o.concat(d,d.visualViewport||[],te(l)?l:[],d.frameElement&&a?Ee(d.frameElement):[]):o.concat(l,Ee(l,[],a))}function ca(e){let o=q(e),a=parseFloat(o.width)||0,i=parseFloat(o.height)||0,l=at(e),c=l?e.offsetWidth:a,d=l?e.offsetHeight:i,p=se(a)!==c||se(i)!==d;return p&&(a=c,i=d),{width:a,height:i,$:p}}function da(e){return pt(e)?e:e.contextElement}function ee(e){let o=da(e);if(!at(o))return mt(1);let a=o.getBoundingClientRect(),{width:i,height:l,$:c}=ca(o),d=(c?se(a.width):a.width)/i,p=(c?se(a.height):a.height)/l;return(!d||!Number.isFinite(d))&&(d=1),(!p||!Number.isFinite(p))&&(p=1),{x:d,y:p}}var nn=mt(0);function sa(e){let o=Y(e);return!Re()||!o.visualViewport?nn:{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}}function ln(e,o,a){return o===void 0&&(o=!1),!a||o&&a!==Y(e)?!1:o}function ue(e,o,a,i){o===void 0&&(o=!1),a===void 0&&(a=!1);let l=e.getBoundingClientRect(),c=da(e),d=mt(1);o&&(i?pt(i)&&(d=ee(i)):d=ee(e));let p=ln(c,a,i)?sa(c):mt(0),f=(l.left+p.x)/d.x,y=(l.top+p.y)/d.y,x=l.width/d.x,b=l.height/d.y;if(c){let E=Y(c),O=i&&pt(i)?Y(i):i,N=E.frameElement;for(;N&&i&&O!==E;){let P=ee(N),z=N.getBoundingClientRect(),I=q(N),H=z.left+(N.clientLeft+parseFloat(I.paddingLeft))*P.x,F=z.top+(N.clientTop+parseFloat(I.paddingTop))*P.y;f*=P.x,y*=P.y,x*=P.x,b*=P.y,f+=H,y+=F,N=Y(N).frameElement}}return It({width:x,height:b,x:f,y})}function cn(e){let{rect:o,offsetParent:a,strategy:i}=e,l=at(a),c=xt(a);if(a===c)return o;let d={scrollLeft:0,scrollTop:0},p=mt(1),f=mt(0);if((l||!l&&i!=="fixed")&&((bt(a)!=="body"||te(c))&&(d=fe(a)),at(a))){let y=ue(a);p=ee(a),f.x=y.x+a.clientLeft,f.y=y.y+a.clientTop}return{width:o.width*p.x,height:o.height*p.y,x:o.x*p.x-d.scrollLeft*p.x+f.x,y:o.y*p.y-d.scrollTop*p.y+f.y}}function dn(e){return Array.from(e.getClientRects())}function pa(e){return ue(xt(e)).left+fe(e).scrollLeft}function sn(e){let o=xt(e),a=fe(e),i=e.ownerDocument.body,l=Jt(o.scrollWidth,o.clientWidth,i.scrollWidth,i.clientWidth),c=Jt(o.scrollHeight,o.clientHeight,i.scrollHeight,i.clientHeight),d=-a.scrollLeft+pa(e),p=-a.scrollTop;return q(i).direction==="rtl"&&(d+=Jt(o.clientWidth,i.clientWidth)-l),{width:l,height:c,x:d,y:p}}function pn(e,o){let a=Y(e),i=xt(e),l=a.visualViewport,c=i.clientWidth,d=i.clientHeight,p=0,f=0;if(l){c=l.width,d=l.height;let y=Re();(!y||y&&o==="fixed")&&(p=l.offsetLeft,f=l.offsetTop)}return{width:c,height:d,x:p,y:f}}function fn(e,o){let a=ue(e,!0,o==="fixed"),i=a.top+e.clientTop,l=a.left+e.clientLeft,c=at(e)?ee(e):mt(1),d=e.clientWidth*c.x,p=e.clientHeight*c.y,f=l*c.x,y=i*c.y;return{width:d,height:p,x:f,y}}function ia(e,o,a){let i;if(o==="viewport")i=pn(e,a);else if(o==="document")i=sn(xt(e));else if(pt(o))i=fn(o,a);else{let l=sa(e);i={...o,x:o.x-l.x,y:o.y-l.y}}return It(i)}function fa(e,o){let a=kt(e);return a===o||!pt(a)||pe(a)?!1:q(a).position==="fixed"||fa(a,o)}function un(e,o){let a=o.get(e);if(a)return a;let i=Ee(e,[],!1).filter(p=>pt(p)&&bt(p)!=="body"),l=null,c=q(e).position==="fixed",d=c?kt(e):e;for(;pt(d)&&!pe(d);){let p=q(d),f=Ne(d);!f&&p.position==="fixed"&&(l=null),(c?!f&&!l:!f&&p.position==="static"&&!!l&&["absolute","fixed"].includes(l.position)||te(d)&&!f&&fa(e,d))?i=i.filter(x=>x!==d):l=p,d=kt(d)}return o.set(e,i),i}function yn(e){let{element:o,boundary:a,rootBoundary:i,strategy:l}=e,d=[...a==="clippingAncestors"?un(o,this._c):[].concat(a),i],p=d[0],f=d.reduce((y,x)=>{let b=ia(o,x,l);return y.top=Jt(b.top,y.top),y.right=no(b.right,y.right),y.bottom=no(b.bottom,y.bottom),y.left=Jt(b.left,y.left),y},ia(o,p,l));return{width:f.right-f.left,height:f.bottom-f.top,x:f.left,y:f.top}}function gn(e){return ca(e)}function hn(e,o,a){let i=at(o),l=xt(o),c=a==="fixed",d=ue(e,!0,c,o),p={scrollLeft:0,scrollTop:0},f=mt(0);if(i||!i&&!c)if((bt(o)!=="body"||te(l))&&(p=fe(o)),i){let y=ue(o,!0,c,o);f.x=y.x+o.clientLeft,f.y=y.y+o.clientTop}else l&&(f.x=pa(l));return{x:d.left+p.scrollLeft-f.x,y:d.top+p.scrollTop-f.y,width:d.width,height:d.height}}function la(e,o){return!at(e)||q(e).position==="fixed"?null:o?o(e):e.offsetParent}function ua(e,o){let a=Y(e);if(!at(e))return a;let i=la(e,o);for(;i&&ra(i)&&q(i).position==="static";)i=la(i,o);return i&&(bt(i)==="html"||bt(i)==="body"&&q(i).position==="static"&&!Ne(i))?a:i||aa(e)||a}var mn=async function(e){let{reference:o,floating:a,strategy:i}=e,l=this.getOffsetParent||ua,c=this.getDimensions;return{reference:hn(o,await l(a),i),floating:{x:0,y:0,...await c(a)}}};function bn(e){return q(e).direction==="rtl"}var Le={convertOffsetParentRelativeRectToViewportRelativeRect:cn,getDocumentElement:xt,getClippingRect:yn,getOffsetParent:ua,getElementRects:mn,getClientRects:dn,getDimensions:gn,getScale:ee,isElement:pt,isRTL:bn};var ya=(e,o,a)=>{let i=new Map,l={platform:Le,...a},c={...l.platform,_c:i};return ta(e,o,{...l,platform:c})};function ga(e){return xn(e)}function io(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function xn(e){for(let o=e;o;o=io(o))if(o instanceof Element&&getComputedStyle(o).display==="none")return null;for(let o=io(e);o;o=io(o)){if(!(o instanceof Element))continue;let a=getComputedStyle(o);if(a.display!=="contents"&&(a.position!=="static"||a.filter!=="none"||o.tagName==="BODY"))return o}return null}async function ha(e,o,a){return ya(e,o,{platform:{...Le,getOffsetParent:i=>Le.getOffsetParent(i,ga)},middleware:[ao({crossAxis:!0}),ro({allowedPlacements:[a]})]})}var nt=function(e,o,a,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(d=e[p])&&(c=(l<3?d(c):l>3?d(o,a,c):d(o,a))||c);return l>3&&c&&Object.defineProperty(o,a,c),c},_=class extends X.FtLitElement{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.ignoreMatchingElements=[],this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new X.Debouncer,this.revealDebouncer=new X.Debouncer,this.onTouch=o=>{this.isIgnored(o)||(this.show(),setTimeout(()=>window.addEventListener("touchstart",a=>{a.composedPath().includes(this.container)||this.onOut(a)},{once:!0}),100))},this.onHover=o=>{this.isIgnored(o)||this.show()},this.onFocusIn=o=>{!this.isIgnored(o)&&window.FluidTopicsA11yHints.isKeyboardNavigation&&window.FluidTopicsA11yHints.lastPressedKey==="Tab"&&this.show()},this.onOut=o=>{this.isIgnored(o)||(this.revealDebouncer.cancel(),this.hide())},this.onClick=o=>{this.isIgnored(o)||(this.revealDebouncer.cancel(),this.hide())}}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return ma.html`
524
524
  <div part="container"
525
- class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
526
- @mouseenter=${this.onHover}
527
- @mouseleave=${this.onOut}
528
- @focusin=${this.onHover}
529
- @focusout=${this.onOut}
530
- @touchstart=${this.onTouch}>
531
- <slot part="slot" @click=${this.onClick}></slot>
525
+ class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}">
526
+ <slot part="slot"></slot>
532
527
  <div part="tooltip" role="tooltip" inert
533
528
  class="ft-tooltip ft-tooltip--${this.validPosition}"
534
529
  ?hidden=${!this.visible}>
@@ -538,19 +533,19 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
538
533
  </div>
539
534
  </div>
540
535
  </div>
541
- `}updated(o){o.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(o)}contentAvailableCallback(o){super.contentAvailableCallback(o),["visible","text"].some(a=>o.has(a))&&this.visible&&this.positionTooltip()}async show(o){this.visible=!0,o!=null&&await this.hideDebounce.run(()=>{this.hide()},o)}async showTemporaryText(o,a){let i=this.manual;this.manual=!0;let l=this.text;this.text=o,await this.show(a),this.text=l,this.manual=i}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var o;return((o=this.slotNodes)!==null&&o!==void 0?o:[]).filter(a=>a.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let o=this.tooltipContent.style;switch(o.transition="none",this.validPosition){case"top":o.top=this.tooltip.clientHeight+"px",o.left="0";break;case"bottom":o.top=-this.tooltip.clientHeight+"px",o.left="0";break;case"left":o.top="0",o.left=this.tooltip.clientWidth+"px";break;case"right":o.top="0",o.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",ha(this.slottedElement,this.tooltip,this.position).then(({x:o,y:a})=>{this.tooltip&&(this.tooltip.style.left=`${o}px`,this.tooltip.style.top=`${a}px`)})),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition=`top ${Nt.designSystemVariables.transitionDuration}, left ${Nt.designSystemVariables.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout(()=>window.addEventListener("touchstart",o=>{o.composedPath().includes(this.container)||this.onOut()},{once:!0}),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(o,a){return Math.max(o,Math.min(0,-a))}};$.elementDefinitions={"ft-typography":rt};$.styles=Kr;q([(0,D.property)()],$.prototype,"text",void 0);q([(0,D.property)({type:Boolean})],$.prototype,"manual",void 0);q([(0,D.property)({type:Boolean})],$.prototype,"inline",void 0);q([(0,D.property)({type:Number})],$.prototype,"delay",void 0);q([(0,D.property)()],$.prototype,"position",void 0);q([(0,D.queryAssignedNodes)()],$.prototype,"slotNodes",void 0);q([(0,D.query)(".ft-tooltip--container")],$.prototype,"container",void 0);q([(0,D.query)(".ft-tooltip")],$.prototype,"tooltip",void 0);q([(0,D.query)(".ft-tooltip--content")],$.prototype,"tooltipContent",void 0);q([(0,D.state)()],$.prototype,"visible",void 0);q([(0,D.eventOptions)({passive:!0})],$.prototype,"onTouch",null);q([(0,D.eventOptions)({passive:!0})],$.prototype,"onHover",null);q([(0,D.eventOptions)({passive:!0})],$.prototype,"onOut",null);q([(0,D.eventOptions)({passive:!0})],$.prototype,"onClick",null);(0,ba.customElement)("ft-tooltip")($);var Oa=C(L());var ye=C(U()),Et=C(ft()),Ca=C(L()),Sa=C(lo());var Ae;(function(e){e.ADD_TO_PBK="&#xe800;",e.ALERT="&#xe801;",e.ADD_ALERT="&#xe802;",e.BACK_TO_SEARCH="&#xe803;",e.ADD_BOOKMARK="&#xe804;",e.BOOKMARK="&#xe805;",e.BOOKS="&#xe806;",e.MENU="&#xe807;",e.DOWNLOAD="&#xe808;",e.EDIT="&#xe809;",e.FEEDBACK="&#xe80a;",e.HOME="&#xe80b;",e.MODIFY_PBK="&#xe80c;",e.SCHEDULED="&#xe80d;",e.SEARCH="&#xe80e;",e.EXPORT="&#xe80f;",e.TOC="&#xe810;",e.WRITE_UGC="&#xe811;",e.TRASH="&#xe812;",e.USER="&#xe813;",e.EXTLINK="&#xe814;",e.CALENDAR="&#xe815;",e.OFFLINE="&#xe816;",e.BOOK="&#xe817;",e.DOWNLOAD_PLAIN="&#xe818;",e.CHECK="&#xe819;",e.STAR_PLAIN="&#xe900;",e.TOPICS="&#xe901;",e.DISC="&#xe902;",e.CIRCLE="&#xe903;",e.SHARED="&#xe904;",e.SORT_UNSORTED="&#xe905;",e.SORT_UP="&#xe906;",e.SORT_DOWN="&#xe907;",e.WORKING="&#xe908;",e.CLOSE="&#xe909;",e.ZOOM_OUT="&#xe90a;",e.ZOOM_IN="&#xe90b;",e.ZOOM_REALSIZE="&#xe90c;",e.ZOOM_FULLSCREEN="&#xe90d;",e.ADMIN_RESTRICTED="&#xe90e;",e.ADMIN="&#xe90f;",e.ADMIN_KHUB="&#xe910;",e.ADMIN_THEME="&#xe911;",e.ADMIN_USERS="&#xe912;",e.WARNING="&#xe913;",e.CONTEXT="&#xe914;",e.SEARCH_HOME="&#xe915;",e.STEPS="&#xe916;",e.ICON_EXPAND="&#xe917;",e.ICON_COLLAPSE="&#xe918;",e.INFO="&#xe919;",e.MINUS_PLAIN="&#xe91a;",e.PLUS_PLAIN="&#xe91b;",e.FACET_HAS_DESCENDANT="&#xe91c;",e.TRIANGLE_BOTTOM="&#xe91d;",e.TRIANGLE_LEFT="&#xe91e;",e.TRIANGLE_RIGHT="&#xe91f;",e.TRIANGLE_TOP="&#xe920;",e.THIN_ARROW="&#xe921;",e.SIGN_IN="&#xe922;",e.LOGOUT="&#xe923;",e.TRANSLATE="&#xe924;",e.CLOSE_PLAIN="&#xe925;",e.CHECK_PLAIN="&#xe926;",e.ARTICLE="&#xe927;",e.COLUMNS="&#xe928;",e.ANALYTICS="&#xe929;",e.COLLECTIONS="&#xe92a;",e.ARROW_DOWN="&#xe92b;",e.ARROW_LEFT="&#xe92c;",e.ARROW_RIGHT="&#xe92d;",e.ARROW_UP="&#xe92e;",e.SEARCH_IN_PUBLICATION="&#xe92f;",e.COPY_TO_CLIPBOARD="&#xe930;",e.SHARED_PBK="&#xe931;",e.ATTACHMENTS="&#xe932;",e.STRIPE_ARROW_LEFT="&#xe933;",e.STRIPE_ARROW_RIGHT="&#xe934;",e.FILTERS="&#xe935;",e.DOT="&#xe936;",e.MINUS="&#xe937;",e.PLUS="&#xe938;",e.MAILS_AND_NOTIFICATIONS="&#xe939;",e.SAVE="&#xe93a;",e.LOCKER="&#xe93b;",e.ADMIN_INTEGRATION="&#xe93c;",e.SYNC="&#xe93d;",e.TAG="&#xe93e;",e.BOOK_PLAIN="&#xe93f;",e.UPLOAD="&#xe940;",e.ONLINE="&#xe941;",e.TAG_PLAIN="&#xe942;",e.ACCOUNT_SETTINGS="&#xe943;",e.PRINT="&#xe944;",e.DEFAULT_ROLES="&#xe945;",e.SHORTCUT_MENU="&#xe946;",e.RELATIVES_PLAIN="&#xe947;",e.RELATIVES="&#xe948;",e.PAUSE="&#xe949;",e.PLAY="&#xe94a;",e.ADMIN_PORTAL="&#xe94b;",e.STAR="&#xe94c;",e.THUMBS_DOWN="&#xe94d;",e.THUMBS_DOWN_PLAIN="&#xe94e;",e.THUMBS_UP="&#xe94f;",e.THUMBS_UP_PLAIN="&#xe950;",e.FEEDBACK_PLAIN="&#xe951;",e.RATE_PLAIN="&#xe952;",e.RATE="&#xe953;",e.OFFLINE_SETTINGS="&#xe954;",e.MY_COLLECTIONS="&#xe955;",e.THIN_ARROW_LEFT="&#xe956;",e.THIN_ARROW_RIGHT="&#xe957;",e.RESET="&#xe958;",e.MY_LIBRARY="&#xe959;",e.UNSTRUCTURED_DOC="&#xe95a;",e.CONTEXTUAL="&#xe95b;",e.THIN_ARROW_UP="&#xe95c;",e.ARROW_RIGHT_TO_LINE="&#xe95d;",e.DESKTOP="&#xe95e;",e.TABLET_LANDSCAPE="&#xe95f;",e.TABLET_PORTRAIT="&#xe960;",e.MOBILE_LANDSCAPE="&#xe961;",e.MOBILE_PORTRAIT="&#xe962;",e.DIAGRAM_SUNBURST="&#xe963;",e.DIAGRAM_SANKEY="&#xe964;",e.COMMENT_QUESTION="&#xe965;",e.COMMENT_QUESTION_PLAIN="&#xe966;",e.MESSAGE_BOT="&#xe967;",e.CHART_SIMPLE="&#xe968;",e.BARS_PROGRESS="&#xe969;",e.BOOK_OPEN_GEAR="&#xe96a;",e.BOOK_OPEN_GEAR_SLASH="&#xe96b;",e.LINE_CHART="&#xe96c;",e.STACKED_CHART="&#xe96d;",e.CHART_BAR_STACKED="&#xe96e;",e.CHART_BAR_GROUPED="&#xe96f;",e.EYE_SLASH="&#xe970;",e.X_MARK="&#xe971;",e.EXPAND_WIDE="&#xe972;",e.PIP="&#xe973;",e.PIP_WIDE="&#xe974;",e.LIFE_RING="&#xe975;",e.GLOBE="&#xe976;",e.PIGGY_BANK="&#xe977;",e.EXTLINK_LIGHT="&#xe978;",e.CLONE="&#xe979;",e.CLONE_LINK_SIMPLE="&#xe97a;",e.CHART_BAR_NORMALIZED="&#xe97b;",e.CONSUMER="&#xe97c;",e.OCTAGON_XMARK="&#xe97d;",e.HOURGLASS_HALF="&#xe97e;",e.CLOCK="&#xe97f;",e.CLOCK_THREE="&#xe97f;",e.CALENDAR_DAY="&#xe980;",e.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",e.WAND_MAGIC_SPARKLES="&#xe982;",e.PAPER_PLANE="&#xe983;",e.CIRCLE_STOP="&#xe984;",e.ARROW_ROTATE_RIGHT="&#xe985;",e.ARROWS_ROTATE="&#xe986;",e.ALIGN_RIGHT="&#xe987;",e.FORMAT_CLEAR="&#xe988;",e.ALIGN_CENTER="&#xe989;",e.ALIGN_LEFT="&#xe98a;",e.PALETTE="&#xe98b;",e.BOLD="&#xe98c;",e.ITALIC="&#xe98d;",e.UNDERLINE="&#xe98e;",e.STRIKETHROUGH="&#xe98f;",e.LINK_SIMPLE_SLASH="&#xe990;",e.LINK_SIMPLE="&#xe991;",e.ROUTE="&#xe992;",e.CIRCLE_USER_SLASH="&#xe993;",e.CIRCLE_USER_CHECK="&#xe994;",e.LIST_MAGNIFYING_GLASS="&#xe995;",e.MEDAL="&#xe996;",e.THUMBS_UP_THUMBS_DOWN_SOLID="&#xe997;",e.ARROW_TURN_DOWN_RIGHT="&#xe998;",e.FLASK="&#xe999;",e.LOCK_KEYHOLE_OPEN_SOLID="&#xe99a;",e.HOURGLASS_END="&#xe99b;",e.CIRCLE_QUESTION="&#xe99c;",e.GRIP_LINES_SOLID="&#xe99d;",e.TRANSLATE_SPARKLE_SOLID="&#xe99e;",e.CODE="&#xe99f;",e.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="&#xe9a0;",e.PAPER_PLANE_SLASH="&#xe9a1;",e.COMPRESS="&#xe9a2;",e.EXPAND="&#xe9a3;",e.ARROW_ROTATE_LEFT="&#xe9a4;",e.EYE="&#xf06e;",e.SHARE="&#xe80f1;",e.MOBILE_SMALL="&#xe9a5;",e.SPARKLES="&#xe9a6;",e.HAND_SOLID="&#xe9a7;",e.CLOCK_SOLID="&#xe9a8;",e.CONTEXT_MENU_CURSOR="&#xe9a9;",e.LANGUAGE_SLASH="&#xe9aa;",e.MAGNIFYING_GLASS_FLOPPY_DISK="&#xe9ab;",e.CABINET_FILING_FLOPPY_DISK="&#xe9ac;",e.BOOKMARK_SLASH="&#xe9ad;",e.CIRCLE_PAUSE="&#xe9ae;",e.CIRCLE_PLAY="&#xe9af;",e.CIRCLE_STOP_PLAIN="&#xe9b0;",e.CLOUD_ARROW_DOWN="&#xe9b1;",e.SHARE_NODES="&#xe9b2;",e.BELL="&#xe9b3;",e.BELL_SLASH="&#xe9b4;",e.FILE="&#xe9b5;",e.HAND="&#xe9b6;",e.SQUARE_INFO_SOLID="&#xe9b7;"})(Ae||(Ae={}));var h;(function(e){e.UNKNOWN="&#xe90a;",e.ABW="&#xe900;",e.AUDIO="&#xe901;",e.AVI="&#xe902;",e.CHM="&#xe904;",e.CODE="&#xe905;",e.CSV="&#xe903;",e.DITA="&#xe906;",e.EPUB="&#xe907;",e.EXCEL="&#xe908;",e.FLAC="&#xe909;",e.GIF="&#xe90b;",e.GZIP="&#xe90c;",e.HTML="&#xe90d;",e.IMAGE="&#xe90e;",e.JPEG="&#xe90f;",e.JSON="&#xe910;",e.M4A="&#xe911;",e.MOV="&#xe912;",e.MP3="&#xe913;",e.MP4="&#xe914;",e.OGG="&#xe915;",e.PDF="&#xe916;",e.PNG="&#xe917;",e.POWERPOINT="&#xe918;",e.RAR="&#xe91a;",e.STP="&#xe91b;",e.TEXT="&#xe91c;",e.VIDEO="&#xe91e;",e.WAV="&#xe91f;",e.WMA="&#xe920;",e.WORD="&#xe921;",e.XML="&#xe922;",e.YAML="&#xe919;",e.ZIP="&#xe923;"})(h||(h={}));var ip=new Map([...["abw"].map(e=>[e,h.ABW]),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map(e=>[e,h.AUDIO]),...["avi"].map(e=>[e,h.AVI]),...["chm","xhs"].map(e=>[e,h.CHM]),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map(e=>[e,h.CODE]),...["csv"].map(e=>[e,h.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,h.DITA]),...["epub"].map(e=>[e,h.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,h.EXCEL]),...["flac"].map(e=>[e,h.FLAC]),...["gif"].map(e=>[e,h.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,h.GZIP]),...["html","htm","xhtml"].map(e=>[e,h.HTML]),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map(e=>[e,h.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,h.JPEG]),...["json"].map(e=>[e,h.JSON]),...["m4a","m4p"].map(e=>[e,h.M4A]),...["mov","qt"].map(e=>[e,h.MOV]),...["mp3"].map(e=>[e,h.MP3]),...["mp4","m4v"].map(e=>[e,h.MP4]),...["ogg","oga"].map(e=>[e,h.OGG]),...["pdf","ps"].map(e=>[e,h.PDF]),...["png"].map(e=>[e,h.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,h.POWERPOINT]),...["rar"].map(e=>[e,h.RAR]),...["stp"].map(e=>[e,h.STP]),...["txt","rtf","md","mdown"].map(e=>[e,h.TEXT]),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map(e=>[e,h.VIDEO]),...["wav"].map(e=>[e,h.WAV]),...["wma"].map(e=>[e,h.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,h.WORD]),...["xml","xsl","rdf"].map(e=>[e,h.XML]),...["yaml","yml","x-yaml"].map(e=>[e,h.YAML]),...["zip"].map(e=>[e,h.ZIP])]);var lp={[h.ABW]:"#91ABC6",[h.AUDIO]:"#1795E3",[h.AVI]:"#E63324",[h.CHM]:"#71C3EB",[h.CODE]:"#71C3EB",[h.CSV]:"#1F7345",[h.DITA]:"#71C3EB",[h.EPUB]:"#85B926",[h.EXCEL]:"#1F7345",[h.FLAC]:"#1795E3",[h.GIF]:"#59B031",[h.GZIP]:"#F8AB36",[h.HTML]:"#71C3EB",[h.IMAGE]:"#59B031",[h.JPEG]:"#59B031",[h.JSON]:"#71C3EB",[h.M4A]:"#1795E3",[h.MOV]:"#E63324",[h.MP3]:"#1795E3",[h.MP4]:"#E63324",[h.OGG]:"#1795E3",[h.PDF]:"#E44948",[h.PNG]:"#59B031",[h.POWERPOINT]:"#B54A2B",[h.RAR]:"#F8AB36",[h.STP]:"#3764B1",[h.TEXT]:"#3162AB",[h.UNKNOWN]:"#999999",[h.VIDEO]:"#E63324",[h.WAV]:"#1795E3",[h.WMA]:"#1795E3",[h.WORD]:"#3162AB",[h.XML]:"#71C3EB",[h.YAML]:"#71C3EB",[h.ZIP]:"#F8AB36"};var pt;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(pt||(pt={}));var ge=function(e,o,a,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(d=e[p])&&(c=(l<3?d(c):l>3?d(o,a,c):d(o,a))||c);return l>3&&c&&Object.defineProperty(o,a,c),c},J=class extends Ca.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=ye.nothing}render(){let o=this.variant&&Object.values(pt).includes(this.variant)?this.variant:pt.fluid_topics,a=o!==pt.material||!!this.value;return ye.html`
536
+ `}setupFor(o){this.eventsTarget!==o&&(this.removeHandlers(),this.eventsTarget=o,this.eventsTarget.addEventListener("mouseenter",this.onHover,{passive:!0}),this.eventsTarget.addEventListener("mouseleave",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("focusin",this.onFocusIn,{passive:!0}),this.eventsTarget.addEventListener("focusout",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("touchstart",this.onTouch,{passive:!0}),this.eventsTarget.addEventListener("click",this.onClick,{passive:!0}))}removeHandlers(){this.eventsTarget&&(this.eventsTarget.removeEventListener("mouseenter",this.onHover),this.eventsTarget.removeEventListener("mouseleave",this.onOut),this.eventsTarget.removeEventListener("focusin",this.onFocusIn),this.eventsTarget.removeEventListener("focusout",this.onOut),this.eventsTarget.removeEventListener("touchstart",this.onTouch),this.eventsTarget.removeEventListener("click",this.onClick),this.eventsTarget=void 0)}defaultSetup(){this.container&&this.setupFor(this.container)}updated(o){o.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(o)}contentAvailableCallback(o){super.contentAvailableCallback(o),["visible","text"].some(a=>o.has(a))&&this.visible&&this.positionTooltip()}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{this.eventsTarget==null&&this.defaultSetup()})}disconnectedCallback(){super.disconnectedCallback(),this.removeHandlers()}async show(o){this.visible=!0,o!=null&&await this.hideDebounce.run(()=>{this.hide()},o)}async showTemporaryText(o,a){let i=this.manual;this.manual=!0;let l=this.text;this.text=o,await this.show(a),this.text=l,this.manual=i}hide(){this.visible=!1}toggle(){this.visible=!this.visible}isVisible(){return this.visible}get slottedElement(){var o;return((o=this.slotNodes)!==null&&o!==void 0?o:[]).filter(a=>a.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let o=this.tooltipContent.style;switch(o.transition="none",this.validPosition){case"top":o.top=this.tooltip.clientHeight+"px",o.left="0";break;case"bottom":o.top=-this.tooltip.clientHeight+"px",o.left="0";break;case"left":o.top="0",o.left=this.tooltip.clientWidth+"px";break;case"right":o.top="0",o.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",ha(this.slottedElement,this.tooltip,this.position).then(({x:o,y:a})=>{this.tooltip&&(this.tooltip.style.left=`${o}px`,this.tooltip.style.top=`${a}px`)})),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition=`top ${X.designSystemVariables.transitionDuration}, left ${X.designSystemVariables.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}isIgnored(o){return this.manual||(0,X.eventPathContainsMatchingElement)(o,this.ignoreMatchingElements,this.eventsTarget)}};_.elementDefinitions={"ft-typography":rt};_.styles=Kr;nt([(0,Q.property)()],_.prototype,"text",void 0);nt([(0,Q.property)({type:Boolean})],_.prototype,"manual",void 0);nt([(0,Q.property)({type:Boolean})],_.prototype,"inline",void 0);nt([(0,X.numberProperty)()],_.prototype,"delay",void 0);nt([(0,Q.property)()],_.prototype,"position",void 0);nt([(0,X.jsonProperty)([])],_.prototype,"ignoreMatchingElements",void 0);nt([(0,Q.queryAssignedNodes)()],_.prototype,"slotNodes",void 0);nt([(0,Q.query)(".ft-tooltip--container")],_.prototype,"container",void 0);nt([(0,Q.query)(".ft-tooltip")],_.prototype,"tooltip",void 0);nt([(0,Q.query)(".ft-tooltip--content")],_.prototype,"tooltipContent",void 0);nt([(0,Q.state)()],_.prototype,"visible",void 0);(0,ba.customElement)("ft-tooltip")(_);var Oa=C(L());var ye=C(G()),Nt=C(ut()),Ca=C(L()),Sa=C(lo());var Ae;(function(e){e.ADD_TO_PBK="&#xe800;",e.ALERT="&#xe801;",e.ADD_ALERT="&#xe802;",e.BACK_TO_SEARCH="&#xe803;",e.ADD_BOOKMARK="&#xe804;",e.BOOKMARK="&#xe805;",e.BOOKS="&#xe806;",e.MENU="&#xe807;",e.DOWNLOAD="&#xe808;",e.EDIT="&#xe809;",e.FEEDBACK="&#xe80a;",e.HOME="&#xe80b;",e.MODIFY_PBK="&#xe80c;",e.SCHEDULED="&#xe80d;",e.SEARCH="&#xe80e;",e.EXPORT="&#xe80f;",e.TOC="&#xe810;",e.WRITE_UGC="&#xe811;",e.TRASH="&#xe812;",e.USER="&#xe813;",e.EXTLINK="&#xe814;",e.CALENDAR="&#xe815;",e.OFFLINE="&#xe816;",e.BOOK="&#xe817;",e.DOWNLOAD_PLAIN="&#xe818;",e.CHECK="&#xe819;",e.STAR_PLAIN="&#xe900;",e.TOPICS="&#xe901;",e.DISC="&#xe902;",e.CIRCLE="&#xe903;",e.SHARED="&#xe904;",e.SORT_UNSORTED="&#xe905;",e.SORT_UP="&#xe906;",e.SORT_DOWN="&#xe907;",e.WORKING="&#xe908;",e.CLOSE="&#xe909;",e.ZOOM_OUT="&#xe90a;",e.ZOOM_IN="&#xe90b;",e.ZOOM_REALSIZE="&#xe90c;",e.ZOOM_FULLSCREEN="&#xe90d;",e.ADMIN_RESTRICTED="&#xe90e;",e.ADMIN="&#xe90f;",e.ADMIN_KHUB="&#xe910;",e.ADMIN_THEME="&#xe911;",e.ADMIN_USERS="&#xe912;",e.WARNING="&#xe913;",e.CONTEXT="&#xe914;",e.SEARCH_HOME="&#xe915;",e.STEPS="&#xe916;",e.ICON_EXPAND="&#xe917;",e.ICON_COLLAPSE="&#xe918;",e.INFO="&#xe919;",e.MINUS_PLAIN="&#xe91a;",e.PLUS_PLAIN="&#xe91b;",e.FACET_HAS_DESCENDANT="&#xe91c;",e.TRIANGLE_BOTTOM="&#xe91d;",e.TRIANGLE_LEFT="&#xe91e;",e.TRIANGLE_RIGHT="&#xe91f;",e.TRIANGLE_TOP="&#xe920;",e.THIN_ARROW="&#xe921;",e.SIGN_IN="&#xe922;",e.LOGOUT="&#xe923;",e.TRANSLATE="&#xe924;",e.CLOSE_PLAIN="&#xe925;",e.CHECK_PLAIN="&#xe926;",e.ARTICLE="&#xe927;",e.COLUMNS="&#xe928;",e.ANALYTICS="&#xe929;",e.COLLECTIONS="&#xe92a;",e.ARROW_DOWN="&#xe92b;",e.ARROW_LEFT="&#xe92c;",e.ARROW_RIGHT="&#xe92d;",e.ARROW_UP="&#xe92e;",e.SEARCH_IN_PUBLICATION="&#xe92f;",e.COPY_TO_CLIPBOARD="&#xe930;",e.SHARED_PBK="&#xe931;",e.ATTACHMENTS="&#xe932;",e.STRIPE_ARROW_LEFT="&#xe933;",e.STRIPE_ARROW_RIGHT="&#xe934;",e.FILTERS="&#xe935;",e.DOT="&#xe936;",e.MINUS="&#xe937;",e.PLUS="&#xe938;",e.MAILS_AND_NOTIFICATIONS="&#xe939;",e.SAVE="&#xe93a;",e.LOCKER="&#xe93b;",e.ADMIN_INTEGRATION="&#xe93c;",e.SYNC="&#xe93d;",e.TAG="&#xe93e;",e.BOOK_PLAIN="&#xe93f;",e.UPLOAD="&#xe940;",e.ONLINE="&#xe941;",e.TAG_PLAIN="&#xe942;",e.ACCOUNT_SETTINGS="&#xe943;",e.PRINT="&#xe944;",e.DEFAULT_ROLES="&#xe945;",e.SHORTCUT_MENU="&#xe946;",e.RELATIVES_PLAIN="&#xe947;",e.RELATIVES="&#xe948;",e.PAUSE="&#xe949;",e.PLAY="&#xe94a;",e.ADMIN_PORTAL="&#xe94b;",e.STAR="&#xe94c;",e.THUMBS_DOWN="&#xe94d;",e.THUMBS_DOWN_PLAIN="&#xe94e;",e.THUMBS_UP="&#xe94f;",e.THUMBS_UP_PLAIN="&#xe950;",e.FEEDBACK_PLAIN="&#xe951;",e.RATE_PLAIN="&#xe952;",e.RATE="&#xe953;",e.OFFLINE_SETTINGS="&#xe954;",e.MY_COLLECTIONS="&#xe955;",e.THIN_ARROW_LEFT="&#xe956;",e.THIN_ARROW_RIGHT="&#xe957;",e.RESET="&#xe958;",e.MY_LIBRARY="&#xe959;",e.UNSTRUCTURED_DOC="&#xe95a;",e.CONTEXTUAL="&#xe95b;",e.THIN_ARROW_UP="&#xe95c;",e.ARROW_RIGHT_TO_LINE="&#xe95d;",e.DESKTOP="&#xe95e;",e.TABLET_LANDSCAPE="&#xe95f;",e.TABLET_PORTRAIT="&#xe960;",e.MOBILE_LANDSCAPE="&#xe961;",e.MOBILE_PORTRAIT="&#xe962;",e.DIAGRAM_SUNBURST="&#xe963;",e.DIAGRAM_SANKEY="&#xe964;",e.COMMENT_QUESTION="&#xe965;",e.COMMENT_QUESTION_PLAIN="&#xe966;",e.MESSAGE_BOT="&#xe967;",e.CHART_SIMPLE="&#xe968;",e.BARS_PROGRESS="&#xe969;",e.BOOK_OPEN_GEAR="&#xe96a;",e.BOOK_OPEN_GEAR_SLASH="&#xe96b;",e.LINE_CHART="&#xe96c;",e.STACKED_CHART="&#xe96d;",e.CHART_BAR_STACKED="&#xe96e;",e.CHART_BAR_GROUPED="&#xe96f;",e.EYE_SLASH="&#xe970;",e.X_MARK="&#xe971;",e.EXPAND_WIDE="&#xe972;",e.PIP="&#xe973;",e.PIP_WIDE="&#xe974;",e.LIFE_RING="&#xe975;",e.GLOBE="&#xe976;",e.PIGGY_BANK="&#xe977;",e.EXTLINK_LIGHT="&#xe978;",e.CLONE="&#xe979;",e.CLONE_LINK_SIMPLE="&#xe97a;",e.CHART_BAR_NORMALIZED="&#xe97b;",e.CONSUMER="&#xe97c;",e.OCTAGON_XMARK="&#xe97d;",e.HOURGLASS_HALF="&#xe97e;",e.CLOCK="&#xe97f;",e.CLOCK_THREE="&#xe97f;",e.CALENDAR_DAY="&#xe980;",e.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",e.WAND_MAGIC_SPARKLES="&#xe982;",e.PAPER_PLANE="&#xe983;",e.CIRCLE_STOP="&#xe984;",e.ARROW_ROTATE_RIGHT="&#xe985;",e.ARROWS_ROTATE="&#xe986;",e.ALIGN_RIGHT="&#xe987;",e.FORMAT_CLEAR="&#xe988;",e.ALIGN_CENTER="&#xe989;",e.ALIGN_LEFT="&#xe98a;",e.PALETTE="&#xe98b;",e.BOLD="&#xe98c;",e.ITALIC="&#xe98d;",e.UNDERLINE="&#xe98e;",e.STRIKETHROUGH="&#xe98f;",e.LINK_SIMPLE_SLASH="&#xe990;",e.LINK_SIMPLE="&#xe991;",e.ROUTE="&#xe992;",e.CIRCLE_USER_SLASH="&#xe993;",e.CIRCLE_USER_CHECK="&#xe994;",e.LIST_MAGNIFYING_GLASS="&#xe995;",e.MEDAL="&#xe996;",e.THUMBS_UP_THUMBS_DOWN_SOLID="&#xe997;",e.ARROW_TURN_DOWN_RIGHT="&#xe998;",e.FLASK="&#xe999;",e.LOCK_KEYHOLE_OPEN_SOLID="&#xe99a;",e.HOURGLASS_END="&#xe99b;",e.CIRCLE_QUESTION="&#xe99c;",e.GRIP_LINES_SOLID="&#xe99d;",e.TRANSLATE_SPARKLE_SOLID="&#xe99e;",e.CODE="&#xe99f;",e.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="&#xe9a0;",e.PAPER_PLANE_SLASH="&#xe9a1;",e.COMPRESS="&#xe9a2;",e.EXPAND="&#xe9a3;",e.ARROW_ROTATE_LEFT="&#xe9a4;",e.EYE="&#xf06e;",e.SHARE="&#xe80f1;",e.MOBILE_SMALL="&#xe9a5;",e.SPARKLES="&#xe9a6;",e.HAND_SOLID="&#xe9a7;",e.CLOCK_SOLID="&#xe9a8;",e.CONTEXT_MENU_CURSOR="&#xe9a9;",e.LANGUAGE_SLASH="&#xe9aa;",e.MAGNIFYING_GLASS_FLOPPY_DISK="&#xe9ab;",e.CABINET_FILING_FLOPPY_DISK="&#xe9ac;",e.BOOKMARK_SLASH="&#xe9ad;",e.CIRCLE_PAUSE="&#xe9ae;",e.CIRCLE_PLAY="&#xe9af;",e.CIRCLE_STOP_PLAIN="&#xe9b0;",e.CLOUD_ARROW_DOWN="&#xe9b1;",e.SHARE_NODES="&#xe9b2;",e.BELL="&#xe9b3;",e.BELL_SLASH="&#xe9b4;",e.FILE="&#xe9b5;",e.HAND="&#xe9b6;",e.SQUARE_INFO_SOLID="&#xe9b7;"})(Ae||(Ae={}));var h;(function(e){e.UNKNOWN="&#xe90a;",e.ABW="&#xe900;",e.AUDIO="&#xe901;",e.AVI="&#xe902;",e.CHM="&#xe904;",e.CODE="&#xe905;",e.CSV="&#xe903;",e.DITA="&#xe906;",e.EPUB="&#xe907;",e.EXCEL="&#xe908;",e.FLAC="&#xe909;",e.GIF="&#xe90b;",e.GZIP="&#xe90c;",e.HTML="&#xe90d;",e.IMAGE="&#xe90e;",e.JPEG="&#xe90f;",e.JSON="&#xe910;",e.M4A="&#xe911;",e.MOV="&#xe912;",e.MP3="&#xe913;",e.MP4="&#xe914;",e.OGG="&#xe915;",e.PDF="&#xe916;",e.PNG="&#xe917;",e.POWERPOINT="&#xe918;",e.RAR="&#xe91a;",e.STP="&#xe91b;",e.TEXT="&#xe91c;",e.VIDEO="&#xe91e;",e.WAV="&#xe91f;",e.WMA="&#xe920;",e.WORD="&#xe921;",e.XML="&#xe922;",e.YAML="&#xe919;",e.ZIP="&#xe923;"})(h||(h={}));var ip=new Map([...["abw"].map(e=>[e,h.ABW]),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map(e=>[e,h.AUDIO]),...["avi"].map(e=>[e,h.AVI]),...["chm","xhs"].map(e=>[e,h.CHM]),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map(e=>[e,h.CODE]),...["csv"].map(e=>[e,h.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,h.DITA]),...["epub"].map(e=>[e,h.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,h.EXCEL]),...["flac"].map(e=>[e,h.FLAC]),...["gif"].map(e=>[e,h.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,h.GZIP]),...["html","htm","xhtml"].map(e=>[e,h.HTML]),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map(e=>[e,h.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,h.JPEG]),...["json"].map(e=>[e,h.JSON]),...["m4a","m4p"].map(e=>[e,h.M4A]),...["mov","qt"].map(e=>[e,h.MOV]),...["mp3"].map(e=>[e,h.MP3]),...["mp4","m4v"].map(e=>[e,h.MP4]),...["ogg","oga"].map(e=>[e,h.OGG]),...["pdf","ps"].map(e=>[e,h.PDF]),...["png"].map(e=>[e,h.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,h.POWERPOINT]),...["rar"].map(e=>[e,h.RAR]),...["stp"].map(e=>[e,h.STP]),...["txt","rtf","md","mdown"].map(e=>[e,h.TEXT]),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map(e=>[e,h.VIDEO]),...["wav"].map(e=>[e,h.WAV]),...["wma"].map(e=>[e,h.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,h.WORD]),...["xml","xsl","rdf"].map(e=>[e,h.XML]),...["yaml","yml","x-yaml"].map(e=>[e,h.YAML]),...["zip"].map(e=>[e,h.ZIP])]);var lp={[h.ABW]:"#91ABC6",[h.AUDIO]:"#1795E3",[h.AVI]:"#E63324",[h.CHM]:"#71C3EB",[h.CODE]:"#71C3EB",[h.CSV]:"#1F7345",[h.DITA]:"#71C3EB",[h.EPUB]:"#85B926",[h.EXCEL]:"#1F7345",[h.FLAC]:"#1795E3",[h.GIF]:"#59B031",[h.GZIP]:"#F8AB36",[h.HTML]:"#71C3EB",[h.IMAGE]:"#59B031",[h.JPEG]:"#59B031",[h.JSON]:"#71C3EB",[h.M4A]:"#1795E3",[h.MOV]:"#E63324",[h.MP3]:"#1795E3",[h.MP4]:"#E63324",[h.OGG]:"#1795E3",[h.PDF]:"#E44948",[h.PNG]:"#59B031",[h.POWERPOINT]:"#B54A2B",[h.RAR]:"#F8AB36",[h.STP]:"#3764B1",[h.TEXT]:"#3162AB",[h.UNKNOWN]:"#999999",[h.VIDEO]:"#E63324",[h.WAV]:"#1795E3",[h.WMA]:"#1795E3",[h.WORD]:"#3162AB",[h.XML]:"#71C3EB",[h.YAML]:"#71C3EB",[h.ZIP]:"#F8AB36"};var ft;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(ft||(ft={}));var ge=function(e,o,a,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(d=e[p])&&(c=(l<3?d(c):l>3?d(o,a,c):d(o,a))||c);return l>3&&c&&Object.defineProperty(o,a,c),c},J=class extends Ca.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=ye.nothing}render(){let o=this.variant&&Object.values(ft).includes(this.variant)?this.variant:ft.fluid_topics,a=o!==ft.material||!!this.value;return ye.html`
542
537
  <i class="ft-icon ft-icon--${o} ft-no-text-select" part="icon icon-${o}">
543
538
  ${(0,Sa.unsafeHTML)(this.resolvedIcon)}
544
539
  <slot ?hidden=${a}></slot>
545
540
  </i>
546
- `}get textContent(){var o,a;return(a=(o=this.slottedContent)===null||o===void 0?void 0:o.assignedNodes().map(i=>i.textContent).join("").trim())!==null&&a!==void 0?a:""}update(o){super.update(o),["value","variant"].some(a=>o.has(a))&&this.resolveIcon()}resolveIcon(){var o,a;let i=this.value||this.textContent;switch(this.variant){case pt.file_format:this.resolvedIcon=(o=h[i.replace("-","_").toUpperCase()])!==null&&o!==void 0?o:i;break;case pt.material:this.resolvedIcon=this.value||ye.nothing;break;default:this.resolvedIcon=(a=Ae[i.replace("-","_").toUpperCase()])!==null&&a!==void 0?a:i;break}}firstUpdated(o){super.firstUpdated(o),setTimeout(()=>this.resolveIcon())}};J.elementDefinitions={};J.styles=mr;ge([(0,Et.property)()],J.prototype,"variant",void 0);ge([(0,Et.property)()],J.prototype,"value",void 0);ge([(0,Et.property)({reflect:!0,attribute:"aria-hidden"})],J.prototype,"ariaHidden",void 0);ge([(0,Et.state)()],J.prototype,"resolvedIcon",void 0);ge([(0,Et.query)("slot")],J.prototype,"slottedContent",void 0);(0,Oa.customElement)("ft-icon")(J);var Na=C(L());var va=C(U()),wa=C(L());var Wt=class extends wa.FtLitElement{render(){return va.html`
541
+ `}get textContent(){var o,a;return(a=(o=this.slottedContent)===null||o===void 0?void 0:o.assignedNodes().map(i=>i.textContent).join("").trim())!==null&&a!==void 0?a:""}update(o){super.update(o),["value","variant"].some(a=>o.has(a))&&this.resolveIcon()}resolveIcon(){var o,a;let i=this.value||this.textContent;switch(this.variant){case ft.file_format:this.resolvedIcon=(o=h[i.replace("-","_").toUpperCase()])!==null&&o!==void 0?o:i;break;case ft.material:this.resolvedIcon=this.value||ye.nothing;break;default:this.resolvedIcon=(a=Ae[i.replace("-","_").toUpperCase()])!==null&&a!==void 0?a:i;break}}firstUpdated(o){super.firstUpdated(o),setTimeout(()=>this.resolveIcon())}};J.elementDefinitions={};J.styles=mr;ge([(0,Nt.property)()],J.prototype,"variant",void 0);ge([(0,Nt.property)()],J.prototype,"value",void 0);ge([(0,Nt.property)({reflect:!0,attribute:"aria-hidden"})],J.prototype,"ariaHidden",void 0);ge([(0,Nt.state)()],J.prototype,"resolvedIcon",void 0);ge([(0,Nt.query)("slot")],J.prototype,"slottedContent",void 0);(0,Oa.customElement)("ft-icon")(J);var Ea=C(L());var va=C(G()),wa=C(L());var Wt=class extends wa.FtLitElement{render(){return va.html`
547
542
  <div class="ft-loader">
548
543
  <div></div>
549
544
  <div></div>
550
545
  <div></div>
551
546
  <div></div>
552
547
  </div>
553
- `}};Wt.styles=gr;(0,Na.customElement)("ft-loader")(Wt);var Rt=C(U()),co=C(xe()),T=C(ft());var Ea=e=>e??z;var Z=function(e,o,a,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(d=e[p])&&(c=(l<3?d(c):l>3?d(o,a,c):d(o,a))||c);return l>3&&c&&Object.defineProperty(o,a,c),c},R=class extends(0,Lt.toFtFormComponent)(Lt.FtLitElement){get buttonClasses(){return{}}get typographyVariant(){return""}constructor(){super(),this.href=void 0,this.target=void 0,this.type="button",this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.ariaLabel=null,this.ariaHasPopup=null,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.activated=!1,this.addEventListener("click",o=>{var a;this.isDisabled()?(o.preventDefault(),o.stopPropagation(),o.stopImmediatePropagation()):this.type=="submit"&&((a=this.form)===null||a===void 0||a.requestSubmit())})}render(){var o,a,i;let l=Rt.html`
548
+ `}};Wt.styles=gr;(0,Ea.customElement)("ft-loader")(Wt);var Rt=C(G()),co=C(xe()),T=C(ut());var Na=e=>e??W;var M=function(e,o,a,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(d=e[p])&&(c=(l<3?d(c):l>3?d(o,a,c):d(o,a))||c);return l>3&&c&&Object.defineProperty(o,a,c),c},R=class extends(0,Lt.toFtFormComponent)(Lt.FtLitElement){get buttonClasses(){return{}}get typographyVariant(){return""}constructor(){super(),this.href=void 0,this.target=void 0,this.type="button",this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.ariaLabel=null,this.ariaHasPopup=null,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.activated=!1,this.addEventListener("click",o=>{var a;this.isDisabled()?(o.preventDefault(),o.stopPropagation(),o.stopImmediatePropagation()):this.type=="submit"&&((a=this.form)===null||a===void 0||a.requestSubmit())})}render(){var o,a,i;let l=Rt.html`
554
549
  <ft-ripple part="ripple"
555
550
  ?disabled=${this.isDisabled()}
556
551
  ?activated=${this.activated}
@@ -576,7 +571,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
576
571
  <button part="button"
577
572
  class="${(0,co.classMap)(this.buttonClasses)}"
578
573
  aria-label="${(i=this.ariaLabel)!==null&&i!==void 0?i:this.getLabel()}"
579
- aria-haspopup="${Ea(this.ariaHasPopup)}"
574
+ aria-haspopup="${Na(this.ariaHasPopup)}"
580
575
  ?disabled=${this.isDisabled()}>
581
576
  ${l}
582
577
  </button>
@@ -591,7 +586,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
591
586
  <ft-icon part="icon" .variant=${this.iconVariant} .value=${this.icon}></ft-icon>
592
587
  `:Rt.html`
593
588
  <slot part="icon" name="icon"></slot>
594
- `}focus(){var o;(o=this.button)===null||o===void 0||o.focus()}focusWithoutTooltip(){var o;this.setTooltipManual(!0),(o=this.button)===null||o===void 0||o.focus(),this.setTooltipManual(!1)}showTemporaryTooltip(o,a){var i;return(i=this.tooltip)===null||i===void 0?void 0:i.showTemporaryText(o,a)}setTooltipManual(o){this.tooltip&&(this.tooltip.manual=o)}click(){var o;(o=this.button)===null||o===void 0||o.click()}getLabel(){return this.label||this.textContent}get textContent(){return(0,Lt.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};R.elementDefinitions={"ft-ripple":B,"ft-tooltip":$,"ft-typography":rt,"ft-icon":J,"ft-loader":Wt};Z([(0,T.property)()],R.prototype,"href",void 0);Z([(0,T.property)()],R.prototype,"target",void 0);Z([(0,T.property)()],R.prototype,"type",void 0);Z([(0,T.property)({type:Boolean})],R.prototype,"disabled",void 0);Z([(0,T.property)()],R.prototype,"label",void 0);Z([(0,T.property)()],R.prototype,"icon",void 0);Z([(0,T.property)()],R.prototype,"iconVariant",void 0);Z([(0,T.property)({type:Boolean})],R.prototype,"trailingIcon",void 0);Z([(0,T.property)({type:Boolean})],R.prototype,"loading",void 0);Z([(0,T.property)({attribute:"aria-label"})],R.prototype,"ariaLabel",void 0);Z([(0,T.property)()],R.prototype,"ariaHasPopup",void 0);Z([(0,T.property)()],R.prototype,"tooltipPosition",void 0);Z([(0,T.property)({type:Boolean})],R.prototype,"hideTooltip",void 0);Z([(0,T.property)({type:Boolean})],R.prototype,"forceTooltip",void 0);Z([(0,T.property)({type:Boolean})],R.prototype,"activated",void 0);Z([(0,T.query)(".ft-button")],R.prototype,"button",void 0);Z([(0,T.query)(".ft-button--label slot")],R.prototype,"slottedContent",void 0);Z([(0,T.query)("[part=tooltip]")],R.prototype,"tooltip",void 0);var Be=function(e,o,a,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(d=e[p])&&(c=(l<3?d(c):l>3?d(o,a,c):d(o,a))||c);return l>3&&c&&Object.defineProperty(o,a,c),c},xt=class extends R{constructor(){super(...arguments),this.primary=!1,this.outlined=!1,this.dense=!1,this.round=!1}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--outlined":this.outlined,"ft-button--dense":this.dense,"ft-button--round":this.round,"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0}}get typographyVariant(){return"button"}};xt.styles=[Ra.safariEllipsisFix,Sr];Be([(0,he.property)({type:Boolean})],xt.prototype,"primary",void 0);Be([(0,he.property)({type:Boolean})],xt.prototype,"outlined",void 0);Be([(0,he.property)({type:Boolean})],xt.prototype,"dense",void 0);Be([(0,he.property)({type:Boolean})],xt.prototype,"round",void 0);var me=C(ft());var Pe=C(L());var La=C(U()),u=C(L());var Cn={...s,iconOnlyScale:u.FtCssVariableFactory.create("--ft-button-icon-only-scale","","NUMBER","1")},Aa=[La.css`
589
+ `}focus(){var o;(o=this.button)===null||o===void 0||o.focus()}showTooltip(){var o;(o=this.tooltip)===null||o===void 0||o.show()}showTemporaryTooltip(o,a){var i;return(i=this.tooltip)===null||i===void 0?void 0:i.showTemporaryText(o,a)}setTooltipManual(o){this.tooltip&&(this.tooltip.manual=o)}click(){var o;(o=this.button)===null||o===void 0||o.click()}getLabel(){return this.label||this.textContent}get textContent(){return(0,Lt.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};R.elementDefinitions={"ft-ripple":B,"ft-tooltip":_,"ft-typography":rt,"ft-icon":J,"ft-loader":Wt};M([(0,T.property)()],R.prototype,"href",void 0);M([(0,T.property)()],R.prototype,"target",void 0);M([(0,T.property)()],R.prototype,"type",void 0);M([(0,T.property)({type:Boolean})],R.prototype,"disabled",void 0);M([(0,T.property)()],R.prototype,"label",void 0);M([(0,T.property)()],R.prototype,"icon",void 0);M([(0,T.property)()],R.prototype,"iconVariant",void 0);M([(0,T.property)({type:Boolean})],R.prototype,"trailingIcon",void 0);M([(0,T.property)({type:Boolean})],R.prototype,"loading",void 0);M([(0,T.property)({attribute:"aria-label"})],R.prototype,"ariaLabel",void 0);M([(0,T.property)()],R.prototype,"ariaHasPopup",void 0);M([(0,T.property)()],R.prototype,"tooltipPosition",void 0);M([(0,T.property)({type:Boolean})],R.prototype,"hideTooltip",void 0);M([(0,T.property)({type:Boolean})],R.prototype,"forceTooltip",void 0);M([(0,T.property)({type:Boolean})],R.prototype,"activated",void 0);M([(0,T.query)(".ft-button")],R.prototype,"button",void 0);M([(0,T.query)(".ft-button--label slot")],R.prototype,"slottedContent",void 0);M([(0,T.query)("[part=tooltip]")],R.prototype,"tooltip",void 0);var Be=function(e,o,a,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(d=e[p])&&(c=(l<3?d(c):l>3?d(o,a,c):d(o,a))||c);return l>3&&c&&Object.defineProperty(o,a,c),c},Ct=class extends R{constructor(){super(...arguments),this.primary=!1,this.outlined=!1,this.dense=!1,this.round=!1}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--outlined":this.outlined,"ft-button--dense":this.dense,"ft-button--round":this.round,"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0}}get typographyVariant(){return"button"}};Ct.styles=[Ra.safariEllipsisFix,Sr];Be([(0,he.property)({type:Boolean})],Ct.prototype,"primary",void 0);Be([(0,he.property)({type:Boolean})],Ct.prototype,"outlined",void 0);Be([(0,he.property)({type:Boolean})],Ct.prototype,"dense",void 0);Be([(0,he.property)({type:Boolean})],Ct.prototype,"round",void 0);var me=C(ut());var Pe=C(L());var La=C(G()),u=C(L());var Cn={...s,iconOnlyScale:u.FtCssVariableFactory.create("--ft-button-icon-only-scale","","NUMBER","1")},Aa=[La.css`
595
590
  :host {
596
591
  display: inline-block;
597
592
  max-width: 100%;
@@ -998,7 +993,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
998
993
  /** Large styles **/
999
994
 
1000
995
  .ftds--size-large {
1001
- ${(0,u.setVariable)(j.size,s.largeIconSize)};
996
+ ${(0,u.setVariable)(V.size,s.largeIconSize)};
1002
997
  ${(0,u.setVariable)(A.size,s.largeIconSize)};
1003
998
 
1004
999
  height: ${s.largeHeight};
@@ -1020,7 +1015,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1020
1015
  /** Small styles **/
1021
1016
 
1022
1017
  .ftds--size-medium {
1023
- ${(0,u.setVariable)(j.size,s.mediumIconSize)};
1018
+ ${(0,u.setVariable)(V.size,s.mediumIconSize)};
1024
1019
  ${(0,u.setVariable)(A.size,s.mediumIconSize)};
1025
1020
 
1026
1021
  height: ${s.mediumHeight};
@@ -1043,7 +1038,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1043
1038
  /** Small styles **/
1044
1039
 
1045
1040
  .ftds--size-small {
1046
- ${(0,u.setVariable)(j.size,s.smallIconSize)};
1041
+ ${(0,u.setVariable)(V.size,s.smallIconSize)};
1047
1042
  ${(0,u.setVariable)(A.size,s.smallIconSize)};
1048
1043
 
1049
1044
  height: ${s.smallHeight};
@@ -1061,7 +1056,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1061
1056
  .ftds--size-small.ft-button--icon-only {
1062
1057
  width: ${s.smallIconOnlyWidth};
1063
1058
  }
1064
- `,u.noTextSelect];var $e=function(e,o,a,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(d=e[p])&&(c=(l<3?d(c):l>3?d(o,a,c):d(o,a))||c);return l>3&&c&&Object.defineProperty(o,a,c),c},Ct=class extends(0,Pe.toFtdsBase)(R){constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.round=!1,this.family=Tt.brand,this.iconVariant=pt.fluid_topics}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--secondary":this.secondary,"ft-button--tertiary":this.tertiary||!this.primary&&!this.secondary,"ft-button--icon-only":!this.hasTextContent(),"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0,"ft-button--no-icon":!this.icon,"ft-button--round":this.round,...this.getDesignSystemBaseClasses()}}get typographyVariant(){switch(this.size){case Ht.large:return dt.body2medium;case Ht.medium:return dt.caption1medium;case Ht.small:return dt.caption2medium}}};Ct.styles=[Pe.safariEllipsisFix,Aa];$e([(0,me.property)({type:Boolean})],Ct.prototype,"primary",void 0);$e([(0,me.property)({type:Boolean})],Ct.prototype,"secondary",void 0);$e([(0,me.property)({type:Boolean})],Ct.prototype,"tertiary",void 0);$e([(0,me.property)({type:Boolean})],Ct.prototype,"round",void 0);(0,so.customElement)("ft-button")(xt);(0,so.customElement)("ftds-button")(Ct);var Ba;(function(e){e.left="left",e.center="center",e.right="right"})(Ba||(Ba={}));var Ie=class extends CustomEvent{constructor(o){super("row-click",{detail:o})}},ke=class extends CustomEvent{constructor(o){super("change",{detail:o})}};var nt=C(ft());var $a=C(U());var Pa=$a.css`
1059
+ `,u.noTextSelect];var $e=function(e,o,a,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(d=e[p])&&(c=(l<3?d(c):l>3?d(o,a,c):d(o,a))||c);return l>3&&c&&Object.defineProperty(o,a,c),c},St=class extends(0,Pe.toFtdsBase)(R){constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.round=!1,this.family=zt.brand,this.iconVariant=ft.fluid_topics}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--secondary":this.secondary,"ft-button--tertiary":this.tertiary||!this.primary&&!this.secondary,"ft-button--icon-only":!this.hasTextContent(),"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0,"ft-button--no-icon":!this.icon,"ft-button--round":this.round,...this.getDesignSystemBaseClasses()}}get typographyVariant(){switch(this.size){case Ht.large:return st.body2medium;case Ht.medium:return st.caption1medium;case Ht.small:return st.caption2medium}}};St.styles=[Pe.safariEllipsisFix,Aa];$e([(0,me.property)({type:Boolean})],St.prototype,"primary",void 0);$e([(0,me.property)({type:Boolean})],St.prototype,"secondary",void 0);$e([(0,me.property)({type:Boolean})],St.prototype,"tertiary",void 0);$e([(0,me.property)({type:Boolean})],St.prototype,"round",void 0);(0,so.customElement)("ft-button")(Ct);(0,so.customElement)("ftds-button")(St);var Ba;(function(e){e.left="left",e.center="center",e.right="right"})(Ba||(Ba={}));var Ie=class extends CustomEvent{constructor(o){super("row-click",{detail:o})}},ke=class extends CustomEvent{constructor(o){super("change",{detail:o})}};var it=C(ut());var $a=C(G());var Pa=$a.css`
1065
1060
  :host {
1066
1061
  display: block;
1067
1062
  }
@@ -1217,7 +1212,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1217
1212
  display: flex;
1218
1213
  justify-content: center;
1219
1214
  }
1220
- `;var oe=C(xe()),za=C(ka()),Ta=C(lo()),zt=C(L());var po=C(U()),Wa=po.html`
1215
+ `;var oe=C(xe()),Ta=C(ka()),za=C(lo()),Tt=C(L());var po=C(G()),Wa=po.html`
1221
1216
  <svg width="120" height="121" viewBox="0 0 120 121" fill="none" xmlns="http://www.w3.org/2000/svg">
1222
1217
  <g clip-path="url(#clip0_9048_22830)">
1223
1218
  <path
@@ -1256,19 +1251,19 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1256
1251
  </g>
1257
1252
  </g>
1258
1253
  </svg>
1259
- `;var et=function(e,o,a,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(d=e[p])&&(c=(l<3?d(c):l>3?d(o,a,c):d(o,a))||c);return l>3&&c&&Object.defineProperty(o,a,c),c},G=class e extends zt.FtLitElement{constructor(){super(...arguments),this.data=[],this.columns=[],this.stickyHeaders=!1,this.disableDataManipulation=!1,this.ariaLabel=null,this.clickableRows=!1,this.highlightedRowIndex=-1,this.activeRowIndex=-1}focusRow(o){this.rows&&this.rows[o].focus()}render(){var o;let a=this.sortData(this.data);return P.html`
1254
+ `;var et=function(e,o,a,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(d=e[p])&&(c=(l<3?d(c):l>3?d(o,a,c):d(o,a))||c);return l>3&&c&&Object.defineProperty(o,a,c),c},D=class e extends Tt.FtLitElement{constructor(){super(...arguments),this.data=[],this.columns=[],this.stickyHeaders=!1,this.disableDataManipulation=!1,this.ariaLabel=null,this.clickableRows=!1,this.highlightedRowIndex=-1,this.activeRowIndex=-1}focusRow(o){this.rows&&this.rows[o].focus()}render(){var o;let a=this.sortData(this.data);return $.html`
1260
1255
  <table class="table"
1261
1256
  role="table"
1262
- aria-label=${(o=this.ariaLabel)!==null&&o!==void 0?o:P.nothing}
1257
+ aria-label=${(o=this.ariaLabel)!==null&&o!==void 0?o:$.nothing}
1263
1258
  >
1264
1259
  ${this.renderHeaderRow()}
1265
1260
  <tbody>
1266
- ${a.length>0?P.html`
1261
+ ${a.length>0?$.html`
1267
1262
  ${(0,We.repeat)(a,(i,l)=>"row-"+l,(i,l)=>this.renderRow(i,l))}`:this.renderEmptyStateTable()}
1268
1263
  </tbody>
1269
1264
  </table>
1270
- `}renderHeader(o,a){var i,l,c,d;let p={"header-cell":!0,"header-cell--sticky":this.stickyHeaders},f={"column-title-container":!0,["column-title-container--text-align-"+o.textAlign]:!0},y=(l=(i=o.styles)===null||i===void 0?void 0:i.headerCell)!==null&&l!==void 0?l:{},x;return(!((c=o.sortable)!==null&&c!==void 0)||c)&&(((d=this.currentSort)===null||d===void 0?void 0:d.column)===a?x=this.currentSort.order==="asc"?"ascending":"descending":x="none"),P.html`
1271
- <th class="${(0,oe.classMap)(p)}" style="${(0,za.styleMap)(y)}" role="columnheader" scope="col" aria-sort=${x??P.nothing}
1265
+ `}renderHeader(o,a){var i,l,c,d;let p={"header-cell":!0,"header-cell--sticky":this.stickyHeaders},f={"column-title-container":!0,["column-title-container--text-align-"+o.textAlign]:!0},y=(l=(i=o.styles)===null||i===void 0?void 0:i.headerCell)!==null&&l!==void 0?l:{},x;return(!((c=o.sortable)!==null&&c!==void 0)||c)&&(((d=this.currentSort)===null||d===void 0?void 0:d.column)===a?x=this.currentSort.order==="asc"?"ascending":"descending":x="none"),$.html`
1266
+ <th class="${(0,oe.classMap)(p)}" style="${(0,Ta.styleMap)(y)}" role="columnheader" scope="col" aria-sort=${x??$.nothing}
1272
1267
  part="${this.columnPart("header-cell",a)}">
1273
1268
  <div class="${(0,oe.classMap)(f)}"
1274
1269
  part="${this.columnPart("title-container",a)}">
@@ -1281,46 +1276,46 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1281
1276
  ${this.renderColumnSort(o,a)}
1282
1277
  </div>
1283
1278
  </th>
1284
- `}renderHeaderRow(){let o={header:!0,"header--sticky":this.stickyHeaders};return P.html`
1279
+ `}renderHeaderRow(){let o={header:!0,"header--sticky":this.stickyHeaders};return $.html`
1285
1280
  <thead>
1286
1281
  <tr class=${(0,oe.classMap)(o)} role="row">
1287
1282
  ${(0,We.repeat)(this.columns,(a,i)=>"header-cell-"+i,(a,i)=>this.renderHeader(a,i))}
1288
1283
  </tr>
1289
1284
  </thead>
1290
- `}renderRow(o,a){let i={row:!0,"row--clickable":this.clickableRows,"row--active":a===this.activeRowIndex,"row--highlighted":a===this.highlightedRowIndex};return P.html`
1291
- <tr class="${(0,oe.classMap)(i)}" role="row" tabindex=${this.clickableRows?"0":P.nothing}
1285
+ `}renderRow(o,a){let i={row:!0,"row--clickable":this.clickableRows,"row--active":a===this.activeRowIndex,"row--highlighted":a===this.highlightedRowIndex};return $.html`
1286
+ <tr class="${(0,oe.classMap)(i)}" role="row" tabindex=${this.clickableRows?"0":$.nothing}
1292
1287
  part="table-row-${a}"
1293
- @keydown=${this.clickableRows?l=>this.handleRowKeyDown(l,o):P.nothing}
1294
- @click=${this.clickableRows?()=>this.dispatchRowClickEvent(o):P.nothing}
1295
- @mousedown=${this.clickableRows?()=>this.handleRowMouseDown(a):P.nothing}
1296
- @mouseup=${this.clickableRows?this.handleRowMouseUp:P.nothing}
1297
- @mouseleave=${this.clickableRows?this.handleRowMouseUp:P.nothing}
1288
+ @keydown=${this.clickableRows?l=>this.handleRowKeyDown(l,o):$.nothing}
1289
+ @click=${this.clickableRows?()=>this.dispatchRowClickEvent(o):$.nothing}
1290
+ @mousedown=${this.clickableRows?()=>this.handleRowMouseDown(a):$.nothing}
1291
+ @mouseup=${this.clickableRows?this.handleRowMouseUp:$.nothing}
1292
+ @mouseleave=${this.clickableRows?this.handleRowMouseUp:$.nothing}
1298
1293
  >
1299
1294
  ${(0,We.repeat)(this.columns,(l,c)=>"cell-"+c+"-"+a,(l,c)=>this.renderCell(l,c,o,a))}
1300
1295
  </tr>
1301
- `}renderSortButton(o,a,i,l){return P.html`
1296
+ `}renderSortButton(o,a,i,l){return $.html`
1302
1297
  <ftds-button
1303
- family=${Tt.neutral}
1298
+ family=${zt.neutral}
1304
1299
  icon="${o}"
1305
1300
  label="${a}"
1306
1301
  @click=${i}
1307
1302
  part="${this.columnPart("sort-button",l)}"
1308
1303
  ></ftds-button>
1309
- `}renderCell(o,a,i,l){var c;let d={cell:!0,["cell--text-align-"+o.textAlign]:!0},p=(c=o.render)!==null&&c!==void 0?c:e.DEFAULT_RENDER,f=y=>{let x=p(y,l);return typeof x=="string"?(0,Ta.unsafeHTML)(x):x};return P.html`
1304
+ `}renderCell(o,a,i,l){var c;let d={cell:!0,["cell--text-align-"+o.textAlign]:!0},p=(c=o.render)!==null&&c!==void 0?c:e.DEFAULT_RENDER,f=y=>{let x=p(y,l);return typeof x=="string"?(0,za.unsafeHTML)(x):x};return $.html`
1310
1305
  <td class="${(0,oe.classMap)(d)}" role="cell"
1311
1306
  part="${this.columnPart("cell",a)} cell-row-${l} cell-column-${a}-row-${l}">
1312
1307
  <ft-typography variant="caption-1-medium">${f(this.getValue(o,i))}</ft-typography>
1313
1308
  </td>
1314
- `}renderColumnSort(o,a){var i,l,c;let d=((i=this.currentSort)===null||i===void 0?void 0:i.column)===a,p=this.getSortIcon(d),f=()=>{var N,O;let E=(N=o.defaultSortOrder)!==null&&N!==void 0?N:"asc";this.currentSort={column:a,order:d&&((O=this.currentSort)===null||O===void 0?void 0:O.order)===E?this.getOppositeSortOrder(E):E},this.dispatchChangeEvent()},y=this.getSortOrderText(d,o),b=`Sort ${(l=o.titleText)!==null&&l!==void 0?l:o.title} in ${y} order`;return!((c=o.sortable)!==null&&c!==void 0)||c?this.renderSortButton(p,b,f,a):P.nothing}renderEmptyStateTable(){var o,a;return P.html`
1309
+ `}renderColumnSort(o,a){var i,l,c;let d=((i=this.currentSort)===null||i===void 0?void 0:i.column)===a,p=this.getSortIcon(d),f=()=>{var E,O;let N=(E=o.defaultSortOrder)!==null&&E!==void 0?E:"asc";this.currentSort={column:a,order:d&&((O=this.currentSort)===null||O===void 0?void 0:O.order)===N?this.getOppositeSortOrder(N):N},this.dispatchChangeEvent()},y=this.getSortOrderText(d,o),b=`Sort ${(l=o.titleText)!==null&&l!==void 0?l:o.title} in ${y} order`;return!((c=o.sortable)!==null&&c!==void 0)||c?this.renderSortButton(p,b,f,a):$.nothing}renderEmptyStateTable(){var o,a;return $.html`
1315
1310
  <tr class="row" role="row">
1316
1311
  <td colspan=${this.columns.length} class="cell no-content" role="cell">
1317
- ${!((o=this.emptyState)===null||o===void 0)&&o.noImage?P.nothing:Wa}
1318
- <ft-typography variant="${dt.body2medium}">
1312
+ ${!((o=this.emptyState)===null||o===void 0)&&o.noImage?$.nothing:Wa}
1313
+ <ft-typography variant="${st.body2medium}">
1319
1314
  ${(a=this.emptyState)===null||a===void 0?void 0:a.content}
1320
1315
  </ft-typography>
1321
1316
  </td>
1322
1317
  </tr>
1323
- `}getSortIcon(o){return o?this.currentSort.order==="asc"?"sort_up":"sort_down":"sort_unsorted"}update(o){super.update(o),o.has("sort")&&(this.currentSort=this.sort)}columnPart(o,a){return`${o} ${o}-column-${a}`}getValue(o,a){return typeof o.getter=="string"?a[o.getter]:o.getter(a)}sortData(o){var a;if(this.currentSort&&!this.disableDataManipulation){let i=this.columns[this.currentSort.column],l=(a=i.comparator)!==null&&a!==void 0?a:e.DEFAULT_COMPARATOR,c=this.currentSort.order==="asc"?l:(d,p)=>-l(d,p);return[...o].sort((d,p)=>c(this.getValue(i,d),this.getValue(i,p)))}return o}getOppositeSortOrder(o){return o==="asc"?"desc":"asc"}getSortOrderText(o,a){return o?this.currentSort.order==="asc"?"descending":"ascending":a.defaultSortOrder==="desc"?"descending":"ascending"}dispatchChangeEvent(){this.dispatchEvent(new ke({sort:this.currentSort}))}handleRowKeyDown(o,a){(o.key==="Enter"||o.key===" ")&&this.dispatchRowClickEvent(a)}dispatchRowClickEvent(o){this.dispatchEvent(new Ie(o))}handleRowMouseDown(o){this.activeRowIndex=o}handleRowMouseUp(){this.activeRowIndex=-1}};G.styles=Pa;G.DEFAULT_RENDER=e=>P.html`${e}`;G.DEFAULT_COMPARATOR=(e,o)=>e-o;et([(0,zt.jsonProperty)([])],G.prototype,"data",void 0);et([(0,zt.jsonProperty)([])],G.prototype,"columns",void 0);et([(0,zt.jsonProperty)(void 0)],G.prototype,"sort",void 0);et([(0,zt.jsonProperty)([])],G.prototype,"emptyState",void 0);et([(0,nt.property)({type:Boolean})],G.prototype,"stickyHeaders",void 0);et([(0,nt.property)({type:Boolean})],G.prototype,"disableDataManipulation",void 0);et([(0,nt.state)()],G.prototype,"currentSort",void 0);et([(0,nt.property)({attribute:"aria-label"})],G.prototype,"ariaLabel",void 0);et([(0,nt.property)({type:Boolean})],G.prototype,"clickableRows",void 0);et([(0,nt.property)({type:Number})],G.prototype,"highlightedRowIndex",void 0);et([(0,nt.property)({type:Number})],G.prototype,"activeRowIndex",void 0);et([(0,nt.queryAll)("tbody .row")],G.prototype,"rows",void 0);(0,Ha.customElement)("ftds-table")(G);})();
1318
+ `}getSortIcon(o){return o?this.currentSort.order==="asc"?"sort_up":"sort_down":"sort_unsorted"}update(o){super.update(o),o.has("sort")&&(this.currentSort=this.sort)}columnPart(o,a){return`${o} ${o}-column-${a}`}getValue(o,a){return typeof o.getter=="string"?a[o.getter]:o.getter(a)}sortData(o){var a;if(this.currentSort&&!this.disableDataManipulation){let i=this.columns[this.currentSort.column],l=(a=i.comparator)!==null&&a!==void 0?a:e.DEFAULT_COMPARATOR,c=this.currentSort.order==="asc"?l:(d,p)=>-l(d,p);return[...o].sort((d,p)=>c(this.getValue(i,d),this.getValue(i,p)))}return o}getOppositeSortOrder(o){return o==="asc"?"desc":"asc"}getSortOrderText(o,a){return o?this.currentSort.order==="asc"?"descending":"ascending":a.defaultSortOrder==="desc"?"descending":"ascending"}dispatchChangeEvent(){this.dispatchEvent(new ke({sort:this.currentSort}))}handleRowKeyDown(o,a){(o.key==="Enter"||o.key===" ")&&this.dispatchRowClickEvent(a)}dispatchRowClickEvent(o){this.dispatchEvent(new Ie(o))}handleRowMouseDown(o){this.activeRowIndex=o}handleRowMouseUp(){this.activeRowIndex=-1}};D.styles=Pa;D.DEFAULT_RENDER=e=>$.html`${e}`;D.DEFAULT_COMPARATOR=(e,o)=>e-o;et([(0,Tt.jsonProperty)([])],D.prototype,"data",void 0);et([(0,Tt.jsonProperty)([])],D.prototype,"columns",void 0);et([(0,Tt.jsonProperty)(void 0)],D.prototype,"sort",void 0);et([(0,Tt.jsonProperty)([])],D.prototype,"emptyState",void 0);et([(0,it.property)({type:Boolean})],D.prototype,"stickyHeaders",void 0);et([(0,it.property)({type:Boolean})],D.prototype,"disableDataManipulation",void 0);et([(0,it.state)()],D.prototype,"currentSort",void 0);et([(0,it.property)({attribute:"aria-label"})],D.prototype,"ariaLabel",void 0);et([(0,it.property)({type:Boolean})],D.prototype,"clickableRows",void 0);et([(0,it.property)({type:Number})],D.prototype,"highlightedRowIndex",void 0);et([(0,it.property)({type:Number})],D.prototype,"activeRowIndex",void 0);et([(0,it.queryAll)("tbody .row")],D.prototype,"rows",void 0);(0,Ha.customElement)("ftds-table")(D);})();
1324
1319
  /*! Bundled license information:
1325
1320
 
1326
1321
  lit-html/lit-html.js: