@fluid-topics/ft-collapsible 1.1.69 → 1.1.71

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
- !function(t,o,e,r,a,i){var n=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class l extends o.FtLitElement{constructor(){super(...arguments),this.open=!1,this.animated=!1,this.closeCollapsibleMatchers=[],this.primary=!1,this.secondary=!1,this.tertiary=!1,this.neutral=!1,this.dense=!1,this.round=!1,this.small=!1,this.disabled=!1,this.tooltipPosition="right",this.openIcon="THIN_ARROW",this.closedIcon="THIN_ARROW_RIGHT",this.trailingIcon=!1,this.animationInProgress=!1,this.animationEndSafeguard=new o.Debouncer(800)}render(){const t={"ft-collapsible--content":!0,"ft-collapsible--hidden":!this.open,"ft-collapsible--animated":this.animated,"ft-collapsible--animation-in-progress":this.animated&&this.animationInProgress};return e.html`
1
+ "use strict";(()=>{var Nn=Object.create;var ro=Object.defineProperty;var wn=Object.getOwnPropertyDescriptor;var En=Object.getOwnPropertyNames;var Rn=Object.getPrototypeOf,An=Object.prototype.hasOwnProperty;var Qt=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports);var Ln=(e,o,n,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let i of En(o))!An.call(e,i)&&i!==n&&ro(e,i,{get:()=>o[i],enumerable:!(a=wn(o,i))||a.enumerable});return e};var h=(e,o,n)=>(n=e!=null?Nn(Rn(e)):{},Ln(o||!e||!e.__esModule?ro(n,"default",{value:e,enumerable:!0}):n,e));var R=Qt((oa,no)=>{no.exports=ftGlobals.wcUtils});var D=Qt((ra,ao)=>{ao.exports=ftGlobals.lit});var st=Qt((na,io)=>{io.exports=ftGlobals.litDecorators});var me=Qt((aa,lo)=>{lo.exports=ftGlobals.litClassMap});var sn=Qt((ks,cn)=>{cn.exports=ftGlobals.litUnsafeHTML});var Qe=h(R());var co=h(D()),A=h(st()),so=h(me()),bt=h(R()),L=function(e,o,n,a){var i=arguments.length,c=i<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,n):a,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,n,a);else for(var p=e.length-1;p>=0;p--)(l=e[p])&&(c=(i<3?l(c):i>3?l(o,n,c):l(o,n))||c);return i>3&&c&&Object.defineProperty(o,n,c),c},E=class extends bt.FtLitElement{constructor(){super(...arguments),this.open=!1,this.animated=!1,this.closeCollapsibleMatchers=[],this.primary=!1,this.secondary=!1,this.tertiary=!1,this.neutral=!1,this.dense=!1,this.round=!1,this.small=!1,this.disabled=!1,this.tooltipPosition="right",this.openIcon="THIN_ARROW",this.closedIcon="THIN_ARROW_RIGHT",this.trailingIcon=!1,this.animationInProgress=!1,this.animationEndSafeguard=new bt.Debouncer(800)}render(){let o={"ft-collapsible--content":!0,"ft-collapsible--hidden":!this.open,"ft-collapsible--animated":this.animated,"ft-collapsible--animation-in-progress":this.animated&&this.animationInProgress};return co.html`
2
2
  <slot name="toggle"
3
3
  part="toggle"
4
4
  @click=${this.toggleOpenAnimation}>
@@ -24,10 +24,10 @@
24
24
  </ft-or-ftds-button>
25
25
  </slot>
26
26
  <slot id="ft-collapsible-content"
27
- class="${a.classMap(t)}"
27
+ class="${(0,so.classMap)(o)}"
28
28
  @click=${this.onContentClick}
29
29
  @transitionend=${()=>this.animationInProgress=!1}></slot>
30
- `}toggleOpenAnimation(){this.animationInProgress=!0,setTimeout((()=>this.toggleOpen()),5),this.animationEndSafeguard.run((()=>this.animationInProgress=!1))}toggleOpen(){this.open=!this.open,this.dispatchEvent(new CustomEvent("change",{detail:{open:this.open}}))}onContentClick(t){o.eventPathContainsMatchingElement(t,this.closeCollapsibleMatchers,this)&&this.toggleOpenAnimation()}}n([r.property({type:Boolean,reflect:!0})],l.prototype,"open",void 0),n([r.property({type:Boolean})],l.prototype,"animated",void 0),n([o.jsonProperty([])],l.prototype,"closeCollapsibleMatchers",void 0),n([r.property({type:Boolean})],l.prototype,"primary",void 0),n([r.property({type:Boolean})],l.prototype,"secondary",void 0),n([r.property({type:Boolean})],l.prototype,"tertiary",void 0),n([r.property({type:Boolean})],l.prototype,"neutral",void 0),n([r.property({type:Boolean})],l.prototype,"dense",void 0),n([r.property({type:Boolean})],l.prototype,"round",void 0),n([r.property({type:Boolean})],l.prototype,"small",void 0),n([r.property()],l.prototype,"label",void 0),n([r.property()],l.prototype,"openLabel",void 0),n([r.property()],l.prototype,"closedLabel",void 0),n([r.property()],l.prototype,"text",void 0),n([r.property()],l.prototype,"openText",void 0),n([r.property()],l.prototype,"closedText",void 0),n([r.property({type:Boolean})],l.prototype,"disabled",void 0),n([r.property()],l.prototype,"tooltipPosition",void 0),n([r.property()],l.prototype,"iconVariant",void 0),n([r.property()],l.prototype,"openIcon",void 0),n([r.property()],l.prototype,"closedIcon",void 0),n([r.property({type:Boolean})],l.prototype,"trailingIcon",void 0),n([r.state()],l.prototype,"animationInProgress",void 0);const c=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorContent),p={color:c,backgroundColor:o.FtCssVariableFactory.extend("--ft-ripple-background-color","",c),opacityContentOnSurfacePressed:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:o.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},f=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorPrimary),s=f,d=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",f),h=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorSecondary),g=h,y=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",h),b=e.css`
30
+ `}toggleOpenAnimation(){this.animationInProgress=!0,setTimeout(()=>this.toggleOpen(),5),this.animationEndSafeguard.run(()=>this.animationInProgress=!1)}toggleOpen(){this.open=!this.open,this.dispatchEvent(new CustomEvent("change",{detail:{open:this.open}}))}onContentClick(o){(0,bt.eventPathContainsMatchingElement)(o,this.closeCollapsibleMatchers,this)&&this.toggleOpenAnimation()}};L([(0,A.property)({type:Boolean,reflect:!0})],E.prototype,"open",void 0);L([(0,A.property)({type:Boolean})],E.prototype,"animated",void 0);L([(0,bt.jsonProperty)([])],E.prototype,"closeCollapsibleMatchers",void 0);L([(0,A.property)({type:Boolean})],E.prototype,"primary",void 0);L([(0,A.property)({type:Boolean})],E.prototype,"secondary",void 0);L([(0,A.property)({type:Boolean})],E.prototype,"tertiary",void 0);L([(0,A.property)({type:Boolean})],E.prototype,"neutral",void 0);L([(0,A.property)({type:Boolean})],E.prototype,"dense",void 0);L([(0,A.property)({type:Boolean})],E.prototype,"round",void 0);L([(0,A.property)({type:Boolean})],E.prototype,"small",void 0);L([(0,A.property)()],E.prototype,"label",void 0);L([(0,A.property)()],E.prototype,"openLabel",void 0);L([(0,A.property)()],E.prototype,"closedLabel",void 0);L([(0,A.property)()],E.prototype,"text",void 0);L([(0,A.property)()],E.prototype,"openText",void 0);L([(0,A.property)()],E.prototype,"closedText",void 0);L([(0,A.property)({type:Boolean})],E.prototype,"disabled",void 0);L([(0,A.property)()],E.prototype,"tooltipPosition",void 0);L([(0,A.property)()],E.prototype,"iconVariant",void 0);L([(0,A.property)()],E.prototype,"openIcon",void 0);L([(0,A.property)()],E.prototype,"closedIcon",void 0);L([(0,A.property)({type:Boolean})],E.prototype,"trailingIcon",void 0);L([(0,A.state)()],E.prototype,"animationInProgress",void 0);var Je=h(R());var ge=h(st()),hn=h(R());var sr=h(D()),O=h(R());var uo=h(D()),B=h(R()),po=B.FtCssVariableFactory.extend("--ft-ripple-color","",B.designSystemVariables.colorContent),v={color:po,backgroundColor:B.FtCssVariableFactory.extend("--ft-ripple-background-color","",po),opacityContentOnSurfacePressed:B.FtCssVariableFactory.external(B.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:B.FtCssVariableFactory.external(B.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:B.FtCssVariableFactory.external(B.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:B.FtCssVariableFactory.external(B.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:B.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},fo=B.FtCssVariableFactory.extend("--ft-ripple-color","",B.designSystemVariables.colorPrimary),go={color:fo,backgroundColor:B.FtCssVariableFactory.extend("--ft-ripple-background-color","",fo)},yo=B.FtCssVariableFactory.extend("--ft-ripple-color","",B.designSystemVariables.colorSecondary),mo={color:yo,backgroundColor:B.FtCssVariableFactory.extend("--ft-ripple-background-color","",yo)},ho=uo.css`
31
31
  :host {
32
32
  display: contents;
33
33
  }
@@ -40,7 +40,7 @@
40
40
 
41
41
  .ft-ripple:not(.ft-ripple--unbounded) {
42
42
  overflow: hidden;
43
- border-radius: ${p.borderRadius};
43
+ border-radius: ${v.borderRadius};
44
44
  }
45
45
 
46
46
  .ft-ripple .ft-ripple--background,
@@ -74,27 +74,27 @@
74
74
  }
75
75
 
76
76
  .ft-ripple .ft-ripple--background {
77
- background-color: ${p.backgroundColor};
77
+ background-color: ${v.backgroundColor};
78
78
  }
79
79
 
80
80
  .ft-ripple .ft-ripple--effect {
81
- background-color: ${p.color};
81
+ background-color: ${v.color};
82
82
  }
83
83
 
84
84
  .ft-ripple.ft-ripple--secondary .ft-ripple--background {
85
- background-color: ${y};
85
+ background-color: ${mo.backgroundColor};
86
86
  }
87
87
 
88
88
  .ft-ripple.ft-ripple--secondary .ft-ripple--effect {
89
- background-color: ${g};
89
+ background-color: ${mo.color};
90
90
  }
91
91
 
92
92
  .ft-ripple.ft-ripple--primary .ft-ripple--background {
93
- background-color: ${d};
93
+ background-color: ${go.backgroundColor};
94
94
  }
95
95
 
96
96
  .ft-ripple.ft-ripple--primary .ft-ripple--effect {
97
- background-color: ${s};
97
+ background-color: ${go.color};
98
98
  }
99
99
 
100
100
  .ft-ripple .ft-ripple--background {
@@ -124,126 +124,127 @@
124
124
  }
125
125
 
126
126
  .ft-ripple.ft-ripple--hovered .ft-ripple--background {
127
- opacity: ${p.opacityContentOnSurfaceHover};
127
+ opacity: ${v.opacityContentOnSurfaceHover};
128
128
  }
129
129
 
130
130
  .ft-ripple.ft-ripple--selected .ft-ripple--background {
131
- opacity: ${p.opacityContentOnSurfaceSelected};
131
+ opacity: ${v.opacityContentOnSurfaceSelected};
132
132
  }
133
133
 
134
134
  .ft-ripple.ft-ripple--focused .ft-ripple--background {
135
- opacity: ${p.opacityContentOnSurfaceFocused};
135
+ opacity: ${v.opacityContentOnSurfaceFocused};
136
136
  }
137
137
 
138
138
  .ft-ripple.ft-ripple--pressed .ft-ripple--effect {
139
- opacity: ${p.opacityContentOnSurfacePressed};
139
+ opacity: ${v.opacityContentOnSurfacePressed};
140
140
  transform: translate(-50%, -50%) scale(1);
141
141
  }
142
- `,u=t=>"string"==typeof t?e.unsafeCSS(t):t;class m{static create(t,o,r,a){const i=t=>u(null!=t?t:a),n=e.css`var(${u(t)}, ${i(a)})`;return n.name=t,n.description=o,n.category=r,n.defaultValue=a,n.defaultCssValue=i,n.get=o=>e.css`var(${u(t)}, ${i(o)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>a,n}static extend(t,o,r,a){const i=t=>r.get(null!=t?t:a),n=e.css`var(${u(t)}, ${i(a)})`;return n.name=t,n.description=o,n.category=r.category,n.fallbackVariable=r,n.defaultValue=a,n.defaultCssValue=i,n.get=o=>e.css`var(${u(t)}, ${i(o)})`,n.breadcrumb=()=>[r.name,...r.breadcrumb()],n.lastResortDefaultValue=()=>null!=a?a:r.lastResortDefaultValue(),n}static external(t,o){const r=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):u(null!=o?o:t.lastResortDefaultValue()),a=e.css`var(${u(t.name)}, ${r(t.defaultValue)})`;return a.name=t.name,a.category=t.category,a.fallbackVariable=t.fallbackVariable,a.defaultValue=t.defaultValue,a.context=o,a.defaultCssValue=r,a.get=o=>e.css`var(${u(t.name)}, ${r(o)})`,a.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],a.lastResortDefaultValue=()=>t.lastResortDefaultValue(),a}}const x={colorWhite:m.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:m.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:m.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:m.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:m.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:m.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:m.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:m.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:m.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:m.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:m.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:m.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:m.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:m.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:m.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:m.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:m.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:m.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:m.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:m.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:m.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:m.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:m.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:m.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:m.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:m.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:m.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:m.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:m.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:m.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:m.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:m.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:m.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:m.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:m.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:m.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:m.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:m.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:m.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:m.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:m.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:m.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:m.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:m.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:m.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:m.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:m.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:m.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:m.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:m.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:m.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:m.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:m.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:m.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:m.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:m.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:m.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:m.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:m.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:m.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:m.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:m.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:m.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:m.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:m.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:m.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:m.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:m.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:m.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:m.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:m.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:m.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:m.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:m.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:m.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:m.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:m.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:m.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:m.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:m.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:m.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:m.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:m.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:m.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:m.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:m.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:m.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:m.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:m.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:m.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:m.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:m.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:m.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:m.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:m.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:m.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:m.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:m.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:m.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:m.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:m.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:m.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:m.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:m.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:m.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:m.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:m.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:m.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:m.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:m.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:m.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:m.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:m.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:m.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:m.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:m.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:m.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:m.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:m.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:m.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:m.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:m.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:m.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:m.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:m.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:m.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:m.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:m.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:m.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:m.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:m.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:m.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:m.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:m.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:m.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:m.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:m.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:m.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:m.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:m.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:m.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:m.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:m.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:m.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:m.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:m.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:m.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:m.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:m.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:m.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:m.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:m.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:m.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:m.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:m.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:m.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:m.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:m.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:m.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:m.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:m.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:m.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:m.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:m.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:m.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:m.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:m.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:m.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:m.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:m.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:m.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:m.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:m.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:m.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:m.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:m.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:m.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:m.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:m.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:m.create("--ft-icon-size-6","","SIZE","48px"),opacity0:m.create("--ft-opacity-0","","NUMBER","0"),opacity8:m.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:m.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:m.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:m.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:m.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:m.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:m.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:m.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:m.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:m.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:m.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:m.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:m.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:m.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},O={display:{fontFamily:m.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:m.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:m.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:m.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:m.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:m.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:m.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:m.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:m.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:m.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:m.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:m.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:m.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:m.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:m.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:m.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:m.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:m.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:m.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:m.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:m.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:m.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:m.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:m.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:m.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:m.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:m.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:m.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:m.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:m.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:m.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:m.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:m.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:m.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:m.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:m.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:m.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:m.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:m.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:m.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:m.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-medium-underline":{fontFamily:m.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:m.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:m.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:m.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:m.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:m.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},"body-2-semibold":{fontFamily:m.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:m.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:m.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:m.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:m.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:m.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:m.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:m.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:m.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:m.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:m.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:m.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:m.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:m.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:m.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:m.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:m.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:m.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:m.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:m.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:m.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:m.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:m.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:m.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:m.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:m.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:m.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:m.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:m.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:m.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:m.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:m.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:m.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:m.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:m.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:m.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:m.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:m.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:m.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:m.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:m.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:m.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:m.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:m.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:m.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:m.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:m.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:m.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:m.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:m.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:m.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:m.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:m.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:m.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:m.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:m.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:m.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:m.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:m.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:m.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:m.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:m.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:m.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:m.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:m.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:m.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:m.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:m.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:m.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:m.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:m.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:m.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:m.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},"caption-3-medium":{fontFamily:m.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:m.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:m.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:m.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:m.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},"caption-3-semibold":{fontFamily:m.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:m.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:m.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:m.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:m.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:m.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},"caption-3-bold":{fontFamily:m.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:m.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:m.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:m.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:m.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:m.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")}},v={backgroundActionPrimary:m.extend("--ft-background-action-primary","Used as backgorund of primary action components.",x.colorBrand0),backgroundErrorSubtle:m.extend("--ft-background-error-subtle","Used as background of subtle error components.",x.colorRed10),backgroundInfoSubtle:m.extend("--ft-background-info-subtle","Used as background of subtle information components.",x.colorCyan10),backgroundWarningSubtle:m.extend("--ft-background-warning-subtle","Used as background of subtle information components.",x.colorOrange10),backgroundSuccessSubtle:m.extend("--ft-background-success-subtle","Used as background of subtle success components.",x.colorGreen10),backgroundGlobalSurface:m.extend("--ft-background-global-surface","Used as app background.",x.colorWhite),backgroundGlobalOnSurface:m.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",x.colorGray10),backgroundGlobalOnSurfaceDark:m.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",x.colorGray30),contentActionPrimary:m.extend("--ft-content-action-primary","Used on label of primary action on light surface.",x.colorBrand0),contentWarningPrimary:m.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",x.colorOrange200),contentWarningIconOnly:m.extend("--ft-content-warning-icon-only","Used on warning status icons alone",x.colorOrange0),contentErrorPrimary:m.extend("--ft-content-error-primary","Used on label of error messages on light surface.",x.colorRed0),contentErrorIconOnly:m.extend("--ft-content-error-icon-only","Used on error status icons alone",x.colorRed70),contentInfoPrimary:m.extend("--ft-content-info-primary","Used on label of information messages on light surface.",x.colorCyan200),contentInfoIconOnly:m.extend("--ft-content-info-icon-only","Used on info status icons alone",x.colorCyan0),contentSuccessPrimary:m.extend("--ft-content-success-primary","Used on label of success messages on light surface.",x.colorGreen200),contentSuccessIconOnly:m.extend("--ft-content-success-icon-only","Used on success status icons alone",x.colorGreen0),contentGlobalPrimary:m.extend("--ft-content-global-primary","Used for main content on the page.",x.colorGray500),contentGlobalSecondary:m.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",x.colorGray200),contentGlobalSubtle:m.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",x.colorGray0),contentGlobalOnColor:m.extend("--ft-content-global-on-color","Used for content on a dominant color.",x.colorWhite),borderActionPrimary:m.extend("--ft-border-action-primary","Used as border for primary action components.",x.colorBrand0),borderActionFocusRing:m.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",x.colorCyan0),borderWarningPrimary:m.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",x.colorOrange200),borderWarningSubtle:m.extend("--ft-border-warning-subtle","Used as border for warning components.",x.colorOrange30),borderSuccessPrimary:m.extend("--ft-border-success-primary","Used as border for success buttons.",x.colorGreen200),borderSuccessSubtle:m.extend("--ft-border-success-subtle","Used as border for success components.",x.colorGreen30),borderErrorPrimary:m.extend("--ft-border-error-primary","Used as border for text fields in error states.",x.colorRed0),borderErrorSubtle:m.extend("--ft-border-error-subtle","Used as border for error components.",x.colorRed30),borderInfoPrimary:m.extend("--ft-border-info-primary","Used as border for buttons in info color.",x.colorCyan200),borderInfoSubtle:m.extend("--ft-border-info-subtle","Used as border for information components.",x.colorCyan30),borderGlobalPrimary:m.extend("--ft-border-global-primary","Used as border for element like input.",x.colorGray50),borderGlobalSubtle:m.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",x.colorGray30),borderInputPrimary:m.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",x.colorGray80)},N={largeHeight:m.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:m.extend("--ft-button-large-horizontal-padding","",x.spacing4),largeGap:m.extend("--ft-button-large-gap","",x.spacing2),largeBorderRadius:m.extend("--ft-button-large-border-radius","",x.borderRadiusS),largeIconSize:m.extend("--ft-button-large-icon-size","",x.iconSize3),largeBorderWidth:m.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:m.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:m.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:m.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:m.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:m.extend("--ft-button-small-horizontal-padding","",x.spacing3),smallGap:m.extend("--ft-button-small-gap","",x.spacing2),smallBorderRadius:m.extend("--ft-button-small-border-radius","",x.borderRadiusS),smallIconSize:m.extend("--ft-button-small-icon-size","",x.iconSize2),smallBorderWidth:m.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:m.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:m.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:m.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:m.extend("--ft-button-primary-background-color","",v.backgroundActionPrimary),primaryColor:m.extend("--ft-button-primary-color","",v.contentGlobalOnColor),primaryIconColor:m.extend("--ft-button-primary-icon-color","",v.contentGlobalOnColor),primaryStateLayerColor:m.extend("--ft-button-primary-state-layer-color","",v.contentGlobalOnColor),primaryHoverStateLayerOpacity:m.extend("--ft-button-primary-hover-state-layer-opacity","",x.opacity16),primaryFocusStateLayerOpacity:m.extend("--ft-button-primary-focus-state-layer-opacity","",x.opacity16),primaryActiveStateLayerOpacity:m.extend("--ft-button-primary-active-state-layer-opacity","",x.opacity24),primaryDisabledComponentOpacity:m.extend("--ft-button-primary-disabled-component-opacity","",x.opacity40),focusFocusRingColor:m.extend("--ft-button-focus-focus-ring-color","",v.borderActionFocusRing),tertiaryBackgroundColor:m.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:m.extend("--ft-button-tertiary-color","",v.contentActionPrimary),tertiaryIconColor:m.extend("--ft-button-tertiary-icon-color","",v.contentActionPrimary),tertiaryStateLayerColor:m.extend("--ft-button-tertiary-state-layer-color","",v.contentActionPrimary),tertiaryHoverStateLayerOpacity:m.extend("--ft-button-tertiary-hover-state-layer-opacity","",x.opacity8),tertiaryFocusStateLayerOpacity:m.extend("--ft-button-tertiary-focus-state-layer-opacity","",x.opacity8),tertiaryActiveStateLayerOpacity:m.extend("--ft-button-tertiary-active-state-layer-opacity","",x.opacity16),tertiaryDisabledComponentOpacity:m.extend("--ft-button-tertiary-disabled-component-opacity","",x.opacity40),secondaryBackgroundColor:m.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:m.extend("--ft-button-secondary-color","",v.contentActionPrimary),secondaryIconColor:m.extend("--ft-button-secondary-icon-color","",v.contentActionPrimary),secondaryStateLayerColor:m.extend("--ft-button-secondary-state-layer-color","",v.contentActionPrimary),secondaryHoverStateLayerOpacity:m.extend("--ft-button-secondary-hover-state-layer-opacity","",x.opacity8),secondaryFocusStateLayerOpacity:m.extend("--ft-button-secondary-focus-state-layer-opacity","",x.opacity8),secondaryActiveStateLayerOpacity:m.extend("--ft-button-secondary-active-state-layer-opacity","",x.opacity16),secondaryDisabledComponentOpacity:m.extend("--ft-button-secondary-disabled-component-opacity","",x.opacity40),secondaryBorderColor:m.extend("--ft-button-secondary-border-color","",v.borderActionPrimary),neutralBackgroundColor:m.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:m.extend("--ft-button-neutral-icon-color","",v.contentGlobalSecondary),neutralColor:m.extend("--ft-button-neutral-color","",v.contentGlobalSecondary),neutralStateLayerColor:m.extend("--ft-button-neutral-state-layer-color","",v.contentGlobalSecondary),neutralHoverStateLayerOpacity:m.extend("--ft-button-neutral-hover-state-layer-opacity","",x.opacity8),neutralFocusStateLayerOpacity:m.extend("--ft-button-neutral-focus-state-layer-opacity","",x.opacity8),neutralActiveStateLayerOpacity:m.extend("--ft-button-neutral-active-state-layer-opacity","",x.opacity16),neutralDisabledComponentOpacity:m.extend("--ft-button-neutral-disabled-component-opacity","",x.opacity40)};m.extend("--ft-banner-icon-size","",x.iconSize5),m.create("--ft-banner-border-width","","SIZE","1px"),m.extend("--ft-banner-horizontal-padding","",x.spacing6),m.extend("--ft-banner-vertical-padding","",x.spacing6),m.extend("--ft-banner-horizontal-side-gap","",x.spacing6),m.extend("--ft-banner-horizontal-mobile-gap","",x.spacing4),m.extend("--ft-banner-vertical-mobile-gap","",x.spacing6),m.extend("--ft-banner-horizontal-middle-gap","",x.spacing20),m.extend("--ft-banner-info-background-color","",v.backgroundInfoSubtle),m.extend("--ft-banner-info-color","",v.contentInfoPrimary),m.extend("--ft-banner-info-icon-color","",v.contentInfoIconOnly),m.extend("--ft-breadcrumb-horizontal-gap","",x.spacing1),m.extend("--ft-breadcrumb-vertical-gap","",x.spacing2),m.extend("--ft-breadcrumb-current-element-color","",v.contentGlobalPrimary),m.extend("--ft-breadcrumb-icon-color","",v.contentGlobalSubtle),m.extend("--ft-page-header-horizontal-padding","",x.spacing12),m.extend("--ft-page-header-horizontal-gap","",x.spacing4),m.extend("--ft-page-header-vertical-gap","",x.spacing2),m.extend("--ft-page-header-classic-vertical-padding","",x.spacing6),m.extend("--ft-page-header-multiline-vertical-padding","",x.spacing4),m.extend("--ft-page-header-inline-vertical-padding","",x.spacing2),m.extend("--ft-page-header-background-color","",x.colorWhite),m.extend("--ft-page-header-bottom-border-color","",v.borderGlobalSubtle),m.extend("--ft-page-header-title-color","",v.contentGlobalPrimary),m.extend("--ft-page-header-subtitle-color","",v.contentGlobalSecondary),m.create("--ft-modal-small-container-width","","SIZE","600px"),m.create("--ft-modal-large-container-width","","SIZE","900px"),m.extend("--ft-modal-overlay-background-color","",x.colorGray700),m.extend("--ft-modal-overlay-opacity","",x.opacity40),m.extend("--ft-modal-shadow","",x.shadowElevation03),m.extend("--ft-modal-body-background-color","",x.colorWhite),m.extend("--ft-modal-body-color","",v.contentGlobalPrimary),m.extend("--ft-modal-body-horizontal-padding","",x.spacing6),m.extend("--ft-modal-body-vertical-padding","",x.spacing6),m.extend("--ft-modal-body-vertical-gap","",x.spacing6),m.extend("--ft-modal-container-margin","",x.spacing3),m.extend("--ft-modal-header-background-color","",v.backgroundGlobalOnSurface),m.extend("--ft-modal-header-border-color","",v.borderGlobalSubtle),m.extend("--ft-modal-header-color","",v.contentGlobalPrimary),m.extend("--ft-modal-header-trailing-icon-color","",v.contentGlobalSecondary),m.extend("--ft-modal-header-vertical-padding","",x.spacing1),m.extend("--ft-modal-header-right-padding","",x.spacing1),m.extend("--ft-modal-header-left-padding","",x.spacing6),m.extend("--ft-modal-header-gap","",x.spacing2),m.create("--ft-modal-header-border-bottom","","SIZE","1px"),m.extend("--ft-modal-border-radius","",x.borderRadiusM),m.extend("--ft-drawer-overlay-opacity","",x.opacity40),m.extend("--ft-drawer-shadow","",x.shadowElevation03),m.extend("--ft-drawer-body-color","",v.contentGlobalPrimary),m.extend("--ft-drawer-body-horizontal-padding","",x.spacing6),m.extend("--ft-drawer-body-vertical-padding","",x.spacing6),m.extend("--ft-drawer-body-gap","",x.spacing6),m.extend("--ft-drawer-body-background-color","",x.colorWhite),m.extend("--ft-drawer-header-background-color","",v.backgroundGlobalOnSurface),m.extend("--ft-drawer-header-border-color","",v.borderGlobalSubtle),m.extend("--ft-drawer-header-color","",v.contentGlobalPrimary),m.extend("--ft-drawer-header-trailing-icon-color","",v.contentGlobalSecondary),m.create("--ft-drawer-header-height","","SIZE","50px"),m.extend("--ft-drawer-header-horizontal-padding","",x.spacing2),m.create("--ft-drawer-header-border-width","","SIZE","1px"),m.extend("--ft-drawer-header-gap","",x.spacing3),m.extend("--ft-drawer-buttons-bar-background-color","",v.backgroundGlobalOnSurface),m.extend("--ft-drawer-buttons-bar-border-color","",v.borderGlobalSubtle),m.extend("--ft-drawer-buttons-bar-color","",v.contentGlobalPrimary),m.extend("--ft-drawer-buttons-bar-horizontal-padding","",x.spacing4),m.extend("--ft-drawer-buttons-bar-vertical-padding","",x.spacing4),m.extend("--ft-drawer-buttons-bar-gap","",x.spacing3),m.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),m.create("--ft-drawer-container-width","","SIZE","66%"),m.create("--ft-drawer-container-min-width","","SIZE","500px"),m.create("--ft-drawer-container-max-width","","SIZE","1000px"),m.create("--ft-drawer-container-height","","SIZE","100%"),m.extend("--ft-drawer-overlay-background-color","",x.colorGray700),m.extend("--ft-text-input-field-horizontal-padding","",x.spacing4),m.extend("--ft-text-input-field-horizontal-gap","",x.spacing3),m.extend("--ft-text-input-field-vertical-gap","",x.spacing05),m.extend("--ft-text-input-field-icon-size","",x.iconSize3),m.create("--ft-text-input-field-height","","SIZE","50px"),m.extend("--ft-text-input-helper-horizontal-padding","",x.spacing4),m.extend("--ft-text-input-helper-horizontal-gap","",x.spacing1),m.extend("--ft-text-input-helper-icon-size","",x.iconSize2),m.extend("--ft-text-input-border-radius","",x.borderRadiusM),m.extend("--ft-text-input-background-color","",x.colorWhite),m.extend("--ft-text-input-content-value-color","",v.contentGlobalPrimary),m.extend("--ft-text-input-trailing-icon-color","",v.contentGlobalSubtle),m.extend("--ft-text-input-label-color","",v.contentGlobalSubtle),m.extend("--ft-text-input-default-border-color","",v.borderInputPrimary),m.extend("--ft-text-input-default-helper-text-color","",v.contentGlobalSubtle),m.create("--ft-text-input-default-border-width","","SIZE","1px"),m.create("--ft-text-input-error-border-width","","SIZE","2px"),m.extend("--ft-text-input-error-border-color","",v.borderErrorPrimary),m.extend("--ft-text-input-error-helper-text-color","",v.contentErrorPrimary),m.extend("--ft-text-input-error-helper-icon-color","",v.contentErrorIconOnly),m.create("--ft-text-input-warning-border-width","","SIZE","2px"),m.create("--ft-text-input-focus-outline-width","","SIZE","2px"),m.extend("--ft-text-input-focus-focus-ring-color","",v.borderActionFocusRing),m.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),m.extend("--ft-text-input-disabled-component-opacity","",x.opacity40),m.extend("--ft-text-area-background-color","",x.colorWhite),m.extend("--ft-text-area-content-value-color","",v.contentGlobalPrimary),m.extend("--ft-text-area-label-color","",v.contentGlobalSubtle),m.extend("--ft-text-area-default-border-color","",v.borderInputPrimary),m.extend("--ft-text-area-default-helper-text-color","",v.contentGlobalSubtle),m.create("--ft-text-area-default-border-width","","SIZE","1px"),m.create("--ft-text-area-error-border-width","","SIZE","2px"),m.extend("--ft-text-area-error-border-color","",v.borderErrorPrimary),m.extend("--ft-text-area-error-helper-text-color","",v.contentErrorPrimary),m.extend("--ft-text-area-error-helper-icon-color","",v.contentErrorIconOnly),m.extend("--ft-text-area-focus-focus-ring-color","",v.borderActionFocusRing),m.create("--ft-text-area-focus-outline-width","","SIZE","2px"),m.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),m.extend("--ft-text-area-disabled-component-opacity","",x.opacity40),m.extend("--ft-text-area-field-horizontal-left-padding","",x.spacing4),m.extend("--ft-text-area-field-horizontal-gap","",x.spacing3),m.extend("--ft-text-area-field-vertical-gap","",x.spacing05),m.create("--ft-text-area-field-min-height","","SIZE","64px"),m.extend("--ft-text-area-helper-horizontal-padding","",x.spacing4),m.extend("--ft-text-area-helper-horizontal-gap","",x.spacing1),m.extend("--ft-text-area-helper-icon-size","",x.iconSize2),m.extend("--ft-text-area-border-radius","",x.borderRadiusM),m.create("--ft-floating-menu-height","","SIZE","50px"),m.extend("--ft-floating-menu-horizontal-padding","",x.spacing4),m.extend("--ft-floating-menu-off-icon-color","",v.contentGlobalPrimary),m.extend("--ft-floating-menu-off-color","",v.contentGlobalPrimary),m.extend("--ft-floating-menu-on-color","",v.contentActionPrimary),m.extend("--ft-floating-menu-on-state-layer-color","",v.contentActionPrimary),m.extend("--ft-floating-menu-gap","",x.spacing3),m.extend("--ft-floating-menu-focus-focus-ring-color","",v.borderActionFocusRing),m.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),m.extend("--ft-floating-menu-focus-state-layer-opacity","",x.opacity8),m.extend("--ft-floating-menu-hover-state-layer-opacity","",x.opacity8),m.extend("--ft-floating-menu-active-state-layer-opacity","",x.opacity16),m.extend("--ft-floating-menu-disabled-component-opacity","",x.opacity40),m.extend("--ft-floating-menu-icon-size","",x.iconSize3),m.extend("--ft-floating-menu-background-color","",v.backgroundGlobalOnSurface),m.extend("--ft-combobox-single-select-field-horizontal-padding","",x.spacing4),m.extend("--ft-combobox-single-select-field-horizontal-gap","",x.spacing3),m.extend("--ft-combobox-single-select-field-vertical-gap","",x.spacing05),m.extend("--ft-combobox-single-select-field-icon-size","",x.iconSize3),m.create("--ft-combobox-single-select-field-height","","SIZE","50px"),m.extend("--ft-combobox-single-select-helper-horizontal-padding","",x.spacing4),m.extend("--ft-combobox-single-select-helper-horizontal-gap","",x.spacing1),m.extend("--ft-combobox-single-select-helper-vertical-gap","",x.spacing1),m.extend("--ft-combobox-single-select-helper-icon-size","",x.iconSize2),m.extend("--ft-combobox-single-select-menu-vertical-gap","",x.spacing2),m.extend("--ft-combobox-single-select-border-radius","",x.borderRadiusM),m.extend("--ft-combobox-single-select-background-color","",x.colorWhite),m.extend("--ft-combobox-single-select-label-color","",v.contentGlobalSubtle),m.extend("--ft-combobox-single-select-content-value-color","",v.contentGlobalPrimary),m.extend("--ft-combobox-single-select-trailing-icon-color","",v.contentGlobalSubtle),m.extend("--ft-combobox-single-select-default-border-color","",v.borderInputPrimary),m.extend("--ft-combobox-single-select-default-helper-text-color","",v.contentGlobalSubtle),m.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),m.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),m.extend("--ft-combobox-single-select-error-border-color","",v.borderErrorPrimary),m.extend("--ft-combobox-single-select-error-helper-text-color","",v.contentErrorPrimary),m.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),m.extend("--ft-combobox-single-select-warning-border-color","",v.borderWarningPrimary),m.extend("--ft-combobox-single-select-warning-helper-text-color","",v.contentWarningPrimary),m.extend("--ft-combobox-single-select-warning-helper-icon-color","",v.contentWarningIconOnly),m.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),m.extend("--ft-combobox-single-select-focus-focus-ring-color","",v.borderActionFocusRing),m.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),m.extend("--ft-combobox-single-select-disabled-component-opacity","",x.opacity40),m.extend("--ft-combobox-multi-select-background-color","",x.colorWhite),m.extend("--ft-combobox-multi-select-label-color","",v.contentGlobalSubtle),m.extend("--ft-combobox-multi-select-trailing-icon-color","",v.contentGlobalSubtle),m.extend("--ft-combobox-multi-select-default-border-color","",v.borderInputPrimary),m.extend("--ft-combobox-multi-select-default-helper-text-color","",v.contentGlobalSubtle),m.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),m.extend("--ft-combobox-multi-select-error-border-color","",v.borderErrorPrimary),m.extend("--ft-combobox-multi-select-error-helper-text-color","",v.contentErrorPrimary),m.extend("--ft-combobox-multi-select-error-helper-icon","",v.contentErrorIconOnly),m.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),m.extend("--ft-combobox-multi-select-warning-border-color","",v.borderWarningPrimary),m.extend("--ft-combobox-multi-select-warning-helper-text-color","",v.contentWarningPrimary),m.extend("--ft-combobox-multi-select-warning-helper-icon-color","",v.contentWarningIconOnly),m.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),m.extend("--ft-combobox-multi-select-focus-focus-ring-color","",v.borderActionFocusRing),m.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),m.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),m.extend("--ft-combobox-multi-select-disabled-component-opacity","",x.opacity40),m.extend("--ft-combobox-multi-select-helper-horizontal-padding","",x.spacing4),m.extend("--ft-combobox-multi-select-helper-horizontal-gap","",x.spacing1),m.extend("--ft-combobox-multi-select-helper-vertical-gap","",x.spacing1),m.extend("--ft-combobox-multi-select-helper-icon-size","",x.iconSize2),m.extend("--ft-combobox-multi-select-field-horizontal-padding","",x.spacing4),m.extend("--ft-combobox-multi-select-field-horizontal-gap","",x.spacing3),m.extend("--ft-combobox-multi-select-field-vertical-gap","",x.spacing05),m.extend("--ft-combobox-multi-select-field-icon-size","",x.iconSize3),m.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),m.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",x.spacing1),m.extend("--ft-combobox-multi-select-content-values-vertical-gap","",x.spacing1),m.extend("--ft-combobox-multi-select-border-radius","",x.borderRadiusM),m.extend("--ft-popover-background-color","",v.backgroundGlobalOnSurface),m.extend("--ft-popover-horizontal-padding","",x.spacing6),m.extend("--ft-popover-vertical-padding","",x.spacing6),m.extend("--ft-popover-icon-color","",v.contentGlobalSecondary),m.extend("--ft-popover-icon-size","",x.iconSize2),m.extend("--ft-popover-title-color","",v.contentGlobalPrimary),m.extend("--ft-popover-body-color","",v.contentGlobalSecondary),m.extend("--ft-popover-link-color","",v.contentActionPrimary),m.extend("--ft-popover-gap","",x.spacing3),m.extend("--ft-popover-border-radius","",x.borderRadiusM),m.extend("--ft-popover-shadow","",x.shadowElevation02),m.extend("--ft-tabs-top-left-border-radius","",x.borderRadiusS),m.extend("--ft-tabs-top-right-border-radius","",x.borderRadiusS),m.extend("--ft-tabs-label-horizontal-padding","",x.spacing4),m.extend("--ft-tabs-label-vertical-padding","",x.spacing3),m.extend("--ft-tabs-label-gap","",x.spacing1),m.extend("--ft-tabs-off-hover-state-layer-opacity","",x.opacity8),m.extend("--ft-tabs-off-focus-state-layer-opacity","",x.opacity8),m.extend("--ft-tabs-off-active-state-layer-opacity","",x.opacity16),m.extend("--ft-tabs-off-disabled-component-opacity","",x.opacity40),m.extend("--ft-tabs-off-color","",v.contentGlobalSubtle),m.extend("--ft-tabs-off-state-layer-color","",v.contentGlobalSubtle),m.extend("--ft-tabs-on-hover-state-layer-opacity","",x.opacity8),m.extend("--ft-tabs-on-focus-state-layer-opacity","",x.opacity8),m.extend("--ft-tabs-on-active-state-layer-opacity","",x.opacity16),m.extend("--ft-tabs-on-disabled-component-opacity","",x.opacity40),m.extend("--ft-tabs-on-color","",v.contentActionPrimary),m.extend("--ft-tabs-on-state-layer-color","",v.contentActionPrimary),m.extend("--ft-tabs-icon-horizontal-padding","",x.spacing1),m.extend("--ft-tabs-icon-vertical-padding","",x.spacing4),m.create("--ft-tabs-focus-outline-width","","SIZE","2px"),m.extend("--ft-tabs-focus-focus-ring-color","",v.borderActionFocusRing),m.extend("--ft-collapsible-hover-state-layer-opacity","",x.opacity8),m.extend("--ft-collapsible-focus-state-layer-opacity","",x.opacity8),m.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),m.extend("--ft-collapsible-focus-focus-ring-color","",v.borderActionFocusRing),m.extend("--ft-collapsible-active-state-layer-opacity","",x.opacity16),m.extend("--ft-collapsible-disabled-component-opacity","",x.opacity40),m.extend("--ft-collapsible-horizontal-padding","",x.spacing4),m.extend("--ft-collapsible-vertical-padding","",x.spacing3),m.extend("--ft-collapsible-color","",v.contentGlobalPrimary),m.extend("--ft-collapsible-state-layer-color","",v.contentGlobalPrimary),m.extend("--ft-collapsible-background-color","",v.backgroundGlobalOnSurface),m.extend("--ft-collapsible-border-color","",v.borderGlobalSubtle),m.extend("--ft-collapsible-icon-size","",x.iconSize3),m.extend("--ft-switch-group-horizontal-padding","",x.spacing1),m.extend("--ft-switch-group-vertical-padding","",x.spacing1),m.extend("--ft-switch-group-gap","",x.spacing1),m.extend("--ft-switch-group-background-color","",v.backgroundGlobalSurface),m.extend("--ft-switch-group-border-color","",v.borderGlobalSubtle),m.create("--ft-switch-group-border-radius","","SIZE","6px"),m.extend("--ft-switch-label-horizontal-padding","",x.spacing2),m.extend("--ft-switch-label-vertical-padding","",x.spacing1),m.extend("--ft-switch-off-hover-state-layer-opacity","",x.opacity8),m.extend("--ft-switch-off-focus-state-layer-opacity","",x.opacity8),m.extend("--ft-switch-off-active-state-layer-opacity","",x.opacity16),m.extend("--ft-switch-off-disabled-component-opacity","",x.opacity40),m.extend("--ft-switch-off-color","",v.contentGlobalSubtle),m.extend("--ft-switch-off-state-layer-color","",v.contentGlobalSubtle),m.extend("--ft-switch-on-hover-state-layer-opacity","",x.opacity8),m.extend("--ft-switch-on-focus-state-layer-opacity","",x.opacity8),m.extend("--ft-switch-on-active-state-layer-opacity","",x.opacity16),m.extend("--ft-switch-on-disabled-component-opacity","",x.opacity40),m.extend("--ft-switch-on-color","",v.contentActionPrimary),m.extend("--ft-switch-on-state-layer-color","",v.contentActionPrimary),m.extend("--ft-switch-icon-horizontal-padding","",x.spacing1),m.extend("--ft-switch-icon-vertical-padding","",x.spacing1),m.create("--ft-switch-focus-outline-width","","SIZE","2px"),m.extend("--ft-switch-focus-focus-ring-color","",v.borderActionFocusRing),m.extend("--ft-switch-option-border-radius","",x.borderRadiusS),m.extend("--ft-chart-1-light","for area color charts",x.colorBrand40),m.extend("--ft-chart-1-base","for line charts",x.colorBrand0),m.extend("--ft-chart-2-light","for area color charts",x.colorYellow60),m.extend("--ft-chart-2-base","for line charts",x.colorYellow100),m.extend("--ft-chart-3-light","",x.colorUltramarine40),m.extend("--ft-chart-3-base","",x.colorUltramarine70),m.extend("--ft-chart-4-light","",x.colorCyan50),m.extend("--ft-chart-4-base","",x.colorCyan100),m.extend("--ft-chart-5-light","",x.colorRed40),m.extend("--ft-chart-5-base","",x.colorRed60),m.extend("--ft-chart-6-light","",x.colorGreen40),m.extend("--ft-chart-6-base","",x.colorGreen70),m.extend("--ft-chart-7-light","",x.colorOrange70),m.extend("--ft-chart-7-base","",x.colorOrange100),m.extend("--ft-chart-8-light","",x.colorAvocado70),m.extend("--ft-chart-8-base","",x.colorAvocado200),m.extend("--ft-chart-9-light","",x.colorBrown50),m.extend("--ft-chart-9-base","",x.colorBrown200),m.extend("--ft-chart-10-light","",x.colorGray50),m.extend("--ft-chart-10-base","",x.colorGray80),m.extend("--ft-chart-monochrome-10","",x.colorBrand10),m.extend("--ft-chart-monochrome-20","",x.colorBrand20),m.extend("--ft-chart-monochrome-30","",x.colorBrand40),m.extend("--ft-chart-monochrome-40","",x.colorBrand60),m.extend("--ft-chart-monochrome-50","",x.colorBrand0),m.extend("--ft-chart-monochrome-60","",x.colorBrand200),m.extend("--ft-chip-large-horizontal-padding","",x.spacing4),m.extend("--ft-chip-large-vertical-padding","",x.spacing2),m.extend("--ft-chip-large-gap","",x.spacing1),m.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),m.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),m.extend("--ft-chip-large-border-radius","",x.borderRadiusPill),m.create("--ft-chip-large-border-width","","SIZE","1px"),m.extend("--ft-chip-large-icon-size","",x.iconSize3),m.extend("--ft-chip-medium-horizontal-padding","",x.spacing3),m.extend("--ft-chip-medium-vertical-padding","",x.spacing1),m.extend("--ft-chip-medium-gap","",x.spacing1),m.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),m.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),m.extend("--ft-chip-medium-border-radius","",x.borderRadiusPill),m.create("--ft-chip-medium-border-width","","SIZE","1px"),m.extend("--ft-chip-medium-icon-size","",x.iconSize2),m.extend("--ft-chip-small-horizontal-padding","",x.spacing2),m.extend("--ft-chip-small-vertical-padding","",x.spacing05),m.extend("--ft-chip-small-gap","",x.spacing1),m.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),m.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),m.extend("--ft-chip-small-border-radius","",x.borderRadiusPill),m.create("--ft-chip-small-border-width","","SIZE","1px"),m.extend("--ft-chip-small-icon-size","",x.iconSize1),m.extend("--ft-chip-neutral-background-color","",v.backgroundGlobalOnSurface),m.extend("--ft-chip-neutral-color","",v.contentGlobalPrimary),m.extend("--ft-chip-neutral-icon-color","",v.contentGlobalPrimary),m.extend("--ft-chip-neutral-border-color","",v.borderGlobalSubtle),m.extend("--ft-chip-info-background-color","",v.backgroundInfoSubtle),m.extend("--ft-chip-info-color","",v.contentInfoPrimary),m.extend("--ft-chip-info-icon-color","",v.contentInfoIconOnly),m.extend("--ft-chip-info-border-color","",v.borderInfoSubtle),m.extend("--ft-chip-success-background-color","",v.backgroundSuccessSubtle),m.extend("--ft-chip-success-color","",v.contentSuccessPrimary),m.extend("--ft-chip-success-icon-color","",v.contentSuccessIconOnly),m.extend("--ft-chip-success-border-color","",v.borderSuccessSubtle),m.extend("--ft-chip-warning-background-color","",v.backgroundWarningSubtle),m.extend("--ft-chip-warning-color","",v.contentWarningPrimary),m.extend("--ft-chip-warning-icon-color","",v.contentWarningIconOnly),m.extend("--ft-chip-warning-border-color","",v.borderWarningSubtle),m.extend("--ft-chip-error-background-color","",v.backgroundErrorSubtle),m.extend("--ft-chip-error-color","",v.contentErrorPrimary),m.extend("--ft-chip-error-icon-color","",v.contentErrorIconOnly),m.extend("--ft-chip-error-border-color","",v.borderErrorSubtle),m.extend("--ft-border-info-border-color","",v.borderInfoSubtle),m.create("--ft-notice-border-width","","SIZE","1px"),m.extend("--ft-notice-horizontal-padding","",x.spacing2),m.extend("--ft-notice-vertical-padding","",x.spacing1),m.extend("--ft-notice-border-radius","",x.borderRadiusS),m.extend("--ft-notice-gap","",x.spacing2),m.extend("--ft-notice-icon-size","",x.iconSize3),m.extend("--ft-notice-info-background-color","",v.backgroundInfoSubtle),m.extend("--ft-notice-info-border-color","",v.borderInfoSubtle),m.extend("--ft-notice-info-color","",v.contentInfoPrimary),m.extend("--ft-notice-info-icon-color","",v.contentInfoIconOnly),m.extend("--ft-notice-warning-background-color","",v.backgroundWarningSubtle),m.extend("--ft-notice-warning-border-color","",v.borderWarningSubtle),m.extend("--ft-notice-warning-color","",v.contentWarningPrimary),m.extend("--ft-notice-warning-icon-color","",v.contentWarningIconOnly),m.extend("--ft-notice-error-background-color","",v.backgroundErrorSubtle),m.extend("--ft-notice-error-border-color","",v.borderErrorSubtle),m.extend("--ft-notice-error-color","",v.contentErrorPrimary),m.extend("--ft-notice-error-icon-color","",v.contentErrorIconOnly),m.extend("--ft-notice-success-background-color","",v.backgroundSuccessSubtle),m.extend("--ft-notice-success-border-color","",v.borderSuccessSubtle),m.extend("--ft-notice-success-color","",v.contentSuccessPrimary),m.extend("--ft-notice-success-icon-color","",v.contentSuccessIconOnly),m.extend("--ft-checkbox-color","",v.contentGlobalPrimary),m.extend("--ft-checkbox-checked-background-color","",v.contentActionPrimary),m.extend("--ft-checkbox-checked-state-layer-color","",v.contentActionPrimary),m.extend("--ft-checkbox-checked-icon-color","",v.contentGlobalOnColor),m.extend("--ft-checkbox-checked-hover-state-layer-opacity","",x.opacity16),m.extend("--ft-checkbox-checked-focus-state-layer-opacity","",x.opacity16),m.extend("--ft-checkbox-checked-active-state-layer-opacity","",x.opacity24),m.extend("--ft-checkbox-checked-disabled-component-opacity","",x.opacity40),m.extend("--ft-checkbox-unchecked-border-color","",x.colorGray80),m.extend("--ft-checkbox-unchecked-state-layer-color","",x.colorGray80),m.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",x.opacity16),m.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",x.opacity16),m.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",x.opacity24),m.extend("--ft-checkbox-unchecked-disabled-component-opacity","",x.opacity40),m.extend("--ft-checkbox-focus-focus-ring-color","",v.borderActionFocusRing),m.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),m.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),m.extend("--ft-checkbox-gap","",x.spacing3),m.extend("--ft-toggle-off-hover-state-layer-opacity","",x.opacity16),m.extend("--ft-toggle-off-focus-state-layer-opacity","",x.opacity16),m.extend("--ft-toggle-off-active-state-layer-opacity","",x.opacity24),m.extend("--ft-toggle-off-disabled-component-opacity","",x.opacity40),m.extend("--ft-toggle-off-background-color","",v.contentGlobalSubtle),m.extend("--ft-toggle-off-icon-color","",v.contentGlobalSubtle),m.extend("--ft-toggle-off-state-layer-color","",v.contentGlobalSubtle),m.extend("--ft-toggle-on-hover-state-layer-opacity","",x.opacity16),m.extend("--ft-toggle-on-focus-state-layer-opacity","",x.opacity16),m.extend("--ft-toggle-on-active-state-layer-opacity","",x.opacity24),m.extend("--ft-toggle-on-disabled-component-opacity","",x.opacity40),m.extend("--ft-toggle-on-background-color","",v.contentActionPrimary),m.extend("--ft-toggle-on-state-layer-color","",v.contentActionPrimary),m.extend("--ft-toggle-on-icon-color","",v.contentActionPrimary),m.extend("--ft-toggle-color","",v.contentGlobalPrimary),m.extend("--ft-toggle-focus-focus-ring-color","",v.borderActionFocusRing),m.extend("--ft-toggle-gap","",x.spacing3),m.extend("--ft-radio-color","",v.contentGlobalPrimary),m.extend("--ft-radio-selected-radio-color","",v.contentActionPrimary),m.extend("--ft-radio-selected-state-layer-color","",v.contentActionPrimary),m.extend("--ft-radio-selected-hover-state-layer-opacity","",x.opacity16),m.extend("--ft-radio-selected-focus-state-layer-opacity","",x.opacity16),m.extend("--ft-radio-selected-active-state-layer-opacity","",x.opacity24),m.extend("--ft-radio-selected-disabled-component-opacity","",x.opacity40),m.extend("--ft-radio-unselected-state-layer-color","",v.borderInputPrimary),m.extend("--ft-radio-unselected-border-color","",v.borderInputPrimary),m.extend("--ft-radio-unselected-hover-state-layer-opacity","",x.opacity16),m.extend("--ft-radio-unselected-focus-state-layer-opacity","",x.opacity16),m.extend("--ft-radio-unselected-active-state-layer-opacity","",x.opacity24),m.extend("--ft-radio-unselected-disabled-component-opacity","",x.opacity40),m.extend("--ft-radio-focus-focus-ring-color","",v.borderActionFocusRing),m.create("--ft-radio-focus-outline-offset","","SIZE","3px"),m.create("--ft-radio-focus-outline-width","","SIZE","2px"),m.extend("--ft-radio-gap","",x.spacing3),m.extend("--ft-notification-icon-size","",x.iconSize4),m.extend("--ft-notification-horizontal-padding","",x.spacing4),m.extend("--ft-notification-vertical-padding","",x.spacing4),m.extend("--ft-notification-info-background-color","",v.backgroundInfoSubtle),m.extend("--ft-notification-info-color","",v.contentInfoPrimary),m.extend("--ft-notification-info-icon-color","",v.contentInfoIconOnly),m.extend("--ft-notification-info-border-color","",v.borderInfoSubtle),m.extend("--ft-notification-success-background-color","",v.backgroundSuccessSubtle),m.extend("--ft-notification-success-color","",v.contentSuccessPrimary),m.extend("--ft-notification-success-icon-color","",v.contentSuccessIconOnly),m.extend("--ft-notification-success-border-color","",v.borderSuccessSubtle),m.extend("--ft-notification-warning-background-color","",v.backgroundWarningSubtle),m.extend("--ft-notification-warning-color","",v.contentWarningPrimary),m.extend("--ft-notification-warning-icon-color","",v.contentWarningIconOnly),m.extend("--ft-notification-warning-border-color","",v.borderWarningSubtle),m.extend("--ft-notification-error-background-color","",v.backgroundErrorSubtle),m.extend("--ft-notification-error-color","",v.contentErrorPrimary),m.extend("--ft-notification-error-icon-color","",v.contentErrorIconOnly),m.extend("--ft-notification-error-border-color","",v.borderErrorSubtle),m.extend("--ft-notification-border-radius","",x.borderRadiusPill),m.create("--ft-notification-border-width","","SIZE","1px"),m.extend("--ft-notification-leading-gap","",x.spacing2),m.extend("--ft-notification-trailing-gap","",x.spacing8),m.extend("--ft-tooltip-horizontal-padding","",x.spacing2),m.extend("--ft-tooltip-vertical-padding","",x.spacing2),m.extend("--ft-tooltip-border-radius","",x.borderRadiusS),m.extend("--ft-tooltip-color","",v.contentGlobalOnColor),m.extend("--ft-tooltip-background-color","",v.contentGlobalPrimary),m.extend("--ft-tooltip-background-opacity","",x.opacity80),m.extend("--ft-tooltip-shadow","",x.shadowElevation03),m.create("--ft-tooltip-max-width","","SIZE","256px"),m.extend("--ft-tooltip-gap","",x.spacing05);const S=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.titleFont),w=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.contentFont),C={fontFamily:w,fontSize:o.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:o.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:o.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:o.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:o.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},I=o.FtCssVariableFactory.extend("--ft-typography-title-font-family","",S),$=o.FtCssVariableFactory.extend("--ft-typography-title-font-size","",C.fontSize,"20px"),E=o.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",C.fontWeight,"normal"),W=o.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",C.letterSpacing,"0.15px"),U=o.FtCssVariableFactory.extend("--ft-typography-title-line-height","",C.lineHeight,"1.2"),R=o.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",C.textTransform,"inherit"),k=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",S),L=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",C.fontSize,"14px"),Z=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",C.fontWeight,"normal"),z=o.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",C.letterSpacing,"0.105px"),K=o.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",C.lineHeight,"1.7"),F=o.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",C.textTransform,"inherit"),D=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",w),B=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",C.fontSize,"16px"),H=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",C.fontWeight,"600"),A=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",C.letterSpacing,"0.144px"),G=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",C.lineHeight,"1.5"),P=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",C.textTransform,"inherit"),T=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",w),j=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",C.fontSize,"14px"),M=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",C.fontWeight,"normal"),_=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",C.letterSpacing,"0.098px"),Y=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",C.lineHeight,"1.7"),V=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",C.textTransform,"inherit"),X=o.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",w),q=o.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",C.fontSize,"16px"),J=o.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",C.fontWeight,"normal"),Q=o.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",C.letterSpacing,"0.496px"),tt=o.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",C.lineHeight,"1.5"),ot=o.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",C.textTransform,"inherit"),et=o.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",w),rt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",C.fontSize,"14px"),at=o.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",C.fontWeight,"normal"),it=o.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",C.letterSpacing,"0.252px"),nt=o.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",C.lineHeight,"1.4"),lt=o.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",C.textTransform,"inherit"),ct=o.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",w),pt=o.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",C.fontSize,"12px"),ft=o.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",C.fontWeight,"normal"),st=o.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",C.letterSpacing,"0.396px"),dt=o.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",C.lineHeight,"1.33"),ht=o.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",C.textTransform,"inherit"),gt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",w),yt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",C.fontSize,"10px"),bt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",C.fontWeight,"normal"),ut=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",C.letterSpacing,"0.33px"),mt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",C.lineHeight,"1.6"),xt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",C.textTransform,"inherit"),Ot=o.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",w),vt=o.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",C.fontSize,"10px"),Nt=o.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",C.fontWeight,"normal"),St=o.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",C.letterSpacing,"1.5px"),wt=o.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",C.lineHeight,"1.6"),Ct=o.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",C.textTransform,"uppercase"),It={fontFamily:o.FtCssVariableFactory.extend("--ft-typography-button-font-family","",w),fontSize:o.FtCssVariableFactory.extend("--ft-typography-button-font-size","",C.fontSize,"14px"),fontWeight:o.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",C.fontWeight,"600"),letterSpacing:o.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",C.letterSpacing,"1.246px"),lineHeight:o.FtCssVariableFactory.extend("--ft-typography-button-line-height","",C.lineHeight,"1.15"),textTransform:o.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",C.textTransform,"uppercase")},$t=e.css`
142
+ `;var Q=h(D()),g=h(R());var pt=h(D(),1),xt=e=>typeof e=="string"?(0,pt.unsafeCSS)(e):e,t=class{static create(o,n,a,i){let c=p=>xt(p??i),l=pt.css`var(${xt(o)}, ${c(i)})`;return l.name=o,l.description=n,l.category=a,l.defaultValue=i,l.defaultCssValue=c,l.get=p=>pt.css`var(${xt(o)}, ${c(p)})`,l.breadcrumb=()=>[],l.lastResortDefaultValue=()=>i,l}static extend(o,n,a,i){let c=p=>a.get(p??i),l=pt.css`var(${xt(o)}, ${c(i)})`;return l.name=o,l.description=n,l.category=a.category,l.fallbackVariable=a,l.defaultValue=i,l.defaultCssValue=c,l.get=p=>pt.css`var(${xt(o)}, ${c(p)})`,l.breadcrumb=()=>[a.name,...a.breadcrumb()],l.lastResortDefaultValue=()=>i??a.lastResortDefaultValue(),l}static external(o,n){let a=c=>o.fallbackVariable?o.fallbackVariable.get(c??o.defaultValue):xt(c??o.lastResortDefaultValue()),i=pt.css`var(${xt(o.name)}, ${a(o.defaultValue)})`;return i.name=o.name,i.category=o.category,i.fallbackVariable=o.fallbackVariable,i.defaultValue=o.defaultValue,i.context=n,i.defaultCssValue=a,i.get=c=>pt.css`var(${xt(o.name)}, ${a(c)})`,i.breadcrumb=()=>o.fallbackVariable?[o.fallbackVariable.name,...o.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>o.lastResortDefaultValue(),i}};var r={colorWhite:t.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:t.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:t.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:t.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:t.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:t.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:t.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:t.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:t.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:t.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:t.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:t.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:t.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:t.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:t.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:t.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:t.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:t.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:t.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:t.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:t.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:t.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:t.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:t.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:t.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:t.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:t.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:t.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:t.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:t.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:t.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:t.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:t.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:t.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:t.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:t.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:t.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:t.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:t.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:t.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:t.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:t.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:t.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:t.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:t.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:t.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:t.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:t.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:t.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:t.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:t.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:t.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:t.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:t.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:t.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:t.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:t.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:t.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:t.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:t.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:t.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:t.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:t.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:t.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:t.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:t.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:t.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:t.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:t.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:t.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:t.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:t.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:t.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:t.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:t.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:t.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:t.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:t.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:t.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:t.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:t.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:t.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:t.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:t.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:t.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:t.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:t.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:t.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:t.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:t.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:t.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:t.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:t.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:t.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:t.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:t.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:t.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:t.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:t.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:t.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:t.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:t.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:t.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:t.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:t.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:t.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:t.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:t.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:t.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:t.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:t.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:t.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:t.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:t.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:t.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:t.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:t.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:t.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:t.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:t.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:t.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:t.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:t.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:t.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:t.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:t.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:t.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:t.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:t.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:t.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:t.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:t.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:t.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:t.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:t.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:t.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:t.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:t.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:t.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:t.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:t.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:t.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:t.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:t.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:t.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:t.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:t.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:t.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:t.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:t.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:t.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:t.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:t.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:t.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:t.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:t.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:t.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:t.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:t.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:t.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:t.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:t.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:t.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:t.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:t.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:t.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:t.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:t.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:t.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:t.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:t.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:t.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:t.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:t.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:t.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:t.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:t.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:t.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:t.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:t.create("--ft-icon-size-6","","SIZE","48px"),opacity0:t.create("--ft-opacity-0","","NUMBER","0"),opacity8:t.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:t.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:t.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:t.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:t.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:t.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:t.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:t.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:t.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:t.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:t.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:t.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:t.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:t.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},bo={fontFamily:t.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:t.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-display-textCase","","UNKNOWN","none")},xo={fontFamily:t.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:t.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},Oo={fontFamily:t.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:t.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},So={fontFamily:t.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:t.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:t.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},Co={fontFamily:t.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:t.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},vo={fontFamily:t.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},No={fontFamily:t.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},wo={fontFamily:t.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:t.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},Eo={fontFamily:t.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},$n={fontFamily:t.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:t.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:t.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},Ro={fontFamily:t.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},Ao={fontFamily:t.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Lo={fontFamily:t.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},$o={fontFamily:t.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},Wo={fontFamily:t.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},Po={fontFamily:t.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},Io={fontFamily:t.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},Bo={fontFamily:t.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},To={fontFamily:t.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},zo={fontFamily:t.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Ho={fontFamily:t.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},_o={fontFamily:t.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},ko={fontFamily:t.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},Uo={fontFamily:t.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},Do={fontFamily:t.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},Go={fontFamily:t.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},ue={display:bo,"title-1":xo,"title-2":Oo,"title-3":So,"body-1-regular":Co,"body-1-medium":vo,"body-1-semibold":No,"body-2-regular":wo,"body-2-medium":Eo,"body-2-medium-underline":$n,"body-2-semibold":Ro,"label-1-medium":Ao,"label-1-semibold":Lo,"label-1-bold":$o,"label-2-medium":Wo,"label-2-semibold":Po,"label-2-bold":Io,"caption-1-medium":Bo,"caption-1-semibold":To,"caption-1-bold":zo,"caption-2-medium":Ho,"caption-2-semibold":_o,"caption-2-bold":ko,"caption-3-medium":Uo,"caption-3-semibold":Do,"caption-3-bold":Go};var s={backgroundActionPrimary:t.extend("--ft-background-action-primary","Used as backgorund of primary action components.",r.colorBrand0),backgroundErrorSubtle:t.extend("--ft-background-error-subtle","Used as background of subtle error components.",r.colorRed10),backgroundInfoSubtle:t.extend("--ft-background-info-subtle","Used as background of subtle information components.",r.colorCyan10),backgroundWarningSubtle:t.extend("--ft-background-warning-subtle","Used as background of subtle information components.",r.colorOrange10),backgroundSuccessSubtle:t.extend("--ft-background-success-subtle","Used as background of subtle success components.",r.colorGreen10),backgroundGlobalSurface:t.extend("--ft-background-global-surface","Used as app background.",r.colorWhite),backgroundGlobalOnSurface:t.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",r.colorGray10),backgroundGlobalOnSurfaceDark:t.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",r.colorGray30),contentActionPrimary:t.extend("--ft-content-action-primary","Used on label of primary action on light surface.",r.colorBrand0),contentWarningPrimary:t.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",r.colorOrange200),contentWarningIconOnly:t.extend("--ft-content-warning-icon-only","Used on warning status icons alone",r.colorOrange0),contentErrorPrimary:t.extend("--ft-content-error-primary","Used on label of error messages on light surface.",r.colorRed0),contentErrorIconOnly:t.extend("--ft-content-error-icon-only","Used on error status icons alone",r.colorRed70),contentInfoPrimary:t.extend("--ft-content-info-primary","Used on label of information messages on light surface.",r.colorCyan200),contentInfoIconOnly:t.extend("--ft-content-info-icon-only","Used on info status icons alone",r.colorCyan0),contentSuccessPrimary:t.extend("--ft-content-success-primary","Used on label of success messages on light surface.",r.colorGreen200),contentSuccessIconOnly:t.extend("--ft-content-success-icon-only","Used on success status icons alone",r.colorGreen0),contentGlobalPrimary:t.extend("--ft-content-global-primary","Used for main content on the page.",r.colorGray500),contentGlobalSecondary:t.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
143
+ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",r.colorGray0),contentGlobalOnColor:t.extend("--ft-content-global-on-color","Used for content on a dominant color.",r.colorWhite),borderActionPrimary:t.extend("--ft-border-action-primary","Used as border for primary action components.",r.colorBrand0),borderActionFocusRing:t.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",r.colorCyan0),borderWarningPrimary:t.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",r.colorOrange200),borderWarningSubtle:t.extend("--ft-border-warning-subtle","Used as border for warning components.",r.colorOrange30),borderSuccessPrimary:t.extend("--ft-border-success-primary","Used as border for success buttons.",r.colorGreen200),borderSuccessSubtle:t.extend("--ft-border-success-subtle","Used as border for success components.",r.colorGreen30),borderErrorPrimary:t.extend("--ft-border-error-primary","Used as border for text fields in error states.",r.colorRed0),borderErrorSubtle:t.extend("--ft-border-error-subtle","Used as border for error components.",r.colorRed30),borderInfoPrimary:t.extend("--ft-border-info-primary","Used as border for buttons in info color.",r.colorCyan200),borderInfoSubtle:t.extend("--ft-border-info-subtle","Used as border for information components.",r.colorCyan30),borderGlobalPrimary:t.extend("--ft-border-global-primary","Used as border for element like input.",r.colorGray50),borderGlobalSubtle:t.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",r.colorGray30),borderInputPrimary:t.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",r.colorGray80)};var m={largeHeight:t.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:t.extend("--ft-button-large-horizontal-padding","",r.spacing4),largeGap:t.extend("--ft-button-large-gap","",r.spacing2),largeBorderRadius:t.extend("--ft-button-large-border-radius","",r.borderRadiusS),largeIconSize:t.extend("--ft-button-large-icon-size","",r.iconSize3),largeBorderWidth:t.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:t.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:t.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:t.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:t.extend("--ft-button-small-horizontal-padding","",r.spacing3),smallGap:t.extend("--ft-button-small-gap","",r.spacing2),smallBorderRadius:t.extend("--ft-button-small-border-radius","",r.borderRadiusS),smallIconSize:t.extend("--ft-button-small-icon-size","",r.iconSize2),smallBorderWidth:t.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:t.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:t.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:t.extend("--ft-button-primary-background-color","",s.backgroundActionPrimary),primaryColor:t.extend("--ft-button-primary-color","",s.contentGlobalOnColor),primaryIconColor:t.extend("--ft-button-primary-icon-color","",s.contentGlobalOnColor),primaryStateLayerColor:t.extend("--ft-button-primary-state-layer-color","",s.contentGlobalOnColor),primaryHoverStateLayerOpacity:t.extend("--ft-button-primary-hover-state-layer-opacity","",r.opacity16),primaryFocusStateLayerOpacity:t.extend("--ft-button-primary-focus-state-layer-opacity","",r.opacity16),primaryActiveStateLayerOpacity:t.extend("--ft-button-primary-active-state-layer-opacity","",r.opacity24),primaryDisabledComponentOpacity:t.extend("--ft-button-primary-disabled-component-opacity","",r.opacity40),focusFocusRingColor:t.extend("--ft-button-focus-focus-ring-color","",s.borderActionFocusRing),tertiaryBackgroundColor:t.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:t.extend("--ft-button-tertiary-color","",s.contentActionPrimary),tertiaryIconColor:t.extend("--ft-button-tertiary-icon-color","",s.contentActionPrimary),tertiaryStateLayerColor:t.extend("--ft-button-tertiary-state-layer-color","",s.contentActionPrimary),tertiaryHoverStateLayerOpacity:t.extend("--ft-button-tertiary-hover-state-layer-opacity","",r.opacity8),tertiaryFocusStateLayerOpacity:t.extend("--ft-button-tertiary-focus-state-layer-opacity","",r.opacity8),tertiaryActiveStateLayerOpacity:t.extend("--ft-button-tertiary-active-state-layer-opacity","",r.opacity16),tertiaryDisabledComponentOpacity:t.extend("--ft-button-tertiary-disabled-component-opacity","",r.opacity40),secondaryBackgroundColor:t.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:t.extend("--ft-button-secondary-color","",s.contentActionPrimary),secondaryIconColor:t.extend("--ft-button-secondary-icon-color","",s.contentActionPrimary),secondaryStateLayerColor:t.extend("--ft-button-secondary-state-layer-color","",s.contentActionPrimary),secondaryHoverStateLayerOpacity:t.extend("--ft-button-secondary-hover-state-layer-opacity","",r.opacity8),secondaryFocusStateLayerOpacity:t.extend("--ft-button-secondary-focus-state-layer-opacity","",r.opacity8),secondaryActiveStateLayerOpacity:t.extend("--ft-button-secondary-active-state-layer-opacity","",r.opacity16),secondaryDisabledComponentOpacity:t.extend("--ft-button-secondary-disabled-component-opacity","",r.opacity40),secondaryBorderColor:t.extend("--ft-button-secondary-border-color","",s.borderActionPrimary),neutralBackgroundColor:t.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:t.extend("--ft-button-neutral-icon-color","",s.contentGlobalSecondary),neutralColor:t.extend("--ft-button-neutral-color","",s.contentGlobalSecondary),neutralStateLayerColor:t.extend("--ft-button-neutral-state-layer-color","",s.contentGlobalSecondary),neutralHoverStateLayerOpacity:t.extend("--ft-button-neutral-hover-state-layer-opacity","",r.opacity8),neutralFocusStateLayerOpacity:t.extend("--ft-button-neutral-focus-state-layer-opacity","",r.opacity8),neutralActiveStateLayerOpacity:t.extend("--ft-button-neutral-active-state-layer-opacity","",r.opacity16),neutralDisabledComponentOpacity:t.extend("--ft-button-neutral-disabled-component-opacity","",r.opacity40)};var Sa={iconSize:t.extend("--ft-banner-icon-size","",r.iconSize5),borderWidth:t.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:t.extend("--ft-banner-horizontal-padding","",r.spacing6),verticalPadding:t.extend("--ft-banner-vertical-padding","",r.spacing6),horizontalSideGap:t.extend("--ft-banner-horizontal-side-gap","",r.spacing6),horizontalMobileGap:t.extend("--ft-banner-horizontal-mobile-gap","",r.spacing4),verticalMobileGap:t.extend("--ft-banner-vertical-mobile-gap","",r.spacing6),horizontalMiddleGap:t.extend("--ft-banner-horizontal-middle-gap","",r.spacing20),infoBackgroundColor:t.extend("--ft-banner-info-background-color","",s.backgroundInfoSubtle),infoColor:t.extend("--ft-banner-info-color","",s.contentInfoPrimary),infoIconColor:t.extend("--ft-banner-info-icon-color","",s.contentInfoIconOnly)};var Ea={horizontalGap:t.extend("--ft-breadcrumb-horizontal-gap","",r.spacing1),verticalGap:t.extend("--ft-breadcrumb-vertical-gap","",r.spacing2),currentElementColor:t.extend("--ft-breadcrumb-current-element-color","",s.contentGlobalPrimary),iconColor:t.extend("--ft-breadcrumb-icon-color","",s.contentGlobalSubtle)};var Wa={horizontalPadding:t.extend("--ft-page-header-horizontal-padding","",r.spacing12),horizontalGap:t.extend("--ft-page-header-horizontal-gap","",r.spacing4),verticalGap:t.extend("--ft-page-header-vertical-gap","",r.spacing2),classicVerticalPadding:t.extend("--ft-page-header-classic-vertical-padding","",r.spacing6),multilineVerticalPadding:t.extend("--ft-page-header-multiline-vertical-padding","",r.spacing4),inlineVerticalPadding:t.extend("--ft-page-header-inline-vertical-padding","",r.spacing2),backgroundColor:t.extend("--ft-page-header-background-color","",r.colorWhite),bottomBorderColor:t.extend("--ft-page-header-bottom-border-color","",s.borderGlobalSubtle),titleColor:t.extend("--ft-page-header-title-color","",s.contentGlobalPrimary),subtitleColor:t.extend("--ft-page-header-subtitle-color","",s.contentGlobalSecondary)};var za={smallContainerWidth:t.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:t.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:t.extend("--ft-modal-overlay-background-color","",r.colorGray700),overlayOpacity:t.extend("--ft-modal-overlay-opacity","",r.opacity40),shadow:t.extend("--ft-modal-shadow","",r.shadowElevation03),bodyBackgroundColor:t.extend("--ft-modal-body-background-color","",r.colorWhite),bodyColor:t.extend("--ft-modal-body-color","",s.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-modal-body-horizontal-padding","",r.spacing6),bodyVerticalPadding:t.extend("--ft-modal-body-vertical-padding","",r.spacing6),bodyVerticalGap:t.extend("--ft-modal-body-vertical-gap","",r.spacing6),containerMargin:t.extend("--ft-modal-container-margin","",r.spacing3),headerBackgroundColor:t.extend("--ft-modal-header-background-color","",s.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-modal-header-border-color","",s.borderGlobalSubtle),headerColor:t.extend("--ft-modal-header-color","",s.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-modal-header-trailing-icon-color","",s.contentGlobalSecondary),headerVerticalPadding:t.extend("--ft-modal-header-vertical-padding","",r.spacing1),headerRightPadding:t.extend("--ft-modal-header-right-padding","",r.spacing1),headerLeftPadding:t.extend("--ft-modal-header-left-padding","",r.spacing6),headerGap:t.extend("--ft-modal-header-gap","",r.spacing2),headerBorderBottom:t.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:t.extend("--ft-modal-border-radius","",r.borderRadiusM)};var Da={overlayOpacity:t.extend("--ft-drawer-overlay-opacity","",r.opacity40),shadow:t.extend("--ft-drawer-shadow","",r.shadowElevation03),bodyColor:t.extend("--ft-drawer-body-color","",s.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-drawer-body-horizontal-padding","",r.spacing6),bodyVerticalPadding:t.extend("--ft-drawer-body-vertical-padding","",r.spacing6),bodyGap:t.extend("--ft-drawer-body-gap","",r.spacing6),bodyBackgroundColor:t.extend("--ft-drawer-body-background-color","",r.colorWhite),headerBackgroundColor:t.extend("--ft-drawer-header-background-color","",s.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-drawer-header-border-color","",s.borderGlobalSubtle),headerColor:t.extend("--ft-drawer-header-color","",s.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-drawer-header-trailing-icon-color","",s.contentGlobalSecondary),headerHeight:t.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:t.extend("--ft-drawer-header-horizontal-padding","",r.spacing2),headerBorderWidth:t.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:t.extend("--ft-drawer-header-gap","",r.spacing3),buttonsBarBackgroundColor:t.extend("--ft-drawer-buttons-bar-background-color","",s.backgroundGlobalOnSurface),buttonsBarBorderColor:t.extend("--ft-drawer-buttons-bar-border-color","",s.borderGlobalSubtle),buttonsBarColor:t.extend("--ft-drawer-buttons-bar-color","",s.contentGlobalPrimary),buttonsBarHorizontalPadding:t.extend("--ft-drawer-buttons-bar-horizontal-padding","",r.spacing4),buttonsBarVerticalPadding:t.extend("--ft-drawer-buttons-bar-vertical-padding","",r.spacing4),buttonsBarGap:t.extend("--ft-drawer-buttons-bar-gap","",r.spacing3),buttonsBarBorderWidth:t.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:t.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:t.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:t.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:t.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:t.extend("--ft-drawer-overlay-background-color","",r.colorGray700)};var Fa={fieldHorizontalPadding:t.extend("--ft-text-input-field-horizontal-padding","",r.spacing4),fieldHorizontalGap:t.extend("--ft-text-input-field-horizontal-gap","",r.spacing3),fieldVerticalGap:t.extend("--ft-text-input-field-vertical-gap","",r.spacing05),fieldIconSize:t.extend("--ft-text-input-field-icon-size","",r.iconSize3),fieldHeight:t.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:t.extend("--ft-text-input-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ft-text-input-helper-horizontal-gap","",r.spacing1),helperIconSize:t.extend("--ft-text-input-helper-icon-size","",r.iconSize2),borderRadius:t.extend("--ft-text-input-border-radius","",r.borderRadiusM),backgroundColor:t.extend("--ft-text-input-background-color","",r.colorWhite),contentValueColor:t.extend("--ft-text-input-content-value-color","",s.contentGlobalPrimary),trailingIconColor:t.extend("--ft-text-input-trailing-icon-color","",s.contentGlobalSubtle),labelColor:t.extend("--ft-text-input-label-color","",s.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-input-default-border-color","",s.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-input-default-helper-text-color","",s.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-text-input-error-border-color","",s.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-input-error-helper-text-color","",s.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-input-error-helper-icon-color","",s.contentErrorIconOnly),warningBorderWidth:t.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:t.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-text-input-focus-focus-ring-color","",s.borderActionFocusRing),focusOutlineOffset:t.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-input-disabled-component-opacity","",r.opacity40)};var qa={backgroundColor:t.extend("--ft-text-area-background-color","",r.colorWhite),contentValueColor:t.extend("--ft-text-area-content-value-color","",s.contentGlobalPrimary),labelColor:t.extend("--ft-text-area-label-color","",s.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-area-default-border-color","",s.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-area-default-helper-text-color","",s.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-text-area-error-border-color","",s.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-area-error-helper-text-color","",s.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-area-error-helper-icon-color","",s.contentErrorIconOnly),focusFocusRingColor:t.extend("--ft-text-area-focus-focus-ring-color","",s.borderActionFocusRing),focusOutlineWidth:t.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:t.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-area-disabled-component-opacity","",r.opacity40),fieldHorizontalLeftPadding:t.extend("--ft-text-area-field-horizontal-left-padding","",r.spacing4),fieldHorizontalGap:t.extend("--ft-text-area-field-horizontal-gap","",r.spacing3),fieldVerticalGap:t.extend("--ft-text-area-field-vertical-gap","",r.spacing05),fieldMinHeight:t.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:t.extend("--ft-text-area-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ft-text-area-helper-horizontal-gap","",r.spacing1),helperIconSize:t.extend("--ft-text-area-helper-icon-size","",r.iconSize2),borderRadius:t.extend("--ft-text-area-border-radius","",r.borderRadiusM)};var oi={height:t.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:t.extend("--ft-floating-menu-horizontal-padding","",r.spacing4),offIconColor:t.extend("--ft-floating-menu-off-icon-color","",s.contentGlobalPrimary),offColor:t.extend("--ft-floating-menu-off-color","",s.contentGlobalPrimary),onColor:t.extend("--ft-floating-menu-on-color","",s.contentActionPrimary),onStateLayerColor:t.extend("--ft-floating-menu-on-state-layer-color","",s.contentActionPrimary),gap:t.extend("--ft-floating-menu-gap","",r.spacing3),focusFocusRingColor:t.extend("--ft-floating-menu-focus-focus-ring-color","",s.borderActionFocusRing),focusOutlineWidth:t.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:t.extend("--ft-floating-menu-focus-state-layer-opacity","",r.opacity8),hoverStateLayerOpacity:t.extend("--ft-floating-menu-hover-state-layer-opacity","",r.opacity8),activeStateLayerOpacity:t.extend("--ft-floating-menu-active-state-layer-opacity","",r.opacity16),disabledComponentOpacity:t.extend("--ft-floating-menu-disabled-component-opacity","",r.opacity40),iconSize:t.extend("--ft-floating-menu-icon-size","",r.iconSize3),backgroundColor:t.extend("--ft-floating-menu-background-color","",s.backgroundGlobalOnSurface)};var li={fieldHorizontalPadding:t.extend("--ft-combobox-single-select-field-horizontal-padding","",r.spacing4),fieldHorizontalGap:t.extend("--ft-combobox-single-select-field-horizontal-gap","",r.spacing3),fieldVerticalGap:t.extend("--ft-combobox-single-select-field-vertical-gap","",r.spacing05),fieldIconSize:t.extend("--ft-combobox-single-select-field-icon-size","",r.iconSize3),fieldHeight:t.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:t.extend("--ft-combobox-single-select-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ft-combobox-single-select-helper-horizontal-gap","",r.spacing1),helperVerticalGap:t.extend("--ft-combobox-single-select-helper-vertical-gap","",r.spacing1),helperIconSize:t.extend("--ft-combobox-single-select-helper-icon-size","",r.iconSize2),menuVerticalGap:t.extend("--ft-combobox-single-select-menu-vertical-gap","",r.spacing2),borderRadius:t.extend("--ft-combobox-single-select-border-radius","",r.borderRadiusM),backgroundColor:t.extend("--ft-combobox-single-select-background-color","",r.colorWhite),labelColor:t.extend("--ft-combobox-single-select-label-color","",s.contentGlobalSubtle),contentValueColor:t.extend("--ft-combobox-single-select-content-value-color","",s.contentGlobalPrimary),trailingIconColor:t.extend("--ft-combobox-single-select-trailing-icon-color","",s.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-single-select-default-border-color","",s.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-single-select-default-helper-text-color","",s.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-combobox-single-select-error-border-color","",s.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-single-select-error-helper-text-color","",s.contentErrorPrimary),warningBorderWidth:t.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-single-select-warning-border-color","",s.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-single-select-warning-helper-text-color","",s.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-single-select-warning-helper-icon-color","",s.contentWarningIconOnly),focusOutlineWidth:t.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-single-select-focus-focus-ring-color","",s.borderActionFocusRing),focusOutlineOffset:t.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-combobox-single-select-disabled-component-opacity","",r.opacity40)};var fi={backgroundColor:t.extend("--ft-combobox-multi-select-background-color","",r.colorWhite),labelColor:t.extend("--ft-combobox-multi-select-label-color","",s.contentGlobalSubtle),trailingIconColor:t.extend("--ft-combobox-multi-select-trailing-icon-color","",s.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-multi-select-default-border-color","",s.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-multi-select-default-helper-text-color","",s.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:t.extend("--ft-combobox-multi-select-error-border-color","",s.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-multi-select-error-helper-text-color","",s.contentErrorPrimary),errorHelperIcon:t.extend("--ft-combobox-multi-select-error-helper-icon","",s.contentErrorIconOnly),errorBorderWidth:t.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-multi-select-warning-border-color","",s.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-multi-select-warning-helper-text-color","",s.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-multi-select-warning-helper-icon-color","",s.contentWarningIconOnly),warningBorderWidth:t.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-multi-select-focus-focus-ring-color","",s.borderActionFocusRing),focusOutlineWidth:t.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:t.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-combobox-multi-select-disabled-component-opacity","",r.opacity40),helperHorizontalPadding:t.extend("--ft-combobox-multi-select-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ft-combobox-multi-select-helper-horizontal-gap","",r.spacing1),helperVerticalGap:t.extend("--ft-combobox-multi-select-helper-vertical-gap","",r.spacing1),helperIconSize:t.extend("--ft-combobox-multi-select-helper-icon-size","",r.iconSize2),fieldHorizontalPadding:t.extend("--ft-combobox-multi-select-field-horizontal-padding","",r.spacing4),fieldHorizontalGap:t.extend("--ft-combobox-multi-select-field-horizontal-gap","",r.spacing3),fieldVerticalGap:t.extend("--ft-combobox-multi-select-field-vertical-gap","",r.spacing05),fieldIconSize:t.extend("--ft-combobox-multi-select-field-icon-size","",r.iconSize3),fieldMaxHeight:t.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:t.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",r.spacing1),contentValuesVerticalGap:t.extend("--ft-combobox-multi-select-content-values-vertical-gap","",r.spacing1),borderRadius:t.extend("--ft-combobox-multi-select-border-radius","",r.borderRadiusM)};var hi={backgroundColor:t.extend("--ft-popover-background-color","",s.backgroundGlobalOnSurface),horizontalPadding:t.extend("--ft-popover-horizontal-padding","",r.spacing6),verticalPadding:t.extend("--ft-popover-vertical-padding","",r.spacing6),iconColor:t.extend("--ft-popover-icon-color","",s.contentGlobalSecondary),iconSize:t.extend("--ft-popover-icon-size","",r.iconSize2),titleColor:t.extend("--ft-popover-title-color","",s.contentGlobalPrimary),bodyColor:t.extend("--ft-popover-body-color","",s.contentGlobalSecondary),linkColor:t.extend("--ft-popover-link-color","",s.contentActionPrimary),gap:t.extend("--ft-popover-gap","",r.spacing3),borderRadius:t.extend("--ft-popover-border-radius","",r.borderRadiusM),shadow:t.extend("--ft-popover-shadow","",r.shadowElevation02)};var Ci={topLeftBorderRadius:t.extend("--ft-tabs-top-left-border-radius","",r.borderRadiusS),topRightBorderRadius:t.extend("--ft-tabs-top-right-border-radius","",r.borderRadiusS),labelHorizontalPadding:t.extend("--ft-tabs-label-horizontal-padding","",r.spacing4),labelVerticalPadding:t.extend("--ft-tabs-label-vertical-padding","",r.spacing3),labelGap:t.extend("--ft-tabs-label-gap","",r.spacing1),offHoverStateLayerOpacity:t.extend("--ft-tabs-off-hover-state-layer-opacity","",r.opacity8),offFocusStateLayerOpacity:t.extend("--ft-tabs-off-focus-state-layer-opacity","",r.opacity8),offActiveStateLayerOpacity:t.extend("--ft-tabs-off-active-state-layer-opacity","",r.opacity16),offDisabledComponentOpacity:t.extend("--ft-tabs-off-disabled-component-opacity","",r.opacity40),offColor:t.extend("--ft-tabs-off-color","",s.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-tabs-off-state-layer-color","",s.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-tabs-on-hover-state-layer-opacity","",r.opacity8),onFocusStateLayerOpacity:t.extend("--ft-tabs-on-focus-state-layer-opacity","",r.opacity8),onActiveStateLayerOpacity:t.extend("--ft-tabs-on-active-state-layer-opacity","",r.opacity16),onDisabledComponentOpacity:t.extend("--ft-tabs-on-disabled-component-opacity","",r.opacity40),onColor:t.extend("--ft-tabs-on-color","",s.contentActionPrimary),onStateLayerColor:t.extend("--ft-tabs-on-state-layer-color","",s.contentActionPrimary),iconHorizontalPadding:t.extend("--ft-tabs-icon-horizontal-padding","",r.spacing1),iconVerticalPadding:t.extend("--ft-tabs-icon-vertical-padding","",r.spacing4),focusOutlineWidth:t.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-tabs-focus-focus-ring-color","",s.borderActionFocusRing)};var Ri={hoverStateLayerOpacity:t.extend("--ft-collapsible-hover-state-layer-opacity","",r.opacity8),focusStateLayerOpacity:t.extend("--ft-collapsible-focus-state-layer-opacity","",r.opacity8),focusOutlineWidth:t.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:t.extend("--ft-collapsible-focus-focus-ring-color","",s.borderActionFocusRing),activeStateLayerOpacity:t.extend("--ft-collapsible-active-state-layer-opacity","",r.opacity16),disabledComponentOpacity:t.extend("--ft-collapsible-disabled-component-opacity","",r.opacity40),horizontalPadding:t.extend("--ft-collapsible-horizontal-padding","",r.spacing4),verticalPadding:t.extend("--ft-collapsible-vertical-padding","",r.spacing3),color:t.extend("--ft-collapsible-color","",s.contentGlobalPrimary),stateLayerColor:t.extend("--ft-collapsible-state-layer-color","",s.contentGlobalPrimary),backgroundColor:t.extend("--ft-collapsible-background-color","",s.backgroundGlobalOnSurface),borderColor:t.extend("--ft-collapsible-border-color","",s.borderGlobalSubtle),iconSize:t.extend("--ft-collapsible-icon-size","",r.iconSize3)};var Pi={groupHorizontalPadding:t.extend("--ft-switch-group-horizontal-padding","",r.spacing1),groupVerticalPadding:t.extend("--ft-switch-group-vertical-padding","",r.spacing1),groupGap:t.extend("--ft-switch-group-gap","",r.spacing1),groupBackgroundColor:t.extend("--ft-switch-group-background-color","",s.backgroundGlobalSurface),groupBorderColor:t.extend("--ft-switch-group-border-color","",s.borderGlobalSubtle),groupBorderRadius:t.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:t.extend("--ft-switch-label-horizontal-padding","",r.spacing2),labelVerticalPadding:t.extend("--ft-switch-label-vertical-padding","",r.spacing1),offHoverStateLayerOpacity:t.extend("--ft-switch-off-hover-state-layer-opacity","",r.opacity8),offFocusStateLayerOpacity:t.extend("--ft-switch-off-focus-state-layer-opacity","",r.opacity8),offActiveStateLayerOpacity:t.extend("--ft-switch-off-active-state-layer-opacity","",r.opacity16),offDisabledComponentOpacity:t.extend("--ft-switch-off-disabled-component-opacity","",r.opacity40),offColor:t.extend("--ft-switch-off-color","",s.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-switch-off-state-layer-color","",s.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-switch-on-hover-state-layer-opacity","",r.opacity8),onFocusStateLayerOpacity:t.extend("--ft-switch-on-focus-state-layer-opacity","",r.opacity8),onActiveStateLayerOpacity:t.extend("--ft-switch-on-active-state-layer-opacity","",r.opacity16),onDisabledComponentOpacity:t.extend("--ft-switch-on-disabled-component-opacity","",r.opacity40),onColor:t.extend("--ft-switch-on-color","",s.contentActionPrimary),onStateLayerColor:t.extend("--ft-switch-on-state-layer-color","",s.contentActionPrimary),iconHorizontalPadding:t.extend("--ft-switch-icon-horizontal-padding","",r.spacing1),iconVerticalPadding:t.extend("--ft-switch-icon-vertical-padding","",r.spacing1),focusOutlineWidth:t.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-switch-focus-focus-ring-color","",s.borderActionFocusRing),optionBorderRadius:t.extend("--ft-switch-option-border-radius","",r.borderRadiusS)};var zi={color1Light:t.extend("--ft-chart-1-light","for area color charts",r.colorBrand40),color1Base:t.extend("--ft-chart-1-base","for line charts",r.colorBrand0),color2Light:t.extend("--ft-chart-2-light","for area color charts",r.colorYellow60),color2Base:t.extend("--ft-chart-2-base","for line charts",r.colorYellow100),color3Light:t.extend("--ft-chart-3-light","",r.colorUltramarine40),color3Base:t.extend("--ft-chart-3-base","",r.colorUltramarine70),color4Light:t.extend("--ft-chart-4-light","",r.colorCyan50),color4Base:t.extend("--ft-chart-4-base","",r.colorCyan100),color5Light:t.extend("--ft-chart-5-light","",r.colorRed40),color5Base:t.extend("--ft-chart-5-base","",r.colorRed60),color6Light:t.extend("--ft-chart-6-light","",r.colorGreen40),color6Base:t.extend("--ft-chart-6-base","",r.colorGreen70),color7Light:t.extend("--ft-chart-7-light","",r.colorOrange70),color7Base:t.extend("--ft-chart-7-base","",r.colorOrange100),color8Light:t.extend("--ft-chart-8-light","",r.colorAvocado70),color8Base:t.extend("--ft-chart-8-base","",r.colorAvocado200),color9Light:t.extend("--ft-chart-9-light","",r.colorBrown50),color9Base:t.extend("--ft-chart-9-base","",r.colorBrown200),color10Light:t.extend("--ft-chart-10-light","",r.colorGray50),color10Base:t.extend("--ft-chart-10-base","",r.colorGray80),monochrome10:t.extend("--ft-chart-monochrome-10","",r.colorBrand10),monochrome20:t.extend("--ft-chart-monochrome-20","",r.colorBrand20),monochrome30:t.extend("--ft-chart-monochrome-30","",r.colorBrand40),monochrome40:t.extend("--ft-chart-monochrome-40","",r.colorBrand60),monochrome50:t.extend("--ft-chart-monochrome-50","",r.colorBrand0),monochrome60:t.extend("--ft-chart-monochrome-60","",r.colorBrand200)};var Di={largeHorizontalPadding:t.extend("--ft-chip-large-horizontal-padding","",r.spacing4),largeVerticalPadding:t.extend("--ft-chip-large-vertical-padding","",r.spacing2),largeGap:t.extend("--ft-chip-large-gap","",r.spacing1),largeFocusOutlineOffset:t.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:t.extend("--ft-chip-large-border-radius","",r.borderRadiusPill),largeBorderWidth:t.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-large-icon-size","",r.iconSize3),mediumHorizontalPadding:t.extend("--ft-chip-medium-horizontal-padding","",r.spacing3),mediumVerticalPadding:t.extend("--ft-chip-medium-vertical-padding","",r.spacing1),mediumGap:t.extend("--ft-chip-medium-gap","",r.spacing1),mediumFocusOutlineOffset:t.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:t.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:t.extend("--ft-chip-medium-border-radius","",r.borderRadiusPill),mediumBorderWidth:t.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-medium-icon-size","",r.iconSize2),smallHorizontalPadding:t.extend("--ft-chip-small-horizontal-padding","",r.spacing2),smallVerticalPadding:t.extend("--ft-chip-small-vertical-padding","",r.spacing05),smallGap:t.extend("--ft-chip-small-gap","",r.spacing1),smallFocusOutlineOffset:t.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:t.extend("--ft-chip-small-border-radius","",r.borderRadiusPill),smallBorderWidth:t.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:t.extend("--ft-chip-small-icon-size","",r.iconSize1),neutralBackgroundColor:t.extend("--ft-chip-neutral-background-color","",s.backgroundGlobalOnSurface),neutralColor:t.extend("--ft-chip-neutral-color","",s.contentGlobalPrimary),neutralIconColor:t.extend("--ft-chip-neutral-icon-color","",s.contentGlobalPrimary),neutralBorderColor:t.extend("--ft-chip-neutral-border-color","",s.borderGlobalSubtle),infoBackgroundColor:t.extend("--ft-chip-info-background-color","",s.backgroundInfoSubtle),infoColor:t.extend("--ft-chip-info-color","",s.contentInfoPrimary),infoIconColor:t.extend("--ft-chip-info-icon-color","",s.contentInfoIconOnly),infoBorderColor:t.extend("--ft-chip-info-border-color","",s.borderInfoSubtle),successBackgroundColor:t.extend("--ft-chip-success-background-color","",s.backgroundSuccessSubtle),successColor:t.extend("--ft-chip-success-color","",s.contentSuccessPrimary),successIconColor:t.extend("--ft-chip-success-icon-color","",s.contentSuccessIconOnly),successBorderColor:t.extend("--ft-chip-success-border-color","",s.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-chip-warning-background-color","",s.backgroundWarningSubtle),warningColor:t.extend("--ft-chip-warning-color","",s.contentWarningPrimary),warningIconColor:t.extend("--ft-chip-warning-icon-color","",s.contentWarningIconOnly),warningBorderColor:t.extend("--ft-chip-warning-border-color","",s.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-chip-error-background-color","",s.backgroundErrorSubtle),errorColor:t.extend("--ft-chip-error-color","",s.contentErrorPrimary),errorIconColor:t.extend("--ft-chip-error-icon-color","",s.contentErrorIconOnly),errorBorderColor:t.extend("--ft-chip-error-border-color","",s.borderErrorSubtle)};var Mi={infoBorderColor:t.extend("--ft-border-info-border-color","",s.borderInfoSubtle)};var Xi={borderWidth:t.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:t.extend("--ft-notice-horizontal-padding","",r.spacing2),verticalPadding:t.extend("--ft-notice-vertical-padding","",r.spacing1),borderRadius:t.extend("--ft-notice-border-radius","",r.borderRadiusS),gap:t.extend("--ft-notice-gap","",r.spacing2),iconSize:t.extend("--ft-notice-icon-size","",r.iconSize3),infoBackgroundColor:t.extend("--ft-notice-info-background-color","",s.backgroundInfoSubtle),infoBorderColor:t.extend("--ft-notice-info-border-color","",s.borderInfoSubtle),infoColor:t.extend("--ft-notice-info-color","",s.contentInfoPrimary),infoIconColor:t.extend("--ft-notice-info-icon-color","",s.contentInfoIconOnly),warningBackgroundColor:t.extend("--ft-notice-warning-background-color","",s.backgroundWarningSubtle),warningBorderColor:t.extend("--ft-notice-warning-border-color","",s.borderWarningSubtle),warningColor:t.extend("--ft-notice-warning-color","",s.contentWarningPrimary),warningIconColor:t.extend("--ft-notice-warning-icon-color","",s.contentWarningIconOnly),errorBackgroundColor:t.extend("--ft-notice-error-background-color","",s.backgroundErrorSubtle),errorBorderColor:t.extend("--ft-notice-error-border-color","",s.borderErrorSubtle),errorColor:t.extend("--ft-notice-error-color","",s.contentErrorPrimary),errorIconColor:t.extend("--ft-notice-error-icon-color","",s.contentErrorIconOnly),successBackgroundColor:t.extend("--ft-notice-success-background-color","",s.backgroundSuccessSubtle),successBorderColor:t.extend("--ft-notice-success-border-color","",s.borderSuccessSubtle),successColor:t.extend("--ft-notice-success-color","",s.contentSuccessPrimary),successIconColor:t.extend("--ft-notice-success-icon-color","",s.contentSuccessIconOnly)};var el={color:t.extend("--ft-checkbox-color","",s.contentGlobalPrimary),checkedBackgroundColor:t.extend("--ft-checkbox-checked-background-color","",s.contentActionPrimary),checkedStateLayerColor:t.extend("--ft-checkbox-checked-state-layer-color","",s.contentActionPrimary),checkedIconColor:t.extend("--ft-checkbox-checked-icon-color","",s.contentGlobalOnColor),checkedHoverStateLayerOpacity:t.extend("--ft-checkbox-checked-hover-state-layer-opacity","",r.opacity16),checkedFocusStateLayerOpacity:t.extend("--ft-checkbox-checked-focus-state-layer-opacity","",r.opacity16),checkedActiveStateLayerOpacity:t.extend("--ft-checkbox-checked-active-state-layer-opacity","",r.opacity24),checkedDisabledComponentOpacity:t.extend("--ft-checkbox-checked-disabled-component-opacity","",r.opacity40),uncheckedBorderColor:t.extend("--ft-checkbox-unchecked-border-color","",r.colorGray80),uncheckedStateLayerColor:t.extend("--ft-checkbox-unchecked-state-layer-color","",r.colorGray80),uncheckedHoverStateLayerOpacity:t.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",r.opacity16),uncheckedFocusStateLayerOpacity:t.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",r.opacity16),uncheckedActiveStateLayerOpacity:t.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",r.opacity24),uncheckedDisabledComponentOpacity:t.extend("--ft-checkbox-unchecked-disabled-component-opacity","",r.opacity40),focusFocusRingColor:t.extend("--ft-checkbox-focus-focus-ring-color","",s.borderActionFocusRing),focusOutlineOffset:t.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:t.extend("--ft-checkbox-gap","",r.spacing3)};var il={offHoverStateLayerOpacity:t.extend("--ft-toggle-off-hover-state-layer-opacity","",r.opacity16),offFocusStateLayerOpacity:t.extend("--ft-toggle-off-focus-state-layer-opacity","",r.opacity16),offActiveStateLayerOpacity:t.extend("--ft-toggle-off-active-state-layer-opacity","",r.opacity24),offDisabledComponentOpacity:t.extend("--ft-toggle-off-disabled-component-opacity","",r.opacity40),offBackgroundColor:t.extend("--ft-toggle-off-background-color","",s.contentGlobalSubtle),offIconColor:t.extend("--ft-toggle-off-icon-color","",s.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-toggle-off-state-layer-color","",s.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-toggle-on-hover-state-layer-opacity","",r.opacity16),onFocusStateLayerOpacity:t.extend("--ft-toggle-on-focus-state-layer-opacity","",r.opacity16),onActiveStateLayerOpacity:t.extend("--ft-toggle-on-active-state-layer-opacity","",r.opacity24),onDisabledComponentOpacity:t.extend("--ft-toggle-on-disabled-component-opacity","",r.opacity40),onBackgroundColor:t.extend("--ft-toggle-on-background-color","",s.contentActionPrimary),onStateLayerColor:t.extend("--ft-toggle-on-state-layer-color","",s.contentActionPrimary),onIconColor:t.extend("--ft-toggle-on-icon-color","",s.contentActionPrimary),color:t.extend("--ft-toggle-color","",s.contentGlobalPrimary),focusFocusRingColor:t.extend("--ft-toggle-focus-focus-ring-color","",s.borderActionFocusRing),gap:t.extend("--ft-toggle-gap","",r.spacing3)};var dl={color:t.extend("--ft-radio-color","",s.contentGlobalPrimary),selectedRadioColor:t.extend("--ft-radio-selected-radio-color","",s.contentActionPrimary),selectedStateLayerColor:t.extend("--ft-radio-selected-state-layer-color","",s.contentActionPrimary),selectedHoverStateLayerOpacity:t.extend("--ft-radio-selected-hover-state-layer-opacity","",r.opacity16),selectedFocusStateLayerOpacity:t.extend("--ft-radio-selected-focus-state-layer-opacity","",r.opacity16),selectedActiveStateLayerOpacity:t.extend("--ft-radio-selected-active-state-layer-opacity","",r.opacity24),selectedDisabledComponentOpacity:t.extend("--ft-radio-selected-disabled-component-opacity","",r.opacity40),unselectedStateLayerColor:t.extend("--ft-radio-unselected-state-layer-color","",s.borderInputPrimary),unselectedBorderColor:t.extend("--ft-radio-unselected-border-color","",s.borderInputPrimary),unselectedHoverStateLayerOpacity:t.extend("--ft-radio-unselected-hover-state-layer-opacity","",r.opacity16),unselectedFocusStateLayerOpacity:t.extend("--ft-radio-unselected-focus-state-layer-opacity","",r.opacity16),unselectedActiveStateLayerOpacity:t.extend("--ft-radio-unselected-active-state-layer-opacity","",r.opacity24),unselectedDisabledComponentOpacity:t.extend("--ft-radio-unselected-disabled-component-opacity","",r.opacity40),focusFocusRingColor:t.extend("--ft-radio-focus-focus-ring-color","",s.borderActionFocusRing),focusOutlineOffset:t.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:t.extend("--ft-radio-gap","",r.spacing3)};var ul={iconSize:t.extend("--ft-notification-icon-size","",r.iconSize4),horizontalPadding:t.extend("--ft-notification-horizontal-padding","",r.spacing4),verticalPadding:t.extend("--ft-notification-vertical-padding","",r.spacing4),infoBackgroundColor:t.extend("--ft-notification-info-background-color","",s.backgroundInfoSubtle),infoColor:t.extend("--ft-notification-info-color","",s.contentInfoPrimary),infoIconColor:t.extend("--ft-notification-info-icon-color","",s.contentInfoIconOnly),infoBorderColor:t.extend("--ft-notification-info-border-color","",s.borderInfoSubtle),successBackgroundColor:t.extend("--ft-notification-success-background-color","",s.backgroundSuccessSubtle),successColor:t.extend("--ft-notification-success-color","",s.contentSuccessPrimary),successIconColor:t.extend("--ft-notification-success-icon-color","",s.contentSuccessIconOnly),successBorderColor:t.extend("--ft-notification-success-border-color","",s.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-notification-warning-background-color","",s.backgroundWarningSubtle),warningColor:t.extend("--ft-notification-warning-color","",s.contentWarningPrimary),warningIconColor:t.extend("--ft-notification-warning-icon-color","",s.contentWarningIconOnly),warningBorderColor:t.extend("--ft-notification-warning-border-color","",s.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-notification-error-background-color","",s.backgroundErrorSubtle),errorColor:t.extend("--ft-notification-error-color","",s.contentErrorPrimary),errorIconColor:t.extend("--ft-notification-error-icon-color","",s.contentErrorIconOnly),errorBorderColor:t.extend("--ft-notification-error-border-color","",s.borderErrorSubtle),borderRadius:t.extend("--ft-notification-border-radius","",r.borderRadiusPill),borderWidth:t.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:t.extend("--ft-notification-leading-gap","",r.spacing2),trailingGap:t.extend("--ft-notification-trailing-gap","",r.spacing8)};var Sl={horizontalPadding:t.extend("--ft-tooltip-horizontal-padding","",r.spacing2),verticalPadding:t.extend("--ft-tooltip-vertical-padding","",r.spacing2),borderRadius:t.extend("--ft-tooltip-border-radius","",r.borderRadiusS),color:t.extend("--ft-tooltip-color","",s.contentGlobalOnColor),backgroundColor:t.extend("--ft-tooltip-background-color","",s.contentGlobalPrimary),backgroundOpacity:t.extend("--ft-tooltip-background-opacity","",r.opacity80),shadow:t.extend("--ft-tooltip-shadow","",r.shadowElevation03),maxWidth:t.create("--ft-tooltip-max-width","","SIZE","256px"),gap:t.extend("--ft-tooltip-gap","",r.spacing05)};var he=h(D());function Zo(e){let o=ue[e];return he.css`
144
+ .ft-typography--${(0,he.unsafeCSS)(e)} {
145
+ font-family: ${o.fontFamily};
146
+ font-size: ${o.fontSize};
147
+ font-weight: ${o.fontWeight};
148
+ letter-spacing: ${o.letterSpacing};
149
+ line-height: ${o.lineHeight};
150
+ text-transform: ${o.textCase};
151
+ }
152
+ `}var Ko=g.FtCssVariableFactory.extend("--ft-typography-font-family","",g.designSystemVariables.titleFont),dt=g.FtCssVariableFactory.extend("--ft-typography-font-family","",g.designSystemVariables.contentFont),b={fontFamily:dt,fontSize:g.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:g.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:g.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:g.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:g.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Pt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Ko),fontSize:g.FtCssVariableFactory.extend("--ft-typography-title-font-size","",b.fontSize,"20px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",b.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",b.letterSpacing,"0.15px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-title-line-height","",b.lineHeight,"1.2"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",b.textTransform,"inherit")},It={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Ko),fontSize:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",b.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",b.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",b.letterSpacing,"0.105px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",b.lineHeight,"1.7"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",b.textTransform,"inherit")},Bt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",dt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",b.fontSize,"16px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",b.fontWeight,"600"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",b.letterSpacing,"0.144px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",b.lineHeight,"1.5"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",b.textTransform,"inherit")},Tt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",dt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",b.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",b.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",b.letterSpacing,"0.098px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",b.lineHeight,"1.7"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",b.textTransform,"inherit")},zt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",dt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",b.fontSize,"16px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",b.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",b.letterSpacing,"0.496px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",b.lineHeight,"1.5"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",b.textTransform,"inherit")},Ht={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",dt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",b.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",b.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",b.letterSpacing,"0.252px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",b.lineHeight,"1.4"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",b.textTransform,"inherit")},_t={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",dt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",b.fontSize,"12px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",b.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",b.letterSpacing,"0.396px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",b.lineHeight,"1.33"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",b.textTransform,"inherit")},kt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",dt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",b.fontSize,"10px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",b.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",b.letterSpacing,"0.33px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",b.lineHeight,"1.6"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",b.textTransform,"inherit")},Ut={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",dt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",b.fontSize,"10px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",b.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",b.letterSpacing,"1.5px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",b.lineHeight,"1.6"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",b.textTransform,"uppercase")},it={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-button-font-family","",dt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-button-font-size","",b.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",b.fontWeight,"600"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",b.letterSpacing,"1.246px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-button-line-height","",b.lineHeight,"1.15"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",b.textTransform,"uppercase")},Mo=Q.css`
143
153
  .ft-typography--title {
144
- font-family: ${I};
145
- font-size: ${$};
146
- font-weight: ${E};
147
- letter-spacing: ${W};
148
- line-height: ${U};
149
- text-transform: ${R};
150
- }
151
- `,Et=e.css`
154
+ font-family: ${Pt.fontFamily};
155
+ font-size: ${Pt.fontSize};
156
+ font-weight: ${Pt.fontWeight};
157
+ letter-spacing: ${Pt.letterSpacing};
158
+ line-height: ${Pt.lineHeight};
159
+ text-transform: ${Pt.textTransform};
160
+ }
161
+ `,Fo=Q.css`
152
162
  .ft-typography--title-dense {
153
- font-family: ${k};
154
- font-size: ${L};
155
- font-weight: ${Z};
156
- letter-spacing: ${z};
157
- line-height: ${K};
158
- text-transform: ${F};
159
- }
160
- `,Wt=e.css`
163
+ font-family: ${It.fontFamily};
164
+ font-size: ${It.fontSize};
165
+ font-weight: ${It.fontWeight};
166
+ letter-spacing: ${It.letterSpacing};
167
+ line-height: ${It.lineHeight};
168
+ text-transform: ${It.textTransform};
169
+ }
170
+ `,Vo=Q.css`
161
171
  .ft-typography--subtitle1 {
162
- font-family: ${D};
163
- font-size: ${B};
164
- font-weight: ${H};
165
- letter-spacing: ${A};
166
- line-height: ${G};
167
- text-transform: ${P};
168
- }
169
- `,Ut=e.css`
172
+ font-family: ${Bt.fontFamily};
173
+ font-size: ${Bt.fontSize};
174
+ font-weight: ${Bt.fontWeight};
175
+ letter-spacing: ${Bt.letterSpacing};
176
+ line-height: ${Bt.lineHeight};
177
+ text-transform: ${Bt.textTransform};
178
+ }
179
+ `,jo=Q.css`
170
180
  .ft-typography--subtitle2 {
171
- font-family: ${T};
172
- font-size: ${j};
173
- font-weight: ${M};
174
- letter-spacing: ${_};
175
- line-height: ${Y};
176
- text-transform: ${V};
181
+ font-family: ${Tt.fontFamily};
182
+ font-size: ${Tt.fontSize};
183
+ font-weight: ${Tt.fontWeight};
184
+ letter-spacing: ${Tt.letterSpacing};
185
+ line-height: ${Tt.lineHeight};
186
+ text-transform: ${Tt.textTransform};
177
187
  }
178
188
 
179
- `,Rt=e.css`
189
+ `,Yo=Q.css`
180
190
  .ft-typography--body1 {
181
- font-family: ${X};
182
- font-size: ${q};
183
- font-weight: ${J};
184
- letter-spacing: ${Q};
185
- line-height: ${tt};
186
- text-transform: ${ot};
187
- }
188
- `,kt=e.css`
191
+ font-family: ${zt.fontFamily};
192
+ font-size: ${zt.fontSize};
193
+ font-weight: ${zt.fontWeight};
194
+ letter-spacing: ${zt.letterSpacing};
195
+ line-height: ${zt.lineHeight};
196
+ text-transform: ${zt.textTransform};
197
+ }
198
+ `,Xo=Q.css`
189
199
  .ft-typography--body2 {
190
- font-family: ${et};
191
- font-size: ${rt};
192
- font-weight: ${at};
193
- letter-spacing: ${it};
194
- line-height: ${nt};
195
- text-transform: ${lt};
196
- }
197
- `,Lt=e.css`
200
+ font-family: ${Ht.fontFamily};
201
+ font-size: ${Ht.fontSize};
202
+ font-weight: ${Ht.fontWeight};
203
+ letter-spacing: ${Ht.letterSpacing};
204
+ line-height: ${Ht.lineHeight};
205
+ text-transform: ${Ht.textTransform};
206
+ }
207
+ `,qo=Q.css`
198
208
  .ft-typography--caption {
199
- font-family: ${ct};
200
- font-size: ${pt};
201
- font-weight: ${ft};
202
- letter-spacing: ${st};
203
- line-height: ${dt};
204
- text-transform: ${ht};
205
- }
206
- `,Zt=e.css`
209
+ font-family: ${_t.fontFamily};
210
+ font-size: ${_t.fontSize};
211
+ font-weight: ${_t.fontWeight};
212
+ letter-spacing: ${_t.letterSpacing};
213
+ line-height: ${_t.lineHeight};
214
+ text-transform: ${_t.textTransform};
215
+ }
216
+ `,Jo=Q.css`
207
217
  .ft-typography--breadcrumb {
208
- font-family: ${gt};
209
- font-size: ${yt};
210
- font-weight: ${bt};
211
- letter-spacing: ${ut};
212
- line-height: ${mt};
213
- text-transform: ${xt};
214
- }
215
- `,zt=e.css`
218
+ font-family: ${kt.fontFamily};
219
+ font-size: ${kt.fontSize};
220
+ font-weight: ${kt.fontWeight};
221
+ letter-spacing: ${kt.letterSpacing};
222
+ line-height: ${kt.lineHeight};
223
+ text-transform: ${kt.textTransform};
224
+ }
225
+ `,Qo=Q.css`
216
226
  .ft-typography--overline {
217
- font-family: ${Ot};
218
- font-size: ${vt};
219
- font-weight: ${Nt};
220
- letter-spacing: ${St};
221
- line-height: ${wt};
222
- text-transform: ${Ct};
223
- }
224
- `,Kt=e.css`
227
+ font-family: ${Ut.fontFamily};
228
+ font-size: ${Ut.fontSize};
229
+ font-weight: ${Ut.fontWeight};
230
+ letter-spacing: ${Ut.letterSpacing};
231
+ line-height: ${Ut.lineHeight};
232
+ text-transform: ${Ut.textTransform};
233
+ }
234
+ `,tr=Q.css`
225
235
  .ft-typography--button {
226
- font-family: ${It.fontFamily};
227
- font-size: ${It.fontSize};
228
- font-weight: ${It.fontWeight};
229
- letter-spacing: ${It.letterSpacing};
230
- line-height: ${It.lineHeight};
231
- text-transform: ${It.textTransform};
232
- }
233
- `,Ft=e.css`
236
+ font-family: ${it.fontFamily};
237
+ font-size: ${it.fontSize};
238
+ font-weight: ${it.fontWeight};
239
+ letter-spacing: ${it.letterSpacing};
240
+ line-height: ${it.lineHeight};
241
+ text-transform: ${it.textTransform};
242
+ }
243
+ `,er=Q.css`
234
244
  .ft-typography {
235
245
  vertical-align: inherit;
236
246
  }
237
- `,Dt=[Object.keys(O).map((t=>function(t){const o=O[t];return e.css`
238
- .ft-typography--${e.unsafeCSS(t)} {
239
- font-family: ${o.fontFamily};
240
- font-size: ${o.fontSize};
241
- font-weight: ${o.fontWeight};
242
- letter-spacing: ${o.letterSpacing};
243
- line-height: ${o.lineHeight};
244
- text-transform: ${o.textCase};
245
- }
246
- `}(t)))],Bt={color:o.FtCssVariableFactory.extend("--ft-loader-color","",o.designSystemVariables.colorPrimary),size:o.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},Ht=e.css`
247
+ `,or=[Object.keys(ue).map(e=>Zo(e))];var rr=h(D()),te=h(R()),F={color:te.FtCssVariableFactory.extend("--ft-loader-color","",te.designSystemVariables.colorPrimary),size:te.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},nr=rr.css`
247
248
  :host {
248
249
  line-height: 0;
249
250
  }
@@ -252,8 +253,8 @@
252
253
  display: inline-block;
253
254
  position: relative;
254
255
 
255
- width: ${Bt.size};
256
- height: ${Bt.size};
256
+ width: ${F.size};
257
+ height: ${F.size};
257
258
  }
258
259
 
259
260
  .ft-loader div {
@@ -262,7 +263,7 @@
262
263
  width: 25%;
263
264
  height: 25%;
264
265
  border-radius: 50%;
265
- background: ${Bt.color};
266
+ background: ${F.color};
266
267
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
267
268
  }
268
269
 
@@ -309,10 +310,10 @@
309
310
  transform: translate(0, 0);
310
311
  }
311
312
  100% {
312
- transform: translate(calc(0.35 * ${Bt.size}), 0);
313
+ transform: translate(calc(0.35 * ${F.size}), 0);
313
314
  }
314
315
  }
315
- `,At={size:o.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:o.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",o.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:o.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",o.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:o.FtCssVariableFactory.extend("--ft-icon-material-font-family","",o.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:o.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},Gt=e.css`
316
+ `;var ar=h(D()),ft=h(R()),V={size:ft.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:ft.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",ft.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:ft.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",ft.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:ft.FtCssVariableFactory.extend("--ft-icon-material-font-family","",ft.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:ft.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},ir=ar.css`
316
317
  :host, i.ft-icon {
317
318
  display: inline-flex;
318
319
  align-items: center;
@@ -321,14 +322,14 @@
321
322
  }
322
323
 
323
324
  :host {
324
- width: ${At.size};
325
- height: ${At.size};
325
+ width: ${V.size};
326
+ height: ${V.size};
326
327
  }
327
328
 
328
329
  i.ft-icon {
329
330
  width: 100%;
330
331
  height: 100%;
331
- font-size: ${At.size};
332
+ font-size: ${V.size};
332
333
  line-height: 1;
333
334
  font-weight: normal;
334
335
  text-transform: none;
@@ -339,28 +340,28 @@
339
340
  text-rendering: auto;
340
341
  -webkit-font-smoothing: antialiased;
341
342
  -moz-osx-font-smoothing: grayscale;
342
- vertical-align: ${At.verticalAlign};
343
+ vertical-align: ${V.verticalAlign};
343
344
  }
344
345
 
345
346
  i.ft-icon.ft-icon--fluid-topics {
346
- font-family: ${At.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
347
+ font-family: ${V.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
347
348
 
348
349
  /* Ugly fix because font is broken */
349
- font-size: calc(0.75 * ${At.size});
350
- line-height: ${At.size};
350
+ font-size: calc(0.75 * ${V.size});
351
+ line-height: ${V.size};
351
352
  position: relative;
352
353
  top: -4%;
353
354
  justify-content: center;
354
355
  }
355
356
 
356
357
  .ft-icon--file-format {
357
- font-family: ${At.fileFormatFontFamily}, ft-mime, sans-serif;
358
+ font-family: ${V.fileFormatFontFamily}, ft-mime, sans-serif;
358
359
  }
359
360
 
360
361
  .ft-icon--material {
361
- font-family: ${At.materialFontFamily}, "Material Icons", sans-serif;
362
+ font-family: ${V.materialFontFamily}, "Material Icons", sans-serif;
362
363
  }
363
- `,Pt=o.FtCssVariableFactory.extend("--ft-button-color","",o.designSystemVariables.colorPrimary),Tt={backgroundColor:o.FtCssVariableFactory.extend("--ft-button-background-color","",o.designSystemVariables.colorSurface),borderRadius:o.FtCssVariableFactory.extend("--ft-button-border-radius","",o.designSystemVariables.borderRadiusL),color:Pt,fontSize:o.FtCssVariableFactory.extend("--ft-button-font-size","",It.fontSize),iconSize:o.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:o.FtCssVariableFactory.extend("--ft-button-ripple-color","",Pt),verticalPadding:o.FtCssVariableFactory.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:o.FtCssVariableFactory.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:o.FtCssVariableFactory.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:o.FtCssVariableFactory.external(o.designSystemVariables.colorOpacityDisabled,"Design system")},jt=o.FtCssVariableFactory.extend("--ft-button-primary-color","",o.FtCssVariableFactory.extend("--ft-button-color","",o.designSystemVariables.colorOnPrimary)),Mt={backgroundColor:o.FtCssVariableFactory.extend("--ft-button-primary-background-color","",o.FtCssVariableFactory.extend("--ft-button-background-color","",o.designSystemVariables.colorPrimary)),color:jt,rippleColor:o.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",jt)},_t=o.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",o.FtCssVariableFactory.extend("--ft-button-border-radius","",o.designSystemVariables.borderRadiusM)),Yt=o.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),Vt=o.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),Xt=o.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px"),qt=[e.css`
364
+ `;var lr=O.FtCssVariableFactory.extend("--ft-button-color","",O.designSystemVariables.colorPrimary),k={backgroundColor:O.FtCssVariableFactory.extend("--ft-button-background-color","",O.designSystemVariables.colorSurface),borderRadius:O.FtCssVariableFactory.extend("--ft-button-border-radius","",O.designSystemVariables.borderRadiusL),color:lr,fontSize:O.FtCssVariableFactory.extend("--ft-button-font-size","",it.fontSize),iconSize:O.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:O.FtCssVariableFactory.extend("--ft-button-ripple-color","",lr),verticalPadding:O.FtCssVariableFactory.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:O.FtCssVariableFactory.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:O.FtCssVariableFactory.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:O.FtCssVariableFactory.external(O.designSystemVariables.colorOpacityDisabled,"Design system")},cr=O.FtCssVariableFactory.extend("--ft-button-primary-color","",O.FtCssVariableFactory.extend("--ft-button-color","",O.designSystemVariables.colorOnPrimary)),We={backgroundColor:O.FtCssVariableFactory.extend("--ft-button-primary-background-color","",O.FtCssVariableFactory.extend("--ft-button-background-color","",O.designSystemVariables.colorPrimary)),color:cr,rippleColor:O.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",cr)},lt={borderRadius:O.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",O.FtCssVariableFactory.extend("--ft-button-border-radius","",O.designSystemVariables.borderRadiusM)),verticalPadding:O.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:O.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:O.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px")},pr=[sr.css`
364
365
  :host {
365
366
  display: inline-block;
366
367
  max-width: 100%;
@@ -371,7 +372,7 @@
371
372
  box-shadow: 0px 0px 0px transparent;
372
373
  border: 0px solid transparent;
373
374
  text-shadow: 0px 0px 0px transparent;
374
- font-size: ${Tt.fontSize};
375
+ font-size: ${k.fontSize};
375
376
  }
376
377
 
377
378
  button:hover {
@@ -400,31 +401,31 @@
400
401
  border: none;
401
402
  pointer-events: auto;
402
403
 
403
- --ft-button-internal-line-height: max(calc(${Tt.fontSize} + 2px), ${Tt.iconSize});
404
- --ft-button-internal-color: ${Tt.color};
405
- ${o.setVariable(At.size,Tt.iconSize)};
406
- ${o.setVariable(p.color,Tt.rippleColor)};
404
+ --ft-button-internal-line-height: max(calc(${k.fontSize} + 2px), ${k.iconSize});
405
+ --ft-button-internal-color: ${k.color};
406
+ ${(0,O.setVariable)(V.size,k.iconSize)};
407
+ ${(0,O.setVariable)(v.color,k.rippleColor)};
407
408
 
408
- border-radius: ${Tt.borderRadius};
409
- padding: ${Tt.verticalPadding} ${Tt.horizontalPadding};
410
- background-color: ${Tt.backgroundColor};
409
+ border-radius: ${k.borderRadius};
410
+ padding: ${k.verticalPadding} ${k.horizontalPadding};
411
+ background-color: ${k.backgroundColor};
411
412
  color: var(--ft-button-internal-color);
412
413
  -webkit-mask-image: radial-gradient(white, black);
413
414
  }
414
415
 
415
416
  .ft-button.ft-button--outlined {
416
417
  border: 1px solid var(--ft-button-internal-color);
417
- padding: calc(${Tt.verticalPadding} - 1px) calc(${Tt.horizontalPadding} - 1px);
418
+ padding: calc(${k.verticalPadding} - 1px) calc(${k.horizontalPadding} - 1px);
418
419
  }
419
420
 
420
421
  .ft-button.ft-button--dense {
421
- padding: ${Yt} ${Vt};
422
- border-radius: ${_t};
423
- gap: ${Xt};
422
+ padding: ${lt.verticalPadding} ${lt.horizontalPadding};
423
+ border-radius: ${lt.borderRadius};
424
+ gap: ${lt.iconPadding};
424
425
  }
425
426
 
426
427
  .ft-button.ft-button--dense.ft-button--outlined {
427
- padding: calc(${Yt} - 1px) calc(${Vt} - 1px);
428
+ padding: calc(${lt.verticalPadding} - 1px) calc(${lt.horizontalPadding} - 1px);
428
429
  }
429
430
 
430
431
  .ft-button:not([disabled]):hover {
@@ -432,22 +433,22 @@
432
433
  }
433
434
 
434
435
  .ft-button--round {
435
- border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${Tt.verticalPadding});
436
+ border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${k.verticalPadding});
436
437
  }
437
438
 
438
439
  .ft-button--round.ft-button--dense {
439
- border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${Yt});
440
+ border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${lt.verticalPadding});
440
441
  }
441
442
 
442
443
  .ft-button[disabled] {
443
444
  filter: grayscale(1);
444
- opacity: ${Tt.opacityDisabled};
445
+ opacity: ${k.opacityDisabled};
445
446
  }
446
447
 
447
448
  .ft-button.ft-button--primary {
448
- background-color: ${Mt.backgroundColor};
449
- --ft-button-internal-color: ${Mt.color};
450
- ${o.setVariable(p.color,Mt.rippleColor)};
449
+ background-color: ${We.backgroundColor};
450
+ --ft-button-internal-color: ${We.color};
451
+ ${(0,O.setVariable)(v.color,We.rippleColor)};
451
452
  }
452
453
 
453
454
  .ft-button:focus {
@@ -460,74 +461,64 @@
460
461
  white-space: nowrap;
461
462
  text-overflow: ellipsis;
462
463
  display: block;
463
- margin: 0 ${Tt.iconPadding};
464
- ${o.setVariable(It.fontSize,"1em")};
465
- ${o.setVariable(It.lineHeight,"var(--ft-button-internal-line-height)")};
464
+ margin: 0 ${k.iconPadding};
465
+ ${(0,O.setVariable)(it.fontSize,"1em")};
466
+ ${(0,O.setVariable)(it.lineHeight,"var(--ft-button-internal-line-height)")};
466
467
  }
467
468
 
468
469
  .ft-button--dense .ft-button--label {
469
- margin: 0 ${Xt};
470
+ margin: 0 ${lt.iconPadding};
470
471
  }
471
472
 
472
473
  .ft-button--label[hidden] {
473
474
  display: none;
474
475
  }
475
476
 
476
- ft-icon {
477
+ [part="icon"] {
477
478
  flex-shrink: 0;
478
479
  position: relative;
479
480
  }
480
481
 
481
- .ft-button--label[hidden] + ft-icon {
482
- margin: 0 calc(${Tt.horizontalPadding} * -1);
483
- padding: 0 ${Tt.verticalPadding};
482
+ .ft-button--label[hidden] + [part="icon"] {
483
+ margin: 0 calc(${k.horizontalPadding} * -1);
484
+ padding: 0 ${k.verticalPadding};
484
485
  }
485
486
 
486
- .ft-button--dense .ft-button--label[hidden] + ft-icon {
487
- margin: 0 calc(${Vt} * -1);
488
- padding: 0 ${Yt};
487
+ .ft-button--dense .ft-button--label[hidden] + [part="icon"] {
488
+ margin: 0 calc(${lt.horizontalPadding} * -1);
489
+ padding: 0 ${lt.verticalPadding};
489
490
  }
490
491
 
491
- .ft-button:not(.ft-button--trailing-icon) ft-icon,
492
- .ft-button:not(.ft-button--trailing-icon) ft-loader {
493
- order: -1;
492
+ .ft-button:not(.ft-button--trailing-icon) [part="label"]{
493
+ order: 2;
494
494
  }
495
495
 
496
496
  ft-loader {
497
- ${o.setVariable(Bt.size,Tt.iconSize)};
498
- ${o.setVariable(Bt.color,"var(--ft-button-internal-color)")};
497
+ ${(0,O.setVariable)(F.size,k.iconSize)};
498
+ ${(0,O.setVariable)(F.color,"var(--ft-button-internal-color)")};
499
499
  }
500
- `,o.noTextSelect];var Jt=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class Qt extends o.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 o.Debouncer(1e3),this.onTransitionStart=t=>{"transform"===t.propertyName&&(this.rippling=this.pressed,this.debouncer.run((()=>this.rippling=!1)))},this.onTransitionEnd=t=>{"transform"===t.propertyName&&(this.rippling=!1)},this.setupDebouncer=new o.Debouncer(10),this.moveRipple=t=>{var o,e;let{x:r,y:a}=this.getCoordinates(t),i=null!==(e=null===(o=this.ripple)||void 0===o?void 0:o.getBoundingClientRect())&&void 0!==e?e:{x:0,y:0,width:0,height:0};this.originX=Math.round(null!=r?r-i.x:i.width/2),this.originY=Math.round(null!=a?a-i.y:i.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(null==t?void 0:t.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"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 e.html`
500
+ `,O.noTextSelect];var jt=h(R());var gr=h(R());var dr=h(D()),G=h(st()),fr=h(me()),ee=h(R());var j=function(e,o,n,a){var i=arguments.length,c=i<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,n):a,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,n,a);else for(var p=e.length-1;p>=0;p--)(l=e[p])&&(c=(i<3?l(c):i>3?l(o,n,c):l(o,n))||c);return i>3&&c&&Object.defineProperty(o,n,c),c},$=class extends ee.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 ee.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 ee.Debouncer(10),this.moveRipple=o=>{var n,a;let{x:i,y:c}=this.getCoordinates(o),l=(a=(n=this.ripple)===null||n===void 0?void 0:n.getBoundingClientRect())!==null&&a!==void 0?a:{x:0,y:0,width:0,height:0};this.originX=Math.round(i!=null?i-l.x:l.width/2),this.originY=Math.round(c!=null?c-l.y:l.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 dr.html`
501
501
  <style>
502
502
  .ft-ripple .ft-ripple--effect {
503
503
  left: ${this.originX}px;
504
504
  top: ${this.originY}px;
505
505
  }
506
506
  </style>
507
- <div class="${a.classMap(t)}">
507
+ <div class="${(0,fr.classMap)(o)}">
508
508
  <div class="ft-ripple--background"></div>
509
509
  <div class="ft-ripple--effect"></div>
510
510
  </div>
511
- `}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var o,e;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(o=this.target)||void 0===o||o.removeAttribute("data-is-ft-ripple-target")):null===(e=this.target)||void 0===e||e.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 t,o;const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;e&&this.setupFor(null!==(o=this.target)&&void 0!==o?o:e)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const o=(...t)=>o=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(o)},e=o("mouseup","contextmenu"),r=o("touchend","touchcancel"),a=t=>{["Enter"," "].includes(t.key)&&o("keyup")(t)},i={passive:!0};t.addEventListener("mouseover",this.startHover,i),t.addEventListener("mousemove",this.moveRipple,i),t.addEventListener("mouseleave",this.endHover,i),t.addEventListener("mousedown",e,i),t.addEventListener("touchstart",r,i),t.addEventListener("touchmove",this.moveRipple,i),t.addEventListener("keydown",a,i),t.addEventListener("focus",this.startFocus,i),t.addEventListener("blur",this.endFocus,i),t.addEventListener("focusin",this.startFocus,i),t.addEventListener("focusout",this.endFocus,i),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,i),t.removeEventListener("mousemove",this.moveRipple,i),t.removeEventListener("mouseleave",this.endHover,i),t.removeEventListener("mousedown",e,i),t.removeEventListener("touchstart",r,i),t.removeEventListener("touchmove",this.moveRipple,i),t.removeEventListener("keydown",a,i),t.removeEventListener("focus",this.startFocus,i),t.removeEventListener("blur",this.endFocus,i),t.removeEventListener("focusin",this.startFocus,i),t.removeEventListener("focusout",this.endFocus,i),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const o=t,e=t;let r,a;return null!=o.x?({x:r,y:a}=o):null!=e.touches&&(r=e.touches[0].clientX,a=e.touches[0].clientY),{x:r,y:a}}isFocusVisible(t){return!(t instanceof HTMLElement)||t.matches(":focus-visible")}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let o of t.composedPath()){if(o===this.target)break;if("hasAttribute"in o&&o.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}}Qt.elementDefinitions={},Qt.styles=b,Jt([r.property({type:Boolean})],Qt.prototype,"primary",void 0),Jt([r.property({type:Boolean})],Qt.prototype,"secondary",void 0),Jt([r.property({type:Boolean})],Qt.prototype,"unbounded",void 0),Jt([r.property({type:Boolean})],Qt.prototype,"activated",void 0),Jt([r.property({type:Boolean})],Qt.prototype,"selected",void 0),Jt([r.property({type:Boolean})],Qt.prototype,"disabled",void 0),Jt([r.state()],Qt.prototype,"hovered",void 0),Jt([r.state()],Qt.prototype,"focused",void 0),Jt([r.state()],Qt.prototype,"pressed",void 0),Jt([r.state()],Qt.prototype,"rippling",void 0),Jt([r.state()],Qt.prototype,"originX",void 0),Jt([r.state()],Qt.prototype,"originY",void 0),Jt([r.query(".ft-ripple")],Qt.prototype,"ripple",void 0),Jt([r.query(".ft-ripple--effect")],Qt.prototype,"rippleEffect",void 0),o.customElement("ft-ripple")(Qt);
512
- /**
513
- * @license
514
- * Copyright 2017 Google LLC
515
- * SPDX-License-Identifier: BSD-3-Clause
516
- */
517
- const to=globalThis,oo=to.trustedTypes,eo=oo?oo.createPolicy("lit-html",{createHTML:t=>t}):void 0,ro="$lit$",ao=`lit$${(Math.random()+"").slice(9)}$`,io="?"+ao,no=`<${io}>`,lo=document,co=()=>lo.createComment(""),po=t=>null===t||"object"!=typeof t&&"function"!=typeof t,fo=Array.isArray,so="[ \t\n\f\r]",ho=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,go=/-->/g,yo=/>/g,bo=RegExp(`>|${so}(?:([^\\s"'>=/]+)(${so}*=${so}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),uo=/'/g,mo=/"/g,xo=/^(?:script|style|textarea|title)$/i,Oo=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),vo=Symbol.for("lit-noChange"),No=Symbol.for("lit-nothing"),So=new WeakMap,wo=lo.createTreeWalker(lo,129);function Co(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==eo?eo.createHTML(o):o}const Io=(t,o)=>{const e=t.length-1,r=[];let a,i=2===o?"<svg>":"",n=ho;for(let o=0;o<e;o++){const e=t[o];let l,c,p=-1,f=0;for(;f<e.length&&(n.lastIndex=f,c=n.exec(e),null!==c);)f=n.lastIndex,n===ho?"!--"===c[1]?n=go:void 0!==c[1]?n=yo:void 0!==c[2]?(xo.test(c[2])&&(a=RegExp("</"+c[2],"g")),n=bo):void 0!==c[3]&&(n=bo):n===bo?">"===c[0]?(n=a??ho,p=-1):void 0===c[1]?p=-2:(p=n.lastIndex-c[2].length,l=c[1],n=void 0===c[3]?bo:'"'===c[3]?mo:uo):n===mo||n===uo?n=bo:n===go||n===yo?n=ho:(n=bo,a=void 0);const s=n===bo&&t[o+1].startsWith("/>")?" ":"";i+=n===ho?e+no:p>=0?(r.push(l),e.slice(0,p)+ro+e.slice(p)+ao+s):e+ao+(-2===p?o:s)}return[Co(t,i+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};class $o{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let a=0,i=0;const n=t.length-1,l=this.parts,[c,p]=Io(t,o);if(this.el=$o.createElement(c,e),wo.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=wo.nextNode())&&l.length<n;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(ro)){const o=p[i++],e=r.getAttribute(t).split(ao),n=/([.?@])?(.*)/.exec(o);l.push({type:1,index:a,name:n[2],strings:e,ctor:"."===n[1]?ko:"?"===n[1]?Lo:"@"===n[1]?Zo:Ro}),r.removeAttribute(t)}else t.startsWith(ao)&&(l.push({type:6,index:a}),r.removeAttribute(t));if(xo.test(r.tagName)){const t=r.textContent.split(ao),o=t.length-1;if(o>0){r.textContent=oo?oo.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],co()),wo.nextNode(),l.push({type:2,index:++a});r.append(t[o],co())}}}else if(8===r.nodeType)if(r.data===io)l.push({type:2,index:a});else{let t=-1;for(;-1!==(t=r.data.indexOf(ao,t+1));)l.push({type:7,index:a}),t+=ao.length-1}a++}}static createElement(t,o){const e=lo.createElement("template");return e.innerHTML=t,e}}function Eo(t,o,e=t,r){if(o===vo)return o;let a=void 0!==r?e._$Co?.[r]:e._$Cl;const i=po(o)?void 0:o._$litDirective$;return a?.constructor!==i&&(a?._$AO?.(!1),void 0===i?a=void 0:(a=new i(t),a._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=a:e._$Cl=a),void 0!==a&&(o=Eo(t,a._$AS(t,o.values),a,r)),o}class Wo{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:o},parts:e}=this._$AD,r=(t?.creationScope??lo).importNode(o,!0);wo.currentNode=r;let a=wo.nextNode(),i=0,n=0,l=e[0];for(;void 0!==l;){if(i===l.index){let o;2===l.type?o=new Uo(a,a.nextSibling,this,t):1===l.type?o=new l.ctor(a,l.name,l.strings,this,t):6===l.type&&(o=new zo(a,this,t)),this._$AV.push(o),l=e[++n]}i!==l?.index&&(a=wo.nextNode(),i++)}return wo.currentNode=lo,r}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}}class Uo{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=No,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===t?.nodeType&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=Eo(this,t,o),po(t)?t===No||null==t||""===t?(this._$AH!==No&&this._$AR(),this._$AH=No):t!==this._$AH&&t!==vo&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>fo(t)||"function"==typeof t?.[Symbol.iterator])(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==No&&po(this._$AH)?this._$AA.nextSibling.data=t:this.$(lo.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,r="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=$o.createElement(Co(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new Wo(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=So.get(t.strings);return void 0===o&&So.set(t.strings,o=new $o(t)),o}T(t){fo(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let e,r=0;for(const a of t)r===o.length?o.push(e=new Uo(this.k(co()),this.k(co()),this,this.options)):e=o[r],e._$AI(a),r++;r<o.length&&(this._$AR(e&&e._$AB.nextSibling,r),o.length=r)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}}class Ro{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,a){this.type=1,this._$AH=No,this._$AN=void 0,this.element=t,this.name=o,this._$AM=r,this.options=a,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=No}_$AI(t,o=this,e,r){const a=this.strings;let i=!1;if(void 0===a)t=Eo(this,t,o,0),i=!po(t)||t!==this._$AH&&t!==vo,i&&(this._$AH=t);else{const r=t;let n,l;for(t=a[0],n=0;n<a.length-1;n++)l=Eo(this,r[e+n],o,n),l===vo&&(l=this._$AH[n]),i||=!po(l)||l!==this._$AH[n],l===No?t=No:t!==No&&(t+=(l??"")+a[n+1]),this._$AH[n]=l}i&&!r&&this.O(t)}O(t){t===No?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class ko extends Ro{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===No?void 0:t}}class Lo extends Ro{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==No)}}class Zo extends Ro{constructor(t,o,e,r,a){super(t,o,e,r,a),this.type=5}_$AI(t,o=this){if((t=Eo(this,t,o,0)??No)===vo)return;const e=this._$AH,r=t===No&&e!==No||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,a=t!==No&&(e===No||r);r&&this.element.removeEventListener(this.name,this,e),a&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class zo{constructor(t,o,e){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=e}get _$AU(){return this._$AM._$AU}_$AI(t){Eo(this,t)}}const Ko=to.litHtmlPolyfillSupport;Ko?.($o,Uo),(to.litHtmlVersions??=[]).push("3.1.0");
518
- /**
519
- * @license
520
- * Copyright 2020 Google LLC
521
- * SPDX-License-Identifier: BSD-3-Clause
522
- */
523
- const Fo=Symbol.for(""),Do=t=>{if(t?.r===Fo)return t?._$litStatic$},Bo=t=>({_$litStatic$:t,r:Fo}),Ho=new Map,Ao=(t=>(o,...e)=>{const r=e.length;let a,i;const n=[],l=[];let c,p=0,f=!1;for(;p<r;){for(c=o[p];p<r&&void 0!==(i=e[p],a=Do(i));)c+=a+o[++p],f=!0;p!==r&&l.push(i),n.push(c),p++}if(p===r&&n.push(o[r]),f){const t=n.join("$$lit$$");void 0===(o=Ho.get(t))&&(n.raw=n,Ho.set(t,o=n)),e=l}return t(o,...e)})(Oo);var Go;!function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button",t.display="display",t.title1="title-1",t.title2="title-2",t.title3="title-3",t.body1regular="body-1-regular",t.body1medium="body-1-medium",t.body1semibold="body-1-semibold",t.body2regular="body-2-regular",t.body2medium="body-2-medium",t.body2semibold="body-2-semibold",t.label1medium="label-1-medium",t.label1semibold="label-1-semibold",t.label1bold="label-1-bold",t.label2medium="label-2-medium",t.label2semibold="label-2-semibold",t.label2bold="label-2-bold",t.caption1medium="caption-1-medium",t.caption1semibold="caption-1-semibold",t.caption1bold="caption-1-bold",t.caption2medium="caption-2-medium",t.caption2semibold="caption-2-semibold",t.caption2bold="caption-2-bold"}(Go||(Go={}));var Po=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class To extends o.FtLitElement{constructor(){super(...arguments),this.variant=Go.body1}render(){return this.element?Ao`
524
- <${Bo(this.element)}
511
+ `}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 n,a;super.update(o),o.has("disabled")&&(this.disabled?(this.endRipple(),(n=this.target)===null||n===void 0||n.removeAttribute("data-is-ft-ripple-target")):(a=this.target)===null||a===void 0||a.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,n;let a=(o=this.shadowRoot)===null||o===void 0?void 0:o.host.parentElement;a&&this.setupFor((n=this.target)!==null&&n!==void 0?n:a)}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 n=(...p)=>d=>{p.forEach(y=>window.addEventListener(y,this.endPress,{once:!0})),this.startPress(d)},a=n("mouseup","contextmenu"),i=n("touchend","touchcancel"),c=p=>{["Enter"," "].includes(p.key)&&n("keyup")(p)},l={passive:!0};o.addEventListener("mouseover",this.startHover,l),o.addEventListener("mousemove",this.moveRipple,l),o.addEventListener("mouseleave",this.endHover,l),o.addEventListener("mousedown",a,l),o.addEventListener("touchstart",i,l),o.addEventListener("touchmove",this.moveRipple,l),o.addEventListener("keydown",c,l),o.addEventListener("focus",this.startFocus,l),o.addEventListener("blur",this.endFocus,l),o.addEventListener("focusin",this.startFocus,l),o.addEventListener("focusout",this.endFocus,l),this.onDisconnect=()=>{o.removeAttribute("data-is-ft-ripple-target"),o.removeEventListener("mouseover",this.startHover,l),o.removeEventListener("mousemove",this.moveRipple,l),o.removeEventListener("mouseleave",this.endHover,l),o.removeEventListener("mousedown",a,l),o.removeEventListener("touchstart",i,l),o.removeEventListener("touchmove",this.moveRipple,l),o.removeEventListener("keydown",c,l),o.removeEventListener("focus",this.startFocus,l),o.removeEventListener("blur",this.endFocus,l),o.removeEventListener("focusin",this.startFocus,l),o.removeEventListener("focusout",this.endFocus,l),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(o){let n=o,a=o,i,c;return n.x!=null?{x:i,y:c}=n:a.touches!=null&&(i=a.touches[0].clientX,c=a.touches[0].clientY),{x:i,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 n of o.composedPath()){if(n===this.target)break;if("hasAttribute"in n&&n.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};$.elementDefinitions={};$.styles=ho;j([(0,G.property)({type:Boolean})],$.prototype,"primary",void 0);j([(0,G.property)({type:Boolean})],$.prototype,"secondary",void 0);j([(0,G.property)({type:Boolean})],$.prototype,"unbounded",void 0);j([(0,G.property)({type:Boolean})],$.prototype,"activated",void 0);j([(0,G.property)({type:Boolean})],$.prototype,"selected",void 0);j([(0,G.property)({type:Boolean})],$.prototype,"disabled",void 0);j([(0,G.state)()],$.prototype,"hovered",void 0);j([(0,G.state)()],$.prototype,"focused",void 0);j([(0,G.state)()],$.prototype,"pressed",void 0);j([(0,G.state)()],$.prototype,"rippling",void 0);j([(0,G.state)()],$.prototype,"originX",void 0);j([(0,G.state)()],$.prototype,"originY",void 0);j([(0,G.query)(".ft-ripple")],$.prototype,"ripple",void 0);j([(0,G.query)(".ft-ripple--effect")],$.prototype,"rippleEffect",void 0);(0,gr.customElement)("ft-ripple")($);var ln=h(R());var an=h(D()),_=h(st()),de=h(R());var Ir=h(R());var _e=globalThis,be=_e.trustedTypes,yr=be?be.createPolicy("lit-html",{createHTML:e=>e}):void 0,Or="$lit$",Ot=`lit$${(Math.random()+"").slice(9)}$`,Sr="?"+Ot,Wn=`<${Sr}>`,Et=document,xe=()=>Et.createComment(""),re=e=>e===null||typeof e!="object"&&typeof e!="function",Cr=Array.isArray,Pn=e=>Cr(e)||typeof e?.[Symbol.iterator]=="function",Pe=`[
512
+ \f\r]`,oe=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,mr=/-->/g,ur=/>/g,Nt=RegExp(`>|${Pe}(?:([^\\s"'>=/]+)(${Pe}*=${Pe}*(?:[^
513
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),hr=/'/g,br=/"/g,vr=/^(?:script|style|textarea|title)$/i,Nr=e=>(o,...n)=>({_$litType$:e,strings:o,values:n}),wr=Nr(1),Er=Nr(2),ne=Symbol.for("lit-noChange"),U=Symbol.for("lit-nothing"),xr=new WeakMap,wt=Et.createTreeWalker(Et,129);function Rr(e,o){if(!Array.isArray(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return yr!==void 0?yr.createHTML(o):o}var In=(e,o)=>{let n=e.length-1,a=[],i,c=o===2?"<svg>":"",l=oe;for(let p=0;p<n;p++){let d=e[p],y,x,u=-1,C=0;for(;C<d.length&&(l.lastIndex=C,x=l.exec(d),x!==null);)C=l.lastIndex,l===oe?x[1]==="!--"?l=mr:x[1]!==void 0?l=ur:x[2]!==void 0?(vr.test(x[2])&&(i=RegExp("</"+x[2],"g")),l=Nt):x[3]!==void 0&&(l=Nt):l===Nt?x[0]===">"?(l=i??oe,u=-1):x[1]===void 0?u=-2:(u=l.lastIndex-x[2].length,y=x[1],l=x[3]===void 0?Nt:x[3]==='"'?br:hr):l===br||l===hr?l=Nt:l===mr||l===ur?l=oe:(l=Nt,i=void 0);let S=l===Nt&&e[p+1].startsWith("/>")?" ":"";c+=l===oe?d+Wn:u>=0?(a.push(y),d.slice(0,u)+Or+d.slice(u)+Ot+S):d+Ot+(u===-2?p:S)}return[Rr(e,c+(e[n]||"<?>")+(o===2?"</svg>":"")),a]},ae=class e{constructor({strings:o,_$litType$:n},a){let i;this.parts=[];let c=0,l=0,p=o.length-1,d=this.parts,[y,x]=In(o,n);if(this.el=e.createElement(y,a),wt.currentNode=this.el.content,n===2){let u=this.el.content.firstChild;u.replaceWith(...u.childNodes)}for(;(i=wt.nextNode())!==null&&d.length<p;){if(i.nodeType===1){if(i.hasAttributes())for(let u of i.getAttributeNames())if(u.endsWith(Or)){let C=x[l++],S=i.getAttribute(u).split(Ot),w=/([.?@])?(.*)/.exec(C);d.push({type:1,index:c,name:w[2],strings:S,ctor:w[1]==="."?Be:w[1]==="?"?Te:w[1]==="@"?ze:Gt}),i.removeAttribute(u)}else u.startsWith(Ot)&&(d.push({type:6,index:c}),i.removeAttribute(u));if(vr.test(i.tagName)){let u=i.textContent.split(Ot),C=u.length-1;if(C>0){i.textContent=be?be.emptyScript:"";for(let S=0;S<C;S++)i.append(u[S],xe()),wt.nextNode(),d.push({type:2,index:++c});i.append(u[C],xe())}}}else if(i.nodeType===8)if(i.data===Sr)d.push({type:2,index:c});else{let u=-1;for(;(u=i.data.indexOf(Ot,u+1))!==-1;)d.push({type:7,index:c}),u+=Ot.length-1}c++}}static createElement(o,n){let a=Et.createElement("template");return a.innerHTML=o,a}};function Dt(e,o,n=e,a){if(o===ne)return o;let i=a!==void 0?n._$Co?.[a]:n._$Cl,c=re(o)?void 0:o._$litDirective$;return i?.constructor!==c&&(i?._$AO?.(!1),c===void 0?i=void 0:(i=new c(e),i._$AT(e,n,a)),a!==void 0?(n._$Co??=[])[a]=i:n._$Cl=i),i!==void 0&&(o=Dt(e,i._$AS(e,o.values),i,a)),o}var Ie=class{constructor(o,n){this._$AV=[],this._$AN=void 0,this._$AD=o,this._$AM=n}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(o){let{el:{content:n},parts:a}=this._$AD,i=(o?.creationScope??Et).importNode(n,!0);wt.currentNode=i;let c=wt.nextNode(),l=0,p=0,d=a[0];for(;d!==void 0;){if(l===d.index){let y;d.type===2?y=new Oe(c,c.nextSibling,this,o):d.type===1?y=new d.ctor(c,d.name,d.strings,this,o):d.type===6&&(y=new He(c,this,o)),this._$AV.push(y),d=a[++p]}l!==d?.index&&(c=wt.nextNode(),l++)}return wt.currentNode=Et,i}p(o){let n=0;for(let a of this._$AV)a!==void 0&&(a.strings!==void 0?(a._$AI(o,a,n),n+=a.strings.length-2):a._$AI(o[n])),n++}},Oe=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(o,n,a,i){this.type=2,this._$AH=U,this._$AN=void 0,this._$AA=o,this._$AB=n,this._$AM=a,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let o=this._$AA.parentNode,n=this._$AM;return n!==void 0&&o?.nodeType===11&&(o=n.parentNode),o}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(o,n=this){o=Dt(this,o,n),re(o)?o===U||o==null||o===""?(this._$AH!==U&&this._$AR(),this._$AH=U):o!==this._$AH&&o!==ne&&this._(o):o._$litType$!==void 0?this.g(o):o.nodeType!==void 0?this.$(o):Pn(o)?this.T(o):this._(o)}k(o){return this._$AA.parentNode.insertBefore(o,this._$AB)}$(o){this._$AH!==o&&(this._$AR(),this._$AH=this.k(o))}_(o){this._$AH!==U&&re(this._$AH)?this._$AA.nextSibling.data=o:this.$(Et.createTextNode(o)),this._$AH=o}g(o){let{values:n,_$litType$:a}=o,i=typeof a=="number"?this._$AC(o):(a.el===void 0&&(a.el=ae.createElement(Rr(a.h,a.h[0]),this.options)),a);if(this._$AH?._$AD===i)this._$AH.p(n);else{let c=new Ie(i,this),l=c.u(this.options);c.p(n),this.$(l),this._$AH=c}}_$AC(o){let n=xr.get(o.strings);return n===void 0&&xr.set(o.strings,n=new ae(o)),n}T(o){Cr(this._$AH)||(this._$AH=[],this._$AR());let n=this._$AH,a,i=0;for(let c of o)i===n.length?n.push(a=new e(this.k(xe()),this.k(xe()),this,this.options)):a=n[i],a._$AI(c),i++;i<n.length&&(this._$AR(a&&a._$AB.nextSibling,i),n.length=i)}_$AR(o=this._$AA.nextSibling,n){for(this._$AP?.(!1,!0,n);o&&o!==this._$AB;){let a=o.nextSibling;o.remove(),o=a}}setConnected(o){this._$AM===void 0&&(this._$Cv=o,this._$AP?.(o))}},Gt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(o,n,a,i,c){this.type=1,this._$AH=U,this._$AN=void 0,this.element=o,this.name=n,this._$AM=i,this.options=c,a.length>2||a[0]!==""||a[1]!==""?(this._$AH=Array(a.length-1).fill(new String),this.strings=a):this._$AH=U}_$AI(o,n=this,a,i){let c=this.strings,l=!1;if(c===void 0)o=Dt(this,o,n,0),l=!re(o)||o!==this._$AH&&o!==ne,l&&(this._$AH=o);else{let p=o,d,y;for(o=c[0],d=0;d<c.length-1;d++)y=Dt(this,p[a+d],n,d),y===ne&&(y=this._$AH[d]),l||=!re(y)||y!==this._$AH[d],y===U?o=U:o!==U&&(o+=(y??"")+c[d+1]),this._$AH[d]=y}l&&!i&&this.O(o)}O(o){o===U?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,o??"")}},Be=class extends Gt{constructor(){super(...arguments),this.type=3}O(o){this.element[this.name]=o===U?void 0:o}},Te=class extends Gt{constructor(){super(...arguments),this.type=4}O(o){this.element.toggleAttribute(this.name,!!o&&o!==U)}},ze=class extends Gt{constructor(o,n,a,i,c){super(o,n,a,i,c),this.type=5}_$AI(o,n=this){if((o=Dt(this,o,n,0)??U)===ne)return;let a=this._$AH,i=o===U&&a!==U||o.capture!==a.capture||o.once!==a.once||o.passive!==a.passive,c=o!==U&&(a===U||i);i&&this.element.removeEventListener(this.name,this,a),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)}},He=class{constructor(o,n,a){this.element=o,this.type=6,this._$AN=void 0,this._$AM=n,this.options=a}get _$AU(){return this._$AM._$AU}_$AI(o){Dt(this,o)}};var Bn=_e.litHtmlPolyfillSupport;Bn?.(ae,Oe),(_e.litHtmlVersions??=[]).push("3.1.0");var Lr=Symbol.for(""),Tn=e=>{if(e?.r===Lr)return e?._$litStatic$},ke=e=>({_$litStatic$:e,r:Lr});var Ar=new Map,$r=e=>(o,...n)=>{let a=n.length,i,c,l=[],p=[],d,y=0,x=!1;for(;y<a;){for(d=o[y];y<a&&(c=n[y],(i=Tn(c))!==void 0);)d+=i+o[++y],x=!0;y!==a&&p.push(c),l.push(d),y++}if(y===a&&l.push(o[a]),x){let u=l.join("$$lit$$");(o=Ar.get(u))===void 0&&(l.raw=l,Ar.set(u,o=l)),n=p}return e(o,...n)},Ue=$r(wr),Mc=$r(Er);var De=h(st()),Pr=h(R());var Rt;(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"})(Rt||(Rt={}));var Wr=function(e,o,n,a){var i=arguments.length,c=i<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,n):a,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,n,a);else for(var p=e.length-1;p>=0;p--)(l=e[p])&&(c=(i<3?l(c):i>3?l(o,n,c):l(o,n))||c);return i>3&&c&&Object.defineProperty(o,n,c),c},ot=class extends Pr.FtLitElement{constructor(){super(...arguments),this.variant=Rt.body1}render(){return this.element?Ue`
514
+ <${ke(this.element)}
515
+ part="text"
525
516
  class="ft-typography ft-typography--${this.variant}">
526
517
  <slot></slot>
527
- </${Bo(this.element)}>
528
- `:Ao`
529
- <slot class="ft-typography ft-typography--${this.variant}"></slot>
530
- `}}To.styles=[$t,Et,Wt,Ut,Rt,kt,Lt,Zt,zt,Kt,Ft,...Dt],Po([r.property()],To.prototype,"element",void 0),Po([r.property()],To.prototype,"variant",void 0),o.customElement("ft-typography")(To);const jo=o.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),Mo=o.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),_o=o.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),Yo=o.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),Vo=o.FtCssVariableFactory.external(o.designSystemVariables.borderRadiusS,"Design system"),Xo=o.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px"),qo=e.css`
518
+ </${ke(this.element)}>
519
+ `:Ue`
520
+ <slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
521
+ `}};ot.styles=[Mo,Fo,Vo,jo,Yo,Xo,qo,Jo,Qo,tr,er,...or];Wr([(0,De.property)()],ot.prototype,"element",void 0);Wr([(0,De.property)()],ot.prototype,"variant",void 0);(0,Ir.customElement)("ft-typography")(ot);var Br=h(D()),gt=h(R()),Zt={distance:gt.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:gt.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:gt.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:gt.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:gt.FtCssVariableFactory.external(gt.designSystemVariables.borderRadiusS,"Design system"),maxWidth:gt.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Tr=Br.css`
531
522
  .ft-tooltip--container {
532
523
  display: block;
533
524
  }
@@ -542,21 +533,21 @@ const Fo=Symbol.for(""),Do=t=>{if(t?.r===Fo)return t?._$litStatic$},Bo=t=>({_$li
542
533
  box-sizing: border-box;
543
534
  overflow: hidden;
544
535
  width: max-content;
545
- max-width: ${Xo};
536
+ max-width: ${Zt.maxWidth};
546
537
  text-align: center;
547
- padding: ${jo};
548
- z-index: ${Yo};
538
+ padding: ${Zt.distance};
539
+ z-index: ${Zt.zIndex};
549
540
  }
550
541
 
551
542
  .ft-tooltip--content {
552
543
  padding: 4px 8px;
553
- border-radius: ${Vo};
554
- background-color: ${_o};
555
- color: ${Mo};
544
+ border-radius: ${Zt.borderRadiusS};
545
+ background-color: ${Zt.backgroundColor};
546
+ color: ${Zt.color};
556
547
  position: relative;
557
548
  word-break: break-word;
558
549
  }
559
- `,Jo=["start","end"],Qo=["top","right","bottom","left"].reduce(((t,o)=>t.concat(o,o+"-"+Jo[0],o+"-"+Jo[1])),[]),te=Math.min,oe=Math.max,ee=Math.round,re=t=>({x:t,y:t}),ae={left:"right",right:"left",bottom:"top",top:"bottom"},ie={start:"end",end:"start"};function ne(t,o,e){return oe(t,te(o,e))}function le(t,o){return"function"==typeof t?t(o):t}function ce(t){return t.split("-")[0]}function pe(t){return t.split("-")[1]}function fe(t){return"x"===t?"y":"x"}function se(t){return"y"===t?"height":"width"}function de(t){return["top","bottom"].includes(ce(t))?"y":"x"}function he(t){return fe(de(t))}function ge(t){return t.replace(/left|right|bottom|top/g,(t=>ae[t]))}function ye(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function be(t,o,e){let{reference:r,floating:a}=t;const i=de(o),n=he(o),l=se(n),c=ce(o),p="y"===i,f=r.x+r.width/2-a.width/2,s=r.y+r.height/2-a.height/2,d=r[l]/2-a[l]/2;let h;switch(c){case"top":h={x:f,y:r.y-a.height};break;case"bottom":h={x:f,y:r.y+r.height};break;case"right":h={x:r.x+r.width,y:s};break;case"left":h={x:r.x-a.width,y:s};break;default:h={x:r.x,y:r.y}}switch(pe(o)){case"start":h[n]-=d*(e&&p?-1:1);break;case"end":h[n]+=d*(e&&p?-1:1)}return h}async function ue(t,o){var e;void 0===o&&(o={});const{x:r,y:a,platform:i,rects:n,elements:l,strategy:c}=t,{boundary:p="clippingAncestors",rootBoundary:f="viewport",elementContext:s="floating",altBoundary:d=!1,padding:h=0}=le(o,t),g=function(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}(h),y=l[d?"floating"===s?"reference":"floating":s],b=ye(await i.getClippingRect({element:null==(e=await(null==i.isElement?void 0:i.isElement(y)))||e?y:y.contextElement||await(null==i.getDocumentElement?void 0:i.getDocumentElement(l.floating)),boundary:p,rootBoundary:f,strategy:c})),u="floating"===s?{...n.floating,x:r,y:a}:n.reference,m=await(null==i.getOffsetParent?void 0:i.getOffsetParent(l.floating)),x=await(null==i.isElement?void 0:i.isElement(m))&&await(null==i.getScale?void 0:i.getScale(m))||{x:1,y:1},O=ye(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({rect:u,offsetParent:m,strategy:c}):u);return{top:(b.top-O.top+g.top)/x.y,bottom:(O.bottom-b.bottom+g.bottom)/x.y,left:(b.left-O.left+g.left)/x.x,right:(O.right-b.right+g.right)/x.x}}function me(t,o,e){return(t?[...e.filter((o=>pe(o)===t)),...e.filter((o=>pe(o)!==t))]:e.filter((t=>ce(t)===t))).filter((e=>!t||(pe(e)===t||!!o&&function(t){return t.replace(/start|end/g,(t=>ie[t]))}(e)!==e)))}const xe=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(o){var e,r,a;const{rects:i,middlewareData:n,placement:l,platform:c,elements:p}=o,{crossAxis:f=!1,alignment:s,allowedPlacements:d=Qo,autoAlignment:h=!0,...g}=le(t,o),y=void 0!==s||d===Qo?me(s||null,h,d):d,b=await ue(o,g),u=(null==(e=n.autoPlacement)?void 0:e.index)||0,m=y[u];if(null==m)return{};const x=function(t,o,e){void 0===e&&(e=!1);const r=pe(t),a=he(t),i=se(a);let n="x"===a?r===(e?"end":"start")?"right":"left":"start"===r?"bottom":"top";return o.reference[i]>o.floating[i]&&(n=ge(n)),[n,ge(n)]}(m,i,await(null==c.isRTL?void 0:c.isRTL(p.floating)));if(l!==m)return{reset:{placement:y[0]}};const O=[b[ce(m)],b[x[0]],b[x[1]]],v=[...(null==(r=n.autoPlacement)?void 0:r.overflows)||[],{placement:m,overflows:O}],N=y[u+1];if(N)return{data:{index:u+1,overflows:v},reset:{placement:N}};const S=v.map((t=>{const o=pe(t.placement);return[t.placement,o&&f?t.overflows.slice(0,2).reduce(((t,o)=>t+o),0):t.overflows[0],t.overflows]})).sort(((t,o)=>t[1]-o[1])),w=S.filter((t=>t[2].slice(0,pe(t[0])?2:3).every((t=>t<=0)))),C=(null==(a=w[0])?void 0:a[0])||S[0][0];return C!==l?{data:{index:u+1,overflows:v},reset:{placement:C}}:{}}}};function Oe(t){return Se(t)?(t.nodeName||"").toLowerCase():"#document"}function ve(t){var o;return(null==t||null==(o=t.ownerDocument)?void 0:o.defaultView)||window}function Ne(t){var o;return null==(o=(Se(t)?t.ownerDocument:t.document)||window.document)?void 0:o.documentElement}function Se(t){return t instanceof Node||t instanceof ve(t).Node}function we(t){return t instanceof Element||t instanceof ve(t).Element}function Ce(t){return t instanceof HTMLElement||t instanceof ve(t).HTMLElement}function Ie(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof ve(t).ShadowRoot)}function $e(t){const{overflow:o,overflowX:e,overflowY:r,display:a}=ke(t);return/auto|scroll|overlay|hidden|clip/.test(o+r+e)&&!["inline","contents"].includes(a)}function Ee(t){return["table","td","th"].includes(Oe(t))}function We(t){const o=Ue(),e=ke(t);return"none"!==e.transform||"none"!==e.perspective||!!e.containerType&&"normal"!==e.containerType||!o&&!!e.backdropFilter&&"none"!==e.backdropFilter||!o&&!!e.filter&&"none"!==e.filter||["transform","perspective","filter"].some((t=>(e.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(e.contain||"").includes(t)))}function Ue(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function Re(t){return["html","body","#document"].includes(Oe(t))}function ke(t){return ve(t).getComputedStyle(t)}function Le(t){return we(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function Ze(t){if("html"===Oe(t))return t;const o=t.assignedSlot||t.parentNode||Ie(t)&&t.host||Ne(t);return Ie(o)?o.host:o}function ze(t){const o=Ze(t);return Re(o)?t.ownerDocument?t.ownerDocument.body:t.body:Ce(o)&&$e(o)?o:ze(o)}function Ke(t,o,e){var r;void 0===o&&(o=[]),void 0===e&&(e=!0);const a=ze(t),i=a===(null==(r=t.ownerDocument)?void 0:r.body),n=ve(a);return i?o.concat(n,n.visualViewport||[],$e(a)?a:[],n.frameElement&&e?Ke(n.frameElement):[]):o.concat(a,Ke(a,[],e))}function Fe(t){const o=ke(t);let e=parseFloat(o.width)||0,r=parseFloat(o.height)||0;const a=Ce(t),i=a?t.offsetWidth:e,n=a?t.offsetHeight:r,l=ee(e)!==i||ee(r)!==n;return l&&(e=i,r=n),{width:e,height:r,$:l}}function De(t){return we(t)?t:t.contextElement}function Be(t){const o=De(t);if(!Ce(o))return re(1);const e=o.getBoundingClientRect(),{width:r,height:a,$:i}=Fe(o);let n=(i?ee(e.width):e.width)/r,l=(i?ee(e.height):e.height)/a;return n&&Number.isFinite(n)||(n=1),l&&Number.isFinite(l)||(l=1),{x:n,y:l}}const He=re(0);function Ae(t){const o=ve(t);return Ue()&&o.visualViewport?{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}:He}function Ge(t,o,e,r){void 0===o&&(o=!1),void 0===e&&(e=!1);const a=t.getBoundingClientRect(),i=De(t);let n=re(1);o&&(r?we(r)&&(n=Be(r)):n=Be(t));const l=function(t,o,e){return void 0===o&&(o=!1),!(!e||o&&e!==ve(t))&&o}(i,e,r)?Ae(i):re(0);let c=(a.left+l.x)/n.x,p=(a.top+l.y)/n.y,f=a.width/n.x,s=a.height/n.y;if(i){const t=ve(i),o=r&&we(r)?ve(r):r;let e=t.frameElement;for(;e&&r&&o!==t;){const t=Be(e),o=e.getBoundingClientRect(),r=ke(e),a=o.left+(e.clientLeft+parseFloat(r.paddingLeft))*t.x,i=o.top+(e.clientTop+parseFloat(r.paddingTop))*t.y;c*=t.x,p*=t.y,f*=t.x,s*=t.y,c+=a,p+=i,e=ve(e).frameElement}}return ye({width:f,height:s,x:c,y:p})}function Pe(t){return Ge(Ne(t)).left+Le(t).scrollLeft}function Te(t,o,e){let r;if("viewport"===o)r=function(t,o){const e=ve(t),r=Ne(t),a=e.visualViewport;let i=r.clientWidth,n=r.clientHeight,l=0,c=0;if(a){i=a.width,n=a.height;const t=Ue();(!t||t&&"fixed"===o)&&(l=a.offsetLeft,c=a.offsetTop)}return{width:i,height:n,x:l,y:c}}(t,e);else if("document"===o)r=function(t){const o=Ne(t),e=Le(t),r=t.ownerDocument.body,a=oe(o.scrollWidth,o.clientWidth,r.scrollWidth,r.clientWidth),i=oe(o.scrollHeight,o.clientHeight,r.scrollHeight,r.clientHeight);let n=-e.scrollLeft+Pe(t);const l=-e.scrollTop;return"rtl"===ke(r).direction&&(n+=oe(o.clientWidth,r.clientWidth)-a),{width:a,height:i,x:n,y:l}}(Ne(t));else if(we(o))r=function(t,o){const e=Ge(t,!0,"fixed"===o),r=e.top+t.clientTop,a=e.left+t.clientLeft,i=Ce(t)?Be(t):re(1);return{width:t.clientWidth*i.x,height:t.clientHeight*i.y,x:a*i.x,y:r*i.y}}(o,e);else{const e=Ae(t);r={...o,x:o.x-e.x,y:o.y-e.y}}return ye(r)}function je(t,o){const e=Ze(t);return!(e===o||!we(e)||Re(e))&&("fixed"===ke(e).position||je(e,o))}function Me(t,o,e){const r=Ce(o),a=Ne(o),i="fixed"===e,n=Ge(t,!0,i,o);let l={scrollLeft:0,scrollTop:0};const c=re(0);if(r||!r&&!i)if(("body"!==Oe(o)||$e(a))&&(l=Le(o)),r){const t=Ge(o,!0,i,o);c.x=t.x+o.clientLeft,c.y=t.y+o.clientTop}else a&&(c.x=Pe(a));return{x:n.left+l.scrollLeft-c.x,y:n.top+l.scrollTop-c.y,width:n.width,height:n.height}}function _e(t,o){return Ce(t)&&"fixed"!==ke(t).position?o?o(t):t.offsetParent:null}function Ye(t,o){const e=ve(t);if(!Ce(t))return e;let r=_e(t,o);for(;r&&Ee(r)&&"static"===ke(r).position;)r=_e(r,o);return r&&("html"===Oe(r)||"body"===Oe(r)&&"static"===ke(r).position&&!We(r))?e:r||function(t){let o=Ze(t);for(;Ce(o)&&!Re(o);){if(We(o))return o;o=Ze(o)}return null}(t)||e}const Ve={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:o,offsetParent:e,strategy:r}=t;const a=Ce(e),i=Ne(e);if(e===i)return o;let n={scrollLeft:0,scrollTop:0},l=re(1);const c=re(0);if((a||!a&&"fixed"!==r)&&(("body"!==Oe(e)||$e(i))&&(n=Le(e)),Ce(e))){const t=Ge(e);l=Be(e),c.x=t.x+e.clientLeft,c.y=t.y+e.clientTop}return{width:o.width*l.x,height:o.height*l.y,x:o.x*l.x-n.scrollLeft*l.x+c.x,y:o.y*l.y-n.scrollTop*l.y+c.y}},getDocumentElement:Ne,getClippingRect:function(t){let{element:o,boundary:e,rootBoundary:r,strategy:a}=t;const i=[..."clippingAncestors"===e?function(t,o){const e=o.get(t);if(e)return e;let r=Ke(t,[],!1).filter((t=>we(t)&&"body"!==Oe(t))),a=null;const i="fixed"===ke(t).position;let n=i?Ze(t):t;for(;we(n)&&!Re(n);){const o=ke(n),e=We(n);e||"fixed"!==o.position||(a=null),(i?!e&&!a:!e&&"static"===o.position&&a&&["absolute","fixed"].includes(a.position)||$e(n)&&!e&&je(t,n))?r=r.filter((t=>t!==n)):a=o,n=Ze(n)}return o.set(t,r),r}(o,this._c):[].concat(e),r],n=i[0],l=i.reduce(((t,e)=>{const r=Te(o,e,a);return t.top=oe(r.top,t.top),t.right=te(r.right,t.right),t.bottom=te(r.bottom,t.bottom),t.left=oe(r.left,t.left),t}),Te(o,n,a));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},getOffsetParent:Ye,getElementRects:async function(t){let{reference:o,floating:e,strategy:r}=t;const a=this.getOffsetParent||Ye,i=this.getDimensions;return{reference:Me(o,await a(e),r),floating:{x:0,y:0,...await i(e)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return Fe(t)},getScale:Be,isElement:we,isRTL:function(t){return"rtl"===ke(t).direction}},Xe=(t,o,e)=>{const r=new Map,a={platform:Ve,...e},i={...a.platform,_c:r};return(async(t,o,e)=>{const{placement:r="bottom",strategy:a="absolute",middleware:i=[],platform:n}=e,l=i.filter(Boolean),c=await(null==n.isRTL?void 0:n.isRTL(o));let p=await n.getElementRects({reference:t,floating:o,strategy:a}),{x:f,y:s}=be(p,r,c),d=r,h={},g=0;for(let e=0;e<l.length;e++){const{name:i,fn:y}=l[e],{x:b,y:u,data:m,reset:x}=await y({x:f,y:s,initialPlacement:r,placement:d,strategy:a,middlewareData:h,rects:p,platform:n,elements:{reference:t,floating:o}});f=null!=b?b:f,s=null!=u?u:s,h={...h,[i]:{...h[i],...m}},x&&g<=50&&(g++,"object"==typeof x&&(x.placement&&(d=x.placement),x.rects&&(p=!0===x.rects?await n.getElementRects({reference:t,floating:o,strategy:a}):x.rects),({x:f,y:s}=be(p,d,c))),e=-1)}return{x:f,y:s,placement:d,strategy:a,middlewareData:h}})(t,o,{...a,platform:i})};function qe(t){return function(t){for(let o=t;o;o=Je(o))if(o instanceof Element&&"none"===getComputedStyle(o).display)return null;for(let o=Je(t);o;o=Je(o)){if(!(o instanceof Element))continue;const t=getComputedStyle(o);if("contents"!==t.display){if("static"!==t.position||"none"!==t.filter)return o;if("BODY"===o.tagName)return o}}return null}(t)}function Je(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}var Qe,tr,or,er=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class rr extends o.FtLitElement{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new o.Debouncer,this.revealDebouncer=new o.Debouncer}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return e.html`
550
+ `;var Hr=["top","right","bottom","left"],zr=["start","end"],Ze=Hr.reduce((e,o)=>e.concat(o,o+"-"+zr[0],o+"-"+zr[1]),[]),ie=Math.min,St=Math.max,le=Math.round;var yt=e=>({x:e,y:e}),zn={left:"right",right:"left",bottom:"top",top:"bottom"},Hn={start:"end",end:"start"};function Ke(e,o,n){return St(e,ie(o,n))}function Se(e,o){return typeof e=="function"?e(o):e}function Kt(e){return e.split("-")[0]}function Ct(e){return e.split("-")[1]}function Me(e){return e==="x"?"y":"x"}function Fe(e){return e==="y"?"height":"width"}function Ce(e){return["top","bottom"].includes(Kt(e))?"y":"x"}function Ve(e){return Me(Ce(e))}function _r(e,o,n){n===void 0&&(n=!1);let a=Ct(e),i=Ve(e),c=Fe(i),l=i==="x"?a===(n?"end":"start")?"right":"left":a==="start"?"bottom":"top";return o.reference[c]>o.floating[c]&&(l=Ge(l)),[l,Ge(l)]}function kr(e){return e.replace(/start|end/g,o=>Hn[o])}function Ge(e){return e.replace(/left|right|bottom|top/g,o=>zn[o])}function _n(e){return{top:0,right:0,bottom:0,left:0,...e}}function Ur(e){return typeof e!="number"?_n(e):{top:e,right:e,bottom:e,left:e}}function At(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}function Dr(e,o,n){let{reference:a,floating:i}=e,c=Ce(o),l=Ve(o),p=Fe(l),d=Kt(o),y=c==="y",x=a.x+a.width/2-i.width/2,u=a.y+a.height/2-i.height/2,C=a[p]/2-i[p]/2,S;switch(d){case"top":S={x,y:a.y-i.height};break;case"bottom":S={x,y:a.y+a.height};break;case"right":S={x:a.x+a.width,y:u};break;case"left":S={x:a.x-i.width,y:u};break;default:S={x:a.x,y:a.y}}switch(Ct(o)){case"start":S[l]-=C*(n&&y?-1:1);break;case"end":S[l]+=C*(n&&y?-1:1);break}return S}var Gr=async(e,o,n)=>{let{placement:a="bottom",strategy:i="absolute",middleware:c=[],platform:l}=n,p=c.filter(Boolean),d=await(l.isRTL==null?void 0:l.isRTL(o)),y=await l.getElementRects({reference:e,floating:o,strategy:i}),{x,y:u}=Dr(y,a,d),C=a,S={},w=0;for(let P=0;P<p.length;P++){let{name:z,fn:I}=p[P],{x:H,y:K,data:ht,reset:Z}=await I({x,y:u,initialPlacement:a,placement:C,strategy:i,middlewareData:S,rects:y,platform:l,elements:{reference:e,floating:o}});if(x=H??x,u=K??u,S={...S,[z]:{...S[z],...ht}},Z&&w<=50){w++,typeof Z=="object"&&(Z.placement&&(C=Z.placement),Z.rects&&(y=Z.rects===!0?await l.getElementRects({reference:e,floating:o,strategy:i}):Z.rects),{x,y:u}=Dr(y,C,d)),P=-1;continue}}return{x,y:u,placement:C,strategy:i,middlewareData:S}};async function je(e,o){var n;o===void 0&&(o={});let{x:a,y:i,platform:c,rects:l,elements:p,strategy:d}=e,{boundary:y="clippingAncestors",rootBoundary:x="viewport",elementContext:u="floating",altBoundary:C=!1,padding:S=0}=Se(o,e),w=Ur(S),z=p[C?u==="floating"?"reference":"floating":u],I=At(await c.getClippingRect({element:(n=await(c.isElement==null?void 0:c.isElement(z)))==null||n?z:z.contextElement||await(c.getDocumentElement==null?void 0:c.getDocumentElement(p.floating)),boundary:y,rootBoundary:x,strategy:d})),H=u==="floating"?{...l.floating,x:a,y:i}:l.reference,K=await(c.getOffsetParent==null?void 0:c.getOffsetParent(p.floating)),ht=await(c.isElement==null?void 0:c.isElement(K))?await(c.getScale==null?void 0:c.getScale(K))||{x:1,y:1}:{x:1,y:1},Z=At(c.convertOffsetParentRelativeRectToViewportRelativeRect?await c.convertOffsetParentRelativeRectToViewportRelativeRect({rect:H,offsetParent:K,strategy:d}):H);return{top:(I.top-Z.top+w.top)/ht.y,bottom:(Z.bottom-I.bottom+w.bottom)/ht.y,left:(I.left-Z.left+w.left)/ht.x,right:(Z.right-I.right+w.right)/ht.x}}function kn(e,o,n){return(e?[...n.filter(i=>Ct(i)===e),...n.filter(i=>Ct(i)!==e)]:n.filter(i=>Kt(i)===i)).filter(i=>e?Ct(i)===e||(o?kr(i)!==i:!1):!0)}var Ye=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(o){var n,a,i;let{rects:c,middlewareData:l,placement:p,platform:d,elements:y}=o,{crossAxis:x=!1,alignment:u,allowedPlacements:C=Ze,autoAlignment:S=!0,...w}=Se(e,o),P=u!==void 0||C===Ze?kn(u||null,S,C):C,z=await je(o,w),I=((n=l.autoPlacement)==null?void 0:n.index)||0,H=P[I];if(H==null)return{};let K=_r(H,c,await(d.isRTL==null?void 0:d.isRTL(y.floating)));if(p!==H)return{reset:{placement:P[0]}};let ht=[z[Kt(H)],z[K[0]],z[K[1]]],Z=[...((a=l.autoPlacement)==null?void 0:a.overflows)||[],{placement:H,overflows:ht}],to=P[I+1];if(to)return{data:{index:I+1,overflows:Z},reset:{placement:to}};let eo=Z.map(at=>{let Jt=Ct(at.placement);return[at.placement,Jt&&x?at.overflows.slice(0,2).reduce((Cn,vn)=>Cn+vn,0):at.overflows[0],at.overflows]}).sort((at,Jt)=>at[1]-Jt[1]),oo=((i=eo.filter(at=>at[2].slice(0,Ct(at[0])?2:3).every(Jt=>Jt<=0))[0])==null?void 0:i[0])||eo[0][0];return oo!==p?{data:{index:I+1,overflows:Z},reset:{placement:oo}}:{}}}};var Xe=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(o){let{x:n,y:a,placement:i}=o,{mainAxis:c=!0,crossAxis:l=!1,limiter:p={fn:z=>{let{x:I,y:H}=z;return{x:I,y:H}}},...d}=Se(e,o),y={x:n,y:a},x=await je(o,d),u=Ce(Kt(i)),C=Me(u),S=y[C],w=y[u];if(c){let z=C==="y"?"top":"left",I=C==="y"?"bottom":"right",H=S+x[z],K=S-x[I];S=Ke(H,S,K)}if(l){let z=u==="y"?"top":"left",I=u==="y"?"bottom":"right",H=w+x[z],K=w-x[I];w=Ke(H,w,K)}let P=p.fn({...o,[C]:S,[u]:w});return{...P,data:{x:P.x-n,y:P.y-a}}}}};function mt(e){return Kr(e)?(e.nodeName||"").toLowerCase():"#document"}function Y(e){var o;return(e==null||(o=e.ownerDocument)==null?void 0:o.defaultView)||window}function ut(e){var o;return(o=(Kr(e)?e.ownerDocument:e.document)||window.document)==null?void 0:o.documentElement}function Kr(e){return e instanceof Node||e instanceof Y(e).Node}function ct(e){return e instanceof Element||e instanceof Y(e).Element}function rt(e){return e instanceof HTMLElement||e instanceof Y(e).HTMLElement}function Zr(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Y(e).ShadowRoot}function Mt(e){let{overflow:o,overflowX:n,overflowY:a,display:i}=q(e);return/auto|scroll|overlay|hidden|clip/.test(o+a+n)&&!["inline","contents"].includes(i)}function Mr(e){return["table","td","th"].includes(mt(e))}function Ne(e){let o=we(),n=q(e);return n.transform!=="none"||n.perspective!=="none"||(n.containerType?n.containerType!=="normal":!1)||!o&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!o&&(n.filter?n.filter!=="none":!1)||["transform","perspective","filter"].some(a=>(n.willChange||"").includes(a))||["paint","layout","strict","content"].some(a=>(n.contain||"").includes(a))}function Fr(e){let o=Lt(e);for(;rt(o)&&!ce(o);){if(Ne(o))return o;o=Lt(o)}return null}function we(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function ce(e){return["html","body","#document"].includes(mt(e))}function q(e){return Y(e).getComputedStyle(e)}function se(e){return ct(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Lt(e){if(mt(e)==="html")return e;let o=e.assignedSlot||e.parentNode||Zr(e)&&e.host||ut(e);return Zr(o)?o.host:o}function Vr(e){let o=Lt(e);return ce(o)?e.ownerDocument?e.ownerDocument.body:e.body:rt(o)&&Mt(o)?o:Vr(o)}function ve(e,o,n){var a;o===void 0&&(o=[]),n===void 0&&(n=!0);let i=Vr(e),c=i===((a=e.ownerDocument)==null?void 0:a.body),l=Y(i);return c?o.concat(l,l.visualViewport||[],Mt(i)?i:[],l.frameElement&&n?ve(l.frameElement):[]):o.concat(i,ve(i,[],n))}function Xr(e){let o=q(e),n=parseFloat(o.width)||0,a=parseFloat(o.height)||0,i=rt(e),c=i?e.offsetWidth:n,l=i?e.offsetHeight:a,p=le(n)!==c||le(a)!==l;return p&&(n=c,a=l),{width:n,height:a,$:p}}function qr(e){return ct(e)?e:e.contextElement}function Ft(e){let o=qr(e);if(!rt(o))return yt(1);let n=o.getBoundingClientRect(),{width:a,height:i,$:c}=Xr(o),l=(c?le(n.width):n.width)/a,p=(c?le(n.height):n.height)/i;return(!l||!Number.isFinite(l))&&(l=1),(!p||!Number.isFinite(p))&&(p=1),{x:l,y:p}}var Un=yt(0);function Jr(e){let o=Y(e);return!we()||!o.visualViewport?Un:{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}}function Dn(e,o,n){return o===void 0&&(o=!1),!n||o&&n!==Y(e)?!1:o}function pe(e,o,n,a){o===void 0&&(o=!1),n===void 0&&(n=!1);let i=e.getBoundingClientRect(),c=qr(e),l=yt(1);o&&(a?ct(a)&&(l=Ft(a)):l=Ft(e));let p=Dn(c,n,a)?Jr(c):yt(0),d=(i.left+p.x)/l.x,y=(i.top+p.y)/l.y,x=i.width/l.x,u=i.height/l.y;if(c){let C=Y(c),S=a&&ct(a)?Y(a):a,w=C.frameElement;for(;w&&a&&S!==C;){let P=Ft(w),z=w.getBoundingClientRect(),I=q(w),H=z.left+(w.clientLeft+parseFloat(I.paddingLeft))*P.x,K=z.top+(w.clientTop+parseFloat(I.paddingTop))*P.y;d*=P.x,y*=P.y,x*=P.x,u*=P.y,d+=H,y+=K,w=Y(w).frameElement}}return At({width:x,height:u,x:d,y})}function Gn(e){let{rect:o,offsetParent:n,strategy:a}=e,i=rt(n),c=ut(n);if(n===c)return o;let l={scrollLeft:0,scrollTop:0},p=yt(1),d=yt(0);if((i||!i&&a!=="fixed")&&((mt(n)!=="body"||Mt(c))&&(l=se(n)),rt(n))){let y=pe(n);p=Ft(n),d.x=y.x+n.clientLeft,d.y=y.y+n.clientTop}return{width:o.width*p.x,height:o.height*p.y,x:o.x*p.x-l.scrollLeft*p.x+d.x,y:o.y*p.y-l.scrollTop*p.y+d.y}}function Zn(e){return Array.from(e.getClientRects())}function Qr(e){return pe(ut(e)).left+se(e).scrollLeft}function Kn(e){let o=ut(e),n=se(e),a=e.ownerDocument.body,i=St(o.scrollWidth,o.clientWidth,a.scrollWidth,a.clientWidth),c=St(o.scrollHeight,o.clientHeight,a.scrollHeight,a.clientHeight),l=-n.scrollLeft+Qr(e),p=-n.scrollTop;return q(a).direction==="rtl"&&(l+=St(o.clientWidth,a.clientWidth)-i),{width:i,height:c,x:l,y:p}}function Mn(e,o){let n=Y(e),a=ut(e),i=n.visualViewport,c=a.clientWidth,l=a.clientHeight,p=0,d=0;if(i){c=i.width,l=i.height;let y=we();(!y||y&&o==="fixed")&&(p=i.offsetLeft,d=i.offsetTop)}return{width:c,height:l,x:p,y:d}}function Fn(e,o){let n=pe(e,!0,o==="fixed"),a=n.top+e.clientTop,i=n.left+e.clientLeft,c=rt(e)?Ft(e):yt(1),l=e.clientWidth*c.x,p=e.clientHeight*c.y,d=i*c.x,y=a*c.y;return{width:l,height:p,x:d,y}}function jr(e,o,n){let a;if(o==="viewport")a=Mn(e,n);else if(o==="document")a=Kn(ut(e));else if(ct(o))a=Fn(o,n);else{let i=Jr(e);a={...o,x:o.x-i.x,y:o.y-i.y}}return At(a)}function tn(e,o){let n=Lt(e);return n===o||!ct(n)||ce(n)?!1:q(n).position==="fixed"||tn(n,o)}function Vn(e,o){let n=o.get(e);if(n)return n;let a=ve(e,[],!1).filter(p=>ct(p)&&mt(p)!=="body"),i=null,c=q(e).position==="fixed",l=c?Lt(e):e;for(;ct(l)&&!ce(l);){let p=q(l),d=Ne(l);!d&&p.position==="fixed"&&(i=null),(c?!d&&!i:!d&&p.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||Mt(l)&&!d&&tn(e,l))?a=a.filter(x=>x!==l):i=p,l=Lt(l)}return o.set(e,a),a}function jn(e){let{element:o,boundary:n,rootBoundary:a,strategy:i}=e,l=[...n==="clippingAncestors"?Vn(o,this._c):[].concat(n),a],p=l[0],d=l.reduce((y,x)=>{let u=jr(o,x,i);return y.top=St(u.top,y.top),y.right=ie(u.right,y.right),y.bottom=ie(u.bottom,y.bottom),y.left=St(u.left,y.left),y},jr(o,p,i));return{width:d.right-d.left,height:d.bottom-d.top,x:d.left,y:d.top}}function Yn(e){return Xr(e)}function Xn(e,o,n){let a=rt(o),i=ut(o),c=n==="fixed",l=pe(e,!0,c,o),p={scrollLeft:0,scrollTop:0},d=yt(0);if(a||!a&&!c)if((mt(o)!=="body"||Mt(i))&&(p=se(o)),a){let y=pe(o,!0,c,o);d.x=y.x+o.clientLeft,d.y=y.y+o.clientTop}else i&&(d.x=Qr(i));return{x:l.left+p.scrollLeft-d.x,y:l.top+p.scrollTop-d.y,width:l.width,height:l.height}}function Yr(e,o){return!rt(e)||q(e).position==="fixed"?null:o?o(e):e.offsetParent}function en(e,o){let n=Y(e);if(!rt(e))return n;let a=Yr(e,o);for(;a&&Mr(a)&&q(a).position==="static";)a=Yr(a,o);return a&&(mt(a)==="html"||mt(a)==="body"&&q(a).position==="static"&&!Ne(a))?n:a||Fr(e)||n}var qn=async function(e){let{reference:o,floating:n,strategy:a}=e,i=this.getOffsetParent||en,c=this.getDimensions;return{reference:Xn(o,await i(n),a),floating:{x:0,y:0,...await c(n)}}};function Jn(e){return q(e).direction==="rtl"}var Ee={convertOffsetParentRelativeRectToViewportRelativeRect:Gn,getDocumentElement:ut,getClippingRect:jn,getOffsetParent:en,getElementRects:qn,getClientRects:Zn,getDimensions:Yn,getScale:Ft,isElement:ct,isRTL:Jn};var on=(e,o,n)=>{let a=new Map,i={platform:Ee,...n},c={...i.platform,_c:a};return Gr(e,o,{...i,platform:c})};function rn(e){return Qn(e)}function qe(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function Qn(e){for(let o=e;o;o=qe(o))if(o instanceof Element&&getComputedStyle(o).display==="none")return null;for(let o=qe(e);o;o=qe(o)){if(!(o instanceof Element))continue;let n=getComputedStyle(o);if(n.display!=="contents"&&(n.position!=="static"||n.filter!=="none"||o.tagName==="BODY"))return o}return null}async function nn(e,o,n){return on(e,o,{platform:{...Ee,getOffsetParent:a=>Ee.getOffsetParent(a,rn)},middleware:[Xe({crossAxis:!0}),Ye({allowedPlacements:[n]})]})}var X=function(e,o,n,a){var i=arguments.length,c=i<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,n):a,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,n,a);else for(var p=e.length-1;p>=0;p--)(l=e[p])&&(c=(i<3?l(c):i>3?l(o,n,c):l(o,n))||c);return i>3&&c&&Object.defineProperty(o,n,c),c},W=class extends de.FtLitElement{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new de.Debouncer,this.revealDebouncer=new de.Debouncer}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return an.html`
560
551
  <div part="container"
561
552
  class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
562
553
  @mouseenter=${this.onHover}
@@ -574,42 +565,45 @@ const Fo=Symbol.for(""),Do=t=>{if(t?.r===Fo)return t?._$litStatic$},Bo=t=>({_$li
574
565
  </div>
575
566
  </div>
576
567
  </div>
577
- `}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((o=>t.has(o)))&&this.visible&&this.positionTooltip()}async show(t){this.visible=!0,null!=t&&await this.hideDebounce.run((()=>{this.hide()}),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",async function(t,o,e){return Xe(t,o,{platform:{...Ve,getOffsetParent:t=>Ve.getOffsetParent(t,qe)},middleware:[(r={crossAxis:!0},void 0===r&&(r={}),{name:"shift",options:r,async fn(t){const{x:o,y:e,placement:a}=t,{mainAxis:i=!0,crossAxis:n=!1,limiter:l={fn:t=>{let{x:o,y:e}=t;return{x:o,y:e}}},...c}=le(r,t),p={x:o,y:e},f=await ue(t,c),s=de(ce(a)),d=fe(s);let h=p[d],g=p[s];if(i){const t="y"===d?"bottom":"right";h=ne(h+f["y"===d?"top":"left"],h,h-f[t])}if(n){const t="y"===s?"bottom":"right";g=ne(g+f["y"===s?"top":"left"],g,g-f[t])}const y=l.fn({...t,[d]:h,[s]:g});return{...y,data:{x:y.x-o,y:y.y-e}}}}),xe({allowedPlacements:[e]})]});var r}(this.slottedElement,this.tooltip,this.position).then((({x:t,y:o})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${o}px`)}))),this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,o){return Math.max(t,Math.min(0,-o))}}rr.elementDefinitions={"ft-typography":To},rr.styles=qo,er([r.property()],rr.prototype,"text",void 0),er([r.property({type:Boolean})],rr.prototype,"manual",void 0),er([r.property({type:Boolean})],rr.prototype,"inline",void 0),er([r.property({type:Number})],rr.prototype,"delay",void 0),er([r.property()],rr.prototype,"position",void 0),er([r.queryAssignedNodes()],rr.prototype,"slotNodes",void 0),er([r.query(".ft-tooltip--container")],rr.prototype,"container",void 0),er([r.query(".ft-tooltip")],rr.prototype,"tooltip",void 0),er([r.query(".ft-tooltip--content")],rr.prototype,"tooltipContent",void 0),er([r.state()],rr.prototype,"visible",void 0),er([r.eventOptions({passive:!0})],rr.prototype,"onTouch",null),er([r.eventOptions({passive:!0})],rr.prototype,"onHover",null),er([r.eventOptions({passive:!0})],rr.prototype,"onOut",null),er([r.eventOptions({passive:!0})],rr.prototype,"onClick",null),o.customElement("ft-tooltip")(rr),function(t){t.THUMBS_DOWN="&#xe94d;",t.THUMBS_DOWN_PLAIN="&#xe94e;",t.THUMBS_UP="&#xe94f;",t.THUMBS_UP_PLAIN="&#xe950;",t.STAR="&#xe94c;",t.STAR_PLAIN="&#xe900;",t.DESKTOP="&#xe95e;",t.LIFE_RING="&#xe975;",t.GLOBE="&#xe976;",t.PIGGY_BANK="&#xe977;",t.TABLET_LANDSCAPE="&#xe95f;",t.TABLET_PORTRAIT="&#xe960;",t.MOBILE_LANDSCAPE="&#xe961;",t.MOBILE_PORTRAIT="&#xe962;",t.ARROW_RIGHT_TO_LINE="&#xe95d;",t.THIN_ARROW_UP="&#xe95c;",t.CONTEXTUAL="&#xe95b;",t.CHART_SIMPLE="&#xe968;",t.BARS_PROGRESS="&#xe969;",t.LINE_CHART="&#xe96c;",t.STACKED_CHART="&#xe96d;",t.CHART_BAR_NORMALIZED="&#xe97b;",t.BOOK_OPEN_GEAR="&#xe96a;",t.BOOK_OPEN_GEAR_SLASH="&#xe96b;",t.DIAGRAM_SUNBURST="&#xe963;",t.DIAGRAM_SANKEY="&#xe964;",t.UNSTRUCTURED_DOC="&#xe95a;",t.RESET="&#xe958;",t.THIN_ARROW_LEFT="&#xe956;",t.THIN_ARROW_RIGHT="&#xe957;",t.MY_COLLECTIONS="&#xe955;",t.OFFLINE_SETTINGS="&#xe954;",t.MY_LIBRARY="&#xe959;",t.RATE_PLAIN="&#xe952;",t.RATE="&#xe953;",t.FEEDBACK_PLAIN="&#xe951;",t.PAUSE="&#xe949;",t.PLAY="&#xe94a;",t.RELATIVES_PLAIN="&#xe947;",t.RELATIVES="&#xe948;",t.SHORTCUT_MENU="&#xe946;",t.PRINT="&#xe944;",t.DEFAULT_ROLES="&#xe945;",t.ACCOUNT_SETTINGS="&#xe943;",t.ONLINE="&#xe941;",t.OFFLINE="&#xe816;",t.UPLOAD="&#xe940;",t.BOOK_PLAIN="&#xe93f;",t.SYNC="&#xe93d;",t.SHARED_PBK="&#xe931;",t.COLLECTIONS="&#xe92a;",t.SEARCH_IN_PUBLICATION="&#xe92f;",t.BOOKS="&#xe806;",t.LOCKER="&#xe93b;",t.ARROW_DOWN="&#xe92b;",t.ARROW_LEFT="&#xe92c;",t.ARROW_RIGHT="&#xe92d;",t.ARROW_UP="&#xe92e;",t.SAVE="&#xe93a;",t.MAILS_AND_NOTIFICATIONS="&#xe939;",t.DOT="&#xe936;",t.MINUS="&#xe937;",t.PLUS="&#xe938;",t.FILTERS="&#xe935;",t.STRIPE_ARROW_RIGHT="&#xe934;",t.STRIPE_ARROW_LEFT="&#xe933;",t.ATTACHMENTS="&#xe932;",t.ADD_BOOKMARK="&#xe804;",t.BOOKMARK="&#xe805;",t.EXPORT="&#xe80f;",t.MENU="&#xe807;",t.TAG="&#xe93e;",t.TAG_PLAIN="&#xe942;",t.COPY_TO_CLIPBOARD="&#xe930;",t.COLUMNS="&#xe928;",t.ARTICLE="&#xe927;",t.CLOSE="&#xe909;",t.OCTAGON_XMARK="&#xe97d;",t.CLOSE_PLAIN="&#xe925;",t.CHECK_PLAIN="&#xe926;",t.LOGOUT="&#xe923;",t.SIGN_IN="&#xe922;",t.THIN_ARROW="&#xe921;",t.TRIANGLE_BOTTOM="&#xe91d;",t.TRIANGLE_LEFT="&#xe91e;",t.TRIANGLE_RIGHT="&#xe91f;",t.TRIANGLE_TOP="&#xe920;",t.FACET_HAS_DESCENDANT="&#xe91c;",t.MINUS_PLAIN="&#xe91a;",t.PLUS_PLAIN="&#xe91b;",t.INFO="&#xe919;",t.ICON_EXPAND="&#xe917;",t.ICON_COLLAPSE="&#xe918;",t.ADD_TO_PBK="&#xe800;",t.ALERT="&#xe801;",t.ADD_ALERT="&#xe802;",t.BACK_TO_SEARCH="&#xe803;",t.DOWNLOAD="&#xe808;",t.EDIT="&#xe809;",t.FEEDBACK="&#xe80a;",t.MODIFY_PBK="&#xe80c;",t.SCHEDULED="&#xe80d;",t.SEARCH="&#xe80e;",t.SHARE="&#xe80f1;",t.TOC="&#xe810;",t.WRITE_UGC="&#xe811;",t.TRASH="&#xe812;",t.EXTLINK="&#xe814;",t.EXTLINK_LIGHT="&#xe978;",t.CALENDAR="&#xe815;",t.BOOK="&#xe817;",t.DOWNLOAD_PLAIN="&#xe818;",t.CHECK="&#xe819;",t.TOPICS="&#xe901;",t.EYE="&#xf06e;",t.EYE_SLASH="&#xe970;",t.DISC="&#xe902;",t.CIRCLE="&#xe903;",t.SHARED="&#xe904;",t.SORT_UNSORTED="&#xe905;",t.SORT_UP="&#xe906;",t.SORT_DOWN="&#xe907;",t.WORKING="&#xe908;",t.ZOOM_OUT="&#xe90a;",t.ZOOM_IN="&#xe90b;",t.ZOOM_REALSIZE="&#xe90c;",t.ZOOM_FULLSCREEN="&#xe90d;",t.ADMIN_RESTRICTED="&#xe90e;",t.ADMIN_THEME="&#xe911;",t.WARNING="&#xe913;",t.CONTEXT="&#xe914;",t.SEARCH_HOME="&#xe915;",t.STEPS="&#xe916;",t.HOME="&#xe80b;",t.TRANSLATE="&#xe924;",t.USER="&#xe813;",t.ADMIN="&#xe90f;",t.ANALYTICS="&#xe929;",t.ADMIN_KHUB="&#xe910;",t.ADMIN_USERS="&#xe912;",t.ADMIN_INTEGRATION="&#xe93c;",t.ADMIN_PORTAL="&#xe94b;",t.COMMENT_QUESTION="&#xe965;",t.COMMENT_QUESTION_PLAIN="&#xe966;",t.MESSAGE_BOT="&#xe967;",t.PIP="&#xe973;",t.PIP_WIDE="&#xe974;",t.EXPAND_WIDE="&#xe972;",t.X_MARK="&#xe971;",t.CLONE="&#xe979;",t.CLONE_LINK_SIMPLE="&#xe97a;",t.CONSUMER="&#xe97c;",t.HOURGLASS_HALF="&#xe97e;",t.CLOCK_THREE="&#xe97f;",t.CALENDAR_DAY="&#xe980;",t.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",t.WAND_MAGIC_SPARKLES="&#xe982;",t.PAPER_PLANE="&#xe983;"}(Qe||(Qe={})),function(t){t.UNKNOWN="&#xe90a;",t.ABW="&#xe900;",t.AUDIO="&#xe901;",t.AVI="&#xe902;",t.CHM="&#xe904;",t.CODE="&#xe905;",t.CSV="&#xe903;",t.DITA="&#xe906;",t.EPUB="&#xe907;",t.EXCEL="&#xe908;",t.FLAC="&#xe909;",t.GIF="&#xe90b;",t.GZIP="&#xe90c;",t.HTML="&#xe90d;",t.IMAGE="&#xe90e;",t.JPEG="&#xe90f;",t.JSON="&#xe910;",t.M4A="&#xe911;",t.MOV="&#xe912;",t.MP3="&#xe913;",t.MP4="&#xe914;",t.OGG="&#xe915;",t.PDF="&#xe916;",t.PNG="&#xe917;",t.POWERPOINT="&#xe918;",t.RAR="&#xe91a;",t.STP="&#xe91b;",t.TEXT="&#xe91c;",t.VIDEO="&#xe91e;",t.WAV="&#xe91f;",t.WMA="&#xe920;",t.WORD="&#xe921;",t.XML="&#xe922;",t.YAML="&#xe919;",t.ZIP="&#xe923;"}(tr||(tr={})),new Map([...["abw"].map((t=>[t,tr.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((t=>[t,tr.AUDIO])),...["avi"].map((t=>[t,tr.AVI])),...["chm","xhs"].map((t=>[t,tr.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((t=>[t,tr.CODE])),...["csv"].map((t=>[t,tr.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,tr.DITA])),...["epub"].map((t=>[t,tr.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,tr.EXCEL])),...["flac"].map((t=>[t,tr.FLAC])),...["gif"].map((t=>[t,tr.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,tr.GZIP])),...["html","htm","xhtml"].map((t=>[t,tr.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((t=>[t,tr.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,tr.JPEG])),...["json"].map((t=>[t,tr.JSON])),...["m4a","m4p"].map((t=>[t,tr.M4A])),...["mov","qt"].map((t=>[t,tr.MOV])),...["mp3"].map((t=>[t,tr.MP3])),...["mp4","m4v"].map((t=>[t,tr.MP4])),...["ogg","oga"].map((t=>[t,tr.OGG])),...["pdf","ps"].map((t=>[t,tr.PDF])),...["png"].map((t=>[t,tr.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,tr.POWERPOINT])),...["rar"].map((t=>[t,tr.RAR])),...["stp"].map((t=>[t,tr.STP])),...["txt","rtf","md","mdown"].map((t=>[t,tr.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((t=>[t,tr.VIDEO])),...["wav"].map((t=>[t,tr.WAV])),...["wma"].map((t=>[t,tr.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,tr.WORD])),...["xml","xsl","rdf"].map((t=>[t,tr.XML])),...["yaml","yml","x-yaml"].map((t=>[t,tr.YAML])),...["zip"].map((t=>[t,tr.ZIP]))]),tr.ABW,tr.AUDIO,tr.AVI,tr.CHM,tr.CODE,tr.CSV,tr.DITA,tr.EPUB,tr.EXCEL,tr.FLAC,tr.GIF,tr.GZIP,tr.HTML,tr.IMAGE,tr.JPEG,tr.JSON,tr.M4A,tr.MOV,tr.MP3,tr.MP4,tr.OGG,tr.PDF,tr.PNG,tr.POWERPOINT,tr.RAR,tr.STP,tr.TEXT,tr.UNKNOWN,tr.VIDEO,tr.WAV,tr.WMA,tr.WORD,tr.XML,tr.YAML,tr.ZIP,function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(or||(or={}));var ar=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class ir extends o.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=e.nothing}render(){const t=this.variant&&Object.values(or).includes(this.variant)?this.variant:or.fluid_topics,o=t!==or.material||!!this.value;return e.html`
578
- <i class="ft-icon ft-icon--${t}" part="icon icon-${t}">
579
- ${i.unsafeHTML(this.resolvedIcon)}
580
- <slot ?hidden=${o}></slot>
568
+ `}updated(o){o.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(o)}contentAvailableCallback(o){super.contentAvailableCallback(o),["visible","text"].some(n=>o.has(n))&&this.visible&&this.positionTooltip()}async show(o){this.visible=!0,o!=null&&await this.hideDebounce.run(()=>{this.hide()},o)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var o;return((o=this.slotNodes)!==null&&o!==void 0?o:[]).filter(n=>n.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="",nn(this.slottedElement,this.tooltip,this.position).then(({x:o,y:n})=>{this.tooltip&&(this.tooltip.style.left=`${o}px`,this.tooltip.style.top=`${n}px`)})),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout(()=>window.addEventListener("touchstart",o=>{o.composedPath().includes(this.container)||this.onOut()},{once:!0}),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(o,n){return Math.max(o,Math.min(0,-n))}};W.elementDefinitions={"ft-typography":ot};W.styles=Tr;X([(0,_.property)()],W.prototype,"text",void 0);X([(0,_.property)({type:Boolean})],W.prototype,"manual",void 0);X([(0,_.property)({type:Boolean})],W.prototype,"inline",void 0);X([(0,_.property)({type:Number})],W.prototype,"delay",void 0);X([(0,_.property)()],W.prototype,"position",void 0);X([(0,_.queryAssignedNodes)()],W.prototype,"slotNodes",void 0);X([(0,_.query)(".ft-tooltip--container")],W.prototype,"container",void 0);X([(0,_.query)(".ft-tooltip")],W.prototype,"tooltip",void 0);X([(0,_.query)(".ft-tooltip--content")],W.prototype,"tooltipContent",void 0);X([(0,_.state)()],W.prototype,"visible",void 0);X([(0,_.eventOptions)({passive:!0})],W.prototype,"onTouch",null);X([(0,_.eventOptions)({passive:!0})],W.prototype,"onHover",null);X([(0,_.eventOptions)({passive:!0})],W.prototype,"onOut",null);X([(0,_.eventOptions)({passive:!0})],W.prototype,"onClick",null);(0,ln.customElement)("ft-tooltip")(W);var fn=h(R());var fe=h(D()),$t=h(st()),pn=h(R()),dn=h(sn());var Re;(function(e){e.THUMBS_DOWN="&#xe94d;",e.THUMBS_DOWN_PLAIN="&#xe94e;",e.THUMBS_UP="&#xe94f;",e.THUMBS_UP_PLAIN="&#xe950;",e.STAR="&#xe94c;",e.STAR_PLAIN="&#xe900;",e.DESKTOP="&#xe95e;",e.LIFE_RING="&#xe975;",e.GLOBE="&#xe976;",e.PIGGY_BANK="&#xe977;",e.TABLET_LANDSCAPE="&#xe95f;",e.TABLET_PORTRAIT="&#xe960;",e.MOBILE_LANDSCAPE="&#xe961;",e.MOBILE_PORTRAIT="&#xe962;",e.ARROW_RIGHT_TO_LINE="&#xe95d;",e.THIN_ARROW_UP="&#xe95c;",e.CONTEXTUAL="&#xe95b;",e.CHART_SIMPLE="&#xe968;",e.BARS_PROGRESS="&#xe969;",e.LINE_CHART="&#xe96c;",e.STACKED_CHART="&#xe96d;",e.CHART_BAR_NORMALIZED="&#xe97b;",e.BOOK_OPEN_GEAR="&#xe96a;",e.BOOK_OPEN_GEAR_SLASH="&#xe96b;",e.DIAGRAM_SUNBURST="&#xe963;",e.DIAGRAM_SANKEY="&#xe964;",e.UNSTRUCTURED_DOC="&#xe95a;",e.RESET="&#xe958;",e.THIN_ARROW_LEFT="&#xe956;",e.THIN_ARROW_RIGHT="&#xe957;",e.MY_COLLECTIONS="&#xe955;",e.OFFLINE_SETTINGS="&#xe954;",e.MY_LIBRARY="&#xe959;",e.RATE_PLAIN="&#xe952;",e.RATE="&#xe953;",e.FEEDBACK_PLAIN="&#xe951;",e.PAUSE="&#xe949;",e.PLAY="&#xe94a;",e.RELATIVES_PLAIN="&#xe947;",e.RELATIVES="&#xe948;",e.SHORTCUT_MENU="&#xe946;",e.PRINT="&#xe944;",e.DEFAULT_ROLES="&#xe945;",e.ACCOUNT_SETTINGS="&#xe943;",e.ONLINE="&#xe941;",e.OFFLINE="&#xe816;",e.UPLOAD="&#xe940;",e.BOOK_PLAIN="&#xe93f;",e.SYNC="&#xe93d;",e.SHARED_PBK="&#xe931;",e.COLLECTIONS="&#xe92a;",e.SEARCH_IN_PUBLICATION="&#xe92f;",e.BOOKS="&#xe806;",e.LOCKER="&#xe93b;",e.ARROW_DOWN="&#xe92b;",e.ARROW_LEFT="&#xe92c;",e.ARROW_RIGHT="&#xe92d;",e.ARROW_UP="&#xe92e;",e.SAVE="&#xe93a;",e.MAILS_AND_NOTIFICATIONS="&#xe939;",e.DOT="&#xe936;",e.MINUS="&#xe937;",e.PLUS="&#xe938;",e.FILTERS="&#xe935;",e.STRIPE_ARROW_RIGHT="&#xe934;",e.STRIPE_ARROW_LEFT="&#xe933;",e.ATTACHMENTS="&#xe932;",e.ADD_BOOKMARK="&#xe804;",e.BOOKMARK="&#xe805;",e.EXPORT="&#xe80f;",e.MENU="&#xe807;",e.TAG="&#xe93e;",e.TAG_PLAIN="&#xe942;",e.COPY_TO_CLIPBOARD="&#xe930;",e.COLUMNS="&#xe928;",e.ARTICLE="&#xe927;",e.CLOSE="&#xe909;",e.OCTAGON_XMARK="&#xe97d;",e.CLOSE_PLAIN="&#xe925;",e.CHECK_PLAIN="&#xe926;",e.LOGOUT="&#xe923;",e.SIGN_IN="&#xe922;",e.THIN_ARROW="&#xe921;",e.TRIANGLE_BOTTOM="&#xe91d;",e.TRIANGLE_LEFT="&#xe91e;",e.TRIANGLE_RIGHT="&#xe91f;",e.TRIANGLE_TOP="&#xe920;",e.FACET_HAS_DESCENDANT="&#xe91c;",e.MINUS_PLAIN="&#xe91a;",e.PLUS_PLAIN="&#xe91b;",e.INFO="&#xe919;",e.ICON_EXPAND="&#xe917;",e.ICON_COLLAPSE="&#xe918;",e.ADD_TO_PBK="&#xe800;",e.ALERT="&#xe801;",e.ADD_ALERT="&#xe802;",e.BACK_TO_SEARCH="&#xe803;",e.DOWNLOAD="&#xe808;",e.EDIT="&#xe809;",e.FEEDBACK="&#xe80a;",e.MODIFY_PBK="&#xe80c;",e.SCHEDULED="&#xe80d;",e.SEARCH="&#xe80e;",e.SHARE="&#xe80f1;",e.TOC="&#xe810;",e.WRITE_UGC="&#xe811;",e.TRASH="&#xe812;",e.EXTLINK="&#xe814;",e.EXTLINK_LIGHT="&#xe978;",e.CALENDAR="&#xe815;",e.BOOK="&#xe817;",e.DOWNLOAD_PLAIN="&#xe818;",e.CHECK="&#xe819;",e.TOPICS="&#xe901;",e.EYE="&#xf06e;",e.EYE_SLASH="&#xe970;",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.ZOOM_OUT="&#xe90a;",e.ZOOM_IN="&#xe90b;",e.ZOOM_REALSIZE="&#xe90c;",e.ZOOM_FULLSCREEN="&#xe90d;",e.ADMIN_RESTRICTED="&#xe90e;",e.ADMIN_THEME="&#xe911;",e.WARNING="&#xe913;",e.CONTEXT="&#xe914;",e.SEARCH_HOME="&#xe915;",e.STEPS="&#xe916;",e.HOME="&#xe80b;",e.TRANSLATE="&#xe924;",e.USER="&#xe813;",e.ADMIN="&#xe90f;",e.ANALYTICS="&#xe929;",e.ADMIN_KHUB="&#xe910;",e.ADMIN_USERS="&#xe912;",e.ADMIN_INTEGRATION="&#xe93c;",e.ADMIN_PORTAL="&#xe94b;",e.COMMENT_QUESTION="&#xe965;",e.COMMENT_QUESTION_PLAIN="&#xe966;",e.MESSAGE_BOT="&#xe967;",e.PIP="&#xe973;",e.PIP_WIDE="&#xe974;",e.EXPAND_WIDE="&#xe972;",e.X_MARK="&#xe971;",e.CLONE="&#xe979;",e.CLONE_LINK_SIMPLE="&#xe97a;",e.CONSUMER="&#xe97c;",e.HOURGLASS_HALF="&#xe97e;",e.CLOCK_THREE="&#xe97f;",e.CALENDAR_DAY="&#xe980;",e.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",e.WAND_MAGIC_SPARKLES="&#xe982;",e.PAPER_PLANE="&#xe983;"})(Re||(Re={}));var f;(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;"})(f||(f={}));var Us=new Map([...["abw"].map(e=>[e,f.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,f.AUDIO]),...["avi"].map(e=>[e,f.AVI]),...["chm","xhs"].map(e=>[e,f.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,f.CODE]),...["csv"].map(e=>[e,f.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,f.DITA]),...["epub"].map(e=>[e,f.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,f.EXCEL]),...["flac"].map(e=>[e,f.FLAC]),...["gif"].map(e=>[e,f.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,f.GZIP]),...["html","htm","xhtml"].map(e=>[e,f.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,f.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,f.JPEG]),...["json"].map(e=>[e,f.JSON]),...["m4a","m4p"].map(e=>[e,f.M4A]),...["mov","qt"].map(e=>[e,f.MOV]),...["mp3"].map(e=>[e,f.MP3]),...["mp4","m4v"].map(e=>[e,f.MP4]),...["ogg","oga"].map(e=>[e,f.OGG]),...["pdf","ps"].map(e=>[e,f.PDF]),...["png"].map(e=>[e,f.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,f.POWERPOINT]),...["rar"].map(e=>[e,f.RAR]),...["stp"].map(e=>[e,f.STP]),...["txt","rtf","md","mdown"].map(e=>[e,f.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,f.VIDEO]),...["wav"].map(e=>[e,f.WAV]),...["wma"].map(e=>[e,f.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,f.WORD]),...["xml","xsl","rdf"].map(e=>[e,f.XML]),...["yaml","yml","x-yaml"].map(e=>[e,f.YAML]),...["zip"].map(e=>[e,f.ZIP])]);var Ds={[f.ABW]:"#91ABC6",[f.AUDIO]:"#1795E3",[f.AVI]:"#E63324",[f.CHM]:"#71C3EB",[f.CODE]:"#71C3EB",[f.CSV]:"#1F7345",[f.DITA]:"#71C3EB",[f.EPUB]:"#85B926",[f.EXCEL]:"#1F7345",[f.FLAC]:"#1795E3",[f.GIF]:"#59B031",[f.GZIP]:"#F8AB36",[f.HTML]:"#71C3EB",[f.IMAGE]:"#59B031",[f.JPEG]:"#59B031",[f.JSON]:"#71C3EB",[f.M4A]:"#1795E3",[f.MOV]:"#E63324",[f.MP3]:"#1795E3",[f.MP4]:"#E63324",[f.OGG]:"#1795E3",[f.PDF]:"#E44948",[f.PNG]:"#59B031",[f.POWERPOINT]:"#B54A2B",[f.RAR]:"#F8AB36",[f.STP]:"#3764B1",[f.TEXT]:"#3162AB",[f.UNKNOWN]:"#999999",[f.VIDEO]:"#E63324",[f.WAV]:"#1795E3",[f.WMA]:"#1795E3",[f.WORD]:"#3162AB",[f.XML]:"#71C3EB",[f.YAML]:"#71C3EB",[f.ZIP]:"#F8AB36"};var vt;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(vt||(vt={}));var Ae=function(e,o,n,a){var i=arguments.length,c=i<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,n):a,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,n,a);else for(var p=e.length-1;p>=0;p--)(l=e[p])&&(c=(i<3?l(c):i>3?l(o,n,c):l(o,n))||c);return i>3&&c&&Object.defineProperty(o,n,c),c},tt=class extends pn.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=fe.nothing}render(){let o=this.variant&&Object.values(vt).includes(this.variant)?this.variant:vt.fluid_topics,n=o!==vt.material||!!this.value;return fe.html`
569
+ <i class="ft-icon ft-icon--${o}" part="icon icon-${o}">
570
+ ${(0,dn.unsafeHTML)(this.resolvedIcon)}
571
+ <slot ?hidden=${n}></slot>
581
572
  </i>
582
- `}get textContent(){var t,o;return null!==(o=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==o?o:""}update(t){super.update(t),["value","variant"].some((o=>t.has(o)))&&this.resolveIcon()}resolveIcon(){var t,o;let r=this.value||this.textContent;switch(this.variant){case or.file_format:this.resolvedIcon=null!==(t=tr[r.replace("-","_").toUpperCase()])&&void 0!==t?t:r;break;case or.material:this.resolvedIcon=this.value||e.nothing;break;default:this.resolvedIcon=null!==(o=Qe[r.replace("-","_").toUpperCase()])&&void 0!==o?o:r}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}ir.elementDefinitions={},ir.styles=Gt,ar([r.property()],ir.prototype,"variant",void 0),ar([r.property()],ir.prototype,"value",void 0),ar([r.state()],ir.prototype,"resolvedIcon",void 0),ar([r.query("slot")],ir.prototype,"slottedContent",void 0),o.customElement("ft-icon")(ir);class nr extends o.FtLitElement{render(){return e.html`
573
+ `}get textContent(){var o,n;return(n=(o=this.slottedContent)===null||o===void 0?void 0:o.assignedNodes().map(a=>a.textContent).join("").trim())!==null&&n!==void 0?n:""}update(o){super.update(o),["value","variant"].some(n=>o.has(n))&&this.resolveIcon()}resolveIcon(){var o,n;let a=this.value||this.textContent;switch(this.variant){case vt.file_format:this.resolvedIcon=(o=f[a.replace("-","_").toUpperCase()])!==null&&o!==void 0?o:a;break;case vt.material:this.resolvedIcon=this.value||fe.nothing;break;default:this.resolvedIcon=(n=Re[a.replace("-","_").toUpperCase()])!==null&&n!==void 0?n:a;break}}firstUpdated(o){super.firstUpdated(o),setTimeout(()=>this.resolveIcon())}};tt.elementDefinitions={};tt.styles=ir;Ae([(0,$t.property)()],tt.prototype,"variant",void 0);Ae([(0,$t.property)()],tt.prototype,"value",void 0);Ae([(0,$t.state)()],tt.prototype,"resolvedIcon",void 0);Ae([(0,$t.query)("slot")],tt.prototype,"slottedContent",void 0);(0,fn.customElement)("ft-icon")(tt);var mn=h(R());var gn=h(D()),yn=h(R());var Wt=class extends yn.FtLitElement{render(){return gn.html`
583
574
  <div class="ft-loader">
584
575
  <div></div>
585
576
  <div></div>
586
577
  <div></div>
587
578
  <div></div>
588
579
  </div>
589
- `}}nr.styles=Ht,o.customElement("ft-loader")(nr);var lr=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class cr extends(o.toFtFormComponent(o.FtLitElement,"button")){constructor(){super(),this.role="button",this.type="button",this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.addEventListener("click",(t=>{var o;this.isDisabled()?(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation()):"submit"==this.type&&(null===(o=this.form)||void 0===o||o.requestSubmit())}))}render(){return this.addTooltipIfNeeded(e.html`
580
+ `}};Wt.styles=nr;(0,mn.customElement)("ft-loader")(Wt);var Vt=h(D()),un=h(me()),M=h(st()),J=function(e,o,n,a){var i=arguments.length,c=i<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,n):a,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,n,a);else for(var p=e.length-1;p>=0;p--)(l=e[p])&&(c=(i<3?l(c):i>3?l(o,n,c):l(o,n))||c);return i>3&&c&&Object.defineProperty(o,n,c),c},T=class extends(0,jt.toFtFormComponent)(jt.FtLitElement,"button"){constructor(){super(),this.role="button",this.type="button",this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.addEventListener("click",o=>{var n;this.isDisabled()?(o.preventDefault(),o.stopPropagation(),o.stopImmediatePropagation()):this.type=="submit"&&((n=this.form)===null||n===void 0||n.requestSubmit())})}render(){return this.addTooltipIfNeeded(Vt.html`
590
581
  <button part="button"
591
- class="${a.classMap(this.buttonClasses)}"
582
+ class="${(0,un.classMap)(this.buttonClasses)}"
592
583
  aria-label="${this.getLabel()}"
593
584
  ?disabled=${this.isDisabled()}>
594
585
  <ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
595
586
  <ft-typography part="label"
596
587
  variant=${this.typographyVariant}
597
588
  element="span"
598
- class="ft-button--label ${o.isSafari?"ft-safari-ellipsis-fix":""}"
589
+ class="ft-button--label ${jt.isSafari?"ft-safari-ellipsis-fix":""}"
599
590
  ?hidden=${!this.hasTextContent()}>
600
591
  <slot @slotchange=${this.onSlotchange}></slot>
601
592
  </ft-typography>
602
593
  ${this.resolveIcon()}
603
594
  </button>
604
- `)}addTooltipIfNeeded(t){return this.getLabel().trim().length>0&&(this.forceTooltip||!this.hasTextContent()&&!this.hideTooltip)?e.html`
595
+ `)}addTooltipIfNeeded(o){return this.getLabel().trim().length>0&&(this.forceTooltip||!this.hasTextContent()&&!this.hideTooltip)?Vt.html`
605
596
  <ft-tooltip part="tooltip"
606
597
  text="${this.getLabel()}"
607
598
  position="${this.tooltipPosition}">
608
- ${t}
599
+ ${o}
609
600
  </ft-tooltip>
610
- `:t}resolveIcon(){return this.loading?e.html`
611
- <ft-loader part="loader icon"></ft-loader> `:this.icon?e.html`
612
- <ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon> `:e.nothing}focus(){var t;null===(t=this.button)||void 0===t||t.focus()}getLabel(){return this.label||this.textContent}get textContent(){return this.unslotText(this.slottedContent).trim()}unslotText(t){return t instanceof HTMLSlotElement?t.assignedNodes().map((t=>this.unslotText(t))).join(""):(null==t?void 0:t.textContent)||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}}cr.elementDefinitions={"ft-ripple":Qt,"ft-tooltip":rr,"ft-typography":To,"ft-icon":ir,"ft-loader":nr},lr([r.property({type:String,reflect:!0})],cr.prototype,"role",void 0),lr([r.property()],cr.prototype,"type",void 0),lr([r.property({type:Boolean})],cr.prototype,"disabled",void 0),lr([r.property()],cr.prototype,"label",void 0),lr([r.property()],cr.prototype,"icon",void 0),lr([r.property()],cr.prototype,"iconVariant",void 0),lr([r.property({type:Boolean})],cr.prototype,"trailingIcon",void 0),lr([r.property({type:Boolean})],cr.prototype,"loading",void 0),lr([r.property()],cr.prototype,"tooltipPosition",void 0),lr([r.property({type:Boolean})],cr.prototype,"hideTooltip",void 0),lr([r.property({type:Boolean})],cr.prototype,"forceTooltip",void 0),lr([r.query(".ft-button")],cr.prototype,"button",void 0),lr([r.query(".ft-button--label slot")],cr.prototype,"slottedContent",void 0);var pr=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class fr extends cr{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"}}fr.styles=[o.safariEllipsisFix,qt],pr([r.property({type:Boolean})],fr.prototype,"primary",void 0),pr([r.property({type:Boolean})],fr.prototype,"outlined",void 0),pr([r.property({type:Boolean})],fr.prototype,"dense",void 0),pr([r.property({type:Boolean})],fr.prototype,"round",void 0);const sr=[e.css`
601
+ `:o}resolveIcon(){return this.loading?Vt.html`
602
+ <ft-loader part="loader icon"></ft-loader> `:this.icon?Vt.html`
603
+ <ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon>
604
+ `:Vt.html`
605
+ <slot part="icon" name="icon"></slot>
606
+ `}focus(){var o;(o=this.button)===null||o===void 0||o.focus()}getLabel(){return this.label||this.textContent}get textContent(){return this.unslotText(this.slottedContent).trim()}unslotText(o){return o instanceof HTMLSlotElement?o.assignedNodes().map(n=>this.unslotText(n)).join(""):o?.textContent||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};T.elementDefinitions={"ft-ripple":$,"ft-tooltip":W,"ft-typography":ot,"ft-icon":tt,"ft-loader":Wt};J([(0,M.property)({type:String,reflect:!0})],T.prototype,"role",void 0);J([(0,M.property)()],T.prototype,"type",void 0);J([(0,M.property)({type:Boolean})],T.prototype,"disabled",void 0);J([(0,M.property)()],T.prototype,"label",void 0);J([(0,M.property)()],T.prototype,"icon",void 0);J([(0,M.property)()],T.prototype,"iconVariant",void 0);J([(0,M.property)({type:Boolean})],T.prototype,"trailingIcon",void 0);J([(0,M.property)({type:Boolean})],T.prototype,"loading",void 0);J([(0,M.property)()],T.prototype,"tooltipPosition",void 0);J([(0,M.property)({type:Boolean})],T.prototype,"hideTooltip",void 0);J([(0,M.property)({type:Boolean})],T.prototype,"forceTooltip",void 0);J([(0,M.query)(".ft-button")],T.prototype,"button",void 0);J([(0,M.query)(".ft-button--label slot")],T.prototype,"slottedContent",void 0);var Le=function(e,o,n,a){var i=arguments.length,c=i<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,n):a,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,n,a);else for(var p=e.length-1;p>=0;p--)(l=e[p])&&(c=(i<3?l(c):i>3?l(o,n,c):l(o,n))||c);return i>3&&c&&Object.defineProperty(o,n,c),c},nt=class extends T{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"}};nt.styles=[hn.safariEllipsisFix,pr];Le([(0,ge.property)({type:Boolean})],nt.prototype,"primary",void 0);Le([(0,ge.property)({type:Boolean})],nt.prototype,"outlined",void 0);Le([(0,ge.property)({type:Boolean})],nt.prototype,"dense",void 0);Le([(0,ge.property)({type:Boolean})],nt.prototype,"round",void 0);var Yt=h(st());var On=h(R());var bn=h(D()),N=h(R());var xn=[bn.css`
613
607
  :host {
614
608
  display: inline-block;
615
609
  max-width: 100%;
@@ -659,7 +653,7 @@ const Fo=Symbol.for(""),Do=t=>{if(t?.r===Fo)return t?._$litStatic$},Bo=t=>({_$li
659
653
  }
660
654
 
661
655
  .ft-button:focus-visible {
662
- outline-color: ${N.focusFocusRingColor};
656
+ outline-color: ${m.focusFocusRingColor};
663
657
  outline-style: solid;
664
658
  }
665
659
 
@@ -688,146 +682,146 @@ const Fo=Symbol.for(""),Do=t=>{if(t?.r===Fo)return t?._$litStatic$},Bo=t=>({_$li
688
682
  /** Primary styles **/
689
683
 
690
684
  .ft-button--primary {
691
- ${o.setVariable(Bt.color,N.primaryIconColor)};
685
+ ${(0,N.setVariable)(F.color,m.primaryIconColor)};
692
686
 
693
- ${o.setVariable(p.color,N.primaryStateLayerColor)};
694
- ${o.setVariable(p.opacityContentOnSurfaceHover,N.primaryHoverStateLayerOpacity)};
695
- ${o.setVariable(p.opacityContentOnSurfaceFocused,N.primaryFocusStateLayerOpacity)};
696
- ${o.setVariable(p.opacityContentOnSurfaceSelected,N.primaryActiveStateLayerOpacity)};
697
- ${o.setVariable(p.opacityContentOnSurfacePressed,N.primaryActiveStateLayerOpacity)};
687
+ ${(0,N.setVariable)(v.color,m.primaryStateLayerColor)};
688
+ ${(0,N.setVariable)(v.opacityContentOnSurfaceHover,m.primaryHoverStateLayerOpacity)};
689
+ ${(0,N.setVariable)(v.opacityContentOnSurfaceFocused,m.primaryFocusStateLayerOpacity)};
690
+ ${(0,N.setVariable)(v.opacityContentOnSurfaceSelected,m.primaryActiveStateLayerOpacity)};
691
+ ${(0,N.setVariable)(v.opacityContentOnSurfacePressed,m.primaryActiveStateLayerOpacity)};
698
692
 
699
- background-color: ${N.primaryBackgroundColor};
700
- color: ${N.primaryColor};
693
+ background-color: ${m.primaryBackgroundColor};
694
+ color: ${m.primaryColor};
701
695
  border-style: none;
702
696
  }
703
697
 
704
698
  .ft-button--primary[disabled] {
705
- opacity: ${N.primaryDisabledComponentOpacity};
699
+ opacity: ${m.primaryDisabledComponentOpacity};
706
700
  }
707
701
 
708
702
  .ft-button--primary ft-icon {
709
- color: ${N.primaryIconColor};
703
+ color: ${m.primaryIconColor};
710
704
  }
711
705
 
712
706
  /** Secondary styles **/
713
707
 
714
708
  .ft-button--secondary {
715
- ${o.setVariable(Bt.color,N.secondaryIconColor)};
709
+ ${(0,N.setVariable)(F.color,m.secondaryIconColor)};
716
710
 
717
- ${o.setVariable(p.color,N.secondaryStateLayerColor)};
718
- ${o.setVariable(p.opacityContentOnSurfaceHover,N.secondaryHoverStateLayerOpacity)};
719
- ${o.setVariable(p.opacityContentOnSurfaceFocused,N.secondaryFocusStateLayerOpacity)};
720
- ${o.setVariable(p.opacityContentOnSurfaceSelected,N.secondaryActiveStateLayerOpacity)};
721
- ${o.setVariable(p.opacityContentOnSurfacePressed,N.secondaryActiveStateLayerOpacity)};
711
+ ${(0,N.setVariable)(v.color,m.secondaryStateLayerColor)};
712
+ ${(0,N.setVariable)(v.opacityContentOnSurfaceHover,m.secondaryHoverStateLayerOpacity)};
713
+ ${(0,N.setVariable)(v.opacityContentOnSurfaceFocused,m.secondaryFocusStateLayerOpacity)};
714
+ ${(0,N.setVariable)(v.opacityContentOnSurfaceSelected,m.secondaryActiveStateLayerOpacity)};
715
+ ${(0,N.setVariable)(v.opacityContentOnSurfacePressed,m.secondaryActiveStateLayerOpacity)};
722
716
 
723
- background-color: ${N.secondaryBackgroundColor};
724
- color: ${N.secondaryColor};
725
- border-color: ${N.secondaryBorderColor};
717
+ background-color: ${m.secondaryBackgroundColor};
718
+ color: ${m.secondaryColor};
719
+ border-color: ${m.secondaryBorderColor};
726
720
  border-style: solid;
727
721
  }
728
722
 
729
723
  .ft-button--secondary[disabled] {
730
- opacity: ${N.secondaryDisabledComponentOpacity};
724
+ opacity: ${m.secondaryDisabledComponentOpacity};
731
725
  }
732
726
 
733
727
  .ft-button--secondary ft-icon {
734
- color: ${N.secondaryIconColor};
728
+ color: ${m.secondaryIconColor};
735
729
  }
736
730
 
737
731
  /** Tertiary styles **/
738
732
 
739
733
  .ft-button--tertiary {
740
- ${o.setVariable(Bt.color,N.tertiaryIconColor)};
734
+ ${(0,N.setVariable)(F.color,m.tertiaryIconColor)};
741
735
 
742
- ${o.setVariable(p.color,N.tertiaryStateLayerColor)};
743
- ${o.setVariable(p.opacityContentOnSurfaceHover,N.tertiaryHoverStateLayerOpacity)};
744
- ${o.setVariable(p.opacityContentOnSurfaceFocused,N.tertiaryFocusStateLayerOpacity)};
745
- ${o.setVariable(p.opacityContentOnSurfaceSelected,N.tertiaryActiveStateLayerOpacity)};
746
- ${o.setVariable(p.opacityContentOnSurfacePressed,N.tertiaryActiveStateLayerOpacity)};
736
+ ${(0,N.setVariable)(v.color,m.tertiaryStateLayerColor)};
737
+ ${(0,N.setVariable)(v.opacityContentOnSurfaceHover,m.tertiaryHoverStateLayerOpacity)};
738
+ ${(0,N.setVariable)(v.opacityContentOnSurfaceFocused,m.tertiaryFocusStateLayerOpacity)};
739
+ ${(0,N.setVariable)(v.opacityContentOnSurfaceSelected,m.tertiaryActiveStateLayerOpacity)};
740
+ ${(0,N.setVariable)(v.opacityContentOnSurfacePressed,m.tertiaryActiveStateLayerOpacity)};
747
741
 
748
- background-color: ${N.tertiaryBackgroundColor};
749
- color: ${N.tertiaryColor};
742
+ background-color: ${m.tertiaryBackgroundColor};
743
+ color: ${m.tertiaryColor};
750
744
  border-style: none;
751
745
  }
752
746
 
753
747
  .ft-button--tertiary[disabled] {
754
- opacity: ${N.tertiaryDisabledComponentOpacity};
748
+ opacity: ${m.tertiaryDisabledComponentOpacity};
755
749
  }
756
750
 
757
751
  .ft-button--tertiary ft-icon {
758
- color: ${N.tertiaryIconColor};
752
+ color: ${m.tertiaryIconColor};
759
753
  }
760
754
 
761
755
  /** Neutral styles **/
762
756
 
763
757
  .ft-button--neutral {
764
- ${o.setVariable(Bt.color,N.neutralIconColor)};
758
+ ${(0,N.setVariable)(F.color,m.neutralIconColor)};
765
759
 
766
- ${o.setVariable(p.backgroundColor,N.neutralStateLayerColor)};
767
- ${o.setVariable(p.opacityContentOnSurfaceHover,N.neutralHoverStateLayerOpacity)};
768
- ${o.setVariable(p.opacityContentOnSurfaceFocused,N.neutralFocusStateLayerOpacity)};
769
- ${o.setVariable(p.opacityContentOnSurfaceSelected,N.neutralActiveStateLayerOpacity)};
770
- ${o.setVariable(p.opacityContentOnSurfacePressed,N.neutralActiveStateLayerOpacity)};
760
+ ${(0,N.setVariable)(v.backgroundColor,m.neutralStateLayerColor)};
761
+ ${(0,N.setVariable)(v.opacityContentOnSurfaceHover,m.neutralHoverStateLayerOpacity)};
762
+ ${(0,N.setVariable)(v.opacityContentOnSurfaceFocused,m.neutralFocusStateLayerOpacity)};
763
+ ${(0,N.setVariable)(v.opacityContentOnSurfaceSelected,m.neutralActiveStateLayerOpacity)};
764
+ ${(0,N.setVariable)(v.opacityContentOnSurfacePressed,m.neutralActiveStateLayerOpacity)};
771
765
 
772
- background-color: ${N.neutralBackgroundColor};
773
- color: ${N.neutralColor};
766
+ background-color: ${m.neutralBackgroundColor};
767
+ color: ${m.neutralColor};
774
768
  border-style: none;
775
769
  }
776
770
 
777
771
  .ft-button--neutral[disabled] {
778
- opacity: ${N.neutralDisabledComponentOpacity};
772
+ opacity: ${m.neutralDisabledComponentOpacity};
779
773
  }
780
774
 
781
775
  .ft-button--neutral ft-icon {
782
- color: ${N.neutralIconColor};
776
+ color: ${m.neutralIconColor};
783
777
  }
784
778
 
785
779
  /** Large styles **/
786
780
 
787
781
  .ft-button--large {
788
- ${o.setVariable(At.size,N.largeIconSize)};
789
- ${o.setVariable(Bt.size,N.largeIconSize)};
782
+ ${(0,N.setVariable)(V.size,m.largeIconSize)};
783
+ ${(0,N.setVariable)(F.size,m.largeIconSize)};
790
784
 
791
- height: ${N.largeHeight};
792
- padding: 0 ${N.largeHorizontalPadding};
793
- gap: ${N.largeGap};
794
- border-radius: ${N.largeBorderRadius};
795
- border-width: ${N.largeBorderWidth};
785
+ height: ${m.largeHeight};
786
+ padding: 0 ${m.largeHorizontalPadding};
787
+ gap: ${m.largeGap};
788
+ border-radius: ${m.largeBorderRadius};
789
+ border-width: ${m.largeBorderWidth};
796
790
  }
797
791
 
798
792
  .ft-button--large:focus-visible {
799
- outline-width: ${N.largeFocusOutlineWidth};
800
- outline-offset: ${N.largeFocusOutlineOffset};
793
+ outline-width: ${m.largeFocusOutlineWidth};
794
+ outline-offset: ${m.largeFocusOutlineOffset};
801
795
  }
802
796
 
803
797
  .ft-button--large.ft-button--icon-only {
804
- width: ${N.largeIconOnlyWidth};
798
+ width: ${m.largeIconOnlyWidth};
805
799
  padding: unset;
806
800
  }
807
801
 
808
802
  /** Small styles **/
809
803
 
810
804
  .ft-button--small {
811
- ${o.setVariable(At.size,N.smallIconSize)};
812
- ${o.setVariable(Bt.size,N.smallIconSize)};
805
+ ${(0,N.setVariable)(V.size,m.smallIconSize)};
806
+ ${(0,N.setVariable)(F.size,m.smallIconSize)};
813
807
 
814
- height: ${N.smallHeight};
815
- padding: 0 ${N.smallHorizontalPadding};
816
- gap: ${N.smallGap};
817
- border-radius: ${N.smallBorderRadius};
818
- border-width: ${N.smallBorderWidth};
808
+ height: ${m.smallHeight};
809
+ padding: 0 ${m.smallHorizontalPadding};
810
+ gap: ${m.smallGap};
811
+ border-radius: ${m.smallBorderRadius};
812
+ border-width: ${m.smallBorderWidth};
819
813
  }
820
814
 
821
815
  .ft-button--small:focus-visible {
822
- outline-width: ${N.smallFocusOutlineWidth};
823
- outline-offset: ${N.smallFocusOutlineOffset};
816
+ outline-width: ${m.smallFocusOutlineWidth};
817
+ outline-offset: ${m.smallFocusOutlineOffset};
824
818
  }
825
819
 
826
820
  .ft-button--small.ft-button--icon-only {
827
- width: ${N.smallIconOnlyWidth};
821
+ width: ${m.smallIconOnlyWidth};
828
822
  padding: unset;
829
823
  }
830
- `,o.noTextSelect];var dr=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class hr extends cr{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.neutral=!1,this.small=!1}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&&!this.neutral,"ft-button--neutral":this.neutral,"ft-button--large":!this.small,"ft-button--small":this.small,"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}}get typographyVariant(){return this.small?Go.caption1medium:Go.body2medium}}hr.styles=[o.safariEllipsisFix,sr],dr([r.property({type:Boolean})],hr.prototype,"primary",void 0),dr([r.property({type:Boolean})],hr.prototype,"secondary",void 0),dr([r.property({type:Boolean})],hr.prototype,"tertiary",void 0),dr([r.property({type:Boolean})],hr.prototype,"neutral",void 0),dr([r.property({type:Boolean})],hr.prototype,"small",void 0),o.customElement("ft-button")(fr),o.customElement("ftds-button")(hr);const gr=e.css`
824
+ `,N.noTextSelect];var ye=function(e,o,n,a){var i=arguments.length,c=i<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,n):a,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,n,a);else for(var p=e.length-1;p>=0;p--)(l=e[p])&&(c=(i<3?l(c):i>3?l(o,n,c):l(o,n))||c);return i>3&&c&&Object.defineProperty(o,n,c),c},et=class extends T{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.neutral=!1,this.small=!1}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&&!this.neutral,"ft-button--neutral":this.neutral,"ft-button--large":!this.small,"ft-button--small":this.small,"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}}get typographyVariant(){return this.small?Rt.caption1medium:Rt.body2medium}};et.styles=[On.safariEllipsisFix,xn];ye([(0,Yt.property)({type:Boolean})],et.prototype,"primary",void 0);ye([(0,Yt.property)({type:Boolean})],et.prototype,"secondary",void 0);ye([(0,Yt.property)({type:Boolean})],et.prototype,"tertiary",void 0);ye([(0,Yt.property)({type:Boolean})],et.prototype,"neutral",void 0);ye([(0,Yt.property)({type:Boolean})],et.prototype,"small",void 0);(0,Je.customElement)("ft-button")(nt);(0,Je.customElement)("ftds-button")(et);var Sn=h(D()),$e=Sn.css`
831
825
  :host {
832
826
  display: contents;
833
827
  }
@@ -851,4 +845,20 @@ const Fo=Symbol.for(""),Do=t=>{if(t?.r===Fo)return t?._$litStatic$},Bo=t=>({_$li
851
845
  .ft-collapsible--animated.ft-collapsible--hidden, .ft-collapsible--animated.ft-collapsible--hidden::slotted(*) {
852
846
  transition: opacity 300ms;
853
847
  }
854
- `;class yr extends l{}yr.elementDefinitions={"ft-or-ftds-button":fr},yr.styles=gr;class br extends l{}br.elementDefinitions={"ft-or-ftds-button":hr},br.styles=gr,o.customElement("ft-collapsible")(yr),o.customElement("ftds-collapsible")(br),t.FtCollapsible=yr,t.FtdsCollapsible=br,t.styles=gr}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators,ftGlobals.litClassMap,ftGlobals.litUnsafeHTML);
848
+ `;var Xt=class extends E{};Xt.elementDefinitions={"ft-or-ftds-button":nt};Xt.styles=$e;var qt=class extends E{};qt.elementDefinitions={"ft-or-ftds-button":et};qt.styles=$e;(0,Qe.customElement)("ft-collapsible")(Xt);(0,Qe.customElement)("ftds-collapsible")(qt);})();
849
+ /*! Bundled license information:
850
+
851
+ lit-html/lit-html.js:
852
+ (**
853
+ * @license
854
+ * Copyright 2017 Google LLC
855
+ * SPDX-License-Identifier: BSD-3-Clause
856
+ *)
857
+
858
+ lit-html/static.js:
859
+ (**
860
+ * @license
861
+ * Copyright 2020 Google LLC
862
+ * SPDX-License-Identifier: BSD-3-Clause
863
+ *)
864
+ */