@fluid-topics/ft-chip-choice 1.3.45 → 1.3.46

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 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`
1
+ "use strict";(()=>{var Cn=Object.create;var dr=Object.defineProperty;var Sn=Object.getOwnPropertyDescriptor;var On=Object.getOwnPropertyNames;var vn=Object.getPrototypeOf,wn=Object.prototype.hasOwnProperty;var Se=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports);var En=(e,o,a,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of On(o))!wn.call(e,l)&&l!==a&&dr(e,l,{get:()=>o[l],enumerable:!(i=Sn(o,l))||i.enumerable});return e};var h=(e,o,a)=>(a=e!=null?Cn(vn(e)):{},En(o||!e||!e.__esModule?dr(a,"default",{value:e,enumerable:!0}):a,e));var L=Se((ei,pr)=>{pr.exports=ftGlobals.wcUtils});var $=Se((oi,fr)=>{fr.exports=ftGlobals.lit});var rt=Se((ri,yr)=>{yr.exports=ftGlobals.litDecorators});var ve=Se((Wd,jr)=>{jr.exports=ftGlobals.litClassMap});var ja=Se((vf,Va)=>{Va.exports=ftGlobals.litUnsafeHTML});var ir=h(L());var hr=h($()),Et=h(rt()),mr=h(L());var ur=h($()),ai={},gr=ur.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,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`
12
+ `;var Yt=function(e,o,a,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(c=(l<3?s(c):l>3?s(o,a,c):s(o,a))||c);return l>3&&c&&Object.defineProperty(o,a,c),c},oo=class extends CustomEvent{constructor(o){super("change",{detail:{value:o}})}},yt=class extends mr.FtLitElement{constructor(){super(...arguments),this.name="",this.multiselect=!1,this.role="radiogroup",this.ariaLabelledBy="",this.selectedOptions=new Set}render(){return hr.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,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`
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 oo(new Set(this.selectedOptions)))}};yt.styles=gr;Yt([(0,Et.property)()],yt.prototype,"name",void 0);Yt([(0,Et.property)({type:Boolean})],yt.prototype,"multiselect",void 0);Yt([(0,Et.property)({reflect:!0,attribute:"role"})],yt.prototype,"role",void 0);Yt([(0,Et.property)({reflect:!0,attribute:"aria-labelledby"})],yt.prototype,"ariaLabelledBy",void 0);Yt([(0,Et.queryAssignedElements)()],yt.prototype,"chipChoiceOptions",void 0);Yt([(0,Et.state)()],yt.prototype,"selectedOptions",void 0);var hn=h($()),wt=h(rt()),mn=h(L());var dn=h($()),K=h(L());var Te=h($()),w=h(L());var vr=h($()),H=h(L()),br=H.FtCssVariableFactory.extend("--ft-ripple-color","",H.designSystemVariables.colorContent),u={color:br,backgroundColor:H.FtCssVariableFactory.extend("--ft-ripple-background-color","",br),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")},xr=H.FtCssVariableFactory.extend("--ft-ripple-color","",H.designSystemVariables.colorPrimary),Cr={color:xr,backgroundColor:H.FtCssVariableFactory.extend("--ft-ripple-background-color","",xr)},Sr=H.FtCssVariableFactory.extend("--ft-ripple-color","",H.designSystemVariables.colorSecondary),Or={color:Sr,backgroundColor:H.FtCssVariableFactory.extend("--ft-ripple-background-color","",Sr)},wr=vr.css`
17
17
  :host {
18
18
  display: contents;
19
19
  }
@@ -26,7 +26,7 @@
26
26
 
27
27
  .ft-ripple:not(.ft-ripple--unbounded) {
28
28
  overflow: hidden;
29
- border-radius: ${y.borderRadius};
29
+ border-radius: ${u.borderRadius};
30
30
  }
31
31
 
32
32
  .ft-ripple .ft-ripple--background,
@@ -60,27 +60,27 @@
60
60
  }
61
61
 
62
62
  .ft-ripple .ft-ripple--background {
63
- background-color: ${y.backgroundColor};
63
+ background-color: ${u.backgroundColor};
64
64
  }
65
65
 
66
66
  .ft-ripple .ft-ripple--effect {
67
- background-color: ${y.color};
67
+ background-color: ${u.color};
68
68
  }
69
69
 
70
70
  .ft-ripple.ft-ripple--secondary .ft-ripple--background {
71
- background-color: ${Ko.backgroundColor};
71
+ background-color: ${Or.backgroundColor};
72
72
  }
73
73
 
74
74
  .ft-ripple.ft-ripple--secondary .ft-ripple--effect {
75
- background-color: ${Ko.color};
75
+ background-color: ${Or.color};
76
76
  }
77
77
 
78
78
  .ft-ripple.ft-ripple--primary .ft-ripple--background {
79
- background-color: ${Zo.backgroundColor};
79
+ background-color: ${Cr.backgroundColor};
80
80
  }
81
81
 
82
82
  .ft-ripple.ft-ripple--primary .ft-ripple--effect {
83
- background-color: ${Zo.color};
83
+ background-color: ${Cr.color};
84
84
  }
85
85
 
86
86
  .ft-ripple .ft-ripple--background {
@@ -110,24 +110,24 @@
110
110
  }
111
111
 
112
112
  .ft-ripple.ft-ripple--hovered .ft-ripple--background {
113
- opacity: ${y.opacityContentOnSurfaceHover};
113
+ opacity: ${u.opacityContentOnSurfaceHover};
114
114
  }
115
115
 
116
116
  .ft-ripple.ft-ripple--selected .ft-ripple--background {
117
- opacity: ${y.opacityContentOnSurfaceSelected};
117
+ opacity: ${u.opacityContentOnSurfaceSelected};
118
118
  }
119
119
 
120
120
  .ft-ripple.ft-ripple--focused .ft-ripple--background {
121
- opacity: ${y.opacityContentOnSurfaceFocused};
121
+ opacity: ${u.opacityContentOnSurfaceFocused};
122
122
  }
123
123
 
124
124
  .ft-ripple.ft-ripple--pressed .ft-ripple--effect {
125
- opacity: ${y.opacityContentOnSurfacePressed};
125
+ opacity: ${u.opacityContentOnSurfacePressed};
126
126
  transform: translate(-50%, -50%) scale(1);
127
127
  }
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("--ftds-color-white","","COLOR","#ffffff"),colorGray0:t.create("--ftds-color-gray-0","","COLOR","#71718e"),colorGray10:t.create("--ftds-color-gray-10","","COLOR","#fbfbfc"),colorGray20:t.create("--ftds-color-gray-20","","COLOR","#f2f2f5"),colorGray30:t.create("--ftds-color-gray-30","","COLOR","#e9e9ed"),colorGray40:t.create("--ftds-color-gray-40","","COLOR","#e0e0e6"),colorGray50:t.create("--ftds-color-gray-50","","COLOR","#cdcdd7"),colorGray60:t.create("--ftds-color-gray-60","","COLOR","#bbbbc9"),colorGray70:t.create("--ftds-color-gray-70","","COLOR","#a8a8ba"),colorGray80:t.create("--ftds-color-gray-80","","COLOR","#9696ab"),colorGray90:t.create("--ftds-color-gray-90","","COLOR","#83839d"),colorGray100:t.create("--ftds-color-gray-100","","COLOR","#62627c"),colorGray200:t.create("--ftds-color-gray-200","","COLOR","#545469"),colorGray300:t.create("--ftds-color-gray-300","","COLOR","#454557"),colorGray400:t.create("--ftds-color-gray-400","","COLOR","#363644"),colorGray500:t.create("--ftds-color-gray-500","","COLOR","#282832"),colorGray600:t.create("--ftds-color-gray-600","","COLOR","#19191f"),colorGray700:t.create("--ftds-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:t.create("--ftds-color-brand-0","","COLOR","#9d207b"),colorBrand10:t.create("--ftds-color-brand-10","","COLOR","#f7edf4"),colorBrand20:t.create("--ftds-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:t.create("--ftds-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:t.create("--ftds-color-brand-40","","COLOR","#d395c2"),colorBrand50:t.create("--ftds-color-brand-50","","COLOR","#c778b1"),colorBrand60:t.create("--ftds-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:t.create("--ftds-color-brand-70","","COLOR","#ae3e90"),colorBrand100:t.create("--ftds-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:t.create("--ftds-color-brand-200","","COLOR","#78185e"),colorBrand300:t.create("--ftds-color-brand-300","","COLOR","#62144d"),colorBrand400:t.create("--ftds-color-brand-400","","COLOR","#4d103c"),colorBrand500:t.create("--ftds-color-brand-500","","COLOR","#380b2c"),colorBrand600:t.create("--ftds-color-brand-600","","COLOR","#23071b"),colorBrand700:t.create("--ftds-color-brand-700","","COLOR","#0d030b"),colorCyan0:t.create("--ftds-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:t.create("--ftds-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:t.create("--ftds-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:t.create("--ftds-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:t.create("--ftds-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:t.create("--ftds-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:t.create("--ftds-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:t.create("--ftds-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:t.create("--ftds-color-cyan-100","","COLOR","#0c849c"),colorCyan200:t.create("--ftds-color-cyan-200","","COLOR","#0a7085"),colorCyan300:t.create("--ftds-color-cyan-300","","COLOR","#085c6d"),colorCyan400:t.create("--ftds-color-cyan-400","","COLOR","#074856"),colorCyan500:t.create("--ftds-color-cyan-500","","COLOR","#05343e"),colorCyan600:t.create("--ftds-color-cyan-600","","COLOR","#032127"),colorCyan700:t.create("--ftds-color-cyan-700","","COLOR","#010d0f"),colorGreen0:t.create("--ftds-color-green-0","","COLOR","#21a274"),colorGreen10:t.create("--ftds-color-green-10","","COLOR","#edf7f3"),colorGreen20:t.create("--ftds-color-green-20","","COLOR","#cfebe1"),colorGreen30:t.create("--ftds-color-green-30","","COLOR","#b2dfcf"),colorGreen40:t.create("--ftds-color-green-40","","COLOR","#95d3bd"),colorGreen50:t.create("--ftds-color-green-50","","COLOR","#78c7ab"),colorGreen60:t.create("--ftds-color-green-60","","COLOR","#5bba98"),colorGreen70:t.create("--ftds-color-green-70","","COLOR","#3eae86"),colorGreen100:t.create("--ftds-color-green-100","","COLOR","#1d8d65"),colorGreen200:t.create("--ftds-color-green-200","","COLOR","#187856"),colorGreen300:t.create("--ftds-color-green-300","","COLOR","#146246"),colorGreen400:t.create("--ftds-color-green-400","","COLOR","#104d37"),colorGreen500:t.create("--ftds-color-green-500","","COLOR","#0b3828"),colorGreen600:t.create("--ftds-color-green-600","","COLOR","#072319"),colorGreen700:t.create("--ftds-color-green-700","","COLOR","#030d0a"),colorOrange0:t.create("--ftds-color-orange-0","","COLOR","#F2700D"),colorOrange10:t.create("--ftds-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:t.create("--ftds-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:t.create("--ftds-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:t.create("--ftds-color-orange-40","","COLOR","#FECB90"),colorOrange50:t.create("--ftds-color-orange-50","","COLOR","#FCB76E"),colorOrange60:t.create("--ftds-color-orange-60","","COLOR","#F9A34D"),colorOrange70:t.create("--ftds-color-orange-70","","COLOR","#F68B2C"),colorOrange100:t.create("--ftds-color-orange-100","","COLOR","#D35909"),colorOrange200:t.create("--ftds-color-orange-200","","COLOR","#B74706"),colorOrange300:t.create("--ftds-color-orange-300","","COLOR","#913503"),colorOrange400:t.create("--ftds-color-orange-400","","COLOR","#6F2601"),colorOrange500:t.create("--ftds-color-orange-500","","COLOR","#4D1800"),colorOrange600:t.create("--ftds-color-orange-600","","COLOR","#330F00"),colorOrange700:t.create("--ftds-color-orange-700","","COLOR","#140600"),colorRed0:t.create("--ftds-color-red-0","","COLOR","#b40e2c"),colorRed10:t.create("--ftds-color-red-10","","COLOR","#f9ebed"),colorRed20:t.create("--ftds-color-red-20","","COLOR","#efcbd2"),colorRed30:t.create("--ftds-color-red-30","","COLOR","#e5acb6"),colorRed40:t.create("--ftds-color-red-40","","COLOR","#db8c9b"),colorRed50:t.create("--ftds-color-red-50","","COLOR","#d16d7f"),colorRed60:t.create("--ftds-color-red-60","","COLOR","#c84d63"),colorRed70:t.create("--ftds-color-red-70","","COLOR","#be2e48"),colorRed100:t.create("--ftds-color-red-100","","COLOR","#9c0c26"),colorRed200:t.create("--ftds-color-red-200","","COLOR","#850a20"),colorRed300:t.create("--ftds-color-red-300","","COLOR","#6d081b"),colorRed400:t.create("--ftds-color-red-400","","COLOR","#560715"),colorRed500:t.create("--ftds-color-red-500","","COLOR","#3e050f"),colorRed600:t.create("--ftds-color-red-600","","COLOR","#270309"),colorRed700:t.create("--ftds-color-red-700","","COLOR","#0f0104"),colorYellow0:t.create("--ftds-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:t.create("--ftds-color-yellow-10","","COLOR","#fefae9"),colorYellow20:t.create("--ftds-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:t.create("--ftds-color-yellow-30","","COLOR","#faedaa"),colorYellow40:t.create("--ftds-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:t.create("--ftds-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:t.create("--ftds-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:t.create("--ftds-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:t.create("--ftds-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:t.create("--ftds-color-yellow-200","","COLOR","#b3970a"),colorYellow300:t.create("--ftds-color-yellow-300","","COLOR","#947c08"),colorYellow400:t.create("--ftds-color-yellow-400","","COLOR","#746206"),colorYellow500:t.create("--ftds-color-yellow-500","","COLOR","#554705"),colorYellow600:t.create("--ftds-color-yellow-600","","COLOR","#352d03"),colorYellow700:t.create("--ftds-color-yellow-700","","COLOR","#161201"),colorUltramarine0:t.create("--ftds-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:t.create("--ftds-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:t.create("--ftds-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:t.create("--ftds-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:t.create("--ftds-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:t.create("--ftds-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:t.create("--ftds-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:t.create("--ftds-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:t.create("--ftds-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:t.create("--ftds-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:t.create("--ftds-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:t.create("--ftds-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:t.create("--ftds-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:t.create("--ftds-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:t.create("--ftds-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:t.create("--ftds-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:t.create("--ftds-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:t.create("--ftds-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:t.create("--ftds-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:t.create("--ftds-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:t.create("--ftds-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:t.create("--ftds-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:t.create("--ftds-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:t.create("--ftds-color-avocado-100","","COLOR","#84A423"),colorAvocado200:t.create("--ftds-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:t.create("--ftds-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:t.create("--ftds-color-avocado-400","","COLOR","#495B13"),colorAvocado500:t.create("--ftds-color-avocado-500","","COLOR","#35420E"),colorAvocado600:t.create("--ftds-color-avocado-600","","COLOR","#212A09"),colorAvocado700:t.create("--ftds-color-avocado-700","","COLOR","#0E1104"),colorBrown0:t.create("--ftds-color-brown-0","","COLOR","#B26F4D"),colorBrown10:t.create("--ftds-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:t.create("--ftds-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:t.create("--ftds-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:t.create("--ftds-color-brown-40","","COLOR","#DABAAA"),colorBrown50:t.create("--ftds-color-brown-50","","COLOR","#D0A792"),colorBrown60:t.create("--ftds-color-brown-60","","COLOR","#C6947B"),colorBrown70:t.create("--ftds-color-brown-70","","COLOR","#BC8264"),colorBrown100:t.create("--ftds-color-brown-100","","COLOR","#9B6143"),colorBrown200:t.create("--ftds-color-brown-200","","COLOR","#845239"),colorBrown300:t.create("--ftds-color-brown-300","","COLOR","#6D442F"),colorBrown400:t.create("--ftds-color-brown-400","","COLOR","#553525"),colorBrown500:t.create("--ftds-color-brown-500","","COLOR","#3E271B"),colorBrown600:t.create("--ftds-color-brown-600","","COLOR","#271811"),colorBrown700:t.create("--ftds-color-brown-700","","COLOR","#100A07"),spacing1:t.create("--ftds-spacing-1","","SIZE","0.25rem"),spacing2:t.create("--ftds-spacing-2","","SIZE","calc(0.25rem*2)"),spacing3:t.create("--ftds-spacing-3","","SIZE","calc(0.25rem*3)"),spacing4:t.create("--ftds-spacing-4","","SIZE","calc(0.25rem*4)"),spacing5:t.create("--ftds-spacing-5","","SIZE","calc(0.25rem*5)"),spacing6:t.create("--ftds-spacing-6","","SIZE","calc(0.25rem*6)"),spacing8:t.create("--ftds-spacing-8","","SIZE","calc(0.25rem*8)"),spacing10:t.create("--ftds-spacing-10","","SIZE","calc(0.25rem*10)"),spacing12:t.create("--ftds-spacing-12","","SIZE","calc(0.25rem*12)"),spacing16:t.create("--ftds-spacing-16","","SIZE","calc(0.25rem*16)"),spacing20:t.create("--ftds-spacing-20","","SIZE","calc(0.25rem*20)"),spacing24:t.create("--ftds-spacing-24","","SIZE","calc(0.25rem*24)"),spacing28:t.create("--ftds-spacing-28","","SIZE","calc(0.25rem*28)"),spacing32:t.create("--ftds-spacing-32","","SIZE","calc(0.25rem*32)"),spacing05:t.create("--ftds-spacing-0-5","","SIZE","calc(0.25rem*0.5)"),borderRadiusS:t.create("--ftds-border-radius-s","","SIZE","4px"),borderRadiusM:t.create("--ftds-border-radius-m","","SIZE","8px"),borderRadiusL:t.create("--ftds-border-radius-l","","SIZE","12px"),borderRadiusXl:t.create("--ftds-border-radius-xl","","SIZE","16px"),borderRadiusPill:t.create("--ftds-border-radius-pill","","SIZE","999px"),borderRadiusRound:t.create("--ftds-border-radius-round","","SIZE","50%"),iconSize1:t.create("--ftds-icon-size-1","","SIZE","0.75rem"),iconSize2:t.create("--ftds-icon-size-2","","SIZE","1rem"),iconSize3:t.create("--ftds-icon-size-3","","SIZE","1.25rem"),iconSize4:t.create("--ftds-icon-size-4","","SIZE","1.5rem"),iconSize5:t.create("--ftds-icon-size-5","","SIZE","2rem"),iconSize6:t.create("--ftds-icon-size-6","","SIZE","3rem"),opacity0:t.create("--ftds-opacity-0","","NUMBER","0"),opacity8:t.create("--ftds-opacity-8","","NUMBER","0.08"),opacity12:t.create("--ftds-opacity-12","","NUMBER","0.12"),opacity16:t.create("--ftds-opacity-16","","NUMBER","0.16"),opacity24:t.create("--ftds-opacity-24","","NUMBER","0.24"),opacity32:t.create("--ftds-opacity-32","","NUMBER","0.32"),opacity40:t.create("--ftds-opacity-40","","NUMBER","0.4"),opacity48:t.create("--ftds-opacity-48","","NUMBER","0.48"),opacity80:t.create("--ftds-opacity-80","","NUMBER","0.8"),shadowElevation01:t.create("--ftds-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("--ftds-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("--ftds-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("--ftds-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("--ftds-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("--ftds-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("--ftds-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("--ftds-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("--ftds-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("--ftds-typography-display-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-display-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ftds-typography-display-line-height","","SIZE","1.2"),fontSize:t.create("--ftds-typography-display-font-size","","SIZE","2.5rem"),letterSpacing:t.create("--ftds-typography-display-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ftds-typography-display-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-display-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-display-text-decoration","","UNKNOWN","none"),textCase:t.create("--ftds-typography-display-text-case","","UNKNOWN","none")},qo={fontFamily:t.create("--ftds-typography-title-1-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-title-1-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ftds-typography-title-1-line-height","","SIZE","1.2"),fontSize:t.create("--ftds-typography-title-1-font-size","","SIZE","1.5rem"),letterSpacing:t.create("--ftds-typography-title-1-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ftds-typography-title-1-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-title-1-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-title-1-text-decoration","","UNKNOWN","none"),textCase:t.create("--ftds-typography-title-1-text-case","","UNKNOWN","none")},Qo={fontFamily:t.create("--ftds-typography-title-2-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-title-2-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ftds-typography-title-2-line-height","","SIZE","1.2"),fontSize:t.create("--ftds-typography-title-2-font-size","","SIZE","1.25rem"),letterSpacing:t.create("--ftds-typography-title-2-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ftds-typography-title-2-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-title-2-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-title-2-text-decoration","","UNKNOWN","none"),textCase:t.create("--ftds-typography-title-2-text-case","","UNKNOWN","none")},Jo={fontFamily:t.create("--ftds-typography-title-3-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-title-3-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ftds-typography-title-3-line-height","","SIZE","1.2"),fontSize:t.create("--ftds-typography-title-3-font-size","","SIZE","1.125rem"),letterSpacing:t.create("--ftds-typography-title-3-letter-spacing","","SIZE","-0.01em"),paragraphSpacing:t.create("--ftds-typography-title-3-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-title-3-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-title-3-text-decoration","","UNKNOWN","none"),textCase:t.create("--ftds-typography-title-3-text-case","","UNKNOWN","none")},tr={fontFamily:t.create("--ftds-typography-body-1-regular-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-body-1-regular-font-weight","","UNKNOWN","400"),lineHeight:t.create("--ftds-typography-body-1-regular-line-height","","SIZE","1.35"),fontSize:t.create("--ftds-typography-body-1-regular-font-size","","SIZE","1rem"),letterSpacing:t.create("--ftds-typography-body-1-regular-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ftds-typography-body-1-regular-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-body-1-regular-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-body-1-regular-text-decoration","","UNKNOWN","none"),textCase:t.create("--ftds-typography-body-1-regular-text-case","","UNKNOWN","none")},er={fontFamily:t.create("--ftds-typography-body-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-body-1-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ftds-typography-body-1-medium-line-height","","SIZE","1.35"),fontSize:t.create("--ftds-typography-body-1-medium-font-size","","SIZE","1rem"),letterSpacing:t.create("--ftds-typography-body-1-medium-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ftds-typography-body-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-body-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-body-1-medium-text-decoration","","UNKNOWN","none"),textCase:t.create("--ftds-typography-body-1-medium-text-case","","UNKNOWN","none")},or={fontFamily:t.create("--ftds-typography-body-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-body-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ftds-typography-body-1-semibold-line-height","","SIZE","1.35"),fontSize:t.create("--ftds-typography-body-1-semibold-font-size","","SIZE","1rem"),letterSpacing:t.create("--ftds-typography-body-1-semibold-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ftds-typography-body-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-body-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-body-1-semibold-text-decoration","","UNKNOWN","none"),textCase:t.create("--ftds-typography-body-1-semibold-text-case","","UNKNOWN","none")},rr={fontFamily:t.create("--ftds-typography-body-2-regular-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-body-2-regular-font-weight","","UNKNOWN","400"),lineHeight:t.create("--ftds-typography-body-2-regular-line-height","","SIZE","1.35"),fontSize:t.create("--ftds-typography-body-2-regular-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ftds-typography-body-2-regular-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ftds-typography-body-2-regular-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-body-2-regular-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-body-2-regular-text-decoration","","UNKNOWN","none"),textCase:t.create("--ftds-typography-body-2-regular-text-case","","UNKNOWN","none")},ar={fontFamily:t.create("--ftds-typography-body-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-body-2-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ftds-typography-body-2-medium-line-height","","SIZE","1.35"),fontSize:t.create("--ftds-typography-body-2-medium-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ftds-typography-body-2-medium-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ftds-typography-body-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-body-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-body-2-medium-text-decoration","","UNKNOWN","none"),textCase:t.create("--ftds-typography-body-2-medium-text-case","","UNKNOWN","none")},xn={fontFamily:t.create("--ftds-typography-body-2-medium-underline-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-body-2-medium-underline-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ftds-typography-body-2-medium-underline-line-height","","SIZE","1.35"),fontSize:t.create("--ftds-typography-body-2-medium-underline-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ftds-typography-body-2-medium-underline-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ftds-typography-body-2-medium-underline-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-body-2-medium-underline-paragraph-indent","","UNKNOWN","0"),textCase:t.create("--ftds-typography-body-2-medium-underline-text-case","","UNKNOWN","none"),textDecoration:t.create("--ftds-typography-body-2-medium-underline-text-decoration","","UNKNOWN","underline")},nr={fontFamily:t.create("--ftds-typography-body-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-body-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ftds-typography-body-2-semibold-line-height","","SIZE","1.35"),fontSize:t.create("--ftds-typography-body-2-semibold-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ftds-typography-body-2-semibold-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ftds-typography-body-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-body-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-body-2-semibold-text-decoration","","UNKNOWN","none"),textCase:t.create("--ftds-typography-body-2-semibold-text-case","","UNKNOWN","none")},ir={fontFamily:t.create("--ftds-typography-label-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-label-1-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ftds-typography-label-1-medium-line-height","","SIZE","110%"),fontSize:t.create("--ftds-typography-label-1-medium-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ftds-typography-label-1-medium-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ftds-typography-label-1-medium-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ftds-typography-label-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-label-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-label-1-medium-text-decoration","","UNKNOWN","none")},cr={fontFamily:t.create("--ftds-typography-label-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-label-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ftds-typography-label-1-semibold-line-height","","SIZE","110%"),fontSize:t.create("--ftds-typography-label-1-semibold-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ftds-typography-label-1-semibold-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ftds-typography-label-1-semibold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ftds-typography-label-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-label-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-label-1-semibold-text-decoration","","UNKNOWN","none")},lr={fontFamily:t.create("--ftds-typography-label-1-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-label-1-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ftds-typography-label-1-bold-line-height","","SIZE","110%"),fontSize:t.create("--ftds-typography-label-1-bold-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ftds-typography-label-1-bold-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ftds-typography-label-1-bold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ftds-typography-label-1-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-label-1-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-label-1-bold-text-decoration","","UNKNOWN","none")},sr={fontFamily:t.create("--ftds-typography-label-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-label-2-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ftds-typography-label-2-medium-line-height","","SIZE","110%"),fontSize:t.create("--ftds-typography-label-2-medium-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ftds-typography-label-2-medium-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ftds-typography-label-2-medium-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ftds-typography-label-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-label-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-label-2-medium-text-decoration","","UNKNOWN","none")},dr={fontFamily:t.create("--ftds-typography-label-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-label-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ftds-typography-label-2-semibold-line-height","","SIZE","110%"),fontSize:t.create("--ftds-typography-label-2-semibold-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ftds-typography-label-2-semibold-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ftds-typography-label-2-semibold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ftds-typography-label-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-label-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-label-2-semibold-text-decoration","","UNKNOWN","none")},pr={fontFamily:t.create("--ftds-typography-label-2-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-label-2-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ftds-typography-label-2-bold-line-height","","SIZE","110%"),fontSize:t.create("--ftds-typography-label-2-bold-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ftds-typography-label-2-bold-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ftds-typography-label-2-bold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ftds-typography-label-2-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-label-2-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-label-2-bold-text-decoration","","UNKNOWN","none")},fr={fontFamily:t.create("--ftds-typography-caption-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-caption-1-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ftds-typography-caption-1-medium-line-height","","SIZE","1.3"),fontSize:t.create("--ftds-typography-caption-1-medium-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ftds-typography-caption-1-medium-letter-spacing","","SIZE","normal"),textCase:t.create("--ftds-typography-caption-1-medium-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ftds-typography-caption-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-caption-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-caption-1-medium-text-decoration","","UNKNOWN","none")},ur={fontFamily:t.create("--ftds-typography-caption-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-caption-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ftds-typography-caption-1-semibold-line-height","","SIZE","1.3"),fontSize:t.create("--ftds-typography-caption-1-semibold-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ftds-typography-caption-1-semibold-letter-spacing","","SIZE","normal"),textCase:t.create("--ftds-typography-caption-1-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ftds-typography-caption-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-caption-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-caption-1-semibold-text-decoration","","UNKNOWN","none")},yr={fontFamily:t.create("--ftds-typography-caption-1-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-caption-1-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ftds-typography-caption-1-bold-line-height","","SIZE","1.3"),fontSize:t.create("--ftds-typography-caption-1-bold-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ftds-typography-caption-1-bold-letter-spacing","","SIZE","normal"),textCase:t.create("--ftds-typography-caption-1-bold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ftds-typography-caption-1-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-caption-1-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-caption-1-bold-text-decoration","","UNKNOWN","none")},gr={fontFamily:t.create("--ftds-typography-caption-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-caption-2-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ftds-typography-caption-2-medium-line-height","","SIZE","1.3"),fontSize:t.create("--ftds-typography-caption-2-medium-font-size","","SIZE","0.6875rem"),letterSpacing:t.create("--ftds-typography-caption-2-medium-letter-spacing","","SIZE","normal"),textCase:t.create("--ftds-typography-caption-2-medium-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ftds-typography-caption-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-caption-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-caption-2-medium-text-decoration","","UNKNOWN","none")},hr={fontFamily:t.create("--ftds-typography-caption-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-caption-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ftds-typography-caption-2-semibold-line-height","","SIZE","1.3"),fontSize:t.create("--ftds-typography-caption-2-semibold-font-size","","SIZE","0.6875rem"),letterSpacing:t.create("--ftds-typography-caption-2-semibold-letter-spacing","","SIZE","normal"),textCase:t.create("--ftds-typography-caption-2-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ftds-typography-caption-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-caption-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-caption-2-semibold-text-decoration","","UNKNOWN","none")},mr={fontFamily:t.create("--ftds-typography-caption-2-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-caption-2-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ftds-typography-caption-2-bold-line-height","","SIZE","1.3"),fontSize:t.create("--ftds-typography-caption-2-bold-font-size","","SIZE","0.6875rem"),letterSpacing:t.create("--ftds-typography-caption-2-bold-letter-spacing","","SIZE","normal"),textCase:t.create("--ftds-typography-caption-2-bold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ftds-typography-caption-2-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-caption-2-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-caption-2-bold-text-decoration","","UNKNOWN","none")},br={fontFamily:t.create("--ftds-typography-caption-3-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-caption-3-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ftds-typography-caption-3-medium-line-height","","SIZE","1.3"),fontSize:t.create("--ftds-typography-caption-3-medium-font-size","","SIZE","0.625rem"),letterSpacing:t.create("--ftds-typography-caption-3-medium-letter-spacing","","SIZE","normal"),textCase:t.create("--ftds-typography-caption-3-medium-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ftds-typography-caption-3-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-caption-3-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-caption-3-medium-text-decoration","","UNKNOWN","none")},xr={fontFamily:t.create("--ftds-typography-caption-3-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-caption-3-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ftds-typography-caption-3-semibold-line-height","","SIZE","1.3"),fontSize:t.create("--ftds-typography-caption-3-semibold-font-size","","SIZE","0.625rem"),letterSpacing:t.create("--ftds-typography-caption-3-semibold-letter-spacing","","SIZE","normal"),textCase:t.create("--ftds-typography-caption-3-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ftds-typography-caption-3-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-caption-3-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-caption-3-semibold-text-decoration","","UNKNOWN","none")},Cr={fontFamily:t.create("--ftds-typography-caption-3-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-caption-3-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ftds-typography-caption-3-bold-line-height","","SIZE","1.3"),fontSize:t.create("--ftds-typography-caption-3-bold-font-size","","SIZE","0.625rem"),letterSpacing:t.create("--ftds-typography-caption-3-bold-letter-spacing","","SIZE","normal"),textCase:t.create("--ftds-typography-caption-3-bold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ftds-typography-caption-3-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-caption-3-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-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("--ftds-background-action-primary","Used as backgorund of primary action components.",r.colorBrand0),backgroundErrorSubtle:t.extend("--ftds-background-error-subtle","Used as background of subtle error components.",r.colorRed10),backgroundInfoSubtle:t.extend("--ftds-background-info-subtle","Used as background of subtle information components.",r.colorCyan10),backgroundWarningSubtle:t.extend("--ftds-background-warning-subtle","Used as background of subtle information components.",r.colorOrange10),backgroundSuccessSubtle:t.extend("--ftds-background-success-subtle","Used as background of subtle success components.",r.colorGreen10),backgroundGlobalSurface:t.extend("--ftds-background-global-surface","Used as app background.",r.colorWhite),backgroundGlobalOnSurface:t.extend("--ftds-background-global-on-surface","Used as background on element on the base background, like cards.",r.colorGray10),backgroundGlobalOnSurfaceDark:t.extend("--ftds-background-global-on-surface-dark","Used as background on element that need background separation.",r.colorGray30),contentActionPrimary:t.extend("--ftds-content-action-primary","Used on label of primary action on light surface.",r.colorBrand0),contentWarningPrimary:t.extend("--ftds-content-warning-primary","Used on label of warning messages on light surface.",r.colorOrange200),contentWarningIconOnly:t.extend("--ftds-content-warning-icon-only","Used on warning status icons alone",r.colorOrange0),contentErrorPrimary:t.extend("--ftds-content-error-primary","Used on label of error messages on light surface.",r.colorRed0),contentErrorIconOnly:t.extend("--ftds-content-error-icon-only","Used on error status icons alone",r.colorRed70),contentInfoPrimary:t.extend("--ftds-content-info-primary","Used on label of information messages on light surface.",r.colorCyan200),contentInfoIconOnly:t.extend("--ftds-content-info-icon-only","Used on info status icons alone",r.colorCyan0),contentSuccessPrimary:t.extend("--ftds-content-success-primary","Used on label of success messages on light surface.",r.colorGreen200),contentSuccessIconOnly:t.extend("--ftds-content-success-icon-only","Used on success status icons alone",r.colorGreen0),contentGlobalPrimary:t.extend("--ftds-content-global-primary","Used for main content on the page.",r.colorGray500),contentGlobalSecondary:t.extend("--ftds-content-global-secondary",`Used for secondary content, often paired with primary content.
129
- Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",r.colorGray0),contentGlobalOnColor:t.extend("--ftds-content-global-on-color","Used for content on a dominant color.",r.colorWhite),borderActionPrimary:t.extend("--ftds-border-action-primary","Used as border for primary action components.",r.colorBrand0),borderActionFocusRing:t.extend("--ftds-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",r.colorCyan0),borderWarningPrimary:t.extend("--ftds-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",r.colorOrange200),borderWarningSubtle:t.extend("--ftds-border-warning-subtle","Used as border for warning components.",r.colorOrange30),borderSuccessPrimary:t.extend("--ftds-border-success-primary","Used as border for success buttons.",r.colorGreen200),borderSuccessSubtle:t.extend("--ftds-border-success-subtle","Used as border for success components.",r.colorGreen30),borderErrorPrimary:t.extend("--ftds-border-error-primary","Used as border for text fields in error states.",r.colorRed0),borderErrorSubtle:t.extend("--ftds-border-error-subtle","Used as border for error components.",r.colorRed30),borderInfoPrimary:t.extend("--ftds-border-info-primary","Used as border for buttons in info color.",r.colorCyan200),borderInfoSubtle:t.extend("--ftds-border-info-subtle","Used as border for information components.",r.colorCyan30),borderGlobalPrimary:t.extend("--ftds-border-global-primary","Used as border for element like input.",r.colorGray50),borderGlobalSubtle:t.extend("--ftds-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",r.colorGray30),borderInputPrimary:t.extend("--ftds-border-input-primary","Used as border for checkboxes and radio buttons",r.colorGray80),borderNeutralPrimary:t.extend("--ftds-border-neutral-primary","Used as border for neutral secondary buttons",r.colorGray200)};var d={largeHeight:t.create("--ftds-button-large-height","","SIZE","40px"),largeHorizontalPadding:t.extend("--ftds-button-large-horizontal-padding","",r.spacing4),largeGap:t.extend("--ftds-button-large-gap","",r.spacing2),largeBorderRadius:t.extend("--ftds-button-large-border-radius","",r.borderRadiusS),largeIconSize:t.extend("--ftds-button-large-icon-size","",r.iconSize3),largeBorderWidth:t.create("--ftds-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:t.create("--ftds-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ftds-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:t.create("--ftds-button-large-icon-only-width","","SIZE","40px"),mediumHeight:t.create("--ftds-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:t.extend("--ftds-button-medium-horizontal-padding","",r.spacing3),mediumGap:t.extend("--ftds-button-medium-gap","",r.spacing2),mediumBorderRadius:t.extend("--ftds-button-medium-border-radius","",r.borderRadiusS),mediumIconSize:t.extend("--ftds-button-medium-icon-size","",r.iconSize2),mediumBorderWidth:t.create("--ftds-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:t.create("--ftds-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:t.create("--ftds-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:t.create("--ftds-button-medium-icon-only-width","","SIZE","30px"),smallHeight:t.create("--ftds-button-small-height","","SIZE","20px"),smallHorizontalPadding:t.extend("--ftds-button-small-horizontal-padding","",r.spacing2),smallGap:t.extend("--ftds-button-small-gap","",r.spacing1),smallBorderRadius:t.extend("--ftds-button-small-border-radius","",r.borderRadiusS),smallIconSize:t.extend("--ftds-button-small-icon-size","",r.iconSize1),smallBorderWidth:t.create("--ftds-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:t.create("--ftds-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ftds-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:t.create("--ftds-button-small-icon-only-width","","SIZE","20px"),xSmallHeight:t.create("--ftds-button-x-small-height","","SIZE","16px"),xSmallIconSize:t.extend("--ftds-button-x-small-icon-size","",r.iconSize1),xSmallFocusOutlineOffset:t.create("--ftds-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:t.create("--ftds-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:t.create("--ftds-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:t.extend("--ftds-button-round-border-radius","",r.borderRadiusPill),primaryBrandBackgroundColor:t.extend("--ftds-button-primary-brand-background-color","",n.backgroundActionPrimary),primaryBrandColor:t.extend("--ftds-button-primary-brand-color","",n.contentGlobalOnColor),primaryBrandIconColor:t.extend("--ftds-button-primary-brand-icon-color","",n.contentGlobalOnColor),primaryBrandStateLayerColor:t.extend("--ftds-button-primary-brand-state-layer-color","",n.contentGlobalOnColor),primaryBrandHoverStateLayerOpacity:t.extend("--ftds-button-primary-brand-hover-state-layer-opacity","",r.opacity16),primaryBrandFocusStateLayerOpacity:t.extend("--ftds-button-primary-brand-focus-state-layer-opacity","",r.opacity16),primaryBrandActiveStateLayerOpacity:t.extend("--ftds-button-primary-brand-active-state-layer-opacity","",r.opacity24),primaryBrandDisabledComponentOpacity:t.extend("--ftds-button-primary-brand-disabled-component-opacity","",r.opacity40),focusFocusRingColor:t.extend("--ftds-button-focus-focus-ring-color","",n.borderActionFocusRing),tertiaryBrandBackgroundColor:t.create("--ftds-button-tertiary-brand-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryBrandColor:t.extend("--ftds-button-tertiary-brand-color","",n.contentActionPrimary),tertiaryBrandIconColor:t.extend("--ftds-button-tertiary-brand-icon-color","",n.contentActionPrimary),tertiaryBrandStateLayerColor:t.extend("--ftds-button-tertiary-brand-state-layer-color","",n.contentActionPrimary),tertiaryBrandHoverStateLayerOpacity:t.extend("--ftds-button-tertiary-brand-hover-state-layer-opacity","",r.opacity8),tertiaryBrandFocusStateLayerOpacity:t.extend("--ftds-button-tertiary-brand-focus-state-layer-opacity","",r.opacity8),tertiaryBrandActiveStateLayerOpacity:t.extend("--ftds-button-tertiary-brand-active-state-layer-opacity","",r.opacity16),tertiaryBrandDisabledComponentOpacity:t.extend("--ftds-button-tertiary-brand-disabled-component-opacity","",r.opacity40),tertiaryInfoBackgroundColor:t.create("--ftds-button-tertiary-info-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryInfoColor:t.extend("--ftds-button-tertiary-info-color","",n.contentInfoPrimary),tertiaryInfoIconColor:t.extend("--ftds-button-tertiary-info-icon-color","",n.contentInfoPrimary),tertiaryInfoStateLayerColor:t.extend("--ftds-button-tertiary-info-state-layer-color","",n.contentInfoPrimary),tertiaryInfoFocusStateLayerOpacity:t.extend("--ftds-button-tertiary-info-focus-state-layer-opacity","",r.opacity8),tertiaryInfoHoverStateLayerOpacity:t.extend("--ftds-button-tertiary-info-hover-state-layer-opacity","",r.opacity8),tertiaryInfoActiveStateLayerOpacity:t.extend("--ftds-button-tertiary-info-active-state-layer-opacity","",r.opacity16),tertiaryInfoDisabledComponentOpacity:t.extend("--ftds-button-tertiary-info-disabled-component-opacity","",r.opacity40),tertiarySuccessBackgroundColor:t.create("--ftds-button-tertiary-success-background-color","","COLOR","rgba(0,0,0,0)"),tertiarySuccessColor:t.extend("--ftds-button-tertiary-success-color","",n.contentSuccessPrimary),tertiarySuccessIconColor:t.extend("--ftds-button-tertiary-success-icon-color","",n.contentSuccessPrimary),tertiarySuccessStateLayerColor:t.extend("--ftds-button-tertiary-success-state-layer-color","",n.contentSuccessPrimary),tertiarySuccessHoverStateLayerOpacity:t.extend("--ftds-button-tertiary-success-hover-state-layer-opacity","",r.opacity8),tertiarySuccessFocusStateLayerOpacity:t.extend("--ftds-button-tertiary-success-focus-state-layer-opacity","",r.opacity8),tertiarySuccessActiveStateLayerOpacity:t.extend("--ftds-button-tertiary-success-active-state-layer-opacity","",r.opacity16),tertiarySuccessDisabledComponentOpacity:t.extend("--ftds-button-tertiary-success-disabled-component-opacity","",r.opacity40),tertiaryWarningBackgroundColor:t.create("--ftds-button-tertiary-warning-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryWarningColor:t.extend("--ftds-button-tertiary-warning-color","",n.contentWarningPrimary),tertiaryWarningIconColor:t.extend("--ftds-button-tertiary-warning-icon-color","",n.contentWarningPrimary),tertiaryWarningStateLayerColor:t.extend("--ftds-button-tertiary-warning-state-layer-color","",n.contentWarningPrimary),tertiaryWarningHoverStateLayerOpacity:t.extend("--ftds-button-tertiary-warning-hover-state-layer-opacity","",r.opacity8),tertiaryWarningFocusStateLayerOpacity:t.extend("--ftds-button-tertiary-warning-focus-state-layer-opacity","",r.opacity8),tertiaryWarningActiveStateLayerOpacity:t.extend("--ftds-button-tertiary-warning-active-state-layer-opacity","",r.opacity16),tertiaryWarningDisabledComponentOpacity:t.extend("--ftds-button-tertiary-warning-disabled-component-opacity","",r.opacity40),tertiaryErrorBackgroundColor:t.create("--ftds-button-tertiary-error-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryErrorColor:t.extend("--ftds-button-tertiary-error-color","",n.contentErrorPrimary),tertiaryErrorIconColor:t.extend("--ftds-button-tertiary-error-icon-color","",n.contentErrorPrimary),tertiaryErrorStateLayerColor:t.extend("--ftds-button-tertiary-error-state-layer-color","",n.contentErrorPrimary),tertiaryErrorHoverStateLayerOpacity:t.extend("--ftds-button-tertiary-error-hover-state-layer-opacity","",r.opacity8),tertiaryErrorFocusStateLayerOpacity:t.extend("--ftds-button-tertiary-error-focus-state-layer-opacity","",r.opacity8),tertiaryErrorActiveStateLayerOpacity:t.extend("--ftds-button-tertiary-error-active-state-layer-opacity","",r.opacity16),tertiaryErrorDisabledComponentOpacity:t.extend("--ftds-button-tertiary-error-disabled-component-opacity","",r.opacity40),tertiaryNeutralBackgroundColor:t.create("--ftds-button-tertiary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryNeutralIconColor:t.extend("--ftds-button-tertiary-neutral-icon-color","",n.contentGlobalSecondary),tertiaryNeutralColor:t.extend("--ftds-button-tertiary-neutral-color","",n.contentGlobalSecondary),tertiaryNeutralStateLayerColor:t.extend("--ftds-button-tertiary-neutral-state-layer-color","",n.contentGlobalSecondary),tertiaryNeutralHoverStateLayerOpacity:t.extend("--ftds-button-tertiary-neutral-hover-state-layer-opacity","",r.opacity8),tertiaryNeutralFocusStateLayerOpacity:t.extend("--ftds-button-tertiary-neutral-focus-state-layer-opacity","",r.opacity8),tertiaryNeutralActiveStateLayerOpacity:t.extend("--ftds-button-tertiary-neutral-active-state-layer-opacity","",r.opacity16),tertiaryNeutralDisabledComponentOpacity:t.extend("--ftds-button-tertiary-neutral-disabled-component-opacity","",r.opacity40),secondaryBrandBackgroundColor:t.create("--ftds-button-secondary-brand-background-color","","COLOR","rgba(0,0,0,0)"),secondaryBrandColor:t.extend("--ftds-button-secondary-brand-color","",n.contentActionPrimary),secondaryBrandIconColor:t.extend("--ftds-button-secondary-brand-icon-color","",n.contentActionPrimary),secondaryBrandStateLayerColor:t.extend("--ftds-button-secondary-brand-state-layer-color","",n.contentActionPrimary),secondaryBrandHoverStateLayerOpacity:t.extend("--ftds-button-secondary-brand-hover-state-layer-opacity","",r.opacity8),secondaryBrandFocusStateLayerOpacity:t.extend("--ftds-button-secondary-brand-focus-state-layer-opacity","",r.opacity8),secondaryBrandActiveStateLayerOpacity:t.extend("--ftds-button-secondary-brand-active-state-layer-opacity","",r.opacity16),secondaryBrandDisabledComponentOpacity:t.extend("--ftds-button-secondary-brand-disabled-component-opacity","",r.opacity40),secondaryBrandBorderColor:t.extend("--ftds-button-secondary-brand-border-color","",n.borderActionPrimary),secondaryNeutralHoverStateLayerOpacity:t.extend("--ftds-button-secondary-neutral-hover-state-layer-opacity","",r.opacity8),secondaryNeutralFocusStateLayerOpacity:t.extend("--ftds-button-secondary-neutral-focus-state-layer-opacity","",r.opacity8),secondaryNeutralActiveStateLayerOpacity:t.extend("--ftds-button-secondary-neutral-active-state-layer-opacity","",r.opacity16),secondaryNeutralDisabledComponentOpacity:t.extend("--ftds-button-secondary-neutral-disabled-component-opacity","",r.opacity40),secondaryNeutralBackgroundColor:t.create("--ftds-button-secondary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),secondaryNeutralColor:t.extend("--ftds-button-secondary-neutral-color","",n.contentGlobalSecondary),secondaryNeutralIconColor:t.extend("--ftds-button-secondary-neutral-icon-color","",n.contentGlobalSecondary),secondaryNeutralStateLayerColor:t.extend("--ftds-button-secondary-neutral-state-layer-color","",n.contentGlobalSecondary),secondaryNeutralBorderColor:t.extend("--ftds-button-secondary-neutral-border-color","",n.borderNeutralPrimary),secondaryInfoHoverStateLayerOpacity:t.extend("--ftds-button-secondary-info-hover-state-layer-opacity","",r.opacity8),secondaryInfoFocusStateLayerOpacity:t.extend("--ftds-button-secondary-info-focus-state-layer-opacity","",r.opacity8),secondaryInfoActiveStateLayerOpacity:t.extend("--ftds-button-secondary-info-active-state-layer-opacity","",r.opacity16),secondaryInfoDisabledComponentOpacity:t.extend("--ftds-button-secondary-info-disabled-component-opacity","",r.opacity40),secondaryInfoBackgroundColor:t.create("--ftds-button-secondary-info-background-color","","COLOR","rgba(0,0,0,0)"),secondaryInfoBorderColor:t.extend("--ftds-button-secondary-info-border-color","",n.borderInfoPrimary),secondaryInfoColor:t.extend("--ftds-button-secondary-info-color","",n.contentInfoPrimary),secondaryInfoIconColor:t.extend("--ftds-button-secondary-info-icon-color","",n.contentInfoPrimary),secondaryInfoStateLayerColor:t.extend("--ftds-button-secondary-info-state-layer-color","",n.contentInfoPrimary),secondarySuccessHoverStateLayerOpacity:t.extend("--ftds-button-secondary-success-hover-state-layer-opacity","",r.opacity8),secondarySuccessFocusStateLayerOpacity:t.extend("--ftds-button-secondary-success-focus-state-layer-opacity","",r.opacity8),secondarySuccessActiveStateLayerOpacity:t.extend("--ftds-button-secondary-success-active-state-layer-opacity","",r.opacity16),secondarySuccessDisabledComponentOpacity:t.extend("--ftds-button-secondary-success-disabled-component-opacity","",r.opacity40),secondarySuccessBackgroundColor:t.create("--ftds-button-secondary-success-background-color","","COLOR","rgba(0,0,0,0)"),secondarySuccessBorderColor:t.extend("--ftds-button-secondary-success-border-color","",n.borderSuccessPrimary),secondarySuccessColor:t.extend("--ftds-button-secondary-success-color","",n.contentSuccessPrimary),secondarySuccessIconColor:t.extend("--ftds-button-secondary-success-icon-color","",n.contentSuccessPrimary),secondarySuccessStateLayerColor:t.extend("--ftds-button-secondary-success-state-layer-color","",n.contentSuccessPrimary),secondaryWarningHoverStateLayerOpacity:t.extend("--ftds-button-secondary-warning-hover-state-layer-opacity","",r.opacity8),secondaryWarningFocusStateLayerOpacity:t.extend("--ftds-button-secondary-warning-focus-state-layer-opacity","",r.opacity8),secondaryWarningActiveStateLayerOpacity:t.extend("--ftds-button-secondary-warning-active-state-layer-opacity","",r.opacity16),secondaryWarningDisabledComponentOpacity:t.extend("--ftds-button-secondary-warning-disabled-component-opacity","",r.opacity40),secondaryWarningBackgroundColor:t.create("--ftds-button-secondary-warning-background-color","","COLOR","rgba(0,0,0,0)"),secondaryWarningBorderColor:t.extend("--ftds-button-secondary-warning-border-color","",n.borderWarningPrimary),secondaryWarningColor:t.extend("--ftds-button-secondary-warning-color","",n.contentWarningPrimary),secondaryWarningIconColor:t.extend("--ftds-button-secondary-warning-icon-color","",n.contentWarningPrimary),secondaryWarningStateLayerColor:t.extend("--ftds-button-secondary-warning-state-layer-color","",n.contentWarningPrimary),secondaryErrorHoverStateLayerOpacity:t.extend("--ftds-button-secondary-error-hover-state-layer-opacity","",r.opacity8),secondaryErrorFocusStateLayerOpacity:t.extend("--ftds-button-secondary-error-focus-state-layer-opacity","",r.opacity8),secondaryErrorActiveStateLayerOpacity:t.extend("--ftds-button-secondary-error-active-state-layer-opacity","",r.opacity16),secondaryErrorDisabledComponentOpacity:t.extend("--ftds-button-secondary-error-disabled-component-opacity","",r.opacity40),secondaryErrorBackgroundColor:t.create("--ftds-button-secondary-error-background-color","","COLOR","rgba(0,0,0,0)"),secondaryErrorBorderColor:t.extend("--ftds-button-secondary-error-border-color","",n.contentErrorPrimary),secondaryErrorColor:t.extend("--ftds-button-secondary-error-color","",n.contentErrorPrimary),secondaryErrorIconColor:t.extend("--ftds-button-secondary-error-icon-color","",n.contentErrorPrimary),secondaryErrorStateLayerColor:t.extend("--ftds-button-secondary-error-state-layer-color","",n.contentErrorPrimary)};var yi={loadMoreIconSize:t.extend("--ftds-tree-list-load-more-icon-size","",r.iconSize2),loadMorePaddingLeft:t.extend("--ftds-tree-list-load-more-padding-left","",r.spacing6),loadMoreUnselectedDefaultBorderColor:t.extend("--ftds-tree-list-load-more-unselected-default-border-color","",n.borderGlobalSubtle),loadMoreIconColor:t.extend("--ftds-tree-list-load-more-icon-color","",n.contentActionPrimary),loadMoreLabelColor:t.extend("--ftds-tree-list-load-more-label-color","",n.contentActionPrimary),loadMoreHoverBorderColor:t.extend("--ftds-tree-list-load-more-hover-border-color","",r.colorBrand20),loadMoreHoverBackgroundColor:t.create("--ftds-tree-list-load-more-hover-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreActiveBorderColor:t.extend("--ftds-tree-list-load-more-active-border-color","",r.colorBrand20),loadMoreActiveBackgroundColor:t.create("--ftds-tree-list-load-more-active-background-color","","COLOR","rgba(157,32,123,0.16)"),loadMoreFocusBackgroundColor:t.create("--ftds-tree-list-load-more-focus-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreDescendantOfSelectedDefaultBackgroundColor:t.create("--ftds-tree-list-load-more-descendant-of-selected-default-background-color","","COLOR","rgba(113,113,142,0.08)"),loadMoreDescendantOfSelectedDefaultBorderColor:t.extend("--ftds-tree-list-load-more-descendant-of-selected-default-border-color","",n.borderGlobalPrimary),loadMoreLabelMarginLeft:t.extend("--ftds-tree-list-load-more-label-margin-left","",r.spacing1),nodeIconSize:t.extend("--ftds-tree-list-node-icon-size","",r.iconSize2),nodeHeight:t.create("--ftds-tree-list-node-height","","SIZE","36px"),nodeParentLabelMarginLeft:t.extend("--ftds-tree-list-node-parent-label-margin-left","",r.spacing2),nodeParentLabelMarginRight:t.extend("--ftds-tree-list-node-parent-label-margin-right","",r.spacing2),nodeRootPaddingLeft:t.extend("--ftds-tree-list-node-root-padding-left","",r.spacing3),nodeChildPaddingLeft:t.extend("--ftds-tree-list-node-child-padding-left","",r.spacing5),nodeLeafPaddingLeft:t.extend("--ftds-tree-list-node-leaf-padding-left","",r.spacing6),nodeUnselectedDefaultBorderColor:t.extend("--ftds-tree-list-node-unselected-default-border-color","",n.borderGlobalSubtle),nodeUnselectedIconColor:t.extend("--ftds-tree-list-node-unselected-icon-color","",n.contentGlobalSecondary),nodeUnselectedLabelColor:t.extend("--ftds-tree-list-node-unselected-label-color","",n.contentGlobalSecondary),nodeUnselectedCounterColor:t.extend("--ftds-tree-list-node-unselected-counter-color","",n.contentGlobalSecondary),nodeHoverBorderColor:t.extend("--ftds-tree-list-node-hover-border-color","",n.borderActionPrimary),nodeFocusFocusRingColor:t.extend("--ftds-tree-list-node-focus-focus-ring-color","",n.borderActionFocusRing),nodeFocusOutlineWidth:t.create("--ftds-tree-list-node-focus-outline-width","","SIZE","2px"),nodeSelectedDefaultBorderColor:t.extend("--ftds-tree-list-node-selected-default-border-color","",n.borderGlobalPrimary),nodeSelectedIconColor:t.extend("--ftds-tree-list-node-selected-icon-color","",n.contentGlobalSecondary),nodeSelectedLabelColor:t.extend("--ftds-tree-list-node-selected-label-color","",n.contentGlobalPrimary),nodeSelectedCounterColor:t.extend("--ftds-tree-list-node-selected-counter-color","",n.contentGlobalSecondary),nodeSelectedBackgroundColor:t.create("--ftds-tree-list-node-selected-background-color","","COLOR","rgba(113,113,142,0.24)"),nodeDescendantOfSelectedDefaultBorderColor:t.extend("--ftds-tree-list-node-descendant-of-selected-default-border-color","",n.borderGlobalPrimary),nodeDescendantOfSelectedIconColor:t.extend("--ftds-tree-list-node-descendant-of-selected-icon-color","",n.contentGlobalSecondary),nodeDescendantOfSelectedLabelColor:t.extend("--ftds-tree-list-node-descendant-of-selected-label-color","",n.contentGlobalSecondary),nodeDescendantOfSelectedCounterColor:t.extend("--ftds-tree-list-node-descendant-of-selected-counter-color","",n.contentGlobalSecondary),nodeDescendantOfSelectedBackgroundColor:t.create("--ftds-tree-list-node-descendant-of-selected-background-color","","COLOR","rgba(113,113,142,0.08)"),nodeBorderWidth:t.create("--ftds-tree-list-node-border-width","","SIZE","1px"),headerSectionPaddingLeft:t.extend("--ftds-tree-list-header-section-padding-left","",r.spacing3),headerSectionPaddingRight:t.extend("--ftds-tree-list-header-section-padding-right","",r.spacing3),headerSectionHorizontalGap:t.extend("--ftds-tree-list-header-section-horizontal-gap","",r.spacing2),headerSectionMarginBottom:t.extend("--ftds-tree-list-header-section-margin-bottom","",r.spacing2),headerSectionColor:t.extend("--ftds-tree-list-header-section-color","",n.contentGlobalPrimary),headerSectionCounterColor:t.extend("--ftds-tree-list-header-section-counter-color","",n.contentGlobalSecondary),listContainerBorderWidth:t.create("--ftds-tree-list-list-container-border-width","","SIZE","1px"),listContainerBackgroundColor:t.extend("--ftds-tree-list-list-container-background-color","",n.backgroundGlobalSurface),listContainerBorderColor:t.extend("--ftds-tree-list-list-container-border-color","",n.borderGlobalSubtle),emptyStateIllustrationWidth:t.create("--ftds-tree-list-empty-state-illustration-width","","SIZE","192px"),emptyStateIllustrationHeight:t.create("--ftds-tree-list-empty-state-illustration-height","","SIZE","192px"),emptyStateIllustrationMarginBottom:t.extend("--ftds-tree-list-empty-state-illustration-margin-bottom","",r.spacing10),emptyStateContainerPaddingTop:t.extend("--ftds-tree-list-empty-state-container-padding-top","",r.spacing10),emptyStateContainerPaddingBottom:t.extend("--ftds-tree-list-empty-state-container-padding-bottom","",r.spacing10),emptyStateTitleMarginBottom:t.extend("--ftds-tree-list-empty-state-title-margin-bottom","",r.spacing2),emptyStateTitleLabelColor:t.extend("--ftds-tree-list-empty-state-title-label-color","",n.contentGlobalSecondary),emptyStateDescriptionLabelColor:t.extend("--ftds-tree-list-empty-state-description-label-color","",n.contentGlobalSecondary)};var xi={iconSize:t.extend("--ftds-checkbox-icon-size","",r.iconSize2),boxSize:t.create("--ftds-checkbox-box-size","","SIZE","18px"),colorLegendSize:t.create("--ftds-checkbox-color-legend-size","","SIZE","16px"),borderRadius:t.create("--ftds-checkbox-border-radius","","SIZE","1px"),color:t.extend("--ftds-checkbox-color","",n.contentGlobalPrimary),checkedBackgroundColor:t.extend("--ftds-checkbox-checked-background-color","",n.contentActionPrimary),checkedStateLayerColor:t.extend("--ftds-checkbox-checked-state-layer-color","",n.contentActionPrimary),checkedIconColor:t.extend("--ftds-checkbox-checked-icon-color","",n.contentGlobalOnColor),checkedHoverStateLayerOpacity:t.extend("--ftds-checkbox-checked-hover-state-layer-opacity","",r.opacity16),checkedFocusStateLayerOpacity:t.extend("--ftds-checkbox-checked-focus-state-layer-opacity","",r.opacity16),checkedActiveStateLayerOpacity:t.extend("--ftds-checkbox-checked-active-state-layer-opacity","",r.opacity24),checkedDisabledComponentOpacity:t.extend("--ftds-checkbox-checked-disabled-component-opacity","",r.opacity40),uncheckedBorderColor:t.extend("--ftds-checkbox-unchecked-border-color","",r.colorGray80),uncheckedStateLayerColor:t.extend("--ftds-checkbox-unchecked-state-layer-color","",r.colorGray80),uncheckedHoverStateLayerOpacity:t.extend("--ftds-checkbox-unchecked-hover-state-layer-opacity","",r.opacity16),uncheckedFocusStateLayerOpacity:t.extend("--ftds-checkbox-unchecked-focus-state-layer-opacity","",r.opacity16),uncheckedActiveStateLayerOpacity:t.extend("--ftds-checkbox-unchecked-active-state-layer-opacity","",r.opacity24),uncheckedDisabledComponentOpacity:t.extend("--ftds-checkbox-unchecked-disabled-component-opacity","",r.opacity40),focusFocusRingColor:t.extend("--ftds-checkbox-focus-focus-ring-color","",n.borderActionFocusRing),focusOutlineOffset:t.create("--ftds-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ftds-checkbox-focus-outline-width","","SIZE","2px"),borderWidth:t.create("--ftds-checkbox-border-width","","SIZE","2px"),horizontalGap:t.extend("--ftds-checkbox-horizontal-gap","",r.spacing3),leftPadding:t.extend("--ftds-checkbox-left-padding","",r.spacing2)};var wi={circleSize:t.create("--ftds-radio-circle-size","","SIZE","18px"),borderWidth:t.create("--ftds-radio-border-width","","SIZE","2px"),color:t.extend("--ftds-radio-color","",n.contentGlobalPrimary),selectedRadioColor:t.extend("--ftds-radio-selected-radio-color","",n.contentActionPrimary),selectedStateLayerColor:t.extend("--ftds-radio-selected-state-layer-color","",n.contentActionPrimary),selectedHoverStateLayerOpacity:t.extend("--ftds-radio-selected-hover-state-layer-opacity","",r.opacity16),selectedFocusStateLayerOpacity:t.extend("--ftds-radio-selected-focus-state-layer-opacity","",r.opacity16),selectedActiveStateLayerOpacity:t.extend("--ftds-radio-selected-active-state-layer-opacity","",r.opacity24),selectedDisabledComponentOpacity:t.extend("--ftds-radio-selected-disabled-component-opacity","",r.opacity40),unselectedStateLayerColor:t.extend("--ftds-radio-unselected-state-layer-color","",n.borderInputPrimary),unselectedBorderColor:t.extend("--ftds-radio-unselected-border-color","",n.borderInputPrimary),unselectedHoverStateLayerOpacity:t.extend("--ftds-radio-unselected-hover-state-layer-opacity","",r.opacity16),unselectedFocusStateLayerOpacity:t.extend("--ftds-radio-unselected-focus-state-layer-opacity","",r.opacity16),unselectedActiveStateLayerOpacity:t.extend("--ftds-radio-unselected-active-state-layer-opacity","",r.opacity24),unselectedDisabledComponentOpacity:t.extend("--ftds-radio-unselected-disabled-component-opacity","",r.opacity40),focusFocusRingColor:t.extend("--ftds-radio-focus-focus-ring-color","",n.borderActionFocusRing),focusOutlineOffset:t.create("--ftds-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ftds-radio-focus-outline-width","","SIZE","2px"),verticalGap:t.extend("--ftds-radio-vertical-gap","",r.spacing3),horizontalGap:t.extend("--ftds-radio-horizontal-gap","",r.spacing3)};var Ai={headerRowBorderWidth:t.create("--ftds-table-header-row-border-width","","SIZE","1px"),headerRowBackgroundColor:t.extend("--ftds-table-header-row-background-color","",n.backgroundGlobalOnSurfaceDark),headerRowBorderColor:t.extend("--ftds-table-header-row-border-color","",n.borderGlobalPrimary),headerRowColor:t.extend("--ftds-table-header-row-color","",n.contentGlobalPrimary),dataRowBorderWidth:t.create("--ftds-table-data-row-border-width","","SIZE","1px"),dataRowBackgroundColor:t.extend("--ftds-table-data-row-background-color","",n.backgroundGlobalOnSurface),dataRowBorderColor:t.extend("--ftds-table-data-row-border-color","",n.borderGlobalSubtle),dataRowColor:t.extend("--ftds-table-data-row-color","",n.contentGlobalSecondary),dataRowDefaultHoverBackgroundColor:t.extend("--ftds-table-data-row-default-hover-background-color","",r.colorGray20),dataRowSelectableUnselectedHoverBackgroundColor:t.extend("--ftds-table-data-row-selectable-unselected-hover-background-color","",r.colorGray20),dataRowSelectableSelectedDefaultBackgroundColor:t.extend("--ftds-table-data-row-selectable-selected-default-background-color","",r.colorBrand10),dataRowSelectableSelectedDefaultBorderColor:t.extend("--ftds-table-data-row-selectable-selected-default-border-color","",r.colorBrand20),dataRowSelectableSelectedHoverBackgroundColor:t.extend("--ftds-table-data-row-selectable-selected-hover-background-color","",r.colorBrand20),dataRowSelectableSelectedHoverBorderColor:t.extend("--ftds-table-data-row-selectable-selected-hover-border-color","",r.colorBrand30),dataRowSelectableSelectedColor:t.extend("--ftds-table-data-row-selectable-selected-color","",n.contentActionPrimary),dataRowClickableHoverBackgroundColor:t.extend("--ftds-table-data-row-clickable-hover-background-color","",r.colorGray30),dataRowClickableFocusBorderColor:t.extend("--ftds-table-data-row-clickable-focus-border-color","",n.borderActionFocusRing),dataRowClickableFocusBackgroundColor:t.extend("--ftds-table-data-row-clickable-focus-background-color","",r.colorGray30),dataRowClickableActiveBackgroundColor:t.extend("--ftds-table-data-row-clickable-active-background-color","",r.colorGray40),headerCellHorizontalGap:t.extend("--ftds-table-header-cell-horizontal-gap","",r.spacing1),headerCellVerticalPadding:t.extend("--ftds-table-header-cell-vertical-padding","",r.spacing2),headerCellHorizontalPadding:t.extend("--ftds-table-header-cell-horizontal-padding","",r.spacing3),dataCellVerticalPadding:t.extend("--ftds-table-data-cell-vertical-padding","",r.spacing2),dataCellHorizontalPadding:t.extend("--ftds-table-data-cell-horizontal-padding","",r.spacing3),dataCellVerticalGap:t.extend("--ftds-table-data-cell-vertical-gap","",r.spacing1)};var ki={neutralOffHoverStateLayerOpacity:t.extend("--ftds-chip-choice-neutral-off-hover-state-layer-opacity","",r.opacity8),neutralOffFocusStateLayerOpacity:t.extend("--ftds-chip-choice-neutral-off-focus-state-layer-opacity","",r.opacity8),neutralOffFocusFocusRingColor:t.extend("--ftds-chip-choice-neutral-off-focus-focus-ring-color","",n.borderActionFocusRing),neutralOffActiveStateLayerOpacity:t.extend("--ftds-chip-choice-neutral-off-active-state-layer-opacity","",r.opacity16),neutralOffBackgroundColor:t.extend("--ftds-chip-choice-neutral-off-background-color","",n.backgroundGlobalOnSurface),neutralOffBorderColor:t.extend("--ftds-chip-choice-neutral-off-border-color","",n.borderGlobalPrimary),neutralOffColor:t.extend("--ftds-chip-choice-neutral-off-color","",n.contentGlobalSecondary),neutralOffStateLayerColor:t.extend("--ftds-chip-choice-neutral-off-state-layer-color","",n.contentGlobalSecondary),neutralOnDefaultStateLayerOpacity:t.extend("--ftds-chip-choice-neutral-on-default-state-layer-opacity","",r.opacity16),neutralOnHoverStateLayerOpacity:t.extend("--ftds-chip-choice-neutral-on-hover-state-layer-opacity","",r.opacity24),neutralOnFocusStateLayerOpacity:t.extend("--ftds-chip-choice-neutral-on-focus-state-layer-opacity","",r.opacity24),neutralOnFocusFocusRingColor:t.extend("--ftds-chip-choice-neutral-on-focus-focus-ring-color","",n.borderActionFocusRing),neutralOnActiveStateLayerOpacity:t.extend("--ftds-chip-choice-neutral-on-active-state-layer-opacity","",r.opacity32),neutralOnBackgroundColor:t.extend("--ftds-chip-choice-neutral-on-background-color","",n.backgroundGlobalOnSurface),neutralOnBorderColor:t.extend("--ftds-chip-choice-neutral-on-border-color","",n.borderGlobalPrimary),neutralOnColor:t.extend("--ftds-chip-choice-neutral-on-color","",n.contentGlobalPrimary),neutralOnIconColor:t.extend("--ftds-chip-choice-neutral-on-icon-color","",n.contentGlobalPrimary),neutralOnStateLayerColor:t.extend("--ftds-chip-choice-neutral-on-state-layer-color","",n.contentGlobalPrimary),largeMinHeight:t.create("--ftds-chip-choice-large-min-height","","SIZE","36px"),largeHorizontalPadding:t.extend("--ftds-chip-choice-large-horizontal-padding","",r.spacing3),largeGap:t.extend("--ftds-chip-choice-large-gap","",r.spacing1),largeBorderRadius:t.create("--ftds-chip-choice-large-border-radius","","SIZE","18px"),largeBorderWidth:t.create("--ftds-chip-choice-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ftds-chip-choice-large-icon-size","",r.iconSize3),mediumMinHeight:t.create("--ftds-chip-choice-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:t.extend("--ftds-chip-choice-medium-horizontal-padding","",r.spacing2),mediumGap:t.extend("--ftds-chip-choice-medium-gap","",r.spacing1),mediumBorderRadius:t.create("--ftds-chip-choice-medium-border-radius","","SIZE","12px"),mediumBorderWidth:t.create("--ftds-chip-choice-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ftds-chip-choice-medium-icon-size","",r.iconSize2)};var O={largeMinHeight:t.create("--ftds-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:t.extend("--ftds-chip-large-horizontal-padding","",r.spacing3),largeButtonRightPadding:t.extend("--ftds-chip-large-button-right-padding","",r.spacing1),largeGap:t.extend("--ftds-chip-large-gap","",r.spacing1),largeFocusOutlineOffset:t.create("--ftds-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ftds-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:t.create("--ftds-chip-large-border-radius","","SIZE","18px"),largeBorderWidth:t.create("--ftds-chip-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ftds-chip-large-icon-size","",r.iconSize3),mediumMinHeight:t.create("--ftds-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:t.extend("--ftds-chip-medium-horizontal-padding","",r.spacing2),mediumButtonRightPadding:t.extend("--ftds-chip-medium-button-right-padding","",r.spacing05),mediumGap:t.extend("--ftds-chip-medium-gap","",r.spacing1),mediumFocusOutlineOffset:t.create("--ftds-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:t.create("--ftds-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:t.create("--ftds-chip-medium-border-radius","","SIZE","12px"),mediumBorderWidth:t.create("--ftds-chip-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ftds-chip-medium-icon-size","",r.iconSize2),smallMinHeight:t.create("--ftds-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:t.extend("--ftds-chip-small-horizontal-padding","",r.spacing1),smallButtonRightPadding:t.extend("--ftds-chip-small-button-right-padding","",r.spacing05),smallGap:t.extend("--ftds-chip-small-gap","",r.spacing1),smallFocusOutlineOffset:t.create("--ftds-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ftds-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:t.create("--ftds-chip-small-border-radius","","SIZE","10px"),smallBorderWidth:t.create("--ftds-chip-small-border-width","","SIZE","1px"),smallIconSize:t.extend("--ftds-chip-small-icon-size","",r.iconSize1),neutralBackgroundColor:t.extend("--ftds-chip-neutral-background-color","",n.backgroundGlobalOnSurface),neutralColor:t.extend("--ftds-chip-neutral-color","",n.contentGlobalSecondary),neutralIconColor:t.extend("--ftds-chip-neutral-icon-color","",n.contentGlobalSecondary),neutralBorderColor:t.extend("--ftds-chip-neutral-border-color","",n.borderGlobalSubtle),infoBackgroundColor:t.extend("--ftds-chip-info-background-color","",n.backgroundInfoSubtle),infoColor:t.extend("--ftds-chip-info-color","",n.contentInfoPrimary),infoIconColor:t.extend("--ftds-chip-info-icon-color","",n.contentInfoIconOnly),infoBorderColor:t.extend("--ftds-chip-info-border-color","",n.borderInfoSubtle),successBackgroundColor:t.extend("--ftds-chip-success-background-color","",n.backgroundSuccessSubtle),successColor:t.extend("--ftds-chip-success-color","",n.contentSuccessPrimary),successIconColor:t.extend("--ftds-chip-success-icon-color","",n.contentSuccessIconOnly),successBorderColor:t.extend("--ftds-chip-success-border-color","",n.borderSuccessSubtle),warningBackgroundColor:t.extend("--ftds-chip-warning-background-color","",n.backgroundWarningSubtle),warningColor:t.extend("--ftds-chip-warning-color","",n.contentWarningPrimary),warningIconColor:t.extend("--ftds-chip-warning-icon-color","",n.contentWarningIconOnly),warningBorderColor:t.extend("--ftds-chip-warning-border-color","",n.borderWarningSubtle),errorBackgroundColor:t.extend("--ftds-chip-error-background-color","",n.backgroundErrorSubtle),errorColor:t.extend("--ftds-chip-error-color","",n.contentErrorPrimary),errorIconColor:t.extend("--ftds-chip-error-icon-color","",n.contentErrorIconOnly),errorBorderColor:t.extend("--ftds-chip-error-border-color","",n.borderErrorSubtle)};var Mi={brandHoverOpacity:t.extend("--ftds-link-brand-hover-opacity","",r.opacity80),brandHoverColor:t.extend("--ftds-link-brand-hover-color","",n.contentActionPrimary),brandFocusFocusRingColor:t.extend("--ftds-link-brand-focus-focus-ring-color","",n.borderActionFocusRing),brandFocusColor:t.extend("--ftds-link-brand-focus-color","",n.contentActionPrimary),brandDefaultColor:t.extend("--ftds-link-brand-default-color","",n.contentActionPrimary),brandActiveColor:t.extend("--ftds-link-brand-active-color","",n.contentActionPrimary),infoHoverOpacity:t.extend("--ftds-link-info-hover-opacity","",r.opacity80),infoHoverColor:t.extend("--ftds-link-info-hover-color","",n.contentInfoPrimary),infoFocusFocusRingColor:t.extend("--ftds-link-info-focus-focus-ring-color","",n.borderActionFocusRing),infoFocusColor:t.extend("--ftds-link-info-focus-color","",n.contentInfoPrimary),infoDefaultColor:t.extend("--ftds-link-info-default-color","",n.contentInfoPrimary),infoActiveColor:t.extend("--ftds-link-info-active-color","",n.contentInfoPrimary),neutralFocusFocusRingColor:t.extend("--ftds-link-neutral-focus-focus-ring-color","",n.borderActionFocusRing),neutralFocusColor:t.extend("--ftds-link-neutral-focus-color","",n.contentActionPrimary),neutralDefaultColor:t.extend("--ftds-link-neutral-default-color","",n.contentGlobalPrimary),neutralHoverColor:t.extend("--ftds-link-neutral-hover-color","",n.contentActionPrimary),neutralActiveColor:t.extend("--ftds-link-neutral-active-color","",n.contentActionPrimary),neutralVisitedColor:t.extend("--ftds-link-neutral-visited-color","",r.colorBrand100)};var ji={iconSize:t.extend("--ftds-banner-icon-size","",r.iconSize5),borderWidth:t.create("--ftds-banner-border-width","","SIZE","1px"),leftPadding:t.extend("--ftds-banner-left-padding","",r.spacing6),rightPadding:t.extend("--ftds-banner-right-padding","",r.spacing6),verticalPadding:t.extend("--ftds-banner-vertical-padding","",r.spacing6),horizontalSideGap:t.extend("--ftds-banner-horizontal-side-gap","",r.spacing6),horizontalMobileGap:t.extend("--ftds-banner-horizontal-mobile-gap","",r.spacing4),verticalMobileGap:t.extend("--ftds-banner-vertical-mobile-gap","",r.spacing6),horizontalMiddleGap:t.extend("--ftds-banner-horizontal-middle-gap","",r.spacing20),infoBackgroundColor:t.extend("--ftds-banner-info-background-color","",n.backgroundInfoSubtle),infoColor:t.extend("--ftds-banner-info-color","",n.contentInfoPrimary),infoIconColor:t.extend("--ftds-banner-info-icon-color","",n.contentInfoIconOnly),infoBorderColor:t.extend("--ftds-banner-info-border-color","",n.borderInfoSubtle)};var Ji={horizontalPadding:t.extend("--ftds-badge-horizontal-padding","",r.spacing1),verticalPadding:t.extend("--ftds-badge-vertical-padding","",r.spacing1),borderRadius:t.extend("--ftds-badge-border-radius","",r.borderRadiusPill),color:t.extend("--ftds-badge-color","",n.contentGlobalOnColor),backgroundColor:t.extend("--ftds-badge-background-color","",n.contentActionPrimary)};var ac={horizontalGap:t.extend("--ftds-title-breadcrumb-horizontal-gap","",r.spacing1),currentColor:t.extend("--ftds-title-breadcrumb-current-color","",n.contentGlobalPrimary),previousNonClickableColor:t.extend("--ftds-title-breadcrumb-previous-non-clickable-color","",n.contentGlobalSecondary),iconColor:t.extend("--ftds-title-breadcrumb-icon-color","",n.contentGlobalSubtle)};var sc={parentHorizontalPadding:t.extend("--ftds-page-header-parent-horizontal-padding","",r.spacing6),parentTopPadding:t.extend("--ftds-page-header-parent-top-padding","",r.spacing4),parentBottomPadding:t.extend("--ftds-page-header-parent-bottom-padding","",r.spacing6),parentHelpLeftMargin:t.extend("--ftds-page-header-parent-help-left-margin","",r.spacing1),parentTitleColor:t.extend("--ftds-page-header-parent-title-color","",n.contentGlobalPrimary),parentSubtitleColor:t.extend("--ftds-page-header-parent-subtitle-color","",n.contentGlobalSecondary),parentChipLeftMargin:t.extend("--ftds-page-header-parent-chip-left-margin","",r.spacing4),parentVerticalGap:t.extend("--ftds-page-header-parent-vertical-gap","",r.spacing2),parentButtonsGroupHorizontalGap:t.extend("--ftds-page-header-parent-buttons-group-horizontal-gap","",r.spacing4),parentButtonsGroupVerticalGap:t.extend("--ftds-page-header-parent-buttons-group-vertical-gap","",r.spacing4),parentChipsGroupHorizontalGap:t.extend("--ftds-page-header-parent-chips-group-horizontal-gap","",r.spacing2),parentChipsGroupVerticalGap:t.extend("--ftds-page-header-parent-chips-group-vertical-gap","",r.spacing2),childHorizontalPadding:t.extend("--ftds-page-header-child-horizontal-padding","",r.spacing6),childTopPadding:t.extend("--ftds-page-header-child-top-padding","",r.spacing2),childBottomPadding:t.extend("--ftds-page-header-child-bottom-padding","",r.spacing2),childHelpLeftMargin:t.extend("--ftds-page-header-child-help-left-margin","",r.spacing1),childChipLeftMargin:t.extend("--ftds-page-header-child-chip-left-margin","",r.spacing4),childVerticalGap:t.extend("--ftds-page-header-child-vertical-gap","",r.spacing2),childMinHeight:t.create("--ftds-page-header-child-min-height","","SIZE","40px"),childButtonsGroupHorizontalGap:t.extend("--ftds-page-header-child-buttons-group-horizontal-gap","",r.spacing4),childButtonsGroupVerticalGap:t.extend("--ftds-page-header-child-buttons-group-vertical-gap","",r.spacing4),childChipsGroupHorizontalGap:t.extend("--ftds-page-header-child-chips-group-horizontal-gap","",r.spacing2),childChipsGroupVerticalGap:t.extend("--ftds-page-header-child-chips-group-vertical-gap","",r.spacing2),backgroundColor:t.extend("--ftds-page-header-background-color","",r.colorWhite),bottomBorderColor:t.extend("--ftds-page-header-bottom-border-color","",n.borderGlobalSubtle),bottomBorderWidth:t.create("--ftds-page-header-bottom-border-width","","SIZE","1px")};var yc={horizontalPadding:t.extend("--ftds-page-footer-horizontal-padding","",r.spacing6),verticalPadding:t.extend("--ftds-page-footer-vertical-padding","",r.spacing2),verticalGap:t.extend("--ftds-page-footer-vertical-gap","",r.spacing2),minHeight:t.create("--ftds-page-footer-min-height","","SIZE","40px"),backgroundColor:t.extend("--ftds-page-footer-background-color","",r.colorWhite),topBorderColor:t.extend("--ftds-page-footer-top-border-color","",n.borderGlobalSubtle),topBorderWidth:t.create("--ftds-page-footer-top-border-width","","SIZE","1px"),buttonsGroupGap:t.extend("--ftds-page-footer-buttons-group-gap","",r.spacing4)};var bc={contentHorizontalPadding:t.extend("--ftds-page-layout-content-horizontal-padding","",r.spacing6),contentVerticalPadding:t.extend("--ftds-page-layout-content-vertical-padding","",r.spacing6)};var vc={smallContainerTargetWidth:t.create("--ftds-modal-small-container-target-width","","SIZE","560px"),smallContainerMargin:t.extend("--ftds-modal-small-container-margin","",r.spacing6),mediumContainerTargetWidth:t.create("--ftds-modal-medium-container-target-width","","SIZE","800px"),mediumContainerMargin:t.extend("--ftds-modal-medium-container-margin","",r.spacing6),largeContainerTargetWidth:t.create("--ftds-modal-large-container-target-width","","SIZE","1040px"),largeContainerMargin:t.extend("--ftds-modal-large-container-margin","",r.spacing6),overlayBackgroundColor:t.extend("--ftds-modal-overlay-background-color","",r.colorGray700),overlayOpacity:t.extend("--ftds-modal-overlay-opacity","",r.opacity40),shadow:t.extend("--ftds-modal-shadow","",r.shadowElevation03),bodyBackgroundColor:t.extend("--ftds-modal-body-background-color","",r.colorWhite),bodyColor:t.extend("--ftds-modal-body-color","",n.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ftds-modal-body-horizontal-padding","",r.spacing6),bodyVerticalPadding:t.extend("--ftds-modal-body-vertical-padding","",r.spacing6),bodyVerticalGap:t.extend("--ftds-modal-body-vertical-gap","",r.spacing6),headerBackgroundColor:t.extend("--ftds-modal-header-background-color","",n.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ftds-modal-header-border-color","",n.borderGlobalSubtle),headerColor:t.extend("--ftds-modal-header-color","",n.contentGlobalPrimary),headerLeadingIconColor:t.extend("--ftds-modal-header-leading-icon-color","",n.contentGlobalPrimary),headerVerticalPadding:t.extend("--ftds-modal-header-vertical-padding","",r.spacing1),headerRightPadding:t.extend("--ftds-modal-header-right-padding","",r.spacing1),headerLeftPadding:t.extend("--ftds-modal-header-left-padding","",r.spacing6),headerGap:t.extend("--ftds-modal-header-gap","",r.spacing2),headerBorderBottomWidth:t.create("--ftds-modal-header-border-bottom-width","","SIZE","1px"),borderRadius:t.extend("--ftds-modal-border-radius","",r.borderRadiusM)};var Rc={overlayOpacity:t.extend("--ftds-drawer-overlay-opacity","",r.opacity40),shadow:t.extend("--ftds-drawer-shadow","",r.shadowElevation03),bodyColor:t.extend("--ftds-drawer-body-color","",n.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ftds-drawer-body-horizontal-padding","",r.spacing6),bodyVerticalPadding:t.extend("--ftds-drawer-body-vertical-padding","",r.spacing6),bodyGap:t.extend("--ftds-drawer-body-gap","",r.spacing6),bodyBackgroundColor:t.extend("--ftds-drawer-body-background-color","",r.colorWhite),headerBackgroundColor:t.extend("--ftds-drawer-header-background-color","",n.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ftds-drawer-header-border-color","",n.borderGlobalSubtle),headerColor:t.extend("--ftds-drawer-header-color","",n.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ftds-drawer-header-trailing-icon-color","",n.contentGlobalSecondary),headerHeight:t.create("--ftds-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:t.extend("--ftds-drawer-header-horizontal-padding","",r.spacing2),headerBorderWidth:t.create("--ftds-drawer-header-border-width","","SIZE","1px"),headerGap:t.extend("--ftds-drawer-header-gap","",r.spacing3),buttonsBarBackgroundColor:t.extend("--ftds-drawer-buttons-bar-background-color","",n.backgroundGlobalOnSurface),buttonsBarBorderColor:t.extend("--ftds-drawer-buttons-bar-border-color","",n.borderGlobalSubtle),buttonsBarColor:t.extend("--ftds-drawer-buttons-bar-color","",n.contentGlobalPrimary),buttonsBarHorizontalPadding:t.extend("--ftds-drawer-buttons-bar-horizontal-padding","",r.spacing6),buttonsBarVerticalPadding:t.extend("--ftds-drawer-buttons-bar-vertical-padding","",r.spacing4),buttonsBarGap:t.extend("--ftds-drawer-buttons-bar-gap","",r.spacing3),buttonsBarBorderWidth:t.create("--ftds-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:t.create("--ftds-drawer-container-width","","SIZE","66%"),containerMinWidth:t.create("--ftds-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:t.create("--ftds-drawer-container-max-width","","SIZE","1000px"),containerHeight:t.create("--ftds-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:t.extend("--ftds-drawer-overlay-background-color","",r.colorGray700)};var Pc={offBorderBottomWidth:t.create("--ftds-tabs-off-border-bottom-width","","SIZE","1px"),offHoverStateLayerOpacity:t.extend("--ftds-tabs-off-hover-state-layer-opacity","",r.opacity8),offDefaultStateLayerOpacity:t.extend("--ftds-tabs-off-default-state-layer-opacity","",r.opacity0),offFocusStateLayerOpacity:t.extend("--ftds-tabs-off-focus-state-layer-opacity","",r.opacity8),offDisabledComponentOpacity:t.extend("--ftds-tabs-off-disabled-component-opacity","",r.opacity40),offColor:t.extend("--ftds-tabs-off-color","",n.contentGlobalSubtle),offStateLayerColor:t.extend("--ftds-tabs-off-state-layer-color","",n.contentGlobalSubtle),offBorderBottomColor:t.extend("--ftds-tabs-off-border-bottom-color","",n.borderGlobalSubtle),activeTabIndicatorHeight:t.create("--ftds-tabs-active-tab-indicator-height","","SIZE","3px"),topLeftBorderRadius:t.extend("--ftds-tabs-top-left-border-radius","",r.borderRadiusS),topRightBorderRadius:t.extend("--ftds-tabs-top-right-border-radius","",r.borderRadiusS),withLabelHorizontalPadding:t.extend("--ftds-tabs-with-label-horizontal-padding","",r.spacing4),withLabelVerticalPadding:t.extend("--ftds-tabs-with-label-vertical-padding","",r.spacing3),horizontalGap:t.extend("--ftds-tabs-horizontal-gap","",r.spacing1),verticalGap:t.extend("--ftds-tabs-vertical-gap","",r.spacing1),onHoverStateLayerOpacity:t.extend("--ftds-tabs-on-hover-state-layer-opacity","",r.opacity16),onDefaultStateLayerOpacity:t.extend("--ftds-tabs-on-default-state-layer-opacity","",r.opacity8),onFocusStateLayerOpacity:t.extend("--ftds-tabs-on-focus-state-layer-opacity","",r.opacity16),onActiveStateLayerOpacity:t.extend("--ftds-tabs-on-active-state-layer-opacity","",r.opacity24),onColor:t.extend("--ftds-tabs-on-color","",n.contentActionPrimary),onStateLayerColor:t.extend("--ftds-tabs-on-state-layer-color","",n.contentActionPrimary),onActiveTabIndicatorColor:t.extend("--ftds-tabs-on-active-tab-indicator-color","",n.contentActionPrimary),iconOnlyHorizontalPadding:t.extend("--ftds-tabs-icon-only-horizontal-padding","",r.spacing4),iconOnlyVerticalPadding:t.extend("--ftds-tabs-icon-only-vertical-padding","",r.spacing4),alertTopPadding:t.extend("--ftds-tabs-alert-top-padding","",r.spacing1),alertRightPadding:t.extend("--ftds-tabs-alert-right-padding","",r.spacing05),focusOutlineWidth:t.create("--ftds-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ftds-tabs-focus-focus-ring-color","",n.borderActionFocusRing)};var Hc={largeFieldHorizontalPadding:t.extend("--ftds-text-input-large-field-horizontal-padding","",r.spacing4),largeFieldHorizontalGap:t.extend("--ftds-text-input-large-field-horizontal-gap","",r.spacing3),largeFieldVerticalGap:t.extend("--ftds-text-input-large-field-vertical-gap","",r.spacing05),largeFieldHeight:t.create("--ftds-text-input-large-field-height","","SIZE","50px"),largeFieldIconSize:t.extend("--ftds-text-input-large-field-icon-size","",r.iconSize3),mediumFieldHorizontalPadding:t.extend("--ftds-text-input-medium-field-horizontal-padding","",r.spacing4),mediumFieldHorizontalGap:t.extend("--ftds-text-input-medium-field-horizontal-gap","",r.spacing3),mediumFieldVerticalGap:t.create("--ftds-text-input-medium-field-vertical-gap","","SIZE","0px"),mediumFieldHeight:t.create("--ftds-text-input-medium-field-height","","SIZE","40px"),mediumFieldIconSize:t.extend("--ftds-text-input-medium-field-icon-size","",r.iconSize3),helperHorizontalPadding:t.extend("--ftds-text-input-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ftds-text-input-helper-horizontal-gap","",r.spacing1),helperIconSize:t.extend("--ftds-text-input-helper-icon-size","",r.iconSize2),borderRadius:t.extend("--ftds-text-input-border-radius","",r.borderRadiusS),backgroundColor:t.extend("--ftds-text-input-background-color","",r.colorWhite),contentValueColor:t.extend("--ftds-text-input-content-value-color","",n.contentGlobalPrimary),trailingIconColor:t.extend("--ftds-text-input-trailing-icon-color","",n.contentGlobalSubtle),labelColor:t.extend("--ftds-text-input-label-color","",n.contentGlobalSubtle),defaultBorderColor:t.extend("--ftds-text-input-default-border-color","",n.borderInputPrimary),defaultHelperTextColor:t.extend("--ftds-text-input-default-helper-text-color","",n.contentGlobalSubtle),defaultBorderWidth:t.create("--ftds-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ftds-text-input-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ftds-text-input-error-border-color","",n.borderErrorPrimary),errorHelperTextColor:t.extend("--ftds-text-input-error-helper-text-color","",n.contentErrorPrimary),errorHelperIconColor:t.extend("--ftds-text-input-error-helper-icon-color","",n.contentErrorIconOnly),warningBorderColor:t.extend("--ftds-text-input-warning-border-color","",n.borderWarningPrimary),warningHelperTextColor:t.extend("--ftds-text-input-warning-helper-text-color","",n.contentWarningPrimary),warningHelperIconColor:t.extend("--ftds-text-input-warning-helper-icon-color","",n.contentWarningIconOnly),warningBorderWidth:t.create("--ftds-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:t.create("--ftds-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ftds-text-input-focus-focus-ring-color","",n.borderActionFocusRing),focusOutlineOffset:t.create("--ftds-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ftds-text-input-disabled-component-opacity","",r.opacity40)};var Mc={backgroundColor:t.extend("--ftds-text-area-background-color","",r.colorWhite),contentValueColor:t.extend("--ftds-text-area-content-value-color","",n.contentGlobalPrimary),labelColor:t.extend("--ftds-text-area-label-color","",n.contentGlobalSubtle),defaultBorderColor:t.extend("--ftds-text-area-default-border-color","",n.borderInputPrimary),defaultHelperTextColor:t.extend("--ftds-text-area-default-helper-text-color","",n.contentGlobalSubtle),defaultBorderWidth:t.create("--ftds-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ftds-text-area-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ftds-text-area-error-border-color","",n.borderErrorPrimary),errorHelperTextColor:t.extend("--ftds-text-area-error-helper-text-color","",n.contentErrorPrimary),errorHelperIconColor:t.extend("--ftds-text-area-error-helper-icon-color","",n.contentErrorIconOnly),focusFocusRingColor:t.extend("--ftds-text-area-focus-focus-ring-color","",n.borderActionFocusRing),focusOutlineWidth:t.create("--ftds-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:t.create("--ftds-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ftds-text-area-disabled-component-opacity","",r.opacity40),fieldHorizontalLeftPadding:t.extend("--ftds-text-area-field-horizontal-left-padding","",r.spacing4),fieldHorizontalGap:t.extend("--ftds-text-area-field-horizontal-gap","",r.spacing3),fieldVerticalGap:t.extend("--ftds-text-area-field-vertical-gap","",r.spacing05),fieldMinHeight:t.create("--ftds-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:t.extend("--ftds-text-area-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ftds-text-area-helper-horizontal-gap","",r.spacing1),helperIconSize:t.extend("--ftds-text-area-helper-icon-size","",r.iconSize2),borderRadius:t.extend("--ftds-text-area-border-radius","",r.borderRadiusS)};var jc={height:t.create("--ftds-floating-menu-height","","SIZE","50px"),horizontalPadding:t.extend("--ftds-floating-menu-horizontal-padding","",r.spacing4),offIconColor:t.extend("--ftds-floating-menu-off-icon-color","",n.contentGlobalPrimary),offColor:t.extend("--ftds-floating-menu-off-color","",n.contentGlobalPrimary),onColor:t.extend("--ftds-floating-menu-on-color","",n.contentActionPrimary),onStateLayerColor:t.extend("--ftds-floating-menu-on-state-layer-color","",n.contentActionPrimary),gap:t.extend("--ftds-floating-menu-gap","",r.spacing3),focusFocusRingColor:t.extend("--ftds-floating-menu-focus-focus-ring-color","",n.borderActionFocusRing),focusOutlineWidth:t.create("--ftds-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:t.extend("--ftds-floating-menu-focus-state-layer-opacity","",r.opacity8),hoverStateLayerOpacity:t.extend("--ftds-floating-menu-hover-state-layer-opacity","",r.opacity8),activeStateLayerOpacity:t.extend("--ftds-floating-menu-active-state-layer-opacity","",r.opacity16),disabledComponentOpacity:t.extend("--ftds-floating-menu-disabled-component-opacity","",r.opacity40),iconSize:t.extend("--ftds-floating-menu-icon-size","",r.iconSize3),backgroundColor:t.extend("--ftds-floating-menu-background-color","",n.backgroundGlobalOnSurface),shadow:t.extend("--ftds-floating-menu-shadow","",r.shadowElevation02)};var Jc={largeFieldHorizontalPadding:t.extend("--ftds-combobox-single-select-large-field-horizontal-padding","",r.spacing4),largeFieldHorizontalGap:t.extend("--ftds-combobox-single-select-large-field-horizontal-gap","",r.spacing3),largeFieldVerticalGap:t.extend("--ftds-combobox-single-select-large-field-vertical-gap","",r.spacing05),largeFieldHeight:t.create("--ftds-combobox-single-select-large-field-height","","SIZE","50px"),largeFieldIconSize:t.extend("--ftds-combobox-single-select-large-field-icon-size","",r.iconSize3),mediumFieldHorizontalPadding:t.extend("--ftds-combobox-single-select-medium-field-horizontal-padding","",r.spacing4),mediumFieldHorizontalGap:t.extend("--ftds-combobox-single-select-medium-field-horizontal-gap","",r.spacing3),mediumFieldVerticalGap:t.create("--ftds-combobox-single-select-medium-field-vertical-gap","","SIZE","0px"),mediumFieldHeight:t.create("--ftds-combobox-single-select-medium-field-height","","SIZE","40px"),mediumFieldIconSize:t.extend("--ftds-combobox-single-select-medium-field-icon-size","",r.iconSize3),helperHorizontalPadding:t.extend("--ftds-combobox-single-select-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ftds-combobox-single-select-helper-horizontal-gap","",r.spacing1),helperVerticalGap:t.extend("--ftds-combobox-single-select-helper-vertical-gap","",r.spacing1),helperIconSize:t.extend("--ftds-combobox-single-select-helper-icon-size","",r.iconSize2),menuVerticalGap:t.extend("--ftds-combobox-single-select-menu-vertical-gap","",r.spacing2),borderRadius:t.extend("--ftds-combobox-single-select-border-radius","",r.borderRadiusS),backgroundColor:t.extend("--ftds-combobox-single-select-background-color","",r.colorWhite),labelColor:t.extend("--ftds-combobox-single-select-label-color","",n.contentGlobalSubtle),contentValueColor:t.extend("--ftds-combobox-single-select-content-value-color","",n.contentGlobalPrimary),trailingIconColor:t.extend("--ftds-combobox-single-select-trailing-icon-color","",n.contentGlobalSubtle),defaultBorderColor:t.extend("--ftds-combobox-single-select-default-border-color","",n.borderInputPrimary),defaultHelperTextColor:t.extend("--ftds-combobox-single-select-default-helper-text-color","",n.contentGlobalSubtle),defaultBorderWidth:t.create("--ftds-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ftds-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ftds-combobox-single-select-error-border-color","",n.borderErrorPrimary),errorHelperTextColor:t.extend("--ftds-combobox-single-select-error-helper-text-color","",n.contentErrorPrimary),warningBorderWidth:t.create("--ftds-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ftds-combobox-single-select-warning-border-color","",n.borderWarningPrimary),warningHelperTextColor:t.extend("--ftds-combobox-single-select-warning-helper-text-color","",n.contentWarningPrimary),warningHelperIconColor:t.extend("--ftds-combobox-single-select-warning-helper-icon-color","",n.contentWarningIconOnly),focusOutlineWidth:t.create("--ftds-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ftds-combobox-single-select-focus-focus-ring-color","",n.borderActionFocusRing),focusOutlineOffset:t.create("--ftds-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ftds-combobox-single-select-disabled-component-opacity","",r.opacity40)};var al={backgroundColor:t.extend("--ftds-combobox-multi-select-background-color","",r.colorWhite),labelColor:t.extend("--ftds-combobox-multi-select-label-color","",n.contentGlobalSubtle),trailingIconColor:t.extend("--ftds-combobox-multi-select-trailing-icon-color","",n.contentGlobalSubtle),defaultBorderColor:t.extend("--ftds-combobox-multi-select-default-border-color","",n.borderInputPrimary),defaultHelperTextColor:t.extend("--ftds-combobox-multi-select-default-helper-text-color","",n.contentGlobalSubtle),defaultBorderWidth:t.create("--ftds-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:t.extend("--ftds-combobox-multi-select-error-border-color","",n.borderErrorPrimary),errorHelperTextColor:t.extend("--ftds-combobox-multi-select-error-helper-text-color","",n.contentErrorPrimary),errorHelperIcon:t.extend("--ftds-combobox-multi-select-error-helper-icon","",n.contentErrorIconOnly),errorBorderWidth:t.create("--ftds-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ftds-combobox-multi-select-warning-border-color","",n.borderWarningPrimary),warningHelperTextColor:t.extend("--ftds-combobox-multi-select-warning-helper-text-color","",n.contentWarningPrimary),warningHelperIconColor:t.extend("--ftds-combobox-multi-select-warning-helper-icon-color","",n.contentWarningIconOnly),warningBorderWidth:t.create("--ftds-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ftds-combobox-multi-select-focus-focus-ring-color","",n.borderActionFocusRing),focusOutlineWidth:t.create("--ftds-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:t.create("--ftds-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ftds-combobox-multi-select-disabled-component-opacity","",r.opacity40),helperHorizontalPadding:t.extend("--ftds-combobox-multi-select-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ftds-combobox-multi-select-helper-horizontal-gap","",r.spacing1),helperVerticalGap:t.extend("--ftds-combobox-multi-select-helper-vertical-gap","",r.spacing1),helperIconSize:t.extend("--ftds-combobox-multi-select-helper-icon-size","",r.iconSize2),fieldHorizontalPadding:t.extend("--ftds-combobox-multi-select-field-horizontal-padding","",r.spacing4),fieldHorizontalGap:t.extend("--ftds-combobox-multi-select-field-horizontal-gap","",r.spacing3),fieldVerticalGap:t.extend("--ftds-combobox-multi-select-field-vertical-gap","",r.spacing05),fieldIconSize:t.extend("--ftds-combobox-multi-select-field-icon-size","",r.iconSize3),fieldMaxHeight:t.create("--ftds-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:t.extend("--ftds-combobox-multi-select-content-values-horizontal-gap","",r.spacing1),contentValuesVerticalGap:t.extend("--ftds-combobox-multi-select-content-values-vertical-gap","",r.spacing1),borderRadius:t.extend("--ftds-combobox-multi-select-border-radius","",r.borderRadiusS)};var sl={backgroundColor:t.extend("--ftds-popover-background-color","",n.backgroundGlobalOnSurface),horizontalPadding:t.extend("--ftds-popover-horizontal-padding","",r.spacing6),verticalPadding:t.extend("--ftds-popover-vertical-padding","",r.spacing6),titleColor:t.extend("--ftds-popover-title-color","",n.contentGlobalPrimary),bodyColor:t.extend("--ftds-popover-body-color","",n.contentGlobalSecondary),gap:t.extend("--ftds-popover-gap","",r.spacing2),borderRadius:t.extend("--ftds-popover-border-radius","",r.borderRadiusM),shadow:t.extend("--ftds-popover-shadow","",r.shadowElevation02),maxWidth:t.create("--ftds-popover-max-width","","SIZE","440px"),contentSectionVerticalGap:t.extend("--ftds-popover-content-section-vertical-gap","",r.spacing2),multiSectionVerticalGap:t.extend("--ftds-popover-multi-section-vertical-gap","",r.spacing6)};var yl={hoverStateLayerOpacity:t.extend("--ftds-collapsible-hover-state-layer-opacity","",r.opacity8),focusStateLayerOpacity:t.extend("--ftds-collapsible-focus-state-layer-opacity","",r.opacity8),focusOutlineWidth:t.create("--ftds-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:t.extend("--ftds-collapsible-focus-focus-ring-color","",n.borderActionFocusRing),activeStateLayerOpacity:t.extend("--ftds-collapsible-active-state-layer-opacity","",r.opacity16),disabledComponentOpacity:t.extend("--ftds-collapsible-disabled-component-opacity","",r.opacity40),horizontalPadding:t.extend("--ftds-collapsible-horizontal-padding","",r.spacing4),verticalPadding:t.extend("--ftds-collapsible-vertical-padding","",r.spacing3),color:t.extend("--ftds-collapsible-color","",n.contentGlobalPrimary),stateLayerColor:t.extend("--ftds-collapsible-state-layer-color","",n.contentGlobalPrimary),backgroundColor:t.extend("--ftds-collapsible-background-color","",n.backgroundGlobalOnSurface),borderColor:t.extend("--ftds-collapsible-border-color","",n.borderGlobalSubtle),iconSize:t.extend("--ftds-collapsible-icon-size","",r.iconSize3)};var xl={groupHorizontalPadding:t.extend("--ftds-switch-group-horizontal-padding","",r.spacing1),groupVerticalPadding:t.extend("--ftds-switch-group-vertical-padding","",r.spacing1),groupGap:t.extend("--ftds-switch-group-gap","",r.spacing1),groupBackgroundColor:t.extend("--ftds-switch-group-background-color","",n.backgroundGlobalSurface),groupBorderColor:t.extend("--ftds-switch-group-border-color","",n.borderGlobalSubtle),groupBorderRadius:t.create("--ftds-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:t.extend("--ftds-switch-label-horizontal-padding","",r.spacing2),labelVerticalPadding:t.extend("--ftds-switch-label-vertical-padding","",r.spacing1),offHoverStateLayerOpacity:t.extend("--ftds-switch-off-hover-state-layer-opacity","",r.opacity8),offFocusStateLayerOpacity:t.extend("--ftds-switch-off-focus-state-layer-opacity","",r.opacity8),offActiveStateLayerOpacity:t.extend("--ftds-switch-off-active-state-layer-opacity","",r.opacity16),offDisabledComponentOpacity:t.extend("--ftds-switch-off-disabled-component-opacity","",r.opacity40),offColor:t.extend("--ftds-switch-off-color","",n.contentGlobalSubtle),offStateLayerColor:t.extend("--ftds-switch-off-state-layer-color","",n.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ftds-switch-on-hover-state-layer-opacity","",r.opacity8),onFocusStateLayerOpacity:t.extend("--ftds-switch-on-focus-state-layer-opacity","",r.opacity8),onActiveStateLayerOpacity:t.extend("--ftds-switch-on-active-state-layer-opacity","",r.opacity16),onDisabledComponentOpacity:t.extend("--ftds-switch-on-disabled-component-opacity","",r.opacity40),onColor:t.extend("--ftds-switch-on-color","",n.contentActionPrimary),onStateLayerColor:t.extend("--ftds-switch-on-state-layer-color","",n.contentActionPrimary),iconHorizontalPadding:t.extend("--ftds-switch-icon-horizontal-padding","",r.spacing1),iconVerticalPadding:t.extend("--ftds-switch-icon-vertical-padding","",r.spacing1),focusOutlineWidth:t.create("--ftds-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ftds-switch-focus-focus-ring-color","",n.borderActionFocusRing),optionBorderRadius:t.extend("--ftds-switch-option-border-radius","",r.borderRadiusS)};var vl={color1Light:t.extend("--ftds-chart-1-light","for area color charts",r.colorBrand40),color1Base:t.extend("--ftds-chart-1-base","for line charts",r.colorBrand0),color2Light:t.extend("--ftds-chart-2-light","for area color charts",r.colorYellow60),color2Base:t.extend("--ftds-chart-2-base","for line charts",r.colorYellow100),color3Light:t.extend("--ftds-chart-3-light","",r.colorUltramarine40),color3Base:t.extend("--ftds-chart-3-base","",r.colorUltramarine70),color4Light:t.extend("--ftds-chart-4-light","",r.colorCyan50),color4Base:t.extend("--ftds-chart-4-base","",r.colorCyan100),color5Light:t.extend("--ftds-chart-5-light","",r.colorRed40),color5Base:t.extend("--ftds-chart-5-base","",r.colorRed60),color6Light:t.extend("--ftds-chart-6-light","",r.colorGreen40),color6Base:t.extend("--ftds-chart-6-base","",r.colorGreen70),color7Light:t.extend("--ftds-chart-7-light","",r.colorOrange70),color7Base:t.extend("--ftds-chart-7-base","",r.colorOrange100),color8Light:t.extend("--ftds-chart-8-light","",r.colorAvocado70),color8Base:t.extend("--ftds-chart-8-base","",r.colorAvocado200),color9Light:t.extend("--ftds-chart-9-light","",r.colorBrown50),color9Base:t.extend("--ftds-chart-9-base","",r.colorBrown200),color10Light:t.extend("--ftds-chart-10-light","",r.colorGray50),color10Base:t.extend("--ftds-chart-10-base","",r.colorGray80),monochrome10:t.extend("--ftds-chart-monochrome-10","",r.colorBrand10),monochrome20:t.extend("--ftds-chart-monochrome-20","",r.colorBrand20),monochrome30:t.extend("--ftds-chart-monochrome-30","",r.colorBrand40),monochrome40:t.extend("--ftds-chart-monochrome-40","",r.colorBrand60),monochrome50:t.extend("--ftds-chart-monochrome-50","",r.colorBrand0),monochrome60:t.extend("--ftds-chart-monochrome-60","",r.colorBrand200),scatterplotQuadrantPopularOldBackgroundColor:t.extend("--ftds-chart-scatterplot-quadrant-popular-old-background-color","",r.colorYellow10),scatterplotQuadrantPopularNewBackgroundColor:t.extend("--ftds-chart-scatterplot-quadrant-popular-new-background-color","",r.colorAvocado10),scatterplotQuadrantUnpopularOldBackgroundColor:t.extend("--ftds-chart-scatterplot-quadrant-unpopular-old-background-color","",r.colorRed10),scatterplotQuadrantUnpopularNewBackgroundColor:t.extend("--ftds-chart-scatterplot-quadrant-unpopular-new-background-color","",r.colorCyan10),scatterplotDatapointInitialDefaultBackgroundColor:t.extend("--ftds-chart-scatterplot-datapoint-initial-default-background-color","",r.colorBrand70),scatterplotDatapointInitialDefaultBackgroundOpacity:t.extend("--ftds-chart-scatterplot-datapoint-initial-default-background-opacity","",r.opacity48),scatterplotDatapointInitialHoverBackgroundColor:t.extend("--ftds-chart-scatterplot-datapoint-initial-hover-background-color","",r.colorBrand0),scatterplotDatapointSelectedDefaultBackgroundColor:t.extend("--ftds-chart-scatterplot-datapoint-selected-default-background-color","",r.colorBrand100),scatterplotDatapointSelectedHoverBackgroundColor:t.extend("--ftds-chart-scatterplot-datapoint-selected-hover-background-color","",r.colorBrand200),scatterplotDatapointUnselectedDefaultBackgroundColor:t.extend("--ftds-chart-scatterplot-datapoint-unselected-default-background-color","",r.colorGray60),scatterplotDatapointUnselectedDefaultBackgroundOpacity:t.extend("--ftds-chart-scatterplot-datapoint-unselected-default-background-opacity","",r.opacity48),scatterplotDatapointUnselectedHoverBackgroundColor:t.extend("--ftds-chart-scatterplot-datapoint-unselected-hover-background-color","",r.colorGray70),scatterplotDatapointHoverHoverRingColor:t.extend("--ftds-chart-scatterplot-datapoint-hover-hover-ring-color","",r.colorCyan200)};var Ll={color1IconColor:t.extend("--ftds-page-designer-1-icon-color","for area color charts",r.colorCyan0),color1ToolbarColor:t.extend("--ftds-page-designer-1-toolbar-color","for area color charts",r.colorCyan0),color2IconColor:t.extend("--ftds-page-designer-2-icon-color","for area color charts",r.colorBrand0),color2ToolbarColor:t.extend("--ftds-page-designer-2-toolbar-color","for area color charts",r.colorBrand0),color3IconColor:t.extend("--ftds-page-designer-3-icon-color","for area color charts",r.colorYellow200),color3ToolbarColor:t.extend("--ftds-page-designer-3-toolbar-color","for area color charts",r.colorYellow200),color4IconColor:t.extend("--ftds-page-designer-4-icon-color","for area color charts",r.colorUltramarine50),color4ToolbarColor:t.extend("--ftds-page-designer-4-toolbar-color","for area color charts",r.colorUltramarine50),color5IconColor:t.extend("--ftds-page-designer-5-icon-color","for area color charts",r.colorGreen0),color5ToolbarColor:t.extend("--ftds-page-designer-5-toolbar-color","for area color charts",r.colorGreen0),color6IconColor:t.extend("--ftds-page-designer-6-icon-color","for area color charts",r.colorOrange0),color6ToolbarColor:t.extend("--ftds-page-designer-6-toolbar-color","for area color charts",r.colorOrange0),color7IconColor:t.extend("--ftds-page-designer-7-icon-color","for area color charts",r.colorAvocado200),color7ToolbarColor:t.extend("--ftds-page-designer-7-toolbar-color","for area color charts",r.colorAvocado200),color8IconColor:t.extend("--ftds-page-designer-8-icon-color","for area color charts",r.colorBrown0),color8ToolbarColor:t.extend("--ftds-page-designer-8-toolbar-color","for area color charts",r.colorBrown0)};var Il={borderWidth:t.create("--ftds-notice-border-width","","SIZE","1px"),horizontalPadding:t.extend("--ftds-notice-horizontal-padding","",r.spacing3),verticalPadding:t.extend("--ftds-notice-vertical-padding","",r.spacing2),borderRadius:t.extend("--ftds-notice-border-radius","",r.borderRadiusS),gap:t.extend("--ftds-notice-gap","",r.spacing2),iconSize:t.extend("--ftds-notice-icon-size","",r.iconSize3),infoBackgroundColor:t.extend("--ftds-notice-info-background-color","",n.backgroundInfoSubtle),infoBorderColor:t.extend("--ftds-notice-info-border-color","",n.borderInfoSubtle),infoColor:t.extend("--ftds-notice-info-color","",n.contentInfoPrimary),infoIconColor:t.extend("--ftds-notice-info-icon-color","",n.contentInfoIconOnly),warningBackgroundColor:t.extend("--ftds-notice-warning-background-color","",n.backgroundWarningSubtle),warningBorderColor:t.extend("--ftds-notice-warning-border-color","",n.borderWarningSubtle),warningColor:t.extend("--ftds-notice-warning-color","",n.contentWarningPrimary),warningIconColor:t.extend("--ftds-notice-warning-icon-color","",n.contentWarningIconOnly),errorBackgroundColor:t.extend("--ftds-notice-error-background-color","",n.backgroundErrorSubtle),errorBorderColor:t.extend("--ftds-notice-error-border-color","",n.borderErrorSubtle),errorColor:t.extend("--ftds-notice-error-color","",n.contentErrorPrimary),errorIconColor:t.extend("--ftds-notice-error-icon-color","",n.contentErrorIconOnly),successBackgroundColor:t.extend("--ftds-notice-success-background-color","",n.backgroundSuccessSubtle),successBorderColor:t.extend("--ftds-notice-success-border-color","",n.borderSuccessSubtle),successColor:t.extend("--ftds-notice-success-color","",n.contentSuccessPrimary),successIconColor:t.extend("--ftds-notice-success-icon-color","",n.contentSuccessIconOnly),denseHorizontalPadding:t.create("--ftds-notice-dense-horizontal-padding","","SIZE","0px"),denseVerticalPadding:t.create("--ftds-notice-dense-vertical-padding","","SIZE","0px"),denseGap:t.extend("--ftds-notice-dense-gap","",r.spacing1),denseIconSize:t.extend("--ftds-notice-dense-icon-size","",r.iconSize2),denseBorderWidth:t.create("--ftds-notice-dense-border-width","","SIZE","0")};var Tl={offHoverStateLayerOpacity:t.extend("--ftds-toggle-off-hover-state-layer-opacity","",r.opacity16),offFocusStateLayerOpacity:t.extend("--ftds-toggle-off-focus-state-layer-opacity","",r.opacity16),offActiveStateLayerOpacity:t.extend("--ftds-toggle-off-active-state-layer-opacity","",r.opacity24),offDisabledComponentOpacity:t.extend("--ftds-toggle-off-disabled-component-opacity","",r.opacity40),offBackgroundColor:t.extend("--ftds-toggle-off-background-color","",n.contentGlobalSubtle),offIconColor:t.extend("--ftds-toggle-off-icon-color","",n.contentGlobalSubtle),offStateLayerColor:t.extend("--ftds-toggle-off-state-layer-color","",n.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ftds-toggle-on-hover-state-layer-opacity","",r.opacity16),onFocusStateLayerOpacity:t.extend("--ftds-toggle-on-focus-state-layer-opacity","",r.opacity16),onActiveStateLayerOpacity:t.extend("--ftds-toggle-on-active-state-layer-opacity","",r.opacity24),onDisabledComponentOpacity:t.extend("--ftds-toggle-on-disabled-component-opacity","",r.opacity40),onBackgroundColor:t.extend("--ftds-toggle-on-background-color","",n.contentActionPrimary),onStateLayerColor:t.extend("--ftds-toggle-on-state-layer-color","",n.contentActionPrimary),onIconColor:t.extend("--ftds-toggle-on-icon-color","",n.contentActionPrimary),color:t.extend("--ftds-toggle-color","",n.contentGlobalPrimary),focusFocusRingColor:t.extend("--ftds-toggle-focus-focus-ring-color","",n.borderActionFocusRing),gap:t.extend("--ftds-toggle-gap","",r.spacing3)};var Ul={iconSize:t.extend("--ftds-notification-icon-size","",r.iconSize4),leftPadding:t.extend("--ftds-notification-left-padding","",r.spacing5),rightPadding:t.extend("--ftds-notification-right-padding","",r.spacing4),verticalPadding:t.extend("--ftds-notification-vertical-padding","",r.spacing3),infoBackgroundColor:t.extend("--ftds-notification-info-background-color","",n.backgroundInfoSubtle),infoColor:t.extend("--ftds-notification-info-color","",n.contentInfoPrimary),infoIconColor:t.extend("--ftds-notification-info-icon-color","",n.contentInfoIconOnly),infoBorderColor:t.extend("--ftds-notification-info-border-color","",n.borderInfoSubtle),successBackgroundColor:t.extend("--ftds-notification-success-background-color","",n.backgroundSuccessSubtle),successColor:t.extend("--ftds-notification-success-color","",n.contentSuccessPrimary),successIconColor:t.extend("--ftds-notification-success-icon-color","",n.contentSuccessIconOnly),successBorderColor:t.extend("--ftds-notification-success-border-color","",n.borderSuccessSubtle),warningBackgroundColor:t.extend("--ftds-notification-warning-background-color","",n.backgroundWarningSubtle),warningColor:t.extend("--ftds-notification-warning-color","",n.contentWarningPrimary),warningIconColor:t.extend("--ftds-notification-warning-icon-color","",n.contentWarningIconOnly),warningBorderColor:t.extend("--ftds-notification-warning-border-color","",n.borderWarningSubtle),errorBackgroundColor:t.extend("--ftds-notification-error-background-color","",n.backgroundErrorSubtle),errorColor:t.extend("--ftds-notification-error-color","",n.contentErrorPrimary),errorIconColor:t.extend("--ftds-notification-error-icon-color","",n.contentErrorIconOnly),errorBorderColor:t.extend("--ftds-notification-error-border-color","",n.borderErrorSubtle),borderRadius:t.extend("--ftds-notification-border-radius","",r.borderRadiusPill),borderWidth:t.create("--ftds-notification-border-width","","SIZE","1px"),leadingGap:t.extend("--ftds-notification-leading-gap","",r.spacing2),trailingGap:t.extend("--ftds-notification-trailing-gap","",r.spacing8)};var Vl={horizontalPadding:t.extend("--ftds-tooltip-horizontal-padding","",r.spacing2),verticalPadding:t.extend("--ftds-tooltip-vertical-padding","",r.spacing2),borderRadius:t.extend("--ftds-tooltip-border-radius","",r.borderRadiusS),color:t.extend("--ftds-tooltip-color","",n.contentGlobalOnColor),backgroundColor:t.extend("--ftds-tooltip-background-color","",n.contentGlobalPrimary),backgroundOpacity:t.extend("--ftds-tooltip-background-opacity","",r.opacity80),shadow:t.extend("--ftds-tooltip-shadow","",r.shadowElevation02),maxWidth:t.create("--ftds-tooltip-max-width","","SIZE","256px"),gap:t.extend("--ftds-tooltip-gap","",r.spacing05)};var Ql={verticalPadding:t.extend("--ftds-reorderable-list-vertical-padding","",r.spacing4),gap:t.extend("--ftds-reorderable-list-gap","",r.spacing1),borderRadius:t.extend("--ftds-reorderable-list-border-radius","",r.borderRadiusM),reorderableItemTitleMarginRight:t.extend("--ftds-reorderable-list-reorderable-item-title-margin-right","",r.spacing6),reorderableItemTitleColor:t.extend("--ftds-reorderable-list-reorderable-item-title-color","",n.contentGlobalPrimary),reorderableItemLeftButtonsGroupMarginRight:t.extend("--ftds-reorderable-list-reorderable-item-left-buttons-group-margin-right","",r.spacing6),reorderableItemLeftButtonsGroupHorizontalGap:t.extend("--ftds-reorderable-list-reorderable-item-left-buttons-group-horizontal-gap","",r.spacing2),reorderableItemRightButtonsGroupHorizontalGap:t.extend("--ftds-reorderable-list-reorderable-item-right-buttons-group-horizontal-gap","",r.spacing2),reorderableItemUsersCountColor:t.extend("--ftds-reorderable-list-reorderable-item-users-count-color","",n.contentGlobalPrimary),reorderableItemUsersCountMarginRight:t.extend("--ftds-reorderable-list-reorderable-item-users-count-margin-right","",r.spacing6),reorderableItemBackgroundColor:t.extend("--ftds-reorderable-list-reorderable-item-background-color","",n.backgroundGlobalOnSurface),reorderableItemWarningMessageGap:t.extend("--ftds-reorderable-list-reorderable-item-warning-message-gap","",r.spacing1),reorderableItemWarningMessageColor:t.extend("--ftds-reorderable-list-reorderable-item-warning-message-color","",n.contentWarningPrimary),reorderableItemWarningMessageIconColor:t.extend("--ftds-reorderable-list-reorderable-item-warning-message-icon-color","",n.contentWarningIconOnly),reorderableItemGripColor:t.extend("--ftds-reorderable-list-reorderable-item-grip-color","",n.contentGlobalSecondary),reorderableItemGripOpacity:t.extend("--ftds-reorderable-list-reorderable-item-grip-opacity","",r.opacity48),boxShadow:t.extend("--ftds-reorderable-list-box-shadow","",r.shadowElevation01),borderWidth:t.create("--ftds-reorderable-list-border-width","","SIZE","1px"),reorderableItemsGap:t.extend("--ftds-reorderable-list-reorderable-items-gap","",r.spacing2),leftPadding:t.extend("--ftds-reorderable-list-left-padding","",r.spacing2),rightPadding:t.extend("--ftds-reorderable-list-right-padding","",r.spacing6),borderColor:t.extend("--ftds-reorderable-list-border-color","",n.borderGlobalPrimary),backgroundColor:t.extend("--ftds-reorderable-list-background-color","",n.backgroundGlobalOnSurfaceDark)};var os={menuHorizontalPadding:t.extend("--ftds-date-range-picker-menu-horizontal-padding","",r.spacing4),menuVerticalPadding:t.extend("--ftds-date-range-picker-menu-vertical-padding","",r.spacing4),menuVerticalGap:t.extend("--ftds-date-range-picker-menu-vertical-gap","",r.spacing4),menuButtonsVerticalGap:t.extend("--ftds-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
- ${o?(0,jt.unsafeCSS)(o):jt.css`.ft-typography--${(0,jt.unsafeCSS)(e)}`} {
128
+ `;var ct=h($()),m=h(L());var Nt=h($(),1),Pt=e=>typeof e=="string"?(0,Nt.unsafeCSS)(e):e,t=class{static create(o,a,i,l){let c=p=>Pt(p??l),s=Nt.css`var(${Pt(o)}, ${c(l)})`;return s.name=o,s.description=a,s.category=i,s.defaultValue=l,s.defaultCssValue=c,s.set=p=>Er(s,p??c(l)),s.get=p=>Nt.css`var(${Pt(o)}, ${c(p)})`,s.breadcrumb=()=>[],s.lastResortDefaultValue=()=>l,s}static extend(o,a,i,l){let c=p=>i.get(p??l),s=Nt.css`var(${Pt(o)}, ${c(l)})`;return s.name=o,s.description=a,s.category=i.category,s.fallbackVariable=i,s.defaultValue=l,s.defaultCssValue=c,s.set=p=>Er(s,p??c(l)),s.get=p=>Nt.css`var(${Pt(o)}, ${c(p)})`,s.breadcrumb=()=>[i.name,...i.breadcrumb()],s.lastResortDefaultValue=()=>l??i.lastResortDefaultValue(),s}static external(o,a){let i=c=>o.defaultCssValue(c),l=Nt.css`var(${Pt(o.name)}, ${i(o.defaultValue)})`;return l.name=o.name,l.category=o.category,l.fallbackVariable=o.fallbackVariable,l.defaultValue=o.defaultValue,l.context=a,l.defaultCssValue=i,l.set=c=>o.set(c),l.get=c=>Nt.css`var(${Pt(o.name)}, ${i(c)})`,l.breadcrumb=()=>o.breadcrumb(),l.lastResortDefaultValue=()=>o.lastResortDefaultValue(),l}};function Er(e,o){return Pt(`${e.name}: ${o}`)}var r={colorWhite:t.create("--ftds-color-white","","COLOR","#ffffff"),colorGray0:t.create("--ftds-color-gray-0","","COLOR","#71718e"),colorGray10:t.create("--ftds-color-gray-10","","COLOR","#fbfbfc"),colorGray20:t.create("--ftds-color-gray-20","","COLOR","#f2f2f5"),colorGray30:t.create("--ftds-color-gray-30","","COLOR","#e9e9ed"),colorGray40:t.create("--ftds-color-gray-40","","COLOR","#e0e0e6"),colorGray50:t.create("--ftds-color-gray-50","","COLOR","#cdcdd7"),colorGray60:t.create("--ftds-color-gray-60","","COLOR","#bbbbc9"),colorGray70:t.create("--ftds-color-gray-70","","COLOR","#a8a8ba"),colorGray80:t.create("--ftds-color-gray-80","","COLOR","#9696ab"),colorGray90:t.create("--ftds-color-gray-90","","COLOR","#83839d"),colorGray100:t.create("--ftds-color-gray-100","","COLOR","#62627c"),colorGray200:t.create("--ftds-color-gray-200","","COLOR","#545469"),colorGray300:t.create("--ftds-color-gray-300","","COLOR","#454557"),colorGray400:t.create("--ftds-color-gray-400","","COLOR","#363644"),colorGray500:t.create("--ftds-color-gray-500","","COLOR","#282832"),colorGray600:t.create("--ftds-color-gray-600","","COLOR","#19191f"),colorGray700:t.create("--ftds-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:t.create("--ftds-color-brand-0","","COLOR","#9d207b"),colorBrand10:t.create("--ftds-color-brand-10","","COLOR","#f7edf4"),colorBrand20:t.create("--ftds-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:t.create("--ftds-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:t.create("--ftds-color-brand-40","","COLOR","#d395c2"),colorBrand50:t.create("--ftds-color-brand-50","","COLOR","#c778b1"),colorBrand60:t.create("--ftds-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:t.create("--ftds-color-brand-70","","COLOR","#ae3e90"),colorBrand100:t.create("--ftds-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:t.create("--ftds-color-brand-200","","COLOR","#78185e"),colorBrand300:t.create("--ftds-color-brand-300","","COLOR","#62144d"),colorBrand400:t.create("--ftds-color-brand-400","","COLOR","#4d103c"),colorBrand500:t.create("--ftds-color-brand-500","","COLOR","#380b2c"),colorBrand600:t.create("--ftds-color-brand-600","","COLOR","#23071b"),colorBrand700:t.create("--ftds-color-brand-700","","COLOR","#0d030b"),colorCyan0:t.create("--ftds-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:t.create("--ftds-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:t.create("--ftds-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:t.create("--ftds-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:t.create("--ftds-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:t.create("--ftds-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:t.create("--ftds-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:t.create("--ftds-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:t.create("--ftds-color-cyan-100","","COLOR","#0c849c"),colorCyan200:t.create("--ftds-color-cyan-200","","COLOR","#0a7085"),colorCyan300:t.create("--ftds-color-cyan-300","","COLOR","#085c6d"),colorCyan400:t.create("--ftds-color-cyan-400","","COLOR","#074856"),colorCyan500:t.create("--ftds-color-cyan-500","","COLOR","#05343e"),colorCyan600:t.create("--ftds-color-cyan-600","","COLOR","#032127"),colorCyan700:t.create("--ftds-color-cyan-700","","COLOR","#010d0f"),colorGreen0:t.create("--ftds-color-green-0","","COLOR","#21a274"),colorGreen10:t.create("--ftds-color-green-10","","COLOR","#edf7f3"),colorGreen20:t.create("--ftds-color-green-20","","COLOR","#cfebe1"),colorGreen30:t.create("--ftds-color-green-30","","COLOR","#b2dfcf"),colorGreen40:t.create("--ftds-color-green-40","","COLOR","#95d3bd"),colorGreen50:t.create("--ftds-color-green-50","","COLOR","#78c7ab"),colorGreen60:t.create("--ftds-color-green-60","","COLOR","#5bba98"),colorGreen70:t.create("--ftds-color-green-70","","COLOR","#3eae86"),colorGreen100:t.create("--ftds-color-green-100","","COLOR","#1d8d65"),colorGreen200:t.create("--ftds-color-green-200","","COLOR","#187856"),colorGreen300:t.create("--ftds-color-green-300","","COLOR","#146246"),colorGreen400:t.create("--ftds-color-green-400","","COLOR","#104d37"),colorGreen500:t.create("--ftds-color-green-500","","COLOR","#0b3828"),colorGreen600:t.create("--ftds-color-green-600","","COLOR","#072319"),colorGreen700:t.create("--ftds-color-green-700","","COLOR","#030d0a"),colorOrange0:t.create("--ftds-color-orange-0","","COLOR","#F2700D"),colorOrange10:t.create("--ftds-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:t.create("--ftds-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:t.create("--ftds-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:t.create("--ftds-color-orange-40","","COLOR","#FECB90"),colorOrange50:t.create("--ftds-color-orange-50","","COLOR","#FCB76E"),colorOrange60:t.create("--ftds-color-orange-60","","COLOR","#F9A34D"),colorOrange70:t.create("--ftds-color-orange-70","","COLOR","#F68B2C"),colorOrange100:t.create("--ftds-color-orange-100","","COLOR","#D35909"),colorOrange200:t.create("--ftds-color-orange-200","","COLOR","#B74706"),colorOrange300:t.create("--ftds-color-orange-300","","COLOR","#913503"),colorOrange400:t.create("--ftds-color-orange-400","","COLOR","#6F2601"),colorOrange500:t.create("--ftds-color-orange-500","","COLOR","#4D1800"),colorOrange600:t.create("--ftds-color-orange-600","","COLOR","#330F00"),colorOrange700:t.create("--ftds-color-orange-700","","COLOR","#140600"),colorRed0:t.create("--ftds-color-red-0","","COLOR","#b40e2c"),colorRed10:t.create("--ftds-color-red-10","","COLOR","#f9ebed"),colorRed20:t.create("--ftds-color-red-20","","COLOR","#efcbd2"),colorRed30:t.create("--ftds-color-red-30","","COLOR","#e5acb6"),colorRed40:t.create("--ftds-color-red-40","","COLOR","#db8c9b"),colorRed50:t.create("--ftds-color-red-50","","COLOR","#d16d7f"),colorRed60:t.create("--ftds-color-red-60","","COLOR","#c84d63"),colorRed70:t.create("--ftds-color-red-70","","COLOR","#be2e48"),colorRed100:t.create("--ftds-color-red-100","","COLOR","#9c0c26"),colorRed200:t.create("--ftds-color-red-200","","COLOR","#850a20"),colorRed300:t.create("--ftds-color-red-300","","COLOR","#6d081b"),colorRed400:t.create("--ftds-color-red-400","","COLOR","#560715"),colorRed500:t.create("--ftds-color-red-500","","COLOR","#3e050f"),colorRed600:t.create("--ftds-color-red-600","","COLOR","#270309"),colorRed700:t.create("--ftds-color-red-700","","COLOR","#0f0104"),colorYellow0:t.create("--ftds-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:t.create("--ftds-color-yellow-10","","COLOR","#fefae9"),colorYellow20:t.create("--ftds-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:t.create("--ftds-color-yellow-30","","COLOR","#faedaa"),colorYellow40:t.create("--ftds-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:t.create("--ftds-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:t.create("--ftds-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:t.create("--ftds-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:t.create("--ftds-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:t.create("--ftds-color-yellow-200","","COLOR","#b3970a"),colorYellow300:t.create("--ftds-color-yellow-300","","COLOR","#947c08"),colorYellow400:t.create("--ftds-color-yellow-400","","COLOR","#746206"),colorYellow500:t.create("--ftds-color-yellow-500","","COLOR","#554705"),colorYellow600:t.create("--ftds-color-yellow-600","","COLOR","#352d03"),colorYellow700:t.create("--ftds-color-yellow-700","","COLOR","#161201"),colorUltramarine0:t.create("--ftds-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:t.create("--ftds-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:t.create("--ftds-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:t.create("--ftds-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:t.create("--ftds-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:t.create("--ftds-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:t.create("--ftds-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:t.create("--ftds-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:t.create("--ftds-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:t.create("--ftds-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:t.create("--ftds-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:t.create("--ftds-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:t.create("--ftds-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:t.create("--ftds-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:t.create("--ftds-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:t.create("--ftds-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:t.create("--ftds-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:t.create("--ftds-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:t.create("--ftds-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:t.create("--ftds-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:t.create("--ftds-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:t.create("--ftds-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:t.create("--ftds-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:t.create("--ftds-color-avocado-100","","COLOR","#84A423"),colorAvocado200:t.create("--ftds-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:t.create("--ftds-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:t.create("--ftds-color-avocado-400","","COLOR","#495B13"),colorAvocado500:t.create("--ftds-color-avocado-500","","COLOR","#35420E"),colorAvocado600:t.create("--ftds-color-avocado-600","","COLOR","#212A09"),colorAvocado700:t.create("--ftds-color-avocado-700","","COLOR","#0E1104"),colorBrown0:t.create("--ftds-color-brown-0","","COLOR","#B26F4D"),colorBrown10:t.create("--ftds-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:t.create("--ftds-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:t.create("--ftds-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:t.create("--ftds-color-brown-40","","COLOR","#DABAAA"),colorBrown50:t.create("--ftds-color-brown-50","","COLOR","#D0A792"),colorBrown60:t.create("--ftds-color-brown-60","","COLOR","#C6947B"),colorBrown70:t.create("--ftds-color-brown-70","","COLOR","#BC8264"),colorBrown100:t.create("--ftds-color-brown-100","","COLOR","#9B6143"),colorBrown200:t.create("--ftds-color-brown-200","","COLOR","#845239"),colorBrown300:t.create("--ftds-color-brown-300","","COLOR","#6D442F"),colorBrown400:t.create("--ftds-color-brown-400","","COLOR","#553525"),colorBrown500:t.create("--ftds-color-brown-500","","COLOR","#3E271B"),colorBrown600:t.create("--ftds-color-brown-600","","COLOR","#271811"),colorBrown700:t.create("--ftds-color-brown-700","","COLOR","#100A07"),spacing1:t.create("--ftds-spacing-1","","SIZE","0.25rem"),spacing2:t.create("--ftds-spacing-2","","SIZE","calc(0.25rem*2)"),spacing3:t.create("--ftds-spacing-3","","SIZE","calc(0.25rem*3)"),spacing4:t.create("--ftds-spacing-4","","SIZE","calc(0.25rem*4)"),spacing5:t.create("--ftds-spacing-5","","SIZE","calc(0.25rem*5)"),spacing6:t.create("--ftds-spacing-6","","SIZE","calc(0.25rem*6)"),spacing8:t.create("--ftds-spacing-8","","SIZE","calc(0.25rem*8)"),spacing10:t.create("--ftds-spacing-10","","SIZE","calc(0.25rem*10)"),spacing12:t.create("--ftds-spacing-12","","SIZE","calc(0.25rem*12)"),spacing16:t.create("--ftds-spacing-16","","SIZE","calc(0.25rem*16)"),spacing20:t.create("--ftds-spacing-20","","SIZE","calc(0.25rem*20)"),spacing24:t.create("--ftds-spacing-24","","SIZE","calc(0.25rem*24)"),spacing28:t.create("--ftds-spacing-28","","SIZE","calc(0.25rem*28)"),spacing32:t.create("--ftds-spacing-32","","SIZE","calc(0.25rem*32)"),spacing05:t.create("--ftds-spacing-0-5","","SIZE","calc(0.25rem*0.5)"),borderRadiusS:t.create("--ftds-border-radius-s","","SIZE","4px"),borderRadiusM:t.create("--ftds-border-radius-m","","SIZE","8px"),borderRadiusL:t.create("--ftds-border-radius-l","","SIZE","12px"),borderRadiusXl:t.create("--ftds-border-radius-xl","","SIZE","16px"),borderRadiusPill:t.create("--ftds-border-radius-pill","","SIZE","999px"),borderRadiusRound:t.create("--ftds-border-radius-round","","SIZE","50%"),iconSize1:t.create("--ftds-icon-size-1","","SIZE","0.75rem"),iconSize2:t.create("--ftds-icon-size-2","","SIZE","1rem"),iconSize3:t.create("--ftds-icon-size-3","","SIZE","1.25rem"),iconSize4:t.create("--ftds-icon-size-4","","SIZE","1.5rem"),iconSize5:t.create("--ftds-icon-size-5","","SIZE","2rem"),iconSize6:t.create("--ftds-icon-size-6","","SIZE","3rem"),opacity0:t.create("--ftds-opacity-0","","NUMBER","0"),opacity8:t.create("--ftds-opacity-8","","NUMBER","0.08"),opacity12:t.create("--ftds-opacity-12","","NUMBER","0.12"),opacity16:t.create("--ftds-opacity-16","","NUMBER","0.16"),opacity24:t.create("--ftds-opacity-24","","NUMBER","0.24"),opacity32:t.create("--ftds-opacity-32","","NUMBER","0.32"),opacity40:t.create("--ftds-opacity-40","","NUMBER","0.4"),opacity48:t.create("--ftds-opacity-48","","NUMBER","0.48"),opacity80:t.create("--ftds-opacity-80","","NUMBER","0.8"),shadowElevation01:t.create("--ftds-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("--ftds-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("--ftds-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("--ftds-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("--ftds-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("--ftds-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("--ftds-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("--ftds-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("--ftds-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)")},ro={fontFamily:t.create("--ftds-typography-display-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-display-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ftds-typography-display-line-height","","SIZE","1.2"),fontSize:t.create("--ftds-typography-display-font-size","","SIZE","2.5rem"),letterSpacing:t.create("--ftds-typography-display-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ftds-typography-display-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-display-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-display-text-decoration","","UNKNOWN","none"),textCase:t.create("--ftds-typography-display-text-case","","UNKNOWN","none")},ao={fontFamily:t.create("--ftds-typography-title-1-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-title-1-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ftds-typography-title-1-line-height","","SIZE","1.2"),fontSize:t.create("--ftds-typography-title-1-font-size","","SIZE","1.5rem"),letterSpacing:t.create("--ftds-typography-title-1-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ftds-typography-title-1-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-title-1-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-title-1-text-decoration","","UNKNOWN","none"),textCase:t.create("--ftds-typography-title-1-text-case","","UNKNOWN","none")},no={fontFamily:t.create("--ftds-typography-title-2-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-title-2-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ftds-typography-title-2-line-height","","SIZE","1.2"),fontSize:t.create("--ftds-typography-title-2-font-size","","SIZE","1.25rem"),letterSpacing:t.create("--ftds-typography-title-2-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ftds-typography-title-2-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-title-2-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-title-2-text-decoration","","UNKNOWN","none"),textCase:t.create("--ftds-typography-title-2-text-case","","UNKNOWN","none")},io={fontFamily:t.create("--ftds-typography-title-3-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-title-3-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ftds-typography-title-3-line-height","","SIZE","1.2"),fontSize:t.create("--ftds-typography-title-3-font-size","","SIZE","1.125rem"),letterSpacing:t.create("--ftds-typography-title-3-letter-spacing","","SIZE","-0.01em"),paragraphSpacing:t.create("--ftds-typography-title-3-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-title-3-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-title-3-text-decoration","","UNKNOWN","none"),textCase:t.create("--ftds-typography-title-3-text-case","","UNKNOWN","none")},lo={fontFamily:t.create("--ftds-typography-body-1-regular-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-body-1-regular-font-weight","","UNKNOWN","400"),lineHeight:t.create("--ftds-typography-body-1-regular-line-height","","SIZE","1.35"),fontSize:t.create("--ftds-typography-body-1-regular-font-size","","SIZE","1rem"),letterSpacing:t.create("--ftds-typography-body-1-regular-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ftds-typography-body-1-regular-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-body-1-regular-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-body-1-regular-text-decoration","","UNKNOWN","none"),textCase:t.create("--ftds-typography-body-1-regular-text-case","","UNKNOWN","none")},co={fontFamily:t.create("--ftds-typography-body-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-body-1-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ftds-typography-body-1-medium-line-height","","SIZE","1.35"),fontSize:t.create("--ftds-typography-body-1-medium-font-size","","SIZE","1rem"),letterSpacing:t.create("--ftds-typography-body-1-medium-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ftds-typography-body-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-body-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-body-1-medium-text-decoration","","UNKNOWN","none"),textCase:t.create("--ftds-typography-body-1-medium-text-case","","UNKNOWN","none")},so={fontFamily:t.create("--ftds-typography-body-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-body-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ftds-typography-body-1-semibold-line-height","","SIZE","1.35"),fontSize:t.create("--ftds-typography-body-1-semibold-font-size","","SIZE","1rem"),letterSpacing:t.create("--ftds-typography-body-1-semibold-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ftds-typography-body-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-body-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-body-1-semibold-text-decoration","","UNKNOWN","none"),textCase:t.create("--ftds-typography-body-1-semibold-text-case","","UNKNOWN","none")},po={fontFamily:t.create("--ftds-typography-body-2-regular-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-body-2-regular-font-weight","","UNKNOWN","400"),lineHeight:t.create("--ftds-typography-body-2-regular-line-height","","SIZE","1.35"),fontSize:t.create("--ftds-typography-body-2-regular-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ftds-typography-body-2-regular-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ftds-typography-body-2-regular-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-body-2-regular-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-body-2-regular-text-decoration","","UNKNOWN","none"),textCase:t.create("--ftds-typography-body-2-regular-text-case","","UNKNOWN","none")},fo={fontFamily:t.create("--ftds-typography-body-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-body-2-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ftds-typography-body-2-medium-line-height","","SIZE","1.35"),fontSize:t.create("--ftds-typography-body-2-medium-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ftds-typography-body-2-medium-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ftds-typography-body-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-body-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-body-2-medium-text-decoration","","UNKNOWN","none"),textCase:t.create("--ftds-typography-body-2-medium-text-case","","UNKNOWN","none")},Nn={fontFamily:t.create("--ftds-typography-body-2-medium-underline-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-body-2-medium-underline-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ftds-typography-body-2-medium-underline-line-height","","SIZE","1.35"),fontSize:t.create("--ftds-typography-body-2-medium-underline-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ftds-typography-body-2-medium-underline-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ftds-typography-body-2-medium-underline-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-body-2-medium-underline-paragraph-indent","","UNKNOWN","0"),textCase:t.create("--ftds-typography-body-2-medium-underline-text-case","","UNKNOWN","none"),textDecoration:t.create("--ftds-typography-body-2-medium-underline-text-decoration","","UNKNOWN","underline")},yo={fontFamily:t.create("--ftds-typography-body-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-body-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ftds-typography-body-2-semibold-line-height","","SIZE","1.35"),fontSize:t.create("--ftds-typography-body-2-semibold-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ftds-typography-body-2-semibold-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ftds-typography-body-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-body-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-body-2-semibold-text-decoration","","UNKNOWN","none"),textCase:t.create("--ftds-typography-body-2-semibold-text-case","","UNKNOWN","none")},uo={fontFamily:t.create("--ftds-typography-label-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-label-1-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ftds-typography-label-1-medium-line-height","","SIZE","110%"),fontSize:t.create("--ftds-typography-label-1-medium-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ftds-typography-label-1-medium-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ftds-typography-label-1-medium-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ftds-typography-label-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-label-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-label-1-medium-text-decoration","","UNKNOWN","none")},go={fontFamily:t.create("--ftds-typography-label-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-label-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ftds-typography-label-1-semibold-line-height","","SIZE","110%"),fontSize:t.create("--ftds-typography-label-1-semibold-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ftds-typography-label-1-semibold-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ftds-typography-label-1-semibold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ftds-typography-label-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-label-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-label-1-semibold-text-decoration","","UNKNOWN","none")},ho={fontFamily:t.create("--ftds-typography-label-1-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-label-1-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ftds-typography-label-1-bold-line-height","","SIZE","110%"),fontSize:t.create("--ftds-typography-label-1-bold-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ftds-typography-label-1-bold-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ftds-typography-label-1-bold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ftds-typography-label-1-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-label-1-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-label-1-bold-text-decoration","","UNKNOWN","none")},mo={fontFamily:t.create("--ftds-typography-label-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-label-2-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ftds-typography-label-2-medium-line-height","","SIZE","110%"),fontSize:t.create("--ftds-typography-label-2-medium-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ftds-typography-label-2-medium-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ftds-typography-label-2-medium-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ftds-typography-label-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-label-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-label-2-medium-text-decoration","","UNKNOWN","none")},bo={fontFamily:t.create("--ftds-typography-label-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-label-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ftds-typography-label-2-semibold-line-height","","SIZE","110%"),fontSize:t.create("--ftds-typography-label-2-semibold-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ftds-typography-label-2-semibold-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ftds-typography-label-2-semibold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ftds-typography-label-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-label-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-label-2-semibold-text-decoration","","UNKNOWN","none")},xo={fontFamily:t.create("--ftds-typography-label-2-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-label-2-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ftds-typography-label-2-bold-line-height","","SIZE","110%"),fontSize:t.create("--ftds-typography-label-2-bold-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ftds-typography-label-2-bold-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ftds-typography-label-2-bold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ftds-typography-label-2-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-label-2-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-label-2-bold-text-decoration","","UNKNOWN","none")},Co={fontFamily:t.create("--ftds-typography-caption-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-caption-1-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ftds-typography-caption-1-medium-line-height","","SIZE","1.3"),fontSize:t.create("--ftds-typography-caption-1-medium-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ftds-typography-caption-1-medium-letter-spacing","","SIZE","normal"),textCase:t.create("--ftds-typography-caption-1-medium-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ftds-typography-caption-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-caption-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-caption-1-medium-text-decoration","","UNKNOWN","none")},So={fontFamily:t.create("--ftds-typography-caption-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-caption-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ftds-typography-caption-1-semibold-line-height","","SIZE","1.3"),fontSize:t.create("--ftds-typography-caption-1-semibold-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ftds-typography-caption-1-semibold-letter-spacing","","SIZE","normal"),textCase:t.create("--ftds-typography-caption-1-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ftds-typography-caption-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-caption-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-caption-1-semibold-text-decoration","","UNKNOWN","none")},Oo={fontFamily:t.create("--ftds-typography-caption-1-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-caption-1-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ftds-typography-caption-1-bold-line-height","","SIZE","1.3"),fontSize:t.create("--ftds-typography-caption-1-bold-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ftds-typography-caption-1-bold-letter-spacing","","SIZE","normal"),textCase:t.create("--ftds-typography-caption-1-bold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ftds-typography-caption-1-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-caption-1-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-caption-1-bold-text-decoration","","UNKNOWN","none")},vo={fontFamily:t.create("--ftds-typography-caption-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-caption-2-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ftds-typography-caption-2-medium-line-height","","SIZE","1.3"),fontSize:t.create("--ftds-typography-caption-2-medium-font-size","","SIZE","0.6875rem"),letterSpacing:t.create("--ftds-typography-caption-2-medium-letter-spacing","","SIZE","normal"),textCase:t.create("--ftds-typography-caption-2-medium-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ftds-typography-caption-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-caption-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-caption-2-medium-text-decoration","","UNKNOWN","none")},wo={fontFamily:t.create("--ftds-typography-caption-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-caption-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ftds-typography-caption-2-semibold-line-height","","SIZE","1.3"),fontSize:t.create("--ftds-typography-caption-2-semibold-font-size","","SIZE","0.6875rem"),letterSpacing:t.create("--ftds-typography-caption-2-semibold-letter-spacing","","SIZE","normal"),textCase:t.create("--ftds-typography-caption-2-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ftds-typography-caption-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-caption-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-caption-2-semibold-text-decoration","","UNKNOWN","none")},Eo={fontFamily:t.create("--ftds-typography-caption-2-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-caption-2-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ftds-typography-caption-2-bold-line-height","","SIZE","1.3"),fontSize:t.create("--ftds-typography-caption-2-bold-font-size","","SIZE","0.6875rem"),letterSpacing:t.create("--ftds-typography-caption-2-bold-letter-spacing","","SIZE","normal"),textCase:t.create("--ftds-typography-caption-2-bold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ftds-typography-caption-2-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-caption-2-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-caption-2-bold-text-decoration","","UNKNOWN","none")},No={fontFamily:t.create("--ftds-typography-caption-3-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-caption-3-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ftds-typography-caption-3-medium-line-height","","SIZE","1.3"),fontSize:t.create("--ftds-typography-caption-3-medium-font-size","","SIZE","0.625rem"),letterSpacing:t.create("--ftds-typography-caption-3-medium-letter-spacing","","SIZE","normal"),textCase:t.create("--ftds-typography-caption-3-medium-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ftds-typography-caption-3-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-caption-3-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-caption-3-medium-text-decoration","","UNKNOWN","none")},Lo={fontFamily:t.create("--ftds-typography-caption-3-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-caption-3-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ftds-typography-caption-3-semibold-line-height","","SIZE","1.3"),fontSize:t.create("--ftds-typography-caption-3-semibold-font-size","","SIZE","0.625rem"),letterSpacing:t.create("--ftds-typography-caption-3-semibold-letter-spacing","","SIZE","normal"),textCase:t.create("--ftds-typography-caption-3-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ftds-typography-caption-3-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-caption-3-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-caption-3-semibold-text-decoration","","UNKNOWN","none")},Ro={fontFamily:t.create("--ftds-typography-caption-3-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ftds-typography-caption-3-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ftds-typography-caption-3-bold-line-height","","SIZE","1.3"),fontSize:t.create("--ftds-typography-caption-3-bold-font-size","","SIZE","0.625rem"),letterSpacing:t.create("--ftds-typography-caption-3-bold-letter-spacing","","SIZE","normal"),textCase:t.create("--ftds-typography-caption-3-bold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ftds-typography-caption-3-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ftds-typography-caption-3-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ftds-typography-caption-3-bold-text-decoration","","UNKNOWN","none")},Ut={display:ro,"title-1":ao,"title-2":no,"title-3":io,"body-1-regular":lo,"body-1-medium":co,"body-1-semibold":so,"body-2-regular":po,"body-2-medium":fo,"body-2-medium-underline":Nn,"body-2-semibold":yo,"label-1-medium":uo,"label-1-semibold":go,"label-1-bold":ho,"label-2-medium":mo,"label-2-semibold":bo,"label-2-bold":xo,"caption-1-medium":Co,"caption-1-semibold":So,"caption-1-bold":Oo,"caption-2-medium":vo,"caption-2-semibold":wo,"caption-2-bold":Eo,"caption-3-medium":No,"caption-3-semibold":Lo,"caption-3-bold":Ro};var n={backgroundActionPrimary:t.extend("--ftds-background-action-primary","Used as backgorund of primary action components.",r.colorBrand0),backgroundErrorSubtle:t.extend("--ftds-background-error-subtle","Used as background of subtle error components.",r.colorRed10),backgroundInfoSubtle:t.extend("--ftds-background-info-subtle","Used as background of subtle information components.",r.colorCyan10),backgroundWarningSubtle:t.extend("--ftds-background-warning-subtle","Used as background of subtle information components.",r.colorOrange10),backgroundSuccessSubtle:t.extend("--ftds-background-success-subtle","Used as background of subtle success components.",r.colorGreen10),backgroundGlobalSurface:t.extend("--ftds-background-global-surface","Used as app background.",r.colorWhite),backgroundGlobalOnSurface:t.extend("--ftds-background-global-on-surface","Used as background on element on the base background, like cards.",r.colorGray10),backgroundGlobalOnSurfaceDark:t.extend("--ftds-background-global-on-surface-dark","Used as background on element that need background separation.",r.colorGray30),contentActionPrimary:t.extend("--ftds-content-action-primary","Used on label of primary action on light surface.",r.colorBrand0),contentWarningPrimary:t.extend("--ftds-content-warning-primary","Used on label of warning messages on light surface.",r.colorOrange200),contentWarningIconOnly:t.extend("--ftds-content-warning-icon-only","Used on warning status icons alone",r.colorOrange0),contentErrorPrimary:t.extend("--ftds-content-error-primary","Used on label of error messages on light surface.",r.colorRed0),contentErrorIconOnly:t.extend("--ftds-content-error-icon-only","Used on error status icons alone",r.colorRed70),contentInfoPrimary:t.extend("--ftds-content-info-primary","Used on label of information messages on light surface.",r.colorCyan200),contentInfoIconOnly:t.extend("--ftds-content-info-icon-only","Used on info status icons alone",r.colorCyan0),contentSuccessPrimary:t.extend("--ftds-content-success-primary","Used on label of success messages on light surface.",r.colorGreen200),contentSuccessIconOnly:t.extend("--ftds-content-success-icon-only","Used on success status icons alone",r.colorGreen0),contentGlobalPrimary:t.extend("--ftds-content-global-primary","Used for main content on the page.",r.colorGray500),contentGlobalSecondary:t.extend("--ftds-content-global-secondary",`Used for secondary content, often paired with primary content.
129
+ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",r.colorGray0),contentGlobalOnColor:t.extend("--ftds-content-global-on-color","Used for content on a dominant color.",r.colorWhite),borderActionPrimary:t.extend("--ftds-border-action-primary","Used as border for primary action components.",r.colorBrand0),borderActionFocusRing:t.extend("--ftds-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",r.colorCyan0),borderWarningPrimary:t.extend("--ftds-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",r.colorOrange200),borderWarningSubtle:t.extend("--ftds-border-warning-subtle","Used as border for warning components.",r.colorOrange30),borderSuccessPrimary:t.extend("--ftds-border-success-primary","Used as border for success buttons.",r.colorGreen200),borderSuccessSubtle:t.extend("--ftds-border-success-subtle","Used as border for success components.",r.colorGreen30),borderErrorPrimary:t.extend("--ftds-border-error-primary","Used as border for text fields in error states.",r.colorRed0),borderErrorSubtle:t.extend("--ftds-border-error-subtle","Used as border for error components.",r.colorRed30),borderInfoPrimary:t.extend("--ftds-border-info-primary","Used as border for buttons in info color.",r.colorCyan200),borderInfoSubtle:t.extend("--ftds-border-info-subtle","Used as border for information components.",r.colorCyan30),borderGlobalPrimary:t.extend("--ftds-border-global-primary","Used as border for element like input.",r.colorGray50),borderGlobalSubtle:t.extend("--ftds-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",r.colorGray30),borderInputPrimary:t.extend("--ftds-border-input-primary","Used as border for checkboxes and radio buttons",r.colorGray80),borderNeutralPrimary:t.extend("--ftds-border-neutral-primary","Used as border for neutral secondary buttons",r.colorGray200)};var d={largeHeight:t.create("--ftds-button-large-height","","SIZE","40px"),largeHorizontalPadding:t.extend("--ftds-button-large-horizontal-padding","",r.spacing4),largeGap:t.extend("--ftds-button-large-gap","",r.spacing2),largeBorderRadius:t.extend("--ftds-button-large-border-radius","",r.borderRadiusS),largeIconSize:t.extend("--ftds-button-large-icon-size","",r.iconSize3),largeBorderWidth:t.create("--ftds-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:t.create("--ftds-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ftds-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:t.create("--ftds-button-large-icon-only-width","","SIZE","40px"),mediumHeight:t.create("--ftds-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:t.extend("--ftds-button-medium-horizontal-padding","",r.spacing3),mediumGap:t.extend("--ftds-button-medium-gap","",r.spacing2),mediumBorderRadius:t.extend("--ftds-button-medium-border-radius","",r.borderRadiusS),mediumIconSize:t.extend("--ftds-button-medium-icon-size","",r.iconSize2),mediumBorderWidth:t.create("--ftds-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:t.create("--ftds-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:t.create("--ftds-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:t.create("--ftds-button-medium-icon-only-width","","SIZE","30px"),smallHeight:t.create("--ftds-button-small-height","","SIZE","20px"),smallHorizontalPadding:t.extend("--ftds-button-small-horizontal-padding","",r.spacing2),smallGap:t.extend("--ftds-button-small-gap","",r.spacing1),smallBorderRadius:t.extend("--ftds-button-small-border-radius","",r.borderRadiusS),smallIconSize:t.extend("--ftds-button-small-icon-size","",r.iconSize1),smallBorderWidth:t.create("--ftds-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:t.create("--ftds-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ftds-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:t.create("--ftds-button-small-icon-only-width","","SIZE","20px"),xSmallHeight:t.create("--ftds-button-x-small-height","","SIZE","16px"),xSmallIconSize:t.extend("--ftds-button-x-small-icon-size","",r.iconSize1),xSmallFocusOutlineOffset:t.create("--ftds-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:t.create("--ftds-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:t.create("--ftds-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:t.extend("--ftds-button-round-border-radius","",r.borderRadiusPill),primaryBrandBackgroundColor:t.extend("--ftds-button-primary-brand-background-color","",n.backgroundActionPrimary),primaryBrandColor:t.extend("--ftds-button-primary-brand-color","",n.contentGlobalOnColor),primaryBrandIconColor:t.extend("--ftds-button-primary-brand-icon-color","",n.contentGlobalOnColor),primaryBrandStateLayerColor:t.extend("--ftds-button-primary-brand-state-layer-color","",n.contentGlobalOnColor),primaryBrandHoverStateLayerOpacity:t.extend("--ftds-button-primary-brand-hover-state-layer-opacity","",r.opacity16),primaryBrandFocusStateLayerOpacity:t.extend("--ftds-button-primary-brand-focus-state-layer-opacity","",r.opacity16),primaryBrandActiveStateLayerOpacity:t.extend("--ftds-button-primary-brand-active-state-layer-opacity","",r.opacity24),primaryBrandDisabledComponentOpacity:t.extend("--ftds-button-primary-brand-disabled-component-opacity","",r.opacity40),focusFocusRingColor:t.extend("--ftds-button-focus-focus-ring-color","",n.borderActionFocusRing),tertiaryBrandBackgroundColor:t.create("--ftds-button-tertiary-brand-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryBrandColor:t.extend("--ftds-button-tertiary-brand-color","",n.contentActionPrimary),tertiaryBrandIconColor:t.extend("--ftds-button-tertiary-brand-icon-color","",n.contentActionPrimary),tertiaryBrandStateLayerColor:t.extend("--ftds-button-tertiary-brand-state-layer-color","",n.contentActionPrimary),tertiaryBrandHoverStateLayerOpacity:t.extend("--ftds-button-tertiary-brand-hover-state-layer-opacity","",r.opacity8),tertiaryBrandFocusStateLayerOpacity:t.extend("--ftds-button-tertiary-brand-focus-state-layer-opacity","",r.opacity8),tertiaryBrandActiveStateLayerOpacity:t.extend("--ftds-button-tertiary-brand-active-state-layer-opacity","",r.opacity16),tertiaryBrandDisabledComponentOpacity:t.extend("--ftds-button-tertiary-brand-disabled-component-opacity","",r.opacity40),tertiaryInfoBackgroundColor:t.create("--ftds-button-tertiary-info-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryInfoColor:t.extend("--ftds-button-tertiary-info-color","",n.contentInfoPrimary),tertiaryInfoIconColor:t.extend("--ftds-button-tertiary-info-icon-color","",n.contentInfoPrimary),tertiaryInfoStateLayerColor:t.extend("--ftds-button-tertiary-info-state-layer-color","",n.contentInfoPrimary),tertiaryInfoFocusStateLayerOpacity:t.extend("--ftds-button-tertiary-info-focus-state-layer-opacity","",r.opacity8),tertiaryInfoHoverStateLayerOpacity:t.extend("--ftds-button-tertiary-info-hover-state-layer-opacity","",r.opacity8),tertiaryInfoActiveStateLayerOpacity:t.extend("--ftds-button-tertiary-info-active-state-layer-opacity","",r.opacity16),tertiaryInfoDisabledComponentOpacity:t.extend("--ftds-button-tertiary-info-disabled-component-opacity","",r.opacity40),tertiarySuccessBackgroundColor:t.create("--ftds-button-tertiary-success-background-color","","COLOR","rgba(0,0,0,0)"),tertiarySuccessColor:t.extend("--ftds-button-tertiary-success-color","",n.contentSuccessPrimary),tertiarySuccessIconColor:t.extend("--ftds-button-tertiary-success-icon-color","",n.contentSuccessPrimary),tertiarySuccessStateLayerColor:t.extend("--ftds-button-tertiary-success-state-layer-color","",n.contentSuccessPrimary),tertiarySuccessHoverStateLayerOpacity:t.extend("--ftds-button-tertiary-success-hover-state-layer-opacity","",r.opacity8),tertiarySuccessFocusStateLayerOpacity:t.extend("--ftds-button-tertiary-success-focus-state-layer-opacity","",r.opacity8),tertiarySuccessActiveStateLayerOpacity:t.extend("--ftds-button-tertiary-success-active-state-layer-opacity","",r.opacity16),tertiarySuccessDisabledComponentOpacity:t.extend("--ftds-button-tertiary-success-disabled-component-opacity","",r.opacity40),tertiaryWarningBackgroundColor:t.create("--ftds-button-tertiary-warning-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryWarningColor:t.extend("--ftds-button-tertiary-warning-color","",n.contentWarningPrimary),tertiaryWarningIconColor:t.extend("--ftds-button-tertiary-warning-icon-color","",n.contentWarningPrimary),tertiaryWarningStateLayerColor:t.extend("--ftds-button-tertiary-warning-state-layer-color","",n.contentWarningPrimary),tertiaryWarningHoverStateLayerOpacity:t.extend("--ftds-button-tertiary-warning-hover-state-layer-opacity","",r.opacity8),tertiaryWarningFocusStateLayerOpacity:t.extend("--ftds-button-tertiary-warning-focus-state-layer-opacity","",r.opacity8),tertiaryWarningActiveStateLayerOpacity:t.extend("--ftds-button-tertiary-warning-active-state-layer-opacity","",r.opacity16),tertiaryWarningDisabledComponentOpacity:t.extend("--ftds-button-tertiary-warning-disabled-component-opacity","",r.opacity40),tertiaryErrorBackgroundColor:t.create("--ftds-button-tertiary-error-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryErrorColor:t.extend("--ftds-button-tertiary-error-color","",n.contentErrorPrimary),tertiaryErrorIconColor:t.extend("--ftds-button-tertiary-error-icon-color","",n.contentErrorPrimary),tertiaryErrorStateLayerColor:t.extend("--ftds-button-tertiary-error-state-layer-color","",n.contentErrorPrimary),tertiaryErrorHoverStateLayerOpacity:t.extend("--ftds-button-tertiary-error-hover-state-layer-opacity","",r.opacity8),tertiaryErrorFocusStateLayerOpacity:t.extend("--ftds-button-tertiary-error-focus-state-layer-opacity","",r.opacity8),tertiaryErrorActiveStateLayerOpacity:t.extend("--ftds-button-tertiary-error-active-state-layer-opacity","",r.opacity16),tertiaryErrorDisabledComponentOpacity:t.extend("--ftds-button-tertiary-error-disabled-component-opacity","",r.opacity40),tertiaryNeutralBackgroundColor:t.create("--ftds-button-tertiary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryNeutralIconColor:t.extend("--ftds-button-tertiary-neutral-icon-color","",n.contentGlobalSecondary),tertiaryNeutralColor:t.extend("--ftds-button-tertiary-neutral-color","",n.contentGlobalSecondary),tertiaryNeutralStateLayerColor:t.extend("--ftds-button-tertiary-neutral-state-layer-color","",n.contentGlobalSecondary),tertiaryNeutralHoverStateLayerOpacity:t.extend("--ftds-button-tertiary-neutral-hover-state-layer-opacity","",r.opacity8),tertiaryNeutralFocusStateLayerOpacity:t.extend("--ftds-button-tertiary-neutral-focus-state-layer-opacity","",r.opacity8),tertiaryNeutralActiveStateLayerOpacity:t.extend("--ftds-button-tertiary-neutral-active-state-layer-opacity","",r.opacity16),tertiaryNeutralDisabledComponentOpacity:t.extend("--ftds-button-tertiary-neutral-disabled-component-opacity","",r.opacity40),secondaryBrandBackgroundColor:t.create("--ftds-button-secondary-brand-background-color","","COLOR","rgba(0,0,0,0)"),secondaryBrandColor:t.extend("--ftds-button-secondary-brand-color","",n.contentActionPrimary),secondaryBrandIconColor:t.extend("--ftds-button-secondary-brand-icon-color","",n.contentActionPrimary),secondaryBrandStateLayerColor:t.extend("--ftds-button-secondary-brand-state-layer-color","",n.contentActionPrimary),secondaryBrandHoverStateLayerOpacity:t.extend("--ftds-button-secondary-brand-hover-state-layer-opacity","",r.opacity8),secondaryBrandFocusStateLayerOpacity:t.extend("--ftds-button-secondary-brand-focus-state-layer-opacity","",r.opacity8),secondaryBrandActiveStateLayerOpacity:t.extend("--ftds-button-secondary-brand-active-state-layer-opacity","",r.opacity16),secondaryBrandDisabledComponentOpacity:t.extend("--ftds-button-secondary-brand-disabled-component-opacity","",r.opacity40),secondaryBrandBorderColor:t.extend("--ftds-button-secondary-brand-border-color","",n.borderActionPrimary),secondaryNeutralHoverStateLayerOpacity:t.extend("--ftds-button-secondary-neutral-hover-state-layer-opacity","",r.opacity8),secondaryNeutralFocusStateLayerOpacity:t.extend("--ftds-button-secondary-neutral-focus-state-layer-opacity","",r.opacity8),secondaryNeutralActiveStateLayerOpacity:t.extend("--ftds-button-secondary-neutral-active-state-layer-opacity","",r.opacity16),secondaryNeutralDisabledComponentOpacity:t.extend("--ftds-button-secondary-neutral-disabled-component-opacity","",r.opacity40),secondaryNeutralBackgroundColor:t.create("--ftds-button-secondary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),secondaryNeutralColor:t.extend("--ftds-button-secondary-neutral-color","",n.contentGlobalSecondary),secondaryNeutralIconColor:t.extend("--ftds-button-secondary-neutral-icon-color","",n.contentGlobalSecondary),secondaryNeutralStateLayerColor:t.extend("--ftds-button-secondary-neutral-state-layer-color","",n.contentGlobalSecondary),secondaryNeutralBorderColor:t.extend("--ftds-button-secondary-neutral-border-color","",n.borderNeutralPrimary),secondaryInfoHoverStateLayerOpacity:t.extend("--ftds-button-secondary-info-hover-state-layer-opacity","",r.opacity8),secondaryInfoFocusStateLayerOpacity:t.extend("--ftds-button-secondary-info-focus-state-layer-opacity","",r.opacity8),secondaryInfoActiveStateLayerOpacity:t.extend("--ftds-button-secondary-info-active-state-layer-opacity","",r.opacity16),secondaryInfoDisabledComponentOpacity:t.extend("--ftds-button-secondary-info-disabled-component-opacity","",r.opacity40),secondaryInfoBackgroundColor:t.create("--ftds-button-secondary-info-background-color","","COLOR","rgba(0,0,0,0)"),secondaryInfoBorderColor:t.extend("--ftds-button-secondary-info-border-color","",n.borderInfoPrimary),secondaryInfoColor:t.extend("--ftds-button-secondary-info-color","",n.contentInfoPrimary),secondaryInfoIconColor:t.extend("--ftds-button-secondary-info-icon-color","",n.contentInfoPrimary),secondaryInfoStateLayerColor:t.extend("--ftds-button-secondary-info-state-layer-color","",n.contentInfoPrimary),secondarySuccessHoverStateLayerOpacity:t.extend("--ftds-button-secondary-success-hover-state-layer-opacity","",r.opacity8),secondarySuccessFocusStateLayerOpacity:t.extend("--ftds-button-secondary-success-focus-state-layer-opacity","",r.opacity8),secondarySuccessActiveStateLayerOpacity:t.extend("--ftds-button-secondary-success-active-state-layer-opacity","",r.opacity16),secondarySuccessDisabledComponentOpacity:t.extend("--ftds-button-secondary-success-disabled-component-opacity","",r.opacity40),secondarySuccessBackgroundColor:t.create("--ftds-button-secondary-success-background-color","","COLOR","rgba(0,0,0,0)"),secondarySuccessBorderColor:t.extend("--ftds-button-secondary-success-border-color","",n.borderSuccessPrimary),secondarySuccessColor:t.extend("--ftds-button-secondary-success-color","",n.contentSuccessPrimary),secondarySuccessIconColor:t.extend("--ftds-button-secondary-success-icon-color","",n.contentSuccessPrimary),secondarySuccessStateLayerColor:t.extend("--ftds-button-secondary-success-state-layer-color","",n.contentSuccessPrimary),secondaryWarningHoverStateLayerOpacity:t.extend("--ftds-button-secondary-warning-hover-state-layer-opacity","",r.opacity8),secondaryWarningFocusStateLayerOpacity:t.extend("--ftds-button-secondary-warning-focus-state-layer-opacity","",r.opacity8),secondaryWarningActiveStateLayerOpacity:t.extend("--ftds-button-secondary-warning-active-state-layer-opacity","",r.opacity16),secondaryWarningDisabledComponentOpacity:t.extend("--ftds-button-secondary-warning-disabled-component-opacity","",r.opacity40),secondaryWarningBackgroundColor:t.create("--ftds-button-secondary-warning-background-color","","COLOR","rgba(0,0,0,0)"),secondaryWarningBorderColor:t.extend("--ftds-button-secondary-warning-border-color","",n.borderWarningPrimary),secondaryWarningColor:t.extend("--ftds-button-secondary-warning-color","",n.contentWarningPrimary),secondaryWarningIconColor:t.extend("--ftds-button-secondary-warning-icon-color","",n.contentWarningPrimary),secondaryWarningStateLayerColor:t.extend("--ftds-button-secondary-warning-state-layer-color","",n.contentWarningPrimary),secondaryErrorHoverStateLayerOpacity:t.extend("--ftds-button-secondary-error-hover-state-layer-opacity","",r.opacity8),secondaryErrorFocusStateLayerOpacity:t.extend("--ftds-button-secondary-error-focus-state-layer-opacity","",r.opacity8),secondaryErrorActiveStateLayerOpacity:t.extend("--ftds-button-secondary-error-active-state-layer-opacity","",r.opacity16),secondaryErrorDisabledComponentOpacity:t.extend("--ftds-button-secondary-error-disabled-component-opacity","",r.opacity40),secondaryErrorBackgroundColor:t.create("--ftds-button-secondary-error-background-color","","COLOR","rgba(0,0,0,0)"),secondaryErrorBorderColor:t.extend("--ftds-button-secondary-error-border-color","",n.contentErrorPrimary),secondaryErrorColor:t.extend("--ftds-button-secondary-error-color","",n.contentErrorPrimary),secondaryErrorIconColor:t.extend("--ftds-button-secondary-error-icon-color","",n.contentErrorPrimary),secondaryErrorStateLayerColor:t.extend("--ftds-button-secondary-error-state-layer-color","",n.contentErrorPrimary)};var Oi={loadMoreIconSize:t.extend("--ftds-tree-list-load-more-icon-size","",r.iconSize2),loadMorePaddingLeft:t.extend("--ftds-tree-list-load-more-padding-left","",r.spacing6),loadMoreUnselectedDefaultBorderColor:t.extend("--ftds-tree-list-load-more-unselected-default-border-color","",n.borderGlobalSubtle),loadMoreIconColor:t.extend("--ftds-tree-list-load-more-icon-color","",n.contentActionPrimary),loadMoreLabelColor:t.extend("--ftds-tree-list-load-more-label-color","",n.contentActionPrimary),loadMoreHoverBorderColor:t.extend("--ftds-tree-list-load-more-hover-border-color","",r.colorBrand20),loadMoreHoverBackgroundColor:t.create("--ftds-tree-list-load-more-hover-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreActiveBorderColor:t.extend("--ftds-tree-list-load-more-active-border-color","",r.colorBrand20),loadMoreActiveBackgroundColor:t.create("--ftds-tree-list-load-more-active-background-color","","COLOR","rgba(157,32,123,0.16)"),loadMoreFocusBackgroundColor:t.create("--ftds-tree-list-load-more-focus-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreDescendantOfSelectedDefaultBackgroundColor:t.create("--ftds-tree-list-load-more-descendant-of-selected-default-background-color","","COLOR","rgba(113,113,142,0.08)"),loadMoreDescendantOfSelectedDefaultBorderColor:t.extend("--ftds-tree-list-load-more-descendant-of-selected-default-border-color","",n.borderGlobalPrimary),loadMoreLabelMarginLeft:t.extend("--ftds-tree-list-load-more-label-margin-left","",r.spacing1),nodeIconSize:t.extend("--ftds-tree-list-node-icon-size","",r.iconSize2),nodeHeight:t.create("--ftds-tree-list-node-height","","SIZE","36px"),nodeParentLabelMarginLeft:t.extend("--ftds-tree-list-node-parent-label-margin-left","",r.spacing2),nodeParentLabelMarginRight:t.extend("--ftds-tree-list-node-parent-label-margin-right","",r.spacing2),nodeRootPaddingLeft:t.extend("--ftds-tree-list-node-root-padding-left","",r.spacing3),nodeChildPaddingLeft:t.extend("--ftds-tree-list-node-child-padding-left","",r.spacing5),nodeLeafPaddingLeft:t.extend("--ftds-tree-list-node-leaf-padding-left","",r.spacing6),nodeUnselectedDefaultBorderColor:t.extend("--ftds-tree-list-node-unselected-default-border-color","",n.borderGlobalSubtle),nodeUnselectedIconColor:t.extend("--ftds-tree-list-node-unselected-icon-color","",n.contentGlobalSecondary),nodeUnselectedLabelColor:t.extend("--ftds-tree-list-node-unselected-label-color","",n.contentGlobalSecondary),nodeUnselectedCounterColor:t.extend("--ftds-tree-list-node-unselected-counter-color","",n.contentGlobalSecondary),nodeHoverBorderColor:t.extend("--ftds-tree-list-node-hover-border-color","",n.borderActionPrimary),nodeFocusFocusRingColor:t.extend("--ftds-tree-list-node-focus-focus-ring-color","",n.borderActionFocusRing),nodeFocusOutlineWidth:t.create("--ftds-tree-list-node-focus-outline-width","","SIZE","2px"),nodeSelectedDefaultBorderColor:t.extend("--ftds-tree-list-node-selected-default-border-color","",n.borderGlobalPrimary),nodeSelectedIconColor:t.extend("--ftds-tree-list-node-selected-icon-color","",n.contentGlobalSecondary),nodeSelectedLabelColor:t.extend("--ftds-tree-list-node-selected-label-color","",n.contentGlobalPrimary),nodeSelectedCounterColor:t.extend("--ftds-tree-list-node-selected-counter-color","",n.contentGlobalSecondary),nodeSelectedBackgroundColor:t.create("--ftds-tree-list-node-selected-background-color","","COLOR","rgba(113,113,142,0.24)"),nodeDescendantOfSelectedDefaultBorderColor:t.extend("--ftds-tree-list-node-descendant-of-selected-default-border-color","",n.borderGlobalPrimary),nodeDescendantOfSelectedIconColor:t.extend("--ftds-tree-list-node-descendant-of-selected-icon-color","",n.contentGlobalSecondary),nodeDescendantOfSelectedLabelColor:t.extend("--ftds-tree-list-node-descendant-of-selected-label-color","",n.contentGlobalSecondary),nodeDescendantOfSelectedCounterColor:t.extend("--ftds-tree-list-node-descendant-of-selected-counter-color","",n.contentGlobalSecondary),nodeDescendantOfSelectedBackgroundColor:t.create("--ftds-tree-list-node-descendant-of-selected-background-color","","COLOR","rgba(113,113,142,0.08)"),nodeBorderWidth:t.create("--ftds-tree-list-node-border-width","","SIZE","1px"),headerSectionPaddingLeft:t.extend("--ftds-tree-list-header-section-padding-left","",r.spacing3),headerSectionPaddingRight:t.extend("--ftds-tree-list-header-section-padding-right","",r.spacing3),headerSectionHorizontalGap:t.extend("--ftds-tree-list-header-section-horizontal-gap","",r.spacing2),headerSectionMarginBottom:t.extend("--ftds-tree-list-header-section-margin-bottom","",r.spacing2),headerSectionColor:t.extend("--ftds-tree-list-header-section-color","",n.contentGlobalPrimary),headerSectionCounterColor:t.extend("--ftds-tree-list-header-section-counter-color","",n.contentGlobalSecondary),listContainerBorderWidth:t.create("--ftds-tree-list-list-container-border-width","","SIZE","1px"),listContainerBackgroundColor:t.extend("--ftds-tree-list-list-container-background-color","",n.backgroundGlobalSurface),listContainerBorderColor:t.extend("--ftds-tree-list-list-container-border-color","",n.borderGlobalSubtle),emptyStateIllustrationWidth:t.create("--ftds-tree-list-empty-state-illustration-width","","SIZE","192px"),emptyStateIllustrationHeight:t.create("--ftds-tree-list-empty-state-illustration-height","","SIZE","192px"),emptyStateIllustrationMarginBottom:t.extend("--ftds-tree-list-empty-state-illustration-margin-bottom","",r.spacing10),emptyStateContainerPaddingTop:t.extend("--ftds-tree-list-empty-state-container-padding-top","",r.spacing10),emptyStateContainerPaddingBottom:t.extend("--ftds-tree-list-empty-state-container-padding-bottom","",r.spacing10),emptyStateTitleMarginBottom:t.extend("--ftds-tree-list-empty-state-title-margin-bottom","",r.spacing2),emptyStateTitleLabelColor:t.extend("--ftds-tree-list-empty-state-title-label-color","",n.contentGlobalSecondary),emptyStateDescriptionLabelColor:t.extend("--ftds-tree-list-empty-state-description-label-color","",n.contentGlobalSecondary)};var Li={iconSize:t.extend("--ftds-checkbox-icon-size","",r.iconSize2),boxSize:t.create("--ftds-checkbox-box-size","","SIZE","18px"),colorLegendSize:t.create("--ftds-checkbox-color-legend-size","","SIZE","16px"),borderRadius:t.create("--ftds-checkbox-border-radius","","SIZE","1px"),color:t.extend("--ftds-checkbox-color","",n.contentGlobalPrimary),checkedBackgroundColor:t.extend("--ftds-checkbox-checked-background-color","",n.contentActionPrimary),checkedStateLayerColor:t.extend("--ftds-checkbox-checked-state-layer-color","",n.contentActionPrimary),checkedIconColor:t.extend("--ftds-checkbox-checked-icon-color","",n.contentGlobalOnColor),checkedHoverStateLayerOpacity:t.extend("--ftds-checkbox-checked-hover-state-layer-opacity","",r.opacity16),checkedFocusStateLayerOpacity:t.extend("--ftds-checkbox-checked-focus-state-layer-opacity","",r.opacity16),checkedActiveStateLayerOpacity:t.extend("--ftds-checkbox-checked-active-state-layer-opacity","",r.opacity24),checkedDisabledComponentOpacity:t.extend("--ftds-checkbox-checked-disabled-component-opacity","",r.opacity40),uncheckedBorderColor:t.extend("--ftds-checkbox-unchecked-border-color","",r.colorGray80),uncheckedStateLayerColor:t.extend("--ftds-checkbox-unchecked-state-layer-color","",r.colorGray80),uncheckedHoverStateLayerOpacity:t.extend("--ftds-checkbox-unchecked-hover-state-layer-opacity","",r.opacity16),uncheckedFocusStateLayerOpacity:t.extend("--ftds-checkbox-unchecked-focus-state-layer-opacity","",r.opacity16),uncheckedActiveStateLayerOpacity:t.extend("--ftds-checkbox-unchecked-active-state-layer-opacity","",r.opacity24),uncheckedDisabledComponentOpacity:t.extend("--ftds-checkbox-unchecked-disabled-component-opacity","",r.opacity40),focusFocusRingColor:t.extend("--ftds-checkbox-focus-focus-ring-color","",n.borderActionFocusRing),focusOutlineOffset:t.create("--ftds-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ftds-checkbox-focus-outline-width","","SIZE","2px"),borderWidth:t.create("--ftds-checkbox-border-width","","SIZE","2px"),horizontalGap:t.extend("--ftds-checkbox-horizontal-gap","",r.spacing3),leftPadding:t.extend("--ftds-checkbox-left-padding","",r.spacing2)};var Ii={circleSize:t.create("--ftds-radio-circle-size","","SIZE","18px"),borderWidth:t.create("--ftds-radio-border-width","","SIZE","2px"),color:t.extend("--ftds-radio-color","",n.contentGlobalPrimary),selectedRadioColor:t.extend("--ftds-radio-selected-radio-color","",n.contentActionPrimary),selectedStateLayerColor:t.extend("--ftds-radio-selected-state-layer-color","",n.contentActionPrimary),selectedHoverStateLayerOpacity:t.extend("--ftds-radio-selected-hover-state-layer-opacity","",r.opacity16),selectedFocusStateLayerOpacity:t.extend("--ftds-radio-selected-focus-state-layer-opacity","",r.opacity16),selectedActiveStateLayerOpacity:t.extend("--ftds-radio-selected-active-state-layer-opacity","",r.opacity24),selectedDisabledComponentOpacity:t.extend("--ftds-radio-selected-disabled-component-opacity","",r.opacity40),unselectedStateLayerColor:t.extend("--ftds-radio-unselected-state-layer-color","",n.borderInputPrimary),unselectedBorderColor:t.extend("--ftds-radio-unselected-border-color","",n.borderInputPrimary),unselectedHoverStateLayerOpacity:t.extend("--ftds-radio-unselected-hover-state-layer-opacity","",r.opacity16),unselectedFocusStateLayerOpacity:t.extend("--ftds-radio-unselected-focus-state-layer-opacity","",r.opacity16),unselectedActiveStateLayerOpacity:t.extend("--ftds-radio-unselected-active-state-layer-opacity","",r.opacity24),unselectedDisabledComponentOpacity:t.extend("--ftds-radio-unselected-disabled-component-opacity","",r.opacity40),focusFocusRingColor:t.extend("--ftds-radio-focus-focus-ring-color","",n.borderActionFocusRing),focusOutlineOffset:t.create("--ftds-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ftds-radio-focus-outline-width","","SIZE","2px"),verticalGap:t.extend("--ftds-radio-vertical-gap","",r.spacing3),horizontalGap:t.extend("--ftds-radio-horizontal-gap","",r.spacing3)};var Ti={headerRowBorderWidth:t.create("--ftds-table-header-row-border-width","","SIZE","1px"),headerRowBackgroundColor:t.extend("--ftds-table-header-row-background-color","",n.backgroundGlobalOnSurfaceDark),headerRowBorderColor:t.extend("--ftds-table-header-row-border-color","",n.borderGlobalPrimary),headerRowColor:t.extend("--ftds-table-header-row-color","",n.contentGlobalPrimary),dataRowBorderWidth:t.create("--ftds-table-data-row-border-width","","SIZE","1px"),dataRowBackgroundColor:t.extend("--ftds-table-data-row-background-color","",n.backgroundGlobalOnSurface),dataRowBorderColor:t.extend("--ftds-table-data-row-border-color","",n.borderGlobalSubtle),dataRowColor:t.extend("--ftds-table-data-row-color","",n.contentGlobalSecondary),dataRowDefaultHoverBackgroundColor:t.extend("--ftds-table-data-row-default-hover-background-color","",r.colorGray20),dataRowSelectableUnselectedHoverBackgroundColor:t.extend("--ftds-table-data-row-selectable-unselected-hover-background-color","",r.colorGray20),dataRowSelectableSelectedDefaultBackgroundColor:t.extend("--ftds-table-data-row-selectable-selected-default-background-color","",r.colorBrand10),dataRowSelectableSelectedDefaultBorderColor:t.extend("--ftds-table-data-row-selectable-selected-default-border-color","",r.colorBrand20),dataRowSelectableSelectedHoverBackgroundColor:t.extend("--ftds-table-data-row-selectable-selected-hover-background-color","",r.colorBrand20),dataRowSelectableSelectedHoverBorderColor:t.extend("--ftds-table-data-row-selectable-selected-hover-border-color","",r.colorBrand30),dataRowSelectableSelectedColor:t.extend("--ftds-table-data-row-selectable-selected-color","",n.contentActionPrimary),dataRowClickableHoverBackgroundColor:t.extend("--ftds-table-data-row-clickable-hover-background-color","",r.colorGray30),dataRowClickableFocusBorderColor:t.extend("--ftds-table-data-row-clickable-focus-border-color","",n.borderActionFocusRing),dataRowClickableFocusBackgroundColor:t.extend("--ftds-table-data-row-clickable-focus-background-color","",r.colorGray30),dataRowClickableActiveBackgroundColor:t.extend("--ftds-table-data-row-clickable-active-background-color","",r.colorGray40),headerCellHorizontalGap:t.extend("--ftds-table-header-cell-horizontal-gap","",r.spacing1),headerCellVerticalPadding:t.extend("--ftds-table-header-cell-vertical-padding","",r.spacing2),headerCellHorizontalPadding:t.extend("--ftds-table-header-cell-horizontal-padding","",r.spacing3),dataCellVerticalPadding:t.extend("--ftds-table-data-cell-vertical-padding","",r.spacing2),dataCellHorizontalPadding:t.extend("--ftds-table-data-cell-horizontal-padding","",r.spacing3),dataCellVerticalGap:t.extend("--ftds-table-data-cell-vertical-gap","",r.spacing1)};var Ui={neutralOffHoverStateLayerOpacity:t.extend("--ftds-chip-choice-neutral-off-hover-state-layer-opacity","",r.opacity8),neutralOffFocusStateLayerOpacity:t.extend("--ftds-chip-choice-neutral-off-focus-state-layer-opacity","",r.opacity8),neutralOffFocusFocusRingColor:t.extend("--ftds-chip-choice-neutral-off-focus-focus-ring-color","",n.borderActionFocusRing),neutralOffActiveStateLayerOpacity:t.extend("--ftds-chip-choice-neutral-off-active-state-layer-opacity","",r.opacity16),neutralOffBackgroundColor:t.extend("--ftds-chip-choice-neutral-off-background-color","",n.backgroundGlobalOnSurface),neutralOffBorderColor:t.extend("--ftds-chip-choice-neutral-off-border-color","",n.borderGlobalPrimary),neutralOffColor:t.extend("--ftds-chip-choice-neutral-off-color","",n.contentGlobalSecondary),neutralOffStateLayerColor:t.extend("--ftds-chip-choice-neutral-off-state-layer-color","",n.contentGlobalSecondary),neutralOnDefaultStateLayerOpacity:t.extend("--ftds-chip-choice-neutral-on-default-state-layer-opacity","",r.opacity16),neutralOnHoverStateLayerOpacity:t.extend("--ftds-chip-choice-neutral-on-hover-state-layer-opacity","",r.opacity24),neutralOnFocusStateLayerOpacity:t.extend("--ftds-chip-choice-neutral-on-focus-state-layer-opacity","",r.opacity24),neutralOnFocusFocusRingColor:t.extend("--ftds-chip-choice-neutral-on-focus-focus-ring-color","",n.borderActionFocusRing),neutralOnActiveStateLayerOpacity:t.extend("--ftds-chip-choice-neutral-on-active-state-layer-opacity","",r.opacity32),neutralOnBackgroundColor:t.extend("--ftds-chip-choice-neutral-on-background-color","",n.backgroundGlobalOnSurface),neutralOnBorderColor:t.extend("--ftds-chip-choice-neutral-on-border-color","",n.borderGlobalPrimary),neutralOnColor:t.extend("--ftds-chip-choice-neutral-on-color","",n.contentGlobalPrimary),neutralOnIconColor:t.extend("--ftds-chip-choice-neutral-on-icon-color","",n.contentGlobalPrimary),neutralOnStateLayerColor:t.extend("--ftds-chip-choice-neutral-on-state-layer-color","",n.contentGlobalPrimary),largeMinHeight:t.create("--ftds-chip-choice-large-min-height","","SIZE","36px"),largeHorizontalPadding:t.extend("--ftds-chip-choice-large-horizontal-padding","",r.spacing3),largeGap:t.extend("--ftds-chip-choice-large-gap","",r.spacing1),largeBorderRadius:t.create("--ftds-chip-choice-large-border-radius","","SIZE","18px"),largeBorderWidth:t.create("--ftds-chip-choice-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ftds-chip-choice-large-icon-size","",r.iconSize3),mediumMinHeight:t.create("--ftds-chip-choice-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:t.extend("--ftds-chip-choice-medium-horizontal-padding","",r.spacing2),mediumGap:t.extend("--ftds-chip-choice-medium-gap","",r.spacing1),mediumBorderRadius:t.create("--ftds-chip-choice-medium-border-radius","","SIZE","12px"),mediumBorderWidth:t.create("--ftds-chip-choice-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ftds-chip-choice-medium-icon-size","",r.iconSize2)};var O={largeMinHeight:t.create("--ftds-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:t.extend("--ftds-chip-large-horizontal-padding","",r.spacing3),largeButtonRightPadding:t.extend("--ftds-chip-large-button-right-padding","",r.spacing1),largeGap:t.extend("--ftds-chip-large-gap","",r.spacing1),largeFocusOutlineOffset:t.create("--ftds-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ftds-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:t.create("--ftds-chip-large-border-radius","","SIZE","18px"),largeBorderWidth:t.create("--ftds-chip-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ftds-chip-large-icon-size","",r.iconSize3),mediumMinHeight:t.create("--ftds-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:t.extend("--ftds-chip-medium-horizontal-padding","",r.spacing2),mediumButtonRightPadding:t.extend("--ftds-chip-medium-button-right-padding","",r.spacing05),mediumGap:t.extend("--ftds-chip-medium-gap","",r.spacing1),mediumFocusOutlineOffset:t.create("--ftds-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:t.create("--ftds-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:t.create("--ftds-chip-medium-border-radius","","SIZE","12px"),mediumBorderWidth:t.create("--ftds-chip-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ftds-chip-medium-icon-size","",r.iconSize2),smallMinHeight:t.create("--ftds-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:t.extend("--ftds-chip-small-horizontal-padding","",r.spacing1),smallButtonRightPadding:t.extend("--ftds-chip-small-button-right-padding","",r.spacing05),smallGap:t.extend("--ftds-chip-small-gap","",r.spacing1),smallFocusOutlineOffset:t.create("--ftds-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ftds-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:t.create("--ftds-chip-small-border-radius","","SIZE","10px"),smallBorderWidth:t.create("--ftds-chip-small-border-width","","SIZE","1px"),smallIconSize:t.extend("--ftds-chip-small-icon-size","",r.iconSize1),neutralBackgroundColor:t.extend("--ftds-chip-neutral-background-color","",n.backgroundGlobalOnSurface),neutralColor:t.extend("--ftds-chip-neutral-color","",n.contentGlobalSecondary),neutralIconColor:t.extend("--ftds-chip-neutral-icon-color","",n.contentGlobalSecondary),neutralBorderColor:t.extend("--ftds-chip-neutral-border-color","",n.borderGlobalSubtle),infoBackgroundColor:t.extend("--ftds-chip-info-background-color","",n.backgroundInfoSubtle),infoColor:t.extend("--ftds-chip-info-color","",n.contentInfoPrimary),infoIconColor:t.extend("--ftds-chip-info-icon-color","",n.contentInfoIconOnly),infoBorderColor:t.extend("--ftds-chip-info-border-color","",n.borderInfoSubtle),successBackgroundColor:t.extend("--ftds-chip-success-background-color","",n.backgroundSuccessSubtle),successColor:t.extend("--ftds-chip-success-color","",n.contentSuccessPrimary),successIconColor:t.extend("--ftds-chip-success-icon-color","",n.contentSuccessIconOnly),successBorderColor:t.extend("--ftds-chip-success-border-color","",n.borderSuccessSubtle),warningBackgroundColor:t.extend("--ftds-chip-warning-background-color","",n.backgroundWarningSubtle),warningColor:t.extend("--ftds-chip-warning-color","",n.contentWarningPrimary),warningIconColor:t.extend("--ftds-chip-warning-icon-color","",n.contentWarningIconOnly),warningBorderColor:t.extend("--ftds-chip-warning-border-color","",n.borderWarningSubtle),errorBackgroundColor:t.extend("--ftds-chip-error-background-color","",n.backgroundErrorSubtle),errorColor:t.extend("--ftds-chip-error-color","",n.contentErrorPrimary),errorIconColor:t.extend("--ftds-chip-error-icon-color","",n.contentErrorIconOnly),errorBorderColor:t.extend("--ftds-chip-error-border-color","",n.borderErrorSubtle)};var qi={brandHoverOpacity:t.extend("--ftds-link-brand-hover-opacity","",r.opacity80),brandHoverColor:t.extend("--ftds-link-brand-hover-color","",n.contentActionPrimary),brandFocusFocusRingColor:t.extend("--ftds-link-brand-focus-focus-ring-color","",n.borderActionFocusRing),brandFocusColor:t.extend("--ftds-link-brand-focus-color","",n.contentActionPrimary),brandDefaultColor:t.extend("--ftds-link-brand-default-color","",n.contentActionPrimary),brandActiveColor:t.extend("--ftds-link-brand-active-color","",n.contentActionPrimary),infoHoverOpacity:t.extend("--ftds-link-info-hover-opacity","",r.opacity80),infoHoverColor:t.extend("--ftds-link-info-hover-color","",n.contentInfoPrimary),infoFocusFocusRingColor:t.extend("--ftds-link-info-focus-focus-ring-color","",n.borderActionFocusRing),infoFocusColor:t.extend("--ftds-link-info-focus-color","",n.contentInfoPrimary),infoDefaultColor:t.extend("--ftds-link-info-default-color","",n.contentInfoPrimary),infoActiveColor:t.extend("--ftds-link-info-active-color","",n.contentInfoPrimary),neutralFocusFocusRingColor:t.extend("--ftds-link-neutral-focus-focus-ring-color","",n.borderActionFocusRing),neutralFocusColor:t.extend("--ftds-link-neutral-focus-color","",n.contentActionPrimary),neutralDefaultColor:t.extend("--ftds-link-neutral-default-color","",n.contentGlobalPrimary),neutralHoverColor:t.extend("--ftds-link-neutral-hover-color","",n.contentActionPrimary),neutralActiveColor:t.extend("--ftds-link-neutral-active-color","",n.contentActionPrimary),neutralVisitedColor:t.extend("--ftds-link-neutral-visited-color","",r.colorBrand100)};var ol={iconSize:t.extend("--ftds-banner-icon-size","",r.iconSize5),borderWidth:t.create("--ftds-banner-border-width","","SIZE","1px"),leftPadding:t.extend("--ftds-banner-left-padding","",r.spacing6),rightPadding:t.extend("--ftds-banner-right-padding","",r.spacing6),verticalPadding:t.extend("--ftds-banner-vertical-padding","",r.spacing6),horizontalSideGap:t.extend("--ftds-banner-horizontal-side-gap","",r.spacing6),horizontalMobileGap:t.extend("--ftds-banner-horizontal-mobile-gap","",r.spacing4),verticalMobileGap:t.extend("--ftds-banner-vertical-mobile-gap","",r.spacing6),horizontalMiddleGap:t.extend("--ftds-banner-horizontal-middle-gap","",r.spacing20),infoBackgroundColor:t.extend("--ftds-banner-info-background-color","",n.backgroundInfoSubtle),infoColor:t.extend("--ftds-banner-info-color","",n.contentInfoPrimary),infoIconColor:t.extend("--ftds-banner-info-icon-color","",n.contentInfoIconOnly),infoBorderColor:t.extend("--ftds-banner-info-border-color","",n.borderInfoSubtle)};var ll={horizontalPadding:t.extend("--ftds-badge-horizontal-padding","",r.spacing1),verticalPadding:t.extend("--ftds-badge-vertical-padding","",r.spacing1),borderRadius:t.extend("--ftds-badge-border-radius","",r.borderRadiusPill),color:t.extend("--ftds-badge-color","",n.contentGlobalOnColor),backgroundColor:t.extend("--ftds-badge-background-color","",n.contentActionPrimary)};var fl={horizontalGap:t.extend("--ftds-title-breadcrumb-horizontal-gap","",r.spacing1),currentColor:t.extend("--ftds-title-breadcrumb-current-color","",n.contentGlobalPrimary),previousNonClickableColor:t.extend("--ftds-title-breadcrumb-previous-non-clickable-color","",n.contentGlobalSecondary),iconColor:t.extend("--ftds-title-breadcrumb-icon-color","",n.contentGlobalSubtle)};var ml={parentHorizontalPadding:t.extend("--ftds-page-header-parent-horizontal-padding","",r.spacing6),parentTopPadding:t.extend("--ftds-page-header-parent-top-padding","",r.spacing4),parentBottomPadding:t.extend("--ftds-page-header-parent-bottom-padding","",r.spacing6),parentHelpLeftMargin:t.extend("--ftds-page-header-parent-help-left-margin","",r.spacing1),parentTitleColor:t.extend("--ftds-page-header-parent-title-color","",n.contentGlobalPrimary),parentSubtitleColor:t.extend("--ftds-page-header-parent-subtitle-color","",n.contentGlobalSecondary),parentChipLeftMargin:t.extend("--ftds-page-header-parent-chip-left-margin","",r.spacing4),parentVerticalGap:t.extend("--ftds-page-header-parent-vertical-gap","",r.spacing2),parentButtonsGroupHorizontalGap:t.extend("--ftds-page-header-parent-buttons-group-horizontal-gap","",r.spacing4),parentButtonsGroupVerticalGap:t.extend("--ftds-page-header-parent-buttons-group-vertical-gap","",r.spacing4),parentChipsGroupHorizontalGap:t.extend("--ftds-page-header-parent-chips-group-horizontal-gap","",r.spacing2),parentChipsGroupVerticalGap:t.extend("--ftds-page-header-parent-chips-group-vertical-gap","",r.spacing2),childHorizontalPadding:t.extend("--ftds-page-header-child-horizontal-padding","",r.spacing6),childTopPadding:t.extend("--ftds-page-header-child-top-padding","",r.spacing2),childBottomPadding:t.extend("--ftds-page-header-child-bottom-padding","",r.spacing2),childHelpLeftMargin:t.extend("--ftds-page-header-child-help-left-margin","",r.spacing1),childChipLeftMargin:t.extend("--ftds-page-header-child-chip-left-margin","",r.spacing4),childVerticalGap:t.extend("--ftds-page-header-child-vertical-gap","",r.spacing2),childMinHeight:t.create("--ftds-page-header-child-min-height","","SIZE","40px"),childButtonsGroupHorizontalGap:t.extend("--ftds-page-header-child-buttons-group-horizontal-gap","",r.spacing4),childButtonsGroupVerticalGap:t.extend("--ftds-page-header-child-buttons-group-vertical-gap","",r.spacing4),childChipsGroupHorizontalGap:t.extend("--ftds-page-header-child-chips-group-horizontal-gap","",r.spacing2),childChipsGroupVerticalGap:t.extend("--ftds-page-header-child-chips-group-vertical-gap","",r.spacing2),backgroundColor:t.extend("--ftds-page-header-background-color","",r.colorWhite),bottomBorderColor:t.extend("--ftds-page-header-bottom-border-color","",n.borderGlobalSubtle),bottomBorderWidth:t.create("--ftds-page-header-bottom-border-width","","SIZE","1px")};var Ol={horizontalPadding:t.extend("--ftds-page-footer-horizontal-padding","",r.spacing6),verticalPadding:t.extend("--ftds-page-footer-vertical-padding","",r.spacing2),verticalGap:t.extend("--ftds-page-footer-vertical-gap","",r.spacing2),minHeight:t.create("--ftds-page-footer-min-height","","SIZE","40px"),backgroundColor:t.extend("--ftds-page-footer-background-color","",r.colorWhite),topBorderColor:t.extend("--ftds-page-footer-top-border-color","",n.borderGlobalSubtle),topBorderWidth:t.create("--ftds-page-footer-top-border-width","","SIZE","1px"),buttonsGroupGap:t.extend("--ftds-page-footer-buttons-group-gap","",r.spacing4)};var Nl={contentHorizontalPadding:t.extend("--ftds-page-layout-content-horizontal-padding","",r.spacing6),contentVerticalPadding:t.extend("--ftds-page-layout-content-vertical-padding","",r.spacing6)};var Bl={smallContainerTargetWidth:t.create("--ftds-modal-small-container-target-width","","SIZE","560px"),smallContainerMargin:t.extend("--ftds-modal-small-container-margin","",r.spacing6),mediumContainerTargetWidth:t.create("--ftds-modal-medium-container-target-width","","SIZE","800px"),mediumContainerMargin:t.extend("--ftds-modal-medium-container-margin","",r.spacing6),largeContainerTargetWidth:t.create("--ftds-modal-large-container-target-width","","SIZE","1040px"),largeContainerMargin:t.extend("--ftds-modal-large-container-margin","",r.spacing6),overlayBackgroundColor:t.extend("--ftds-modal-overlay-background-color","",r.colorGray700),overlayOpacity:t.extend("--ftds-modal-overlay-opacity","",r.opacity40),shadow:t.extend("--ftds-modal-shadow","",r.shadowElevation03),bodyBackgroundColor:t.extend("--ftds-modal-body-background-color","",r.colorWhite),bodyColor:t.extend("--ftds-modal-body-color","",n.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ftds-modal-body-horizontal-padding","",r.spacing6),bodyVerticalPadding:t.extend("--ftds-modal-body-vertical-padding","",r.spacing6),bodyVerticalGap:t.extend("--ftds-modal-body-vertical-gap","",r.spacing6),headerBackgroundColor:t.extend("--ftds-modal-header-background-color","",n.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ftds-modal-header-border-color","",n.borderGlobalSubtle),headerColor:t.extend("--ftds-modal-header-color","",n.contentGlobalPrimary),headerLeadingIconColor:t.extend("--ftds-modal-header-leading-icon-color","",n.contentGlobalPrimary),headerVerticalPadding:t.extend("--ftds-modal-header-vertical-padding","",r.spacing1),headerRightPadding:t.extend("--ftds-modal-header-right-padding","",r.spacing1),headerLeftPadding:t.extend("--ftds-modal-header-left-padding","",r.spacing6),headerGap:t.extend("--ftds-modal-header-gap","",r.spacing2),headerBorderBottomWidth:t.create("--ftds-modal-header-border-bottom-width","","SIZE","1px"),borderRadius:t.extend("--ftds-modal-border-radius","",r.borderRadiusM)};var Wl={overlayOpacity:t.extend("--ftds-drawer-overlay-opacity","",r.opacity40),shadow:t.extend("--ftds-drawer-shadow","",r.shadowElevation03),bodyColor:t.extend("--ftds-drawer-body-color","",n.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ftds-drawer-body-horizontal-padding","",r.spacing6),bodyVerticalPadding:t.extend("--ftds-drawer-body-vertical-padding","",r.spacing6),bodyGap:t.extend("--ftds-drawer-body-gap","",r.spacing6),bodyBackgroundColor:t.extend("--ftds-drawer-body-background-color","",r.colorWhite),headerBackgroundColor:t.extend("--ftds-drawer-header-background-color","",n.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ftds-drawer-header-border-color","",n.borderGlobalSubtle),headerColor:t.extend("--ftds-drawer-header-color","",n.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ftds-drawer-header-trailing-icon-color","",n.contentGlobalSecondary),headerHeight:t.create("--ftds-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:t.extend("--ftds-drawer-header-horizontal-padding","",r.spacing2),headerBorderWidth:t.create("--ftds-drawer-header-border-width","","SIZE","1px"),headerGap:t.extend("--ftds-drawer-header-gap","",r.spacing3),buttonsBarBackgroundColor:t.extend("--ftds-drawer-buttons-bar-background-color","",n.backgroundGlobalOnSurface),buttonsBarBorderColor:t.extend("--ftds-drawer-buttons-bar-border-color","",n.borderGlobalSubtle),buttonsBarColor:t.extend("--ftds-drawer-buttons-bar-color","",n.contentGlobalPrimary),buttonsBarHorizontalPadding:t.extend("--ftds-drawer-buttons-bar-horizontal-padding","",r.spacing6),buttonsBarVerticalPadding:t.extend("--ftds-drawer-buttons-bar-vertical-padding","",r.spacing4),buttonsBarGap:t.extend("--ftds-drawer-buttons-bar-gap","",r.spacing3),buttonsBarBorderWidth:t.create("--ftds-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:t.create("--ftds-drawer-container-width","","SIZE","66%"),containerMinWidth:t.create("--ftds-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:t.create("--ftds-drawer-container-max-width","","SIZE","1000px"),containerHeight:t.create("--ftds-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:t.extend("--ftds-drawer-overlay-background-color","",r.colorGray700)};var Gl={offBorderBottomWidth:t.create("--ftds-tabs-off-border-bottom-width","","SIZE","1px"),offHoverStateLayerOpacity:t.extend("--ftds-tabs-off-hover-state-layer-opacity","",r.opacity8),offDefaultStateLayerOpacity:t.extend("--ftds-tabs-off-default-state-layer-opacity","",r.opacity0),offFocusStateLayerOpacity:t.extend("--ftds-tabs-off-focus-state-layer-opacity","",r.opacity8),offDisabledComponentOpacity:t.extend("--ftds-tabs-off-disabled-component-opacity","",r.opacity40),offColor:t.extend("--ftds-tabs-off-color","",n.contentGlobalSubtle),offStateLayerColor:t.extend("--ftds-tabs-off-state-layer-color","",n.contentGlobalSubtle),offBorderBottomColor:t.extend("--ftds-tabs-off-border-bottom-color","",n.borderGlobalSubtle),activeTabIndicatorHeight:t.create("--ftds-tabs-active-tab-indicator-height","","SIZE","3px"),topLeftBorderRadius:t.extend("--ftds-tabs-top-left-border-radius","",r.borderRadiusS),topRightBorderRadius:t.extend("--ftds-tabs-top-right-border-radius","",r.borderRadiusS),withLabelHorizontalPadding:t.extend("--ftds-tabs-with-label-horizontal-padding","",r.spacing4),withLabelVerticalPadding:t.extend("--ftds-tabs-with-label-vertical-padding","",r.spacing3),horizontalGap:t.extend("--ftds-tabs-horizontal-gap","",r.spacing1),verticalGap:t.extend("--ftds-tabs-vertical-gap","",r.spacing1),onHoverStateLayerOpacity:t.extend("--ftds-tabs-on-hover-state-layer-opacity","",r.opacity16),onDefaultStateLayerOpacity:t.extend("--ftds-tabs-on-default-state-layer-opacity","",r.opacity8),onFocusStateLayerOpacity:t.extend("--ftds-tabs-on-focus-state-layer-opacity","",r.opacity16),onActiveStateLayerOpacity:t.extend("--ftds-tabs-on-active-state-layer-opacity","",r.opacity24),onColor:t.extend("--ftds-tabs-on-color","",n.contentActionPrimary),onStateLayerColor:t.extend("--ftds-tabs-on-state-layer-color","",n.contentActionPrimary),onActiveTabIndicatorColor:t.extend("--ftds-tabs-on-active-tab-indicator-color","",n.contentActionPrimary),iconOnlyHorizontalPadding:t.extend("--ftds-tabs-icon-only-horizontal-padding","",r.spacing4),iconOnlyVerticalPadding:t.extend("--ftds-tabs-icon-only-vertical-padding","",r.spacing4),alertTopPadding:t.extend("--ftds-tabs-alert-top-padding","",r.spacing1),alertRightPadding:t.extend("--ftds-tabs-alert-right-padding","",r.spacing05),focusOutlineWidth:t.create("--ftds-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ftds-tabs-focus-focus-ring-color","",n.borderActionFocusRing)};var Kl={largeFieldHorizontalPadding:t.extend("--ftds-text-input-large-field-horizontal-padding","",r.spacing4),largeFieldHorizontalGap:t.extend("--ftds-text-input-large-field-horizontal-gap","",r.spacing3),largeFieldVerticalGap:t.extend("--ftds-text-input-large-field-vertical-gap","",r.spacing05),largeFieldHeight:t.create("--ftds-text-input-large-field-height","","SIZE","50px"),largeFieldIconSize:t.extend("--ftds-text-input-large-field-icon-size","",r.iconSize3),mediumFieldHorizontalPadding:t.extend("--ftds-text-input-medium-field-horizontal-padding","",r.spacing4),mediumFieldHorizontalGap:t.extend("--ftds-text-input-medium-field-horizontal-gap","",r.spacing3),mediumFieldVerticalGap:t.create("--ftds-text-input-medium-field-vertical-gap","","SIZE","0px"),mediumFieldHeight:t.create("--ftds-text-input-medium-field-height","","SIZE","40px"),mediumFieldIconSize:t.extend("--ftds-text-input-medium-field-icon-size","",r.iconSize3),helperHorizontalPadding:t.extend("--ftds-text-input-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ftds-text-input-helper-horizontal-gap","",r.spacing1),helperIconSize:t.extend("--ftds-text-input-helper-icon-size","",r.iconSize2),borderRadius:t.extend("--ftds-text-input-border-radius","",r.borderRadiusS),backgroundColor:t.extend("--ftds-text-input-background-color","",r.colorWhite),contentValueColor:t.extend("--ftds-text-input-content-value-color","",n.contentGlobalPrimary),trailingIconColor:t.extend("--ftds-text-input-trailing-icon-color","",n.contentGlobalSubtle),labelColor:t.extend("--ftds-text-input-label-color","",n.contentGlobalSubtle),defaultBorderColor:t.extend("--ftds-text-input-default-border-color","",n.borderInputPrimary),defaultHelperTextColor:t.extend("--ftds-text-input-default-helper-text-color","",n.contentGlobalSubtle),defaultBorderWidth:t.create("--ftds-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ftds-text-input-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ftds-text-input-error-border-color","",n.borderErrorPrimary),errorHelperTextColor:t.extend("--ftds-text-input-error-helper-text-color","",n.contentErrorPrimary),errorHelperIconColor:t.extend("--ftds-text-input-error-helper-icon-color","",n.contentErrorIconOnly),warningBorderColor:t.extend("--ftds-text-input-warning-border-color","",n.borderWarningPrimary),warningHelperTextColor:t.extend("--ftds-text-input-warning-helper-text-color","",n.contentWarningPrimary),warningHelperIconColor:t.extend("--ftds-text-input-warning-helper-icon-color","",n.contentWarningIconOnly),warningBorderWidth:t.create("--ftds-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:t.create("--ftds-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ftds-text-input-focus-focus-ring-color","",n.borderActionFocusRing),focusOutlineOffset:t.create("--ftds-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ftds-text-input-disabled-component-opacity","",r.opacity40)};var ql={backgroundColor:t.extend("--ftds-text-area-background-color","",r.colorWhite),contentValueColor:t.extend("--ftds-text-area-content-value-color","",n.contentGlobalPrimary),labelColor:t.extend("--ftds-text-area-label-color","",n.contentGlobalSubtle),defaultBorderColor:t.extend("--ftds-text-area-default-border-color","",n.borderInputPrimary),defaultHelperTextColor:t.extend("--ftds-text-area-default-helper-text-color","",n.contentGlobalSubtle),defaultBorderWidth:t.create("--ftds-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ftds-text-area-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ftds-text-area-error-border-color","",n.borderErrorPrimary),errorHelperTextColor:t.extend("--ftds-text-area-error-helper-text-color","",n.contentErrorPrimary),errorHelperIconColor:t.extend("--ftds-text-area-error-helper-icon-color","",n.contentErrorIconOnly),focusFocusRingColor:t.extend("--ftds-text-area-focus-focus-ring-color","",n.borderActionFocusRing),focusOutlineWidth:t.create("--ftds-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:t.create("--ftds-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ftds-text-area-disabled-component-opacity","",r.opacity40),fieldHorizontalLeftPadding:t.extend("--ftds-text-area-field-horizontal-left-padding","",r.spacing4),fieldHorizontalGap:t.extend("--ftds-text-area-field-horizontal-gap","",r.spacing3),fieldVerticalGap:t.extend("--ftds-text-area-field-vertical-gap","",r.spacing05),fieldMinHeight:t.create("--ftds-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:t.extend("--ftds-text-area-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ftds-text-area-helper-horizontal-gap","",r.spacing1),helperIconSize:t.extend("--ftds-text-area-helper-icon-size","",r.iconSize2),borderRadius:t.extend("--ftds-text-area-border-radius","",r.borderRadiusS)};var oc={height:t.create("--ftds-floating-menu-height","","SIZE","50px"),horizontalPadding:t.extend("--ftds-floating-menu-horizontal-padding","",r.spacing4),offIconColor:t.extend("--ftds-floating-menu-off-icon-color","",n.contentGlobalPrimary),offColor:t.extend("--ftds-floating-menu-off-color","",n.contentGlobalPrimary),onColor:t.extend("--ftds-floating-menu-on-color","",n.contentActionPrimary),onStateLayerColor:t.extend("--ftds-floating-menu-on-state-layer-color","",n.contentActionPrimary),gap:t.extend("--ftds-floating-menu-gap","",r.spacing3),focusFocusRingColor:t.extend("--ftds-floating-menu-focus-focus-ring-color","",n.borderActionFocusRing),focusOutlineWidth:t.create("--ftds-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:t.extend("--ftds-floating-menu-focus-state-layer-opacity","",r.opacity8),hoverStateLayerOpacity:t.extend("--ftds-floating-menu-hover-state-layer-opacity","",r.opacity8),activeStateLayerOpacity:t.extend("--ftds-floating-menu-active-state-layer-opacity","",r.opacity16),disabledComponentOpacity:t.extend("--ftds-floating-menu-disabled-component-opacity","",r.opacity40),iconSize:t.extend("--ftds-floating-menu-icon-size","",r.iconSize3),backgroundColor:t.extend("--ftds-floating-menu-background-color","",n.backgroundGlobalOnSurface),shadow:t.extend("--ftds-floating-menu-shadow","",r.shadowElevation02)};var lc={largeFieldHorizontalPadding:t.extend("--ftds-combobox-single-select-large-field-horizontal-padding","",r.spacing4),largeFieldHorizontalGap:t.extend("--ftds-combobox-single-select-large-field-horizontal-gap","",r.spacing3),largeFieldVerticalGap:t.extend("--ftds-combobox-single-select-large-field-vertical-gap","",r.spacing05),largeFieldHeight:t.create("--ftds-combobox-single-select-large-field-height","","SIZE","50px"),largeFieldIconSize:t.extend("--ftds-combobox-single-select-large-field-icon-size","",r.iconSize3),mediumFieldHorizontalPadding:t.extend("--ftds-combobox-single-select-medium-field-horizontal-padding","",r.spacing4),mediumFieldHorizontalGap:t.extend("--ftds-combobox-single-select-medium-field-horizontal-gap","",r.spacing3),mediumFieldVerticalGap:t.create("--ftds-combobox-single-select-medium-field-vertical-gap","","SIZE","0px"),mediumFieldHeight:t.create("--ftds-combobox-single-select-medium-field-height","","SIZE","40px"),mediumFieldIconSize:t.extend("--ftds-combobox-single-select-medium-field-icon-size","",r.iconSize3),helperHorizontalPadding:t.extend("--ftds-combobox-single-select-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ftds-combobox-single-select-helper-horizontal-gap","",r.spacing1),helperVerticalGap:t.extend("--ftds-combobox-single-select-helper-vertical-gap","",r.spacing1),helperIconSize:t.extend("--ftds-combobox-single-select-helper-icon-size","",r.iconSize2),menuVerticalGap:t.extend("--ftds-combobox-single-select-menu-vertical-gap","",r.spacing2),borderRadius:t.extend("--ftds-combobox-single-select-border-radius","",r.borderRadiusS),backgroundColor:t.extend("--ftds-combobox-single-select-background-color","",r.colorWhite),labelColor:t.extend("--ftds-combobox-single-select-label-color","",n.contentGlobalSubtle),contentValueColor:t.extend("--ftds-combobox-single-select-content-value-color","",n.contentGlobalPrimary),trailingIconColor:t.extend("--ftds-combobox-single-select-trailing-icon-color","",n.contentGlobalSubtle),defaultBorderColor:t.extend("--ftds-combobox-single-select-default-border-color","",n.borderInputPrimary),defaultHelperTextColor:t.extend("--ftds-combobox-single-select-default-helper-text-color","",n.contentGlobalSubtle),defaultBorderWidth:t.create("--ftds-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ftds-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ftds-combobox-single-select-error-border-color","",n.borderErrorPrimary),errorHelperTextColor:t.extend("--ftds-combobox-single-select-error-helper-text-color","",n.contentErrorPrimary),warningBorderWidth:t.create("--ftds-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ftds-combobox-single-select-warning-border-color","",n.borderWarningPrimary),warningHelperTextColor:t.extend("--ftds-combobox-single-select-warning-helper-text-color","",n.contentWarningPrimary),warningHelperIconColor:t.extend("--ftds-combobox-single-select-warning-helper-icon-color","",n.contentWarningIconOnly),focusOutlineWidth:t.create("--ftds-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ftds-combobox-single-select-focus-focus-ring-color","",n.borderActionFocusRing),focusOutlineOffset:t.create("--ftds-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ftds-combobox-single-select-disabled-component-opacity","",r.opacity40)};var fc={backgroundColor:t.extend("--ftds-combobox-multi-select-background-color","",r.colorWhite),labelColor:t.extend("--ftds-combobox-multi-select-label-color","",n.contentGlobalSubtle),trailingIconColor:t.extend("--ftds-combobox-multi-select-trailing-icon-color","",n.contentGlobalSubtle),defaultBorderColor:t.extend("--ftds-combobox-multi-select-default-border-color","",n.borderInputPrimary),defaultHelperTextColor:t.extend("--ftds-combobox-multi-select-default-helper-text-color","",n.contentGlobalSubtle),defaultBorderWidth:t.create("--ftds-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:t.extend("--ftds-combobox-multi-select-error-border-color","",n.borderErrorPrimary),errorHelperTextColor:t.extend("--ftds-combobox-multi-select-error-helper-text-color","",n.contentErrorPrimary),errorHelperIcon:t.extend("--ftds-combobox-multi-select-error-helper-icon","",n.contentErrorIconOnly),errorBorderWidth:t.create("--ftds-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ftds-combobox-multi-select-warning-border-color","",n.borderWarningPrimary),warningHelperTextColor:t.extend("--ftds-combobox-multi-select-warning-helper-text-color","",n.contentWarningPrimary),warningHelperIconColor:t.extend("--ftds-combobox-multi-select-warning-helper-icon-color","",n.contentWarningIconOnly),warningBorderWidth:t.create("--ftds-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ftds-combobox-multi-select-focus-focus-ring-color","",n.borderActionFocusRing),focusOutlineWidth:t.create("--ftds-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:t.create("--ftds-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ftds-combobox-multi-select-disabled-component-opacity","",r.opacity40),helperHorizontalPadding:t.extend("--ftds-combobox-multi-select-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ftds-combobox-multi-select-helper-horizontal-gap","",r.spacing1),helperVerticalGap:t.extend("--ftds-combobox-multi-select-helper-vertical-gap","",r.spacing1),helperIconSize:t.extend("--ftds-combobox-multi-select-helper-icon-size","",r.iconSize2),fieldHorizontalPadding:t.extend("--ftds-combobox-multi-select-field-horizontal-padding","",r.spacing4),fieldHorizontalGap:t.extend("--ftds-combobox-multi-select-field-horizontal-gap","",r.spacing3),fieldVerticalGap:t.extend("--ftds-combobox-multi-select-field-vertical-gap","",r.spacing05),fieldIconSize:t.extend("--ftds-combobox-multi-select-field-icon-size","",r.iconSize3),fieldMaxHeight:t.create("--ftds-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:t.extend("--ftds-combobox-multi-select-content-values-horizontal-gap","",r.spacing1),contentValuesVerticalGap:t.extend("--ftds-combobox-multi-select-content-values-vertical-gap","",r.spacing1),borderRadius:t.extend("--ftds-combobox-multi-select-border-radius","",r.borderRadiusS)};var mc={backgroundColor:t.extend("--ftds-popover-background-color","",n.backgroundGlobalOnSurface),horizontalPadding:t.extend("--ftds-popover-horizontal-padding","",r.spacing6),verticalPadding:t.extend("--ftds-popover-vertical-padding","",r.spacing6),titleColor:t.extend("--ftds-popover-title-color","",n.contentGlobalPrimary),bodyColor:t.extend("--ftds-popover-body-color","",n.contentGlobalSecondary),gap:t.extend("--ftds-popover-gap","",r.spacing2),borderRadius:t.extend("--ftds-popover-border-radius","",r.borderRadiusM),shadow:t.extend("--ftds-popover-shadow","",r.shadowElevation02),maxWidth:t.create("--ftds-popover-max-width","","SIZE","440px"),contentSectionVerticalGap:t.extend("--ftds-popover-content-section-vertical-gap","",r.spacing2),multiSectionVerticalGap:t.extend("--ftds-popover-multi-section-vertical-gap","",r.spacing6)};var Oc={hoverStateLayerOpacity:t.extend("--ftds-collapsible-hover-state-layer-opacity","",r.opacity8),focusStateLayerOpacity:t.extend("--ftds-collapsible-focus-state-layer-opacity","",r.opacity8),focusOutlineWidth:t.create("--ftds-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:t.extend("--ftds-collapsible-focus-focus-ring-color","",n.borderActionFocusRing),activeStateLayerOpacity:t.extend("--ftds-collapsible-active-state-layer-opacity","",r.opacity16),disabledComponentOpacity:t.extend("--ftds-collapsible-disabled-component-opacity","",r.opacity40),horizontalPadding:t.extend("--ftds-collapsible-horizontal-padding","",r.spacing4),verticalPadding:t.extend("--ftds-collapsible-vertical-padding","",r.spacing3),color:t.extend("--ftds-collapsible-color","",n.contentGlobalPrimary),stateLayerColor:t.extend("--ftds-collapsible-state-layer-color","",n.contentGlobalPrimary),backgroundColor:t.extend("--ftds-collapsible-background-color","",n.backgroundGlobalOnSurface),borderColor:t.extend("--ftds-collapsible-border-color","",n.borderGlobalSubtle),iconSize:t.extend("--ftds-collapsible-icon-size","",r.iconSize3)};var Lc={groupHorizontalPadding:t.extend("--ftds-switch-group-horizontal-padding","",r.spacing1),groupVerticalPadding:t.extend("--ftds-switch-group-vertical-padding","",r.spacing1),groupGap:t.extend("--ftds-switch-group-gap","",r.spacing1),groupBackgroundColor:t.extend("--ftds-switch-group-background-color","",n.backgroundGlobalSurface),groupBorderColor:t.extend("--ftds-switch-group-border-color","",n.borderGlobalSubtle),groupBorderRadius:t.create("--ftds-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:t.extend("--ftds-switch-label-horizontal-padding","",r.spacing2),labelVerticalPadding:t.extend("--ftds-switch-label-vertical-padding","",r.spacing1),offHoverStateLayerOpacity:t.extend("--ftds-switch-off-hover-state-layer-opacity","",r.opacity8),offFocusStateLayerOpacity:t.extend("--ftds-switch-off-focus-state-layer-opacity","",r.opacity8),offActiveStateLayerOpacity:t.extend("--ftds-switch-off-active-state-layer-opacity","",r.opacity16),offDisabledComponentOpacity:t.extend("--ftds-switch-off-disabled-component-opacity","",r.opacity40),offColor:t.extend("--ftds-switch-off-color","",n.contentGlobalSubtle),offStateLayerColor:t.extend("--ftds-switch-off-state-layer-color","",n.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ftds-switch-on-hover-state-layer-opacity","",r.opacity8),onFocusStateLayerOpacity:t.extend("--ftds-switch-on-focus-state-layer-opacity","",r.opacity8),onActiveStateLayerOpacity:t.extend("--ftds-switch-on-active-state-layer-opacity","",r.opacity16),onDisabledComponentOpacity:t.extend("--ftds-switch-on-disabled-component-opacity","",r.opacity40),onColor:t.extend("--ftds-switch-on-color","",n.contentActionPrimary),onStateLayerColor:t.extend("--ftds-switch-on-state-layer-color","",n.contentActionPrimary),iconHorizontalPadding:t.extend("--ftds-switch-icon-horizontal-padding","",r.spacing1),iconVerticalPadding:t.extend("--ftds-switch-icon-vertical-padding","",r.spacing1),focusOutlineWidth:t.create("--ftds-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ftds-switch-focus-focus-ring-color","",n.borderActionFocusRing),optionBorderRadius:t.extend("--ftds-switch-option-border-radius","",r.borderRadiusS)};var Bc={color1Light:t.extend("--ftds-chart-1-light","for area color charts",r.colorBrand40),color1Base:t.extend("--ftds-chart-1-base","for line charts",r.colorBrand0),color2Light:t.extend("--ftds-chart-2-light","for area color charts",r.colorYellow60),color2Base:t.extend("--ftds-chart-2-base","for line charts",r.colorYellow100),color3Light:t.extend("--ftds-chart-3-light","",r.colorUltramarine40),color3Base:t.extend("--ftds-chart-3-base","",r.colorUltramarine70),color4Light:t.extend("--ftds-chart-4-light","",r.colorCyan50),color4Base:t.extend("--ftds-chart-4-base","",r.colorCyan100),color5Light:t.extend("--ftds-chart-5-light","",r.colorRed40),color5Base:t.extend("--ftds-chart-5-base","",r.colorRed60),color6Light:t.extend("--ftds-chart-6-light","",r.colorGreen40),color6Base:t.extend("--ftds-chart-6-base","",r.colorGreen70),color7Light:t.extend("--ftds-chart-7-light","",r.colorOrange70),color7Base:t.extend("--ftds-chart-7-base","",r.colorOrange100),color8Light:t.extend("--ftds-chart-8-light","",r.colorAvocado70),color8Base:t.extend("--ftds-chart-8-base","",r.colorAvocado200),color9Light:t.extend("--ftds-chart-9-light","",r.colorBrown50),color9Base:t.extend("--ftds-chart-9-base","",r.colorBrown200),color10Light:t.extend("--ftds-chart-10-light","",r.colorGray50),color10Base:t.extend("--ftds-chart-10-base","",r.colorGray80),monochrome10:t.extend("--ftds-chart-monochrome-10","",r.colorBrand10),monochrome20:t.extend("--ftds-chart-monochrome-20","",r.colorBrand20),monochrome30:t.extend("--ftds-chart-monochrome-30","",r.colorBrand40),monochrome40:t.extend("--ftds-chart-monochrome-40","",r.colorBrand60),monochrome50:t.extend("--ftds-chart-monochrome-50","",r.colorBrand0),monochrome60:t.extend("--ftds-chart-monochrome-60","",r.colorBrand200),scatterplotQuadrantPopularOldBackgroundColor:t.extend("--ftds-chart-scatterplot-quadrant-popular-old-background-color","",r.colorYellow10),scatterplotQuadrantPopularNewBackgroundColor:t.extend("--ftds-chart-scatterplot-quadrant-popular-new-background-color","",r.colorAvocado10),scatterplotQuadrantUnpopularOldBackgroundColor:t.extend("--ftds-chart-scatterplot-quadrant-unpopular-old-background-color","",r.colorRed10),scatterplotQuadrantUnpopularNewBackgroundColor:t.extend("--ftds-chart-scatterplot-quadrant-unpopular-new-background-color","",r.colorCyan10),scatterplotDatapointInitialDefaultBackgroundColor:t.extend("--ftds-chart-scatterplot-datapoint-initial-default-background-color","",r.colorBrand70),scatterplotDatapointInitialDefaultBackgroundOpacity:t.extend("--ftds-chart-scatterplot-datapoint-initial-default-background-opacity","",r.opacity48),scatterplotDatapointInitialHoverBackgroundColor:t.extend("--ftds-chart-scatterplot-datapoint-initial-hover-background-color","",r.colorBrand0),scatterplotDatapointSelectedDefaultBackgroundColor:t.extend("--ftds-chart-scatterplot-datapoint-selected-default-background-color","",r.colorBrand100),scatterplotDatapointSelectedHoverBackgroundColor:t.extend("--ftds-chart-scatterplot-datapoint-selected-hover-background-color","",r.colorBrand200),scatterplotDatapointUnselectedDefaultBackgroundColor:t.extend("--ftds-chart-scatterplot-datapoint-unselected-default-background-color","",r.colorGray60),scatterplotDatapointUnselectedDefaultBackgroundOpacity:t.extend("--ftds-chart-scatterplot-datapoint-unselected-default-background-opacity","",r.opacity48),scatterplotDatapointUnselectedHoverBackgroundColor:t.extend("--ftds-chart-scatterplot-datapoint-unselected-hover-background-color","",r.colorGray70),scatterplotDatapointHoverHoverRingColor:t.extend("--ftds-chart-scatterplot-datapoint-hover-hover-ring-color","",r.colorCyan200)};var kc={color1IconColor:t.extend("--ftds-page-designer-1-icon-color","for area color charts",r.colorCyan0),color1ToolbarColor:t.extend("--ftds-page-designer-1-toolbar-color","for area color charts",r.colorCyan0),color2IconColor:t.extend("--ftds-page-designer-2-icon-color","for area color charts",r.colorBrand0),color2ToolbarColor:t.extend("--ftds-page-designer-2-toolbar-color","for area color charts",r.colorBrand0),color3IconColor:t.extend("--ftds-page-designer-3-icon-color","for area color charts",r.colorYellow200),color3ToolbarColor:t.extend("--ftds-page-designer-3-toolbar-color","for area color charts",r.colorYellow200),color4IconColor:t.extend("--ftds-page-designer-4-icon-color","for area color charts",r.colorUltramarine50),color4ToolbarColor:t.extend("--ftds-page-designer-4-toolbar-color","for area color charts",r.colorUltramarine50),color5IconColor:t.extend("--ftds-page-designer-5-icon-color","for area color charts",r.colorGreen0),color5ToolbarColor:t.extend("--ftds-page-designer-5-toolbar-color","for area color charts",r.colorGreen0),color6IconColor:t.extend("--ftds-page-designer-6-icon-color","for area color charts",r.colorOrange0),color6ToolbarColor:t.extend("--ftds-page-designer-6-toolbar-color","for area color charts",r.colorOrange0),color7IconColor:t.extend("--ftds-page-designer-7-icon-color","for area color charts",r.colorAvocado200),color7ToolbarColor:t.extend("--ftds-page-designer-7-toolbar-color","for area color charts",r.colorAvocado200),color8IconColor:t.extend("--ftds-page-designer-8-icon-color","for area color charts",r.colorBrown0),color8ToolbarColor:t.extend("--ftds-page-designer-8-toolbar-color","for area color charts",r.colorBrown0)};var Dc={borderWidth:t.create("--ftds-notice-border-width","","SIZE","1px"),horizontalPadding:t.extend("--ftds-notice-horizontal-padding","",r.spacing3),verticalPadding:t.extend("--ftds-notice-vertical-padding","",r.spacing2),borderRadius:t.extend("--ftds-notice-border-radius","",r.borderRadiusS),gap:t.extend("--ftds-notice-gap","",r.spacing2),iconSize:t.extend("--ftds-notice-icon-size","",r.iconSize3),infoBackgroundColor:t.extend("--ftds-notice-info-background-color","",n.backgroundInfoSubtle),infoBorderColor:t.extend("--ftds-notice-info-border-color","",n.borderInfoSubtle),infoColor:t.extend("--ftds-notice-info-color","",n.contentInfoPrimary),infoIconColor:t.extend("--ftds-notice-info-icon-color","",n.contentInfoIconOnly),warningBackgroundColor:t.extend("--ftds-notice-warning-background-color","",n.backgroundWarningSubtle),warningBorderColor:t.extend("--ftds-notice-warning-border-color","",n.borderWarningSubtle),warningColor:t.extend("--ftds-notice-warning-color","",n.contentWarningPrimary),warningIconColor:t.extend("--ftds-notice-warning-icon-color","",n.contentWarningIconOnly),errorBackgroundColor:t.extend("--ftds-notice-error-background-color","",n.backgroundErrorSubtle),errorBorderColor:t.extend("--ftds-notice-error-border-color","",n.borderErrorSubtle),errorColor:t.extend("--ftds-notice-error-color","",n.contentErrorPrimary),errorIconColor:t.extend("--ftds-notice-error-icon-color","",n.contentErrorIconOnly),successBackgroundColor:t.extend("--ftds-notice-success-background-color","",n.backgroundSuccessSubtle),successBorderColor:t.extend("--ftds-notice-success-border-color","",n.borderSuccessSubtle),successColor:t.extend("--ftds-notice-success-color","",n.contentSuccessPrimary),successIconColor:t.extend("--ftds-notice-success-icon-color","",n.contentSuccessIconOnly),denseHorizontalPadding:t.create("--ftds-notice-dense-horizontal-padding","","SIZE","0px"),denseVerticalPadding:t.create("--ftds-notice-dense-vertical-padding","","SIZE","0px"),denseGap:t.extend("--ftds-notice-dense-gap","",r.spacing1),denseIconSize:t.extend("--ftds-notice-dense-icon-size","",r.iconSize2),denseBorderWidth:t.create("--ftds-notice-dense-border-width","","SIZE","0")};var Fc={offHoverStateLayerOpacity:t.extend("--ftds-toggle-off-hover-state-layer-opacity","",r.opacity16),offFocusStateLayerOpacity:t.extend("--ftds-toggle-off-focus-state-layer-opacity","",r.opacity16),offActiveStateLayerOpacity:t.extend("--ftds-toggle-off-active-state-layer-opacity","",r.opacity24),offDisabledComponentOpacity:t.extend("--ftds-toggle-off-disabled-component-opacity","",r.opacity40),offBackgroundColor:t.extend("--ftds-toggle-off-background-color","",n.contentGlobalSubtle),offIconColor:t.extend("--ftds-toggle-off-icon-color","",n.contentGlobalSubtle),offStateLayerColor:t.extend("--ftds-toggle-off-state-layer-color","",n.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ftds-toggle-on-hover-state-layer-opacity","",r.opacity16),onFocusStateLayerOpacity:t.extend("--ftds-toggle-on-focus-state-layer-opacity","",r.opacity16),onActiveStateLayerOpacity:t.extend("--ftds-toggle-on-active-state-layer-opacity","",r.opacity24),onDisabledComponentOpacity:t.extend("--ftds-toggle-on-disabled-component-opacity","",r.opacity40),onBackgroundColor:t.extend("--ftds-toggle-on-background-color","",n.contentActionPrimary),onStateLayerColor:t.extend("--ftds-toggle-on-state-layer-color","",n.contentActionPrimary),onIconColor:t.extend("--ftds-toggle-on-icon-color","",n.contentActionPrimary),color:t.extend("--ftds-toggle-color","",n.contentGlobalPrimary),focusFocusRingColor:t.extend("--ftds-toggle-focus-focus-ring-color","",n.borderActionFocusRing),gap:t.extend("--ftds-toggle-gap","",r.spacing3)};var Xc={iconSize:t.extend("--ftds-notification-icon-size","",r.iconSize4),leftPadding:t.extend("--ftds-notification-left-padding","",r.spacing5),rightPadding:t.extend("--ftds-notification-right-padding","",r.spacing4),verticalPadding:t.extend("--ftds-notification-vertical-padding","",r.spacing3),infoBackgroundColor:t.extend("--ftds-notification-info-background-color","",n.backgroundInfoSubtle),infoColor:t.extend("--ftds-notification-info-color","",n.contentInfoPrimary),infoIconColor:t.extend("--ftds-notification-info-icon-color","",n.contentInfoIconOnly),infoBorderColor:t.extend("--ftds-notification-info-border-color","",n.borderInfoSubtle),successBackgroundColor:t.extend("--ftds-notification-success-background-color","",n.backgroundSuccessSubtle),successColor:t.extend("--ftds-notification-success-color","",n.contentSuccessPrimary),successIconColor:t.extend("--ftds-notification-success-icon-color","",n.contentSuccessIconOnly),successBorderColor:t.extend("--ftds-notification-success-border-color","",n.borderSuccessSubtle),warningBackgroundColor:t.extend("--ftds-notification-warning-background-color","",n.backgroundWarningSubtle),warningColor:t.extend("--ftds-notification-warning-color","",n.contentWarningPrimary),warningIconColor:t.extend("--ftds-notification-warning-icon-color","",n.contentWarningIconOnly),warningBorderColor:t.extend("--ftds-notification-warning-border-color","",n.borderWarningSubtle),errorBackgroundColor:t.extend("--ftds-notification-error-background-color","",n.backgroundErrorSubtle),errorColor:t.extend("--ftds-notification-error-color","",n.contentErrorPrimary),errorIconColor:t.extend("--ftds-notification-error-icon-color","",n.contentErrorIconOnly),errorBorderColor:t.extend("--ftds-notification-error-border-color","",n.borderErrorSubtle),borderRadius:t.extend("--ftds-notification-border-radius","",r.borderRadiusPill),borderWidth:t.create("--ftds-notification-border-width","","SIZE","1px"),leadingGap:t.extend("--ftds-notification-leading-gap","",r.spacing2),trailingGap:t.extend("--ftds-notification-trailing-gap","",r.spacing8)};var es={horizontalPadding:t.extend("--ftds-tooltip-horizontal-padding","",r.spacing2),verticalPadding:t.extend("--ftds-tooltip-vertical-padding","",r.spacing2),borderRadius:t.extend("--ftds-tooltip-border-radius","",r.borderRadiusS),color:t.extend("--ftds-tooltip-color","",n.contentGlobalOnColor),backgroundColor:t.extend("--ftds-tooltip-background-color","",n.contentGlobalPrimary),backgroundOpacity:t.extend("--ftds-tooltip-background-opacity","",r.opacity80),shadow:t.extend("--ftds-tooltip-shadow","",r.shadowElevation02),maxWidth:t.create("--ftds-tooltip-max-width","","SIZE","256px"),gap:t.extend("--ftds-tooltip-gap","",r.spacing05)};var is={verticalPadding:t.extend("--ftds-reorderable-list-vertical-padding","",r.spacing4),gap:t.extend("--ftds-reorderable-list-gap","",r.spacing1),borderRadius:t.extend("--ftds-reorderable-list-border-radius","",r.borderRadiusM),reorderableItemTitleMarginRight:t.extend("--ftds-reorderable-list-reorderable-item-title-margin-right","",r.spacing6),reorderableItemTitleColor:t.extend("--ftds-reorderable-list-reorderable-item-title-color","",n.contentGlobalPrimary),reorderableItemLeftButtonsGroupMarginRight:t.extend("--ftds-reorderable-list-reorderable-item-left-buttons-group-margin-right","",r.spacing6),reorderableItemLeftButtonsGroupHorizontalGap:t.extend("--ftds-reorderable-list-reorderable-item-left-buttons-group-horizontal-gap","",r.spacing2),reorderableItemRightButtonsGroupHorizontalGap:t.extend("--ftds-reorderable-list-reorderable-item-right-buttons-group-horizontal-gap","",r.spacing2),reorderableItemUsersCountColor:t.extend("--ftds-reorderable-list-reorderable-item-users-count-color","",n.contentGlobalPrimary),reorderableItemUsersCountMarginRight:t.extend("--ftds-reorderable-list-reorderable-item-users-count-margin-right","",r.spacing6),reorderableItemBackgroundColor:t.extend("--ftds-reorderable-list-reorderable-item-background-color","",n.backgroundGlobalOnSurface),reorderableItemWarningMessageGap:t.extend("--ftds-reorderable-list-reorderable-item-warning-message-gap","",r.spacing1),reorderableItemWarningMessageColor:t.extend("--ftds-reorderable-list-reorderable-item-warning-message-color","",n.contentWarningPrimary),reorderableItemWarningMessageIconColor:t.extend("--ftds-reorderable-list-reorderable-item-warning-message-icon-color","",n.contentWarningIconOnly),reorderableItemGripColor:t.extend("--ftds-reorderable-list-reorderable-item-grip-color","",n.contentGlobalSecondary),reorderableItemGripOpacity:t.extend("--ftds-reorderable-list-reorderable-item-grip-opacity","",r.opacity48),boxShadow:t.extend("--ftds-reorderable-list-box-shadow","",r.shadowElevation01),borderWidth:t.create("--ftds-reorderable-list-border-width","","SIZE","1px"),reorderableItemsGap:t.extend("--ftds-reorderable-list-reorderable-items-gap","",r.spacing2),leftPadding:t.extend("--ftds-reorderable-list-left-padding","",r.spacing2),rightPadding:t.extend("--ftds-reorderable-list-right-padding","",r.spacing6),borderColor:t.extend("--ftds-reorderable-list-border-color","",n.borderGlobalPrimary),backgroundColor:t.extend("--ftds-reorderable-list-background-color","",n.backgroundGlobalOnSurfaceDark)};var ds={menuHorizontalPadding:t.extend("--ftds-date-range-picker-menu-horizontal-padding","",r.spacing4),menuVerticalPadding:t.extend("--ftds-date-range-picker-menu-vertical-padding","",r.spacing4),menuVerticalGap:t.extend("--ftds-date-range-picker-menu-vertical-gap","",r.spacing4),menuButtonsVerticalGap:t.extend("--ftds-date-range-picker-menu-buttons-vertical-gap","",r.spacing2)};var _e;(function(e){e.brand="brand",e.neutral="neutral",e.info="info",e.success="success",e.warning="warning",e.error="error"})(_e||(_e={}));var ut;(function(e){e.large="large",e.medium="medium",e.small="small"})(ut||(ut={}));var Xt=h($());function Nr(e,o){let a=Ut[e];return Xt.css`
130
+ ${o?(0,Xt.unsafeCSS)(o):Xt.css`.ft-typography--${(0,Xt.unsafeCSS)(e)}`} {
131
131
  font-family: ${a.fontFamily};
132
132
  font-size: ${a.fontSize};
133
133
  font-weight: ${a.fontWeight};
@@ -136,26 +136,8 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
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")},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`
139
+ `}var Lr=m.FtCssVariableFactory.extend("--ft-typography-font-family","",m.designSystemVariables.titleFont),Lt=m.FtCssVariableFactory.extend("--ft-typography-font-family","",m.designSystemVariables.contentFont),C={fontFamily:Lt,fontSize:m.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:m.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:m.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:m.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:m.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},qt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Lr),fontSize:m.FtCssVariableFactory.extend("--ft-typography-title-font-size","",C.fontSize,"20px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",C.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",C.letterSpacing,"0.15px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-title-line-height","",C.lineHeight,"1.2"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",C.textTransform,"inherit")},Qt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Lr),fontSize:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",C.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",C.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",C.letterSpacing,"0.105px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",C.lineHeight,"1.7"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",C.textTransform,"inherit")},Jt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Lt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",C.fontSize,"16px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",C.fontWeight,"600"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",C.letterSpacing,"0.144px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",C.lineHeight,"1.5"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",C.textTransform,"inherit")},te={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Lt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",C.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",C.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",C.letterSpacing,"0.098px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",C.lineHeight,"1.7"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",C.textTransform,"inherit")},ee={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Lt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",C.fontSize,"16px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",C.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",C.letterSpacing,"0.496px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",C.lineHeight,"1.5"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",C.textTransform,"inherit")},lt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Lt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",C.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",C.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",C.letterSpacing,"0.252px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",C.lineHeight,"1.4"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",C.textTransform,"inherit")},oe={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Lt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",C.fontSize,"12px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",C.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",C.letterSpacing,"0.396px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",C.lineHeight,"1.33"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",C.textTransform,"inherit")},re={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Lt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",C.fontSize,"10px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",C.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",C.letterSpacing,"0.33px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",C.lineHeight,"1.6"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",C.textTransform,"inherit")},ae={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Lt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",C.fontSize,"10px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",C.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",C.letterSpacing,"1.5px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",C.lineHeight,"1.6"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",C.textTransform,"uppercase")},St={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Lt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-button-font-size","",C.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",C.fontWeight,"600"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",C.letterSpacing,"1.246px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-button-line-height","",C.lineHeight,"1.15"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",C.textTransform,"uppercase")},Rr=ct.css`
140
140
  .ft-typography--title {
141
- font-family: ${Yt.fontFamily};
142
- font-size: ${Yt.fontSize};
143
- font-weight: ${Yt.fontWeight};
144
- letter-spacing: ${Yt.letterSpacing};
145
- line-height: ${Yt.lineHeight};
146
- text-transform: ${Yt.textTransform};
147
- }
148
- `,wr=st.css`
149
- .ft-typography--title-dense {
150
- font-family: ${Xt.fontFamily};
151
- font-size: ${Xt.fontSize};
152
- font-weight: ${Xt.fontWeight};
153
- letter-spacing: ${Xt.letterSpacing};
154
- line-height: ${Xt.lineHeight};
155
- text-transform: ${Xt.textTransform};
156
- }
157
- `,Er=st.css`
158
- .ft-typography--subtitle1 {
159
141
  font-family: ${qt.fontFamily};
160
142
  font-size: ${qt.fontSize};
161
143
  font-weight: ${qt.fontWeight};
@@ -163,8 +145,8 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
163
145
  line-height: ${qt.lineHeight};
164
146
  text-transform: ${qt.textTransform};
165
147
  }
166
- `,Nr=st.css`
167
- .ft-typography--subtitle2 {
148
+ `,Ar=ct.css`
149
+ .ft-typography--title-dense {
168
150
  font-family: ${Qt.fontFamily};
169
151
  font-size: ${Qt.fontSize};
170
152
  font-weight: ${Qt.fontWeight};
@@ -172,9 +154,8 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
172
154
  line-height: ${Qt.lineHeight};
173
155
  text-transform: ${Qt.textTransform};
174
156
  }
175
-
176
- `,Lr=st.css`
177
- .ft-typography--body1 {
157
+ `,$r=ct.css`
158
+ .ft-typography--subtitle1 {
178
159
  font-family: ${Jt.fontFamily};
179
160
  font-size: ${Jt.fontSize};
180
161
  font-weight: ${Jt.fontWeight};
@@ -182,17 +163,8 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
182
163
  line-height: ${Jt.lineHeight};
183
164
  text-transform: ${Jt.textTransform};
184
165
  }
185
- `,Rr=st.css`
186
- .ft-typography--body2 {
187
- font-family: ${lt.fontFamily};
188
- font-size: ${lt.fontSize};
189
- font-weight: ${lt.fontWeight};
190
- letter-spacing: ${lt.letterSpacing};
191
- line-height: ${lt.lineHeight};
192
- text-transform: ${lt.textTransform};
193
- }
194
- `,Ar=st.css`
195
- .ft-typography--caption {
166
+ `,Br=ct.css`
167
+ .ft-typography--subtitle2 {
196
168
  font-family: ${te.fontFamily};
197
169
  font-size: ${te.fontSize};
198
170
  font-weight: ${te.fontWeight};
@@ -200,8 +172,9 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
200
172
  line-height: ${te.lineHeight};
201
173
  text-transform: ${te.textTransform};
202
174
  }
203
- `,$r=st.css`
204
- .ft-typography--breadcrumb {
175
+
176
+ `,Ir=ct.css`
177
+ .ft-typography--body1 {
205
178
  font-family: ${ee.fontFamily};
206
179
  font-size: ${ee.fontSize};
207
180
  font-weight: ${ee.fontWeight};
@@ -209,8 +182,17 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
209
182
  line-height: ${ee.lineHeight};
210
183
  text-transform: ${ee.textTransform};
211
184
  }
212
- `,Br=st.css`
213
- .ft-typography--overline {
185
+ `,Pr=ct.css`
186
+ .ft-typography--body2 {
187
+ font-family: ${lt.fontFamily};
188
+ font-size: ${lt.fontSize};
189
+ font-weight: ${lt.fontWeight};
190
+ letter-spacing: ${lt.letterSpacing};
191
+ line-height: ${lt.lineHeight};
192
+ text-transform: ${lt.textTransform};
193
+ }
194
+ `,zr=ct.css`
195
+ .ft-typography--caption {
214
196
  font-family: ${oe.fontFamily};
215
197
  font-size: ${oe.fontSize};
216
198
  font-weight: ${oe.fontWeight};
@@ -218,20 +200,38 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
218
200
  line-height: ${oe.lineHeight};
219
201
  text-transform: ${oe.textTransform};
220
202
  }
221
- `,Ir=st.css`
203
+ `,kr=ct.css`
204
+ .ft-typography--breadcrumb {
205
+ font-family: ${re.fontFamily};
206
+ font-size: ${re.fontSize};
207
+ font-weight: ${re.fontWeight};
208
+ letter-spacing: ${re.letterSpacing};
209
+ line-height: ${re.lineHeight};
210
+ text-transform: ${re.textTransform};
211
+ }
212
+ `,Wr=ct.css`
213
+ .ft-typography--overline {
214
+ font-family: ${ae.fontFamily};
215
+ font-size: ${ae.fontSize};
216
+ font-weight: ${ae.fontWeight};
217
+ letter-spacing: ${ae.letterSpacing};
218
+ line-height: ${ae.lineHeight};
219
+ text-transform: ${ae.textTransform};
220
+ }
221
+ `,Tr=ct.css`
222
222
  .ft-typography--button {
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};
223
+ font-family: ${St.fontFamily};
224
+ font-size: ${St.fontSize};
225
+ font-weight: ${St.fontWeight};
226
+ letter-spacing: ${St.letterSpacing};
227
+ line-height: ${St.lineHeight};
228
+ text-transform: ${St.textTransform};
229
229
  }
230
- `,Pr=st.css`
230
+ `,Hr=ct.css`
231
231
  .ft-typography {
232
232
  vertical-align: inherit;
233
233
  }
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`
234
+ `,_r=[Object.keys(Ut).map(e=>Nr(e))];var Dr=h($()),gt=h(L()),k={size:gt.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:gt.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",gt.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:gt.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",gt.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:gt.FtCssVariableFactory.extend("--ft-icon-material-font-family","",gt.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:gt.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},Gr=[Dr.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("--ftds-con
240
240
  }
241
241
 
242
242
  :host {
243
- width: ${z.size};
244
- height: ${z.size};
243
+ width: ${k.size};
244
+ height: ${k.size};
245
245
  }
246
246
 
247
247
  i.ft-icon {
248
248
  width: 100%;
249
249
  height: 100%;
250
- font-size: ${z.size};
250
+ font-size: ${k.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("--ftds-con
258
258
  text-rendering: auto;
259
259
  -webkit-font-smoothing: antialiased;
260
260
  -moz-osx-font-smoothing: grayscale;
261
- vertical-align: ${z.verticalAlign};
261
+ vertical-align: ${k.verticalAlign};
262
262
  }
263
263
 
264
264
  i.ft-icon.ft-icon--fluid-topics {
265
- font-family: ${z.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
265
+ font-family: ${k.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
266
266
 
267
267
  /* Ugly fix because font is broken */
268
- font-size: calc(0.75 * ${z.size});
269
- line-height: ${z.size};
268
+ font-size: calc(0.75 * ${k.size});
269
+ line-height: ${k.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: ${z.fileFormatFontFamily}, ft-mime, sans-serif;
276
+ font-family: ${k.fileFormatFontFamily}, ft-mime, sans-serif;
277
277
  }
278
278
 
279
279
  .ft-icon--material {
280
- font-family: ${z.materialFontFamily}, "Material Icons", sans-serif;
280
+ font-family: ${k.materialFontFamily}, "Material Icons", sans-serif;
281
281
  }
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`
282
+ `,gt.noTextSelect];var or=h(L());var ke=h(rt()),on=h(L());var Kr=h($()),v=h(L());var Ur=h($()),Oe=h(L()),B={color:Oe.FtCssVariableFactory.extend("--ft-loader-color","",Oe.designSystemVariables.colorPrimary),size:Oe.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},Mr=Ur.css`
283
283
  :host {
284
284
  line-height: 0;
285
285
  }
@@ -288,8 +288,8 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
288
288
  display: inline-block;
289
289
  position: relative;
290
290
 
291
- width: ${$.size};
292
- height: ${$.size};
291
+ width: ${B.size};
292
+ height: ${B.size};
293
293
  }
294
294
 
295
295
  .ft-loader div {
@@ -298,7 +298,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
298
298
  width: 25%;
299
299
  height: 25%;
300
300
  border-radius: 50%;
301
- background: ${$.color};
301
+ background: ${B.color};
302
302
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
303
303
  }
304
304
 
@@ -345,10 +345,10 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
345
345
  transform: translate(0, 0);
346
346
  }
347
347
  100% {
348
- transform: translate(calc(0.35 * ${$.size}), 0);
348
+ transform: translate(calc(0.35 * ${B.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","",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`
351
+ `;var Zr=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:Zr,fontSize:v.FtCssVariableFactory.extend("--ft-button-font-size","",St.fontSize),iconSize:v.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:v.FtCssVariableFactory.extend("--ft-button-ripple-color","",Zr),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")},Fr=v.FtCssVariableFactory.extend("--ft-button-primary-color","",v.FtCssVariableFactory.extend("--ft-button-color","",v.designSystemVariables.colorOnPrimary)),Ao={backgroundColor:v.FtCssVariableFactory.extend("--ft-button-primary-background-color","",v.FtCssVariableFactory.extend("--ft-button-background-color","",v.designSystemVariables.colorPrimary)),color:Fr,rippleColor:v.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",Fr)},Ot={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")},Vr=[Kr.css`
352
352
  :host {
353
353
  display: inline-block;
354
354
  max-width: 100%;
@@ -391,8 +391,8 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
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)(z.size,P.iconSize)};
395
- ${(0,v.setVariable)(y.color,P.rippleColor)};
394
+ ${(0,v.setVariable)(k.size,P.iconSize)};
395
+ ${(0,v.setVariable)(u.color,P.rippleColor)};
396
396
 
397
397
  border-radius: ${P.borderRadius};
398
398
  padding: ${P.verticalPadding} ${P.horizontalPadding};
@@ -407,13 +407,13 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
407
407
  }
408
408
 
409
409
  .ft-button.ft-button--dense {
410
- padding: ${St.verticalPadding} ${St.horizontalPadding};
411
- border-radius: ${St.borderRadius};
412
- gap: ${St.iconPadding};
410
+ padding: ${Ot.verticalPadding} ${Ot.horizontalPadding};
411
+ border-radius: ${Ot.borderRadius};
412
+ gap: ${Ot.iconPadding};
413
413
  }
414
414
 
415
415
  .ft-button.ft-button--dense.ft-button--outlined {
416
- padding: calc(${St.verticalPadding} - 1px) calc(${St.horizontalPadding} - 1px);
416
+ padding: calc(${Ot.verticalPadding} - 1px) calc(${Ot.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("--ftds-con
425
425
  }
426
426
 
427
427
  .ft-button--round.ft-button--dense {
428
- border-radius: calc(var(--button-internal-line-height) / 2 + ${St.verticalPadding});
428
+ border-radius: calc(var(--button-internal-line-height) / 2 + ${Ot.verticalPadding});
429
429
  }
430
430
 
431
431
  .ft-button[disabled] {
@@ -434,9 +434,9 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
434
434
  }
435
435
 
436
436
  .ft-button.ft-button--primary {
437
- background-color: ${Qe.backgroundColor};
438
- --button-internal-color: ${Qe.color};
439
- ${(0,v.setVariable)(y.color,Qe.rippleColor)};
437
+ background-color: ${Ao.backgroundColor};
438
+ --button-internal-color: ${Ao.color};
439
+ ${(0,v.setVariable)(u.color,Ao.rippleColor)};
440
440
  }
441
441
 
442
442
  .ft-button:focus {
@@ -450,12 +450,12 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
450
450
  text-overflow: ellipsis;
451
451
  display: block;
452
452
  margin: 0 ${P.iconPadding};
453
- ${(0,v.setVariable)(Ct.fontSize,"1em")};
454
- ${(0,v.setVariable)(Ct.lineHeight,"var(--button-internal-line-height)")};
453
+ ${(0,v.setVariable)(St.fontSize,"1em")};
454
+ ${(0,v.setVariable)(St.lineHeight,"var(--button-internal-line-height)")};
455
455
  }
456
456
 
457
457
  .ft-button--dense .ft-button--label {
458
- margin: 0 ${St.iconPadding};
458
+ margin: 0 ${Ot.iconPadding};
459
459
  }
460
460
 
461
461
  .ft-button--label[hidden] {
@@ -473,8 +473,8 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
473
473
  }
474
474
 
475
475
  .ft-button--dense .ft-button--label[hidden] + [part="icon"] {
476
- margin: 0 calc(${St.horizontalPadding} * -1);
477
- padding: 0 ${St.verticalPadding};
476
+ margin: 0 calc(${Ot.horizontalPadding} * -1);
477
+ padding: 0 ${Ot.verticalPadding};
478
478
  }
479
479
 
480
480
  .ft-button:not(.ft-button--trailing-icon) [part="label"] {
@@ -482,31 +482,49 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
482
482
  }
483
483
 
484
484
  ft-loader {
485
- ${(0,v.setVariable)($.size,P.iconSize)};
486
- ${(0,v.setVariable)($.color,"var(--button-internal-color)")};
485
+ ${(0,v.setVariable)(B.size,P.iconSize)};
486
+ ${(0,v.setVariable)(B.color,"var(--button-internal-color)")};
487
487
  }
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`
488
+ `,v.noTextSelect];var Ht=h(L());var qr=h(L());var Yr=h($()),V=h(rt()),Xr=h(ve()),we=h(L());var Q=function(e,o,a,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(c=(l<3?s(c):l>3?s(o,a,c):s(o,a))||c);return l>3&&c&&Object.defineProperty(o,a,c),c},I=class extends we.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 we.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 we.Debouncer(10),this.moveRipple=o=>{var a,i;let{x:l,y:c}=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(l!=null?l-s.x:s.width/2),this.originY=Math.round(c!=null?c-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 Yr.html`
489
489
  <style>
490
490
  .ft-ripple .ft-ripple--effect {
491
491
  left: ${this.originX}px;
492
492
  top: ${this.originY}px;
493
493
  }
494
494
  </style>
495
- <div class="${(0,Fr.classMap)(o)}">
495
+ <div class="${(0,Xr.classMap)(o)}">
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)},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
- \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"),_=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
- <${lo(this.element)}
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)=>y=>{p.forEach(b=>window.addEventListener(b,this.endPress,{once:!0})),this.startPress(y)},i=a("mouseup","contextmenu"),l=a("touchend","touchcancel"),c=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",l,s),o.addEventListener("touchmove",this.moveRipple,s),o.addEventListener("keydown",c,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",l,s),o.removeEventListener("touchmove",this.moveRipple,s),o.removeEventListener("keydown",c,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,l,c;return a.x!=null?{x:l,y:c}=a:i.touches!=null&&(l=i.touches[0].clientX,c=i.touches[0].clientY),{x:l,y:c}}isFocusVisible(o){return o instanceof HTMLElement?o.matches(":focus-visible"):!0}isIgnored(o){if(this.disabled)return!0;if(o!=null)for(let a of o.composedPath()){if(a===this.target)break;if("hasAttribute"in a&&a.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};I.elementDefinitions={};I.styles=wr;Q([(0,V.property)({type:Boolean})],I.prototype,"primary",void 0);Q([(0,V.property)({type:Boolean})],I.prototype,"secondary",void 0);Q([(0,V.property)({type:Boolean})],I.prototype,"unbounded",void 0);Q([(0,V.property)({type:Boolean})],I.prototype,"activated",void 0);Q([(0,V.property)({type:Boolean})],I.prototype,"selected",void 0);Q([(0,V.property)({type:Boolean})],I.prototype,"disabled",void 0);Q([(0,V.state)()],I.prototype,"hovered",void 0);Q([(0,V.state)()],I.prototype,"focused",void 0);Q([(0,V.state)()],I.prototype,"pressed",void 0);Q([(0,V.state)()],I.prototype,"rippling",void 0);Q([(0,V.state)()],I.prototype,"originX",void 0);Q([(0,V.state)()],I.prototype,"originY",void 0);Q([(0,V.query)(".ft-ripple")],I.prototype,"ripple",void 0);Q([(0,V.query)(".ft-ripple--effect")],I.prototype,"rippleEffect",void 0);(0,qr.customElement)("ft-ripple")(I);var Ka=h(L());var Fa=h($()),it=h(rt()),tt=h(L());var Uo=h(L());var Wo=globalThis,De=Wo.trustedTypes,Qr=De?De.createPolicy("lit-html",{createHTML:e=>e}):void 0,aa="$lit$",zt=`lit$${Math.random().toFixed(9).slice(2)}$`,na="?"+zt,Ln=`<${na}>`,Ft=document,Ge=()=>Ft.createComment(""),Ne=e=>e===null||typeof e!="object"&&typeof e!="function",To=Array.isArray,Rn=e=>To(e)||typeof e?.[Symbol.iterator]=="function",$o=`[
500
+ \f\r]`,Ee=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Jr=/-->/g,ta=/>/g,Mt=RegExp(`>|${$o}(?:([^\\s"'>=/]+)(${$o}*=${$o}*(?:[^
501
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),ea=/'/g,oa=/"/g,ia=/^(?:script|style|textarea|title)$/i,Ho=e=>(o,...a)=>({_$litType$:e,strings:o,values:a}),la=Ho(1),ca=Ho(2),sa=Ho(3),Le=Symbol.for("lit-noChange"),_=Symbol.for("lit-nothing"),ra=new WeakMap,Zt=Ft.createTreeWalker(Ft,129);function da(e,o){if(!To(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Qr!==void 0?Qr.createHTML(o):o}var An=(e,o)=>{let a=e.length-1,i=[],l,c=o===2?"<svg>":o===3?"<math>":"",s=Ee;for(let p=0;p<a;p++){let y=e[p],b,S,x=-1,N=0;for(;N<y.length&&(s.lastIndex=N,S=s.exec(y),S!==null);)N=s.lastIndex,s===Ee?S[1]==="!--"?s=Jr:S[1]!==void 0?s=ta:S[2]!==void 0?(ia.test(S[2])&&(l=RegExp("</"+S[2],"g")),s=Mt):S[3]!==void 0&&(s=Mt):s===Mt?S[0]===">"?(s=l??Ee,x=-1):S[1]===void 0?x=-2:(x=s.lastIndex-S[2].length,b=S[1],s=S[3]===void 0?Mt:S[3]==='"'?oa:ea):s===oa||s===ea?s=Mt:s===Jr||s===ta?s=Ee:(s=Mt,l=void 0);let E=s===Mt&&e[p+1].startsWith("/>")?" ":"";c+=s===Ee?y+Ln:x>=0?(i.push(b),y.slice(0,x)+aa+y.slice(x)+zt+E):y+zt+(x===-2?p:E)}return[da(e,c+(e[a]||"<?>")+(o===2?"</svg>":o===3?"</math>":"")),i]},Re=class e{constructor({strings:o,_$litType$:a},i){let l;this.parts=[];let c=0,s=0,p=o.length-1,y=this.parts,[b,S]=An(o,a);if(this.el=e.createElement(b,i),Zt.currentNode=this.el.content,a===2||a===3){let x=this.el.content.firstChild;x.replaceWith(...x.childNodes)}for(;(l=Zt.nextNode())!==null&&y.length<p;){if(l.nodeType===1){if(l.hasAttributes())for(let x of l.getAttributeNames())if(x.endsWith(aa)){let N=S[s++],E=l.getAttribute(x).split(zt),R=/([.?@])?(.*)/.exec(N);y.push({type:1,index:c,name:R[2],strings:E,ctor:R[1]==="."?Io:R[1]==="?"?Po:R[1]==="@"?zo:ie}),l.removeAttribute(x)}else x.startsWith(zt)&&(y.push({type:6,index:c}),l.removeAttribute(x));if(ia.test(l.tagName)){let x=l.textContent.split(zt),N=x.length-1;if(N>0){l.textContent=De?De.emptyScript:"";for(let E=0;E<N;E++)l.append(x[E],Ge()),Zt.nextNode(),y.push({type:2,index:++c});l.append(x[N],Ge())}}}else if(l.nodeType===8)if(l.data===na)y.push({type:2,index:c});else{let x=-1;for(;(x=l.data.indexOf(zt,x+1))!==-1;)y.push({type:7,index:c}),x+=zt.length-1}c++}}static createElement(o,a){let i=Ft.createElement("template");return i.innerHTML=o,i}};function ne(e,o,a=e,i){if(o===Le)return o;let l=i!==void 0?a._$Co?.[i]:a._$Cl,c=Ne(o)?void 0:o._$litDirective$;return l?.constructor!==c&&(l?._$AO?.(!1),c===void 0?l=void 0:(l=new c(e),l._$AT(e,a,i)),i!==void 0?(a._$Co??=[])[i]=l:a._$Cl=l),l!==void 0&&(o=ne(e,l._$AS(e,o.values),l,i)),o}var Bo=class{constructor(o,a){this._$AV=[],this._$AN=void 0,this._$AD=o,this._$AM=a}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(o){let{el:{content:a},parts:i}=this._$AD,l=(o?.creationScope??Ft).importNode(a,!0);Zt.currentNode=l;let c=Zt.nextNode(),s=0,p=0,y=i[0];for(;y!==void 0;){if(s===y.index){let b;y.type===2?b=new Ue(c,c.nextSibling,this,o):y.type===1?b=new y.ctor(c,y.name,y.strings,this,o):y.type===6&&(b=new ko(c,this,o)),this._$AV.push(b),y=i[++p]}s!==y?.index&&(c=Zt.nextNode(),s++)}return Zt.currentNode=Ft,l}p(o){let a=0;for(let i of this._$AV)i!==void 0&&(i.strings!==void 0?(i._$AI(o,i,a),a+=i.strings.length-2):i._$AI(o[a])),a++}},Ue=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(o,a,i,l){this.type=2,this._$AH=_,this._$AN=void 0,this._$AA=o,this._$AB=a,this._$AM=i,this.options=l,this._$Cv=l?.isConnected??!0}get parentNode(){let o=this._$AA.parentNode,a=this._$AM;return a!==void 0&&o?.nodeType===11&&(o=a.parentNode),o}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(o,a=this){o=ne(this,o,a),Ne(o)?o===_||o==null||o===""?(this._$AH!==_&&this._$AR(),this._$AH=_):o!==this._$AH&&o!==Le&&this._(o):o._$litType$!==void 0?this.$(o):o.nodeType!==void 0?this.T(o):Rn(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!==_&&Ne(this._$AH)?this._$AA.nextSibling.data=o:this.T(Ft.createTextNode(o)),this._$AH=o}$(o){let{values:a,_$litType$:i}=o,l=typeof i=="number"?this._$AC(o):(i.el===void 0&&(i.el=Re.createElement(da(i.h,i.h[0]),this.options)),i);if(this._$AH?._$AD===l)this._$AH.p(a);else{let c=new Bo(l,this),s=c.u(this.options);c.p(a),this.T(s),this._$AH=c}}_$AC(o){let a=ra.get(o.strings);return a===void 0&&ra.set(o.strings,a=new Re(o)),a}k(o){To(this._$AH)||(this._$AH=[],this._$AR());let a=this._$AH,i,l=0;for(let c of o)l===a.length?a.push(i=new e(this.O(Ge()),this.O(Ge()),this,this.options)):i=a[l],i._$AI(c),l++;l<a.length&&(this._$AR(i&&i._$AB.nextSibling,l),a.length=l)}_$AR(o=this._$AA.nextSibling,a){for(this._$AP?.(!1,!0,a);o&&o!==this._$AB;){let i=o.nextSibling;o.remove(),o=i}}setConnected(o){this._$AM===void 0&&(this._$Cv=o,this._$AP?.(o))}},ie=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(o,a,i,l,c){this.type=1,this._$AH=_,this._$AN=void 0,this.element=o,this.name=a,this._$AM=l,this.options=c,i.length>2||i[0]!==""||i[1]!==""?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=_}_$AI(o,a=this,i,l){let c=this.strings,s=!1;if(c===void 0)o=ne(this,o,a,0),s=!Ne(o)||o!==this._$AH&&o!==Le,s&&(this._$AH=o);else{let p=o,y,b;for(o=c[0],y=0;y<c.length-1;y++)b=ne(this,p[i+y],a,y),b===Le&&(b=this._$AH[y]),s||=!Ne(b)||b!==this._$AH[y],b===_?o=_:o!==_&&(o+=(b??"")+c[y+1]),this._$AH[y]=b}s&&!l&&this.j(o)}j(o){o===_?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,o??"")}},Io=class extends ie{constructor(){super(...arguments),this.type=3}j(o){this.element[this.name]=o===_?void 0:o}},Po=class extends ie{constructor(){super(...arguments),this.type=4}j(o){this.element.toggleAttribute(this.name,!!o&&o!==_)}},zo=class extends ie{constructor(o,a,i,l,c){super(o,a,i,l,c),this.type=5}_$AI(o,a=this){if((o=ne(this,o,a,0)??_)===Le)return;let i=this._$AH,l=o===_&&i!==_||o.capture!==i.capture||o.once!==i.once||o.passive!==i.passive,c=o!==_&&(i===_||l);l&&this.element.removeEventListener(this.name,this,i),c&&this.element.addEventListener(this.name,this,o),this._$AH=o}handleEvent(o){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,o):this._$AH.handleEvent(o)}},ko=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){ne(this,o)}};var $n=Wo.litHtmlPolyfillSupport;$n?.(Re,Ue),(Wo.litHtmlVersions??=[]).push("3.3.0");var fa=Symbol.for(""),Bn=e=>{if(e?.r===fa)return e?._$litStatic$},le=e=>({_$litStatic$:e,r:fa});var pa=new Map,_o=e=>(o,...a)=>{let i=a.length,l,c,s=[],p=[],y,b=0,S=!1;for(;b<i;){for(y=o[b];b<i&&(c=a[b],(l=Bn(c))!==void 0);)y+=l+o[++b],S=!0;b!==i&&p.push(c),s.push(y),b++}if(b===i&&s.push(o[i]),S){let x=s.join("$$lit$$");(o=pa.get(x))===void 0&&(s.raw=s,pa.set(x,o=s)),a=p}return e(o,...a)},ce=_o(la),Kd=_o(ca),Vd=_o(sa);var Do=h(rt()),ua=h(L());var se;(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"})(se||(se={}));var ya=function(e,o,a,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(c=(l<3?s(c):l>3?s(o,a,c):s(o,a))||c);return l>3&&c&&Object.defineProperty(o,a,c),c},at=class extends ua.FtLitElement{constructor(){super(...arguments),this.variant=se.body1}render(){return this.element?ce`
502
+ <${le(this.element)}
503
503
  part="text"
504
504
  class="ft-typography ft-typography--${this.variant}">
505
505
  <slot></slot>
506
- </${lo(this.element)}>
507
- `:po`
506
+ </${le(this.element)}>
507
+ `:ce`
508
508
  <slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
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`
509
+ `}};at.styles=[Rr,Ar,$r,Br,Ir,Pr,zr,kr,Wr,Tr,Hr,..._r];ya([(0,Do.property)()],at.prototype,"element",void 0);ya([(0,Do.property)()],at.prototype,"variant",void 0);var Go=h(rt()),ma=h(L());var ht;(function(e){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"})(ht||(ht={}));var de=h($());function In(e,o){let a=Ut[e];return de.css`
510
+ ${o?(0,de.unsafeCSS)(o):de.css`.ftds-typography--${(0,de.unsafeCSS)(e)}`} {
511
+ font-family: ${a.fontFamily};
512
+ font-size: ${a.fontSize};
513
+ font-weight: ${a.fontWeight};
514
+ letter-spacing: ${a.letterSpacing};
515
+ line-height: ${a.lineHeight};
516
+ text-decoration: ${a.textDecoration};
517
+ text-transform: ${a.textCase};
518
+ }
519
+ `}var ga=[Object.keys(Ut).map(e=>In(e))];var ha=function(e,o,a,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(c=(l<3?s(c):l>3?s(o,a,c):s(o,a))||c);return l>3&&c&&Object.defineProperty(o,a,c),c},mt=class extends ma.FtLitElement{constructor(){super(...arguments),this.variant=ht.body2medium}render(){return this.element?ce`
520
+ <${le(this.element)}
521
+ part="text"
522
+ class="ftds-typography ftds-typography--${this.variant}">
523
+ <slot></slot>
524
+ </${le(this.element)}>
525
+ `:ce`
526
+ <slot part="text" class="ftds-typography ftds-typography--${this.variant}"></slot>
527
+ `}};mt.styles=[...ga];ha([(0,Go.property)()],mt.prototype,"element",void 0);ha([(0,Go.property)()],mt.prototype,"variant",void 0);(0,Uo.customElement)("ft-typography")(at);(0,Uo.customElement)("ftds-typography")(mt);var ba=h($()),Rt=h(L()),pe={distance:Rt.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Rt.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Rt.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:Rt.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:Rt.FtCssVariableFactory.external(Rt.designSystemVariables.borderRadiusS,"Design system"),maxWidth:Rt.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},xa=ba.css`
510
528
  .ft-tooltip--container {
511
529
  display: block;
512
530
  }
@@ -521,21 +539,21 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
521
539
  box-sizing: border-box;
522
540
  overflow: hidden;
523
541
  width: max-content;
524
- max-width: ${ne.maxWidth};
542
+ max-width: ${pe.maxWidth};
525
543
  text-align: center;
526
- padding: ${ne.distance};
527
- z-index: ${ne.zIndex};
544
+ padding: ${pe.distance};
545
+ z-index: ${pe.zIndex};
528
546
  }
529
547
 
530
548
  .ft-tooltip--content {
531
549
  padding: 4px 8px;
532
- border-radius: ${ne.borderRadiusS};
533
- background-color: ${ne.backgroundColor};
534
- color: ${ne.color};
550
+ border-radius: ${pe.borderRadiusS};
551
+ background-color: ${pe.backgroundColor};
552
+ color: ${pe.color};
535
553
  position: relative;
536
554
  word-break: break-word;
537
555
  }
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`
556
+ `;var Sa=["top","right","bottom","left"],Ca=["start","end"],Zo=Sa.reduce((e,o)=>e.concat(o,o+"-"+Ca[0],o+"-"+Ca[1]),[]),Oa=Math.min,va=Math.max;var Pn={left:"right",right:"left",bottom:"top",top:"bottom"},zn={start:"end",end:"start"};function Fo(e,o,a){return va(e,Oa(o,a))}function Me(e,o){return typeof e=="function"?e(o):e}function fe(e){return e.split("-")[0]}function kt(e){return e.split("-")[1]}function Ko(e){return e==="x"?"y":"x"}function Vo(e){return e==="y"?"height":"width"}function Ze(e){return["top","bottom"].includes(fe(e))?"y":"x"}function jo(e){return Ko(Ze(e))}function wa(e,o,a){a===void 0&&(a=!1);let i=kt(e),l=jo(e),c=Vo(l),s=l==="x"?i===(a?"end":"start")?"right":"left":i==="start"?"bottom":"top";return o.reference[c]>o.floating[c]&&(s=Mo(s)),[s,Mo(s)]}function Ea(e){return e.replace(/start|end/g,o=>zn[o])}function Mo(e){return e.replace(/left|right|bottom|top/g,o=>Pn[o])}function kn(e){return{top:0,right:0,bottom:0,left:0,...e}}function Na(e){return typeof e!="number"?kn(e):{top:e,right:e,bottom:e,left:e}}function Kt(e){let{x:o,y:a,width:i,height:l}=e;return{width:i,height:l,top:a,left:o,right:o+i,bottom:a+l,x:o,y:a}}function La(e,o,a){let{reference:i,floating:l}=e,c=Ze(o),s=jo(o),p=Vo(s),y=fe(o),b=c==="y",S=i.x+i.width/2-l.width/2,x=i.y+i.height/2-l.height/2,N=i[p]/2-l[p]/2,E;switch(y){case"top":E={x:S,y:i.y-l.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-l.width,y:x};break;default:E={x:i.x,y:i.y}}switch(kt(o)){case"start":E[s]-=N*(a&&b?-1:1);break;case"end":E[s]+=N*(a&&b?-1:1);break}return E}var Ra=async(e,o,a)=>{let{placement:i="bottom",strategy:l="absolute",middleware:c=[],platform:s}=a,p=c.filter(Boolean),y=await(s.isRTL==null?void 0:s.isRTL(o)),b=await s.getElementRects({reference:e,floating:o,strategy:l}),{x:S,y:x}=La(b,i,y),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:It,reset:Y}=await T({x:S,y:x,initialPlacement:i,placement:N,strategy:l,middlewareData:E,rects:b,platform:s,elements:{reference:e,floating:o}});S=U??S,x=q??x,E={...E,[G]:{...E[G],...It}},Y&&R<=50&&(R++,typeof Y=="object"&&(Y.placement&&(N=Y.placement),Y.rects&&(b=Y.rects===!0?await s.getElementRects({reference:e,floating:o,strategy:l}):Y.rects),{x:S,y:x}=La(b,N,y)),W=-1)}return{x:S,y:x,placement:N,strategy:l,middlewareData:E}};async function Yo(e,o){var a;o===void 0&&(o={});let{x:i,y:l,platform:c,rects:s,elements:p,strategy:y}=e,{boundary:b="clippingAncestors",rootBoundary:S="viewport",elementContext:x="floating",altBoundary:N=!1,padding:E=0}=Me(o,e),R=Na(E),G=p[N?x==="floating"?"reference":"floating":x],T=Kt(await c.getClippingRect({element:(a=await(c.isElement==null?void 0:c.isElement(G)))==null||a?G:G.contextElement||await(c.getDocumentElement==null?void 0:c.getDocumentElement(p.floating)),boundary:b,rootBoundary:S,strategy:y})),U=x==="floating"?{x:i,y:l,width:s.floating.width,height:s.floating.height}:s.reference,q=await(c.getOffsetParent==null?void 0:c.getOffsetParent(p.floating)),It=await(c.isElement==null?void 0:c.isElement(q))?await(c.getScale==null?void 0:c.getScale(q))||{x:1,y:1}:{x:1,y:1},Y=Kt(c.convertOffsetParentRelativeRectToViewportRelativeRect?await c.convertOffsetParentRelativeRectToViewportRelativeRect({elements:p,rect:U,offsetParent:q,strategy:y}):U);return{top:(T.top-Y.top+R.top)/It.y,bottom:(Y.bottom-T.bottom+R.bottom)/It.y,left:(T.left-Y.left+R.left)/It.x,right:(Y.right-T.right+R.right)/It.x}}function Wn(e,o,a){return(e?[...a.filter(l=>kt(l)===e),...a.filter(l=>kt(l)!==e)]:a.filter(l=>fe(l)===l)).filter(l=>e?kt(l)===e||(o?Ea(l)!==l:!1):!0)}var Xo=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(o){var a,i,l;let{rects:c,middlewareData:s,placement:p,platform:y,elements:b}=o,{crossAxis:S=!1,alignment:x,allowedPlacements:N=Zo,autoAlignment:E=!0,...R}=Me(e,o),W=x!==void 0||N===Zo?Wn(x||null,E,N):N,G=await Yo(o,R),T=((a=s.autoPlacement)==null?void 0:a.index)||0,U=W[T];if(U==null)return{};let q=wa(U,c,await(y.isRTL==null?void 0:y.isRTL(b.floating)));if(p!==U)return{reset:{placement:W[0]}};let It=[G[fe(U)],G[q[0]],G[q[1]]],Y=[...((i=s.autoPlacement)==null?void 0:i.overflows)||[],{placement:U,overflows:It}],lr=W[T+1];if(lr)return{data:{index:T+1,overflows:Y},reset:{placement:lr}};let cr=Y.map(Ct=>{let Ce=kt(Ct.placement);return[Ct.placement,Ce&&S?Ct.overflows.slice(0,2).reduce((bn,xn)=>bn+xn,0):Ct.overflows[0],Ct.overflows]}).sort((Ct,Ce)=>Ct[1]-Ce[1]),sr=((l=cr.filter(Ct=>Ct[2].slice(0,kt(Ct[0])?2:3).every(Ce=>Ce<=0))[0])==null?void 0:l[0])||cr[0][0];return sr!==p?{data:{index:T+1,overflows:Y},reset:{placement:sr}}:{}}}};var qo=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(o){let{x:a,y:i,placement:l}=o,{mainAxis:c=!0,crossAxis:s=!1,limiter:p={fn:G=>{let{x:T,y:U}=G;return{x:T,y:U}}},...y}=Me(e,o),b={x:a,y:i},S=await Yo(o,y),x=Ze(fe(l)),N=Ko(x),E=b[N],R=b[x];if(c){let G=N==="y"?"top":"left",T=N==="y"?"bottom":"right",U=E+S[G],q=E-S[T];E=Fo(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=Fo(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]:c,[x]:s}}}}}};var Qo=Math.min,ye=Math.max,Ae=Math.round;var At=e=>({x:e,y:e});function $t(e){return $a(e)?(e.nodeName||"").toLowerCase():"#document"}function J(e){var o;return(e==null||(o=e.ownerDocument)==null?void 0:o.defaultView)||window}function Bt(e){var o;return(o=($a(e)?e.ownerDocument:e.document)||window.document)==null?void 0:o.documentElement}function $a(e){return e instanceof Node||e instanceof J(e).Node}function vt(e){return e instanceof Element||e instanceof J(e).Element}function bt(e){return e instanceof HTMLElement||e instanceof J(e).HTMLElement}function Aa(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof J(e).ShadowRoot}function ue(e){let{overflow:o,overflowX:a,overflowY:i,display:l}=nt(e);return/auto|scroll|overlay|hidden|clip/.test(o+i+a)&&!["inline","contents"].includes(l)}function Ba(e){return["table","td","th"].includes($t(e))}function Ke(e){let o=Ve(),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 Ia(e){let o=Vt(e);for(;bt(o)&&!$e(o);){if(Ke(o))return o;o=Vt(o)}return null}function Ve(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function $e(e){return["html","body","#document"].includes($t(e))}function nt(e){return J(e).getComputedStyle(e)}function Be(e){return vt(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Vt(e){if($t(e)==="html")return e;let o=e.assignedSlot||e.parentNode||Aa(e)&&e.host||Bt(e);return Aa(o)?o.host:o}function Pa(e){let o=Vt(e);return $e(o)?e.ownerDocument?e.ownerDocument.body:e.body:bt(o)&&ue(o)?o:Pa(o)}function Fe(e,o,a){var i;o===void 0&&(o=[]),a===void 0&&(a=!0);let l=Pa(e),c=l===((i=e.ownerDocument)==null?void 0:i.body),s=J(l);return c?o.concat(s,s.visualViewport||[],ue(l)?l:[],s.frameElement&&a?Fe(s.frameElement):[]):o.concat(l,Fe(l,[],a))}function Wa(e){let o=nt(e),a=parseFloat(o.width)||0,i=parseFloat(o.height)||0,l=bt(e),c=l?e.offsetWidth:a,s=l?e.offsetHeight:i,p=Ae(a)!==c||Ae(i)!==s;return p&&(a=c,i=s),{width:a,height:i,$:p}}function Ta(e){return vt(e)?e:e.contextElement}function ge(e){let o=Ta(e);if(!bt(o))return At(1);let a=o.getBoundingClientRect(),{width:i,height:l,$:c}=Wa(o),s=(c?Ae(a.width):a.width)/i,p=(c?Ae(a.height):a.height)/l;return(!s||!Number.isFinite(s))&&(s=1),(!p||!Number.isFinite(p))&&(p=1),{x:s,y:p}}var _n=At(0);function Ha(e){let o=J(e);return!Ve()||!o.visualViewport?_n:{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}}function Dn(e,o,a){return o===void 0&&(o=!1),!a||o&&a!==J(e)?!1:o}function Ie(e,o,a,i){o===void 0&&(o=!1),a===void 0&&(a=!1);let l=e.getBoundingClientRect(),c=Ta(e),s=At(1);o&&(i?vt(i)&&(s=ge(i)):s=ge(e));let p=Dn(c,a,i)?Ha(c):At(0),y=(l.left+p.x)/s.x,b=(l.top+p.y)/s.y,S=l.width/s.x,x=l.height/s.y;if(c){let N=J(c),E=i&&vt(i)?J(i):i,R=N.frameElement;for(;R&&i&&E!==N;){let W=ge(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;y*=W.x,b*=W.y,S*=W.x,x*=W.y,y+=U,b+=q,R=J(R).frameElement}}return Kt({width:S,height:x,x:y,y:b})}function Gn(e){let{rect:o,offsetParent:a,strategy:i}=e,l=bt(a),c=Bt(a);if(a===c)return o;let s={scrollLeft:0,scrollTop:0},p=At(1),y=At(0);if((l||!l&&i!=="fixed")&&(($t(a)!=="body"||ue(c))&&(s=Be(a)),bt(a))){let b=Ie(a);p=ge(a),y.x=b.x+a.clientLeft,y.y=b.y+a.clientTop}return{width:o.width*p.x,height:o.height*p.y,x:o.x*p.x-s.scrollLeft*p.x+y.x,y:o.y*p.y-s.scrollTop*p.y+y.y}}function Un(e){return Array.from(e.getClientRects())}function _a(e){return Ie(Bt(e)).left+Be(e).scrollLeft}function Mn(e){let o=Bt(e),a=Be(e),i=e.ownerDocument.body,l=ye(o.scrollWidth,o.clientWidth,i.scrollWidth,i.clientWidth),c=ye(o.scrollHeight,o.clientHeight,i.scrollHeight,i.clientHeight),s=-a.scrollLeft+_a(e),p=-a.scrollTop;return nt(i).direction==="rtl"&&(s+=ye(o.clientWidth,i.clientWidth)-l),{width:l,height:c,x:s,y:p}}function Zn(e,o){let a=J(e),i=Bt(e),l=a.visualViewport,c=i.clientWidth,s=i.clientHeight,p=0,y=0;if(l){c=l.width,s=l.height;let b=Ve();(!b||b&&o==="fixed")&&(p=l.offsetLeft,y=l.offsetTop)}return{width:c,height:s,x:p,y}}function Fn(e,o){let a=Ie(e,!0,o==="fixed"),i=a.top+e.clientTop,l=a.left+e.clientLeft,c=bt(e)?ge(e):At(1),s=e.clientWidth*c.x,p=e.clientHeight*c.y,y=l*c.x,b=i*c.y;return{width:s,height:p,x:y,y:b}}function za(e,o,a){let i;if(o==="viewport")i=Zn(e,a);else if(o==="document")i=Mn(Bt(e));else if(vt(o))i=Fn(o,a);else{let l=Ha(e);i={...o,x:o.x-l.x,y:o.y-l.y}}return Kt(i)}function Da(e,o){let a=Vt(e);return a===o||!vt(a)||$e(a)?!1:nt(a).position==="fixed"||Da(a,o)}function Kn(e,o){let a=o.get(e);if(a)return a;let i=Fe(e,[],!1).filter(p=>vt(p)&&$t(p)!=="body"),l=null,c=nt(e).position==="fixed",s=c?Vt(e):e;for(;vt(s)&&!$e(s);){let p=nt(s),y=Ke(s);!y&&p.position==="fixed"&&(l=null),(c?!y&&!l:!y&&p.position==="static"&&!!l&&["absolute","fixed"].includes(l.position)||ue(s)&&!y&&Da(e,s))?i=i.filter(S=>S!==s):l=p,s=Vt(s)}return o.set(e,i),i}function Vn(e){let{element:o,boundary:a,rootBoundary:i,strategy:l}=e,s=[...a==="clippingAncestors"?Kn(o,this._c):[].concat(a),i],p=s[0],y=s.reduce((b,S)=>{let x=za(o,S,l);return b.top=ye(x.top,b.top),b.right=Qo(x.right,b.right),b.bottom=Qo(x.bottom,b.bottom),b.left=ye(x.left,b.left),b},za(o,p,l));return{width:y.right-y.left,height:y.bottom-y.top,x:y.left,y:y.top}}function jn(e){return Wa(e)}function Yn(e,o,a){let i=bt(o),l=Bt(o),c=a==="fixed",s=Ie(e,!0,c,o),p={scrollLeft:0,scrollTop:0},y=At(0);if(i||!i&&!c)if(($t(o)!=="body"||ue(l))&&(p=Be(o)),i){let b=Ie(o,!0,c,o);y.x=b.x+o.clientLeft,y.y=b.y+o.clientTop}else l&&(y.x=_a(l));return{x:s.left+p.scrollLeft-y.x,y:s.top+p.scrollTop-y.y,width:s.width,height:s.height}}function ka(e,o){return!bt(e)||nt(e).position==="fixed"?null:o?o(e):e.offsetParent}function Ga(e,o){let a=J(e);if(!bt(e))return a;let i=ka(e,o);for(;i&&Ba(i)&&nt(i).position==="static";)i=ka(i,o);return i&&($t(i)==="html"||$t(i)==="body"&&nt(i).position==="static"&&!Ke(i))?a:i||Ia(e)||a}var Xn=async function(e){let{reference:o,floating:a,strategy:i}=e,l=this.getOffsetParent||Ga,c=this.getDimensions;return{reference:Yn(o,await l(a),i),floating:{x:0,y:0,...await c(a)}}};function qn(e){return nt(e).direction==="rtl"}var je={convertOffsetParentRelativeRectToViewportRelativeRect:Gn,getDocumentElement:Bt,getClippingRect:Vn,getOffsetParent:Ga,getElementRects:Xn,getClientRects:Un,getDimensions:jn,getScale:ge,isElement:vt,isRTL:qn};var Ua=(e,o,a)=>{let i=new Map,l={platform:je,...a},c={...l.platform,_c:i};return Ra(e,o,{...l,platform:c})};function Ma(e){return Qn(e)}function Jo(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function Qn(e){for(let o=e;o;o=Jo(o))if(o instanceof Element&&getComputedStyle(o).display==="none")return null;for(let o=Jo(e);o;o=Jo(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 Za(e,o,a){return Ua(e,o,{platform:{...je,getOffsetParent:i=>je.getOffsetParent(i,Ma)},middleware:[qo({crossAxis:!0}),Xo({allowedPlacements:[a]})]})}var xt=function(e,o,a,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(c=(l<3?s(c):l>3?s(o,a,c):s(o,a))||c);return l>3&&c&&Object.defineProperty(o,a,c),c},M=class extends tt.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 tt.Debouncer,this.revealDebouncer=new tt.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 Fa.html`
539
557
  <div part="container"
540
558
  class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}">
541
559
  <slot part="slot"></slot>
@@ -548,60 +566,60 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
548
566
  </div>
549
567
  </div>
550
568
  </div>
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`
569
+ `}setupFor(o){this.eventsTarget!==o&&(this.removeHandlers(),this.eventsTarget=o,this.eventsTarget.addEventListener("mouseenter",this.onHover,{passive:!0}),this.eventsTarget.addEventListener("mouseleave",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("focusin",this.onFocusIn,{passive:!0}),this.eventsTarget.addEventListener("focusout",this.onOut,{passive:!0}),this.eventsTarget.addEventListener("touchstart",this.onTouch,{passive:!0}),this.eventsTarget.addEventListener("click",this.onClick,{passive:!0}))}removeHandlers(){this.eventsTarget&&(this.eventsTarget.removeEventListener("mouseenter",this.onHover),this.eventsTarget.removeEventListener("mouseleave",this.onOut),this.eventsTarget.removeEventListener("focusin",this.onFocusIn),this.eventsTarget.removeEventListener("focusout",this.onOut),this.eventsTarget.removeEventListener("touchstart",this.onTouch),this.eventsTarget.removeEventListener("click",this.onClick),this.eventsTarget=void 0)}defaultSetup(){this.container&&this.setupFor(this.container)}updated(o){o.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(o)}contentAvailableCallback(o){super.contentAvailableCallback(o),["visible","text"].some(a=>o.has(a))&&this.visible&&this.positionTooltip()}connectedCallback(){super.connectedCallback(),this.updateComplete.then(()=>{this.eventsTarget==null&&this.defaultSetup()})}disconnectedCallback(){super.disconnectedCallback(),this.removeHandlers()}async show(o){this.visible=!0,o!=null&&await this.hideDebounce.run(()=>{this.hide()},o)}async showTemporaryText(o,a){let i=this.manual;this.manual=!0;let l=this.text;this.text=o,await this.show(a),this.text=l,this.manual=i}hide(){this.visible=!1}toggle(){this.visible=!this.visible}isVisible(){return this.visible}get slottedElement(){var o;return((o=this.slotNodes)!==null&&o!==void 0?o:[]).filter(a=>a.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let o=this.tooltipContent.style;switch(o.transition="none",this.validPosition){case"top":o.top=this.tooltip.clientHeight+"px",o.left="0";break;case"bottom":o.top=-this.tooltip.clientHeight+"px",o.left="0";break;case"left":o.top="0",o.left=this.tooltip.clientWidth+"px";break;case"right":o.top="0",o.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",Za(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 ${tt.designSystemVariables.transitionDuration}, left ${tt.designSystemVariables.transitionDuration}`,this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}isIgnored(o){return this.manual||(0,tt.eventPathContainsMatchingElement)(o,this.ignoreMatchingElements,this.eventsTarget)}};M.elementDefinitions={"ft-typography":at};M.styles=xa;xt([(0,it.property)()],M.prototype,"text",void 0);xt([(0,it.property)({type:Boolean})],M.prototype,"manual",void 0);xt([(0,it.property)({type:Boolean})],M.prototype,"inline",void 0);xt([(0,tt.numberProperty)()],M.prototype,"delay",void 0);xt([(0,it.property)()],M.prototype,"position",void 0);xt([(0,tt.jsonProperty)([])],M.prototype,"ignoreMatchingElements",void 0);xt([(0,it.queryAssignedNodes)()],M.prototype,"slotNodes",void 0);xt([(0,it.query)(".ft-tooltip--container")],M.prototype,"container",void 0);xt([(0,it.query)(".ft-tooltip")],M.prototype,"tooltip",void 0);xt([(0,it.query)(".ft-tooltip--content")],M.prototype,"tooltipContent",void 0);xt([(0,it.state)()],M.prototype,"visible",void 0);(0,Ka.customElement)("ft-tooltip")(M);var qa=h(L());var Pe=h($()),Wt=h(rt()),Ya=h(L()),Xa=h(ja());var he;(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;"})(he||(he={}));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 wf=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 Ef={[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 ze=function(e,o,a,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(c=(l<3?s(c):l>3?s(o,a,c):s(o,a))||c);return l>3&&c&&Object.defineProperty(o,a,c),c},j=class extends Ya.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=Pe.nothing}render(){let o=this.variant&&Object.values(st).includes(this.variant)?this.variant:st.fluid_topics,a=o!==st.material||!!this.value;return Pe.html`
552
570
  <i class="ft-icon ft-icon--${o} ft-no-text-select" part="icon icon-${o}">
553
- ${(0,Ma.unsafeHTML)(this.resolvedIcon)}
571
+ ${(0,Xa.unsafeHTML)(this.resolvedIcon)}
554
572
  <slot ?hidden=${a}></slot>
555
573
  </i>
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`
574
+ `}getTextContent(){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.getTextContent();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||Pe.nothing;break;default:this.resolvedIcon=(a=he[i.replace("-","_").toUpperCase()])!==null&&a!==void 0?a:i;break}}firstUpdated(o){super.firstUpdated(o),setTimeout(()=>this.resolveIcon())}};j.elementDefinitions={};j.styles=Gr;ze([(0,Wt.property)()],j.prototype,"variant",void 0);ze([(0,Wt.property)()],j.prototype,"value",void 0);ze([(0,Wt.property)({reflect:!0,attribute:"aria-hidden"})],j.prototype,"ariaHidden",void 0);ze([(0,Wt.state)()],j.prototype,"resolvedIcon",void 0);ze([(0,Wt.query)("slot")],j.prototype,"slottedContent",void 0);(0,qa.customElement)("ft-icon")(j);var tn=h(L());var Qa=h($()),Ja=h(L());var jt=class extends Ja.FtLitElement{render(){return Qa.html`
557
575
  <div class="ft-loader">
558
576
  <div></div>
559
577
  <div></div>
560
578
  <div></div>
561
579
  <div></div>
562
580
  </div>
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`
581
+ `}};jt.styles=Mr;(0,tn.customElement)("ft-loader")(jt);var Tt=h($()),tr=h(ve()),D=h(rt());var en=e=>e??_;var Z=function(e,o,a,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(c=(l<3?s(c):l>3?s(o,a,c):s(o,a))||c);return l>3&&c&&Object.defineProperty(o,a,c),c},A=class extends(0,Ht.toFtFormComponent)(Ht.FtLitElement){get buttonClasses(){return{}}get typographyVariant(){return""}constructor(){super(),this.href=void 0,this.target=void 0,this.type="button",this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.ariaLabel=null,this.ariaHasPopup=null,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.activated=!1,this.addEventListener("click",o=>{var a;this.isDisabled()?(o.preventDefault(),o.stopPropagation(),o.stopImmediatePropagation()):this.type=="submit"&&((a=this.form)===null||a===void 0||a.requestSubmit())})}render(){var o,a,i;let l=Tt.html`
564
582
  <ft-ripple part="ripple"
565
583
  ?disabled=${this.isDisabled()}
566
584
  ?activated=${this.activated}
567
585
  ></ft-ripple>
568
- <ft-typography part="label"
569
- variant="${this.typographyVariant}"
570
- element="span"
571
- class="ft-button--label ${Tt.isSafari?"ft-safari-ellipsis-fix":""}"
572
- ?hidden=${!this.hasTextContent()}>
586
+ <ft-or-ftds-typography part="label"
587
+ variant="${this.typographyVariant}"
588
+ element="span"
589
+ class="ft-button--label ${Ht.isSafari?"ft-safari-ellipsis-fix":""}"
590
+ ?hidden=${!this.hasTextContent()}>
573
591
  <slot @slotchange=${this.onSlotchange}></slot>
574
- </ft-typography>
592
+ </ft-or-ftds-typography>
575
593
  ${this.resolveIcon()}
576
- `,l=this.href!=null&&this.href.trim().length>0?this.href:void 0;return this.addTooltipIfNeeded(l?Wt.html`
577
- <a href="${l}"
594
+ `,c=this.href!=null&&this.href.trim().length>0?this.href:void 0;return this.addTooltipIfNeeded(c?Tt.html`
595
+ <a href="${c}"
578
596
  target="${(o=this.target)!==null&&o!==void 0?o:"_self"}"
579
597
  part="button"
580
- class="${(0,wo.classMap)(this.buttonClasses)}"
598
+ class="${(0,tr.classMap)(this.buttonClasses)}"
581
599
  aria-label="${(a=this.ariaLabel)!==null&&a!==void 0?a:this.getLabel()}"
582
600
  ?disabled=${this.isDisabled()}>
583
- ${c}
601
+ ${l}
584
602
  </a>
585
- `:Wt.html`
603
+ `:Tt.html`
586
604
  <button part="button"
587
- class="${(0,wo.classMap)(this.buttonClasses)}"
605
+ class="${(0,tr.classMap)(this.buttonClasses)}"
588
606
  aria-label="${(i=this.ariaLabel)!==null&&i!==void 0?i:this.getLabel()}"
589
- aria-haspopup="${ja(this.ariaHasPopup)}"
607
+ aria-haspopup="${en(this.ariaHasPopup)}"
590
608
  ?disabled=${this.isDisabled()}>
591
- ${c}
609
+ ${l}
592
610
  </button>
593
- `)}addTooltipIfNeeded(o){return this.getLabel().trim().length>0&&(this.forceTooltip||!this.hasTextContent()&&!this.hideTooltip)?Wt.html`
611
+ `)}addTooltipIfNeeded(o){return this.getLabel().trim().length>0&&(this.forceTooltip||!this.hasTextContent()&&!this.hideTooltip)?Tt.html`
594
612
  <ft-tooltip part="tooltip"
595
613
  text="${this.getLabel()}"
596
614
  position="${this.tooltipPosition}">
597
615
  ${o}
598
616
  </ft-tooltip>
599
- `:o}resolveIcon(){return this.loading?Wt.html`
600
- <ft-loader part="loader icon"></ft-loader> `:this.icon?Wt.html`
617
+ `:o}resolveIcon(){return this.loading?Tt.html`
618
+ <ft-loader part="loader icon"></ft-loader> `:this.icon?Tt.html`
601
619
  <ft-icon part="icon" .variant=${this.iconVariant} .value=${this.icon}></ft-icon>
602
- `:Wt.html`
620
+ `:Tt.html`
603
621
  <slot part="icon" name="icon"></slot>
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`
622
+ `}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.getTextContent()}getTextContent(){return(0,Ht.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.getTextContent().length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};A.elementDefinitions={"ft-ripple":I,"ft-tooltip":M,"ft-icon":j,"ft-loader":jt};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 Ye=function(e,o,a,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(c=(l<3?s(c):l>3?s(o,a,c):s(o,a))||c);return l>3&&c&&Object.defineProperty(o,a,c),c},dt=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 se.button}};dt.elementDefinitions={...A.elementDefinitions,"ft-or-ftds-typography":at};dt.styles=[on.safariEllipsisFix,Vr];Ye([(0,ke.property)({type:Boolean})],dt.prototype,"primary",void 0);Ye([(0,ke.property)({type:Boolean})],dt.prototype,"outlined",void 0);Ye([(0,ke.property)({type:Boolean})],dt.prototype,"dense",void 0);Ye([(0,ke.property)({type:Boolean})],dt.prototype,"round",void 0);var We=h(rt()),qe=h(L());var rn=h($()),f=h(L());var er={...d,iconOnlyScale:f.FtCssVariableFactory.create("--ft-button-icon-only-scale","","NUMBER","1")},an=[rn.css`
605
623
  :host {
606
624
  display: inline-block;
607
625
  max-width: 100%;
@@ -684,19 +702,19 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
684
702
  }
685
703
 
686
704
  .ft-button.ft-button--icon-only ft-icon {
687
- transform: scale(${Eo.iconOnlyScale});
705
+ transform: scale(${er.iconOnlyScale});
688
706
  }
689
707
 
690
708
  /** Brand Primary styles **/
691
709
 
692
710
  .ftds--family-brand.ft-button--primary {
693
- ${(0,f.setVariable)($.color,d.primaryBrandIconColor)};
711
+ ${(0,f.setVariable)(B.color,d.primaryBrandIconColor)};
694
712
 
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)};
713
+ ${(0,f.setVariable)(u.color,d.primaryBrandStateLayerColor)};
714
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceHover,d.primaryBrandHoverStateLayerOpacity)};
715
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceFocused,d.primaryBrandFocusStateLayerOpacity)};
716
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceSelected,d.primaryBrandActiveStateLayerOpacity)};
717
+ ${(0,f.setVariable)(u.opacityContentOnSurfacePressed,d.primaryBrandActiveStateLayerOpacity)};
700
718
 
701
719
  background-color: ${d.primaryBrandBackgroundColor};
702
720
  color: ${d.primaryBrandColor};
@@ -714,13 +732,13 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
714
732
  /** Brand Secondary styles **/
715
733
 
716
734
  .ftds--family-brand.ft-button--secondary {
717
- ${(0,f.setVariable)($.color,d.secondaryBrandIconColor)};
735
+ ${(0,f.setVariable)(B.color,d.secondaryBrandIconColor)};
718
736
 
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)};
737
+ ${(0,f.setVariable)(u.color,d.secondaryBrandStateLayerColor)};
738
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceHover,d.secondaryBrandHoverStateLayerOpacity)};
739
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceFocused,d.secondaryBrandFocusStateLayerOpacity)};
740
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceSelected,d.secondaryBrandActiveStateLayerOpacity)};
741
+ ${(0,f.setVariable)(u.opacityContentOnSurfacePressed,d.secondaryBrandActiveStateLayerOpacity)};
724
742
 
725
743
  background-color: ${d.secondaryBrandBackgroundColor};
726
744
  color: ${d.secondaryBrandColor};
@@ -739,13 +757,13 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
739
757
  /** Brand Tertiary styles **/
740
758
 
741
759
  .ftds--family-brand.ft-button--tertiary {
742
- ${(0,f.setVariable)($.color,d.tertiaryBrandIconColor)};
760
+ ${(0,f.setVariable)(B.color,d.tertiaryBrandIconColor)};
743
761
 
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)};
762
+ ${(0,f.setVariable)(u.color,d.tertiaryBrandStateLayerColor)};
763
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceHover,d.tertiaryBrandHoverStateLayerOpacity)};
764
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceFocused,d.tertiaryBrandFocusStateLayerOpacity)};
765
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceSelected,d.tertiaryBrandActiveStateLayerOpacity)};
766
+ ${(0,f.setVariable)(u.opacityContentOnSurfacePressed,d.tertiaryBrandActiveStateLayerOpacity)};
749
767
 
750
768
  background-color: ${d.tertiaryBrandBackgroundColor};
751
769
  color: ${d.tertiaryBrandColor};
@@ -763,13 +781,13 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
763
781
  /** Neutral Secondary styles **/
764
782
 
765
783
  .ftds--family-neutral.ft-button--secondary {
766
- ${(0,f.setVariable)($.color,d.secondaryNeutralIconColor)};
784
+ ${(0,f.setVariable)(B.color,d.secondaryNeutralIconColor)};
767
785
 
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)};
786
+ ${(0,f.setVariable)(u.backgroundColor,d.secondaryNeutralStateLayerColor)};
787
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceHover,d.secondaryNeutralHoverStateLayerOpacity)};
788
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceFocused,d.secondaryNeutralFocusStateLayerOpacity)};
789
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceSelected,d.secondaryNeutralActiveStateLayerOpacity)};
790
+ ${(0,f.setVariable)(u.opacityContentOnSurfacePressed,d.secondaryNeutralActiveStateLayerOpacity)};
773
791
 
774
792
  background-color: ${d.secondaryNeutralBackgroundColor};
775
793
  color: ${d.secondaryNeutralColor};
@@ -788,13 +806,13 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
788
806
  /** Neutral Tertiary styles **/
789
807
 
790
808
  .ftds--family-neutral.ft-button--tertiary {
791
- ${(0,f.setVariable)($.color,d.tertiaryNeutralIconColor)};
809
+ ${(0,f.setVariable)(B.color,d.tertiaryNeutralIconColor)};
792
810
 
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)};
811
+ ${(0,f.setVariable)(u.backgroundColor,d.tertiaryNeutralStateLayerColor)};
812
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceHover,d.tertiaryNeutralHoverStateLayerOpacity)};
813
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceFocused,d.tertiaryNeutralFocusStateLayerOpacity)};
814
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceSelected,d.tertiaryNeutralActiveStateLayerOpacity)};
815
+ ${(0,f.setVariable)(u.opacityContentOnSurfacePressed,d.tertiaryNeutralActiveStateLayerOpacity)};
798
816
 
799
817
  background-color: ${d.tertiaryNeutralBackgroundColor};
800
818
  color: ${d.tertiaryNeutralColor};
@@ -812,13 +830,13 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
812
830
  /** Info Secondary styles **/
813
831
 
814
832
  .ftds--family-info.ft-button--secondary {
815
- ${(0,f.setVariable)($.color,d.secondaryInfoIconColor)};
833
+ ${(0,f.setVariable)(B.color,d.secondaryInfoIconColor)};
816
834
 
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)};
835
+ ${(0,f.setVariable)(u.backgroundColor,d.secondaryInfoStateLayerColor)};
836
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceHover,d.secondaryInfoHoverStateLayerOpacity)};
837
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceFocused,d.secondaryInfoFocusStateLayerOpacity)};
838
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceSelected,d.secondaryInfoActiveStateLayerOpacity)};
839
+ ${(0,f.setVariable)(u.opacityContentOnSurfacePressed,d.secondaryInfoActiveStateLayerOpacity)};
822
840
 
823
841
  background-color: ${d.secondaryInfoBackgroundColor};
824
842
  color: ${d.secondaryInfoColor};
@@ -837,13 +855,13 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
837
855
  /** Info Tertiary styles **/
838
856
 
839
857
  .ftds--family-info.ft-button--tertiary {
840
- ${(0,f.setVariable)($.color,d.tertiaryInfoIconColor)};
858
+ ${(0,f.setVariable)(B.color,d.tertiaryInfoIconColor)};
841
859
 
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)};
860
+ ${(0,f.setVariable)(u.backgroundColor,d.tertiaryInfoStateLayerColor)};
861
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceHover,d.tertiaryInfoHoverStateLayerOpacity)};
862
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceFocused,d.tertiaryInfoFocusStateLayerOpacity)};
863
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceSelected,d.tertiaryInfoActiveStateLayerOpacity)};
864
+ ${(0,f.setVariable)(u.opacityContentOnSurfacePressed,d.tertiaryInfoActiveStateLayerOpacity)};
847
865
 
848
866
  background-color: ${d.tertiaryInfoBackgroundColor};
849
867
  color: ${d.tertiaryInfoColor};
@@ -861,13 +879,13 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
861
879
  /** Success Secondary styles **/
862
880
 
863
881
  .ftds--family-success.ft-button--secondary {
864
- ${(0,f.setVariable)($.color,d.secondarySuccessIconColor)};
882
+ ${(0,f.setVariable)(B.color,d.secondarySuccessIconColor)};
865
883
 
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)};
884
+ ${(0,f.setVariable)(u.backgroundColor,d.secondarySuccessStateLayerColor)};
885
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceHover,d.secondarySuccessHoverStateLayerOpacity)};
886
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceFocused,d.secondarySuccessFocusStateLayerOpacity)};
887
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceSelected,d.secondarySuccessActiveStateLayerOpacity)};
888
+ ${(0,f.setVariable)(u.opacityContentOnSurfacePressed,d.secondarySuccessActiveStateLayerOpacity)};
871
889
 
872
890
  background-color: ${d.secondarySuccessBackgroundColor};
873
891
  color: ${d.secondarySuccessColor};
@@ -886,13 +904,13 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
886
904
  /** Success Tertiary styles **/
887
905
 
888
906
  .ftds--family-success.ft-button--tertiary {
889
- ${(0,f.setVariable)($.color,d.tertiarySuccessIconColor)};
907
+ ${(0,f.setVariable)(B.color,d.tertiarySuccessIconColor)};
890
908
 
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)};
909
+ ${(0,f.setVariable)(u.backgroundColor,d.tertiarySuccessStateLayerColor)};
910
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceHover,d.tertiarySuccessHoverStateLayerOpacity)};
911
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceFocused,d.tertiarySuccessFocusStateLayerOpacity)};
912
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceSelected,d.tertiarySuccessActiveStateLayerOpacity)};
913
+ ${(0,f.setVariable)(u.opacityContentOnSurfacePressed,d.tertiarySuccessActiveStateLayerOpacity)};
896
914
 
897
915
  background-color: ${d.tertiarySuccessBackgroundColor};
898
916
  color: ${d.tertiarySuccessColor};
@@ -910,13 +928,13 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
910
928
  /** Warning Secondary styles **/
911
929
 
912
930
  .ftds--family-warning.ft-button--secondary {
913
- ${(0,f.setVariable)($.color,d.secondaryWarningIconColor)};
931
+ ${(0,f.setVariable)(B.color,d.secondaryWarningIconColor)};
914
932
 
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)};
933
+ ${(0,f.setVariable)(u.backgroundColor,d.secondaryWarningStateLayerColor)};
934
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceHover,d.secondaryWarningHoverStateLayerOpacity)};
935
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceFocused,d.secondaryWarningFocusStateLayerOpacity)};
936
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceSelected,d.secondaryWarningActiveStateLayerOpacity)};
937
+ ${(0,f.setVariable)(u.opacityContentOnSurfacePressed,d.secondaryWarningActiveStateLayerOpacity)};
920
938
 
921
939
  background-color: ${d.secondaryWarningBackgroundColor};
922
940
  color: ${d.secondaryWarningColor};
@@ -935,13 +953,13 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
935
953
  /** Warning Tertiary styles **/
936
954
 
937
955
  .ftds--family-warning.ft-button--tertiary {
938
- ${(0,f.setVariable)($.color,d.tertiaryWarningIconColor)};
956
+ ${(0,f.setVariable)(B.color,d.tertiaryWarningIconColor)};
939
957
 
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)};
958
+ ${(0,f.setVariable)(u.backgroundColor,d.tertiaryWarningStateLayerColor)};
959
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceHover,d.tertiaryWarningHoverStateLayerOpacity)};
960
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceFocused,d.tertiaryWarningFocusStateLayerOpacity)};
961
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceSelected,d.tertiaryWarningActiveStateLayerOpacity)};
962
+ ${(0,f.setVariable)(u.opacityContentOnSurfacePressed,d.tertiaryWarningActiveStateLayerOpacity)};
945
963
 
946
964
  background-color: ${d.tertiaryWarningBackgroundColor};
947
965
  color: ${d.tertiaryWarningColor};
@@ -959,13 +977,13 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
959
977
  /** Error Secondary styles **/
960
978
 
961
979
  .ftds--family-error.ft-button--secondary {
962
- ${(0,f.setVariable)($.color,d.secondaryErrorIconColor)};
980
+ ${(0,f.setVariable)(B.color,d.secondaryErrorIconColor)};
963
981
 
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)};
982
+ ${(0,f.setVariable)(u.backgroundColor,d.secondaryErrorStateLayerColor)};
983
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceHover,d.secondaryErrorHoverStateLayerOpacity)};
984
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceFocused,d.secondaryErrorFocusStateLayerOpacity)};
985
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceSelected,d.secondaryErrorActiveStateLayerOpacity)};
986
+ ${(0,f.setVariable)(u.opacityContentOnSurfacePressed,d.secondaryErrorActiveStateLayerOpacity)};
969
987
 
970
988
  background-color: ${d.secondaryErrorBackgroundColor};
971
989
  color: ${d.secondaryErrorColor};
@@ -984,13 +1002,13 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
984
1002
  /** Error Tertiary styles **/
985
1003
 
986
1004
  .ftds--family-error.ft-button--tertiary {
987
- ${(0,f.setVariable)($.color,d.tertiaryErrorIconColor)};
1005
+ ${(0,f.setVariable)(B.color,d.tertiaryErrorIconColor)};
988
1006
 
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)};
1007
+ ${(0,f.setVariable)(u.backgroundColor,d.tertiaryErrorStateLayerColor)};
1008
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceHover,d.tertiaryErrorHoverStateLayerOpacity)};
1009
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceFocused,d.tertiaryErrorFocusStateLayerOpacity)};
1010
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceSelected,d.tertiaryErrorActiveStateLayerOpacity)};
1011
+ ${(0,f.setVariable)(u.opacityContentOnSurfacePressed,d.tertiaryErrorActiveStateLayerOpacity)};
994
1012
 
995
1013
  background-color: ${d.tertiaryErrorBackgroundColor};
996
1014
  color: ${d.tertiaryErrorColor};
@@ -1008,8 +1026,8 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
1008
1026
  /** Large styles **/
1009
1027
 
1010
1028
  .ftds--size-large {
1011
- ${(0,f.setVariable)(z.size,d.largeIconSize)};
1012
- ${(0,f.setVariable)($.size,d.largeIconSize)};
1029
+ ${(0,f.setVariable)(k.size,d.largeIconSize)};
1030
+ ${(0,f.setVariable)(B.size,d.largeIconSize)};
1013
1031
 
1014
1032
  height: ${d.largeHeight};
1015
1033
  padding: 0 ${d.largeHorizontalPadding};
@@ -1030,8 +1048,8 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
1030
1048
  /** Small styles **/
1031
1049
 
1032
1050
  .ftds--size-medium {
1033
- ${(0,f.setVariable)(z.size,d.mediumIconSize)};
1034
- ${(0,f.setVariable)($.size,d.mediumIconSize)};
1051
+ ${(0,f.setVariable)(k.size,d.mediumIconSize)};
1052
+ ${(0,f.setVariable)(B.size,d.mediumIconSize)};
1035
1053
 
1036
1054
  height: ${d.mediumHeight};
1037
1055
  padding: 0 ${d.mediumHorizontalPadding};
@@ -1053,8 +1071,8 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
1053
1071
  /** Small styles **/
1054
1072
 
1055
1073
  .ftds--size-small {
1056
- ${(0,f.setVariable)(z.size,d.smallIconSize)};
1057
- ${(0,f.setVariable)($.size,d.smallIconSize)};
1074
+ ${(0,f.setVariable)(k.size,d.smallIconSize)};
1075
+ ${(0,f.setVariable)(B.size,d.smallIconSize)};
1058
1076
 
1059
1077
  height: ${d.smallHeight};
1060
1078
  padding: 0 ${d.smallHorizontalPadding};
@@ -1071,7 +1089,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
1071
1089
  .ftds--size-small.ft-button--icon-only {
1072
1090
  width: ${d.smallIconOnlyWidth};
1073
1091
  }
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`
1092
+ `,f.noTextSelect];var Xe=function(e,o,a,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(c=(l<3?s(c):l>3?s(o,a,c):s(o,a))||c);return l>3&&c&&Object.defineProperty(o,a,c),c},pt=class extends(0,qe.toFtdsBase)(A){constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.round=!1,this.family=_e.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 ut.large:return ht.body2medium;case ut.medium:return ht.caption1medium;case ut.small:return ht.caption2medium}}};pt.elementDefinitions={...A.elementDefinitions,"ft-or-ftds-typography":mt};pt.styles=[qe.safariEllipsisFix,an];Xe([(0,We.property)({type:Boolean})],pt.prototype,"primary",void 0);Xe([(0,We.property)({type:Boolean})],pt.prototype,"secondary",void 0);Xe([(0,We.property)({type:Boolean})],pt.prototype,"tertiary",void 0);Xe([(0,We.property)({type:Boolean})],pt.prototype,"round",void 0);(0,or.customElement)("ft-button")(dt);(0,or.customElement)("ftds-button")(pt);var nn=w.FtCssVariableFactory.extend("--ft-chip-color","",w.designSystemVariables.colorOnSurface),F={backgroundColor:w.FtCssVariableFactory.extend("--ft-chip-background-color","",w.designSystemVariables.colorSurface),color:nn,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","",nn),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")},ln=w.FtCssVariableFactory.extend("--ft-chip-highlighted-color","",w.FtCssVariableFactory.extend("--ft-chip-color","",w.designSystemVariables.colorOnPrimary)),me={backgroundColor:w.FtCssVariableFactory.extend("--ft-chip-highlighted-background-color","",w.FtCssVariableFactory.extend("--ft-chip-background-color","",w.designSystemVariables.colorPrimary)),color:ln,rippleColor:w.FtCssVariableFactory.extend("--ft-chip-highlighted-ripple-color","",ln)},cn={horizontalPadding:w.FtCssVariableFactory.create("--ft-chip-dense-horizontal-padding","","SIZE","4px"),verticalPadding:w.FtCssVariableFactory.create("--ft-chip-dense-vertical-padding","","SIZE","4px")},sn=[w.noTextSelect,Te.css`
1075
1093
  :host {
1076
1094
  display: inline-block;
1077
1095
  max-width: 100%;
@@ -1090,7 +1108,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
1090
1108
  --chip-internal-font-size: ${F.fontSize};
1091
1109
  --chip-internal-font-weight: ${F.fontWeight};
1092
1110
  --chip-internal-line-height: max(20px, calc(var(--chip-internal-font-size) + 2px));
1093
- ${(0,w.setVariable)(z.size,F.iconSize)};
1111
+ ${(0,w.setVariable)(k.size,F.iconSize)};
1094
1112
  --chip-internal-vertical-padding: ${F.verticalPadding};
1095
1113
  --chip-internal-horizontal-padding: ${F.horizontalPadding};
1096
1114
  --chip-internal-icon-padding: 3px;
@@ -1098,8 +1116,8 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
1098
1116
 
1099
1117
  border: 1px solid ${F.borderColor};
1100
1118
  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)));
1119
+ ${(0,w.setVariable)(u.color,F.rippleColor)};
1120
+ border-radius: var(${(0,Te.unsafeCSS)(F.borderRadius.name)}, calc(var(--chip-internal-content-height) / 2 + var(--chip-internal-vertical-padding)));
1103
1121
  padding: calc(var(--chip-internal-vertical-padding) - 1px) calc(var(--chip-internal-horizontal-padding) - 1px);
1104
1122
  background-color: ${F.backgroundColor};
1105
1123
  line-height: var(--chip-internal-content-height);
@@ -1111,13 +1129,13 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
1111
1129
 
1112
1130
  .ft-chip--dense {
1113
1131
  --chip-internal-icon-padding: 3px;
1114
- --chip-internal-vertical-padding: ${tn.verticalPadding};
1115
- --chip-internal-horizontal-padding: ${tn.horizontalPadding};
1132
+ --chip-internal-vertical-padding: ${cn.verticalPadding};
1133
+ --chip-internal-horizontal-padding: ${cn.horizontalPadding};
1116
1134
  --chip-internal-line-height: max(16px, calc(var(--chip-internal-font-size) + 2px));
1117
1135
  }
1118
1136
 
1119
1137
  .ft-chip--no-content {
1120
- --chip-internal-horizontal-padding: ${F.horizontalPadding.get(Be.css`var(--chip-internal-vertical-padding)`)};
1138
+ --chip-internal-horizontal-padding: ${F.horizontalPadding.get(Te.css`var(--chip-internal-vertical-padding)`)};
1121
1139
  }
1122
1140
 
1123
1141
  .ft-chip--disabled {
@@ -1130,9 +1148,9 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
1130
1148
  .ft-chip--highlighted {
1131
1149
  border: none;
1132
1150
  padding: var(--chip-internal-vertical-padding) var(--chip-internal-horizontal-padding);
1133
- background-color: ${pe.backgroundColor};
1134
- ${(0,w.setVariable)(y.color,pe.rippleColor)};
1135
- color: ${pe.color};
1151
+ background-color: ${me.backgroundColor};
1152
+ ${(0,w.setVariable)(u.color,me.rippleColor)};
1153
+ color: ${me.color};
1136
1154
  }
1137
1155
 
1138
1156
  .ft-chip--clickable {
@@ -1211,16 +1229,16 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
1211
1229
  .ft-chip:not(.ft-chip--trailing-icon) .ft-chip--icon-button {
1212
1230
  order: -1;
1213
1231
  }
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`
1232
+ `];var He={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)},pn=dn.css`
1215
1233
  [part="chip"] {
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)};
1234
+ ${(0,K.setVariable)(F.color,He.color)};
1235
+ ${(0,K.setVariable)(F.borderColor,He.borderColor)};
1236
+ ${(0,K.setVariable)(F.backgroundColor,He.backgroundColor)};
1237
+ ${(0,K.setVariable)(me.color,He.selectedColor)};
1238
+ ${(0,K.setVariable)(me.backgroundColor,He.selectedBackgroundColor)};
1221
1239
  }
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`
1223
- <div class="${(0,an.classMap)(o)}"
1240
+ `;var ar=h(L());var Qe=h($()),X=h(rt()),fn=h(ve()),be=h(L());var et=function(e,o,a,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(c=(l<3?s(c):l>3?s(o,a,c):s(o,a))||c);return l>3&&c&&Object.defineProperty(o,a,c),c},Je=class extends CustomEvent{constructor(){super("icon-click")}},z=class extends be.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":be.isSafari};return Qe.html`
1241
+ <div class="${(0,fn.classMap)(o)}"
1224
1242
  aria-label="${this.getLabel()}"
1225
1243
  tabindex="${this.interactionsOnChip?0:-1}"
1226
1244
  @keyup=${this.onKeyUp}
@@ -1231,7 +1249,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
1231
1249
  </ft-typography>
1232
1250
  ${this.internalIcon?this.renderIcon():null}
1233
1251
  </div>
1234
- `}get interactionsOnChip(){return this.clickable&&!this.disabled}get interactionsOnIcon(){return(this.iconClickable||this.removable)&&!this.disabled}renderIcon(){return this.interactionsOnIcon?Ve.html`
1252
+ `}get interactionsOnChip(){return this.clickable&&!this.disabled}get interactionsOnIcon(){return(this.iconClickable||this.removable)&&!this.disabled}renderIcon(){return this.interactionsOnIcon?Qe.html`
1235
1253
  <ft-button round
1236
1254
  class="ft-chip--icon-button"
1237
1255
  @click=${this.onIconClick}
@@ -1242,11 +1260,11 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
1242
1260
  part="icon-button"
1243
1261
  ?hideTooltip=${this.hideIconTooltip}
1244
1262
  ></ft-button>
1245
- `:Ve.html`
1263
+ `:Qe.html`
1246
1264
  <div class="ft-chip--icon-container ft-no-text-select" part="icon-container">
1247
- <ft-icon .variant=${this.iconVariant} .value="${this.internalIcon}" part="icon"></ft-icon>
1265
+ <ft-icon .variant=${this.iconVariant} .value=${this.internalIcon} part="icon"></ft-icon>
1248
1266
  </div>
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`
1267
+ `}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.getTextContent()}getTextContent(){return(0,be.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.getTextContent().length>0}onSlotchange(){this.requestUpdate()}get internalIcon(){return this.icon||(this.removable?"close":void 0)}};z.elementDefinitions={"ft-ripple":I,"ft-typography":at,"ft-icon":j,"ft-button":dt};z.styles=sn;et([(0,X.property)({type:Boolean})],z.prototype,"highlighted",void 0);et([(0,X.property)({type:Boolean})],z.prototype,"removable",void 0);et([(0,X.property)({type:Boolean})],z.prototype,"disabled",void 0);et([(0,X.property)({type:Boolean})],z.prototype,"clickable",void 0);et([(0,X.property)({type:Boolean})],z.prototype,"iconClickable",void 0);et([(0,X.property)({type:Boolean})],z.prototype,"dense",void 0);et([(0,X.property)({type:Boolean})],z.prototype,"multiLine",void 0);et([(0,X.property)()],z.prototype,"label",void 0);et([(0,X.property)()],z.prototype,"iconLabel",void 0);et([(0,X.property)({type:Boolean})],z.prototype,"hideIconTooltip",void 0);et([(0,X.property)()],z.prototype,"icon",void 0);et([(0,X.property)()],z.prototype,"iconVariant",void 0);et([(0,X.property)({type:Boolean})],z.prototype,"trailingIcon",void 0);et([(0,X.query)("ft-typography slot")],z.prototype,"slottedContent",void 0);var _t=h($()),Dt=h(rt()),gn=h(ve()),eo=h(L());var yn=h($());var to=h(L());var un=[yn.css`
1250
1268
  :host {
1251
1269
  display: inline-block;
1252
1270
  max-width: 100%;
@@ -1265,7 +1283,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
1265
1283
  flex: none;
1266
1284
  }
1267
1285
 
1268
- .ftds-chip ft-typography {
1286
+ .ftds-chip ftds-typography {
1269
1287
  display: flex; /* For typo alignment in the chip */
1270
1288
  }
1271
1289
 
@@ -1285,14 +1303,14 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
1285
1303
  border-radius: ${O.smallBorderRadius};
1286
1304
  border-width: ${O.smallBorderWidth};
1287
1305
  border-style: solid;
1288
- ${(0,Ye.setVariable)(z.size,O.smallIconSize)}
1306
+ ${(0,to.setVariable)(k.size,O.smallIconSize)}
1289
1307
  }
1290
1308
 
1291
1309
  .ftds--size-small.ftds-chip--with-action {
1292
1310
  padding-right: ${O.smallButtonRightPadding};
1293
1311
  }
1294
1312
 
1295
- .ftds--size-small ft-typography {
1313
+ .ftds--size-small ftds-typography {
1296
1314
  overflow: visible;
1297
1315
  padding: 0 2px;
1298
1316
  }
@@ -1309,7 +1327,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
1309
1327
  top: -3px;
1310
1328
  height: ${O.smallIconSize};
1311
1329
  transform: scale(.75); /* Little trick to have a (even) bigger icon inside of the button */
1312
- ${Eo.smallIconOnlyWidth.set("15px")};
1330
+ ${er.smallIconOnlyWidth.set("15px")};
1313
1331
  }
1314
1332
 
1315
1333
  .ftds--size-small .ftds-chip--remove-button::part(icon) {
@@ -1324,7 +1342,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
1324
1342
  border-width: ${O.mediumBorderWidth};
1325
1343
  border-style: solid;
1326
1344
  gap: ${O.mediumGap};
1327
- ${(0,Ye.setVariable)(z.size,O.mediumIconSize)}
1345
+ ${(0,to.setVariable)(k.size,O.mediumIconSize)}
1328
1346
  }
1329
1347
 
1330
1348
  .ftds--size-medium.ftds-chip--with-action {
@@ -1343,7 +1361,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
1343
1361
  border-width: ${O.largeBorderWidth};
1344
1362
  border-style: solid;
1345
1363
  gap: ${O.largeGap};
1346
- ${(0,Ye.setVariable)(z.size,O.largeIconSize)}
1364
+ ${(0,to.setVariable)(k.size,O.largeIconSize)}
1347
1365
  }
1348
1366
 
1349
1367
  .ftds--size-large.ftds-chip--with-action {
@@ -1413,33 +1431,33 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
1413
1431
  .ftds--family-error .ftds-chip--icon-container {
1414
1432
  color: ${O.errorIconColor};
1415
1433
  }
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`
1417
- <div class="${(0,ln.classMap)(o)}"
1434
+ `];var xe=function(e,o,a,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(c=(l<3?s(c):l>3?s(o,a,c):s(o,a))||c);return l>3&&c&&Object.defineProperty(o,a,c),c},rr=class extends CustomEvent{constructor(){super("remove")}},ft=class extends eo.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 _t.html`
1435
+ <div class="${(0,gn.classMap)(o)}"
1418
1436
  aria-label="${this.getLabel()}"
1419
1437
  part="chip">
1420
1438
  ${this.renderIcon()}
1421
- <ft-typography variant=${this.typographyVariant()} element="span" class="ftds-chip--label" part="label">
1439
+ <ftds-typography variant="${this.typographyVariant()}" element="span" class="ftds-chip--label" part="label">
1422
1440
  <slot @slotchange=${this.onSlotchange}></slot>
1423
- </ft-typography>
1441
+ </ftds-typography>
1424
1442
  ${this.renderAction()}
1425
1443
  </div>
1426
- `}renderIcon(){return this.icon?Ht.html`
1427
- <div class="ftds-chip--icon-container" part="icon-container">
1428
- <ft-icon .variant=${dt.fluid_topics} .value="${this.icon}" part="icon"></ft-icon>
1429
- </div>
1430
- `:Ht.nothing}renderAction(){return this.removable?Ht.html`
1444
+ `}renderIcon(){return this.icon?_t.html`
1445
+ <div class="ftds-chip--icon-container" part="icon-container">
1446
+ <ft-icon .variant=${st.fluid_topics} .value=${this.icon} part="icon"></ft-icon>
1447
+ </div>
1448
+ `:_t.nothing}renderAction(){return this.removable?_t.html`
1431
1449
  <ftds-button round
1432
1450
  class="ftds-chip--remove-button"
1433
1451
  @click=${this.dispatchRemoveEvent}
1434
- icon=${de.X_MARK}
1435
- label=${this.removeButtonLabel}
1436
- family=${Xe.DesignSystemFamily.neutral}
1437
- size=${this.resolveButtonSize()}
1452
+ icon="${he.X_MARK}"
1453
+ label="${this.removeButtonLabel}"
1454
+ family="${eo.DesignSystemFamily.neutral}"
1455
+ size="${this.resolveButtonSize()}"
1438
1456
  part="icon-button"
1439
1457
  ></ftds-button>
1440
- `:this.withAction?Ht.html`
1458
+ `:this.withAction?_t.html`
1441
1459
  <slot name="action"></slot>
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`
1460
+ `:_t.nothing}resolveButtonSize(){switch(this.size){case ut.large:return ut.medium;default:return ut.small}}getLabel(){return this.label||this.getTextContent()}getTextContent(){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 rr)}typographyVariant(){switch(this.size){case ut.large:return ht.body2medium;default:return ht.caption1medium}}};ft.elementDefinitions={"ftds-typography":mt,"ft-icon":j,"ftds-button":pt};ft.styles=un;xe([(0,Dt.property)({type:Boolean})],ft.prototype,"withAction",void 0);xe([(0,Dt.property)({type:Boolean})],ft.prototype,"removable",void 0);xe([(0,Dt.property)()],ft.prototype,"removeButtonLabel",void 0);xe([(0,Dt.property)()],ft.prototype,"label",void 0);xe([(0,Dt.property)()],ft.prototype,"icon",void 0);xe([(0,Dt.query)("ftds-typography slot")],ft.prototype,"slottedContent",void 0);(0,ar.customElement)("ft-chip")(z);(0,ar.customElement)("ftds-chip")(ft);var Gt=function(e,o,a,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,a):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,a,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(c=(l<3?s(c):l>3?s(o,a,c):s(o,a))||c);return l>3&&c&&Object.defineProperty(o,a,c),c},nr=class extends CustomEvent{constructor(o,a){super("ft-chip-choice-option-change",{detail:{value:o,selected:a},bubbles:!0,composed:!0})}},ot=class extends mn.FtLitElement{constructor(){super(...arguments),this.name="",this.value="",this.label="",this.selected=!1,this.dense=!1,this.multiLine=!1,this.role="radio"}render(){return hn.html`
1443
1461
  <ft-chip clickable
1444
1462
  part="chip"
1445
1463
  icon=${this.selected?"CHECK":""}
@@ -1451,7 +1469,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ftds-con
1451
1469
  @keydown=${this.onKeyDown}>
1452
1470
  <slot></slot>
1453
1471
  </ft-chip>
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);})();
1472
+ `}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 nr(this.value,this.selected))}};ot.elementDefinitions={"ft-chip":z};ot.styles=pn;Gt([(0,wt.property)()],ot.prototype,"name",void 0);Gt([(0,wt.property)()],ot.prototype,"value",void 0);Gt([(0,wt.property)()],ot.prototype,"label",void 0);Gt([(0,wt.property)({type:Boolean})],ot.prototype,"selected",void 0);Gt([(0,wt.property)({type:Boolean})],ot.prototype,"dense",void 0);Gt([(0,wt.property)({type:Boolean})],ot.prototype,"multiLine",void 0);Gt([(0,wt.property)({reflect:!0,attribute:"role"})],ot.prototype,"role",void 0);Gt([(0,wt.query)("ft-chip")],ot.prototype,"chip",void 0);(0,ir.customElement)("ft-chip-choice")(yt);(0,ir.customElement)("ft-chip-choice-option")(ot);})();
1455
1473
  /*! Bundled license information:
1456
1474
 
1457
1475
  lit-html/lit-html.js: