@fluid-topics/ft-chip-choice 1.3.31 → 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 un=Object.create;var zo=Object.defineProperty;var yn=Object.getOwnPropertyDescriptor;var gn=Object.getOwnPropertyNames;var hn=Object.getPrototypeOf,mn=Object.prototype.hasOwnProperty;var ge=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports);var bn=(e,o,a,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let c of gn(o))!mn.call(e,c)&&c!==a&&zo(e,c,{get:()=>o[c],enumerable:!(i=yn(o,c))||i.enumerable});return e};var b=(e,o,a)=>(a=e!=null?un(hn(e)):{},bn(o||!e||!e.__esModule?zo(a,"default",{value:e,enumerable:!0}):a,e));var L=ge((Vn,ko)=>{ko.exports=ftGlobals.wcUtils});var I=ge((jn,Wo)=>{Wo.exports=ftGlobals.lit});var ct=ge((Yn,To)=>{To.exports=ftGlobals.litDecorators});var me=ge((Rs,Mr)=>{Mr.exports=ftGlobals.litClassMap});var Ga=ge((Ip,Da)=>{Da.exports=ftGlobals.litUnsafeHTML});var $o=b(L());var Do=b(I()),vt=b(ct()),Go=b(L());var Ho=b(I()),Xn={},_o=Ho.css`
1
+ "use strict";(()=>{var un=Object.create;var ko=Object.defineProperty;var yn=Object.getOwnPropertyDescriptor;var gn=Object.getOwnPropertyNames;var hn=Object.getPrototypeOf,mn=Object.prototype.hasOwnProperty;var ge=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports);var bn=(e,o,a,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let c of gn(o))!mn.call(e,c)&&c!==a&&ko(e,c,{get:()=>o[c],enumerable:!(i=yn(o,c))||i.enumerable});return e};var b=(e,o,a)=>(a=e!=null?un(hn(e)):{},bn(o||!e||!e.__esModule?ko(a,"default",{value:e,enumerable:!0}):a,e));var L=ge((Vn,zo)=>{zo.exports=ftGlobals.wcUtils});var I=ge((jn,Wo)=>{Wo.exports=ftGlobals.lit});var ct=ge((Yn,To)=>{To.exports=ftGlobals.litDecorators});var me=ge((Rd,Mr)=>{Mr.exports=ftGlobals.litClassMap});var Ga=ge((Ip,Da)=>{Da.exports=ftGlobals.litUnsafeHTML});var $o=b(L());var Do=b(I()),wt=b(ct()),Go=b(L());var Ho=b(I()),Xn={},_o=Ho.css`
2
2
  :host {
3
3
  display: flex;
4
4
  flex-direction: row;
@@ -9,11 +9,11 @@
9
9
  :host(:focus-visible) {
10
10
  outline: none;
11
11
  }
12
- `;var Vt=function(e,o,a,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(d=e[p])&&(l=(c<3?d(l):c>3?d(o,a,l):d(o,a))||l);return c>3&&l&&Object.defineProperty(o,a,l),l},qe=class extends CustomEvent{constructor(o){super("change",{detail:{value:o}})}},ft=class extends Go.FtLitElement{constructor(){super(...arguments),this.name="",this.multiselect=!1,this.role="radiogroup",this.ariaLabelledBy="",this.selectedOptions=new Set}render(){return Do.html`
12
+ `;var Vt=function(e,o,a,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(c<3?s(l):c>3?s(o,a,l):s(o,a))||l);return c>3&&l&&Object.defineProperty(o,a,l),l},qe=class extends CustomEvent{constructor(o){super("change",{detail:{value:o}})}},ft=class extends Go.FtLitElement{constructor(){super(...arguments),this.name="",this.multiselect=!1,this.role="radiogroup",this.ariaLabelledBy="",this.selectedOptions=new Set}render(){return Do.html`
13
13
  <slot @slotchange=${this.onSlotChange}
14
14
  @ft-chip-choice-option-change=${this.onChange}>
15
15
  </slot>
16
- `}onSlotChange(){this.chipChoiceOptions.forEach(o=>{o.name=this.name,o.selected&&(this.selectedOptions.add(o.value),this.requestUpdate())})}update(o){super.update(o),o.has("multiselect")&&(this.role=this.multiselect?"group":"radiogroup",this.chipChoiceOptions.forEach(a=>{a.role=this.multiselect?"checkbox":"radio"}))}onChange(o){o.stopPropagation(),o.detail.selected?this.multiselect?this.selectedOptions.add(o.detail.value):(this.selectedOptions=new Set([o.detail.value]),this.chipChoiceOptions.map(a=>{a.selected=a.value===o.detail.value})):this.selectedOptions.delete(o.detail.value),this.requestUpdate(),this.dispatchEvent(new qe(new Set(this.selectedOptions)))}};ft.styles=_o;Vt([(0,vt.property)()],ft.prototype,"name",void 0);Vt([(0,vt.property)({type:Boolean})],ft.prototype,"multiselect",void 0);Vt([(0,vt.property)({reflect:!0,attribute:"role"})],ft.prototype,"role",void 0);Vt([(0,vt.property)({reflect:!0,attribute:"aria-labelledby"})],ft.prototype,"ariaLabelledBy",void 0);Vt([(0,vt.queryAssignedElements)()],ft.prototype,"chipChoiceOptions",void 0);Vt([(0,vt.state)()],ft.prototype,"selectedOptions",void 0);var dn=b(I()),Ot=b(ct()),sn=b(L());var on=b(I()),V=b(L());var Be=b(I()),w=b(L());var Vo=b(I()),_=b(L()),Uo=_.FtCssVariableFactory.extend("--ft-ripple-color","",_.designSystemVariables.colorContent),y={color:Uo,backgroundColor:_.FtCssVariableFactory.extend("--ft-ripple-background-color","",Uo),opacityContentOnSurfacePressed:_.FtCssVariableFactory.external(_.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:_.FtCssVariableFactory.external(_.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:_.FtCssVariableFactory.external(_.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:_.FtCssVariableFactory.external(_.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:_.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},Mo=_.FtCssVariableFactory.extend("--ft-ripple-color","",_.designSystemVariables.colorPrimary),Zo={color:Mo,backgroundColor:_.FtCssVariableFactory.extend("--ft-ripple-background-color","",Mo)},Fo=_.FtCssVariableFactory.extend("--ft-ripple-color","",_.designSystemVariables.colorSecondary),Ko={color:Fo,backgroundColor:_.FtCssVariableFactory.extend("--ft-ripple-background-color","",Fo)},jo=Vo.css`
16
+ `}onSlotChange(){this.chipChoiceOptions.forEach(o=>{o.name=this.name,o.selected&&(this.selectedOptions.add(o.value),this.requestUpdate())})}update(o){super.update(o),o.has("multiselect")&&(this.role=this.multiselect?"group":"radiogroup",this.chipChoiceOptions.forEach(a=>{a.role=this.multiselect?"checkbox":"radio"}))}onChange(o){o.stopPropagation(),o.detail.selected?this.multiselect?this.selectedOptions.add(o.detail.value):(this.selectedOptions=new Set([o.detail.value]),this.chipChoiceOptions.map(a=>{a.selected=a.value===o.detail.value})):this.selectedOptions.delete(o.detail.value),this.requestUpdate(),this.dispatchEvent(new qe(new Set(this.selectedOptions)))}};ft.styles=_o;Vt([(0,wt.property)()],ft.prototype,"name",void 0);Vt([(0,wt.property)({type:Boolean})],ft.prototype,"multiselect",void 0);Vt([(0,wt.property)({reflect:!0,attribute:"role"})],ft.prototype,"role",void 0);Vt([(0,wt.property)({reflect:!0,attribute:"aria-labelledby"})],ft.prototype,"ariaLabelledBy",void 0);Vt([(0,wt.queryAssignedElements)()],ft.prototype,"chipChoiceOptions",void 0);Vt([(0,wt.state)()],ft.prototype,"selectedOptions",void 0);var sn=b(I()),vt=b(ct()),dn=b(L());var on=b(I()),K=b(L());var Be=b(I()),w=b(L());var Vo=b(I()),H=b(L()),Uo=H.FtCssVariableFactory.extend("--ft-ripple-color","",H.designSystemVariables.colorContent),y={color:Uo,backgroundColor:H.FtCssVariableFactory.extend("--ft-ripple-background-color","",Uo),opacityContentOnSurfacePressed:H.FtCssVariableFactory.external(H.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:H.FtCssVariableFactory.external(H.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:H.FtCssVariableFactory.external(H.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:H.FtCssVariableFactory.external(H.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:H.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},Mo=H.FtCssVariableFactory.extend("--ft-ripple-color","",H.designSystemVariables.colorPrimary),Zo={color:Mo,backgroundColor:H.FtCssVariableFactory.extend("--ft-ripple-background-color","",Mo)},Fo=H.FtCssVariableFactory.extend("--ft-ripple-color","",H.designSystemVariables.colorSecondary),Ko={color:Fo,backgroundColor:H.FtCssVariableFactory.extend("--ft-ripple-background-color","",Fo)},jo=Vo.css`
17
17
  :host {
18
18
  display: contents;
19
19
  }
@@ -125,8 +125,8 @@
125
125
  opacity: ${y.opacityContentOnSurfacePressed};
126
126
  transform: translate(-50%, -50%) scale(1);
127
127
  }
128
- `;var dt=b(I()),h=b(L());var wt=b(I(),1),Bt=e=>typeof e=="string"?(0,wt.unsafeCSS)(e):e,t=class{static create(o,a,i,c){let l=p=>Bt(p??c),d=wt.css`var(${Bt(o)}, ${l(c)})`;return d.name=o,d.description=a,d.category=i,d.defaultValue=c,d.defaultCssValue=l,d.set=p=>Yo(d,p??l(c)),d.get=p=>wt.css`var(${Bt(o)}, ${l(p)})`,d.breadcrumb=()=>[],d.lastResortDefaultValue=()=>c,d}static extend(o,a,i,c){let l=p=>i.get(p??c),d=wt.css`var(${Bt(o)}, ${l(c)})`;return d.name=o,d.description=a,d.category=i.category,d.fallbackVariable=i,d.defaultValue=c,d.defaultCssValue=l,d.set=p=>Yo(d,p??l(c)),d.get=p=>wt.css`var(${Bt(o)}, ${l(p)})`,d.breadcrumb=()=>[i.name,...i.breadcrumb()],d.lastResortDefaultValue=()=>c??i.lastResortDefaultValue(),d}static external(o,a){let i=l=>o.defaultCssValue(l),c=wt.css`var(${Bt(o.name)}, ${i(o.defaultValue)})`;return c.name=o.name,c.category=o.category,c.fallbackVariable=o.fallbackVariable,c.defaultValue=o.defaultValue,c.context=a,c.defaultCssValue=i,c.set=l=>o.set(l),c.get=l=>wt.css`var(${Bt(o.name)}, ${i(l)})`,c.breadcrumb=()=>o.breadcrumb(),c.lastResortDefaultValue=()=>o.lastResortDefaultValue(),c}};function Yo(e,o){return Bt(`${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)")},Xo={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")},qo={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")},Qo={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")},Jo={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")},tr={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")},er={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")},or={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")},rr={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")},ar={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")},xn={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")},nr={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")},ir={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")},cr={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")},lr={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")},dr={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")},sr={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")},pr={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")},fr={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")},ur={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")},yr={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")},gr={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")},hr={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")},mr={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")},br={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")},xr={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")},Cr={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")},Pe={display:Xo,"title-1":qo,"title-2":Qo,"title-3":Jo,"body-1-regular":tr,"body-1-medium":er,"body-1-semibold":or,"body-2-regular":rr,"body-2-medium":ar,"body-2-medium-underline":xn,"body-2-semibold":nr,"label-1-medium":ir,"label-1-semibold":cr,"label-1-bold":lr,"label-2-medium":dr,"label-2-semibold":sr,"label-2-bold":pr,"caption-1-medium":fr,"caption-1-semibold":ur,"caption-1-bold":yr,"caption-2-medium":gr,"caption-2-semibold":hr,"caption-2-bold":mr,"caption-3-medium":br,"caption-3-semibold":xr,"caption-3-bold":Cr};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.
129
- 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 yi={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 xi={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 wi={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 Ai={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 zi={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 O={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 Mi={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 ji={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 Ji={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 ac={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 dc={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 yc={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 bc={contentHorizontalPadding:t.extend("--ft-page-layout-content-horizontal-padding","",r.spacing6),contentVerticalPadding:t.extend("--ft-page-layout-content-vertical-padding","",r.spacing6)};var vc={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 Rc={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 Pc={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 Hc={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 Mc={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 jc={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 Jc={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 al={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 dl={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 yl={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 xl={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 vl={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 Ll={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 Il={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 Tl={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 Ul={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 Vl={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 Ql={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 od={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 ze;(function(e){e.brand="brand",e.neutral="neutral",e.info="info",e.success="success",e.warning="warning",e.error="error"})(ze||(ze={}));var J;(function(e){e.large="large",e.medium="medium",e.small="small"})(J||(J={}));var jt=b(I());function Sr(e,o){let a=Pe[e];return jt.css`
128
+ `;var st=b(I()),h=b(L());var Et=b(I(),1),It=e=>typeof e=="string"?(0,Et.unsafeCSS)(e):e,t=class{static create(o,a,i,c){let l=p=>It(p??c),s=Et.css`var(${It(o)}, ${l(c)})`;return s.name=o,s.description=a,s.category=i,s.defaultValue=c,s.defaultCssValue=l,s.set=p=>Yo(s,p??l(c)),s.get=p=>Et.css`var(${It(o)}, ${l(p)})`,s.breadcrumb=()=>[],s.lastResortDefaultValue=()=>c,s}static extend(o,a,i,c){let l=p=>i.get(p??c),s=Et.css`var(${It(o)}, ${l(c)})`;return s.name=o,s.description=a,s.category=i.category,s.fallbackVariable=i,s.defaultValue=c,s.defaultCssValue=l,s.set=p=>Yo(s,p??l(c)),s.get=p=>Et.css`var(${It(o)}, ${l(p)})`,s.breadcrumb=()=>[i.name,...i.breadcrumb()],s.lastResortDefaultValue=()=>c??i.lastResortDefaultValue(),s}static external(o,a){let i=l=>o.defaultCssValue(l),c=Et.css`var(${It(o.name)}, ${i(o.defaultValue)})`;return c.name=o.name,c.category=o.category,c.fallbackVariable=o.fallbackVariable,c.defaultValue=o.defaultValue,c.context=a,c.defaultCssValue=i,c.set=l=>o.set(l),c.get=l=>Et.css`var(${It(o.name)}, ${i(l)})`,c.breadcrumb=()=>o.breadcrumb(),c.lastResortDefaultValue=()=>o.lastResortDefaultValue(),c}};function Yo(e,o){return It(`${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)")},Xo={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")},qo={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")},Qo={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")},Jo={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")},tr={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")},er={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")},or={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")},rr={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")},ar={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")},xn={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")},nr={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")},ir={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")},cr={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")},lr={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")},sr={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")},dr={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")},pr={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")},fr={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")},ur={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")},yr={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")},gr={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")},hr={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")},mr={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")},br={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")},xr={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")},Cr={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")},Pe={display:Xo,"title-1":qo,"title-2":Qo,"title-3":Jo,"body-1-regular":tr,"body-1-medium":er,"body-1-semibold":or,"body-2-regular":rr,"body-2-medium":ar,"body-2-medium-underline":xn,"body-2-semibold":nr,"label-1-medium":ir,"label-1-semibold":cr,"label-1-bold":lr,"label-2-medium":sr,"label-2-semibold":dr,"label-2-bold":pr,"caption-1-medium":fr,"caption-1-semibold":ur,"caption-1-bold":yr,"caption-2-medium":gr,"caption-2-semibold":hr,"caption-2-bold":mr,"caption-3-medium":br,"caption-3-semibold":xr,"caption-3-bold":Cr};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.
129
+ 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 d={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 yi={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 xi={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 wi={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 Ai={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 ki={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 O={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 Mi={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 ji={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 Ji={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 ac={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 sc={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 yc={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 bc={contentHorizontalPadding:t.extend("--ft-page-layout-content-horizontal-padding","",r.spacing6),contentVerticalPadding:t.extend("--ft-page-layout-content-vertical-padding","",r.spacing6)};var vc={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 Rc={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 Pc={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 Hc={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 Mc={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 jc={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 Jc={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 al={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 sl={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 yl={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 xl={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 vl={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 Ll={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 Il={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 Tl={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 Ul={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 Vl={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 Ql={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 os={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 ke;(function(e){e.brand="brand",e.neutral="neutral",e.info="info",e.success="success",e.warning="warning",e.error="error"})(ke||(ke={}));var Q;(function(e){e.large="large",e.medium="medium",e.small="small"})(Q||(Q={}));var jt=b(I());function Sr(e,o){let a=Pe[e];return jt.css`
130
130
  ${o?(0,jt.unsafeCSS)(o):jt.css`.ft-typography--${(0,jt.unsafeCSS)(e)}`} {
131
131
  font-family: ${a.fontFamily};
132
132
  font-size: ${a.fontSize};
@@ -136,7 +136,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
136
136
  text-decoration: ${a.textDecoration};
137
137
  text-transform: ${a.textCase};
138
138
  }
139
- `}var Or=h.FtCssVariableFactory.extend("--ft-typography-font-family","",h.designSystemVariables.titleFont),Nt=h.FtCssVariableFactory.extend("--ft-typography-font-family","",h.designSystemVariables.contentFont),C={fontFamily:Nt,fontSize:h.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:h.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:h.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:h.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:h.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Yt={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Or),fontSize:h.FtCssVariableFactory.extend("--ft-typography-title-font-size","",C.fontSize,"20px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",C.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",C.letterSpacing,"0.15px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-title-line-height","",C.lineHeight,"1.2"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",C.textTransform,"inherit")},Xt={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Or),fontSize:h.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",C.fontSize,"14px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",C.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",C.letterSpacing,"0.105px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",C.lineHeight,"1.7"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",C.textTransform,"inherit")},qt={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Nt),fontSize:h.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",C.fontSize,"16px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",C.fontWeight,"600"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",C.letterSpacing,"0.144px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",C.lineHeight,"1.5"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",C.textTransform,"inherit")},Qt={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Nt),fontSize:h.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",C.fontSize,"14px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",C.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",C.letterSpacing,"0.098px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",C.lineHeight,"1.7"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",C.textTransform,"inherit")},Jt={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Nt),fontSize:h.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",C.fontSize,"16px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",C.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",C.letterSpacing,"0.496px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",C.lineHeight,"1.5"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",C.textTransform,"inherit")},lt={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Nt),fontSize:h.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",C.fontSize,"14px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",C.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",C.letterSpacing,"0.252px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",C.lineHeight,"1.4"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",C.textTransform,"inherit")},te={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Nt),fontSize:h.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",C.fontSize,"12px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",C.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",C.letterSpacing,"0.396px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",C.lineHeight,"1.33"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",C.textTransform,"inherit")},ee={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Nt),fontSize:h.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",C.fontSize,"10px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",C.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",C.letterSpacing,"0.33px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",C.lineHeight,"1.6"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",C.textTransform,"inherit")},oe={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Nt),fontSize:h.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",C.fontSize,"10px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",C.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",C.letterSpacing,"1.5px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",C.lineHeight,"1.6"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",C.textTransform,"uppercase")},xt={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Nt),fontSize:h.FtCssVariableFactory.extend("--ft-typography-button-font-size","",C.fontSize,"14px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",C.fontWeight,"600"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",C.letterSpacing,"1.246px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-button-line-height","",C.lineHeight,"1.15"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",C.textTransform,"uppercase")},vr=dt.css`
139
+ `}var Or=h.FtCssVariableFactory.extend("--ft-typography-font-family","",h.designSystemVariables.titleFont),Nt=h.FtCssVariableFactory.extend("--ft-typography-font-family","",h.designSystemVariables.contentFont),C={fontFamily:Nt,fontSize:h.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:h.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:h.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:h.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:h.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Yt={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Or),fontSize:h.FtCssVariableFactory.extend("--ft-typography-title-font-size","",C.fontSize,"20px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",C.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",C.letterSpacing,"0.15px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-title-line-height","",C.lineHeight,"1.2"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",C.textTransform,"inherit")},Xt={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Or),fontSize:h.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",C.fontSize,"14px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",C.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",C.letterSpacing,"0.105px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",C.lineHeight,"1.7"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",C.textTransform,"inherit")},qt={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Nt),fontSize:h.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",C.fontSize,"16px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",C.fontWeight,"600"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",C.letterSpacing,"0.144px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",C.lineHeight,"1.5"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",C.textTransform,"inherit")},Qt={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Nt),fontSize:h.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",C.fontSize,"14px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",C.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",C.letterSpacing,"0.098px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",C.lineHeight,"1.7"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",C.textTransform,"inherit")},Jt={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Nt),fontSize:h.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",C.fontSize,"16px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",C.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",C.letterSpacing,"0.496px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",C.lineHeight,"1.5"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",C.textTransform,"inherit")},lt={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Nt),fontSize:h.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",C.fontSize,"14px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",C.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",C.letterSpacing,"0.252px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",C.lineHeight,"1.4"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",C.textTransform,"inherit")},te={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Nt),fontSize:h.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",C.fontSize,"12px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",C.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",C.letterSpacing,"0.396px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",C.lineHeight,"1.33"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",C.textTransform,"inherit")},ee={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Nt),fontSize:h.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",C.fontSize,"10px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",C.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",C.letterSpacing,"0.33px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",C.lineHeight,"1.6"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",C.textTransform,"inherit")},oe={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Nt),fontSize:h.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",C.fontSize,"10px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",C.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",C.letterSpacing,"1.5px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",C.lineHeight,"1.6"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",C.textTransform,"uppercase")},Ct={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Nt),fontSize:h.FtCssVariableFactory.extend("--ft-typography-button-font-size","",C.fontSize,"14px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",C.fontWeight,"600"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",C.letterSpacing,"1.246px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-button-line-height","",C.lineHeight,"1.15"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",C.textTransform,"uppercase")},vr=st.css`
140
140
  .ft-typography--title {
141
141
  font-family: ${Yt.fontFamily};
142
142
  font-size: ${Yt.fontSize};
@@ -145,7 +145,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
145
145
  line-height: ${Yt.lineHeight};
146
146
  text-transform: ${Yt.textTransform};
147
147
  }
148
- `,wr=dt.css`
148
+ `,wr=st.css`
149
149
  .ft-typography--title-dense {
150
150
  font-family: ${Xt.fontFamily};
151
151
  font-size: ${Xt.fontSize};
@@ -154,7 +154,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
154
154
  line-height: ${Xt.lineHeight};
155
155
  text-transform: ${Xt.textTransform};
156
156
  }
157
- `,Nr=dt.css`
157
+ `,Er=st.css`
158
158
  .ft-typography--subtitle1 {
159
159
  font-family: ${qt.fontFamily};
160
160
  font-size: ${qt.fontSize};
@@ -163,7 +163,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
163
163
  line-height: ${qt.lineHeight};
164
164
  text-transform: ${qt.textTransform};
165
165
  }
166
- `,Er=dt.css`
166
+ `,Nr=st.css`
167
167
  .ft-typography--subtitle2 {
168
168
  font-family: ${Qt.fontFamily};
169
169
  font-size: ${Qt.fontSize};
@@ -173,7 +173,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
173
173
  text-transform: ${Qt.textTransform};
174
174
  }
175
175
 
176
- `,Lr=dt.css`
176
+ `,Lr=st.css`
177
177
  .ft-typography--body1 {
178
178
  font-family: ${Jt.fontFamily};
179
179
  font-size: ${Jt.fontSize};
@@ -182,7 +182,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
182
182
  line-height: ${Jt.lineHeight};
183
183
  text-transform: ${Jt.textTransform};
184
184
  }
185
- `,Rr=dt.css`
185
+ `,Rr=st.css`
186
186
  .ft-typography--body2 {
187
187
  font-family: ${lt.fontFamily};
188
188
  font-size: ${lt.fontSize};
@@ -191,7 +191,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
191
191
  line-height: ${lt.lineHeight};
192
192
  text-transform: ${lt.textTransform};
193
193
  }
194
- `,Ar=dt.css`
194
+ `,Ar=st.css`
195
195
  .ft-typography--caption {
196
196
  font-family: ${te.fontFamily};
197
197
  font-size: ${te.fontSize};
@@ -200,7 +200,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
200
200
  line-height: ${te.lineHeight};
201
201
  text-transform: ${te.textTransform};
202
202
  }
203
- `,$r=dt.css`
203
+ `,$r=st.css`
204
204
  .ft-typography--breadcrumb {
205
205
  font-family: ${ee.fontFamily};
206
206
  font-size: ${ee.fontSize};
@@ -209,7 +209,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
209
209
  line-height: ${ee.lineHeight};
210
210
  text-transform: ${ee.textTransform};
211
211
  }
212
- `,Br=dt.css`
212
+ `,Br=st.css`
213
213
  .ft-typography--overline {
214
214
  font-family: ${oe.fontFamily};
215
215
  font-size: ${oe.fontSize};
@@ -218,20 +218,20 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
218
218
  line-height: ${oe.lineHeight};
219
219
  text-transform: ${oe.textTransform};
220
220
  }
221
- `,Ir=dt.css`
221
+ `,Ir=st.css`
222
222
  .ft-typography--button {
223
- font-family: ${xt.fontFamily};
224
- font-size: ${xt.fontSize};
225
- font-weight: ${xt.fontWeight};
226
- letter-spacing: ${xt.letterSpacing};
227
- line-height: ${xt.lineHeight};
228
- text-transform: ${xt.textTransform};
223
+ font-family: ${Ct.fontFamily};
224
+ font-size: ${Ct.fontSize};
225
+ font-weight: ${Ct.fontWeight};
226
+ letter-spacing: ${Ct.letterSpacing};
227
+ line-height: ${Ct.lineHeight};
228
+ text-transform: ${Ct.textTransform};
229
229
  }
230
- `,Pr=dt.css`
230
+ `,Pr=st.css`
231
231
  .ft-typography {
232
232
  vertical-align: inherit;
233
233
  }
234
- `,zr=[Object.keys(Pe).map(e=>Sr(e))];var kr=b(I()),ut=b(L()),W={size:ut.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:ut.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",ut.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:ut.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",ut.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:ut.FtCssVariableFactory.extend("--ft-icon-material-font-family","",ut.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:ut.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},Wr=[kr.css`
234
+ `,kr=[Object.keys(Pe).map(e=>Sr(e))];var zr=b(I()),ut=b(L()),z={size:ut.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:ut.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",ut.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:ut.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",ut.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:ut.FtCssVariableFactory.extend("--ft-icon-material-font-family","",ut.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:ut.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},Wr=[zr.css`
235
235
  :host, i.ft-icon {
236
236
  display: inline-flex;
237
237
  align-items: center;
@@ -240,14 +240,14 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
240
240
  }
241
241
 
242
242
  :host {
243
- width: ${W.size};
244
- height: ${W.size};
243
+ width: ${z.size};
244
+ height: ${z.size};
245
245
  }
246
246
 
247
247
  i.ft-icon {
248
248
  width: 100%;
249
249
  height: 100%;
250
- font-size: ${W.size};
250
+ font-size: ${z.size};
251
251
  line-height: 1;
252
252
  font-weight: normal;
253
253
  text-transform: none;
@@ -258,28 +258,28 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
258
258
  text-rendering: auto;
259
259
  -webkit-font-smoothing: antialiased;
260
260
  -moz-osx-font-smoothing: grayscale;
261
- vertical-align: ${W.verticalAlign};
261
+ vertical-align: ${z.verticalAlign};
262
262
  }
263
263
 
264
264
  i.ft-icon.ft-icon--fluid-topics {
265
- font-family: ${W.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
265
+ font-family: ${z.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
266
266
 
267
267
  /* Ugly fix because font is broken */
268
- font-size: calc(0.75 * ${W.size});
269
- line-height: ${W.size};
268
+ font-size: calc(0.75 * ${z.size});
269
+ line-height: ${z.size};
270
270
  position: relative;
271
271
  top: -4%;
272
272
  justify-content: center;
273
273
  }
274
274
 
275
275
  .ft-icon--file-format {
276
- font-family: ${W.fileFormatFontFamily}, ft-mime, sans-serif;
276
+ font-family: ${z.fileFormatFontFamily}, ft-mime, sans-serif;
277
277
  }
278
278
 
279
279
  .ft-icon--material {
280
- font-family: ${W.materialFontFamily}, "Material Icons", sans-serif;
280
+ font-family: ${z.materialFontFamily}, "Material Icons", sans-serif;
281
281
  }
282
- `,ut.noTextSelect];var Eo=b(L());var Ae=b(ct()),Ya=b(L());var Gr=b(I()),v=b(L());var Tr=b(I()),he=b(L()),$={color:he.FtCssVariableFactory.extend("--ft-loader-color","",he.designSystemVariables.colorPrimary),size:he.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},Hr=Tr.css`
282
+ `,ut.noTextSelect];var No=b(L());var Ae=b(ct()),Ya=b(L());var Gr=b(I()),v=b(L());var Tr=b(I()),he=b(L()),$={color:he.FtCssVariableFactory.extend("--ft-loader-color","",he.designSystemVariables.colorPrimary),size:he.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},Hr=Tr.css`
283
283
  :host {
284
284
  line-height: 0;
285
285
  }
@@ -348,7 +348,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
348
348
  transform: translate(calc(0.35 * ${$.size}), 0);
349
349
  }
350
350
  }
351
- `;var _r=v.FtCssVariableFactory.extend("--ft-button-color","",v.designSystemVariables.colorPrimary),P={backgroundColor:v.FtCssVariableFactory.extend("--ft-button-background-color","",v.designSystemVariables.colorSurface),borderRadius:v.FtCssVariableFactory.extend("--ft-button-border-radius","",v.designSystemVariables.borderRadiusL),color:_r,fontSize:v.FtCssVariableFactory.extend("--ft-button-font-size","",xt.fontSize),iconSize:v.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:v.FtCssVariableFactory.extend("--ft-button-ripple-color","",_r),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")},Dr=v.FtCssVariableFactory.extend("--ft-button-primary-color","",v.FtCssVariableFactory.extend("--ft-button-color","",v.designSystemVariables.colorOnPrimary)),Qe={backgroundColor:v.FtCssVariableFactory.extend("--ft-button-primary-background-color","",v.FtCssVariableFactory.extend("--ft-button-background-color","",v.designSystemVariables.colorPrimary)),color:Dr,rippleColor:v.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",Dr)},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")},Ur=[Gr.css`
351
+ `;var _r=v.FtCssVariableFactory.extend("--ft-button-color","",v.designSystemVariables.colorPrimary),P={backgroundColor:v.FtCssVariableFactory.extend("--ft-button-background-color","",v.designSystemVariables.colorSurface),borderRadius:v.FtCssVariableFactory.extend("--ft-button-border-radius","",v.designSystemVariables.borderRadiusL),color:_r,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","",_r),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")},Dr=v.FtCssVariableFactory.extend("--ft-button-primary-color","",v.FtCssVariableFactory.extend("--ft-button-color","",v.designSystemVariables.colorOnPrimary)),Qe={backgroundColor:v.FtCssVariableFactory.extend("--ft-button-primary-background-color","",v.FtCssVariableFactory.extend("--ft-button-background-color","",v.designSystemVariables.colorPrimary)),color:Dr,rippleColor:v.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",Dr)},St={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")},Ur=[Gr.css`
352
352
  :host {
353
353
  display: inline-block;
354
354
  max-width: 100%;
@@ -391,7 +391,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
391
391
 
392
392
  --button-internal-line-height: max(calc(${P.fontSize} + 2px), ${P.iconSize});
393
393
  --button-internal-color: ${P.color};
394
- ${(0,v.setVariable)(W.size,P.iconSize)};
394
+ ${(0,v.setVariable)(z.size,P.iconSize)};
395
395
  ${(0,v.setVariable)(y.color,P.rippleColor)};
396
396
 
397
397
  border-radius: ${P.borderRadius};
@@ -407,13 +407,13 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
407
407
  }
408
408
 
409
409
  .ft-button.ft-button--dense {
410
- padding: ${Ct.verticalPadding} ${Ct.horizontalPadding};
411
- border-radius: ${Ct.borderRadius};
412
- gap: ${Ct.iconPadding};
410
+ padding: ${St.verticalPadding} ${St.horizontalPadding};
411
+ border-radius: ${St.borderRadius};
412
+ gap: ${St.iconPadding};
413
413
  }
414
414
 
415
415
  .ft-button.ft-button--dense.ft-button--outlined {
416
- padding: calc(${Ct.verticalPadding} - 1px) calc(${Ct.horizontalPadding} - 1px);
416
+ padding: calc(${St.verticalPadding} - 1px) calc(${St.horizontalPadding} - 1px);
417
417
  }
418
418
 
419
419
  .ft-button:not([disabled]):hover {
@@ -425,7 +425,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
425
425
  }
426
426
 
427
427
  .ft-button--round.ft-button--dense {
428
- border-radius: calc(var(--button-internal-line-height) / 2 + ${Ct.verticalPadding});
428
+ border-radius: calc(var(--button-internal-line-height) / 2 + ${St.verticalPadding});
429
429
  }
430
430
 
431
431
  .ft-button[disabled] {
@@ -450,12 +450,12 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
450
450
  text-overflow: ellipsis;
451
451
  display: block;
452
452
  margin: 0 ${P.iconPadding};
453
- ${(0,v.setVariable)(xt.fontSize,"1em")};
454
- ${(0,v.setVariable)(xt.lineHeight,"var(--button-internal-line-height)")};
453
+ ${(0,v.setVariable)(Ct.fontSize,"1em")};
454
+ ${(0,v.setVariable)(Ct.lineHeight,"var(--button-internal-line-height)")};
455
455
  }
456
456
 
457
457
  .ft-button--dense .ft-button--label {
458
- margin: 0 ${Ct.iconPadding};
458
+ margin: 0 ${St.iconPadding};
459
459
  }
460
460
 
461
461
  .ft-button--label[hidden] {
@@ -473,8 +473,8 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
473
473
  }
474
474
 
475
475
  .ft-button--dense .ft-button--label[hidden] + [part="icon"] {
476
- margin: 0 calc(${Ct.horizontalPadding} * -1);
477
- padding: 0 ${Ct.verticalPadding};
476
+ margin: 0 calc(${St.horizontalPadding} * -1);
477
+ padding: 0 ${St.verticalPadding};
478
478
  }
479
479
 
480
480
  .ft-button:not(.ft-button--trailing-icon) [part="label"] {
@@ -485,7 +485,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
485
485
  ${(0,v.setVariable)($.size,P.iconSize)};
486
486
  ${(0,v.setVariable)($.color,"var(--button-internal-color)")};
487
487
  }
488
- `,v.noTextSelect];var Tt=b(L());var Kr=b(L());var Zr=b(I()),j=b(ct()),Fr=b(me()),be=b(L());var et=function(e,o,a,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(d=e[p])&&(l=(c<3?d(l):c>3?d(o,a,l):d(o,a))||l);return c>3&&l&&Object.defineProperty(o,a,l),l},B=class extends be.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 be.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 be.Debouncer(10),this.moveRipple=o=>{var a,i;let{x:c,y:l}=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(c!=null?c-d.x:d.width/2),this.originY=Math.round(l!=null?l-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 Zr.html`
488
+ `,v.noTextSelect];var Tt=b(L());var Kr=b(L());var Zr=b(I()),V=b(ct()),Fr=b(me()),be=b(L());var tt=function(e,o,a,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(c<3?s(l):c>3?s(o,a,l):s(o,a))||l);return c>3&&l&&Object.defineProperty(o,a,l),l},B=class extends be.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 be.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 be.Debouncer(10),this.moveRipple=o=>{var a,i;let{x:c,y:l}=this.getCoordinates(o),s=(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(c!=null?c-s.x:s.width/2),this.originY=Math.round(l!=null?l-s.y:s.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 Zr.html`
489
489
  <style>
490
490
  .ft-ripple .ft-ripple--effect {
491
491
  left: ${this.originX}px;
@@ -496,9 +496,9 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
496
496
  <div class="ft-ripple--background"></div>
497
497
  <div class="ft-ripple--effect"></div>
498
498
  </div>
499
- `}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)=>u=>{p.forEach(m=>window.addEventListener(m,this.endPress,{once:!0})),this.startPress(u)},i=a("mouseup","contextmenu"),c=a("touchend","touchcancel"),l=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",c,d),o.addEventListener("touchmove",this.moveRipple,d),o.addEventListener("keydown",l,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",c,d),o.removeEventListener("touchmove",this.moveRipple,d),o.removeEventListener("keydown",l,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,c,l;return a.x!=null?{x:c,y:l}=a:i.touches!=null&&(c=i.touches[0].clientX,l=i.touches[0].clientY),{x:c,y:l}}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=jo;et([(0,j.property)({type:Boolean})],B.prototype,"primary",void 0);et([(0,j.property)({type:Boolean})],B.prototype,"secondary",void 0);et([(0,j.property)({type:Boolean})],B.prototype,"unbounded",void 0);et([(0,j.property)({type:Boolean})],B.prototype,"activated",void 0);et([(0,j.property)({type:Boolean})],B.prototype,"selected",void 0);et([(0,j.property)({type:Boolean})],B.prototype,"disabled",void 0);et([(0,j.state)()],B.prototype,"hovered",void 0);et([(0,j.state)()],B.prototype,"focused",void 0);et([(0,j.state)()],B.prototype,"pressed",void 0);et([(0,j.state)()],B.prototype,"rippling",void 0);et([(0,j.state)()],B.prototype,"originX",void 0);et([(0,j.state)()],B.prototype,"originY",void 0);et([(0,j.query)(".ft-ripple")],B.prototype,"ripple",void 0);et([(0,j.query)(".ft-ripple--effect")],B.prototype,"rippleEffect",void 0);(0,Kr.customElement)("ft-ripple")(B);var _a=b(L());var Ha=b(I()),Z=b(ct()),zt=b(L());var sa=b(L());var no=globalThis,ke=no.trustedTypes,Vr=ke?ke.createPolicy("lit-html",{createHTML:e=>e}):void 0,Jr="$lit$",It=`lit$${Math.random().toFixed(9).slice(2)}$`,ta="?"+It,Cn=`<${ta}>`,Mt=document,We=()=>Mt.createComment(""),Ce=e=>e===null||typeof e!="object"&&typeof e!="function",io=Array.isArray,Sn=e=>io(e)||typeof e?.[Symbol.iterator]=="function",Je=`[
499
+ `}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)=>u=>{p.forEach(m=>window.addEventListener(m,this.endPress,{once:!0})),this.startPress(u)},i=a("mouseup","contextmenu"),c=a("touchend","touchcancel"),l=p=>{["Enter"," "].includes(p.key)&&a("keyup")(p)},s={passive:!0};o.addEventListener("mouseover",this.startHover,s),o.addEventListener("mousemove",this.moveRipple,s),o.addEventListener("mouseleave",this.endHover,s),o.addEventListener("mousedown",i,s),o.addEventListener("touchstart",c,s),o.addEventListener("touchmove",this.moveRipple,s),o.addEventListener("keydown",l,s),o.addEventListener("focus",this.startFocus,s),o.addEventListener("blur",this.endFocus,s),o.addEventListener("focusin",this.startFocus,s),o.addEventListener("focusout",this.endFocus,s),this.onDisconnect=()=>{o.removeAttribute("data-is-ft-ripple-target"),o.removeEventListener("mouseover",this.startHover,s),o.removeEventListener("mousemove",this.moveRipple,s),o.removeEventListener("mouseleave",this.endHover,s),o.removeEventListener("mousedown",i,s),o.removeEventListener("touchstart",c,s),o.removeEventListener("touchmove",this.moveRipple,s),o.removeEventListener("keydown",l,s),o.removeEventListener("focus",this.startFocus,s),o.removeEventListener("blur",this.endFocus,s),o.removeEventListener("focusin",this.startFocus,s),o.removeEventListener("focusout",this.endFocus,s),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(o){let a=o,i=o,c,l;return a.x!=null?{x:c,y:l}=a:i.touches!=null&&(c=i.touches[0].clientX,l=i.touches[0].clientY),{x:c,y:l}}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=jo;tt([(0,V.property)({type:Boolean})],B.prototype,"primary",void 0);tt([(0,V.property)({type:Boolean})],B.prototype,"secondary",void 0);tt([(0,V.property)({type:Boolean})],B.prototype,"unbounded",void 0);tt([(0,V.property)({type:Boolean})],B.prototype,"activated",void 0);tt([(0,V.property)({type:Boolean})],B.prototype,"selected",void 0);tt([(0,V.property)({type:Boolean})],B.prototype,"disabled",void 0);tt([(0,V.state)()],B.prototype,"hovered",void 0);tt([(0,V.state)()],B.prototype,"focused",void 0);tt([(0,V.state)()],B.prototype,"pressed",void 0);tt([(0,V.state)()],B.prototype,"rippling",void 0);tt([(0,V.state)()],B.prototype,"originX",void 0);tt([(0,V.state)()],B.prototype,"originY",void 0);tt([(0,V.query)(".ft-ripple")],B.prototype,"ripple",void 0);tt([(0,V.query)(".ft-ripple--effect")],B.prototype,"rippleEffect",void 0);(0,Kr.customElement)("ft-ripple")(B);var _a=b(L());var Ha=b(I()),it=b(ct()),ot=b(L());var da=b(L());var no=globalThis,ze=no.trustedTypes,Vr=ze?ze.createPolicy("lit-html",{createHTML:e=>e}):void 0,Jr="$lit$",Pt=`lit$${Math.random().toFixed(9).slice(2)}$`,ta="?"+Pt,Cn=`<${ta}>`,Mt=document,We=()=>Mt.createComment(""),Ce=e=>e===null||typeof e!="object"&&typeof e!="function",io=Array.isArray,Sn=e=>io(e)||typeof e?.[Symbol.iterator]=="function",Je=`[
500
500
  \f\r]`,xe=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,jr=/-->/g,Yr=/>/g,Gt=RegExp(`>|${Je}(?:([^\\s"'>=/]+)(${Je}*=${Je}*(?:[^
501
- \f\r"'\`<>=]|("|')|))|$)`,"g"),Xr=/'/g,qr=/"/g,ea=/^(?:script|style|textarea|title)$/i,co=e=>(o,...a)=>({_$litType$:e,strings:o,values:a}),oa=co(1),ra=co(2),aa=co(3),Se=Symbol.for("lit-noChange"),D=Symbol.for("lit-nothing"),Qr=new WeakMap,Ut=Mt.createTreeWalker(Mt,129);function na(e,o){if(!io(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Vr!==void 0?Vr.createHTML(o):o}var On=(e,o)=>{let a=e.length-1,i=[],c,l=o===2?"<svg>":o===3?"<math>":"",d=xe;for(let p=0;p<a;p++){let u=e[p],m,S,x=-1,E=0;for(;E<u.length&&(d.lastIndex=E,S=d.exec(u),S!==null);)E=d.lastIndex,d===xe?S[1]==="!--"?d=jr:S[1]!==void 0?d=Yr:S[2]!==void 0?(ea.test(S[2])&&(c=RegExp("</"+S[2],"g")),d=Gt):S[3]!==void 0&&(d=Gt):d===Gt?S[0]===">"?(d=c??xe,x=-1):S[1]===void 0?x=-2:(x=d.lastIndex-S[2].length,m=S[1],d=S[3]===void 0?Gt:S[3]==='"'?qr:Xr):d===qr||d===Xr?d=Gt:d===jr||d===Yr?d=xe:(d=Gt,c=void 0);let N=d===Gt&&e[p+1].startsWith("/>")?" ":"";l+=d===xe?u+Cn:x>=0?(i.push(m),u.slice(0,x)+Jr+u.slice(x)+It+N):u+It+(x===-2?p:N)}return[na(e,l+(e[a]||"<?>")+(o===2?"</svg>":o===3?"</math>":"")),i]},Oe=class e{constructor({strings:o,_$litType$:a},i){let c;this.parts=[];let l=0,d=0,p=o.length-1,u=this.parts,[m,S]=On(o,a);if(this.el=e.createElement(m,i),Ut.currentNode=this.el.content,a===2||a===3){let x=this.el.content.firstChild;x.replaceWith(...x.childNodes)}for(;(c=Ut.nextNode())!==null&&u.length<p;){if(c.nodeType===1){if(c.hasAttributes())for(let x of c.getAttributeNames())if(x.endsWith(Jr)){let E=S[d++],N=c.getAttribute(x).split(It),R=/([.?@])?(.*)/.exec(E);u.push({type:1,index:l,name:R[2],strings:N,ctor:R[1]==="."?eo:R[1]==="?"?oo:R[1]==="@"?ro:ae}),c.removeAttribute(x)}else x.startsWith(It)&&(u.push({type:6,index:l}),c.removeAttribute(x));if(ea.test(c.tagName)){let x=c.textContent.split(It),E=x.length-1;if(E>0){c.textContent=ke?ke.emptyScript:"";for(let N=0;N<E;N++)c.append(x[N],We()),Ut.nextNode(),u.push({type:2,index:++l});c.append(x[E],We())}}}else if(c.nodeType===8)if(c.data===ta)u.push({type:2,index:l});else{let x=-1;for(;(x=c.data.indexOf(It,x+1))!==-1;)u.push({type:7,index:l}),x+=It.length-1}l++}}static createElement(o,a){let i=Mt.createElement("template");return i.innerHTML=o,i}};function re(e,o,a=e,i){if(o===Se)return o;let c=i!==void 0?a._$Co?.[i]:a._$Cl,l=Ce(o)?void 0:o._$litDirective$;return c?.constructor!==l&&(c?._$AO?.(!1),l===void 0?c=void 0:(c=new l(e),c._$AT(e,a,i)),i!==void 0?(a._$Co??=[])[i]=c:a._$Cl=c),c!==void 0&&(o=re(e,c._$AS(e,o.values),c,i)),o}var to=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,c=(o?.creationScope??Mt).importNode(a,!0);Ut.currentNode=c;let l=Ut.nextNode(),d=0,p=0,u=i[0];for(;u!==void 0;){if(d===u.index){let m;u.type===2?m=new Te(l,l.nextSibling,this,o):u.type===1?m=new u.ctor(l,u.name,u.strings,this,o):u.type===6&&(m=new ao(l,this,o)),this._$AV.push(m),u=i[++p]}d!==u?.index&&(l=Ut.nextNode(),d++)}return Ut.currentNode=Mt,c}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++}},Te=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(o,a,i,c){this.type=2,this._$AH=D,this._$AN=void 0,this._$AA=o,this._$AB=a,this._$AM=i,this.options=c,this._$Cv=c?.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=re(this,o,a),Ce(o)?o===D||o==null||o===""?(this._$AH!==D&&this._$AR(),this._$AH=D):o!==this._$AH&&o!==Se&&this._(o):o._$litType$!==void 0?this.$(o):o.nodeType!==void 0?this.T(o):Sn(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!==D&&Ce(this._$AH)?this._$AA.nextSibling.data=o:this.T(Mt.createTextNode(o)),this._$AH=o}$(o){let{values:a,_$litType$:i}=o,c=typeof i=="number"?this._$AC(o):(i.el===void 0&&(i.el=Oe.createElement(na(i.h,i.h[0]),this.options)),i);if(this._$AH?._$AD===c)this._$AH.p(a);else{let l=new to(c,this),d=l.u(this.options);l.p(a),this.T(d),this._$AH=l}}_$AC(o){let a=Qr.get(o.strings);return a===void 0&&Qr.set(o.strings,a=new Oe(o)),a}k(o){io(this._$AH)||(this._$AH=[],this._$AR());let a=this._$AH,i,c=0;for(let l of o)c===a.length?a.push(i=new e(this.O(We()),this.O(We()),this,this.options)):i=a[c],i._$AI(l),c++;c<a.length&&(this._$AR(i&&i._$AB.nextSibling,c),a.length=c)}_$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))}},ae=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(o,a,i,c,l){this.type=1,this._$AH=D,this._$AN=void 0,this.element=o,this.name=a,this._$AM=c,this.options=l,i.length>2||i[0]!==""||i[1]!==""?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=D}_$AI(o,a=this,i,c){let l=this.strings,d=!1;if(l===void 0)o=re(this,o,a,0),d=!Ce(o)||o!==this._$AH&&o!==Se,d&&(this._$AH=o);else{let p=o,u,m;for(o=l[0],u=0;u<l.length-1;u++)m=re(this,p[i+u],a,u),m===Se&&(m=this._$AH[u]),d||=!Ce(m)||m!==this._$AH[u],m===D?o=D:o!==D&&(o+=(m??"")+l[u+1]),this._$AH[u]=m}d&&!c&&this.j(o)}j(o){o===D?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,o??"")}},eo=class extends ae{constructor(){super(...arguments),this.type=3}j(o){this.element[this.name]=o===D?void 0:o}},oo=class extends ae{constructor(){super(...arguments),this.type=4}j(o){this.element.toggleAttribute(this.name,!!o&&o!==D)}},ro=class extends ae{constructor(o,a,i,c,l){super(o,a,i,c,l),this.type=5}_$AI(o,a=this){if((o=re(this,o,a,0)??D)===Se)return;let i=this._$AH,c=o===D&&i!==D||o.capture!==i.capture||o.once!==i.once||o.passive!==i.passive,l=o!==D&&(i===D||c);c&&this.element.removeEventListener(this.name,this,i),l&&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)}},ao=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){re(this,o)}};var vn=no.litHtmlPolyfillSupport;vn?.(Oe,Te),(no.litHtmlVersions??=[]).push("3.3.0");var ca=Symbol.for(""),wn=e=>{if(e?.r===ca)return e?._$litStatic$},lo=e=>({_$litStatic$:e,r:ca});var ia=new Map,so=e=>(o,...a)=>{let i=a.length,c,l,d=[],p=[],u,m=0,S=!1;for(;m<i;){for(u=o[m];m<i&&(l=a[m],(c=wn(l))!==void 0);)u+=c+o[++m],S=!0;m!==i&&p.push(l),d.push(u),m++}if(m===i&&d.push(o[i]),S){let x=d.join("$$lit$$");(o=ia.get(x))===void 0&&(d.raw=d,ia.set(x,o=d)),a=p}return e(o,...a)},po=so(oa),Hs=so(ra),_s=so(aa);var fo=b(ct()),da=b(L());var yt;(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"})(yt||(yt={}));var la=function(e,o,a,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(d=e[p])&&(l=(c<3?d(l):c>3?d(o,a,l):d(o,a))||l);return c>3&&l&&Object.defineProperty(o,a,l),l},tt=class extends da.FtLitElement{constructor(){super(...arguments),this.variant=yt.body1}render(){return this.element?po`
501
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),Xr=/'/g,qr=/"/g,ea=/^(?:script|style|textarea|title)$/i,co=e=>(o,...a)=>({_$litType$:e,strings:o,values:a}),oa=co(1),ra=co(2),aa=co(3),Se=Symbol.for("lit-noChange"),_=Symbol.for("lit-nothing"),Qr=new WeakMap,Ut=Mt.createTreeWalker(Mt,129);function na(e,o){if(!io(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Vr!==void 0?Vr.createHTML(o):o}var On=(e,o)=>{let a=e.length-1,i=[],c,l=o===2?"<svg>":o===3?"<math>":"",s=xe;for(let p=0;p<a;p++){let u=e[p],m,S,x=-1,N=0;for(;N<u.length&&(s.lastIndex=N,S=s.exec(u),S!==null);)N=s.lastIndex,s===xe?S[1]==="!--"?s=jr:S[1]!==void 0?s=Yr:S[2]!==void 0?(ea.test(S[2])&&(c=RegExp("</"+S[2],"g")),s=Gt):S[3]!==void 0&&(s=Gt):s===Gt?S[0]===">"?(s=c??xe,x=-1):S[1]===void 0?x=-2:(x=s.lastIndex-S[2].length,m=S[1],s=S[3]===void 0?Gt:S[3]==='"'?qr:Xr):s===qr||s===Xr?s=Gt:s===jr||s===Yr?s=xe:(s=Gt,c=void 0);let E=s===Gt&&e[p+1].startsWith("/>")?" ":"";l+=s===xe?u+Cn:x>=0?(i.push(m),u.slice(0,x)+Jr+u.slice(x)+Pt+E):u+Pt+(x===-2?p:E)}return[na(e,l+(e[a]||"<?>")+(o===2?"</svg>":o===3?"</math>":"")),i]},Oe=class e{constructor({strings:o,_$litType$:a},i){let c;this.parts=[];let l=0,s=0,p=o.length-1,u=this.parts,[m,S]=On(o,a);if(this.el=e.createElement(m,i),Ut.currentNode=this.el.content,a===2||a===3){let x=this.el.content.firstChild;x.replaceWith(...x.childNodes)}for(;(c=Ut.nextNode())!==null&&u.length<p;){if(c.nodeType===1){if(c.hasAttributes())for(let x of c.getAttributeNames())if(x.endsWith(Jr)){let N=S[s++],E=c.getAttribute(x).split(Pt),R=/([.?@])?(.*)/.exec(N);u.push({type:1,index:l,name:R[2],strings:E,ctor:R[1]==="."?eo:R[1]==="?"?oo:R[1]==="@"?ro:ae}),c.removeAttribute(x)}else x.startsWith(Pt)&&(u.push({type:6,index:l}),c.removeAttribute(x));if(ea.test(c.tagName)){let x=c.textContent.split(Pt),N=x.length-1;if(N>0){c.textContent=ze?ze.emptyScript:"";for(let E=0;E<N;E++)c.append(x[E],We()),Ut.nextNode(),u.push({type:2,index:++l});c.append(x[N],We())}}}else if(c.nodeType===8)if(c.data===ta)u.push({type:2,index:l});else{let x=-1;for(;(x=c.data.indexOf(Pt,x+1))!==-1;)u.push({type:7,index:l}),x+=Pt.length-1}l++}}static createElement(o,a){let i=Mt.createElement("template");return i.innerHTML=o,i}};function re(e,o,a=e,i){if(o===Se)return o;let c=i!==void 0?a._$Co?.[i]:a._$Cl,l=Ce(o)?void 0:o._$litDirective$;return c?.constructor!==l&&(c?._$AO?.(!1),l===void 0?c=void 0:(c=new l(e),c._$AT(e,a,i)),i!==void 0?(a._$Co??=[])[i]=c:a._$Cl=c),c!==void 0&&(o=re(e,c._$AS(e,o.values),c,i)),o}var to=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,c=(o?.creationScope??Mt).importNode(a,!0);Ut.currentNode=c;let l=Ut.nextNode(),s=0,p=0,u=i[0];for(;u!==void 0;){if(s===u.index){let m;u.type===2?m=new Te(l,l.nextSibling,this,o):u.type===1?m=new u.ctor(l,u.name,u.strings,this,o):u.type===6&&(m=new ao(l,this,o)),this._$AV.push(m),u=i[++p]}s!==u?.index&&(l=Ut.nextNode(),s++)}return Ut.currentNode=Mt,c}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++}},Te=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(o,a,i,c){this.type=2,this._$AH=_,this._$AN=void 0,this._$AA=o,this._$AB=a,this._$AM=i,this.options=c,this._$Cv=c?.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=re(this,o,a),Ce(o)?o===_||o==null||o===""?(this._$AH!==_&&this._$AR(),this._$AH=_):o!==this._$AH&&o!==Se&&this._(o):o._$litType$!==void 0?this.$(o):o.nodeType!==void 0?this.T(o):Sn(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!==_&&Ce(this._$AH)?this._$AA.nextSibling.data=o:this.T(Mt.createTextNode(o)),this._$AH=o}$(o){let{values:a,_$litType$:i}=o,c=typeof i=="number"?this._$AC(o):(i.el===void 0&&(i.el=Oe.createElement(na(i.h,i.h[0]),this.options)),i);if(this._$AH?._$AD===c)this._$AH.p(a);else{let l=new to(c,this),s=l.u(this.options);l.p(a),this.T(s),this._$AH=l}}_$AC(o){let a=Qr.get(o.strings);return a===void 0&&Qr.set(o.strings,a=new Oe(o)),a}k(o){io(this._$AH)||(this._$AH=[],this._$AR());let a=this._$AH,i,c=0;for(let l of o)c===a.length?a.push(i=new e(this.O(We()),this.O(We()),this,this.options)):i=a[c],i._$AI(l),c++;c<a.length&&(this._$AR(i&&i._$AB.nextSibling,c),a.length=c)}_$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))}},ae=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(o,a,i,c,l){this.type=1,this._$AH=_,this._$AN=void 0,this.element=o,this.name=a,this._$AM=c,this.options=l,i.length>2||i[0]!==""||i[1]!==""?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=_}_$AI(o,a=this,i,c){let l=this.strings,s=!1;if(l===void 0)o=re(this,o,a,0),s=!Ce(o)||o!==this._$AH&&o!==Se,s&&(this._$AH=o);else{let p=o,u,m;for(o=l[0],u=0;u<l.length-1;u++)m=re(this,p[i+u],a,u),m===Se&&(m=this._$AH[u]),s||=!Ce(m)||m!==this._$AH[u],m===_?o=_:o!==_&&(o+=(m??"")+l[u+1]),this._$AH[u]=m}s&&!c&&this.j(o)}j(o){o===_?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,o??"")}},eo=class extends ae{constructor(){super(...arguments),this.type=3}j(o){this.element[this.name]=o===_?void 0:o}},oo=class extends ae{constructor(){super(...arguments),this.type=4}j(o){this.element.toggleAttribute(this.name,!!o&&o!==_)}},ro=class extends ae{constructor(o,a,i,c,l){super(o,a,i,c,l),this.type=5}_$AI(o,a=this){if((o=re(this,o,a,0)??_)===Se)return;let i=this._$AH,c=o===_&&i!==_||o.capture!==i.capture||o.once!==i.once||o.passive!==i.passive,l=o!==_&&(i===_||c);c&&this.element.removeEventListener(this.name,this,i),l&&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)}},ao=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){re(this,o)}};var vn=no.litHtmlPolyfillSupport;vn?.(Oe,Te),(no.litHtmlVersions??=[]).push("3.3.0");var ca=Symbol.for(""),wn=e=>{if(e?.r===ca)return e?._$litStatic$},lo=e=>({_$litStatic$:e,r:ca});var ia=new Map,so=e=>(o,...a)=>{let i=a.length,c,l,s=[],p=[],u,m=0,S=!1;for(;m<i;){for(u=o[m];m<i&&(l=a[m],(c=wn(l))!==void 0);)u+=c+o[++m],S=!0;m!==i&&p.push(l),s.push(u),m++}if(m===i&&s.push(o[i]),S){let x=s.join("$$lit$$");(o=ia.get(x))===void 0&&(s.raw=s,ia.set(x,o=s)),a=p}return e(o,...a)},po=so(oa),Hd=so(ra),_d=so(aa);var fo=b(ct()),sa=b(L());var yt;(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"})(yt||(yt={}));var la=function(e,o,a,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(c<3?s(l):c>3?s(o,a,l):s(o,a))||l);return c>3&&l&&Object.defineProperty(o,a,l),l},J=class extends sa.FtLitElement{constructor(){super(...arguments),this.variant=yt.body1}render(){return this.element?po`
502
502
  <${lo(this.element)}
503
503
  part="text"
504
504
  class="ft-typography ft-typography--${this.variant}">
@@ -506,7 +506,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
506
506
  </${lo(this.element)}>
507
507
  `:po`
508
508
  <slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
509
- `}};tt.styles=[vr,wr,Nr,Er,Lr,Rr,Ar,$r,Br,Ir,Pr,...zr];la([(0,fo.property)()],tt.prototype,"element",void 0);la([(0,fo.property)()],tt.prototype,"variant",void 0);(0,sa.customElement)("ft-typography")(tt);var pa=b(I()),Et=b(L()),ne={distance:Et.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Et.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Et.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:Et.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:Et.FtCssVariableFactory.external(Et.designSystemVariables.borderRadiusS,"Design system"),maxWidth:Et.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},fa=pa.css`
509
+ `}};J.styles=[vr,wr,Er,Nr,Lr,Rr,Ar,$r,Br,Ir,Pr,...kr];la([(0,fo.property)()],J.prototype,"element",void 0);la([(0,fo.property)()],J.prototype,"variant",void 0);(0,da.customElement)("ft-typography")(J);var pa=b(I()),Lt=b(L()),ne={distance:Lt.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Lt.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Lt.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:Lt.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:Lt.FtCssVariableFactory.external(Lt.designSystemVariables.borderRadiusS,"Design system"),maxWidth:Lt.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},fa=pa.css`
510
510
  .ft-tooltip--container {
511
511
  display: block;
512
512
  }
@@ -535,15 +535,10 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
535
535
  position: relative;
536
536
  word-break: break-word;
537
537
  }
538
- `;var ya=["top","right","bottom","left"],ua=["start","end"],yo=ya.reduce((e,o)=>e.concat(o,o+"-"+ua[0],o+"-"+ua[1]),[]),ga=Math.min,ha=Math.max;var Nn={left:"right",right:"left",bottom:"top",top:"bottom"},En={start:"end",end:"start"};function go(e,o,a){return ha(e,ga(o,a))}function He(e,o){return typeof e=="function"?e(o):e}function ie(e){return e.split("-")[0]}function Pt(e){return e.split("-")[1]}function ho(e){return e==="x"?"y":"x"}function mo(e){return e==="y"?"height":"width"}function _e(e){return["top","bottom"].includes(ie(e))?"y":"x"}function bo(e){return ho(_e(e))}function ma(e,o,a){a===void 0&&(a=!1);let i=Pt(e),c=bo(e),l=mo(c),d=c==="x"?i===(a?"end":"start")?"right":"left":i==="start"?"bottom":"top";return o.reference[l]>o.floating[l]&&(d=uo(d)),[d,uo(d)]}function ba(e){return e.replace(/start|end/g,o=>En[o])}function uo(e){return e.replace(/left|right|bottom|top/g,o=>Nn[o])}function Ln(e){return{top:0,right:0,bottom:0,left:0,...e}}function xa(e){return typeof e!="number"?Ln(e):{top:e,right:e,bottom:e,left:e}}function Zt(e){let{x:o,y:a,width:i,height:c}=e;return{width:i,height:c,top:a,left:o,right:o+i,bottom:a+c,x:o,y:a}}function Ca(e,o,a){let{reference:i,floating:c}=e,l=_e(o),d=bo(o),p=mo(d),u=ie(o),m=l==="y",S=i.x+i.width/2-c.width/2,x=i.y+i.height/2-c.height/2,E=i[p]/2-c[p]/2,N;switch(u){case"top":N={x:S,y:i.y-c.height};break;case"bottom":N={x:S,y:i.y+i.height};break;case"right":N={x:i.x+i.width,y:x};break;case"left":N={x:i.x-c.width,y:x};break;default:N={x:i.x,y:i.y}}switch(Pt(o)){case"start":N[d]-=E*(a&&m?-1:1);break;case"end":N[d]+=E*(a&&m?-1:1);break}return N}var Sa=async(e,o,a)=>{let{placement:i="bottom",strategy:c="absolute",middleware:l=[],platform:d}=a,p=l.filter(Boolean),u=await(d.isRTL==null?void 0:d.isRTL(o)),m=await d.getElementRects({reference:e,floating:o,strategy:c}),{x:S,y:x}=Ca(m,i,u),E=i,N={},R=0;for(let T=0;T<p.length;T++){let{name:U,fn:H}=p[T],{x:M,y:Q,data:$t,reset:X}=await H({x:S,y:x,initialPlacement:i,placement:E,strategy:c,middlewareData:N,rects:m,platform:d,elements:{reference:e,floating:o}});S=M??S,x=Q??x,N={...N,[U]:{...N[U],...$t}},X&&R<=50&&(R++,typeof X=="object"&&(X.placement&&(E=X.placement),X.rects&&(m=X.rects===!0?await d.getElementRects({reference:e,floating:o,strategy:c}):X.rects),{x:S,y:x}=Ca(m,E,u)),T=-1)}return{x:S,y:x,placement:E,strategy:c,middlewareData:N}};async function xo(e,o){var a;o===void 0&&(o={});let{x:i,y:c,platform:l,rects:d,elements:p,strategy:u}=e,{boundary:m="clippingAncestors",rootBoundary:S="viewport",elementContext:x="floating",altBoundary:E=!1,padding:N=0}=He(o,e),R=xa(N),U=p[E?x==="floating"?"reference":"floating":x],H=Zt(await l.getClippingRect({element:(a=await(l.isElement==null?void 0:l.isElement(U)))==null||a?U:U.contextElement||await(l.getDocumentElement==null?void 0:l.getDocumentElement(p.floating)),boundary:m,rootBoundary:S,strategy:u})),M=x==="floating"?{x:i,y:c,width:d.floating.width,height:d.floating.height}:d.reference,Q=await(l.getOffsetParent==null?void 0:l.getOffsetParent(p.floating)),$t=await(l.isElement==null?void 0:l.isElement(Q))?await(l.getScale==null?void 0:l.getScale(Q))||{x:1,y:1}:{x:1,y:1},X=Zt(l.convertOffsetParentRelativeRectToViewportRelativeRect?await l.convertOffsetParentRelativeRectToViewportRelativeRect({elements:p,rect:M,offsetParent:Q,strategy:u}):M);return{top:(H.top-X.top+R.top)/$t.y,bottom:(X.bottom-H.bottom+R.bottom)/$t.y,left:(H.left-X.left+R.left)/$t.x,right:(X.right-H.right+R.right)/$t.x}}function Rn(e,o,a){return(e?[...a.filter(c=>Pt(c)===e),...a.filter(c=>Pt(c)!==e)]:a.filter(c=>ie(c)===c)).filter(c=>e?Pt(c)===e||(o?ba(c)!==c:!1):!0)}var Co=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(o){var a,i,c;let{rects:l,middlewareData:d,placement:p,platform:u,elements:m}=o,{crossAxis:S=!1,alignment:x,allowedPlacements:E=yo,autoAlignment:N=!0,...R}=He(e,o),T=x!==void 0||E===yo?Rn(x||null,N,E):E,U=await xo(o,R),H=((a=d.autoPlacement)==null?void 0:a.index)||0,M=T[H];if(M==null)return{};let Q=ma(M,l,await(u.isRTL==null?void 0:u.isRTL(m.floating)));if(p!==M)return{reset:{placement:T[0]}};let $t=[U[ie(M)],U[Q[0]],U[Q[1]]],X=[...((i=d.autoPlacement)==null?void 0:i.overflows)||[],{placement:M,overflows:$t}],Bo=T[H+1];if(Bo)return{data:{index:H+1,overflows:X},reset:{placement:Bo}};let Io=X.map(bt=>{let ye=Pt(bt.placement);return[bt.placement,ye&&S?bt.overflows.slice(0,2).reduce((pn,fn)=>pn+fn,0):bt.overflows[0],bt.overflows]}).sort((bt,ye)=>bt[1]-ye[1]),Po=((c=Io.filter(bt=>bt[2].slice(0,Pt(bt[0])?2:3).every(ye=>ye<=0))[0])==null?void 0:c[0])||Io[0][0];return Po!==p?{data:{index:H+1,overflows:X},reset:{placement:Po}}:{}}}};var So=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(o){let{x:a,y:i,placement:c}=o,{mainAxis:l=!0,crossAxis:d=!1,limiter:p={fn:U=>{let{x:H,y:M}=U;return{x:H,y:M}}},...u}=He(e,o),m={x:a,y:i},S=await xo(o,u),x=_e(ie(c)),E=ho(x),N=m[E],R=m[x];if(l){let U=E==="y"?"top":"left",H=E==="y"?"bottom":"right",M=N+S[U],Q=N-S[H];N=go(M,N,Q)}if(d){let U=x==="y"?"top":"left",H=x==="y"?"bottom":"right",M=R+S[U],Q=R-S[H];R=go(M,R,Q)}let T=p.fn({...o,[E]:N,[x]:R});return{...T,data:{x:T.x-a,y:T.y-i,enabled:{[E]:l,[x]:d}}}}}};var Oo=Math.min,ce=Math.max,ve=Math.round;var Lt=e=>({x:e,y:e});function Rt(e){return va(e)?(e.nodeName||"").toLowerCase():"#document"}function ot(e){var o;return(e==null||(o=e.ownerDocument)==null?void 0:o.defaultView)||window}function At(e){var o;return(o=(va(e)?e.ownerDocument:e.document)||window.document)==null?void 0:o.documentElement}function va(e){return e instanceof Node||e instanceof ot(e).Node}function St(e){return e instanceof Element||e instanceof ot(e).Element}function gt(e){return e instanceof HTMLElement||e instanceof ot(e).HTMLElement}function Oa(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof ot(e).ShadowRoot}function le(e){let{overflow:o,overflowX:a,overflowY:i,display:c}=it(e);return/auto|scroll|overlay|hidden|clip/.test(o+i+a)&&!["inline","contents"].includes(c)}function wa(e){return["table","td","th"].includes(Rt(e))}function Ge(e){let o=Ue(),a=it(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 Na(e){let o=Ft(e);for(;gt(o)&&!we(o);){if(Ge(o))return o;o=Ft(o)}return null}function Ue(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function we(e){return["html","body","#document"].includes(Rt(e))}function it(e){return ot(e).getComputedStyle(e)}function Ne(e){return St(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Ft(e){if(Rt(e)==="html")return e;let o=e.assignedSlot||e.parentNode||Oa(e)&&e.host||At(e);return Oa(o)?o.host:o}function Ea(e){let o=Ft(e);return we(o)?e.ownerDocument?e.ownerDocument.body:e.body:gt(o)&&le(o)?o:Ea(o)}function De(e,o,a){var i;o===void 0&&(o=[]),a===void 0&&(a=!0);let c=Ea(e),l=c===((i=e.ownerDocument)==null?void 0:i.body),d=ot(c);return l?o.concat(d,d.visualViewport||[],le(c)?c:[],d.frameElement&&a?De(d.frameElement):[]):o.concat(c,De(c,[],a))}function Aa(e){let o=it(e),a=parseFloat(o.width)||0,i=parseFloat(o.height)||0,c=gt(e),l=c?e.offsetWidth:a,d=c?e.offsetHeight:i,p=ve(a)!==l||ve(i)!==d;return p&&(a=l,i=d),{width:a,height:i,$:p}}function $a(e){return St(e)?e:e.contextElement}function de(e){let o=$a(e);if(!gt(o))return Lt(1);let a=o.getBoundingClientRect(),{width:i,height:c,$:l}=Aa(o),d=(l?ve(a.width):a.width)/i,p=(l?ve(a.height):a.height)/c;return(!d||!Number.isFinite(d))&&(d=1),(!p||!Number.isFinite(p))&&(p=1),{x:d,y:p}}var Bn=Lt(0);function Ba(e){let o=ot(e);return!Ue()||!o.visualViewport?Bn:{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}}function In(e,o,a){return o===void 0&&(o=!1),!a||o&&a!==ot(e)?!1:o}function Ee(e,o,a,i){o===void 0&&(o=!1),a===void 0&&(a=!1);let c=e.getBoundingClientRect(),l=$a(e),d=Lt(1);o&&(i?St(i)&&(d=de(i)):d=de(e));let p=In(l,a,i)?Ba(l):Lt(0),u=(c.left+p.x)/d.x,m=(c.top+p.y)/d.y,S=c.width/d.x,x=c.height/d.y;if(l){let E=ot(l),N=i&&St(i)?ot(i):i,R=E.frameElement;for(;R&&i&&N!==E;){let T=de(R),U=R.getBoundingClientRect(),H=it(R),M=U.left+(R.clientLeft+parseFloat(H.paddingLeft))*T.x,Q=U.top+(R.clientTop+parseFloat(H.paddingTop))*T.y;u*=T.x,m*=T.y,S*=T.x,x*=T.y,u+=M,m+=Q,R=ot(R).frameElement}}return Zt({width:S,height:x,x:u,y:m})}function Pn(e){let{rect:o,offsetParent:a,strategy:i}=e,c=gt(a),l=At(a);if(a===l)return o;let d={scrollLeft:0,scrollTop:0},p=Lt(1),u=Lt(0);if((c||!c&&i!=="fixed")&&((Rt(a)!=="body"||le(l))&&(d=Ne(a)),gt(a))){let m=Ee(a);p=de(a),u.x=m.x+a.clientLeft,u.y=m.y+a.clientTop}return{width:o.width*p.x,height:o.height*p.y,x:o.x*p.x-d.scrollLeft*p.x+u.x,y:o.y*p.y-d.scrollTop*p.y+u.y}}function zn(e){return Array.from(e.getClientRects())}function Ia(e){return Ee(At(e)).left+Ne(e).scrollLeft}function kn(e){let o=At(e),a=Ne(e),i=e.ownerDocument.body,c=ce(o.scrollWidth,o.clientWidth,i.scrollWidth,i.clientWidth),l=ce(o.scrollHeight,o.clientHeight,i.scrollHeight,i.clientHeight),d=-a.scrollLeft+Ia(e),p=-a.scrollTop;return it(i).direction==="rtl"&&(d+=ce(o.clientWidth,i.clientWidth)-c),{width:c,height:l,x:d,y:p}}function Wn(e,o){let a=ot(e),i=At(e),c=a.visualViewport,l=i.clientWidth,d=i.clientHeight,p=0,u=0;if(c){l=c.width,d=c.height;let m=Ue();(!m||m&&o==="fixed")&&(p=c.offsetLeft,u=c.offsetTop)}return{width:l,height:d,x:p,y:u}}function Tn(e,o){let a=Ee(e,!0,o==="fixed"),i=a.top+e.clientTop,c=a.left+e.clientLeft,l=gt(e)?de(e):Lt(1),d=e.clientWidth*l.x,p=e.clientHeight*l.y,u=c*l.x,m=i*l.y;return{width:d,height:p,x:u,y:m}}function La(e,o,a){let i;if(o==="viewport")i=Wn(e,a);else if(o==="document")i=kn(At(e));else if(St(o))i=Tn(o,a);else{let c=Ba(e);i={...o,x:o.x-c.x,y:o.y-c.y}}return Zt(i)}function Pa(e,o){let a=Ft(e);return a===o||!St(a)||we(a)?!1:it(a).position==="fixed"||Pa(a,o)}function Hn(e,o){let a=o.get(e);if(a)return a;let i=De(e,[],!1).filter(p=>St(p)&&Rt(p)!=="body"),c=null,l=it(e).position==="fixed",d=l?Ft(e):e;for(;St(d)&&!we(d);){let p=it(d),u=Ge(d);!u&&p.position==="fixed"&&(c=null),(l?!u&&!c:!u&&p.position==="static"&&!!c&&["absolute","fixed"].includes(c.position)||le(d)&&!u&&Pa(e,d))?i=i.filter(S=>S!==d):c=p,d=Ft(d)}return o.set(e,i),i}function _n(e){let{element:o,boundary:a,rootBoundary:i,strategy:c}=e,d=[...a==="clippingAncestors"?Hn(o,this._c):[].concat(a),i],p=d[0],u=d.reduce((m,S)=>{let x=La(o,S,c);return m.top=ce(x.top,m.top),m.right=Oo(x.right,m.right),m.bottom=Oo(x.bottom,m.bottom),m.left=ce(x.left,m.left),m},La(o,p,c));return{width:u.right-u.left,height:u.bottom-u.top,x:u.left,y:u.top}}function Dn(e){return Aa(e)}function Gn(e,o,a){let i=gt(o),c=At(o),l=a==="fixed",d=Ee(e,!0,l,o),p={scrollLeft:0,scrollTop:0},u=Lt(0);if(i||!i&&!l)if((Rt(o)!=="body"||le(c))&&(p=Ne(o)),i){let m=Ee(o,!0,l,o);u.x=m.x+o.clientLeft,u.y=m.y+o.clientTop}else c&&(u.x=Ia(c));return{x:d.left+p.scrollLeft-u.x,y:d.top+p.scrollTop-u.y,width:d.width,height:d.height}}function Ra(e,o){return!gt(e)||it(e).position==="fixed"?null:o?o(e):e.offsetParent}function za(e,o){let a=ot(e);if(!gt(e))return a;let i=Ra(e,o);for(;i&&wa(i)&&it(i).position==="static";)i=Ra(i,o);return i&&(Rt(i)==="html"||Rt(i)==="body"&&it(i).position==="static"&&!Ge(i))?a:i||Na(e)||a}var Un=async function(e){let{reference:o,floating:a,strategy:i}=e,c=this.getOffsetParent||za,l=this.getDimensions;return{reference:Gn(o,await c(a),i),floating:{x:0,y:0,...await l(a)}}};function Mn(e){return it(e).direction==="rtl"}var Me={convertOffsetParentRelativeRectToViewportRelativeRect:Pn,getDocumentElement:At,getClippingRect:_n,getOffsetParent:za,getElementRects:Un,getClientRects:zn,getDimensions:Dn,getScale:de,isElement:St,isRTL:Mn};var ka=(e,o,a)=>{let i=new Map,c={platform:Me,...a},l={...c.platform,_c:i};return Sa(e,o,{...c,platform:l})};function Wa(e){return Zn(e)}function vo(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function Zn(e){for(let o=e;o;o=vo(o))if(o instanceof Element&&getComputedStyle(o).display==="none")return null;for(let o=vo(e);o;o=vo(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 Ta(e,o,a){return ka(e,o,{platform:{...Me,getOffsetParent:i=>Me.getOffsetParent(i,Wa)},middleware:[So({crossAxis:!0}),Co({allowedPlacements:[a]})]})}var rt=function(e,o,a,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(d=e[p])&&(l=(c<3?d(l):c>3?d(o,a,l):d(o,a))||l);return c>3&&l&&Object.defineProperty(o,a,l),l},z=class extends zt.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 zt.Debouncer,this.revealDebouncer=new zt.Debouncer}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return Ha.html`
538
+ `;var ya=["top","right","bottom","left"],ua=["start","end"],yo=ya.reduce((e,o)=>e.concat(o,o+"-"+ua[0],o+"-"+ua[1]),[]),ga=Math.min,ha=Math.max;var En={left:"right",right:"left",bottom:"top",top:"bottom"},Nn={start:"end",end:"start"};function go(e,o,a){return ha(e,ga(o,a))}function He(e,o){return typeof e=="function"?e(o):e}function ie(e){return e.split("-")[0]}function kt(e){return e.split("-")[1]}function ho(e){return e==="x"?"y":"x"}function mo(e){return e==="y"?"height":"width"}function _e(e){return["top","bottom"].includes(ie(e))?"y":"x"}function bo(e){return ho(_e(e))}function ma(e,o,a){a===void 0&&(a=!1);let i=kt(e),c=bo(e),l=mo(c),s=c==="x"?i===(a?"end":"start")?"right":"left":i==="start"?"bottom":"top";return o.reference[l]>o.floating[l]&&(s=uo(s)),[s,uo(s)]}function ba(e){return e.replace(/start|end/g,o=>Nn[o])}function uo(e){return e.replace(/left|right|bottom|top/g,o=>En[o])}function Ln(e){return{top:0,right:0,bottom:0,left:0,...e}}function xa(e){return typeof e!="number"?Ln(e):{top:e,right:e,bottom:e,left:e}}function Zt(e){let{x:o,y:a,width:i,height:c}=e;return{width:i,height:c,top:a,left:o,right:o+i,bottom:a+c,x:o,y:a}}function Ca(e,o,a){let{reference:i,floating:c}=e,l=_e(o),s=bo(o),p=mo(s),u=ie(o),m=l==="y",S=i.x+i.width/2-c.width/2,x=i.y+i.height/2-c.height/2,N=i[p]/2-c[p]/2,E;switch(u){case"top":E={x:S,y:i.y-c.height};break;case"bottom":E={x:S,y:i.y+i.height};break;case"right":E={x:i.x+i.width,y:x};break;case"left":E={x:i.x-c.width,y:x};break;default:E={x:i.x,y:i.y}}switch(kt(o)){case"start":E[s]-=N*(a&&m?-1:1);break;case"end":E[s]+=N*(a&&m?-1:1);break}return E}var Sa=async(e,o,a)=>{let{placement:i="bottom",strategy:c="absolute",middleware:l=[],platform:s}=a,p=l.filter(Boolean),u=await(s.isRTL==null?void 0:s.isRTL(o)),m=await s.getElementRects({reference:e,floating:o,strategy:c}),{x:S,y:x}=Ca(m,i,u),N=i,E={},R=0;for(let W=0;W<p.length;W++){let{name:G,fn:T}=p[W],{x:U,y:q,data:Bt,reset:Y}=await T({x:S,y:x,initialPlacement:i,placement:N,strategy:c,middlewareData:E,rects:m,platform:s,elements:{reference:e,floating:o}});S=U??S,x=q??x,E={...E,[G]:{...E[G],...Bt}},Y&&R<=50&&(R++,typeof Y=="object"&&(Y.placement&&(N=Y.placement),Y.rects&&(m=Y.rects===!0?await s.getElementRects({reference:e,floating:o,strategy:c}):Y.rects),{x:S,y:x}=Ca(m,N,u)),W=-1)}return{x:S,y:x,placement:N,strategy:c,middlewareData:E}};async function xo(e,o){var a;o===void 0&&(o={});let{x:i,y:c,platform:l,rects:s,elements:p,strategy:u}=e,{boundary:m="clippingAncestors",rootBoundary:S="viewport",elementContext:x="floating",altBoundary:N=!1,padding:E=0}=He(o,e),R=xa(E),G=p[N?x==="floating"?"reference":"floating":x],T=Zt(await l.getClippingRect({element:(a=await(l.isElement==null?void 0:l.isElement(G)))==null||a?G:G.contextElement||await(l.getDocumentElement==null?void 0:l.getDocumentElement(p.floating)),boundary:m,rootBoundary:S,strategy:u})),U=x==="floating"?{x:i,y:c,width:s.floating.width,height:s.floating.height}:s.reference,q=await(l.getOffsetParent==null?void 0:l.getOffsetParent(p.floating)),Bt=await(l.isElement==null?void 0:l.isElement(q))?await(l.getScale==null?void 0:l.getScale(q))||{x:1,y:1}:{x:1,y:1},Y=Zt(l.convertOffsetParentRelativeRectToViewportRelativeRect?await l.convertOffsetParentRelativeRectToViewportRelativeRect({elements:p,rect:U,offsetParent:q,strategy:u}):U);return{top:(T.top-Y.top+R.top)/Bt.y,bottom:(Y.bottom-T.bottom+R.bottom)/Bt.y,left:(T.left-Y.left+R.left)/Bt.x,right:(Y.right-T.right+R.right)/Bt.x}}function Rn(e,o,a){return(e?[...a.filter(c=>kt(c)===e),...a.filter(c=>kt(c)!==e)]:a.filter(c=>ie(c)===c)).filter(c=>e?kt(c)===e||(o?ba(c)!==c:!1):!0)}var Co=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(o){var a,i,c;let{rects:l,middlewareData:s,placement:p,platform:u,elements:m}=o,{crossAxis:S=!1,alignment:x,allowedPlacements:N=yo,autoAlignment:E=!0,...R}=He(e,o),W=x!==void 0||N===yo?Rn(x||null,E,N):N,G=await xo(o,R),T=((a=s.autoPlacement)==null?void 0:a.index)||0,U=W[T];if(U==null)return{};let q=ma(U,l,await(u.isRTL==null?void 0:u.isRTL(m.floating)));if(p!==U)return{reset:{placement:W[0]}};let Bt=[G[ie(U)],G[q[0]],G[q[1]]],Y=[...((i=s.autoPlacement)==null?void 0:i.overflows)||[],{placement:U,overflows:Bt}],Bo=W[T+1];if(Bo)return{data:{index:T+1,overflows:Y},reset:{placement:Bo}};let Io=Y.map(xt=>{let ye=kt(xt.placement);return[xt.placement,ye&&S?xt.overflows.slice(0,2).reduce((pn,fn)=>pn+fn,0):xt.overflows[0],xt.overflows]}).sort((xt,ye)=>xt[1]-ye[1]),Po=((c=Io.filter(xt=>xt[2].slice(0,kt(xt[0])?2:3).every(ye=>ye<=0))[0])==null?void 0:c[0])||Io[0][0];return Po!==p?{data:{index:T+1,overflows:Y},reset:{placement:Po}}:{}}}};var So=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(o){let{x:a,y:i,placement:c}=o,{mainAxis:l=!0,crossAxis:s=!1,limiter:p={fn:G=>{let{x:T,y:U}=G;return{x:T,y:U}}},...u}=He(e,o),m={x:a,y:i},S=await xo(o,u),x=_e(ie(c)),N=ho(x),E=m[N],R=m[x];if(l){let G=N==="y"?"top":"left",T=N==="y"?"bottom":"right",U=E+S[G],q=E-S[T];E=go(U,E,q)}if(s){let G=x==="y"?"top":"left",T=x==="y"?"bottom":"right",U=R+S[G],q=R-S[T];R=go(U,R,q)}let W=p.fn({...o,[N]:E,[x]:R});return{...W,data:{x:W.x-a,y:W.y-i,enabled:{[N]:l,[x]:s}}}}}};var Oo=Math.min,ce=Math.max,ve=Math.round;var Rt=e=>({x:e,y:e});function At(e){return va(e)?(e.nodeName||"").toLowerCase():"#document"}function et(e){var o;return(e==null||(o=e.ownerDocument)==null?void 0:o.defaultView)||window}function $t(e){var o;return(o=(va(e)?e.ownerDocument:e.document)||window.document)==null?void 0:o.documentElement}function va(e){return e instanceof Node||e instanceof et(e).Node}function Ot(e){return e instanceof Element||e instanceof et(e).Element}function gt(e){return e instanceof HTMLElement||e instanceof et(e).HTMLElement}function Oa(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof et(e).ShadowRoot}function le(e){let{overflow:o,overflowX:a,overflowY:i,display:c}=nt(e);return/auto|scroll|overlay|hidden|clip/.test(o+i+a)&&!["inline","contents"].includes(c)}function wa(e){return["table","td","th"].includes(At(e))}function Ge(e){let o=Ue(),a=nt(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 Ea(e){let o=Ft(e);for(;gt(o)&&!we(o);){if(Ge(o))return o;o=Ft(o)}return null}function Ue(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function we(e){return["html","body","#document"].includes(At(e))}function nt(e){return et(e).getComputedStyle(e)}function Ee(e){return Ot(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Ft(e){if(At(e)==="html")return e;let o=e.assignedSlot||e.parentNode||Oa(e)&&e.host||$t(e);return Oa(o)?o.host:o}function Na(e){let o=Ft(e);return we(o)?e.ownerDocument?e.ownerDocument.body:e.body:gt(o)&&le(o)?o:Na(o)}function De(e,o,a){var i;o===void 0&&(o=[]),a===void 0&&(a=!0);let c=Na(e),l=c===((i=e.ownerDocument)==null?void 0:i.body),s=et(c);return l?o.concat(s,s.visualViewport||[],le(c)?c:[],s.frameElement&&a?De(s.frameElement):[]):o.concat(c,De(c,[],a))}function Aa(e){let o=nt(e),a=parseFloat(o.width)||0,i=parseFloat(o.height)||0,c=gt(e),l=c?e.offsetWidth:a,s=c?e.offsetHeight:i,p=ve(a)!==l||ve(i)!==s;return p&&(a=l,i=s),{width:a,height:i,$:p}}function $a(e){return Ot(e)?e:e.contextElement}function se(e){let o=$a(e);if(!gt(o))return Rt(1);let a=o.getBoundingClientRect(),{width:i,height:c,$:l}=Aa(o),s=(l?ve(a.width):a.width)/i,p=(l?ve(a.height):a.height)/c;return(!s||!Number.isFinite(s))&&(s=1),(!p||!Number.isFinite(p))&&(p=1),{x:s,y:p}}var Bn=Rt(0);function Ba(e){let o=et(e);return!Ue()||!o.visualViewport?Bn:{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}}function In(e,o,a){return o===void 0&&(o=!1),!a||o&&a!==et(e)?!1:o}function Ne(e,o,a,i){o===void 0&&(o=!1),a===void 0&&(a=!1);let c=e.getBoundingClientRect(),l=$a(e),s=Rt(1);o&&(i?Ot(i)&&(s=se(i)):s=se(e));let p=In(l,a,i)?Ba(l):Rt(0),u=(c.left+p.x)/s.x,m=(c.top+p.y)/s.y,S=c.width/s.x,x=c.height/s.y;if(l){let N=et(l),E=i&&Ot(i)?et(i):i,R=N.frameElement;for(;R&&i&&E!==N;){let W=se(R),G=R.getBoundingClientRect(),T=nt(R),U=G.left+(R.clientLeft+parseFloat(T.paddingLeft))*W.x,q=G.top+(R.clientTop+parseFloat(T.paddingTop))*W.y;u*=W.x,m*=W.y,S*=W.x,x*=W.y,u+=U,m+=q,R=et(R).frameElement}}return Zt({width:S,height:x,x:u,y:m})}function Pn(e){let{rect:o,offsetParent:a,strategy:i}=e,c=gt(a),l=$t(a);if(a===l)return o;let s={scrollLeft:0,scrollTop:0},p=Rt(1),u=Rt(0);if((c||!c&&i!=="fixed")&&((At(a)!=="body"||le(l))&&(s=Ee(a)),gt(a))){let m=Ne(a);p=se(a),u.x=m.x+a.clientLeft,u.y=m.y+a.clientTop}return{width:o.width*p.x,height:o.height*p.y,x:o.x*p.x-s.scrollLeft*p.x+u.x,y:o.y*p.y-s.scrollTop*p.y+u.y}}function kn(e){return Array.from(e.getClientRects())}function Ia(e){return Ne($t(e)).left+Ee(e).scrollLeft}function zn(e){let o=$t(e),a=Ee(e),i=e.ownerDocument.body,c=ce(o.scrollWidth,o.clientWidth,i.scrollWidth,i.clientWidth),l=ce(o.scrollHeight,o.clientHeight,i.scrollHeight,i.clientHeight),s=-a.scrollLeft+Ia(e),p=-a.scrollTop;return nt(i).direction==="rtl"&&(s+=ce(o.clientWidth,i.clientWidth)-c),{width:c,height:l,x:s,y:p}}function Wn(e,o){let a=et(e),i=$t(e),c=a.visualViewport,l=i.clientWidth,s=i.clientHeight,p=0,u=0;if(c){l=c.width,s=c.height;let m=Ue();(!m||m&&o==="fixed")&&(p=c.offsetLeft,u=c.offsetTop)}return{width:l,height:s,x:p,y:u}}function Tn(e,o){let a=Ne(e,!0,o==="fixed"),i=a.top+e.clientTop,c=a.left+e.clientLeft,l=gt(e)?se(e):Rt(1),s=e.clientWidth*l.x,p=e.clientHeight*l.y,u=c*l.x,m=i*l.y;return{width:s,height:p,x:u,y:m}}function La(e,o,a){let i;if(o==="viewport")i=Wn(e,a);else if(o==="document")i=zn($t(e));else if(Ot(o))i=Tn(o,a);else{let c=Ba(e);i={...o,x:o.x-c.x,y:o.y-c.y}}return Zt(i)}function Pa(e,o){let a=Ft(e);return a===o||!Ot(a)||we(a)?!1:nt(a).position==="fixed"||Pa(a,o)}function Hn(e,o){let a=o.get(e);if(a)return a;let i=De(e,[],!1).filter(p=>Ot(p)&&At(p)!=="body"),c=null,l=nt(e).position==="fixed",s=l?Ft(e):e;for(;Ot(s)&&!we(s);){let p=nt(s),u=Ge(s);!u&&p.position==="fixed"&&(c=null),(l?!u&&!c:!u&&p.position==="static"&&!!c&&["absolute","fixed"].includes(c.position)||le(s)&&!u&&Pa(e,s))?i=i.filter(S=>S!==s):c=p,s=Ft(s)}return o.set(e,i),i}function _n(e){let{element:o,boundary:a,rootBoundary:i,strategy:c}=e,s=[...a==="clippingAncestors"?Hn(o,this._c):[].concat(a),i],p=s[0],u=s.reduce((m,S)=>{let x=La(o,S,c);return m.top=ce(x.top,m.top),m.right=Oo(x.right,m.right),m.bottom=Oo(x.bottom,m.bottom),m.left=ce(x.left,m.left),m},La(o,p,c));return{width:u.right-u.left,height:u.bottom-u.top,x:u.left,y:u.top}}function Dn(e){return Aa(e)}function Gn(e,o,a){let i=gt(o),c=$t(o),l=a==="fixed",s=Ne(e,!0,l,o),p={scrollLeft:0,scrollTop:0},u=Rt(0);if(i||!i&&!l)if((At(o)!=="body"||le(c))&&(p=Ee(o)),i){let m=Ne(o,!0,l,o);u.x=m.x+o.clientLeft,u.y=m.y+o.clientTop}else c&&(u.x=Ia(c));return{x:s.left+p.scrollLeft-u.x,y:s.top+p.scrollTop-u.y,width:s.width,height:s.height}}function Ra(e,o){return!gt(e)||nt(e).position==="fixed"?null:o?o(e):e.offsetParent}function ka(e,o){let a=et(e);if(!gt(e))return a;let i=Ra(e,o);for(;i&&wa(i)&&nt(i).position==="static";)i=Ra(i,o);return i&&(At(i)==="html"||At(i)==="body"&&nt(i).position==="static"&&!Ge(i))?a:i||Ea(e)||a}var Un=async function(e){let{reference:o,floating:a,strategy:i}=e,c=this.getOffsetParent||ka,l=this.getDimensions;return{reference:Gn(o,await c(a),i),floating:{x:0,y:0,...await l(a)}}};function Mn(e){return nt(e).direction==="rtl"}var Me={convertOffsetParentRelativeRectToViewportRelativeRect:Pn,getDocumentElement:$t,getClippingRect:_n,getOffsetParent:ka,getElementRects:Un,getClientRects:kn,getDimensions:Dn,getScale:se,isElement:Ot,isRTL:Mn};var za=(e,o,a)=>{let i=new Map,c={platform:Me,...a},l={...c.platform,_c:i};return Sa(e,o,{...c,platform:l})};function Wa(e){return Zn(e)}function vo(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function Zn(e){for(let o=e;o;o=vo(o))if(o instanceof Element&&getComputedStyle(o).display==="none")return null;for(let o=vo(e);o;o=vo(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 Ta(e,o,a){return za(e,o,{platform:{...Me,getOffsetParent:i=>Me.getOffsetParent(i,Wa)},middleware:[So({crossAxis:!0}),Co({allowedPlacements:[a]})]})}var ht=function(e,o,a,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(c<3?s(l):c>3?s(o,a,l):s(o,a))||l);return c>3&&l&&Object.defineProperty(o,a,l),l},M=class extends ot.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 ot.Debouncer,this.revealDebouncer=new ot.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 Ha.html`
539
539
  <div part="container"
540
- class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
541
- @mouseenter=${this.onHover}
542
- @mouseleave=${this.onOut}
543
- @focusin=${this.onHover}
544
- @focusout=${this.onOut}
545
- @touchstart=${this.onTouch}>
546
- <slot part="slot" @click=${this.onClick}></slot>
540
+ class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}">
541
+ <slot part="slot"></slot>
547
542
  <div part="tooltip" role="tooltip" inert
548
543
  class="ft-tooltip ft-tooltip--${this.validPosition}"
549
544
  ?hidden=${!this.visible}>
@@ -553,19 +548,19 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
553
548
  </div>
554
549
  </div>
555
550
  </div>
556
- `}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 c=this.text;this.text=o,await this.show(a),this.text=c,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="",Ta(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 ${zt.designSystemVariables.transitionDuration}, left ${zt.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))}};z.elementDefinitions={"ft-typography":tt};z.styles=fa;rt([(0,Z.property)()],z.prototype,"text",void 0);rt([(0,Z.property)({type:Boolean})],z.prototype,"manual",void 0);rt([(0,Z.property)({type:Boolean})],z.prototype,"inline",void 0);rt([(0,Z.property)({type:Number})],z.prototype,"delay",void 0);rt([(0,Z.property)()],z.prototype,"position",void 0);rt([(0,Z.queryAssignedNodes)()],z.prototype,"slotNodes",void 0);rt([(0,Z.query)(".ft-tooltip--container")],z.prototype,"container",void 0);rt([(0,Z.query)(".ft-tooltip")],z.prototype,"tooltip",void 0);rt([(0,Z.query)(".ft-tooltip--content")],z.prototype,"tooltipContent",void 0);rt([(0,Z.state)()],z.prototype,"visible",void 0);rt([(0,Z.eventOptions)({passive:!0})],z.prototype,"onTouch",null);rt([(0,Z.eventOptions)({passive:!0})],z.prototype,"onHover",null);rt([(0,Z.eventOptions)({passive:!0})],z.prototype,"onOut",null);rt([(0,Z.eventOptions)({passive:!0})],z.prototype,"onClick",null);(0,_a.customElement)("ft-tooltip")(z);var Za=b(L());var Le=b(I()),kt=b(ct()),Ua=b(L()),Ma=b(Ga());var se;(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;"})(se||(se={}));var g;(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;"})(g||(g={}));var Pp=new Map([...["abw"].map(e=>[e,g.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,g.AUDIO]),...["avi"].map(e=>[e,g.AVI]),...["chm","xhs"].map(e=>[e,g.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,g.CODE]),...["csv"].map(e=>[e,g.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,g.DITA]),...["epub"].map(e=>[e,g.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,g.EXCEL]),...["flac"].map(e=>[e,g.FLAC]),...["gif"].map(e=>[e,g.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,g.GZIP]),...["html","htm","xhtml"].map(e=>[e,g.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,g.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,g.JPEG]),...["json"].map(e=>[e,g.JSON]),...["m4a","m4p"].map(e=>[e,g.M4A]),...["mov","qt"].map(e=>[e,g.MOV]),...["mp3"].map(e=>[e,g.MP3]),...["mp4","m4v"].map(e=>[e,g.MP4]),...["ogg","oga"].map(e=>[e,g.OGG]),...["pdf","ps"].map(e=>[e,g.PDF]),...["png"].map(e=>[e,g.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,g.POWERPOINT]),...["rar"].map(e=>[e,g.RAR]),...["stp"].map(e=>[e,g.STP]),...["txt","rtf","md","mdown"].map(e=>[e,g.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,g.VIDEO]),...["wav"].map(e=>[e,g.WAV]),...["wma"].map(e=>[e,g.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,g.WORD]),...["xml","xsl","rdf"].map(e=>[e,g.XML]),...["yaml","yml","x-yaml"].map(e=>[e,g.YAML]),...["zip"].map(e=>[e,g.ZIP])]);var zp={[g.ABW]:"#91ABC6",[g.AUDIO]:"#1795E3",[g.AVI]:"#E63324",[g.CHM]:"#71C3EB",[g.CODE]:"#71C3EB",[g.CSV]:"#1F7345",[g.DITA]:"#71C3EB",[g.EPUB]:"#85B926",[g.EXCEL]:"#1F7345",[g.FLAC]:"#1795E3",[g.GIF]:"#59B031",[g.GZIP]:"#F8AB36",[g.HTML]:"#71C3EB",[g.IMAGE]:"#59B031",[g.JPEG]:"#59B031",[g.JSON]:"#71C3EB",[g.M4A]:"#1795E3",[g.MOV]:"#E63324",[g.MP3]:"#1795E3",[g.MP4]:"#E63324",[g.OGG]:"#1795E3",[g.PDF]:"#E44948",[g.PNG]:"#59B031",[g.POWERPOINT]:"#B54A2B",[g.RAR]:"#F8AB36",[g.STP]:"#3764B1",[g.TEXT]:"#3162AB",[g.UNKNOWN]:"#999999",[g.VIDEO]:"#E63324",[g.WAV]:"#1795E3",[g.WMA]:"#1795E3",[g.WORD]:"#3162AB",[g.XML]:"#71C3EB",[g.YAML]:"#71C3EB",[g.ZIP]:"#F8AB36"};var st;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(st||(st={}));var Re=function(e,o,a,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(d=e[p])&&(l=(c<3?d(l):c>3?d(o,a,l):d(o,a))||l);return c>3&&l&&Object.defineProperty(o,a,l),l},Y=class extends Ua.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=Le.nothing}render(){let o=this.variant&&Object.values(st).includes(this.variant)?this.variant:st.fluid_topics,a=o!==st.material||!!this.value;return Le.html`
551
+ `}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 c=this.text;this.text=o,await this.show(a),this.text=c,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="",Ta(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 ${ot.designSystemVariables.transitionDuration}, left ${ot.designSystemVariables.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}isIgnored(o){return this.manual||(0,ot.eventPathContainsMatchingElement)(o,this.ignoreMatchingElements,this.eventsTarget)}};M.elementDefinitions={"ft-typography":J};M.styles=fa;ht([(0,it.property)()],M.prototype,"text",void 0);ht([(0,it.property)({type:Boolean})],M.prototype,"manual",void 0);ht([(0,it.property)({type:Boolean})],M.prototype,"inline",void 0);ht([(0,ot.numberProperty)()],M.prototype,"delay",void 0);ht([(0,it.property)()],M.prototype,"position",void 0);ht([(0,ot.jsonProperty)([])],M.prototype,"ignoreMatchingElements",void 0);ht([(0,it.queryAssignedNodes)()],M.prototype,"slotNodes",void 0);ht([(0,it.query)(".ft-tooltip--container")],M.prototype,"container",void 0);ht([(0,it.query)(".ft-tooltip")],M.prototype,"tooltip",void 0);ht([(0,it.query)(".ft-tooltip--content")],M.prototype,"tooltipContent",void 0);ht([(0,it.state)()],M.prototype,"visible",void 0);(0,_a.customElement)("ft-tooltip")(M);var Za=b(L());var Le=b(I()),zt=b(ct()),Ua=b(L()),Ma=b(Ga());var de;(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;"})(de||(de={}));var g;(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;"})(g||(g={}));var Pp=new Map([...["abw"].map(e=>[e,g.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,g.AUDIO]),...["avi"].map(e=>[e,g.AVI]),...["chm","xhs"].map(e=>[e,g.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,g.CODE]),...["csv"].map(e=>[e,g.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,g.DITA]),...["epub"].map(e=>[e,g.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,g.EXCEL]),...["flac"].map(e=>[e,g.FLAC]),...["gif"].map(e=>[e,g.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,g.GZIP]),...["html","htm","xhtml"].map(e=>[e,g.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,g.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,g.JPEG]),...["json"].map(e=>[e,g.JSON]),...["m4a","m4p"].map(e=>[e,g.M4A]),...["mov","qt"].map(e=>[e,g.MOV]),...["mp3"].map(e=>[e,g.MP3]),...["mp4","m4v"].map(e=>[e,g.MP4]),...["ogg","oga"].map(e=>[e,g.OGG]),...["pdf","ps"].map(e=>[e,g.PDF]),...["png"].map(e=>[e,g.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,g.POWERPOINT]),...["rar"].map(e=>[e,g.RAR]),...["stp"].map(e=>[e,g.STP]),...["txt","rtf","md","mdown"].map(e=>[e,g.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,g.VIDEO]),...["wav"].map(e=>[e,g.WAV]),...["wma"].map(e=>[e,g.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,g.WORD]),...["xml","xsl","rdf"].map(e=>[e,g.XML]),...["yaml","yml","x-yaml"].map(e=>[e,g.YAML]),...["zip"].map(e=>[e,g.ZIP])]);var kp={[g.ABW]:"#91ABC6",[g.AUDIO]:"#1795E3",[g.AVI]:"#E63324",[g.CHM]:"#71C3EB",[g.CODE]:"#71C3EB",[g.CSV]:"#1F7345",[g.DITA]:"#71C3EB",[g.EPUB]:"#85B926",[g.EXCEL]:"#1F7345",[g.FLAC]:"#1795E3",[g.GIF]:"#59B031",[g.GZIP]:"#F8AB36",[g.HTML]:"#71C3EB",[g.IMAGE]:"#59B031",[g.JPEG]:"#59B031",[g.JSON]:"#71C3EB",[g.M4A]:"#1795E3",[g.MOV]:"#E63324",[g.MP3]:"#1795E3",[g.MP4]:"#E63324",[g.OGG]:"#1795E3",[g.PDF]:"#E44948",[g.PNG]:"#59B031",[g.POWERPOINT]:"#B54A2B",[g.RAR]:"#F8AB36",[g.STP]:"#3764B1",[g.TEXT]:"#3162AB",[g.UNKNOWN]:"#999999",[g.VIDEO]:"#E63324",[g.WAV]:"#1795E3",[g.WMA]:"#1795E3",[g.WORD]:"#3162AB",[g.XML]:"#71C3EB",[g.YAML]:"#71C3EB",[g.ZIP]:"#F8AB36"};var dt;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(dt||(dt={}));var Re=function(e,o,a,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(c<3?s(l):c>3?s(o,a,l):s(o,a))||l);return c>3&&l&&Object.defineProperty(o,a,l),l},j=class extends Ua.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=Le.nothing}render(){let o=this.variant&&Object.values(dt).includes(this.variant)?this.variant:dt.fluid_topics,a=o!==dt.material||!!this.value;return Le.html`
557
552
  <i class="ft-icon ft-icon--${o} ft-no-text-select" part="icon icon-${o}">
558
553
  ${(0,Ma.unsafeHTML)(this.resolvedIcon)}
559
554
  <slot ?hidden=${a}></slot>
560
555
  </i>
561
- `}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 st.file_format:this.resolvedIcon=(o=g[i.replace("-","_").toUpperCase()])!==null&&o!==void 0?o:i;break;case st.material:this.resolvedIcon=this.value||Le.nothing;break;default:this.resolvedIcon=(a=se[i.replace("-","_").toUpperCase()])!==null&&a!==void 0?a:i;break}}firstUpdated(o){super.firstUpdated(o),setTimeout(()=>this.resolveIcon())}};Y.elementDefinitions={};Y.styles=Wr;Re([(0,kt.property)()],Y.prototype,"variant",void 0);Re([(0,kt.property)()],Y.prototype,"value",void 0);Re([(0,kt.property)({reflect:!0,attribute:"aria-hidden"})],Y.prototype,"ariaHidden",void 0);Re([(0,kt.state)()],Y.prototype,"resolvedIcon",void 0);Re([(0,kt.query)("slot")],Y.prototype,"slottedContent",void 0);(0,Za.customElement)("ft-icon")(Y);var Va=b(L());var Fa=b(I()),Ka=b(L());var Kt=class extends Ka.FtLitElement{render(){return Fa.html`
556
+ `}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 dt.file_format:this.resolvedIcon=(o=g[i.replace("-","_").toUpperCase()])!==null&&o!==void 0?o:i;break;case dt.material:this.resolvedIcon=this.value||Le.nothing;break;default:this.resolvedIcon=(a=de[i.replace("-","_").toUpperCase()])!==null&&a!==void 0?a:i;break}}firstUpdated(o){super.firstUpdated(o),setTimeout(()=>this.resolveIcon())}};j.elementDefinitions={};j.styles=Wr;Re([(0,zt.property)()],j.prototype,"variant",void 0);Re([(0,zt.property)()],j.prototype,"value",void 0);Re([(0,zt.property)({reflect:!0,attribute:"aria-hidden"})],j.prototype,"ariaHidden",void 0);Re([(0,zt.state)()],j.prototype,"resolvedIcon",void 0);Re([(0,zt.query)("slot")],j.prototype,"slottedContent",void 0);(0,Za.customElement)("ft-icon")(j);var Va=b(L());var Fa=b(I()),Ka=b(L());var Kt=class extends Ka.FtLitElement{render(){return Fa.html`
562
557
  <div class="ft-loader">
563
558
  <div></div>
564
559
  <div></div>
565
560
  <div></div>
566
561
  <div></div>
567
562
  </div>
568
- `}};Kt.styles=Hr;(0,Va.customElement)("ft-loader")(Kt);var Wt=b(I()),wo=b(me()),G=b(ct());var ja=e=>e??D;var F=function(e,o,a,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(d=e[p])&&(l=(c<3?d(l):c>3?d(o,a,l):d(o,a))||l);return c>3&&l&&Object.defineProperty(o,a,l),l},A=class extends(0,Tt.toFtFormComponent)(Tt.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 c=Wt.html`
563
+ `}};Kt.styles=Hr;(0,Va.customElement)("ft-loader")(Kt);var Wt=b(I()),wo=b(me()),D=b(ct());var ja=e=>e??_;var Z=function(e,o,a,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(c<3?s(l):c>3?s(o,a,l):s(o,a))||l);return c>3&&l&&Object.defineProperty(o,a,l),l},A=class extends(0,Tt.toFtFormComponent)(Tt.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 c=Wt.html`
569
564
  <ft-ripple part="ripple"
570
565
  ?disabled=${this.isDisabled()}
571
566
  ?activated=${this.activated}
@@ -606,7 +601,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
606
601
  <ft-icon part="icon" .variant=${this.iconVariant} .value=${this.icon}></ft-icon>
607
602
  `:Wt.html`
608
603
  <slot part="icon" name="icon"></slot>
609
- `}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,Tt.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};A.elementDefinitions={"ft-ripple":B,"ft-tooltip":z,"ft-typography":tt,"ft-icon":Y,"ft-loader":Kt};F([(0,G.property)()],A.prototype,"href",void 0);F([(0,G.property)()],A.prototype,"target",void 0);F([(0,G.property)()],A.prototype,"type",void 0);F([(0,G.property)({type:Boolean})],A.prototype,"disabled",void 0);F([(0,G.property)()],A.prototype,"label",void 0);F([(0,G.property)()],A.prototype,"icon",void 0);F([(0,G.property)()],A.prototype,"iconVariant",void 0);F([(0,G.property)({type:Boolean})],A.prototype,"trailingIcon",void 0);F([(0,G.property)({type:Boolean})],A.prototype,"loading",void 0);F([(0,G.property)({attribute:"aria-label"})],A.prototype,"ariaLabel",void 0);F([(0,G.property)()],A.prototype,"ariaHasPopup",void 0);F([(0,G.property)()],A.prototype,"tooltipPosition",void 0);F([(0,G.property)({type:Boolean})],A.prototype,"hideTooltip",void 0);F([(0,G.property)({type:Boolean})],A.prototype,"forceTooltip",void 0);F([(0,G.property)({type:Boolean})],A.prototype,"activated",void 0);F([(0,G.query)(".ft-button")],A.prototype,"button",void 0);F([(0,G.query)(".ft-button--label slot")],A.prototype,"slottedContent",void 0);F([(0,G.query)("[part=tooltip]")],A.prototype,"tooltip",void 0);var Ze=function(e,o,a,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(d=e[p])&&(l=(c<3?d(l):c>3?d(o,a,l):d(o,a))||l);return c>3&&l&&Object.defineProperty(o,a,l),l},ht=class extends A{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"}};ht.styles=[Ya.safariEllipsisFix,Ur];Ze([(0,Ae.property)({type:Boolean})],ht.prototype,"primary",void 0);Ze([(0,Ae.property)({type:Boolean})],ht.prototype,"outlined",void 0);Ze([(0,Ae.property)({type:Boolean})],ht.prototype,"dense",void 0);Ze([(0,Ae.property)({type:Boolean})],ht.prototype,"round",void 0);var $e=b(ct());var Ke=b(L());var Xa=b(I()),f=b(L());var No={...s,iconOnlyScale:f.FtCssVariableFactory.create("--ft-button-icon-only-scale","","NUMBER","1")},qa=[Xa.css`
604
+ `}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,Tt.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};A.elementDefinitions={"ft-ripple":B,"ft-tooltip":M,"ft-typography":J,"ft-icon":j,"ft-loader":Kt};Z([(0,D.property)()],A.prototype,"href",void 0);Z([(0,D.property)()],A.prototype,"target",void 0);Z([(0,D.property)()],A.prototype,"type",void 0);Z([(0,D.property)({type:Boolean})],A.prototype,"disabled",void 0);Z([(0,D.property)()],A.prototype,"label",void 0);Z([(0,D.property)()],A.prototype,"icon",void 0);Z([(0,D.property)()],A.prototype,"iconVariant",void 0);Z([(0,D.property)({type:Boolean})],A.prototype,"trailingIcon",void 0);Z([(0,D.property)({type:Boolean})],A.prototype,"loading",void 0);Z([(0,D.property)({attribute:"aria-label"})],A.prototype,"ariaLabel",void 0);Z([(0,D.property)()],A.prototype,"ariaHasPopup",void 0);Z([(0,D.property)()],A.prototype,"tooltipPosition",void 0);Z([(0,D.property)({type:Boolean})],A.prototype,"hideTooltip",void 0);Z([(0,D.property)({type:Boolean})],A.prototype,"forceTooltip",void 0);Z([(0,D.property)({type:Boolean})],A.prototype,"activated",void 0);Z([(0,D.query)(".ft-button")],A.prototype,"button",void 0);Z([(0,D.query)(".ft-button--label slot")],A.prototype,"slottedContent",void 0);Z([(0,D.query)("[part=tooltip]")],A.prototype,"tooltip",void 0);var Ze=function(e,o,a,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(c<3?s(l):c>3?s(o,a,l):s(o,a))||l);return c>3&&l&&Object.defineProperty(o,a,l),l},mt=class extends A{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"}};mt.styles=[Ya.safariEllipsisFix,Ur];Ze([(0,Ae.property)({type:Boolean})],mt.prototype,"primary",void 0);Ze([(0,Ae.property)({type:Boolean})],mt.prototype,"outlined",void 0);Ze([(0,Ae.property)({type:Boolean})],mt.prototype,"dense",void 0);Ze([(0,Ae.property)({type:Boolean})],mt.prototype,"round",void 0);var $e=b(ct());var Ke=b(L());var Xa=b(I()),f=b(L());var Eo={...d,iconOnlyScale:f.FtCssVariableFactory.create("--ft-button-icon-only-scale","","NUMBER","1")},qa=[Xa.css`
610
605
  :host {
611
606
  display: inline-block;
612
607
  max-width: 100%;
@@ -657,7 +652,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
657
652
  }
658
653
 
659
654
  .ft-button:focus-visible {
660
- outline-color: ${s.focusFocusRingColor};
655
+ outline-color: ${d.focusFocusRingColor};
661
656
  outline-style: solid;
662
657
  }
663
658
 
@@ -689,394 +684,394 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
689
684
  }
690
685
 
691
686
  .ft-button.ft-button--icon-only ft-icon {
692
- transform: scale(${No.iconOnlyScale});
687
+ transform: scale(${Eo.iconOnlyScale});
693
688
  }
694
689
 
695
690
  /** Brand Primary styles **/
696
691
 
697
692
  .ftds--family-brand.ft-button--primary {
698
- ${(0,f.setVariable)($.color,s.primaryBrandIconColor)};
693
+ ${(0,f.setVariable)($.color,d.primaryBrandIconColor)};
699
694
 
700
- ${(0,f.setVariable)(y.color,s.primaryBrandStateLayerColor)};
701
- ${(0,f.setVariable)(y.opacityContentOnSurfaceHover,s.primaryBrandHoverStateLayerOpacity)};
702
- ${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,s.primaryBrandFocusStateLayerOpacity)};
703
- ${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,s.primaryBrandActiveStateLayerOpacity)};
704
- ${(0,f.setVariable)(y.opacityContentOnSurfacePressed,s.primaryBrandActiveStateLayerOpacity)};
695
+ ${(0,f.setVariable)(y.color,d.primaryBrandStateLayerColor)};
696
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceHover,d.primaryBrandHoverStateLayerOpacity)};
697
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,d.primaryBrandFocusStateLayerOpacity)};
698
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,d.primaryBrandActiveStateLayerOpacity)};
699
+ ${(0,f.setVariable)(y.opacityContentOnSurfacePressed,d.primaryBrandActiveStateLayerOpacity)};
705
700
 
706
- background-color: ${s.primaryBrandBackgroundColor};
707
- color: ${s.primaryBrandColor};
701
+ background-color: ${d.primaryBrandBackgroundColor};
702
+ color: ${d.primaryBrandColor};
708
703
  border-style: none;
709
704
  }
710
705
 
711
706
  .ftds--family-brand.ft-button--primary[disabled] {
712
- opacity: ${s.primaryBrandDisabledComponentOpacity};
707
+ opacity: ${d.primaryBrandDisabledComponentOpacity};
713
708
  }
714
709
 
715
710
  .ftds--family-brand.ft-button--primary ft-icon {
716
- color: ${s.primaryBrandIconColor};
711
+ color: ${d.primaryBrandIconColor};
717
712
  }
718
713
 
719
714
  /** Brand Secondary styles **/
720
715
 
721
716
  .ftds--family-brand.ft-button--secondary {
722
- ${(0,f.setVariable)($.color,s.secondaryBrandIconColor)};
717
+ ${(0,f.setVariable)($.color,d.secondaryBrandIconColor)};
723
718
 
724
- ${(0,f.setVariable)(y.color,s.secondaryBrandStateLayerColor)};
725
- ${(0,f.setVariable)(y.opacityContentOnSurfaceHover,s.secondaryBrandHoverStateLayerOpacity)};
726
- ${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,s.secondaryBrandFocusStateLayerOpacity)};
727
- ${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,s.secondaryBrandActiveStateLayerOpacity)};
728
- ${(0,f.setVariable)(y.opacityContentOnSurfacePressed,s.secondaryBrandActiveStateLayerOpacity)};
719
+ ${(0,f.setVariable)(y.color,d.secondaryBrandStateLayerColor)};
720
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceHover,d.secondaryBrandHoverStateLayerOpacity)};
721
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,d.secondaryBrandFocusStateLayerOpacity)};
722
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,d.secondaryBrandActiveStateLayerOpacity)};
723
+ ${(0,f.setVariable)(y.opacityContentOnSurfacePressed,d.secondaryBrandActiveStateLayerOpacity)};
729
724
 
730
- background-color: ${s.secondaryBrandBackgroundColor};
731
- color: ${s.secondaryBrandColor};
732
- border-color: ${s.secondaryBrandBorderColor};
725
+ background-color: ${d.secondaryBrandBackgroundColor};
726
+ color: ${d.secondaryBrandColor};
727
+ border-color: ${d.secondaryBrandBorderColor};
733
728
  border-style: solid;
734
729
  }
735
730
 
736
731
  .ftds--family-brand.ft-button--secondary[disabled] {
737
- opacity: ${s.secondaryBrandDisabledComponentOpacity};
732
+ opacity: ${d.secondaryBrandDisabledComponentOpacity};
738
733
  }
739
734
 
740
735
  .ftds--family-brand.ft-button--secondary ft-icon {
741
- color: ${s.secondaryBrandIconColor};
736
+ color: ${d.secondaryBrandIconColor};
742
737
  }
743
738
 
744
739
  /** Brand Tertiary styles **/
745
740
 
746
741
  .ftds--family-brand.ft-button--tertiary {
747
- ${(0,f.setVariable)($.color,s.tertiaryBrandIconColor)};
742
+ ${(0,f.setVariable)($.color,d.tertiaryBrandIconColor)};
748
743
 
749
- ${(0,f.setVariable)(y.color,s.tertiaryBrandStateLayerColor)};
750
- ${(0,f.setVariable)(y.opacityContentOnSurfaceHover,s.tertiaryBrandHoverStateLayerOpacity)};
751
- ${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,s.tertiaryBrandFocusStateLayerOpacity)};
752
- ${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,s.tertiaryBrandActiveStateLayerOpacity)};
753
- ${(0,f.setVariable)(y.opacityContentOnSurfacePressed,s.tertiaryBrandActiveStateLayerOpacity)};
744
+ ${(0,f.setVariable)(y.color,d.tertiaryBrandStateLayerColor)};
745
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceHover,d.tertiaryBrandHoverStateLayerOpacity)};
746
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,d.tertiaryBrandFocusStateLayerOpacity)};
747
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,d.tertiaryBrandActiveStateLayerOpacity)};
748
+ ${(0,f.setVariable)(y.opacityContentOnSurfacePressed,d.tertiaryBrandActiveStateLayerOpacity)};
754
749
 
755
- background-color: ${s.tertiaryBrandBackgroundColor};
756
- color: ${s.tertiaryBrandColor};
750
+ background-color: ${d.tertiaryBrandBackgroundColor};
751
+ color: ${d.tertiaryBrandColor};
757
752
  border-style: none;
758
753
  }
759
754
 
760
755
  .ftds--family-brand.ft-button--tertiary[disabled] {
761
- opacity: ${s.tertiaryBrandDisabledComponentOpacity};
756
+ opacity: ${d.tertiaryBrandDisabledComponentOpacity};
762
757
  }
763
758
 
764
759
  .ftds--family-brand.ft-button--tertiary ft-icon {
765
- color: ${s.tertiaryBrandIconColor};
760
+ color: ${d.tertiaryBrandIconColor};
766
761
  }
767
762
 
768
763
  /** Neutral Secondary styles **/
769
764
 
770
765
  .ftds--family-neutral.ft-button--secondary {
771
- ${(0,f.setVariable)($.color,s.secondaryNeutralIconColor)};
766
+ ${(0,f.setVariable)($.color,d.secondaryNeutralIconColor)};
772
767
 
773
- ${(0,f.setVariable)(y.backgroundColor,s.secondaryNeutralStateLayerColor)};
774
- ${(0,f.setVariable)(y.opacityContentOnSurfaceHover,s.secondaryNeutralHoverStateLayerOpacity)};
775
- ${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,s.secondaryNeutralFocusStateLayerOpacity)};
776
- ${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,s.secondaryNeutralActiveStateLayerOpacity)};
777
- ${(0,f.setVariable)(y.opacityContentOnSurfacePressed,s.secondaryNeutralActiveStateLayerOpacity)};
768
+ ${(0,f.setVariable)(y.backgroundColor,d.secondaryNeutralStateLayerColor)};
769
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceHover,d.secondaryNeutralHoverStateLayerOpacity)};
770
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,d.secondaryNeutralFocusStateLayerOpacity)};
771
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,d.secondaryNeutralActiveStateLayerOpacity)};
772
+ ${(0,f.setVariable)(y.opacityContentOnSurfacePressed,d.secondaryNeutralActiveStateLayerOpacity)};
778
773
 
779
- background-color: ${s.secondaryNeutralBackgroundColor};
780
- color: ${s.secondaryNeutralColor};
781
- border-color: ${s.secondaryNeutralBorderColor};
774
+ background-color: ${d.secondaryNeutralBackgroundColor};
775
+ color: ${d.secondaryNeutralColor};
776
+ border-color: ${d.secondaryNeutralBorderColor};
782
777
  border-style: solid;
783
778
  }
784
779
 
785
780
  .ftds--family-neutral.ft-button--secondary[disabled] {
786
- opacity: ${s.secondaryNeutralDisabledComponentOpacity};
781
+ opacity: ${d.secondaryNeutralDisabledComponentOpacity};
787
782
  }
788
783
 
789
784
  .ftds--family-neutral.ft-button--secondary ft-icon {
790
- color: ${s.secondaryNeutralIconColor};
785
+ color: ${d.secondaryNeutralIconColor};
791
786
  }
792
787
 
793
788
  /** Neutral Tertiary styles **/
794
789
 
795
790
  .ftds--family-neutral.ft-button--tertiary {
796
- ${(0,f.setVariable)($.color,s.tertiaryNeutralIconColor)};
791
+ ${(0,f.setVariable)($.color,d.tertiaryNeutralIconColor)};
797
792
 
798
- ${(0,f.setVariable)(y.backgroundColor,s.tertiaryNeutralStateLayerColor)};
799
- ${(0,f.setVariable)(y.opacityContentOnSurfaceHover,s.tertiaryNeutralHoverStateLayerOpacity)};
800
- ${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,s.tertiaryNeutralFocusStateLayerOpacity)};
801
- ${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,s.tertiaryNeutralActiveStateLayerOpacity)};
802
- ${(0,f.setVariable)(y.opacityContentOnSurfacePressed,s.tertiaryNeutralActiveStateLayerOpacity)};
793
+ ${(0,f.setVariable)(y.backgroundColor,d.tertiaryNeutralStateLayerColor)};
794
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceHover,d.tertiaryNeutralHoverStateLayerOpacity)};
795
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,d.tertiaryNeutralFocusStateLayerOpacity)};
796
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,d.tertiaryNeutralActiveStateLayerOpacity)};
797
+ ${(0,f.setVariable)(y.opacityContentOnSurfacePressed,d.tertiaryNeutralActiveStateLayerOpacity)};
803
798
 
804
- background-color: ${s.tertiaryNeutralBackgroundColor};
805
- color: ${s.tertiaryNeutralColor};
799
+ background-color: ${d.tertiaryNeutralBackgroundColor};
800
+ color: ${d.tertiaryNeutralColor};
806
801
  border-style: none;
807
802
  }
808
803
 
809
804
  .ftds--family-neutral.ft-button--tertiary[disabled] {
810
- opacity: ${s.tertiaryNeutralDisabledComponentOpacity};
805
+ opacity: ${d.tertiaryNeutralDisabledComponentOpacity};
811
806
  }
812
807
 
813
808
  .ftds--family-neutral.ft-button--tertiary ft-icon {
814
- color: ${s.tertiaryNeutralIconColor};
809
+ color: ${d.tertiaryNeutralIconColor};
815
810
  }
816
811
 
817
812
  /** Info Secondary styles **/
818
813
 
819
814
  .ftds--family-info.ft-button--secondary {
820
- ${(0,f.setVariable)($.color,s.secondaryInfoIconColor)};
815
+ ${(0,f.setVariable)($.color,d.secondaryInfoIconColor)};
821
816
 
822
- ${(0,f.setVariable)(y.backgroundColor,s.secondaryInfoStateLayerColor)};
823
- ${(0,f.setVariable)(y.opacityContentOnSurfaceHover,s.secondaryInfoHoverStateLayerOpacity)};
824
- ${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,s.secondaryInfoFocusStateLayerOpacity)};
825
- ${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,s.secondaryInfoActiveStateLayerOpacity)};
826
- ${(0,f.setVariable)(y.opacityContentOnSurfacePressed,s.secondaryInfoActiveStateLayerOpacity)};
817
+ ${(0,f.setVariable)(y.backgroundColor,d.secondaryInfoStateLayerColor)};
818
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceHover,d.secondaryInfoHoverStateLayerOpacity)};
819
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,d.secondaryInfoFocusStateLayerOpacity)};
820
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,d.secondaryInfoActiveStateLayerOpacity)};
821
+ ${(0,f.setVariable)(y.opacityContentOnSurfacePressed,d.secondaryInfoActiveStateLayerOpacity)};
827
822
 
828
- background-color: ${s.secondaryInfoBackgroundColor};
829
- color: ${s.secondaryInfoColor};
830
- border-color: ${s.secondaryInfoBorderColor};
823
+ background-color: ${d.secondaryInfoBackgroundColor};
824
+ color: ${d.secondaryInfoColor};
825
+ border-color: ${d.secondaryInfoBorderColor};
831
826
  border-style: solid;
832
827
  }
833
828
 
834
829
  .ftds--family-info.ft-button--secondary[disabled] {
835
- opacity: ${s.secondaryInfoDisabledComponentOpacity};
830
+ opacity: ${d.secondaryInfoDisabledComponentOpacity};
836
831
  }
837
832
 
838
833
  .ftds--family-info.ft-button--secondary ft-icon {
839
- color: ${s.secondaryInfoIconColor};
834
+ color: ${d.secondaryInfoIconColor};
840
835
  }
841
836
 
842
837
  /** Info Tertiary styles **/
843
838
 
844
839
  .ftds--family-info.ft-button--tertiary {
845
- ${(0,f.setVariable)($.color,s.tertiaryInfoIconColor)};
840
+ ${(0,f.setVariable)($.color,d.tertiaryInfoIconColor)};
846
841
 
847
- ${(0,f.setVariable)(y.backgroundColor,s.tertiaryInfoStateLayerColor)};
848
- ${(0,f.setVariable)(y.opacityContentOnSurfaceHover,s.tertiaryInfoHoverStateLayerOpacity)};
849
- ${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,s.tertiaryInfoFocusStateLayerOpacity)};
850
- ${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,s.tertiaryInfoActiveStateLayerOpacity)};
851
- ${(0,f.setVariable)(y.opacityContentOnSurfacePressed,s.tertiaryInfoActiveStateLayerOpacity)};
842
+ ${(0,f.setVariable)(y.backgroundColor,d.tertiaryInfoStateLayerColor)};
843
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceHover,d.tertiaryInfoHoverStateLayerOpacity)};
844
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,d.tertiaryInfoFocusStateLayerOpacity)};
845
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,d.tertiaryInfoActiveStateLayerOpacity)};
846
+ ${(0,f.setVariable)(y.opacityContentOnSurfacePressed,d.tertiaryInfoActiveStateLayerOpacity)};
852
847
 
853
- background-color: ${s.tertiaryInfoBackgroundColor};
854
- color: ${s.tertiaryInfoColor};
848
+ background-color: ${d.tertiaryInfoBackgroundColor};
849
+ color: ${d.tertiaryInfoColor};
855
850
  border-style: none;
856
851
  }
857
852
 
858
853
  .ftds--family-info.ft-button--tertiary[disabled] {
859
- opacity: ${s.tertiaryInfoDisabledComponentOpacity};
854
+ opacity: ${d.tertiaryInfoDisabledComponentOpacity};
860
855
  }
861
856
 
862
857
  .ftds--family-info.ft-button--tertiary ft-icon {
863
- color: ${s.tertiaryInfoIconColor};
858
+ color: ${d.tertiaryInfoIconColor};
864
859
  }
865
860
 
866
861
  /** Success Secondary styles **/
867
862
 
868
863
  .ftds--family-success.ft-button--secondary {
869
- ${(0,f.setVariable)($.color,s.secondarySuccessIconColor)};
864
+ ${(0,f.setVariable)($.color,d.secondarySuccessIconColor)};
870
865
 
871
- ${(0,f.setVariable)(y.backgroundColor,s.secondarySuccessStateLayerColor)};
872
- ${(0,f.setVariable)(y.opacityContentOnSurfaceHover,s.secondarySuccessHoverStateLayerOpacity)};
873
- ${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,s.secondarySuccessFocusStateLayerOpacity)};
874
- ${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,s.secondarySuccessActiveStateLayerOpacity)};
875
- ${(0,f.setVariable)(y.opacityContentOnSurfacePressed,s.secondarySuccessActiveStateLayerOpacity)};
866
+ ${(0,f.setVariable)(y.backgroundColor,d.secondarySuccessStateLayerColor)};
867
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceHover,d.secondarySuccessHoverStateLayerOpacity)};
868
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,d.secondarySuccessFocusStateLayerOpacity)};
869
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,d.secondarySuccessActiveStateLayerOpacity)};
870
+ ${(0,f.setVariable)(y.opacityContentOnSurfacePressed,d.secondarySuccessActiveStateLayerOpacity)};
876
871
 
877
- background-color: ${s.secondarySuccessBackgroundColor};
878
- color: ${s.secondarySuccessColor};
879
- border-color: ${s.secondarySuccessBorderColor};
872
+ background-color: ${d.secondarySuccessBackgroundColor};
873
+ color: ${d.secondarySuccessColor};
874
+ border-color: ${d.secondarySuccessBorderColor};
880
875
  border-style: solid;
881
876
  }
882
877
 
883
878
  .ftds--family-success.ft-button--secondary[disabled] {
884
- opacity: ${s.secondarySuccessDisabledComponentOpacity};
879
+ opacity: ${d.secondarySuccessDisabledComponentOpacity};
885
880
  }
886
881
 
887
882
  .ftds--family-success.ft-button--secondary ft-icon {
888
- color: ${s.secondarySuccessIconColor};
883
+ color: ${d.secondarySuccessIconColor};
889
884
  }
890
885
 
891
886
  /** Success Tertiary styles **/
892
887
 
893
888
  .ftds--family-success.ft-button--tertiary {
894
- ${(0,f.setVariable)($.color,s.tertiarySuccessIconColor)};
889
+ ${(0,f.setVariable)($.color,d.tertiarySuccessIconColor)};
895
890
 
896
- ${(0,f.setVariable)(y.backgroundColor,s.tertiarySuccessStateLayerColor)};
897
- ${(0,f.setVariable)(y.opacityContentOnSurfaceHover,s.tertiarySuccessHoverStateLayerOpacity)};
898
- ${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,s.tertiarySuccessFocusStateLayerOpacity)};
899
- ${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,s.tertiarySuccessActiveStateLayerOpacity)};
900
- ${(0,f.setVariable)(y.opacityContentOnSurfacePressed,s.tertiarySuccessActiveStateLayerOpacity)};
891
+ ${(0,f.setVariable)(y.backgroundColor,d.tertiarySuccessStateLayerColor)};
892
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceHover,d.tertiarySuccessHoverStateLayerOpacity)};
893
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,d.tertiarySuccessFocusStateLayerOpacity)};
894
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,d.tertiarySuccessActiveStateLayerOpacity)};
895
+ ${(0,f.setVariable)(y.opacityContentOnSurfacePressed,d.tertiarySuccessActiveStateLayerOpacity)};
901
896
 
902
- background-color: ${s.tertiarySuccessBackgroundColor};
903
- color: ${s.tertiarySuccessColor};
897
+ background-color: ${d.tertiarySuccessBackgroundColor};
898
+ color: ${d.tertiarySuccessColor};
904
899
  border-style: none;
905
900
  }
906
901
 
907
902
  .ftds--family-success.ft-button--tertiary[disabled] {
908
- opacity: ${s.tertiarySuccessDisabledComponentOpacity};
903
+ opacity: ${d.tertiarySuccessDisabledComponentOpacity};
909
904
  }
910
905
 
911
906
  .ftds--family-success.ft-button--tertiary ft-icon {
912
- color: ${s.tertiarySuccessIconColor};
907
+ color: ${d.tertiarySuccessIconColor};
913
908
  }
914
909
 
915
910
  /** Warning Secondary styles **/
916
911
 
917
912
  .ftds--family-warning.ft-button--secondary {
918
- ${(0,f.setVariable)($.color,s.secondaryWarningIconColor)};
913
+ ${(0,f.setVariable)($.color,d.secondaryWarningIconColor)};
919
914
 
920
- ${(0,f.setVariable)(y.backgroundColor,s.secondaryWarningStateLayerColor)};
921
- ${(0,f.setVariable)(y.opacityContentOnSurfaceHover,s.secondaryWarningHoverStateLayerOpacity)};
922
- ${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,s.secondaryWarningFocusStateLayerOpacity)};
923
- ${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,s.secondaryWarningActiveStateLayerOpacity)};
924
- ${(0,f.setVariable)(y.opacityContentOnSurfacePressed,s.secondaryWarningActiveStateLayerOpacity)};
915
+ ${(0,f.setVariable)(y.backgroundColor,d.secondaryWarningStateLayerColor)};
916
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceHover,d.secondaryWarningHoverStateLayerOpacity)};
917
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,d.secondaryWarningFocusStateLayerOpacity)};
918
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,d.secondaryWarningActiveStateLayerOpacity)};
919
+ ${(0,f.setVariable)(y.opacityContentOnSurfacePressed,d.secondaryWarningActiveStateLayerOpacity)};
925
920
 
926
- background-color: ${s.secondaryWarningBackgroundColor};
927
- color: ${s.secondaryWarningColor};
928
- border-color: ${s.secondaryWarningBorderColor};
921
+ background-color: ${d.secondaryWarningBackgroundColor};
922
+ color: ${d.secondaryWarningColor};
923
+ border-color: ${d.secondaryWarningBorderColor};
929
924
  border-style: solid;
930
925
  }
931
926
 
932
927
  .ftds--family-warning.ft-button--secondary[disabled] {
933
- opacity: ${s.secondaryWarningDisabledComponentOpacity};
928
+ opacity: ${d.secondaryWarningDisabledComponentOpacity};
934
929
  }
935
930
 
936
931
  .ftds--family-warning.ft-button--secondary ft-icon {
937
- color: ${s.secondaryWarningIconColor};
932
+ color: ${d.secondaryWarningIconColor};
938
933
  }
939
934
 
940
935
  /** Warning Tertiary styles **/
941
936
 
942
937
  .ftds--family-warning.ft-button--tertiary {
943
- ${(0,f.setVariable)($.color,s.tertiaryWarningIconColor)};
938
+ ${(0,f.setVariable)($.color,d.tertiaryWarningIconColor)};
944
939
 
945
- ${(0,f.setVariable)(y.backgroundColor,s.tertiaryWarningStateLayerColor)};
946
- ${(0,f.setVariable)(y.opacityContentOnSurfaceHover,s.tertiaryWarningHoverStateLayerOpacity)};
947
- ${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,s.tertiaryWarningFocusStateLayerOpacity)};
948
- ${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,s.tertiaryWarningActiveStateLayerOpacity)};
949
- ${(0,f.setVariable)(y.opacityContentOnSurfacePressed,s.tertiaryWarningActiveStateLayerOpacity)};
940
+ ${(0,f.setVariable)(y.backgroundColor,d.tertiaryWarningStateLayerColor)};
941
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceHover,d.tertiaryWarningHoverStateLayerOpacity)};
942
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,d.tertiaryWarningFocusStateLayerOpacity)};
943
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,d.tertiaryWarningActiveStateLayerOpacity)};
944
+ ${(0,f.setVariable)(y.opacityContentOnSurfacePressed,d.tertiaryWarningActiveStateLayerOpacity)};
950
945
 
951
- background-color: ${s.tertiaryWarningBackgroundColor};
952
- color: ${s.tertiaryWarningColor};
946
+ background-color: ${d.tertiaryWarningBackgroundColor};
947
+ color: ${d.tertiaryWarningColor};
953
948
  border-style: none;
954
949
  }
955
950
 
956
951
  .ftds--family-warning.ft-button--tertiary[disabled] {
957
- opacity: ${s.tertiaryWarningDisabledComponentOpacity};
952
+ opacity: ${d.tertiaryWarningDisabledComponentOpacity};
958
953
  }
959
954
 
960
955
  .ftds--family-warning.ft-button--tertiary ft-icon {
961
- color: ${s.tertiaryWarningIconColor};
956
+ color: ${d.tertiaryWarningIconColor};
962
957
  }
963
958
 
964
959
  /** Error Secondary styles **/
965
960
 
966
961
  .ftds--family-error.ft-button--secondary {
967
- ${(0,f.setVariable)($.color,s.secondaryErrorIconColor)};
962
+ ${(0,f.setVariable)($.color,d.secondaryErrorIconColor)};
968
963
 
969
- ${(0,f.setVariable)(y.backgroundColor,s.secondaryErrorStateLayerColor)};
970
- ${(0,f.setVariable)(y.opacityContentOnSurfaceHover,s.secondaryErrorHoverStateLayerOpacity)};
971
- ${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,s.secondaryErrorFocusStateLayerOpacity)};
972
- ${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,s.secondaryErrorActiveStateLayerOpacity)};
973
- ${(0,f.setVariable)(y.opacityContentOnSurfacePressed,s.secondaryErrorActiveStateLayerOpacity)};
964
+ ${(0,f.setVariable)(y.backgroundColor,d.secondaryErrorStateLayerColor)};
965
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceHover,d.secondaryErrorHoverStateLayerOpacity)};
966
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,d.secondaryErrorFocusStateLayerOpacity)};
967
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,d.secondaryErrorActiveStateLayerOpacity)};
968
+ ${(0,f.setVariable)(y.opacityContentOnSurfacePressed,d.secondaryErrorActiveStateLayerOpacity)};
974
969
 
975
- background-color: ${s.secondaryErrorBackgroundColor};
976
- color: ${s.secondaryErrorColor};
977
- border-color: ${s.secondaryErrorBorderColor};
970
+ background-color: ${d.secondaryErrorBackgroundColor};
971
+ color: ${d.secondaryErrorColor};
972
+ border-color: ${d.secondaryErrorBorderColor};
978
973
  border-style: solid;
979
974
  }
980
975
 
981
976
  .ftds--family-error.ft-button--secondary[disabled] {
982
- opacity: ${s.secondaryErrorDisabledComponentOpacity};
977
+ opacity: ${d.secondaryErrorDisabledComponentOpacity};
983
978
  }
984
979
 
985
980
  .ftds--family-error.ft-button--secondary ft-icon {
986
- color: ${s.secondaryErrorIconColor};
981
+ color: ${d.secondaryErrorIconColor};
987
982
  }
988
983
 
989
984
  /** Error Tertiary styles **/
990
985
 
991
986
  .ftds--family-error.ft-button--tertiary {
992
- ${(0,f.setVariable)($.color,s.tertiaryErrorIconColor)};
987
+ ${(0,f.setVariable)($.color,d.tertiaryErrorIconColor)};
993
988
 
994
- ${(0,f.setVariable)(y.backgroundColor,s.tertiaryErrorStateLayerColor)};
995
- ${(0,f.setVariable)(y.opacityContentOnSurfaceHover,s.tertiaryErrorHoverStateLayerOpacity)};
996
- ${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,s.tertiaryErrorFocusStateLayerOpacity)};
997
- ${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,s.tertiaryErrorActiveStateLayerOpacity)};
998
- ${(0,f.setVariable)(y.opacityContentOnSurfacePressed,s.tertiaryErrorActiveStateLayerOpacity)};
989
+ ${(0,f.setVariable)(y.backgroundColor,d.tertiaryErrorStateLayerColor)};
990
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceHover,d.tertiaryErrorHoverStateLayerOpacity)};
991
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,d.tertiaryErrorFocusStateLayerOpacity)};
992
+ ${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,d.tertiaryErrorActiveStateLayerOpacity)};
993
+ ${(0,f.setVariable)(y.opacityContentOnSurfacePressed,d.tertiaryErrorActiveStateLayerOpacity)};
999
994
 
1000
- background-color: ${s.tertiaryErrorBackgroundColor};
1001
- color: ${s.tertiaryErrorColor};
995
+ background-color: ${d.tertiaryErrorBackgroundColor};
996
+ color: ${d.tertiaryErrorColor};
1002
997
  border-style: none;
1003
998
  }
1004
999
 
1005
1000
  .ftds--family-error.ft-button--tertiary[disabled] {
1006
- opacity: ${s.tertiaryErrorDisabledComponentOpacity};
1001
+ opacity: ${d.tertiaryErrorDisabledComponentOpacity};
1007
1002
  }
1008
1003
 
1009
1004
  .ftds--family-error.ft-button--tertiary ft-icon {
1010
- color: ${s.tertiaryErrorIconColor};
1005
+ color: ${d.tertiaryErrorIconColor};
1011
1006
  }
1012
1007
 
1013
1008
  /** Large styles **/
1014
1009
 
1015
1010
  .ftds--size-large {
1016
- ${(0,f.setVariable)(W.size,s.largeIconSize)};
1017
- ${(0,f.setVariable)($.size,s.largeIconSize)};
1011
+ ${(0,f.setVariable)(z.size,d.largeIconSize)};
1012
+ ${(0,f.setVariable)($.size,d.largeIconSize)};
1018
1013
 
1019
- height: ${s.largeHeight};
1020
- padding: 0 ${s.largeHorizontalPadding};
1021
- gap: ${s.largeGap};
1022
- border-radius: ${s.largeBorderRadius};
1023
- border-width: ${s.largeBorderWidth};
1014
+ height: ${d.largeHeight};
1015
+ padding: 0 ${d.largeHorizontalPadding};
1016
+ gap: ${d.largeGap};
1017
+ border-radius: ${d.largeBorderRadius};
1018
+ border-width: ${d.largeBorderWidth};
1024
1019
  }
1025
1020
 
1026
1021
  .ftds--size-large:focus-visible {
1027
- outline-width: ${s.largeFocusOutlineWidth};
1028
- outline-offset: ${s.largeFocusOutlineOffset};
1022
+ outline-width: ${d.largeFocusOutlineWidth};
1023
+ outline-offset: ${d.largeFocusOutlineOffset};
1029
1024
  }
1030
1025
 
1031
1026
  .ftds--size-large.ft-button--icon-only {
1032
- width: ${s.largeIconOnlyWidth};
1027
+ width: ${d.largeIconOnlyWidth};
1033
1028
  }
1034
1029
 
1035
1030
  /** Small styles **/
1036
1031
 
1037
1032
  .ftds--size-medium {
1038
- ${(0,f.setVariable)(W.size,s.mediumIconSize)};
1039
- ${(0,f.setVariable)($.size,s.mediumIconSize)};
1033
+ ${(0,f.setVariable)(z.size,d.mediumIconSize)};
1034
+ ${(0,f.setVariable)($.size,d.mediumIconSize)};
1040
1035
 
1041
- height: ${s.mediumHeight};
1042
- padding: 0 ${s.mediumHorizontalPadding};
1043
- gap: ${s.mediumGap};
1044
- border-radius: ${s.mediumBorderRadius};
1045
- border-width: ${s.mediumBorderWidth};
1036
+ height: ${d.mediumHeight};
1037
+ padding: 0 ${d.mediumHorizontalPadding};
1038
+ gap: ${d.mediumGap};
1039
+ border-radius: ${d.mediumBorderRadius};
1040
+ border-width: ${d.mediumBorderWidth};
1046
1041
  }
1047
1042
 
1048
1043
  .ftds--size-medium:focus-visible {
1049
- outline-width: ${s.mediumFocusOutlineWidth};
1050
- outline-offset: ${s.mediumFocusOutlineOffset};
1044
+ outline-width: ${d.mediumFocusOutlineWidth};
1045
+ outline-offset: ${d.mediumFocusOutlineOffset};
1051
1046
  }
1052
1047
 
1053
1048
  .ftds--size-medium.ft-button--icon-only {
1054
- width: ${s.mediumIconOnlyWidth};
1049
+ width: ${d.mediumIconOnlyWidth};
1055
1050
  }
1056
1051
 
1057
1052
 
1058
1053
  /** Small styles **/
1059
1054
 
1060
1055
  .ftds--size-small {
1061
- ${(0,f.setVariable)(W.size,s.smallIconSize)};
1062
- ${(0,f.setVariable)($.size,s.smallIconSize)};
1056
+ ${(0,f.setVariable)(z.size,d.smallIconSize)};
1057
+ ${(0,f.setVariable)($.size,d.smallIconSize)};
1063
1058
 
1064
- height: ${s.smallHeight};
1065
- padding: 0 ${s.smallHorizontalPadding};
1066
- gap: ${s.smallGap};
1067
- border-radius: ${s.smallBorderRadius};
1068
- border-width: ${s.smallBorderWidth};
1059
+ height: ${d.smallHeight};
1060
+ padding: 0 ${d.smallHorizontalPadding};
1061
+ gap: ${d.smallGap};
1062
+ border-radius: ${d.smallBorderRadius};
1063
+ border-width: ${d.smallBorderWidth};
1069
1064
  }
1070
1065
 
1071
1066
  .ftds--size-small:focus-visible {
1072
- outline-width: ${s.smallFocusOutlineWidth};
1073
- outline-offset: ${s.smallFocusOutlineOffset};
1067
+ outline-width: ${d.smallFocusOutlineWidth};
1068
+ outline-offset: ${d.smallFocusOutlineOffset};
1074
1069
  }
1075
1070
 
1076
1071
  .ftds--size-small.ft-button--icon-only {
1077
- width: ${s.smallIconOnlyWidth};
1072
+ width: ${d.smallIconOnlyWidth};
1078
1073
  }
1079
- `,f.noTextSelect];var Fe=function(e,o,a,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(d=e[p])&&(l=(c<3?d(l):c>3?d(o,a,l):d(o,a))||l);return c>3&&l&&Object.defineProperty(o,a,l),l},mt=class extends(0,Ke.toFtdsBase)(A){constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.round=!1,this.family=ze.brand,this.iconVariant=st.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 J.large:return yt.body2medium;case J.medium:return yt.caption1medium;case J.small:return yt.caption2medium}}};mt.styles=[Ke.safariEllipsisFix,qa];Fe([(0,$e.property)({type:Boolean})],mt.prototype,"primary",void 0);Fe([(0,$e.property)({type:Boolean})],mt.prototype,"secondary",void 0);Fe([(0,$e.property)({type:Boolean})],mt.prototype,"tertiary",void 0);Fe([(0,$e.property)({type:Boolean})],mt.prototype,"round",void 0);(0,Eo.customElement)("ft-button")(ht);(0,Eo.customElement)("ftds-button")(mt);var Qa=w.FtCssVariableFactory.extend("--ft-chip-color","",w.designSystemVariables.colorOnSurface),K={backgroundColor:w.FtCssVariableFactory.extend("--ft-chip-background-color","",w.designSystemVariables.colorSurface),color:Qa,fontSize:w.FtCssVariableFactory.extend("--ft-chip-font-size","",lt.fontSize),fontWeight:w.FtCssVariableFactory.extend("--ft-chip-font-weight","",lt.fontWeight),iconSize:w.FtCssVariableFactory.create("--ft-chip-icon-size","","SIZE","18px"),borderRadius:w.FtCssVariableFactory.create("--ft-chip-border-radius","","SIZE",""),rippleColor:w.FtCssVariableFactory.extend("--ft-chip-ripple-color","",Qa),horizontalPadding:w.FtCssVariableFactory.create("--ft-chip-horizontal-padding","","SIZE","6px"),verticalPadding:w.FtCssVariableFactory.create("--ft-chip-vertical-padding","","SIZE","6px"),borderColor:w.FtCssVariableFactory.extend("--ft-chip-border-color","",w.designSystemVariables.colorOutline),opacityDisabled:w.FtCssVariableFactory.external(w.designSystemVariables.colorOpacityDisabled,"Design system")},Ja=w.FtCssVariableFactory.extend("--ft-chip-highlighted-color","",w.FtCssVariableFactory.extend("--ft-chip-color","",w.designSystemVariables.colorOnPrimary)),pe={backgroundColor:w.FtCssVariableFactory.extend("--ft-chip-highlighted-background-color","",w.FtCssVariableFactory.extend("--ft-chip-background-color","",w.designSystemVariables.colorPrimary)),color:Ja,rippleColor:w.FtCssVariableFactory.extend("--ft-chip-highlighted-ripple-color","",Ja)},tn={horizontalPadding:w.FtCssVariableFactory.create("--ft-chip-dense-horizontal-padding","","SIZE","4px"),verticalPadding:w.FtCssVariableFactory.create("--ft-chip-dense-vertical-padding","","SIZE","4px")},en=[w.noTextSelect,Be.css`
1074
+ `,f.noTextSelect];var Fe=function(e,o,a,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(c<3?s(l):c>3?s(o,a,l):s(o,a))||l);return c>3&&l&&Object.defineProperty(o,a,l),l},bt=class extends(0,Ke.toFtdsBase)(A){constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.round=!1,this.family=ke.brand,this.iconVariant=dt.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 Q.large:return yt.body2medium;case Q.medium:return yt.caption1medium;case Q.small:return yt.caption2medium}}};bt.styles=[Ke.safariEllipsisFix,qa];Fe([(0,$e.property)({type:Boolean})],bt.prototype,"primary",void 0);Fe([(0,$e.property)({type:Boolean})],bt.prototype,"secondary",void 0);Fe([(0,$e.property)({type:Boolean})],bt.prototype,"tertiary",void 0);Fe([(0,$e.property)({type:Boolean})],bt.prototype,"round",void 0);(0,No.customElement)("ft-button")(mt);(0,No.customElement)("ftds-button")(bt);var Qa=w.FtCssVariableFactory.extend("--ft-chip-color","",w.designSystemVariables.colorOnSurface),F={backgroundColor:w.FtCssVariableFactory.extend("--ft-chip-background-color","",w.designSystemVariables.colorSurface),color:Qa,fontSize:w.FtCssVariableFactory.extend("--ft-chip-font-size","",lt.fontSize),fontWeight:w.FtCssVariableFactory.extend("--ft-chip-font-weight","",lt.fontWeight),iconSize:w.FtCssVariableFactory.create("--ft-chip-icon-size","","SIZE","18px"),borderRadius:w.FtCssVariableFactory.create("--ft-chip-border-radius","","SIZE",""),rippleColor:w.FtCssVariableFactory.extend("--ft-chip-ripple-color","",Qa),horizontalPadding:w.FtCssVariableFactory.create("--ft-chip-horizontal-padding","","SIZE","6px"),verticalPadding:w.FtCssVariableFactory.create("--ft-chip-vertical-padding","","SIZE","6px"),borderColor:w.FtCssVariableFactory.extend("--ft-chip-border-color","",w.designSystemVariables.colorOutline),opacityDisabled:w.FtCssVariableFactory.external(w.designSystemVariables.colorOpacityDisabled,"Design system")},Ja=w.FtCssVariableFactory.extend("--ft-chip-highlighted-color","",w.FtCssVariableFactory.extend("--ft-chip-color","",w.designSystemVariables.colorOnPrimary)),pe={backgroundColor:w.FtCssVariableFactory.extend("--ft-chip-highlighted-background-color","",w.FtCssVariableFactory.extend("--ft-chip-background-color","",w.designSystemVariables.colorPrimary)),color:Ja,rippleColor:w.FtCssVariableFactory.extend("--ft-chip-highlighted-ripple-color","",Ja)},tn={horizontalPadding:w.FtCssVariableFactory.create("--ft-chip-dense-horizontal-padding","","SIZE","4px"),verticalPadding:w.FtCssVariableFactory.create("--ft-chip-dense-vertical-padding","","SIZE","4px")},en=[w.noTextSelect,Be.css`
1080
1075
  :host {
1081
1076
  display: inline-block;
1082
1077
  max-width: 100%;
@@ -1092,21 +1087,21 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1092
1087
  box-sizing: border-box;
1093
1088
  pointer-events: auto;
1094
1089
 
1095
- --chip-internal-font-size: ${K.fontSize};
1096
- --chip-internal-font-weight: ${K.fontWeight};
1090
+ --chip-internal-font-size: ${F.fontSize};
1091
+ --chip-internal-font-weight: ${F.fontWeight};
1097
1092
  --chip-internal-line-height: max(20px, calc(var(--chip-internal-font-size) + 2px));
1098
- ${(0,w.setVariable)(W.size,K.iconSize)};
1099
- --chip-internal-vertical-padding: ${K.verticalPadding};
1100
- --chip-internal-horizontal-padding: ${K.horizontalPadding};
1093
+ ${(0,w.setVariable)(z.size,F.iconSize)};
1094
+ --chip-internal-vertical-padding: ${F.verticalPadding};
1095
+ --chip-internal-horizontal-padding: ${F.horizontalPadding};
1101
1096
  --chip-internal-icon-padding: 3px;
1102
- --chip-internal-content-height: max(var(--chip-internal-line-height), ${K.iconSize});
1097
+ --chip-internal-content-height: max(var(--chip-internal-line-height), ${F.iconSize});
1103
1098
 
1104
- border: 1px solid ${K.borderColor};
1105
- color: ${K.color};
1106
- ${(0,w.setVariable)(y.color,K.rippleColor)};
1107
- border-radius: var(${(0,Be.unsafeCSS)(K.borderRadius.name)}, calc(var(--chip-internal-content-height) / 2 + var(--chip-internal-vertical-padding)));
1099
+ border: 1px solid ${F.borderColor};
1100
+ color: ${F.color};
1101
+ ${(0,w.setVariable)(y.color,F.rippleColor)};
1102
+ border-radius: var(${(0,Be.unsafeCSS)(F.borderRadius.name)}, calc(var(--chip-internal-content-height) / 2 + var(--chip-internal-vertical-padding)));
1108
1103
  padding: calc(var(--chip-internal-vertical-padding) - 1px) calc(var(--chip-internal-horizontal-padding) - 1px);
1109
- background-color: ${K.backgroundColor};
1104
+ background-color: ${F.backgroundColor};
1110
1105
  line-height: var(--chip-internal-content-height);
1111
1106
  }
1112
1107
 
@@ -1122,14 +1117,14 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1122
1117
  }
1123
1118
 
1124
1119
  .ft-chip--no-content {
1125
- --chip-internal-horizontal-padding: ${K.horizontalPadding.get(Be.css`var(--chip-internal-vertical-padding)`)};
1120
+ --chip-internal-horizontal-padding: ${F.horizontalPadding.get(Be.css`var(--chip-internal-vertical-padding)`)};
1126
1121
  }
1127
1122
 
1128
1123
  .ft-chip--disabled {
1129
1124
  cursor: default;
1130
1125
  pointer-events: none;
1131
1126
  filter: grayscale(1);
1132
- opacity: ${K.opacityDisabled};
1127
+ opacity: ${F.opacityDisabled};
1133
1128
  }
1134
1129
 
1135
1130
  .ft-chip--highlighted {
@@ -1168,7 +1163,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1168
1163
  }
1169
1164
 
1170
1165
  .ft-chip--icon-button {
1171
- ${(0,w.setVariable)(P.iconSize,K.iconSize)};
1166
+ ${(0,w.setVariable)(P.iconSize,F.iconSize)};
1172
1167
  ${(0,w.setVariable)(P.horizontalPadding,"var(--chip-internal-icon-padding)")};
1173
1168
  ${(0,w.setVariable)(P.verticalPadding,"var(--chip-internal-icon-padding)")};
1174
1169
  margin: calc((-1) * var(--chip-internal-icon-padding));
@@ -1216,15 +1211,15 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1216
1211
  .ft-chip:not(.ft-chip--trailing-icon) .ft-chip--icon-button {
1217
1212
  order: -1;
1218
1213
  }
1219
- `];var Ie={color:V.FtCssVariableFactory.create("--ft-chip-choice-option--color","","COLOR",V.designSystemVariables.colorOnSurface),borderColor:V.FtCssVariableFactory.create("--ft-chip-choice-option--border-color","","COLOR",V.designSystemVariables.colorOutline),backgroundColor:V.FtCssVariableFactory.create("--ft-chip-choice-option--background-color","","COLOR",V.designSystemVariables.colorSurface),selectedColor:V.FtCssVariableFactory.create("--ft-chip-choice-option--selected-color","","COLOR",V.designSystemVariables.colorOnPrimary),selectedBackgroundColor:V.FtCssVariableFactory.create("--ft-chip-choice-option--selected-background-color","","COLOR",V.designSystemVariables.colorPrimary)},rn=on.css`
1214
+ `];var Ie={color:K.FtCssVariableFactory.create("--ft-chip-choice-option--color","","COLOR",K.designSystemVariables.colorOnSurface),borderColor:K.FtCssVariableFactory.create("--ft-chip-choice-option--border-color","","COLOR",K.designSystemVariables.colorOutline),backgroundColor:K.FtCssVariableFactory.create("--ft-chip-choice-option--background-color","","COLOR",K.designSystemVariables.colorSurface),selectedColor:K.FtCssVariableFactory.create("--ft-chip-choice-option--selected-color","","COLOR",K.designSystemVariables.colorOnPrimary),selectedBackgroundColor:K.FtCssVariableFactory.create("--ft-chip-choice-option--selected-background-color","","COLOR",K.designSystemVariables.colorPrimary)},rn=on.css`
1220
1215
  [part="chip"] {
1221
- ${(0,V.setVariable)(K.color,Ie.color)};
1222
- ${(0,V.setVariable)(K.borderColor,Ie.borderColor)};
1223
- ${(0,V.setVariable)(K.backgroundColor,Ie.backgroundColor)};
1224
- ${(0,V.setVariable)(pe.color,Ie.selectedColor)};
1225
- ${(0,V.setVariable)(pe.backgroundColor,Ie.selectedBackgroundColor)};
1216
+ ${(0,K.setVariable)(F.color,Ie.color)};
1217
+ ${(0,K.setVariable)(F.borderColor,Ie.borderColor)};
1218
+ ${(0,K.setVariable)(F.backgroundColor,Ie.backgroundColor)};
1219
+ ${(0,K.setVariable)(pe.color,Ie.selectedColor)};
1220
+ ${(0,K.setVariable)(pe.backgroundColor,Ie.selectedBackgroundColor)};
1226
1221
  }
1227
- `;var Ro=b(L());var Ve=b(I()),q=b(ct()),an=b(me()),fe=b(L());var at=function(e,o,a,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(d=e[p])&&(l=(c<3?d(l):c>3?d(o,a,l):d(o,a))||l);return c>3&&l&&Object.defineProperty(o,a,l),l},je=class extends CustomEvent{constructor(){super("icon-click")}},k=class extends fe.FtLitElement{constructor(){super(...arguments),this.highlighted=!1,this.removable=!1,this.disabled=!1,this.clickable=!1,this.iconClickable=!1,this.dense=!1,this.multiLine=!1,this.label="",this.iconLabel="",this.hideIconTooltip=!1,this.icon=void 0,this.trailingIcon=!1}render(){let o={"ft-chip":!0,"ft-chip--highlighted":this.highlighted,"ft-chip--disabled":this.disabled,"ft-chip--clickable":this.interactionsOnChip,"ft-chip--trailing-icon":this.trailingIcon||this.removable,"ft-chip--no-content":!this.hasTextContent(),"ft-chip--dense":this.dense,"ft-chip--multi-line":this.multiLine,"ft-chip--safari-fix":fe.isSafari};return Ve.html`
1222
+ `;var Ro=b(L());var Ve=b(I()),X=b(ct()),an=b(me()),fe=b(L());var rt=function(e,o,a,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(c<3?s(l):c>3?s(o,a,l):s(o,a))||l);return c>3&&l&&Object.defineProperty(o,a,l),l},je=class extends CustomEvent{constructor(){super("icon-click")}},k=class extends fe.FtLitElement{constructor(){super(...arguments),this.highlighted=!1,this.removable=!1,this.disabled=!1,this.clickable=!1,this.iconClickable=!1,this.dense=!1,this.multiLine=!1,this.label="",this.iconLabel="",this.hideIconTooltip=!1,this.icon=void 0,this.trailingIcon=!1}render(){let o={"ft-chip":!0,"ft-chip--highlighted":this.highlighted,"ft-chip--disabled":this.disabled,"ft-chip--clickable":this.interactionsOnChip,"ft-chip--trailing-icon":this.trailingIcon||this.removable,"ft-chip--no-content":!this.hasTextContent(),"ft-chip--dense":this.dense,"ft-chip--multi-line":this.multiLine,"ft-chip--safari-fix":fe.isSafari};return Ve.html`
1228
1223
  <div class="${(0,an.classMap)(o)}"
1229
1224
  aria-label="${this.getLabel()}"
1230
1225
  tabindex="${this.interactionsOnChip?0:-1}"
@@ -1251,7 +1246,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1251
1246
  <div class="ft-chip--icon-container ft-no-text-select" part="icon-container">
1252
1247
  <ft-icon .variant=${this.iconVariant} .value="${this.internalIcon}" part="icon"></ft-icon>
1253
1248
  </div>
1254
- `}onKeyUp(o){this.interactionsOnChip&&["Enter"," "].includes(o.key)&&o.target.click()}onIconKeyUp(o){this.interactionsOnIcon&&["Enter"," "].includes(o.key)&&(o.stopPropagation(),this.dispatchEvent(new je))}onIconClick(o){this.interactionsOnIcon&&(o.stopPropagation(),this.dispatchEvent(new je))}getLabel(){return this.label||this.textContent}get textContent(){return(0,fe.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}get internalIcon(){return this.icon||(this.removable?"close":void 0)}};k.elementDefinitions={"ft-ripple":B,"ft-typography":tt,"ft-icon":Y,"ft-button":ht};k.styles=en;at([(0,q.property)({type:Boolean})],k.prototype,"highlighted",void 0);at([(0,q.property)({type:Boolean})],k.prototype,"removable",void 0);at([(0,q.property)({type:Boolean})],k.prototype,"disabled",void 0);at([(0,q.property)({type:Boolean})],k.prototype,"clickable",void 0);at([(0,q.property)({type:Boolean})],k.prototype,"iconClickable",void 0);at([(0,q.property)({type:Boolean})],k.prototype,"dense",void 0);at([(0,q.property)({type:Boolean})],k.prototype,"multiLine",void 0);at([(0,q.property)()],k.prototype,"label",void 0);at([(0,q.property)()],k.prototype,"iconLabel",void 0);at([(0,q.property)({type:Boolean})],k.prototype,"hideIconTooltip",void 0);at([(0,q.property)()],k.prototype,"icon",void 0);at([(0,q.property)()],k.prototype,"iconVariant",void 0);at([(0,q.property)({type:Boolean})],k.prototype,"trailingIcon",void 0);at([(0,q.query)("ft-typography slot")],k.prototype,"slottedContent",void 0);var Ht=b(I()),_t=b(ct()),ln=b(me()),Xe=b(L());var nn=b(I());var Ye=b(L());var cn=[nn.css`
1249
+ `}onKeyUp(o){this.interactionsOnChip&&["Enter"," "].includes(o.key)&&o.target.click()}onIconKeyUp(o){this.interactionsOnIcon&&["Enter"," "].includes(o.key)&&(o.stopPropagation(),this.dispatchEvent(new je))}onIconClick(o){this.interactionsOnIcon&&(o.stopPropagation(),this.dispatchEvent(new je))}getLabel(){return this.label||this.textContent}get textContent(){return(0,fe.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}get internalIcon(){return this.icon||(this.removable?"close":void 0)}};k.elementDefinitions={"ft-ripple":B,"ft-typography":J,"ft-icon":j,"ft-button":mt};k.styles=en;rt([(0,X.property)({type:Boolean})],k.prototype,"highlighted",void 0);rt([(0,X.property)({type:Boolean})],k.prototype,"removable",void 0);rt([(0,X.property)({type:Boolean})],k.prototype,"disabled",void 0);rt([(0,X.property)({type:Boolean})],k.prototype,"clickable",void 0);rt([(0,X.property)({type:Boolean})],k.prototype,"iconClickable",void 0);rt([(0,X.property)({type:Boolean})],k.prototype,"dense",void 0);rt([(0,X.property)({type:Boolean})],k.prototype,"multiLine",void 0);rt([(0,X.property)()],k.prototype,"label",void 0);rt([(0,X.property)()],k.prototype,"iconLabel",void 0);rt([(0,X.property)({type:Boolean})],k.prototype,"hideIconTooltip",void 0);rt([(0,X.property)()],k.prototype,"icon",void 0);rt([(0,X.property)()],k.prototype,"iconVariant",void 0);rt([(0,X.property)({type:Boolean})],k.prototype,"trailingIcon",void 0);rt([(0,X.query)("ft-typography slot")],k.prototype,"slottedContent",void 0);var Ht=b(I()),_t=b(ct()),ln=b(me()),Xe=b(L());var nn=b(I());var Ye=b(L());var cn=[nn.css`
1255
1250
  :host {
1256
1251
  display: inline-block;
1257
1252
  max-width: 100%;
@@ -1290,7 +1285,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1290
1285
  border-radius: ${O.smallBorderRadius};
1291
1286
  border-width: ${O.smallBorderWidth};
1292
1287
  border-style: solid;
1293
- ${(0,Ye.setVariable)(W.size,O.smallIconSize)}
1288
+ ${(0,Ye.setVariable)(z.size,O.smallIconSize)}
1294
1289
  }
1295
1290
 
1296
1291
  .ftds--size-small.ftds-chip--with-action {
@@ -1314,7 +1309,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1314
1309
  top: -3px;
1315
1310
  height: ${O.smallIconSize};
1316
1311
  transform: scale(.75); /* Little trick to have a (even) bigger icon inside of the button */
1317
- ${No.smallIconOnlyWidth.set("15px")};
1312
+ ${Eo.smallIconOnlyWidth.set("15px")};
1318
1313
  }
1319
1314
 
1320
1315
  .ftds--size-small .ftds-chip--remove-button::part(icon) {
@@ -1329,7 +1324,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1329
1324
  border-width: ${O.mediumBorderWidth};
1330
1325
  border-style: solid;
1331
1326
  gap: ${O.mediumGap};
1332
- ${(0,Ye.setVariable)(W.size,O.mediumIconSize)}
1327
+ ${(0,Ye.setVariable)(z.size,O.mediumIconSize)}
1333
1328
  }
1334
1329
 
1335
1330
  .ftds--size-medium.ftds-chip--with-action {
@@ -1348,7 +1343,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1348
1343
  border-width: ${O.largeBorderWidth};
1349
1344
  border-style: solid;
1350
1345
  gap: ${O.largeGap};
1351
- ${(0,Ye.setVariable)(W.size,O.largeIconSize)}
1346
+ ${(0,Ye.setVariable)(z.size,O.largeIconSize)}
1352
1347
  }
1353
1348
 
1354
1349
  .ftds--size-large.ftds-chip--with-action {
@@ -1418,7 +1413,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1418
1413
  .ftds--family-error .ftds-chip--icon-container {
1419
1414
  color: ${O.errorIconColor};
1420
1415
  }
1421
- `];var ue=function(e,o,a,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(d=e[p])&&(l=(c<3?d(l):c>3?d(o,a,l):d(o,a))||l);return c>3&&l&&Object.defineProperty(o,a,l),l},Lo=class extends CustomEvent{constructor(){super("remove")}},pt=class extends Xe.FtdsBase{constructor(){super(...arguments),this.withAction=!1,this.removable=!1,this.removeButtonLabel="Remove",this.label=""}render(){let o={"ftds-chip":!0,"ftds-chip--with-action":this.removable||this.withAction,"ftds-chip--with-icon":!!this.icon,...this.getDesignSystemBaseClasses()};return Ht.html`
1416
+ `];var ue=function(e,o,a,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(c<3?s(l):c>3?s(o,a,l):s(o,a))||l);return c>3&&l&&Object.defineProperty(o,a,l),l},Lo=class extends CustomEvent{constructor(){super("remove")}},pt=class extends Xe.FtdsBase{constructor(){super(...arguments),this.withAction=!1,this.removable=!1,this.removeButtonLabel="Remove",this.label=""}render(){let o={"ftds-chip":!0,"ftds-chip--with-action":this.removable||this.withAction,"ftds-chip--with-icon":!!this.icon,...this.getDesignSystemBaseClasses()};return Ht.html`
1422
1417
  <div class="${(0,ln.classMap)(o)}"
1423
1418
  aria-label="${this.getLabel()}"
1424
1419
  part="chip">
@@ -1430,13 +1425,13 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1430
1425
  </div>
1431
1426
  `}renderIcon(){return this.icon?Ht.html`
1432
1427
  <div class="ftds-chip--icon-container" part="icon-container">
1433
- <ft-icon .variant=${st.fluid_topics} .value="${this.icon}" part="icon"></ft-icon>
1428
+ <ft-icon .variant=${dt.fluid_topics} .value="${this.icon}" part="icon"></ft-icon>
1434
1429
  </div>
1435
1430
  `:Ht.nothing}renderAction(){return this.removable?Ht.html`
1436
1431
  <ftds-button round
1437
1432
  class="ftds-chip--remove-button"
1438
1433
  @click=${this.dispatchRemoveEvent}
1439
- icon=${se.X_MARK}
1434
+ icon=${de.X_MARK}
1440
1435
  label=${this.removeButtonLabel}
1441
1436
  family=${Xe.DesignSystemFamily.neutral}
1442
1437
  size=${this.resolveButtonSize()}
@@ -1444,7 +1439,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1444
1439
  ></ftds-button>
1445
1440
  `:this.withAction?Ht.html`
1446
1441
  <slot name="action"></slot>
1447
- `:Ht.nothing}resolveButtonSize(){switch(this.size){case J.large:return J.medium;case J.medium:case J.small:return J.small}}getLabel(){return this.label||this.textContent}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:""}onSlotchange(){this.requestUpdate()}dispatchRemoveEvent(){this.dispatchEvent(new Lo)}typographyVariant(){switch(this.size){case J.large:return yt.body2medium;case J.medium:case J.small:return yt.caption1medium}}};pt.elementDefinitions={"ft-typography":tt,"ft-icon":Y,"ftds-button":mt};pt.styles=cn;ue([(0,_t.property)({type:Boolean})],pt.prototype,"withAction",void 0);ue([(0,_t.property)({type:Boolean})],pt.prototype,"removable",void 0);ue([(0,_t.property)()],pt.prototype,"removeButtonLabel",void 0);ue([(0,_t.property)()],pt.prototype,"label",void 0);ue([(0,_t.property)()],pt.prototype,"icon",void 0);ue([(0,_t.query)("ft-typography slot")],pt.prototype,"slottedContent",void 0);(0,Ro.customElement)("ft-chip")(k);(0,Ro.customElement)("ftds-chip")(pt);var Dt=function(e,o,a,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(d=e[p])&&(l=(c<3?d(l):c>3?d(o,a,l):d(o,a))||l);return c>3&&l&&Object.defineProperty(o,a,l),l},Ao=class extends CustomEvent{constructor(o,a){super("ft-chip-choice-option-change",{detail:{value:o,selected:a},bubbles:!0,composed:!0})}},nt=class extends sn.FtLitElement{constructor(){super(...arguments),this.name="",this.value="",this.label="",this.selected=!1,this.dense=!1,this.multiLine=!1,this.role="radio"}render(){return dn.html`
1442
+ `:Ht.nothing}resolveButtonSize(){switch(this.size){case Q.large:return Q.medium;case Q.medium:case Q.small:return Q.small}}getLabel(){return this.label||this.textContent}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:""}onSlotchange(){this.requestUpdate()}dispatchRemoveEvent(){this.dispatchEvent(new Lo)}typographyVariant(){switch(this.size){case Q.large:return yt.body2medium;case Q.medium:case Q.small:return yt.caption1medium}}};pt.elementDefinitions={"ft-typography":J,"ft-icon":j,"ftds-button":bt};pt.styles=cn;ue([(0,_t.property)({type:Boolean})],pt.prototype,"withAction",void 0);ue([(0,_t.property)({type:Boolean})],pt.prototype,"removable",void 0);ue([(0,_t.property)()],pt.prototype,"removeButtonLabel",void 0);ue([(0,_t.property)()],pt.prototype,"label",void 0);ue([(0,_t.property)()],pt.prototype,"icon",void 0);ue([(0,_t.query)("ft-typography slot")],pt.prototype,"slottedContent",void 0);(0,Ro.customElement)("ft-chip")(k);(0,Ro.customElement)("ftds-chip")(pt);var Dt=function(e,o,a,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(c<3?s(l):c>3?s(o,a,l):s(o,a))||l);return c>3&&l&&Object.defineProperty(o,a,l),l},Ao=class extends CustomEvent{constructor(o,a){super("ft-chip-choice-option-change",{detail:{value:o,selected:a},bubbles:!0,composed:!0})}},at=class extends dn.FtLitElement{constructor(){super(...arguments),this.name="",this.value="",this.label="",this.selected=!1,this.dense=!1,this.multiLine=!1,this.role="radio"}render(){return sn.html`
1448
1443
  <ft-chip clickable
1449
1444
  part="chip"
1450
1445
  icon=${this.selected?"CHECK":""}
@@ -1456,7 +1451,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1456
1451
  @keydown=${this.onKeyDown}>
1457
1452
  <slot></slot>
1458
1453
  </ft-chip>
1459
- `}onKeyDown(o){o.key==" "&&o.preventDefault()}update(o){super.update(o),o.has("selected")&&(this.ariaChecked=this.selected?"true":"false")}onChange(o){o.preventDefault(),this.selected=!this.selected,this.dispatchEvent(new Ao(this.value,this.selected))}};nt.elementDefinitions={"ft-chip":k};nt.styles=rn;Dt([(0,Ot.property)()],nt.prototype,"name",void 0);Dt([(0,Ot.property)()],nt.prototype,"value",void 0);Dt([(0,Ot.property)()],nt.prototype,"label",void 0);Dt([(0,Ot.property)({type:Boolean})],nt.prototype,"selected",void 0);Dt([(0,Ot.property)({type:Boolean})],nt.prototype,"dense",void 0);Dt([(0,Ot.property)({type:Boolean})],nt.prototype,"multiLine",void 0);Dt([(0,Ot.property)({reflect:!0,attribute:"role"})],nt.prototype,"role",void 0);Dt([(0,Ot.query)("ft-chip")],nt.prototype,"chip",void 0);(0,$o.customElement)("ft-chip-choice")(ft);(0,$o.customElement)("ft-chip-choice-option")(nt);})();
1454
+ `}onKeyDown(o){o.key==" "&&o.preventDefault()}update(o){super.update(o),o.has("selected")&&(this.ariaChecked=this.selected?"true":"false")}onChange(o){o.preventDefault(),this.selected=!this.selected,this.dispatchEvent(new Ao(this.value,this.selected))}};at.elementDefinitions={"ft-chip":k};at.styles=rn;Dt([(0,vt.property)()],at.prototype,"name",void 0);Dt([(0,vt.property)()],at.prototype,"value",void 0);Dt([(0,vt.property)()],at.prototype,"label",void 0);Dt([(0,vt.property)({type:Boolean})],at.prototype,"selected",void 0);Dt([(0,vt.property)({type:Boolean})],at.prototype,"dense",void 0);Dt([(0,vt.property)({type:Boolean})],at.prototype,"multiLine",void 0);Dt([(0,vt.property)({reflect:!0,attribute:"role"})],at.prototype,"role",void 0);Dt([(0,vt.query)("ft-chip")],at.prototype,"chip",void 0);(0,$o.customElement)("ft-chip-choice")(ft);(0,$o.customElement)("ft-chip-choice-option")(at);})();
1460
1455
  /*! Bundled license information:
1461
1456
 
1462
1457
  lit-html/lit-html.js: