@fluid-topics/ft-radio 1.1.75 → 1.1.76

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- "use strict";(()=>{var no=Object.create;var Lt=Object.defineProperty;var io=Object.getOwnPropertyDescriptor;var co=Object.getOwnPropertyNames;var lo=Object.getPrototypeOf,po=Object.prototype.hasOwnProperty;var dt=(c,o)=>()=>(o||c((o={exports:{}}).exports,o),o.exports);var so=(c,o,a,n)=>{if(o&&typeof o=="object"||typeof o=="function")for(let i of co(o))!po.call(c,i)&&i!==a&&Lt(c,i,{get:()=>o[i],enumerable:!(n=io(o,i))||n.enumerable});return c};var b=(c,o,a)=>(a=c!=null?no(lo(c)):{},so(o||!c||!c.__esModule?Lt(a,"default",{value:c,enumerable:!0}):a,c));var W=dt((xo,Ft)=>{Ft.exports=ftGlobals.wcUtils});var E=dt((So,zt)=>{zt.exports=ftGlobals.lit});var ot=dt((Oo,$t)=>{$t.exports=ftGlobals.litDecorators});var ut=dt((Co,Bt)=>{Bt.exports=ftGlobals.litClassMap});var Rt=b(W());var Je=b(E()),w=b(ot()),Qe=b(W()),to=b(ut());var _t=b(W());var Kt=b(E()),O=b(ot()),Dt=b(ut()),rt=b(W());var Zt=b(E()),u=b(W()),kt=u.FtCssVariableFactory.extend("--ft-ripple-color","",u.designSystemVariables.colorContent),H={color:kt,backgroundColor:u.FtCssVariableFactory.extend("--ft-ripple-background-color","",kt),opacityContentOnSurfacePressed:u.FtCssVariableFactory.external(u.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:u.FtCssVariableFactory.external(u.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:u.FtCssVariableFactory.external(u.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:u.FtCssVariableFactory.external(u.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:u.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},Ut=u.FtCssVariableFactory.extend("--ft-ripple-color","",u.designSystemVariables.colorPrimary),At={color:Ut,backgroundColor:u.FtCssVariableFactory.extend("--ft-ripple-background-color","",Ut)},Ht=u.FtCssVariableFactory.extend("--ft-ripple-color","",u.designSystemVariables.colorSecondary),Pt={color:Ht,backgroundColor:u.FtCssVariableFactory.extend("--ft-ripple-background-color","",Ht)},Gt=Zt.css`
1
+ "use strict";(()=>{var no=Object.create;var Ft=Object.defineProperty;var io=Object.getOwnPropertyDescriptor;var co=Object.getOwnPropertyNames;var lo=Object.getPrototypeOf,po=Object.prototype.hasOwnProperty;var dt=(i,o)=>()=>(o||i((o={exports:{}}).exports,o),o.exports);var so=(i,o,a,n)=>{if(o&&typeof o=="object"||typeof o=="function")for(let c of co(o))!po.call(i,c)&&c!==a&&Ft(i,c,{get:()=>o[c],enumerable:!(n=io(o,c))||n.enumerable});return i};var b=(i,o,a)=>(a=i!=null?no(lo(i)):{},so(o||!i||!i.__esModule?Ft(a,"default",{value:i,enumerable:!0}):a,i));var w=dt((xo,Lt)=>{Lt.exports=ftGlobals.wcUtils});var R=dt((So,zt)=>{zt.exports=ftGlobals.lit});var rt=dt((Oo,kt)=>{kt.exports=ftGlobals.litDecorators});var mt=dt((Co,$t)=>{$t.exports=ftGlobals.litClassMap});var Rt=b(w());var Je=b(R()),E=b(rt()),Qe=b(w()),to=b(mt());var _t=b(w());var Kt=b(R()),O=b(rt()),Dt=b(mt()),at=b(w());var Gt=b(R()),m=b(w()),Bt=m.FtCssVariableFactory.extend("--ft-ripple-color","",m.designSystemVariables.colorContent),P={color:Bt,backgroundColor:m.FtCssVariableFactory.extend("--ft-ripple-background-color","",Bt),opacityContentOnSurfacePressed:m.FtCssVariableFactory.external(m.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:m.FtCssVariableFactory.external(m.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:m.FtCssVariableFactory.external(m.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:m.FtCssVariableFactory.external(m.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:m.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},Ut=m.FtCssVariableFactory.extend("--ft-ripple-color","",m.designSystemVariables.colorPrimary),At={color:Ut,backgroundColor:m.FtCssVariableFactory.extend("--ft-ripple-background-color","",Ut)},Ht=m.FtCssVariableFactory.extend("--ft-ripple-color","",m.designSystemVariables.colorSecondary),Pt={color:Ht,backgroundColor:m.FtCssVariableFactory.extend("--ft-ripple-background-color","",Ht)},Zt=Gt.css`
2
2
  :host {
3
3
  display: contents;
4
4
  }
@@ -11,7 +11,7 @@
11
11
 
12
12
  .ft-ripple:not(.ft-ripple--unbounded) {
13
13
  overflow: hidden;
14
- border-radius: ${H.borderRadius};
14
+ border-radius: ${P.borderRadius};
15
15
  }
16
16
 
17
17
  .ft-ripple .ft-ripple--background,
@@ -45,11 +45,11 @@
45
45
  }
46
46
 
47
47
  .ft-ripple .ft-ripple--background {
48
- background-color: ${H.backgroundColor};
48
+ background-color: ${P.backgroundColor};
49
49
  }
50
50
 
51
51
  .ft-ripple .ft-ripple--effect {
52
- background-color: ${H.color};
52
+ background-color: ${P.color};
53
53
  }
54
54
 
55
55
  .ft-ripple.ft-ripple--secondary .ft-ripple--background {
@@ -95,22 +95,22 @@
95
95
  }
96
96
 
97
97
  .ft-ripple.ft-ripple--hovered .ft-ripple--background {
98
- opacity: ${H.opacityContentOnSurfaceHover};
98
+ opacity: ${P.opacityContentOnSurfaceHover};
99
99
  }
100
100
 
101
101
  .ft-ripple.ft-ripple--selected .ft-ripple--background {
102
- opacity: ${H.opacityContentOnSurfaceSelected};
102
+ opacity: ${P.opacityContentOnSurfaceSelected};
103
103
  }
104
104
 
105
105
  .ft-ripple.ft-ripple--focused .ft-ripple--background {
106
- opacity: ${H.opacityContentOnSurfaceFocused};
106
+ opacity: ${P.opacityContentOnSurfaceFocused};
107
107
  }
108
108
 
109
109
  .ft-ripple.ft-ripple--pressed .ft-ripple--effect {
110
- opacity: ${H.opacityContentOnSurfacePressed};
110
+ opacity: ${P.opacityContentOnSurfacePressed};
111
111
  transform: translate(-50%, -50%) scale(1);
112
112
  }
113
- `;var N=function(c,o,a,n){var i=arguments.length,p=i<3?o:n===null?n=Object.getOwnPropertyDescriptor(o,a):n,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")p=Reflect.decorate(c,o,a,n);else for(var f=c.length-1;f>=0;f--)(l=c[f])&&(p=(i<3?l(p):i>3?l(o,a,p):l(o,a))||p);return i>3&&p&&Object.defineProperty(o,a,p),p},m=class extends rt.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 rt.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 rt.Debouncer(10),this.moveRipple=o=>{var a,n;let{x:i,y:p}=this.getCoordinates(o),l=(n=(a=this.ripple)===null||a===void 0?void 0:a.getBoundingClientRect())!==null&&n!==void 0?n:{x:0,y:0,width:0,height:0};this.originX=Math.round(i!=null?i-l.x:l.width/2),this.originY=Math.round(p!=null?p-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 Kt.html`
113
+ `;var N=function(i,o,a,n){var c=arguments.length,p=c<3?o:n===null?n=Object.getOwnPropertyDescriptor(o,a):n,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")p=Reflect.decorate(i,o,a,n);else for(var f=i.length-1;f>=0;f--)(l=i[f])&&(p=(c<3?l(p):c>3?l(o,a,p):l(o,a))||p);return c>3&&p&&Object.defineProperty(o,a,p),p},u=class extends at.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 at.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 at.Debouncer(10),this.moveRipple=o=>{var a,n;let{x:c,y:p}=this.getCoordinates(o),l=(n=(a=this.ripple)===null||a===void 0?void 0:a.getBoundingClientRect())!==null&&n!==void 0?n:{x:0,y:0,width:0,height:0};this.originX=Math.round(c!=null?c-l.x:l.width/2),this.originY=Math.round(p!=null?p-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 Kt.html`
114
114
  <style>
115
115
  .ft-ripple .ft-ripple--effect {
116
116
  left: ${this.originX}px;
@@ -121,11 +121,11 @@
121
121
  <div class="ft-ripple--background"></div>
122
122
  <div class="ft-ripple--effect"></div>
123
123
  </div>
124
- `}contentAvailableCallback(o){super.contentAvailableCallback(o),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(o){var a,n;super.update(o),o.has("disabled")&&(this.disabled?(this.endRipple(),(a=this.target)===null||a===void 0||a.removeAttribute("data-is-ft-ripple-target")):(n=this.target)===null||n===void 0||n.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var o,a;let n=(o=this.shadowRoot)===null||o===void 0?void 0:o.host.parentElement;n&&this.setupFor((a=this.target)!==null&&a!==void 0?a:n)}setupFor(o){if(this.setupDebouncer.cancel(),this.target===o)return;this.onDisconnect&&this.onDisconnect(),this.target=o,o.setAttribute("data-is-ft-ripple-target","true");let a=(...f)=>y=>{f.forEach(g=>window.addEventListener(g,this.endPress,{once:!0})),this.startPress(y)},n=a("mouseup","contextmenu"),i=a("touchend","touchcancel"),p=f=>{["Enter"," "].includes(f.key)&&a("keyup")(f)},l={passive:!0};o.addEventListener("mouseover",this.startHover,l),o.addEventListener("mousemove",this.moveRipple,l),o.addEventListener("mouseleave",this.endHover,l),o.addEventListener("mousedown",n,l),o.addEventListener("touchstart",i,l),o.addEventListener("touchmove",this.moveRipple,l),o.addEventListener("keydown",p,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",n,l),o.removeEventListener("touchstart",i,l),o.removeEventListener("touchmove",this.moveRipple,l),o.removeEventListener("keydown",p,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 a=o,n=o,i,p;return a.x!=null?{x:i,y:p}=a:n.touches!=null&&(i=n.touches[0].clientX,p=n.touches[0].clientY),{x:i,y:p}}isFocusVisible(o){return o instanceof HTMLElement?o.matches(":focus-visible"):!0}isIgnored(o){if(this.disabled)return!0;if(o!=null)for(let a of o.composedPath()){if(a===this.target)break;if("hasAttribute"in a&&a.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};m.elementDefinitions={};m.styles=Gt;N([(0,O.property)({type:Boolean})],m.prototype,"primary",void 0);N([(0,O.property)({type:Boolean})],m.prototype,"secondary",void 0);N([(0,O.property)({type:Boolean})],m.prototype,"unbounded",void 0);N([(0,O.property)({type:Boolean})],m.prototype,"activated",void 0);N([(0,O.property)({type:Boolean})],m.prototype,"selected",void 0);N([(0,O.property)({type:Boolean})],m.prototype,"disabled",void 0);N([(0,O.state)()],m.prototype,"hovered",void 0);N([(0,O.state)()],m.prototype,"focused",void 0);N([(0,O.state)()],m.prototype,"pressed",void 0);N([(0,O.state)()],m.prototype,"rippling",void 0);N([(0,O.state)()],m.prototype,"originX",void 0);N([(0,O.state)()],m.prototype,"originY",void 0);N([(0,O.query)(".ft-ripple")],m.prototype,"ripple",void 0);N([(0,O.query)(".ft-ripple--effect")],m.prototype,"rippleEffect",void 0);(0,_t.customElement)("ft-ripple")(m);var je=b(W());var It=globalThis,st=It.trustedTypes,Tt=st?st.createPolicy("lit-html",{createHTML:c=>c}):void 0,qt="$lit$",U=`lit$${(Math.random()+"").slice(9)}$`,Jt="?"+U,fo=`<${Jt}>`,G=document,ft=()=>G.createComment(""),nt=c=>c===null||typeof c!="object"&&typeof c!="function",Qt=Array.isArray,yo=c=>Qt(c)||typeof c?.[Symbol.iterator]=="function",xt=`[
125
- \f\r]`,at=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Vt=/-->/g,Mt=/>/g,P=RegExp(`>|${xt}(?:([^\\s"'>=/]+)(${xt}*=${xt}*(?:[^
126
- \f\r"'\`<>=]|("|')|))|$)`,"g"),Yt=/'/g,jt=/"/g,te=/^(?:script|style|textarea|title)$/i,ee=c=>(o,...a)=>({_$litType$:c,strings:o,values:a}),oe=ee(1),re=ee(2),it=Symbol.for("lit-noChange"),S=Symbol.for("lit-nothing"),Xt=new WeakMap,Z=G.createTreeWalker(G,129);function ae(c,o){if(!Array.isArray(c)||!c.hasOwnProperty("raw"))throw Error("invalid template strings array");return Tt!==void 0?Tt.createHTML(o):o}var go=(c,o)=>{let a=c.length-1,n=[],i,p=o===2?"<svg>":"",l=at;for(let f=0;f<a;f++){let y=c[f],g,x,h=-1,L=0;for(;L<y.length&&(l.lastIndex=L,x=l.exec(y),x!==null);)L=l.lastIndex,l===at?x[1]==="!--"?l=Vt:x[1]!==void 0?l=Mt:x[2]!==void 0?(te.test(x[2])&&(i=RegExp("</"+x[2],"g")),l=P):x[3]!==void 0&&(l=P):l===P?x[0]===">"?(l=i??at,h=-1):x[1]===void 0?h=-2:(h=l.lastIndex-x[2].length,g=x[1],l=x[3]===void 0?P:x[3]==='"'?jt:Yt):l===jt||l===Yt?l=P:l===Vt||l===Mt?l=at:(l=P,i=void 0);let k=l===P&&c[f+1].startsWith("/>")?" ":"";p+=l===at?y+fo:h>=0?(n.push(g),y.slice(0,h)+qt+y.slice(h)+U+k):y+U+(h===-2?f:k)}return[ae(c,p+(c[a]||"<?>")+(o===2?"</svg>":"")),n]},ct=class c{constructor({strings:o,_$litType$:a},n){let i;this.parts=[];let p=0,l=0,f=o.length-1,y=this.parts,[g,x]=go(o,a);if(this.el=c.createElement(g,n),Z.currentNode=this.el.content,a===2){let h=this.el.content.firstChild;h.replaceWith(...h.childNodes)}for(;(i=Z.nextNode())!==null&&y.length<f;){if(i.nodeType===1){if(i.hasAttributes())for(let h of i.getAttributeNames())if(h.endsWith(qt)){let L=x[l++],k=i.getAttribute(h).split(U),pt=/([.?@])?(.*)/.exec(L);y.push({type:1,index:p,name:pt[2],strings:k,ctor:pt[1]==="."?Ot:pt[1]==="?"?Ct:pt[1]==="@"?Nt:_}),i.removeAttribute(h)}else h.startsWith(U)&&(y.push({type:6,index:p}),i.removeAttribute(h));if(te.test(i.tagName)){let h=i.textContent.split(U),L=h.length-1;if(L>0){i.textContent=st?st.emptyScript:"";for(let k=0;k<L;k++)i.append(h[k],ft()),Z.nextNode(),y.push({type:2,index:++p});i.append(h[L],ft())}}}else if(i.nodeType===8)if(i.data===Jt)y.push({type:2,index:p});else{let h=-1;for(;(h=i.data.indexOf(U,h+1))!==-1;)y.push({type:7,index:p}),h+=U.length-1}p++}}static createElement(o,a){let n=G.createElement("template");return n.innerHTML=o,n}};function D(c,o,a=c,n){if(o===it)return o;let i=n!==void 0?a._$Co?.[n]:a._$Cl,p=nt(o)?void 0:o._$litDirective$;return i?.constructor!==p&&(i?._$AO?.(!1),p===void 0?i=void 0:(i=new p(c),i._$AT(c,a,n)),n!==void 0?(a._$Co??=[])[n]=i:a._$Cl=i),i!==void 0&&(o=D(c,i._$AS(c,o.values),i,n)),o}var St=class{constructor(o,a){this._$AV=[],this._$AN=void 0,this._$AD=o,this._$AM=a}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(o){let{el:{content:a},parts:n}=this._$AD,i=(o?.creationScope??G).importNode(a,!0);Z.currentNode=i;let p=Z.nextNode(),l=0,f=0,y=n[0];for(;y!==void 0;){if(l===y.index){let g;y.type===2?g=new yt(p,p.nextSibling,this,o):y.type===1?g=new y.ctor(p,y.name,y.strings,this,o):y.type===6&&(g=new vt(p,this,o)),this._$AV.push(g),y=n[++f]}l!==y?.index&&(p=Z.nextNode(),l++)}return Z.currentNode=G,i}p(o){let a=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(o,n,a),a+=n.strings.length-2):n._$AI(o[a])),a++}},yt=class c{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(o,a,n,i){this.type=2,this._$AH=S,this._$AN=void 0,this._$AA=o,this._$AB=a,this._$AM=n,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let o=this._$AA.parentNode,a=this._$AM;return a!==void 0&&o?.nodeType===11&&(o=a.parentNode),o}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(o,a=this){o=D(this,o,a),nt(o)?o===S||o==null||o===""?(this._$AH!==S&&this._$AR(),this._$AH=S):o!==this._$AH&&o!==it&&this._(o):o._$litType$!==void 0?this.g(o):o.nodeType!==void 0?this.$(o):yo(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!==S&&nt(this._$AH)?this._$AA.nextSibling.data=o:this.$(G.createTextNode(o)),this._$AH=o}g(o){let{values:a,_$litType$:n}=o,i=typeof n=="number"?this._$AC(o):(n.el===void 0&&(n.el=ct.createElement(ae(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(a);else{let p=new St(i,this),l=p.u(this.options);p.p(a),this.$(l),this._$AH=p}}_$AC(o){let a=Xt.get(o.strings);return a===void 0&&Xt.set(o.strings,a=new ct(o)),a}T(o){Qt(this._$AH)||(this._$AH=[],this._$AR());let a=this._$AH,n,i=0;for(let p of o)i===a.length?a.push(n=new c(this.k(ft()),this.k(ft()),this,this.options)):n=a[i],n._$AI(p),i++;i<a.length&&(this._$AR(n&&n._$AB.nextSibling,i),a.length=i)}_$AR(o=this._$AA.nextSibling,a){for(this._$AP?.(!1,!0,a);o&&o!==this._$AB;){let n=o.nextSibling;o.remove(),o=n}}setConnected(o){this._$AM===void 0&&(this._$Cv=o,this._$AP?.(o))}},_=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(o,a,n,i,p){this.type=1,this._$AH=S,this._$AN=void 0,this.element=o,this.name=a,this._$AM=i,this.options=p,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=S}_$AI(o,a=this,n,i){let p=this.strings,l=!1;if(p===void 0)o=D(this,o,a,0),l=!nt(o)||o!==this._$AH&&o!==it,l&&(this._$AH=o);else{let f=o,y,g;for(o=p[0],y=0;y<p.length-1;y++)g=D(this,f[n+y],a,y),g===it&&(g=this._$AH[y]),l||=!nt(g)||g!==this._$AH[y],g===S?o=S:o!==S&&(o+=(g??"")+p[y+1]),this._$AH[y]=g}l&&!i&&this.O(o)}O(o){o===S?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,o??"")}},Ot=class extends _{constructor(){super(...arguments),this.type=3}O(o){this.element[this.name]=o===S?void 0:o}},Ct=class extends _{constructor(){super(...arguments),this.type=4}O(o){this.element.toggleAttribute(this.name,!!o&&o!==S)}},Nt=class extends _{constructor(o,a,n,i,p){super(o,a,n,i,p),this.type=5}_$AI(o,a=this){if((o=D(this,o,a,0)??S)===it)return;let n=this._$AH,i=o===S&&n!==S||o.capture!==n.capture||o.once!==n.once||o.passive!==n.passive,p=o!==S&&(n===S||i);i&&this.element.removeEventListener(this.name,this,n),p&&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)}},vt=class{constructor(o,a,n){this.element=o,this.type=6,this._$AN=void 0,this._$AM=a,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(o){D(this,o)}};var ho=It.litHtmlPolyfillSupport;ho?.(ct,yt),(It.litHtmlVersions??=[]).push("3.1.0");var ie=Symbol.for(""),bo=c=>{if(c?.r===ie)return c?._$litStatic$},Wt=c=>({_$litStatic$:c,r:ie});var ne=new Map,ce=c=>(o,...a)=>{let n=a.length,i,p,l=[],f=[],y,g=0,x=!1;for(;g<n;){for(y=o[g];g<n&&(p=a[g],(i=bo(p))!==void 0);)y+=i+o[++g],x=!0;g!==n&&f.push(p),l.push(y),g++}if(g===n&&l.push(o[n]),x){let h=l.join("$$lit$$");(o=ne.get(h))===void 0&&(l.raw=l,ne.set(h,o=l)),a=f}return c(o,...a)},wt=ce(oe),$o=ce(re);var Et=b(ot()),Ye=b(W());var gt;(function(c){c.title="title",c.title_dense="title-dense",c.subtitle1="subtitle1",c.subtitle2="subtitle2",c.body1="body1",c.body2="body2",c.caption="caption",c.breadcrumb="breadcrumb",c.overline="overline",c.button="button",c.display="display",c.title1="title-1",c.title2="title-2",c.title3="title-3",c.body1regular="body-1-regular",c.body1medium="body-1-medium",c.body1semibold="body-1-semibold",c.body2regular="body-2-regular",c.body2medium="body-2-medium",c.body2semibold="body-2-semibold",c.label1medium="label-1-medium",c.label1semibold="label-1-semibold",c.label1bold="label-1-bold",c.label2medium="label-2-medium",c.label2semibold="label-2-semibold",c.label2bold="label-2-bold",c.caption1medium="caption-1-medium",c.caption1semibold="caption-1-semibold",c.caption1bold="caption-1-bold",c.caption2medium="caption-2-medium",c.caption2semibold="caption-2-semibold",c.caption2bold="caption-2-bold"})(gt||(gt={}));var v=b(E()),d=b(W());var F=b(E(),1),A=c=>typeof c=="string"?(0,F.unsafeCSS)(c):c,t=class{static create(o,a,n,i){let p=f=>A(f??i),l=F.css`var(${A(o)}, ${p(i)})`;return l.name=o,l.description=a,l.category=n,l.defaultValue=i,l.defaultCssValue=p,l.get=f=>F.css`var(${A(o)}, ${p(f)})`,l.breadcrumb=()=>[],l.lastResortDefaultValue=()=>i,l}static extend(o,a,n,i){let p=f=>n.get(f??i),l=F.css`var(${A(o)}, ${p(i)})`;return l.name=o,l.description=a,l.category=n.category,l.fallbackVariable=n,l.defaultValue=i,l.defaultCssValue=p,l.get=f=>F.css`var(${A(o)}, ${p(f)})`,l.breadcrumb=()=>[n.name,...n.breadcrumb()],l.lastResortDefaultValue=()=>i??n.lastResortDefaultValue(),l}static external(o,a){let n=p=>o.fallbackVariable?o.fallbackVariable.get(p??o.defaultValue):A(p??o.lastResortDefaultValue()),i=F.css`var(${A(o.name)}, ${n(o.defaultValue)})`;return i.name=o.name,i.category=o.category,i.fallbackVariable=o.fallbackVariable,i.defaultValue=o.defaultValue,i.context=a,i.defaultCssValue=n,i.get=p=>F.css`var(${A(o.name)}, ${n(p)})`,i.breadcrumb=()=>o.fallbackVariable?[o.fallbackVariable.name,...o.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>o.lastResortDefaultValue(),i}};var e={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)")},le={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")},pe={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")},de={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")},se={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")},fe={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")},ye={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")},ge={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")},he={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")},be={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")},mo={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")},me={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")},ue={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")},xe={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")},Se={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")},Oe={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")},Ce={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")},Ne={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")},ve={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")},Ie={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")},We={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")},we={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")},Ee={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")},Re={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")},Le={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")},Fe={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")},ze={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")},ht={display:le,"title-1":pe,"title-2":de,"title-3":se,"body-1-regular":fe,"body-1-medium":ye,"body-1-semibold":ge,"body-2-regular":he,"body-2-medium":be,"body-2-medium-underline":mo,"body-2-semibold":me,"label-1-medium":ue,"label-1-semibold":xe,"label-1-bold":Se,"label-2-medium":Oe,"label-2-semibold":Ce,"label-2-bold":Ne,"caption-1-medium":ve,"caption-1-semibold":Ie,"caption-1-bold":We,"caption-2-medium":we,"caption-2-semibold":Ee,"caption-2-bold":Re,"caption-3-medium":Le,"caption-3-semibold":Fe,"caption-3-bold":ze};var r={backgroundActionPrimary:t.extend("--ft-background-action-primary","Used as backgorund of primary action components.",e.colorBrand0),backgroundErrorSubtle:t.extend("--ft-background-error-subtle","Used as background of subtle error components.",e.colorRed10),backgroundInfoSubtle:t.extend("--ft-background-info-subtle","Used as background of subtle information components.",e.colorCyan10),backgroundWarningSubtle:t.extend("--ft-background-warning-subtle","Used as background of subtle information components.",e.colorOrange10),backgroundSuccessSubtle:t.extend("--ft-background-success-subtle","Used as background of subtle success components.",e.colorGreen10),backgroundGlobalSurface:t.extend("--ft-background-global-surface","Used as app background.",e.colorWhite),backgroundGlobalOnSurface:t.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",e.colorGray10),backgroundGlobalOnSurfaceDark:t.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",e.colorGray30),contentActionPrimary:t.extend("--ft-content-action-primary","Used on label of primary action on light surface.",e.colorBrand0),contentWarningPrimary:t.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",e.colorOrange200),contentWarningIconOnly:t.extend("--ft-content-warning-icon-only","Used on warning status icons alone",e.colorOrange0),contentErrorPrimary:t.extend("--ft-content-error-primary","Used on label of error messages on light surface.",e.colorRed0),contentErrorIconOnly:t.extend("--ft-content-error-icon-only","Used on error status icons alone",e.colorRed70),contentInfoPrimary:t.extend("--ft-content-info-primary","Used on label of information messages on light surface.",e.colorCyan200),contentInfoIconOnly:t.extend("--ft-content-info-icon-only","Used on info status icons alone",e.colorCyan0),contentSuccessPrimary:t.extend("--ft-content-success-primary","Used on label of success messages on light surface.",e.colorGreen200),contentSuccessIconOnly:t.extend("--ft-content-success-icon-only","Used on success status icons alone",e.colorGreen0),contentGlobalPrimary:t.extend("--ft-content-global-primary","Used for main content on the page.",e.colorGray500),contentGlobalSecondary:t.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
127
- Also for action icons.`,e.colorGray200),contentGlobalSubtle:t.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",e.colorGray0),contentGlobalOnColor:t.extend("--ft-content-global-on-color","Used for content on a dominant color.",e.colorWhite),borderActionPrimary:t.extend("--ft-border-action-primary","Used as border for primary action components.",e.colorBrand0),borderActionFocusRing:t.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",e.colorCyan0),borderWarningPrimary:t.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",e.colorOrange200),borderWarningSubtle:t.extend("--ft-border-warning-subtle","Used as border for warning components.",e.colorOrange30),borderSuccessPrimary:t.extend("--ft-border-success-primary","Used as border for success buttons.",e.colorGreen200),borderSuccessSubtle:t.extend("--ft-border-success-subtle","Used as border for success components.",e.colorGreen30),borderErrorPrimary:t.extend("--ft-border-error-primary","Used as border for text fields in error states.",e.colorRed0),borderErrorSubtle:t.extend("--ft-border-error-subtle","Used as border for error components.",e.colorRed30),borderInfoPrimary:t.extend("--ft-border-info-primary","Used as border for buttons in info color.",e.colorCyan200),borderInfoSubtle:t.extend("--ft-border-info-subtle","Used as border for information components.",e.colorCyan30),borderGlobalPrimary:t.extend("--ft-border-global-primary","Used as border for element like input.",e.colorGray50),borderGlobalSubtle:t.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",e.colorGray30),borderInputPrimary:t.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",e.colorGray80)};var Mo={largeHeight:t.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:t.extend("--ft-button-large-horizontal-padding","",e.spacing4),largeGap:t.extend("--ft-button-large-gap","",e.spacing2),largeBorderRadius:t.extend("--ft-button-large-border-radius","",e.borderRadiusS),largeIconSize:t.extend("--ft-button-large-icon-size","",e.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","",e.spacing3),smallGap:t.extend("--ft-button-small-gap","",e.spacing2),smallBorderRadius:t.extend("--ft-button-small-border-radius","",e.borderRadiusS),smallIconSize:t.extend("--ft-button-small-icon-size","",e.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","",r.backgroundActionPrimary),primaryColor:t.extend("--ft-button-primary-color","",r.contentGlobalOnColor),primaryIconColor:t.extend("--ft-button-primary-icon-color","",r.contentGlobalOnColor),primaryStateLayerColor:t.extend("--ft-button-primary-state-layer-color","",r.contentGlobalOnColor),primaryHoverStateLayerOpacity:t.extend("--ft-button-primary-hover-state-layer-opacity","",e.opacity16),primaryFocusStateLayerOpacity:t.extend("--ft-button-primary-focus-state-layer-opacity","",e.opacity16),primaryActiveStateLayerOpacity:t.extend("--ft-button-primary-active-state-layer-opacity","",e.opacity24),primaryDisabledComponentOpacity:t.extend("--ft-button-primary-disabled-component-opacity","",e.opacity40),focusFocusRingColor:t.extend("--ft-button-focus-focus-ring-color","",r.borderActionFocusRing),tertiaryBackgroundColor:t.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:t.extend("--ft-button-tertiary-color","",r.contentActionPrimary),tertiaryIconColor:t.extend("--ft-button-tertiary-icon-color","",r.contentActionPrimary),tertiaryStateLayerColor:t.extend("--ft-button-tertiary-state-layer-color","",r.contentActionPrimary),tertiaryHoverStateLayerOpacity:t.extend("--ft-button-tertiary-hover-state-layer-opacity","",e.opacity8),tertiaryFocusStateLayerOpacity:t.extend("--ft-button-tertiary-focus-state-layer-opacity","",e.opacity8),tertiaryActiveStateLayerOpacity:t.extend("--ft-button-tertiary-active-state-layer-opacity","",e.opacity16),tertiaryDisabledComponentOpacity:t.extend("--ft-button-tertiary-disabled-component-opacity","",e.opacity40),secondaryBackgroundColor:t.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:t.extend("--ft-button-secondary-color","",r.contentActionPrimary),secondaryIconColor:t.extend("--ft-button-secondary-icon-color","",r.contentActionPrimary),secondaryStateLayerColor:t.extend("--ft-button-secondary-state-layer-color","",r.contentActionPrimary),secondaryHoverStateLayerOpacity:t.extend("--ft-button-secondary-hover-state-layer-opacity","",e.opacity8),secondaryFocusStateLayerOpacity:t.extend("--ft-button-secondary-focus-state-layer-opacity","",e.opacity8),secondaryActiveStateLayerOpacity:t.extend("--ft-button-secondary-active-state-layer-opacity","",e.opacity16),secondaryDisabledComponentOpacity:t.extend("--ft-button-secondary-disabled-component-opacity","",e.opacity40),secondaryBorderColor:t.extend("--ft-button-secondary-border-color","",r.borderActionPrimary),neutralBackgroundColor:t.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:t.extend("--ft-button-neutral-icon-color","",r.contentGlobalSecondary),neutralColor:t.extend("--ft-button-neutral-color","",r.contentGlobalSecondary),neutralStateLayerColor:t.extend("--ft-button-neutral-state-layer-color","",r.contentGlobalSecondary),neutralHoverStateLayerOpacity:t.extend("--ft-button-neutral-hover-state-layer-opacity","",e.opacity8),neutralFocusStateLayerOpacity:t.extend("--ft-button-neutral-focus-state-layer-opacity","",e.opacity8),neutralActiveStateLayerOpacity:t.extend("--ft-button-neutral-active-state-layer-opacity","",e.opacity16),neutralDisabledComponentOpacity:t.extend("--ft-button-neutral-disabled-component-opacity","",e.opacity40)};var Jo={iconSize:t.extend("--ft-banner-icon-size","",e.iconSize5),borderWidth:t.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:t.extend("--ft-banner-horizontal-padding","",e.spacing6),verticalPadding:t.extend("--ft-banner-vertical-padding","",e.spacing6),horizontalSideGap:t.extend("--ft-banner-horizontal-side-gap","",e.spacing6),horizontalMobileGap:t.extend("--ft-banner-horizontal-mobile-gap","",e.spacing4),verticalMobileGap:t.extend("--ft-banner-vertical-mobile-gap","",e.spacing6),horizontalMiddleGap:t.extend("--ft-banner-horizontal-middle-gap","",e.spacing20),infoBackgroundColor:t.extend("--ft-banner-info-background-color","",r.backgroundInfoSubtle),infoColor:t.extend("--ft-banner-info-color","",r.contentInfoPrimary),infoIconColor:t.extend("--ft-banner-info-icon-color","",r.contentInfoIconOnly)};var rr={horizontalGap:t.extend("--ft-breadcrumb-horizontal-gap","",e.spacing1),verticalGap:t.extend("--ft-breadcrumb-vertical-gap","",e.spacing2),currentElementColor:t.extend("--ft-breadcrumb-current-element-color","",r.contentGlobalPrimary),iconColor:t.extend("--ft-breadcrumb-icon-color","",r.contentGlobalSubtle)};var lr={horizontalPadding:t.extend("--ft-page-header-horizontal-padding","",e.spacing12),horizontalGap:t.extend("--ft-page-header-horizontal-gap","",e.spacing4),verticalGap:t.extend("--ft-page-header-vertical-gap","",e.spacing2),classicVerticalPadding:t.extend("--ft-page-header-classic-vertical-padding","",e.spacing6),multilineVerticalPadding:t.extend("--ft-page-header-multiline-vertical-padding","",e.spacing4),inlineVerticalPadding:t.extend("--ft-page-header-inline-vertical-padding","",e.spacing2),backgroundColor:t.extend("--ft-page-header-background-color","",e.colorWhite),bottomBorderColor:t.extend("--ft-page-header-bottom-border-color","",r.borderGlobalSubtle),titleColor:t.extend("--ft-page-header-title-color","",r.contentGlobalPrimary),subtitleColor:t.extend("--ft-page-header-subtitle-color","",r.contentGlobalSecondary)};var yr={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","",e.colorGray700),overlayOpacity:t.extend("--ft-modal-overlay-opacity","",e.opacity40),shadow:t.extend("--ft-modal-shadow","",e.shadowElevation03),bodyBackgroundColor:t.extend("--ft-modal-body-background-color","",e.colorWhite),bodyColor:t.extend("--ft-modal-body-color","",r.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-modal-body-horizontal-padding","",e.spacing6),bodyVerticalPadding:t.extend("--ft-modal-body-vertical-padding","",e.spacing6),bodyVerticalGap:t.extend("--ft-modal-body-vertical-gap","",e.spacing6),containerMargin:t.extend("--ft-modal-container-margin","",e.spacing3),headerBackgroundColor:t.extend("--ft-modal-header-background-color","",r.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-modal-header-border-color","",r.borderGlobalSubtle),headerColor:t.extend("--ft-modal-header-color","",r.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-modal-header-trailing-icon-color","",r.contentGlobalSecondary),headerVerticalPadding:t.extend("--ft-modal-header-vertical-padding","",e.spacing1),headerRightPadding:t.extend("--ft-modal-header-right-padding","",e.spacing1),headerLeftPadding:t.extend("--ft-modal-header-left-padding","",e.spacing6),headerGap:t.extend("--ft-modal-header-gap","",e.spacing2),headerBorderBottom:t.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:t.extend("--ft-modal-border-radius","",e.borderRadiusM)};var ur={overlayOpacity:t.extend("--ft-drawer-overlay-opacity","",e.opacity40),shadow:t.extend("--ft-drawer-shadow","",e.shadowElevation03),bodyColor:t.extend("--ft-drawer-body-color","",r.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-drawer-body-horizontal-padding","",e.spacing6),bodyVerticalPadding:t.extend("--ft-drawer-body-vertical-padding","",e.spacing6),bodyGap:t.extend("--ft-drawer-body-gap","",e.spacing6),bodyBackgroundColor:t.extend("--ft-drawer-body-background-color","",e.colorWhite),headerBackgroundColor:t.extend("--ft-drawer-header-background-color","",r.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-drawer-header-border-color","",r.borderGlobalSubtle),headerColor:t.extend("--ft-drawer-header-color","",r.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-drawer-header-trailing-icon-color","",r.contentGlobalSecondary),headerHeight:t.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:t.extend("--ft-drawer-header-horizontal-padding","",e.spacing2),headerBorderWidth:t.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:t.extend("--ft-drawer-header-gap","",e.spacing3),buttonsBarBackgroundColor:t.extend("--ft-drawer-buttons-bar-background-color","",r.backgroundGlobalOnSurface),buttonsBarBorderColor:t.extend("--ft-drawer-buttons-bar-border-color","",r.borderGlobalSubtle),buttonsBarColor:t.extend("--ft-drawer-buttons-bar-color","",r.contentGlobalPrimary),buttonsBarHorizontalPadding:t.extend("--ft-drawer-buttons-bar-horizontal-padding","",e.spacing4),buttonsBarVerticalPadding:t.extend("--ft-drawer-buttons-bar-vertical-padding","",e.spacing4),buttonsBarGap:t.extend("--ft-drawer-buttons-bar-gap","",e.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","",e.colorGray700)};var Nr={fieldHorizontalPadding:t.extend("--ft-text-input-field-horizontal-padding","",e.spacing4),fieldHorizontalGap:t.extend("--ft-text-input-field-horizontal-gap","",e.spacing3),fieldVerticalGap:t.extend("--ft-text-input-field-vertical-gap","",e.spacing05),fieldIconSize:t.extend("--ft-text-input-field-icon-size","",e.iconSize3),fieldHeight:t.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:t.extend("--ft-text-input-helper-horizontal-padding","",e.spacing4),helperHorizontalGap:t.extend("--ft-text-input-helper-horizontal-gap","",e.spacing1),helperIconSize:t.extend("--ft-text-input-helper-icon-size","",e.iconSize2),borderRadius:t.extend("--ft-text-input-border-radius","",e.borderRadiusM),backgroundColor:t.extend("--ft-text-input-background-color","",e.colorWhite),contentValueColor:t.extend("--ft-text-input-content-value-color","",r.contentGlobalPrimary),trailingIconColor:t.extend("--ft-text-input-trailing-icon-color","",r.contentGlobalSubtle),labelColor:t.extend("--ft-text-input-label-color","",r.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-input-default-border-color","",r.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-input-default-helper-text-color","",r.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","",r.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-input-error-helper-text-color","",r.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-input-error-helper-icon-color","",r.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","",r.borderActionFocusRing),focusOutlineOffset:t.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-input-disabled-component-opacity","",e.opacity40)};var Er={backgroundColor:t.extend("--ft-text-area-background-color","",e.colorWhite),contentValueColor:t.extend("--ft-text-area-content-value-color","",r.contentGlobalPrimary),labelColor:t.extend("--ft-text-area-label-color","",r.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-area-default-border-color","",r.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-area-default-helper-text-color","",r.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","",r.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-area-error-helper-text-color","",r.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-area-error-helper-icon-color","",r.contentErrorIconOnly),focusFocusRingColor:t.extend("--ft-text-area-focus-focus-ring-color","",r.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","",e.opacity40),fieldHorizontalLeftPadding:t.extend("--ft-text-area-field-horizontal-left-padding","",e.spacing4),fieldHorizontalGap:t.extend("--ft-text-area-field-horizontal-gap","",e.spacing3),fieldVerticalGap:t.extend("--ft-text-area-field-vertical-gap","",e.spacing05),fieldMinHeight:t.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:t.extend("--ft-text-area-helper-horizontal-padding","",e.spacing4),helperHorizontalGap:t.extend("--ft-text-area-helper-horizontal-gap","",e.spacing1),helperIconSize:t.extend("--ft-text-area-helper-icon-size","",e.iconSize2),borderRadius:t.extend("--ft-text-area-border-radius","",e.borderRadiusM)};var $r={height:t.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:t.extend("--ft-floating-menu-horizontal-padding","",e.spacing4),offIconColor:t.extend("--ft-floating-menu-off-icon-color","",r.contentGlobalPrimary),offColor:t.extend("--ft-floating-menu-off-color","",r.contentGlobalPrimary),onColor:t.extend("--ft-floating-menu-on-color","",r.contentActionPrimary),onStateLayerColor:t.extend("--ft-floating-menu-on-state-layer-color","",r.contentActionPrimary),gap:t.extend("--ft-floating-menu-gap","",e.spacing3),focusFocusRingColor:t.extend("--ft-floating-menu-focus-focus-ring-color","",r.borderActionFocusRing),focusOutlineWidth:t.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:t.extend("--ft-floating-menu-focus-state-layer-opacity","",e.opacity8),hoverStateLayerOpacity:t.extend("--ft-floating-menu-hover-state-layer-opacity","",e.opacity8),activeStateLayerOpacity:t.extend("--ft-floating-menu-active-state-layer-opacity","",e.opacity16),disabledComponentOpacity:t.extend("--ft-floating-menu-disabled-component-opacity","",e.opacity40),iconSize:t.extend("--ft-floating-menu-icon-size","",e.iconSize3),backgroundColor:t.extend("--ft-floating-menu-background-color","",r.backgroundGlobalOnSurface)};var Hr={fieldHorizontalPadding:t.extend("--ft-combobox-single-select-field-horizontal-padding","",e.spacing4),fieldHorizontalGap:t.extend("--ft-combobox-single-select-field-horizontal-gap","",e.spacing3),fieldVerticalGap:t.extend("--ft-combobox-single-select-field-vertical-gap","",e.spacing05),fieldIconSize:t.extend("--ft-combobox-single-select-field-icon-size","",e.iconSize3),fieldHeight:t.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:t.extend("--ft-combobox-single-select-helper-horizontal-padding","",e.spacing4),helperHorizontalGap:t.extend("--ft-combobox-single-select-helper-horizontal-gap","",e.spacing1),helperVerticalGap:t.extend("--ft-combobox-single-select-helper-vertical-gap","",e.spacing1),helperIconSize:t.extend("--ft-combobox-single-select-helper-icon-size","",e.iconSize2),menuVerticalGap:t.extend("--ft-combobox-single-select-menu-vertical-gap","",e.spacing2),borderRadius:t.extend("--ft-combobox-single-select-border-radius","",e.borderRadiusM),backgroundColor:t.extend("--ft-combobox-single-select-background-color","",e.colorWhite),labelColor:t.extend("--ft-combobox-single-select-label-color","",r.contentGlobalSubtle),contentValueColor:t.extend("--ft-combobox-single-select-content-value-color","",r.contentGlobalPrimary),trailingIconColor:t.extend("--ft-combobox-single-select-trailing-icon-color","",r.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-single-select-default-border-color","",r.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-single-select-default-helper-text-color","",r.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","",r.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-single-select-error-helper-text-color","",r.contentErrorPrimary),warningBorderWidth:t.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-single-select-warning-border-color","",r.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-single-select-warning-helper-text-color","",r.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-single-select-warning-helper-icon-color","",r.contentWarningIconOnly),focusOutlineWidth:t.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-single-select-focus-focus-ring-color","",r.borderActionFocusRing),focusOutlineOffset:t.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-combobox-single-select-disabled-component-opacity","",e.opacity40)};var Dr={backgroundColor:t.extend("--ft-combobox-multi-select-background-color","",e.colorWhite),labelColor:t.extend("--ft-combobox-multi-select-label-color","",r.contentGlobalSubtle),trailingIconColor:t.extend("--ft-combobox-multi-select-trailing-icon-color","",r.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-multi-select-default-border-color","",r.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-multi-select-default-helper-text-color","",r.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:t.extend("--ft-combobox-multi-select-error-border-color","",r.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-multi-select-error-helper-text-color","",r.contentErrorPrimary),errorHelperIcon:t.extend("--ft-combobox-multi-select-error-helper-icon","",r.contentErrorIconOnly),errorBorderWidth:t.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-multi-select-warning-border-color","",r.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-multi-select-warning-helper-text-color","",r.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-multi-select-warning-helper-icon-color","",r.contentWarningIconOnly),warningBorderWidth:t.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-multi-select-focus-focus-ring-color","",r.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","",e.opacity40),helperHorizontalPadding:t.extend("--ft-combobox-multi-select-helper-horizontal-padding","",e.spacing4),helperHorizontalGap:t.extend("--ft-combobox-multi-select-helper-horizontal-gap","",e.spacing1),helperVerticalGap:t.extend("--ft-combobox-multi-select-helper-vertical-gap","",e.spacing1),helperIconSize:t.extend("--ft-combobox-multi-select-helper-icon-size","",e.iconSize2),fieldHorizontalPadding:t.extend("--ft-combobox-multi-select-field-horizontal-padding","",e.spacing4),fieldHorizontalGap:t.extend("--ft-combobox-multi-select-field-horizontal-gap","",e.spacing3),fieldVerticalGap:t.extend("--ft-combobox-multi-select-field-vertical-gap","",e.spacing05),fieldIconSize:t.extend("--ft-combobox-multi-select-field-icon-size","",e.iconSize3),fieldMaxHeight:t.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:t.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",e.spacing1),contentValuesVerticalGap:t.extend("--ft-combobox-multi-select-content-values-vertical-gap","",e.spacing1),borderRadius:t.extend("--ft-combobox-multi-select-border-radius","",e.borderRadiusM)};var Yr={backgroundColor:t.extend("--ft-popover-background-color","",r.backgroundGlobalOnSurface),horizontalPadding:t.extend("--ft-popover-horizontal-padding","",e.spacing6),verticalPadding:t.extend("--ft-popover-vertical-padding","",e.spacing6),iconColor:t.extend("--ft-popover-icon-color","",r.contentGlobalSecondary),iconSize:t.extend("--ft-popover-icon-size","",e.iconSize2),titleColor:t.extend("--ft-popover-title-color","",r.contentGlobalPrimary),bodyColor:t.extend("--ft-popover-body-color","",r.contentGlobalSecondary),linkColor:t.extend("--ft-popover-link-color","",r.contentActionPrimary),gap:t.extend("--ft-popover-gap","",e.spacing3),borderRadius:t.extend("--ft-popover-border-radius","",e.borderRadiusM),shadow:t.extend("--ft-popover-shadow","",e.shadowElevation02)};var Qr={topLeftBorderRadius:t.extend("--ft-tabs-top-left-border-radius","",e.borderRadiusS),topRightBorderRadius:t.extend("--ft-tabs-top-right-border-radius","",e.borderRadiusS),labelHorizontalPadding:t.extend("--ft-tabs-label-horizontal-padding","",e.spacing4),labelVerticalPadding:t.extend("--ft-tabs-label-vertical-padding","",e.spacing3),labelGap:t.extend("--ft-tabs-label-gap","",e.spacing1),offHoverStateLayerOpacity:t.extend("--ft-tabs-off-hover-state-layer-opacity","",e.opacity8),offFocusStateLayerOpacity:t.extend("--ft-tabs-off-focus-state-layer-opacity","",e.opacity8),offActiveStateLayerOpacity:t.extend("--ft-tabs-off-active-state-layer-opacity","",e.opacity16),offDisabledComponentOpacity:t.extend("--ft-tabs-off-disabled-component-opacity","",e.opacity40),offColor:t.extend("--ft-tabs-off-color","",r.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-tabs-off-state-layer-color","",r.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-tabs-on-hover-state-layer-opacity","",e.opacity8),onFocusStateLayerOpacity:t.extend("--ft-tabs-on-focus-state-layer-opacity","",e.opacity8),onActiveStateLayerOpacity:t.extend("--ft-tabs-on-active-state-layer-opacity","",e.opacity16),onDisabledComponentOpacity:t.extend("--ft-tabs-on-disabled-component-opacity","",e.opacity40),onColor:t.extend("--ft-tabs-on-color","",r.contentActionPrimary),onStateLayerColor:t.extend("--ft-tabs-on-state-layer-color","",r.contentActionPrimary),iconHorizontalPadding:t.extend("--ft-tabs-icon-horizontal-padding","",e.spacing1),iconVerticalPadding:t.extend("--ft-tabs-icon-vertical-padding","",e.spacing4),focusOutlineWidth:t.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-tabs-focus-focus-ring-color","",r.borderActionFocusRing)};var aa={hoverStateLayerOpacity:t.extend("--ft-collapsible-hover-state-layer-opacity","",e.opacity8),focusStateLayerOpacity:t.extend("--ft-collapsible-focus-state-layer-opacity","",e.opacity8),focusOutlineWidth:t.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:t.extend("--ft-collapsible-focus-focus-ring-color","",r.borderActionFocusRing),activeStateLayerOpacity:t.extend("--ft-collapsible-active-state-layer-opacity","",e.opacity16),disabledComponentOpacity:t.extend("--ft-collapsible-disabled-component-opacity","",e.opacity40),horizontalPadding:t.extend("--ft-collapsible-horizontal-padding","",e.spacing4),verticalPadding:t.extend("--ft-collapsible-vertical-padding","",e.spacing3),color:t.extend("--ft-collapsible-color","",r.contentGlobalPrimary),stateLayerColor:t.extend("--ft-collapsible-state-layer-color","",r.contentGlobalPrimary),backgroundColor:t.extend("--ft-collapsible-background-color","",r.backgroundGlobalOnSurface),borderColor:t.extend("--ft-collapsible-border-color","",r.borderGlobalSubtle),iconSize:t.extend("--ft-collapsible-icon-size","",e.iconSize3)};var pa={groupHorizontalPadding:t.extend("--ft-switch-group-horizontal-padding","",e.spacing1),groupVerticalPadding:t.extend("--ft-switch-group-vertical-padding","",e.spacing1),groupGap:t.extend("--ft-switch-group-gap","",e.spacing1),groupBackgroundColor:t.extend("--ft-switch-group-background-color","",r.backgroundGlobalSurface),groupBorderColor:t.extend("--ft-switch-group-border-color","",r.borderGlobalSubtle),groupBorderRadius:t.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:t.extend("--ft-switch-label-horizontal-padding","",e.spacing2),labelVerticalPadding:t.extend("--ft-switch-label-vertical-padding","",e.spacing1),offHoverStateLayerOpacity:t.extend("--ft-switch-off-hover-state-layer-opacity","",e.opacity8),offFocusStateLayerOpacity:t.extend("--ft-switch-off-focus-state-layer-opacity","",e.opacity8),offActiveStateLayerOpacity:t.extend("--ft-switch-off-active-state-layer-opacity","",e.opacity16),offDisabledComponentOpacity:t.extend("--ft-switch-off-disabled-component-opacity","",e.opacity40),offColor:t.extend("--ft-switch-off-color","",r.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-switch-off-state-layer-color","",r.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-switch-on-hover-state-layer-opacity","",e.opacity8),onFocusStateLayerOpacity:t.extend("--ft-switch-on-focus-state-layer-opacity","",e.opacity8),onActiveStateLayerOpacity:t.extend("--ft-switch-on-active-state-layer-opacity","",e.opacity16),onDisabledComponentOpacity:t.extend("--ft-switch-on-disabled-component-opacity","",e.opacity40),onColor:t.extend("--ft-switch-on-color","",r.contentActionPrimary),onStateLayerColor:t.extend("--ft-switch-on-state-layer-color","",r.contentActionPrimary),iconHorizontalPadding:t.extend("--ft-switch-icon-horizontal-padding","",e.spacing1),iconVerticalPadding:t.extend("--ft-switch-icon-vertical-padding","",e.spacing1),focusOutlineWidth:t.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-switch-focus-focus-ring-color","",r.borderActionFocusRing),optionBorderRadius:t.extend("--ft-switch-option-border-radius","",e.borderRadiusS)};var ya={color1Light:t.extend("--ft-chart-1-light","for area color charts",e.colorBrand40),color1Base:t.extend("--ft-chart-1-base","for line charts",e.colorBrand0),color2Light:t.extend("--ft-chart-2-light","for area color charts",e.colorYellow60),color2Base:t.extend("--ft-chart-2-base","for line charts",e.colorYellow100),color3Light:t.extend("--ft-chart-3-light","",e.colorUltramarine40),color3Base:t.extend("--ft-chart-3-base","",e.colorUltramarine70),color4Light:t.extend("--ft-chart-4-light","",e.colorCyan50),color4Base:t.extend("--ft-chart-4-base","",e.colorCyan100),color5Light:t.extend("--ft-chart-5-light","",e.colorRed40),color5Base:t.extend("--ft-chart-5-base","",e.colorRed60),color6Light:t.extend("--ft-chart-6-light","",e.colorGreen40),color6Base:t.extend("--ft-chart-6-base","",e.colorGreen70),color7Light:t.extend("--ft-chart-7-light","",e.colorOrange70),color7Base:t.extend("--ft-chart-7-base","",e.colorOrange100),color8Light:t.extend("--ft-chart-8-light","",e.colorAvocado70),color8Base:t.extend("--ft-chart-8-base","",e.colorAvocado200),color9Light:t.extend("--ft-chart-9-light","",e.colorBrown50),color9Base:t.extend("--ft-chart-9-base","",e.colorBrown200),color10Light:t.extend("--ft-chart-10-light","",e.colorGray50),color10Base:t.extend("--ft-chart-10-base","",e.colorGray80),monochrome10:t.extend("--ft-chart-monochrome-10","",e.colorBrand10),monochrome20:t.extend("--ft-chart-monochrome-20","",e.colorBrand20),monochrome30:t.extend("--ft-chart-monochrome-30","",e.colorBrand40),monochrome40:t.extend("--ft-chart-monochrome-40","",e.colorBrand60),monochrome50:t.extend("--ft-chart-monochrome-50","",e.colorBrand0),monochrome60:t.extend("--ft-chart-monochrome-60","",e.colorBrand200)};var ua={largeHorizontalPadding:t.extend("--ft-chip-large-horizontal-padding","",e.spacing4),largeVerticalPadding:t.extend("--ft-chip-large-vertical-padding","",e.spacing2),largeGap:t.extend("--ft-chip-large-gap","",e.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","",e.borderRadiusPill),largeBorderWidth:t.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-large-icon-size","",e.iconSize3),mediumHorizontalPadding:t.extend("--ft-chip-medium-horizontal-padding","",e.spacing3),mediumVerticalPadding:t.extend("--ft-chip-medium-vertical-padding","",e.spacing1),mediumGap:t.extend("--ft-chip-medium-gap","",e.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","",e.borderRadiusPill),mediumBorderWidth:t.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-medium-icon-size","",e.iconSize2),smallHorizontalPadding:t.extend("--ft-chip-small-horizontal-padding","",e.spacing2),smallVerticalPadding:t.extend("--ft-chip-small-vertical-padding","",e.spacing05),smallGap:t.extend("--ft-chip-small-gap","",e.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","",e.borderRadiusPill),smallBorderWidth:t.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:t.extend("--ft-chip-small-icon-size","",e.iconSize1),neutralBackgroundColor:t.extend("--ft-chip-neutral-background-color","",r.backgroundGlobalOnSurface),neutralColor:t.extend("--ft-chip-neutral-color","",r.contentGlobalPrimary),neutralIconColor:t.extend("--ft-chip-neutral-icon-color","",r.contentGlobalPrimary),neutralBorderColor:t.extend("--ft-chip-neutral-border-color","",r.borderGlobalSubtle),infoBackgroundColor:t.extend("--ft-chip-info-background-color","",r.backgroundInfoSubtle),infoColor:t.extend("--ft-chip-info-color","",r.contentInfoPrimary),infoIconColor:t.extend("--ft-chip-info-icon-color","",r.contentInfoIconOnly),infoBorderColor:t.extend("--ft-chip-info-border-color","",r.borderInfoSubtle),successBackgroundColor:t.extend("--ft-chip-success-background-color","",r.backgroundSuccessSubtle),successColor:t.extend("--ft-chip-success-color","",r.contentSuccessPrimary),successIconColor:t.extend("--ft-chip-success-icon-color","",r.contentSuccessIconOnly),successBorderColor:t.extend("--ft-chip-success-border-color","",r.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-chip-warning-background-color","",r.backgroundWarningSubtle),warningColor:t.extend("--ft-chip-warning-color","",r.contentWarningPrimary),warningIconColor:t.extend("--ft-chip-warning-icon-color","",r.contentWarningIconOnly),warningBorderColor:t.extend("--ft-chip-warning-border-color","",r.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-chip-error-background-color","",r.backgroundErrorSubtle),errorColor:t.extend("--ft-chip-error-color","",r.contentErrorPrimary),errorIconColor:t.extend("--ft-chip-error-icon-color","",r.contentErrorIconOnly),errorBorderColor:t.extend("--ft-chip-error-border-color","",r.borderErrorSubtle)};var Ca={infoBorderColor:t.extend("--ft-border-info-border-color","",r.borderInfoSubtle)};var wa={borderWidth:t.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:t.extend("--ft-notice-horizontal-padding","",e.spacing2),verticalPadding:t.extend("--ft-notice-vertical-padding","",e.spacing1),borderRadius:t.extend("--ft-notice-border-radius","",e.borderRadiusS),gap:t.extend("--ft-notice-gap","",e.spacing2),iconSize:t.extend("--ft-notice-icon-size","",e.iconSize3),infoBackgroundColor:t.extend("--ft-notice-info-background-color","",r.backgroundInfoSubtle),infoBorderColor:t.extend("--ft-notice-info-border-color","",r.borderInfoSubtle),infoColor:t.extend("--ft-notice-info-color","",r.contentInfoPrimary),infoIconColor:t.extend("--ft-notice-info-icon-color","",r.contentInfoIconOnly),warningBackgroundColor:t.extend("--ft-notice-warning-background-color","",r.backgroundWarningSubtle),warningBorderColor:t.extend("--ft-notice-warning-border-color","",r.borderWarningSubtle),warningColor:t.extend("--ft-notice-warning-color","",r.contentWarningPrimary),warningIconColor:t.extend("--ft-notice-warning-icon-color","",r.contentWarningIconOnly),errorBackgroundColor:t.extend("--ft-notice-error-background-color","",r.backgroundErrorSubtle),errorBorderColor:t.extend("--ft-notice-error-border-color","",r.borderErrorSubtle),errorColor:t.extend("--ft-notice-error-color","",r.contentErrorPrimary),errorIconColor:t.extend("--ft-notice-error-icon-color","",r.contentErrorIconOnly),successBackgroundColor:t.extend("--ft-notice-success-background-color","",r.backgroundSuccessSubtle),successBorderColor:t.extend("--ft-notice-success-border-color","",r.borderSuccessSubtle),successColor:t.extend("--ft-notice-success-color","",r.contentSuccessPrimary),successIconColor:t.extend("--ft-notice-success-icon-color","",r.contentSuccessIconOnly)};var za={color:t.extend("--ft-checkbox-color","",r.contentGlobalPrimary),checkedBackgroundColor:t.extend("--ft-checkbox-checked-background-color","",r.contentActionPrimary),checkedStateLayerColor:t.extend("--ft-checkbox-checked-state-layer-color","",r.contentActionPrimary),checkedIconColor:t.extend("--ft-checkbox-checked-icon-color","",r.contentGlobalOnColor),checkedHoverStateLayerOpacity:t.extend("--ft-checkbox-checked-hover-state-layer-opacity","",e.opacity16),checkedFocusStateLayerOpacity:t.extend("--ft-checkbox-checked-focus-state-layer-opacity","",e.opacity16),checkedActiveStateLayerOpacity:t.extend("--ft-checkbox-checked-active-state-layer-opacity","",e.opacity24),checkedDisabledComponentOpacity:t.extend("--ft-checkbox-checked-disabled-component-opacity","",e.opacity40),uncheckedBorderColor:t.extend("--ft-checkbox-unchecked-border-color","",e.colorGray80),uncheckedStateLayerColor:t.extend("--ft-checkbox-unchecked-state-layer-color","",e.colorGray80),uncheckedHoverStateLayerOpacity:t.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",e.opacity16),uncheckedFocusStateLayerOpacity:t.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",e.opacity16),uncheckedActiveStateLayerOpacity:t.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",e.opacity24),uncheckedDisabledComponentOpacity:t.extend("--ft-checkbox-unchecked-disabled-component-opacity","",e.opacity40),focusFocusRingColor:t.extend("--ft-checkbox-focus-focus-ring-color","",r.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","",e.spacing3)};var Aa={offHoverStateLayerOpacity:t.extend("--ft-toggle-off-hover-state-layer-opacity","",e.opacity16),offFocusStateLayerOpacity:t.extend("--ft-toggle-off-focus-state-layer-opacity","",e.opacity16),offActiveStateLayerOpacity:t.extend("--ft-toggle-off-active-state-layer-opacity","",e.opacity24),offDisabledComponentOpacity:t.extend("--ft-toggle-off-disabled-component-opacity","",e.opacity40),offBackgroundColor:t.extend("--ft-toggle-off-background-color","",r.contentGlobalSubtle),offIconColor:t.extend("--ft-toggle-off-icon-color","",r.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-toggle-off-state-layer-color","",r.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-toggle-on-hover-state-layer-opacity","",e.opacity16),onFocusStateLayerOpacity:t.extend("--ft-toggle-on-focus-state-layer-opacity","",e.opacity16),onActiveStateLayerOpacity:t.extend("--ft-toggle-on-active-state-layer-opacity","",e.opacity24),onDisabledComponentOpacity:t.extend("--ft-toggle-on-disabled-component-opacity","",e.opacity40),onBackgroundColor:t.extend("--ft-toggle-on-background-color","",r.contentActionPrimary),onStateLayerColor:t.extend("--ft-toggle-on-state-layer-color","",r.contentActionPrimary),onIconColor:t.extend("--ft-toggle-on-icon-color","",r.contentActionPrimary),color:t.extend("--ft-toggle-color","",r.contentGlobalPrimary),focusFocusRingColor:t.extend("--ft-toggle-focus-focus-ring-color","",r.borderActionFocusRing),gap:t.extend("--ft-toggle-gap","",e.spacing3)};var Ka={color:t.extend("--ft-radio-color","",r.contentGlobalPrimary),selectedRadioColor:t.extend("--ft-radio-selected-radio-color","",r.contentActionPrimary),selectedStateLayerColor:t.extend("--ft-radio-selected-state-layer-color","",r.contentActionPrimary),selectedHoverStateLayerOpacity:t.extend("--ft-radio-selected-hover-state-layer-opacity","",e.opacity16),selectedFocusStateLayerOpacity:t.extend("--ft-radio-selected-focus-state-layer-opacity","",e.opacity16),selectedActiveStateLayerOpacity:t.extend("--ft-radio-selected-active-state-layer-opacity","",e.opacity24),selectedDisabledComponentOpacity:t.extend("--ft-radio-selected-disabled-component-opacity","",e.opacity40),unselectedStateLayerColor:t.extend("--ft-radio-unselected-state-layer-color","",r.borderInputPrimary),unselectedBorderColor:t.extend("--ft-radio-unselected-border-color","",r.borderInputPrimary),unselectedHoverStateLayerOpacity:t.extend("--ft-radio-unselected-hover-state-layer-opacity","",e.opacity16),unselectedFocusStateLayerOpacity:t.extend("--ft-radio-unselected-focus-state-layer-opacity","",e.opacity16),unselectedActiveStateLayerOpacity:t.extend("--ft-radio-unselected-active-state-layer-opacity","",e.opacity24),unselectedDisabledComponentOpacity:t.extend("--ft-radio-unselected-disabled-component-opacity","",e.opacity40),focusFocusRingColor:t.extend("--ft-radio-focus-focus-ring-color","",r.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","",e.spacing3)};var Ma={iconSize:t.extend("--ft-notification-icon-size","",e.iconSize4),horizontalPadding:t.extend("--ft-notification-horizontal-padding","",e.spacing4),verticalPadding:t.extend("--ft-notification-vertical-padding","",e.spacing4),infoBackgroundColor:t.extend("--ft-notification-info-background-color","",r.backgroundInfoSubtle),infoColor:t.extend("--ft-notification-info-color","",r.contentInfoPrimary),infoIconColor:t.extend("--ft-notification-info-icon-color","",r.contentInfoIconOnly),infoBorderColor:t.extend("--ft-notification-info-border-color","",r.borderInfoSubtle),successBackgroundColor:t.extend("--ft-notification-success-background-color","",r.backgroundSuccessSubtle),successColor:t.extend("--ft-notification-success-color","",r.contentSuccessPrimary),successIconColor:t.extend("--ft-notification-success-icon-color","",r.contentSuccessIconOnly),successBorderColor:t.extend("--ft-notification-success-border-color","",r.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-notification-warning-background-color","",r.backgroundWarningSubtle),warningColor:t.extend("--ft-notification-warning-color","",r.contentWarningPrimary),warningIconColor:t.extend("--ft-notification-warning-icon-color","",r.contentWarningIconOnly),warningBorderColor:t.extend("--ft-notification-warning-border-color","",r.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-notification-error-background-color","",r.backgroundErrorSubtle),errorColor:t.extend("--ft-notification-error-color","",r.contentErrorPrimary),errorIconColor:t.extend("--ft-notification-error-icon-color","",r.contentErrorIconOnly),errorBorderColor:t.extend("--ft-notification-error-border-color","",r.borderErrorSubtle),borderRadius:t.extend("--ft-notification-border-radius","",e.borderRadiusPill),borderWidth:t.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:t.extend("--ft-notification-leading-gap","",e.spacing2),trailingGap:t.extend("--ft-notification-trailing-gap","",e.spacing8)};var Ja={horizontalPadding:t.extend("--ft-tooltip-horizontal-padding","",e.spacing2),verticalPadding:t.extend("--ft-tooltip-vertical-padding","",e.spacing2),borderRadius:t.extend("--ft-tooltip-border-radius","",e.borderRadiusS),color:t.extend("--ft-tooltip-color","",r.contentGlobalOnColor),backgroundColor:t.extend("--ft-tooltip-background-color","",r.contentGlobalPrimary),backgroundOpacity:t.extend("--ft-tooltip-background-opacity","",e.opacity80),shadow:t.extend("--ft-tooltip-shadow","",e.shadowElevation03),maxWidth:t.create("--ft-tooltip-max-width","","SIZE","256px"),gap:t.extend("--ft-tooltip-gap","",e.spacing05)};var bt=b(E());function $e(c){let o=ht[c];return bt.css`
128
- .ft-typography--${(0,bt.unsafeCSS)(c)} {
124
+ `}contentAvailableCallback(o){super.contentAvailableCallback(o),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(o){var a,n;super.update(o),o.has("disabled")&&(this.disabled?(this.endRipple(),(a=this.target)===null||a===void 0||a.removeAttribute("data-is-ft-ripple-target")):(n=this.target)===null||n===void 0||n.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var o,a;let n=(o=this.shadowRoot)===null||o===void 0?void 0:o.host.parentElement;n&&this.setupFor((a=this.target)!==null&&a!==void 0?a:n)}setupFor(o){if(this.setupDebouncer.cancel(),this.target===o)return;this.onDisconnect&&this.onDisconnect(),this.target=o,o.setAttribute("data-is-ft-ripple-target","true");let a=(...f)=>g=>{f.forEach(y=>window.addEventListener(y,this.endPress,{once:!0})),this.startPress(g)},n=a("mouseup","contextmenu"),c=a("touchend","touchcancel"),p=f=>{["Enter"," "].includes(f.key)&&a("keyup")(f)},l={passive:!0};o.addEventListener("mouseover",this.startHover,l),o.addEventListener("mousemove",this.moveRipple,l),o.addEventListener("mouseleave",this.endHover,l),o.addEventListener("mousedown",n,l),o.addEventListener("touchstart",c,l),o.addEventListener("touchmove",this.moveRipple,l),o.addEventListener("keydown",p,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",n,l),o.removeEventListener("touchstart",c,l),o.removeEventListener("touchmove",this.moveRipple,l),o.removeEventListener("keydown",p,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 a=o,n=o,c,p;return a.x!=null?{x:c,y:p}=a:n.touches!=null&&(c=n.touches[0].clientX,p=n.touches[0].clientY),{x:c,y:p}}isFocusVisible(o){return o instanceof HTMLElement?o.matches(":focus-visible"):!0}isIgnored(o){if(this.disabled)return!0;if(o!=null)for(let a of o.composedPath()){if(a===this.target)break;if("hasAttribute"in a&&a.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};u.elementDefinitions={};u.styles=Zt;N([(0,O.property)({type:Boolean})],u.prototype,"primary",void 0);N([(0,O.property)({type:Boolean})],u.prototype,"secondary",void 0);N([(0,O.property)({type:Boolean})],u.prototype,"unbounded",void 0);N([(0,O.property)({type:Boolean})],u.prototype,"activated",void 0);N([(0,O.property)({type:Boolean})],u.prototype,"selected",void 0);N([(0,O.property)({type:Boolean})],u.prototype,"disabled",void 0);N([(0,O.state)()],u.prototype,"hovered",void 0);N([(0,O.state)()],u.prototype,"focused",void 0);N([(0,O.state)()],u.prototype,"pressed",void 0);N([(0,O.state)()],u.prototype,"rippling",void 0);N([(0,O.state)()],u.prototype,"originX",void 0);N([(0,O.state)()],u.prototype,"originY",void 0);N([(0,O.query)(".ft-ripple")],u.prototype,"ripple",void 0);N([(0,O.query)(".ft-ripple--effect")],u.prototype,"rippleEffect",void 0);(0,_t.customElement)("ft-ripple")(u);var je=b(w());var It=globalThis,st=It.trustedTypes,Tt=st?st.createPolicy("lit-html",{createHTML:i=>i}):void 0,qt="$lit$",A=`lit$${(Math.random()+"").slice(9)}$`,Jt="?"+A,fo=`<${Jt}>`,K=document,ft=()=>K.createComment(""),it=i=>i===null||typeof i!="object"&&typeof i!="function",Qt=Array.isArray,go=i=>Qt(i)||typeof i?.[Symbol.iterator]=="function",xt=`[
125
+ \f\r]`,nt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Vt=/-->/g,Mt=/>/g,G=RegExp(`>|${xt}(?:([^\\s"'>=/]+)(${xt}*=${xt}*(?:[^
126
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),Yt=/'/g,jt=/"/g,te=/^(?:script|style|textarea|title)$/i,ee=i=>(o,...a)=>({_$litType$:i,strings:o,values:a}),oe=ee(1),re=ee(2),ct=Symbol.for("lit-noChange"),S=Symbol.for("lit-nothing"),Xt=new WeakMap,Z=K.createTreeWalker(K,129);function ae(i,o){if(!Array.isArray(i)||!i.hasOwnProperty("raw"))throw Error("invalid template strings array");return Tt!==void 0?Tt.createHTML(o):o}var yo=(i,o)=>{let a=i.length-1,n=[],c,p=o===2?"<svg>":"",l=nt;for(let f=0;f<a;f++){let g=i[f],y,x,h=-1,F=0;for(;F<g.length&&(l.lastIndex=F,x=l.exec(g),x!==null);)F=l.lastIndex,l===nt?x[1]==="!--"?l=Vt:x[1]!==void 0?l=Mt:x[2]!==void 0?(te.test(x[2])&&(c=RegExp("</"+x[2],"g")),l=G):x[3]!==void 0&&(l=G):l===G?x[0]===">"?(l=c??nt,h=-1):x[1]===void 0?h=-2:(h=l.lastIndex-x[2].length,y=x[1],l=x[3]===void 0?G:x[3]==='"'?jt:Yt):l===jt||l===Yt?l=G:l===Vt||l===Mt?l=nt:(l=G,c=void 0);let U=l===G&&i[f+1].startsWith("/>")?" ":"";p+=l===nt?g+fo:h>=0?(n.push(y),g.slice(0,h)+qt+g.slice(h)+A+U):g+A+(h===-2?f:U)}return[ae(i,p+(i[a]||"<?>")+(o===2?"</svg>":"")),n]},lt=class i{constructor({strings:o,_$litType$:a},n){let c;this.parts=[];let p=0,l=0,f=o.length-1,g=this.parts,[y,x]=yo(o,a);if(this.el=i.createElement(y,n),Z.currentNode=this.el.content,a===2){let h=this.el.content.firstChild;h.replaceWith(...h.childNodes)}for(;(c=Z.nextNode())!==null&&g.length<f;){if(c.nodeType===1){if(c.hasAttributes())for(let h of c.getAttributeNames())if(h.endsWith(qt)){let F=x[l++],U=c.getAttribute(h).split(A),pt=/([.?@])?(.*)/.exec(F);g.push({type:1,index:p,name:pt[2],strings:U,ctor:pt[1]==="."?Ot:pt[1]==="?"?Ct:pt[1]==="@"?Nt:T}),c.removeAttribute(h)}else h.startsWith(A)&&(g.push({type:6,index:p}),c.removeAttribute(h));if(te.test(c.tagName)){let h=c.textContent.split(A),F=h.length-1;if(F>0){c.textContent=st?st.emptyScript:"";for(let U=0;U<F;U++)c.append(h[U],ft()),Z.nextNode(),g.push({type:2,index:++p});c.append(h[F],ft())}}}else if(c.nodeType===8)if(c.data===Jt)g.push({type:2,index:p});else{let h=-1;for(;(h=c.data.indexOf(A,h+1))!==-1;)g.push({type:7,index:p}),h+=A.length-1}p++}}static createElement(o,a){let n=K.createElement("template");return n.innerHTML=o,n}};function _(i,o,a=i,n){if(o===ct)return o;let c=n!==void 0?a._$Co?.[n]:a._$Cl,p=it(o)?void 0:o._$litDirective$;return c?.constructor!==p&&(c?._$AO?.(!1),p===void 0?c=void 0:(c=new p(i),c._$AT(i,a,n)),n!==void 0?(a._$Co??=[])[n]=c:a._$Cl=c),c!==void 0&&(o=_(i,c._$AS(i,o.values),c,n)),o}var St=class{constructor(o,a){this._$AV=[],this._$AN=void 0,this._$AD=o,this._$AM=a}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(o){let{el:{content:a},parts:n}=this._$AD,c=(o?.creationScope??K).importNode(a,!0);Z.currentNode=c;let p=Z.nextNode(),l=0,f=0,g=n[0];for(;g!==void 0;){if(l===g.index){let y;g.type===2?y=new gt(p,p.nextSibling,this,o):g.type===1?y=new g.ctor(p,g.name,g.strings,this,o):g.type===6&&(y=new vt(p,this,o)),this._$AV.push(y),g=n[++f]}l!==g?.index&&(p=Z.nextNode(),l++)}return Z.currentNode=K,c}p(o){let a=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(o,n,a),a+=n.strings.length-2):n._$AI(o[a])),a++}},gt=class i{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(o,a,n,c){this.type=2,this._$AH=S,this._$AN=void 0,this._$AA=o,this._$AB=a,this._$AM=n,this.options=c,this._$Cv=c?.isConnected??!0}get parentNode(){let o=this._$AA.parentNode,a=this._$AM;return a!==void 0&&o?.nodeType===11&&(o=a.parentNode),o}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(o,a=this){o=_(this,o,a),it(o)?o===S||o==null||o===""?(this._$AH!==S&&this._$AR(),this._$AH=S):o!==this._$AH&&o!==ct&&this._(o):o._$litType$!==void 0?this.g(o):o.nodeType!==void 0?this.$(o):go(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!==S&&it(this._$AH)?this._$AA.nextSibling.data=o:this.$(K.createTextNode(o)),this._$AH=o}g(o){let{values:a,_$litType$:n}=o,c=typeof n=="number"?this._$AC(o):(n.el===void 0&&(n.el=lt.createElement(ae(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===c)this._$AH.p(a);else{let p=new St(c,this),l=p.u(this.options);p.p(a),this.$(l),this._$AH=p}}_$AC(o){let a=Xt.get(o.strings);return a===void 0&&Xt.set(o.strings,a=new lt(o)),a}T(o){Qt(this._$AH)||(this._$AH=[],this._$AR());let a=this._$AH,n,c=0;for(let p of o)c===a.length?a.push(n=new i(this.k(ft()),this.k(ft()),this,this.options)):n=a[c],n._$AI(p),c++;c<a.length&&(this._$AR(n&&n._$AB.nextSibling,c),a.length=c)}_$AR(o=this._$AA.nextSibling,a){for(this._$AP?.(!1,!0,a);o&&o!==this._$AB;){let n=o.nextSibling;o.remove(),o=n}}setConnected(o){this._$AM===void 0&&(this._$Cv=o,this._$AP?.(o))}},T=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(o,a,n,c,p){this.type=1,this._$AH=S,this._$AN=void 0,this.element=o,this.name=a,this._$AM=c,this.options=p,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=S}_$AI(o,a=this,n,c){let p=this.strings,l=!1;if(p===void 0)o=_(this,o,a,0),l=!it(o)||o!==this._$AH&&o!==ct,l&&(this._$AH=o);else{let f=o,g,y;for(o=p[0],g=0;g<p.length-1;g++)y=_(this,f[n+g],a,g),y===ct&&(y=this._$AH[g]),l||=!it(y)||y!==this._$AH[g],y===S?o=S:o!==S&&(o+=(y??"")+p[g+1]),this._$AH[g]=y}l&&!c&&this.O(o)}O(o){o===S?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,o??"")}},Ot=class extends T{constructor(){super(...arguments),this.type=3}O(o){this.element[this.name]=o===S?void 0:o}},Ct=class extends T{constructor(){super(...arguments),this.type=4}O(o){this.element.toggleAttribute(this.name,!!o&&o!==S)}},Nt=class extends T{constructor(o,a,n,c,p){super(o,a,n,c,p),this.type=5}_$AI(o,a=this){if((o=_(this,o,a,0)??S)===ct)return;let n=this._$AH,c=o===S&&n!==S||o.capture!==n.capture||o.once!==n.once||o.passive!==n.passive,p=o!==S&&(n===S||c);c&&this.element.removeEventListener(this.name,this,n),p&&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)}},vt=class{constructor(o,a,n){this.element=o,this.type=6,this._$AN=void 0,this._$AM=a,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(o){_(this,o)}};var ho=It.litHtmlPolyfillSupport;ho?.(lt,gt),(It.litHtmlVersions??=[]).push("3.1.0");var ie=Symbol.for(""),bo=i=>{if(i?.r===ie)return i?._$litStatic$},Wt=i=>({_$litStatic$:i,r:ie});var ne=new Map,ce=i=>(o,...a)=>{let n=a.length,c,p,l=[],f=[],g,y=0,x=!1;for(;y<n;){for(g=o[y];y<n&&(p=a[y],(c=bo(p))!==void 0);)g+=c+o[++y],x=!0;y!==n&&f.push(p),l.push(g),y++}if(y===n&&l.push(o[n]),x){let h=l.join("$$lit$$");(o=ne.get(h))===void 0&&(l.raw=l,ne.set(h,o=l)),a=f}return i(o,...a)},wt=ce(oe),ko=ce(re);var Et=b(rt()),Ye=b(w());var yt;(function(i){i.title="title",i.title_dense="title-dense",i.subtitle1="subtitle1",i.subtitle2="subtitle2",i.body1="body1",i.body2="body2",i.caption="caption",i.breadcrumb="breadcrumb",i.overline="overline",i.button="button",i.display="display",i.title1="title-1",i.title2="title-2",i.title3="title-3",i.body1regular="body-1-regular",i.body1medium="body-1-medium",i.body1semibold="body-1-semibold",i.body2regular="body-2-regular",i.body2medium="body-2-medium",i.body2semibold="body-2-semibold",i.label1medium="label-1-medium",i.label1semibold="label-1-semibold",i.label1bold="label-1-bold",i.label2medium="label-2-medium",i.label2semibold="label-2-semibold",i.label2bold="label-2-bold",i.caption1medium="caption-1-medium",i.caption1semibold="caption-1-semibold",i.caption1bold="caption-1-bold",i.caption2medium="caption-2-medium",i.caption2semibold="caption-2-semibold",i.caption2bold="caption-2-bold"})(yt||(yt={}));var I=b(R()),d=b(w());var L=b(R(),1),H=i=>typeof i=="string"?(0,L.unsafeCSS)(i):i,t=class{static create(o,a,n,c){let p=f=>H(f??c),l=L.css`var(${H(o)}, ${p(c)})`;return l.name=o,l.description=a,l.category=n,l.defaultValue=c,l.defaultCssValue=p,l.get=f=>L.css`var(${H(o)}, ${p(f)})`,l.breadcrumb=()=>[],l.lastResortDefaultValue=()=>c,l}static extend(o,a,n,c){let p=f=>n.get(f??c),l=L.css`var(${H(o)}, ${p(c)})`;return l.name=o,l.description=a,l.category=n.category,l.fallbackVariable=n,l.defaultValue=c,l.defaultCssValue=p,l.get=f=>L.css`var(${H(o)}, ${p(f)})`,l.breadcrumb=()=>[n.name,...n.breadcrumb()],l.lastResortDefaultValue=()=>c??n.lastResortDefaultValue(),l}static external(o,a){let n=p=>o.fallbackVariable?o.fallbackVariable.get(p??o.defaultValue):H(p??o.lastResortDefaultValue()),c=L.css`var(${H(o.name)}, ${n(o.defaultValue)})`;return c.name=o.name,c.category=o.category,c.fallbackVariable=o.fallbackVariable,c.defaultValue=o.defaultValue,c.context=a,c.defaultCssValue=n,c.get=p=>L.css`var(${H(o.name)}, ${n(p)})`,c.breadcrumb=()=>o.fallbackVariable?[o.fallbackVariable.name,...o.fallbackVariable.breadcrumb()]:[],c.lastResortDefaultValue=()=>o.lastResortDefaultValue(),c}};var e={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","0.75rem"),iconSize2:t.create("--ft-icon-size-2","","SIZE","1rem"),iconSize3:t.create("--ft-icon-size-3","","SIZE","1.25rem"),iconSize4:t.create("--ft-icon-size-4","","SIZE","1.5rem"),iconSize5:t.create("--ft-icon-size-5","","SIZE","2rem"),iconSize6:t.create("--ft-icon-size-6","","SIZE","3rem"),opacity0:t.create("--ft-opacity-0","","NUMBER","0"),opacity8:t.create("--ft-opacity-8","","NUMBER","0.08"),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)")},le={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")},pe={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")},de={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")},se={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")},fe={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")},ge={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")},ye={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")},he={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")},be={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")},uo={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")},ue={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")},me={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")},xe={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")},Se={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")},Oe={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")},Ce={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")},Ne={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")},ve={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")},Ie={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")},We={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")},we={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")},Ee={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")},Re={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")},Fe={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")},Le={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")},ze={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")},ht={display:le,"title-1":pe,"title-2":de,"title-3":se,"body-1-regular":fe,"body-1-medium":ge,"body-1-semibold":ye,"body-2-regular":he,"body-2-medium":be,"body-2-medium-underline":uo,"body-2-semibold":ue,"label-1-medium":me,"label-1-semibold":xe,"label-1-bold":Se,"label-2-medium":Oe,"label-2-semibold":Ce,"label-2-bold":Ne,"caption-1-medium":ve,"caption-1-semibold":Ie,"caption-1-bold":We,"caption-2-medium":we,"caption-2-semibold":Ee,"caption-2-bold":Re,"caption-3-medium":Fe,"caption-3-semibold":Le,"caption-3-bold":ze};var r={backgroundActionPrimary:t.extend("--ft-background-action-primary","Used as backgorund of primary action components.",e.colorBrand0),backgroundErrorSubtle:t.extend("--ft-background-error-subtle","Used as background of subtle error components.",e.colorRed10),backgroundInfoSubtle:t.extend("--ft-background-info-subtle","Used as background of subtle information components.",e.colorCyan10),backgroundWarningSubtle:t.extend("--ft-background-warning-subtle","Used as background of subtle information components.",e.colorOrange10),backgroundSuccessSubtle:t.extend("--ft-background-success-subtle","Used as background of subtle success components.",e.colorGreen10),backgroundGlobalSurface:t.extend("--ft-background-global-surface","Used as app background.",e.colorWhite),backgroundGlobalOnSurface:t.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",e.colorGray10),backgroundGlobalOnSurfaceDark:t.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",e.colorGray30),contentActionPrimary:t.extend("--ft-content-action-primary","Used on label of primary action on light surface.",e.colorBrand0),contentWarningPrimary:t.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",e.colorOrange200),contentWarningIconOnly:t.extend("--ft-content-warning-icon-only","Used on warning status icons alone",e.colorOrange0),contentErrorPrimary:t.extend("--ft-content-error-primary","Used on label of error messages on light surface.",e.colorRed0),contentErrorIconOnly:t.extend("--ft-content-error-icon-only","Used on error status icons alone",e.colorRed70),contentInfoPrimary:t.extend("--ft-content-info-primary","Used on label of information messages on light surface.",e.colorCyan200),contentInfoIconOnly:t.extend("--ft-content-info-icon-only","Used on info status icons alone",e.colorCyan0),contentSuccessPrimary:t.extend("--ft-content-success-primary","Used on label of success messages on light surface.",e.colorGreen200),contentSuccessIconOnly:t.extend("--ft-content-success-icon-only","Used on success status icons alone",e.colorGreen0),contentGlobalPrimary:t.extend("--ft-content-global-primary","Used for main content on the page.",e.colorGray500),contentGlobalSecondary:t.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
127
+ Also for action icons.`,e.colorGray200),contentGlobalSubtle:t.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",e.colorGray0),contentGlobalOnColor:t.extend("--ft-content-global-on-color","Used for content on a dominant color.",e.colorWhite),borderActionPrimary:t.extend("--ft-border-action-primary","Used as border for primary action components.",e.colorBrand0),borderActionFocusRing:t.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",e.colorCyan0),borderWarningPrimary:t.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",e.colorOrange200),borderWarningSubtle:t.extend("--ft-border-warning-subtle","Used as border for warning components.",e.colorOrange30),borderSuccessPrimary:t.extend("--ft-border-success-primary","Used as border for success buttons.",e.colorGreen200),borderSuccessSubtle:t.extend("--ft-border-success-subtle","Used as border for success components.",e.colorGreen30),borderErrorPrimary:t.extend("--ft-border-error-primary","Used as border for text fields in error states.",e.colorRed0),borderErrorSubtle:t.extend("--ft-border-error-subtle","Used as border for error components.",e.colorRed30),borderInfoPrimary:t.extend("--ft-border-info-primary","Used as border for buttons in info color.",e.colorCyan200),borderInfoSubtle:t.extend("--ft-border-info-subtle","Used as border for information components.",e.colorCyan30),borderGlobalPrimary:t.extend("--ft-border-global-primary","Used as border for element like input.",e.colorGray50),borderGlobalSubtle:t.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",e.colorGray30),borderInputPrimary:t.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",e.colorGray80)};var Mo={largeHeight:t.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:t.extend("--ft-button-large-horizontal-padding","",e.spacing4),largeGap:t.extend("--ft-button-large-gap","",e.spacing2),largeBorderRadius:t.extend("--ft-button-large-border-radius","",e.borderRadiusS),largeIconSize:t.extend("--ft-button-large-icon-size","",e.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","",e.spacing3),smallGap:t.extend("--ft-button-small-gap","",e.spacing2),smallBorderRadius:t.extend("--ft-button-small-border-radius","",e.borderRadiusS),smallIconSize:t.extend("--ft-button-small-icon-size","",e.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","",r.backgroundActionPrimary),primaryColor:t.extend("--ft-button-primary-color","",r.contentGlobalOnColor),primaryIconColor:t.extend("--ft-button-primary-icon-color","",r.contentGlobalOnColor),primaryStateLayerColor:t.extend("--ft-button-primary-state-layer-color","",r.contentGlobalOnColor),primaryHoverStateLayerOpacity:t.extend("--ft-button-primary-hover-state-layer-opacity","",e.opacity16),primaryFocusStateLayerOpacity:t.extend("--ft-button-primary-focus-state-layer-opacity","",e.opacity16),primaryActiveStateLayerOpacity:t.extend("--ft-button-primary-active-state-layer-opacity","",e.opacity24),primaryDisabledComponentOpacity:t.extend("--ft-button-primary-disabled-component-opacity","",e.opacity40),focusFocusRingColor:t.extend("--ft-button-focus-focus-ring-color","",r.borderActionFocusRing),tertiaryBackgroundColor:t.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:t.extend("--ft-button-tertiary-color","",r.contentActionPrimary),tertiaryIconColor:t.extend("--ft-button-tertiary-icon-color","",r.contentActionPrimary),tertiaryStateLayerColor:t.extend("--ft-button-tertiary-state-layer-color","",r.contentActionPrimary),tertiaryHoverStateLayerOpacity:t.extend("--ft-button-tertiary-hover-state-layer-opacity","",e.opacity8),tertiaryFocusStateLayerOpacity:t.extend("--ft-button-tertiary-focus-state-layer-opacity","",e.opacity8),tertiaryActiveStateLayerOpacity:t.extend("--ft-button-tertiary-active-state-layer-opacity","",e.opacity16),tertiaryDisabledComponentOpacity:t.extend("--ft-button-tertiary-disabled-component-opacity","",e.opacity40),secondaryBackgroundColor:t.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:t.extend("--ft-button-secondary-color","",r.contentActionPrimary),secondaryIconColor:t.extend("--ft-button-secondary-icon-color","",r.contentActionPrimary),secondaryStateLayerColor:t.extend("--ft-button-secondary-state-layer-color","",r.contentActionPrimary),secondaryHoverStateLayerOpacity:t.extend("--ft-button-secondary-hover-state-layer-opacity","",e.opacity8),secondaryFocusStateLayerOpacity:t.extend("--ft-button-secondary-focus-state-layer-opacity","",e.opacity8),secondaryActiveStateLayerOpacity:t.extend("--ft-button-secondary-active-state-layer-opacity","",e.opacity16),secondaryDisabledComponentOpacity:t.extend("--ft-button-secondary-disabled-component-opacity","",e.opacity40),secondaryBorderColor:t.extend("--ft-button-secondary-border-color","",r.borderActionPrimary),neutralBackgroundColor:t.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:t.extend("--ft-button-neutral-icon-color","",r.contentGlobalSecondary),neutralColor:t.extend("--ft-button-neutral-color","",r.contentGlobalSecondary),neutralStateLayerColor:t.extend("--ft-button-neutral-state-layer-color","",r.contentGlobalSecondary),neutralHoverStateLayerOpacity:t.extend("--ft-button-neutral-hover-state-layer-opacity","",e.opacity8),neutralFocusStateLayerOpacity:t.extend("--ft-button-neutral-focus-state-layer-opacity","",e.opacity8),neutralActiveStateLayerOpacity:t.extend("--ft-button-neutral-active-state-layer-opacity","",e.opacity16),neutralDisabledComponentOpacity:t.extend("--ft-button-neutral-disabled-component-opacity","",e.opacity40)};var Jo={focusOpacity:t.extend("--ft-link-focus-opacity","",e.opacity80),focusFocusRingColor:t.extend("--ft-link-focus-focus-ring-color","",r.borderActionFocusRing),brandColor:t.extend("--ft-link-brand-color","",r.contentActionPrimary),infoColor:t.extend("--ft-link-info-color","",r.contentInfoPrimary)};var rr={iconSize:t.extend("--ft-banner-icon-size","",e.iconSize5),borderWidth:t.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:t.extend("--ft-banner-horizontal-padding","",e.spacing6),verticalPadding:t.extend("--ft-banner-vertical-padding","",e.spacing6),horizontalSideGap:t.extend("--ft-banner-horizontal-side-gap","",e.spacing6),horizontalMobileGap:t.extend("--ft-banner-horizontal-mobile-gap","",e.spacing4),verticalMobileGap:t.extend("--ft-banner-vertical-mobile-gap","",e.spacing6),horizontalMiddleGap:t.extend("--ft-banner-horizontal-middle-gap","",e.spacing20),infoBackgroundColor:t.extend("--ft-banner-info-background-color","",r.backgroundInfoSubtle),infoColor:t.extend("--ft-banner-info-color","",r.contentInfoPrimary),infoIconColor:t.extend("--ft-banner-info-icon-color","",r.contentInfoIconOnly),infoBorderColor:t.extend("--ft-banner-info-border-color","",r.borderInfoSubtle)};var lr={horizontalPadding:t.extend("--ft-badge-horizontal-padding","",e.spacing1),verticalPadding:t.extend("--ft-badge-vertical-padding","",e.spacing1),borderRadius:t.extend("--ft-badge-border-radius","",e.borderRadiusPill),color:t.extend("--ft-badge-color","",r.contentGlobalOnColor),backgroundColor:t.extend("--ft-badge-background-color","",r.contentActionPrimary)};var gr={horizontalGap:t.extend("--ft-breadcrumb-horizontal-gap","",e.spacing1),verticalGap:t.extend("--ft-breadcrumb-vertical-gap","",e.spacing2),currentColor:t.extend("--ft-breadcrumb-current-color","",r.contentGlobalPrimary),previousNonClickableColor:t.extend("--ft-breadcrumb-previous-non-clickable-color","",r.contentGlobalSecondary),iconColor:t.extend("--ft-breadcrumb-icon-color","",r.contentGlobalSubtle)};var mr={horizontalPadding:t.extend("--ft-page-header-horizontal-padding","",e.spacing12),horizontalGap:t.extend("--ft-page-header-horizontal-gap","",e.spacing4),verticalGap:t.extend("--ft-page-header-vertical-gap","",e.spacing2),classicVerticalPadding:t.extend("--ft-page-header-classic-vertical-padding","",e.spacing6),multilineVerticalPadding:t.extend("--ft-page-header-multiline-vertical-padding","",e.spacing4),inlineVerticalPadding:t.extend("--ft-page-header-inline-vertical-padding","",e.spacing2),backgroundColor:t.extend("--ft-page-header-background-color","",e.colorWhite),bottomBorderColor:t.extend("--ft-page-header-bottom-border-color","",r.borderGlobalSubtle),titleColor:t.extend("--ft-page-header-title-color","",r.contentGlobalPrimary),subtitleColor:t.extend("--ft-page-header-subtitle-color","",r.contentGlobalSecondary)};var Nr={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","",e.colorGray700),overlayOpacity:t.extend("--ft-modal-overlay-opacity","",e.opacity40),shadow:t.extend("--ft-modal-shadow","",e.shadowElevation03),bodyBackgroundColor:t.extend("--ft-modal-body-background-color","",e.colorWhite),bodyColor:t.extend("--ft-modal-body-color","",r.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-modal-body-horizontal-padding","",e.spacing6),bodyVerticalPadding:t.extend("--ft-modal-body-vertical-padding","",e.spacing6),bodyVerticalGap:t.extend("--ft-modal-body-vertical-gap","",e.spacing6),containerMargin:t.extend("--ft-modal-container-margin","",e.spacing3),headerBackgroundColor:t.extend("--ft-modal-header-background-color","",r.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-modal-header-border-color","",r.borderGlobalSubtle),headerColor:t.extend("--ft-modal-header-color","",r.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-modal-header-trailing-icon-color","",r.contentGlobalSecondary),headerVerticalPadding:t.extend("--ft-modal-header-vertical-padding","",e.spacing1),headerRightPadding:t.extend("--ft-modal-header-right-padding","",e.spacing1),headerLeftPadding:t.extend("--ft-modal-header-left-padding","",e.spacing6),headerGap:t.extend("--ft-modal-header-gap","",e.spacing2),headerBorderBottom:t.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:t.extend("--ft-modal-border-radius","",e.borderRadiusM)};var Er={overlayOpacity:t.extend("--ft-drawer-overlay-opacity","",e.opacity40),shadow:t.extend("--ft-drawer-shadow","",e.shadowElevation03),bodyColor:t.extend("--ft-drawer-body-color","",r.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-drawer-body-horizontal-padding","",e.spacing6),bodyVerticalPadding:t.extend("--ft-drawer-body-vertical-padding","",e.spacing6),bodyGap:t.extend("--ft-drawer-body-gap","",e.spacing6),bodyBackgroundColor:t.extend("--ft-drawer-body-background-color","",e.colorWhite),headerBackgroundColor:t.extend("--ft-drawer-header-background-color","",r.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-drawer-header-border-color","",r.borderGlobalSubtle),headerColor:t.extend("--ft-drawer-header-color","",r.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-drawer-header-trailing-icon-color","",r.contentGlobalSecondary),headerHeight:t.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:t.extend("--ft-drawer-header-horizontal-padding","",e.spacing2),headerBorderWidth:t.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:t.extend("--ft-drawer-header-gap","",e.spacing3),buttonsBarBackgroundColor:t.extend("--ft-drawer-buttons-bar-background-color","",r.backgroundGlobalOnSurface),buttonsBarBorderColor:t.extend("--ft-drawer-buttons-bar-border-color","",r.borderGlobalSubtle),buttonsBarColor:t.extend("--ft-drawer-buttons-bar-color","",r.contentGlobalPrimary),buttonsBarHorizontalPadding:t.extend("--ft-drawer-buttons-bar-horizontal-padding","",e.spacing4),buttonsBarVerticalPadding:t.extend("--ft-drawer-buttons-bar-vertical-padding","",e.spacing4),buttonsBarGap:t.extend("--ft-drawer-buttons-bar-gap","",e.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","",e.colorGray700)};var kr={fieldHorizontalPadding:t.extend("--ft-text-input-field-horizontal-padding","",e.spacing4),fieldHorizontalGap:t.extend("--ft-text-input-field-horizontal-gap","",e.spacing3),fieldVerticalGap:t.extend("--ft-text-input-field-vertical-gap","",e.spacing05),fieldIconSize:t.extend("--ft-text-input-field-icon-size","",e.iconSize3),fieldHeight:t.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:t.extend("--ft-text-input-helper-horizontal-padding","",e.spacing4),helperHorizontalGap:t.extend("--ft-text-input-helper-horizontal-gap","",e.spacing1),helperIconSize:t.extend("--ft-text-input-helper-icon-size","",e.iconSize2),borderRadius:t.extend("--ft-text-input-border-radius","",e.borderRadiusM),backgroundColor:t.extend("--ft-text-input-background-color","",e.colorWhite),contentValueColor:t.extend("--ft-text-input-content-value-color","",r.contentGlobalPrimary),trailingIconColor:t.extend("--ft-text-input-trailing-icon-color","",r.contentGlobalSubtle),labelColor:t.extend("--ft-text-input-label-color","",r.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-input-default-border-color","",r.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-input-default-helper-text-color","",r.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","",r.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-input-error-helper-text-color","",r.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-input-error-helper-icon-color","",r.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","",r.borderActionFocusRing),focusOutlineOffset:t.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-input-disabled-component-opacity","",e.opacity40)};var Hr={backgroundColor:t.extend("--ft-text-area-background-color","",e.colorWhite),contentValueColor:t.extend("--ft-text-area-content-value-color","",r.contentGlobalPrimary),labelColor:t.extend("--ft-text-area-label-color","",r.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-area-default-border-color","",r.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-area-default-helper-text-color","",r.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","",r.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-area-error-helper-text-color","",r.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-area-error-helper-icon-color","",r.contentErrorIconOnly),focusFocusRingColor:t.extend("--ft-text-area-focus-focus-ring-color","",r.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","",e.opacity40),fieldHorizontalLeftPadding:t.extend("--ft-text-area-field-horizontal-left-padding","",e.spacing4),fieldHorizontalGap:t.extend("--ft-text-area-field-horizontal-gap","",e.spacing3),fieldVerticalGap:t.extend("--ft-text-area-field-vertical-gap","",e.spacing05),fieldMinHeight:t.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:t.extend("--ft-text-area-helper-horizontal-padding","",e.spacing4),helperHorizontalGap:t.extend("--ft-text-area-helper-horizontal-gap","",e.spacing1),helperIconSize:t.extend("--ft-text-area-helper-icon-size","",e.iconSize2),borderRadius:t.extend("--ft-text-area-border-radius","",e.borderRadiusM)};var Dr={height:t.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:t.extend("--ft-floating-menu-horizontal-padding","",e.spacing4),offIconColor:t.extend("--ft-floating-menu-off-icon-color","",r.contentGlobalPrimary),offColor:t.extend("--ft-floating-menu-off-color","",r.contentGlobalPrimary),onColor:t.extend("--ft-floating-menu-on-color","",r.contentActionPrimary),onStateLayerColor:t.extend("--ft-floating-menu-on-state-layer-color","",r.contentActionPrimary),gap:t.extend("--ft-floating-menu-gap","",e.spacing3),focusFocusRingColor:t.extend("--ft-floating-menu-focus-focus-ring-color","",r.borderActionFocusRing),focusOutlineWidth:t.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:t.extend("--ft-floating-menu-focus-state-layer-opacity","",e.opacity8),hoverStateLayerOpacity:t.extend("--ft-floating-menu-hover-state-layer-opacity","",e.opacity8),activeStateLayerOpacity:t.extend("--ft-floating-menu-active-state-layer-opacity","",e.opacity16),disabledComponentOpacity:t.extend("--ft-floating-menu-disabled-component-opacity","",e.opacity40),iconSize:t.extend("--ft-floating-menu-icon-size","",e.iconSize3),backgroundColor:t.extend("--ft-floating-menu-background-color","",r.backgroundGlobalOnSurface)};var Yr={fieldHorizontalPadding:t.extend("--ft-combobox-single-select-field-horizontal-padding","",e.spacing4),fieldHorizontalGap:t.extend("--ft-combobox-single-select-field-horizontal-gap","",e.spacing3),fieldVerticalGap:t.extend("--ft-combobox-single-select-field-vertical-gap","",e.spacing05),fieldIconSize:t.extend("--ft-combobox-single-select-field-icon-size","",e.iconSize3),fieldHeight:t.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:t.extend("--ft-combobox-single-select-helper-horizontal-padding","",e.spacing4),helperHorizontalGap:t.extend("--ft-combobox-single-select-helper-horizontal-gap","",e.spacing1),helperVerticalGap:t.extend("--ft-combobox-single-select-helper-vertical-gap","",e.spacing1),helperIconSize:t.extend("--ft-combobox-single-select-helper-icon-size","",e.iconSize2),menuVerticalGap:t.extend("--ft-combobox-single-select-menu-vertical-gap","",e.spacing2),borderRadius:t.extend("--ft-combobox-single-select-border-radius","",e.borderRadiusM),backgroundColor:t.extend("--ft-combobox-single-select-background-color","",e.colorWhite),labelColor:t.extend("--ft-combobox-single-select-label-color","",r.contentGlobalSubtle),contentValueColor:t.extend("--ft-combobox-single-select-content-value-color","",r.contentGlobalPrimary),trailingIconColor:t.extend("--ft-combobox-single-select-trailing-icon-color","",r.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-single-select-default-border-color","",r.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-single-select-default-helper-text-color","",r.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","",r.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-single-select-error-helper-text-color","",r.contentErrorPrimary),warningBorderWidth:t.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-single-select-warning-border-color","",r.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-single-select-warning-helper-text-color","",r.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-single-select-warning-helper-icon-color","",r.contentWarningIconOnly),focusOutlineWidth:t.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-single-select-focus-focus-ring-color","",r.borderActionFocusRing),focusOutlineOffset:t.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-combobox-single-select-disabled-component-opacity","",e.opacity40)};var Qr={backgroundColor:t.extend("--ft-combobox-multi-select-background-color","",e.colorWhite),labelColor:t.extend("--ft-combobox-multi-select-label-color","",r.contentGlobalSubtle),trailingIconColor:t.extend("--ft-combobox-multi-select-trailing-icon-color","",r.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-multi-select-default-border-color","",r.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-multi-select-default-helper-text-color","",r.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:t.extend("--ft-combobox-multi-select-error-border-color","",r.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-multi-select-error-helper-text-color","",r.contentErrorPrimary),errorHelperIcon:t.extend("--ft-combobox-multi-select-error-helper-icon","",r.contentErrorIconOnly),errorBorderWidth:t.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-multi-select-warning-border-color","",r.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-multi-select-warning-helper-text-color","",r.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-multi-select-warning-helper-icon-color","",r.contentWarningIconOnly),warningBorderWidth:t.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-multi-select-focus-focus-ring-color","",r.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","",e.opacity40),helperHorizontalPadding:t.extend("--ft-combobox-multi-select-helper-horizontal-padding","",e.spacing4),helperHorizontalGap:t.extend("--ft-combobox-multi-select-helper-horizontal-gap","",e.spacing1),helperVerticalGap:t.extend("--ft-combobox-multi-select-helper-vertical-gap","",e.spacing1),helperIconSize:t.extend("--ft-combobox-multi-select-helper-icon-size","",e.iconSize2),fieldHorizontalPadding:t.extend("--ft-combobox-multi-select-field-horizontal-padding","",e.spacing4),fieldHorizontalGap:t.extend("--ft-combobox-multi-select-field-horizontal-gap","",e.spacing3),fieldVerticalGap:t.extend("--ft-combobox-multi-select-field-vertical-gap","",e.spacing05),fieldIconSize:t.extend("--ft-combobox-multi-select-field-icon-size","",e.iconSize3),fieldMaxHeight:t.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:t.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",e.spacing1),contentValuesVerticalGap:t.extend("--ft-combobox-multi-select-content-values-vertical-gap","",e.spacing1),borderRadius:t.extend("--ft-combobox-multi-select-border-radius","",e.borderRadiusM)};var aa={backgroundColor:t.extend("--ft-popover-background-color","",r.backgroundGlobalOnSurface),horizontalPadding:t.extend("--ft-popover-horizontal-padding","",e.spacing6),verticalPadding:t.extend("--ft-popover-vertical-padding","",e.spacing6),iconColor:t.extend("--ft-popover-icon-color","",r.contentGlobalSecondary),iconSize:t.extend("--ft-popover-icon-size","",e.iconSize2),titleColor:t.extend("--ft-popover-title-color","",r.contentGlobalPrimary),bodyColor:t.extend("--ft-popover-body-color","",r.contentGlobalSecondary),linkColor:t.extend("--ft-popover-link-color","",r.contentActionPrimary),gap:t.extend("--ft-popover-gap","",e.spacing3),borderRadius:t.extend("--ft-popover-border-radius","",e.borderRadiusM),shadow:t.extend("--ft-popover-shadow","",e.shadowElevation02)};var pa={topLeftBorderRadius:t.extend("--ft-tabs-top-left-border-radius","",e.borderRadiusS),topRightBorderRadius:t.extend("--ft-tabs-top-right-border-radius","",e.borderRadiusS),withLabelHorizontalPadding:t.extend("--ft-tabs-with-label-horizontal-padding","",e.spacing4),withLabelVerticalPadding:t.extend("--ft-tabs-with-label-vertical-padding","",e.spacing3),horizontalGap:t.extend("--ft-tabs-horizontal-gap","",e.spacing1),verticalGap:t.extend("--ft-tabs-vertical-gap","",e.spacing1),offHoverStateLayerOpacity:t.extend("--ft-tabs-off-hover-state-layer-opacity","",e.opacity8),offFocusStateLayerOpacity:t.extend("--ft-tabs-off-focus-state-layer-opacity","",e.opacity8),offDisabledComponentOpacity:t.extend("--ft-tabs-off-disabled-component-opacity","",e.opacity40),offColor:t.extend("--ft-tabs-off-color","",r.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-tabs-off-state-layer-color","",r.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-tabs-on-hover-state-layer-opacity","",e.opacity8),onFocusStateLayerOpacity:t.extend("--ft-tabs-on-focus-state-layer-opacity","",e.opacity8),onActiveStateLayerOpacity:t.extend("--ft-tabs-on-active-state-layer-opacity","",e.opacity16),onDisabledComponentOpacity:t.extend("--ft-tabs-on-disabled-component-opacity","",e.opacity40),onColor:t.extend("--ft-tabs-on-color","",r.contentActionPrimary),onStateLayerColor:t.extend("--ft-tabs-on-state-layer-color","",r.contentActionPrimary),iconOnlyHorizontalPadding:t.extend("--ft-tabs-icon-only-horizontal-padding","",e.spacing4),iconOnlyVerticalPadding:t.extend("--ft-tabs-icon-only-vertical-padding","",e.spacing4),alertTopPadding:t.extend("--ft-tabs-alert-top-padding","",e.spacing1),alertRightPadding:t.extend("--ft-tabs-alert-right-padding","",e.spacing05),focusOutlineWidth:t.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-tabs-focus-focus-ring-color","",r.borderActionFocusRing)};var ya={hoverStateLayerOpacity:t.extend("--ft-collapsible-hover-state-layer-opacity","",e.opacity8),focusStateLayerOpacity:t.extend("--ft-collapsible-focus-state-layer-opacity","",e.opacity8),focusOutlineWidth:t.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:t.extend("--ft-collapsible-focus-focus-ring-color","",r.borderActionFocusRing),activeStateLayerOpacity:t.extend("--ft-collapsible-active-state-layer-opacity","",e.opacity16),disabledComponentOpacity:t.extend("--ft-collapsible-disabled-component-opacity","",e.opacity40),horizontalPadding:t.extend("--ft-collapsible-horizontal-padding","",e.spacing4),verticalPadding:t.extend("--ft-collapsible-vertical-padding","",e.spacing3),color:t.extend("--ft-collapsible-color","",r.contentGlobalPrimary),stateLayerColor:t.extend("--ft-collapsible-state-layer-color","",r.contentGlobalPrimary),backgroundColor:t.extend("--ft-collapsible-background-color","",r.backgroundGlobalOnSurface),borderColor:t.extend("--ft-collapsible-border-color","",r.borderGlobalSubtle),iconSize:t.extend("--ft-collapsible-icon-size","",e.iconSize3)};var xa={groupHorizontalPadding:t.extend("--ft-switch-group-horizontal-padding","",e.spacing1),groupVerticalPadding:t.extend("--ft-switch-group-vertical-padding","",e.spacing1),groupGap:t.extend("--ft-switch-group-gap","",e.spacing1),groupBackgroundColor:t.extend("--ft-switch-group-background-color","",r.backgroundGlobalSurface),groupBorderColor:t.extend("--ft-switch-group-border-color","",r.borderGlobalSubtle),groupBorderRadius:t.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:t.extend("--ft-switch-label-horizontal-padding","",e.spacing2),labelVerticalPadding:t.extend("--ft-switch-label-vertical-padding","",e.spacing1),offHoverStateLayerOpacity:t.extend("--ft-switch-off-hover-state-layer-opacity","",e.opacity8),offFocusStateLayerOpacity:t.extend("--ft-switch-off-focus-state-layer-opacity","",e.opacity8),offActiveStateLayerOpacity:t.extend("--ft-switch-off-active-state-layer-opacity","",e.opacity16),offDisabledComponentOpacity:t.extend("--ft-switch-off-disabled-component-opacity","",e.opacity40),offColor:t.extend("--ft-switch-off-color","",r.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-switch-off-state-layer-color","",r.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-switch-on-hover-state-layer-opacity","",e.opacity8),onFocusStateLayerOpacity:t.extend("--ft-switch-on-focus-state-layer-opacity","",e.opacity8),onActiveStateLayerOpacity:t.extend("--ft-switch-on-active-state-layer-opacity","",e.opacity16),onDisabledComponentOpacity:t.extend("--ft-switch-on-disabled-component-opacity","",e.opacity40),onColor:t.extend("--ft-switch-on-color","",r.contentActionPrimary),onStateLayerColor:t.extend("--ft-switch-on-state-layer-color","",r.contentActionPrimary),iconHorizontalPadding:t.extend("--ft-switch-icon-horizontal-padding","",e.spacing1),iconVerticalPadding:t.extend("--ft-switch-icon-vertical-padding","",e.spacing1),focusOutlineWidth:t.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-switch-focus-focus-ring-color","",r.borderActionFocusRing),optionBorderRadius:t.extend("--ft-switch-option-border-radius","",e.borderRadiusS)};var Na={color1Light:t.extend("--ft-chart-1-light","for area color charts",e.colorBrand40),color1Base:t.extend("--ft-chart-1-base","for line charts",e.colorBrand0),color2Light:t.extend("--ft-chart-2-light","for area color charts",e.colorYellow60),color2Base:t.extend("--ft-chart-2-base","for line charts",e.colorYellow100),color3Light:t.extend("--ft-chart-3-light","",e.colorUltramarine40),color3Base:t.extend("--ft-chart-3-base","",e.colorUltramarine70),color4Light:t.extend("--ft-chart-4-light","",e.colorCyan50),color4Base:t.extend("--ft-chart-4-base","",e.colorCyan100),color5Light:t.extend("--ft-chart-5-light","",e.colorRed40),color5Base:t.extend("--ft-chart-5-base","",e.colorRed60),color6Light:t.extend("--ft-chart-6-light","",e.colorGreen40),color6Base:t.extend("--ft-chart-6-base","",e.colorGreen70),color7Light:t.extend("--ft-chart-7-light","",e.colorOrange70),color7Base:t.extend("--ft-chart-7-base","",e.colorOrange100),color8Light:t.extend("--ft-chart-8-light","",e.colorAvocado70),color8Base:t.extend("--ft-chart-8-base","",e.colorAvocado200),color9Light:t.extend("--ft-chart-9-light","",e.colorBrown50),color9Base:t.extend("--ft-chart-9-base","",e.colorBrown200),color10Light:t.extend("--ft-chart-10-light","",e.colorGray50),color10Base:t.extend("--ft-chart-10-base","",e.colorGray80),monochrome10:t.extend("--ft-chart-monochrome-10","",e.colorBrand10),monochrome20:t.extend("--ft-chart-monochrome-20","",e.colorBrand20),monochrome30:t.extend("--ft-chart-monochrome-30","",e.colorBrand40),monochrome40:t.extend("--ft-chart-monochrome-40","",e.colorBrand60),monochrome50:t.extend("--ft-chart-monochrome-50","",e.colorBrand0),monochrome60:t.extend("--ft-chart-monochrome-60","",e.colorBrand200)};var Ea={largeHorizontalPadding:t.extend("--ft-chip-large-horizontal-padding","",e.spacing4),largeVerticalPadding:t.extend("--ft-chip-large-vertical-padding","",e.spacing2),largeGap:t.extend("--ft-chip-large-gap","",e.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","",e.borderRadiusPill),largeBorderWidth:t.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-large-icon-size","",e.iconSize3),mediumHorizontalPadding:t.extend("--ft-chip-medium-horizontal-padding","",e.spacing3),mediumVerticalPadding:t.extend("--ft-chip-medium-vertical-padding","",e.spacing1),mediumGap:t.extend("--ft-chip-medium-gap","",e.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","",e.borderRadiusPill),mediumBorderWidth:t.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-medium-icon-size","",e.iconSize2),smallHorizontalPadding:t.extend("--ft-chip-small-horizontal-padding","",e.spacing2),smallVerticalPadding:t.extend("--ft-chip-small-vertical-padding","",e.spacing05),smallGap:t.extend("--ft-chip-small-gap","",e.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","",e.borderRadiusPill),smallBorderWidth:t.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:t.extend("--ft-chip-small-icon-size","",e.iconSize1),neutralBackgroundColor:t.extend("--ft-chip-neutral-background-color","",r.backgroundGlobalOnSurface),neutralColor:t.extend("--ft-chip-neutral-color","",r.contentGlobalSecondary),neutralIconColor:t.extend("--ft-chip-neutral-icon-color","",r.contentGlobalSecondary),neutralBorderColor:t.extend("--ft-chip-neutral-border-color","",r.borderGlobalSubtle),infoBackgroundColor:t.extend("--ft-chip-info-background-color","",r.backgroundInfoSubtle),infoColor:t.extend("--ft-chip-info-color","",r.contentInfoPrimary),infoIconColor:t.extend("--ft-chip-info-icon-color","",r.contentInfoIconOnly),infoBorderColor:t.extend("--ft-chip-info-border-color","",r.borderInfoSubtle),successBackgroundColor:t.extend("--ft-chip-success-background-color","",r.backgroundSuccessSubtle),successColor:t.extend("--ft-chip-success-color","",r.contentSuccessPrimary),successIconColor:t.extend("--ft-chip-success-icon-color","",r.contentSuccessIconOnly),successBorderColor:t.extend("--ft-chip-success-border-color","",r.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-chip-warning-background-color","",r.backgroundWarningSubtle),warningColor:t.extend("--ft-chip-warning-color","",r.contentWarningPrimary),warningIconColor:t.extend("--ft-chip-warning-icon-color","",r.contentWarningIconOnly),warningBorderColor:t.extend("--ft-chip-warning-border-color","",r.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-chip-error-background-color","",r.backgroundErrorSubtle),errorColor:t.extend("--ft-chip-error-color","",r.contentErrorPrimary),errorIconColor:t.extend("--ft-chip-error-icon-color","",r.contentErrorIconOnly),errorBorderColor:t.extend("--ft-chip-error-border-color","",r.borderErrorSubtle)};var ka={borderWidth:t.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:t.extend("--ft-notice-horizontal-padding","",e.spacing3),verticalPadding:t.extend("--ft-notice-vertical-padding","",e.spacing2),borderRadius:t.extend("--ft-notice-border-radius","",e.borderRadiusS),gap:t.extend("--ft-notice-gap","",e.spacing2),iconSize:t.extend("--ft-notice-icon-size","",e.iconSize3),infoBackgroundColor:t.extend("--ft-notice-info-background-color","",r.backgroundInfoSubtle),infoBorderColor:t.extend("--ft-notice-info-border-color","",r.borderInfoSubtle),infoColor:t.extend("--ft-notice-info-color","",r.contentInfoPrimary),infoIconColor:t.extend("--ft-notice-info-icon-color","",r.contentInfoIconOnly),warningBackgroundColor:t.extend("--ft-notice-warning-background-color","",r.backgroundWarningSubtle),warningBorderColor:t.extend("--ft-notice-warning-border-color","",r.borderWarningSubtle),warningColor:t.extend("--ft-notice-warning-color","",r.contentWarningPrimary),warningIconColor:t.extend("--ft-notice-warning-icon-color","",r.contentWarningIconOnly),errorBackgroundColor:t.extend("--ft-notice-error-background-color","",r.backgroundErrorSubtle),errorBorderColor:t.extend("--ft-notice-error-border-color","",r.borderErrorSubtle),errorColor:t.extend("--ft-notice-error-color","",r.contentErrorPrimary),errorIconColor:t.extend("--ft-notice-error-icon-color","",r.contentErrorIconOnly),successBackgroundColor:t.extend("--ft-notice-success-background-color","",r.backgroundSuccessSubtle),successBorderColor:t.extend("--ft-notice-success-border-color","",r.borderSuccessSubtle),successColor:t.extend("--ft-notice-success-color","",r.contentSuccessPrimary),successIconColor:t.extend("--ft-notice-success-icon-color","",r.contentSuccessIconOnly)};var Ha={color:t.extend("--ft-checkbox-color","",r.contentGlobalPrimary),checkedBackgroundColor:t.extend("--ft-checkbox-checked-background-color","",r.contentActionPrimary),checkedStateLayerColor:t.extend("--ft-checkbox-checked-state-layer-color","",r.contentActionPrimary),checkedIconColor:t.extend("--ft-checkbox-checked-icon-color","",r.contentGlobalOnColor),checkedHoverStateLayerOpacity:t.extend("--ft-checkbox-checked-hover-state-layer-opacity","",e.opacity16),checkedFocusStateLayerOpacity:t.extend("--ft-checkbox-checked-focus-state-layer-opacity","",e.opacity16),checkedActiveStateLayerOpacity:t.extend("--ft-checkbox-checked-active-state-layer-opacity","",e.opacity24),checkedDisabledComponentOpacity:t.extend("--ft-checkbox-checked-disabled-component-opacity","",e.opacity40),uncheckedBorderColor:t.extend("--ft-checkbox-unchecked-border-color","",e.colorGray80),uncheckedStateLayerColor:t.extend("--ft-checkbox-unchecked-state-layer-color","",e.colorGray80),uncheckedHoverStateLayerOpacity:t.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",e.opacity16),uncheckedFocusStateLayerOpacity:t.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",e.opacity16),uncheckedActiveStateLayerOpacity:t.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",e.opacity24),uncheckedDisabledComponentOpacity:t.extend("--ft-checkbox-unchecked-disabled-component-opacity","",e.opacity40),focusFocusRingColor:t.extend("--ft-checkbox-focus-focus-ring-color","",r.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","",e.spacing3)};var Da={offHoverStateLayerOpacity:t.extend("--ft-toggle-off-hover-state-layer-opacity","",e.opacity16),offFocusStateLayerOpacity:t.extend("--ft-toggle-off-focus-state-layer-opacity","",e.opacity16),offActiveStateLayerOpacity:t.extend("--ft-toggle-off-active-state-layer-opacity","",e.opacity24),offDisabledComponentOpacity:t.extend("--ft-toggle-off-disabled-component-opacity","",e.opacity40),offBackgroundColor:t.extend("--ft-toggle-off-background-color","",r.contentGlobalSubtle),offIconColor:t.extend("--ft-toggle-off-icon-color","",r.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-toggle-off-state-layer-color","",r.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-toggle-on-hover-state-layer-opacity","",e.opacity16),onFocusStateLayerOpacity:t.extend("--ft-toggle-on-focus-state-layer-opacity","",e.opacity16),onActiveStateLayerOpacity:t.extend("--ft-toggle-on-active-state-layer-opacity","",e.opacity24),onDisabledComponentOpacity:t.extend("--ft-toggle-on-disabled-component-opacity","",e.opacity40),onBackgroundColor:t.extend("--ft-toggle-on-background-color","",r.contentActionPrimary),onStateLayerColor:t.extend("--ft-toggle-on-state-layer-color","",r.contentActionPrimary),onIconColor:t.extend("--ft-toggle-on-icon-color","",r.contentActionPrimary),color:t.extend("--ft-toggle-color","",r.contentGlobalPrimary),focusFocusRingColor:t.extend("--ft-toggle-focus-focus-ring-color","",r.borderActionFocusRing),gap:t.extend("--ft-toggle-gap","",e.spacing3)};var Ya={color:t.extend("--ft-radio-color","",r.contentGlobalPrimary),selectedRadioColor:t.extend("--ft-radio-selected-radio-color","",r.contentActionPrimary),selectedStateLayerColor:t.extend("--ft-radio-selected-state-layer-color","",r.contentActionPrimary),selectedHoverStateLayerOpacity:t.extend("--ft-radio-selected-hover-state-layer-opacity","",e.opacity16),selectedFocusStateLayerOpacity:t.extend("--ft-radio-selected-focus-state-layer-opacity","",e.opacity16),selectedActiveStateLayerOpacity:t.extend("--ft-radio-selected-active-state-layer-opacity","",e.opacity24),selectedDisabledComponentOpacity:t.extend("--ft-radio-selected-disabled-component-opacity","",e.opacity40),unselectedStateLayerColor:t.extend("--ft-radio-unselected-state-layer-color","",r.borderInputPrimary),unselectedBorderColor:t.extend("--ft-radio-unselected-border-color","",r.borderInputPrimary),unselectedHoverStateLayerOpacity:t.extend("--ft-radio-unselected-hover-state-layer-opacity","",e.opacity16),unselectedFocusStateLayerOpacity:t.extend("--ft-radio-unselected-focus-state-layer-opacity","",e.opacity16),unselectedActiveStateLayerOpacity:t.extend("--ft-radio-unselected-active-state-layer-opacity","",e.opacity24),unselectedDisabledComponentOpacity:t.extend("--ft-radio-unselected-disabled-component-opacity","",e.opacity40),focusFocusRingColor:t.extend("--ft-radio-focus-focus-ring-color","",r.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","",e.spacing3)};var Qa={iconSize:t.extend("--ft-notification-icon-size","",e.iconSize4),horizontalPadding:t.extend("--ft-notification-horizontal-padding","",e.spacing4),verticalPadding:t.extend("--ft-notification-vertical-padding","",e.spacing4),infoBackgroundColor:t.extend("--ft-notification-info-background-color","",r.backgroundInfoSubtle),infoColor:t.extend("--ft-notification-info-color","",r.contentInfoPrimary),infoIconColor:t.extend("--ft-notification-info-icon-color","",r.contentInfoIconOnly),infoBorderColor:t.extend("--ft-notification-info-border-color","",r.borderInfoSubtle),successBackgroundColor:t.extend("--ft-notification-success-background-color","",r.backgroundSuccessSubtle),successColor:t.extend("--ft-notification-success-color","",r.contentSuccessPrimary),successIconColor:t.extend("--ft-notification-success-icon-color","",r.contentSuccessIconOnly),successBorderColor:t.extend("--ft-notification-success-border-color","",r.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-notification-warning-background-color","",r.backgroundWarningSubtle),warningColor:t.extend("--ft-notification-warning-color","",r.contentWarningPrimary),warningIconColor:t.extend("--ft-notification-warning-icon-color","",r.contentWarningIconOnly),warningBorderColor:t.extend("--ft-notification-warning-border-color","",r.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-notification-error-background-color","",r.backgroundErrorSubtle),errorColor:t.extend("--ft-notification-error-color","",r.contentErrorPrimary),errorIconColor:t.extend("--ft-notification-error-icon-color","",r.contentErrorIconOnly),errorBorderColor:t.extend("--ft-notification-error-border-color","",r.borderErrorSubtle),borderRadius:t.extend("--ft-notification-border-radius","",e.borderRadiusPill),borderWidth:t.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:t.extend("--ft-notification-leading-gap","",e.spacing2),trailingGap:t.extend("--ft-notification-trailing-gap","",e.spacing8)};var an={horizontalPadding:t.extend("--ft-tooltip-horizontal-padding","",e.spacing2),verticalPadding:t.extend("--ft-tooltip-vertical-padding","",e.spacing2),borderRadius:t.extend("--ft-tooltip-border-radius","",e.borderRadiusS),color:t.extend("--ft-tooltip-color","",r.contentGlobalOnColor),backgroundColor:t.extend("--ft-tooltip-background-color","",r.contentGlobalPrimary),backgroundOpacity:t.extend("--ft-tooltip-background-opacity","",e.opacity80),shadow:t.extend("--ft-tooltip-shadow","",e.shadowElevation03),maxWidth:t.create("--ft-tooltip-max-width","","SIZE","256px"),gap:t.extend("--ft-tooltip-gap","",e.spacing05)};var bt=b(R());function ke(i){let o=ht[i];return bt.css`
128
+ .ft-typography--${(0,bt.unsafeCSS)(i)} {
129
129
  font-family: ${o.fontFamily};
130
130
  font-size: ${o.fontSize};
131
131
  font-weight: ${o.fontWeight};
@@ -133,17 +133,8 @@ Also for action icons.`,e.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
133
133
  line-height: ${o.lineHeight};
134
134
  text-transform: ${o.textCase};
135
135
  }
136
- `}var Be=d.FtCssVariableFactory.extend("--ft-typography-font-family","",d.designSystemVariables.titleFont),z=d.FtCssVariableFactory.extend("--ft-typography-font-family","",d.designSystemVariables.contentFont),s={fontFamily:z,fontSize:d.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:d.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:d.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:d.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:d.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},T={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Be),fontSize:d.FtCssVariableFactory.extend("--ft-typography-title-font-size","",s.fontSize,"20px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",s.fontWeight,"normal"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",s.letterSpacing,"0.15px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-title-line-height","",s.lineHeight,"1.2"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",s.textTransform,"inherit")},V={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Be),fontSize:d.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",s.fontSize,"14px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",s.fontWeight,"normal"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",s.letterSpacing,"0.105px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",s.lineHeight,"1.7"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",s.textTransform,"inherit")},M={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",z),fontSize:d.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",s.fontSize,"16px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",s.fontWeight,"600"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",s.letterSpacing,"0.144px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",s.lineHeight,"1.5"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",s.textTransform,"inherit")},Y={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",z),fontSize:d.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",s.fontSize,"14px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",s.fontWeight,"normal"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",s.letterSpacing,"0.098px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",s.lineHeight,"1.7"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",s.textTransform,"inherit")},j={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",z),fontSize:d.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",s.fontSize,"16px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",s.fontWeight,"normal"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",s.letterSpacing,"0.496px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",s.lineHeight,"1.5"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",s.textTransform,"inherit")},X={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",z),fontSize:d.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",s.fontSize,"14px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",s.fontWeight,"normal"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",s.letterSpacing,"0.252px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",s.lineHeight,"1.4"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",s.textTransform,"inherit")},q={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",z),fontSize:d.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",s.fontSize,"12px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",s.fontWeight,"normal"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",s.letterSpacing,"0.396px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",s.lineHeight,"1.33"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",s.textTransform,"inherit")},J={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",z),fontSize:d.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",s.fontSize,"10px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",s.fontWeight,"normal"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",s.letterSpacing,"0.33px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",s.lineHeight,"1.6"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",s.textTransform,"inherit")},Q={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",z),fontSize:d.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",s.fontSize,"10px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",s.fontWeight,"normal"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",s.letterSpacing,"1.5px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",s.lineHeight,"1.6"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",s.textTransform,"uppercase")},tt={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-button-font-family","",z),fontSize:d.FtCssVariableFactory.extend("--ft-typography-button-font-size","",s.fontSize,"14px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",s.fontWeight,"600"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",s.letterSpacing,"1.246px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-button-line-height","",s.lineHeight,"1.15"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",s.textTransform,"uppercase")},ke=v.css`
136
+ `}var $e=d.FtCssVariableFactory.extend("--ft-typography-font-family","",d.designSystemVariables.titleFont),z=d.FtCssVariableFactory.extend("--ft-typography-font-family","",d.designSystemVariables.contentFont),s={fontFamily:z,fontSize:d.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:d.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:d.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:d.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:d.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},V={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-title-font-family","",$e),fontSize:d.FtCssVariableFactory.extend("--ft-typography-title-font-size","",s.fontSize,"20px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",s.fontWeight,"normal"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",s.letterSpacing,"0.15px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-title-line-height","",s.lineHeight,"1.2"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",s.textTransform,"inherit")},M={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",$e),fontSize:d.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",s.fontSize,"14px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",s.fontWeight,"normal"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",s.letterSpacing,"0.105px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",s.lineHeight,"1.7"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",s.textTransform,"inherit")},Y={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",z),fontSize:d.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",s.fontSize,"16px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",s.fontWeight,"600"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",s.letterSpacing,"0.144px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",s.lineHeight,"1.5"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",s.textTransform,"inherit")},j={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",z),fontSize:d.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",s.fontSize,"14px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",s.fontWeight,"normal"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",s.letterSpacing,"0.098px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",s.lineHeight,"1.7"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",s.textTransform,"inherit")},X={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",z),fontSize:d.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",s.fontSize,"16px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",s.fontWeight,"normal"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",s.letterSpacing,"0.496px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",s.lineHeight,"1.5"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",s.textTransform,"inherit")},q={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",z),fontSize:d.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",s.fontSize,"14px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",s.fontWeight,"normal"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",s.letterSpacing,"0.252px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",s.lineHeight,"1.4"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",s.textTransform,"inherit")},J={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",z),fontSize:d.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",s.fontSize,"12px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",s.fontWeight,"normal"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",s.letterSpacing,"0.396px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",s.lineHeight,"1.33"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",s.textTransform,"inherit")},Q={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",z),fontSize:d.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",s.fontSize,"10px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",s.fontWeight,"normal"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",s.letterSpacing,"0.33px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",s.lineHeight,"1.6"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",s.textTransform,"inherit")},tt={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",z),fontSize:d.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",s.fontSize,"10px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",s.fontWeight,"normal"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",s.letterSpacing,"1.5px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",s.lineHeight,"1.6"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",s.textTransform,"uppercase")},et={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-button-font-family","",z),fontSize:d.FtCssVariableFactory.extend("--ft-typography-button-font-size","",s.fontSize,"14px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",s.fontWeight,"600"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",s.letterSpacing,"1.246px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-button-line-height","",s.lineHeight,"1.15"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",s.textTransform,"uppercase")},Be=I.css`
137
137
  .ft-typography--title {
138
- font-family: ${T.fontFamily};
139
- font-size: ${T.fontSize};
140
- font-weight: ${T.fontWeight};
141
- letter-spacing: ${T.letterSpacing};
142
- line-height: ${T.lineHeight};
143
- text-transform: ${T.textTransform};
144
- }
145
- `,Ue=v.css`
146
- .ft-typography--title-dense {
147
138
  font-family: ${V.fontFamily};
148
139
  font-size: ${V.fontSize};
149
140
  font-weight: ${V.fontWeight};
@@ -151,8 +142,8 @@ Also for action icons.`,e.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
151
142
  line-height: ${V.lineHeight};
152
143
  text-transform: ${V.textTransform};
153
144
  }
154
- `,Ae=v.css`
155
- .ft-typography--subtitle1 {
145
+ `,Ue=I.css`
146
+ .ft-typography--title-dense {
156
147
  font-family: ${M.fontFamily};
157
148
  font-size: ${M.fontSize};
158
149
  font-weight: ${M.fontWeight};
@@ -160,8 +151,8 @@ Also for action icons.`,e.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
160
151
  line-height: ${M.lineHeight};
161
152
  text-transform: ${M.textTransform};
162
153
  }
163
- `,He=v.css`
164
- .ft-typography--subtitle2 {
154
+ `,Ae=I.css`
155
+ .ft-typography--subtitle1 {
165
156
  font-family: ${Y.fontFamily};
166
157
  font-size: ${Y.fontSize};
167
158
  font-weight: ${Y.fontWeight};
@@ -169,9 +160,8 @@ Also for action icons.`,e.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
169
160
  line-height: ${Y.lineHeight};
170
161
  text-transform: ${Y.textTransform};
171
162
  }
172
-
173
- `,Pe=v.css`
174
- .ft-typography--body1 {
163
+ `,He=I.css`
164
+ .ft-typography--subtitle2 {
175
165
  font-family: ${j.fontFamily};
176
166
  font-size: ${j.fontSize};
177
167
  font-weight: ${j.fontWeight};
@@ -179,8 +169,9 @@ Also for action icons.`,e.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
179
169
  line-height: ${j.lineHeight};
180
170
  text-transform: ${j.textTransform};
181
171
  }
182
- `,Ze=v.css`
183
- .ft-typography--body2 {
172
+
173
+ `,Pe=I.css`
174
+ .ft-typography--body1 {
184
175
  font-family: ${X.fontFamily};
185
176
  font-size: ${X.fontSize};
186
177
  font-weight: ${X.fontWeight};
@@ -188,8 +179,8 @@ Also for action icons.`,e.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
188
179
  line-height: ${X.lineHeight};
189
180
  text-transform: ${X.textTransform};
190
181
  }
191
- `,Ge=v.css`
192
- .ft-typography--caption {
182
+ `,Ge=I.css`
183
+ .ft-typography--body2 {
193
184
  font-family: ${q.fontFamily};
194
185
  font-size: ${q.fontSize};
195
186
  font-weight: ${q.fontWeight};
@@ -197,8 +188,8 @@ Also for action icons.`,e.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
197
188
  line-height: ${q.lineHeight};
198
189
  text-transform: ${q.textTransform};
199
190
  }
200
- `,Ke=v.css`
201
- .ft-typography--breadcrumb {
191
+ `,Ze=I.css`
192
+ .ft-typography--caption {
202
193
  font-family: ${J.fontFamily};
203
194
  font-size: ${J.fontSize};
204
195
  font-weight: ${J.fontWeight};
@@ -206,8 +197,8 @@ Also for action icons.`,e.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
206
197
  line-height: ${J.lineHeight};
207
198
  text-transform: ${J.textTransform};
208
199
  }
209
- `,De=v.css`
210
- .ft-typography--overline {
200
+ `,Ke=I.css`
201
+ .ft-typography--breadcrumb {
211
202
  font-family: ${Q.fontFamily};
212
203
  font-size: ${Q.fontSize};
213
204
  font-weight: ${Q.fontWeight};
@@ -215,8 +206,8 @@ Also for action icons.`,e.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
215
206
  line-height: ${Q.lineHeight};
216
207
  text-transform: ${Q.textTransform};
217
208
  }
218
- `,_e=v.css`
219
- .ft-typography--button {
209
+ `,De=I.css`
210
+ .ft-typography--overline {
220
211
  font-family: ${tt.fontFamily};
221
212
  font-size: ${tt.fontSize};
222
213
  font-weight: ${tt.fontWeight};
@@ -224,11 +215,20 @@ Also for action icons.`,e.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
224
215
  line-height: ${tt.lineHeight};
225
216
  text-transform: ${tt.textTransform};
226
217
  }
227
- `,Te=v.css`
218
+ `,_e=I.css`
219
+ .ft-typography--button {
220
+ font-family: ${et.fontFamily};
221
+ font-size: ${et.fontSize};
222
+ font-weight: ${et.fontWeight};
223
+ letter-spacing: ${et.letterSpacing};
224
+ line-height: ${et.lineHeight};
225
+ text-transform: ${et.textTransform};
226
+ }
227
+ `,Te=I.css`
228
228
  .ft-typography {
229
229
  vertical-align: inherit;
230
230
  }
231
- `,Ve=[Object.keys(ht).map(c=>$e(c))];var Me=function(c,o,a,n){var i=arguments.length,p=i<3?o:n===null?n=Object.getOwnPropertyDescriptor(o,a):n,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")p=Reflect.decorate(c,o,a,n);else for(var f=c.length-1;f>=0;f--)(l=c[f])&&(p=(i<3?l(p):i>3?l(o,a,p):l(o,a))||p);return i>3&&p&&Object.defineProperty(o,a,p),p},$=class extends Ye.FtLitElement{constructor(){super(...arguments),this.variant=gt.body1}render(){return this.element?wt`
231
+ `,Ve=[Object.keys(ht).map(i=>ke(i))];var Me=function(i,o,a,n){var c=arguments.length,p=c<3?o:n===null?n=Object.getOwnPropertyDescriptor(o,a):n,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")p=Reflect.decorate(i,o,a,n);else for(var f=i.length-1;f>=0;f--)(l=i[f])&&(p=(c<3?l(p):c>3?l(o,a,p):l(o,a))||p);return c>3&&p&&Object.defineProperty(o,a,p),p},k=class extends Ye.FtLitElement{constructor(){super(...arguments),this.variant=yt.body1}render(){return this.element?wt`
232
232
  <${Wt(this.element)}
233
233
  part="text"
234
234
  class="ft-typography ft-typography--${this.variant}">
@@ -236,14 +236,14 @@ Also for action icons.`,e.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
236
236
  </${Wt(this.element)}>
237
237
  `:wt`
238
238
  <slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
239
- `}};$.styles=[ke,Ue,Ae,He,Pe,Ze,Ge,Ke,De,_e,Te,...Ve];Me([(0,Et.property)()],$.prototype,"element",void 0);Me([(0,Et.property)()],$.prototype,"variant",void 0);(0,je.customElement)("ft-typography")($);var Xe=b(E()),I=b(W()),K={textColor:I.FtCssVariableFactory.extend("--ft-radio-text-color","",I.designSystemVariables.colorOnSurfaceHigh),colorPrimary:I.FtCssVariableFactory.external(I.designSystemVariables.colorPrimary,"Design system"),colorOnPrimary:I.FtCssVariableFactory.external(I.designSystemVariables.colorOnPrimary,"Design system"),borderColor:I.FtCssVariableFactory.extend("--ft-radio-border-color","",I.designSystemVariables.colorOnSurfaceMedium),colorOnSurfaceDisabled:I.FtCssVariableFactory.external(I.designSystemVariables.colorOnSurfaceDisabled,"Design system")},qe=Xe.css`
239
+ `}};k.styles=[Be,Ue,Ae,He,Pe,Ge,Ze,Ke,De,_e,Te,...Ve];Me([(0,Et.property)()],k.prototype,"element",void 0);Me([(0,Et.property)()],k.prototype,"variant",void 0);(0,je.customElement)("ft-typography")(k);var Xe=b(R()),v=b(w()),D={textColor:v.FtCssVariableFactory.extend("--ft-radio-text-color","",v.designSystemVariables.colorOnSurfaceHigh),colorPrimary:v.FtCssVariableFactory.external(v.designSystemVariables.colorPrimary,"Design system"),colorOnPrimary:v.FtCssVariableFactory.external(v.designSystemVariables.colorOnPrimary,"Design system"),borderColor:v.FtCssVariableFactory.extend("--ft-radio-border-color","",v.designSystemVariables.colorOnSurfaceMedium),colorOnSurfaceDisabled:v.FtCssVariableFactory.external(v.designSystemVariables.colorOnSurfaceDisabled,"Design system")},qe=Xe.css`
240
240
  * {
241
241
  box-sizing: border-box;
242
242
  }
243
243
 
244
244
  .ft-radio {
245
245
  box-sizing: border-box;
246
- color: ${K.textColor};
246
+ color: ${D.textColor};
247
247
 
248
248
  display: inline-flex;
249
249
  align-items: center;
@@ -251,7 +251,7 @@ Also for action icons.`,e.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
251
251
  }
252
252
 
253
253
  .ft-radio--disabled {
254
- color: ${K.colorOnSurfaceDisabled};
254
+ color: ${D.colorOnSurfaceDisabled};
255
255
  }
256
256
 
257
257
  input {
@@ -274,7 +274,7 @@ Also for action icons.`,e.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
274
274
  }
275
275
 
276
276
  .ft-radio--box {
277
- border: 2px solid ${K.borderColor};
277
+ border: 2px solid ${D.borderColor};
278
278
  border-radius: 50%;
279
279
 
280
280
  display: flex;
@@ -287,7 +287,7 @@ Also for action icons.`,e.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
287
287
 
288
288
  .ft-radio--box:after {
289
289
  content: " ";
290
- background-color: ${K.colorPrimary};
290
+ background-color: ${D.colorPrimary};
291
291
 
292
292
  border-radius: 50%;
293
293
 
@@ -299,7 +299,7 @@ Also for action icons.`,e.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
299
299
  }
300
300
 
301
301
  .ft-radio--checked .ft-radio--box {
302
- border-color: ${K.colorPrimary};
302
+ border-color: ${D.colorPrimary};
303
303
  }
304
304
 
305
305
 
@@ -308,14 +308,23 @@ Also for action icons.`,e.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
308
308
  }
309
309
 
310
310
  .ft-radio--disabled .ft-radio--box {
311
- border-color: ${K.colorOnSurfaceDisabled};
311
+ border-color: ${D.colorOnSurfaceDisabled};
312
312
  background-color: transparent;
313
313
  }
314
314
 
315
315
  .ft-radio--disabled .ft-radio--box:after {
316
- background-color: ${K.colorOnSurfaceDisabled};
316
+ background-color: ${D.colorOnSurfaceDisabled};
317
+ }
318
+
319
+ .ft-radio:has(:focus-visible) {
320
+ outline: 2px solid ${v.designSystemVariables.colorPrimary};
321
+ outline-offset: -2px;
317
322
  }
318
- `;var B=function(c,o,a,n){var i=arguments.length,p=i<3?o:n===null?n=Object.getOwnPropertyDescriptor(o,a):n,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")p=Reflect.decorate(c,o,a,n);else for(var f=c.length-1;f>=0;f--)(l=c[f])&&(p=(i<3?l(p):i>3?l(o,a,p):l(o,a))||p);return i>3&&p&&Object.defineProperty(o,a,p),p},lt=class extends CustomEvent{constructor(o,a){super("change",{detail:{value:o,checked:a},bubbles:!0,composed:!0})}},C=class extends Qe.FtLitElement{constructor(){super(...arguments),this.value="",this.name="",this.checked=!1,this.disabled=!1,this.tabIndex=-1,this.role="radio"}render(){let o={"ft-radio":!0,"ft-radio--checked":this.checked,"ft-radio--disabled":this.disabled};return Je.html`
323
+
324
+ .ft-radio ft-typography {
325
+ padding-right: 2px;
326
+ }
327
+ `;var $=function(i,o,a,n){var c=arguments.length,p=c<3?o:n===null?n=Object.getOwnPropertyDescriptor(o,a):n,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")p=Reflect.decorate(i,o,a,n);else for(var f=i.length-1;f>=0;f--)(l=i[f])&&(p=(c<3?l(p):c>3?l(o,a,p):l(o,a))||p);return c>3&&p&&Object.defineProperty(o,a,p),p},ut=class extends CustomEvent{constructor(o,a){super("change",{detail:{value:o,checked:a},bubbles:!0,composed:!0})}},C=class extends Qe.FtLitElement{constructor(){super(...arguments),this.value="",this.name="",this.checked=!1,this.ariaChecked="false",this.disabled=!1,this.role="radio"}render(){let o={"ft-radio":!0,"ft-radio--checked":this.checked,"ft-radio--disabled":this.disabled};return Je.html`
319
328
  <div class="${(0,to.classMap)(o)}">
320
329
  <div class="ft-radio--box-container">
321
330
  <ft-ripple
@@ -340,16 +349,16 @@ Also for action icons.`,e.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
340
349
  </ft-typography>
341
350
  </label>
342
351
  </div>
343
- `}update(o){super.update(o),o.has("checked")&&!o.has("aria-checked")&&(this.checked?(this.setAttribute("aria-checked","true"),this.tabIndex=0):(this.setAttribute("aria-checked","false"),this.tabIndex=-1))}onChange(o){o.stopPropagation(),this.checked=o.target.checked,this.dispatchEvent(new lt(this.value,this.checked))}contentAvailableCallback(o){var a;super.contentAvailableCallback(o),(a=this.ripple)===null||a===void 0||a.setupFor(this.container),this.addEventListener("focus",this.onFocus)}disconnectedCallback(){this.removeEventListener("focus",this.onFocus),super.disconnectedCallback()}onFocus(o){this.dispatchEvent(new lt(this.name,this.checked))}select(){this.checked=!0,this.dispatchEvent(new lt(this.value,this.checked))}};C.elementDefinitions={"ft-ripple":m,"ft-typography":$};C.styles=qe;B([(0,w.property)()],C.prototype,"value",void 0);B([(0,w.property)()],C.prototype,"name",void 0);B([(0,w.property)({type:Boolean,reflect:!0})],C.prototype,"checked",void 0);B([(0,w.property)({type:Boolean})],C.prototype,"disabled",void 0);B([(0,w.property)({reflect:!0})],C.prototype,"tabIndex",void 0);B([(0,w.property)({reflect:!0,attribute:"role"})],C.prototype,"role",void 0);B([(0,w.query)(".ft-radio")],C.prototype,"container",void 0);B([(0,w.query)("ft-ripple")],C.prototype,"ripple",void 0);B([(0,w.query)("input")],C.prototype,"input",void 0);var ro=b(W()),et=b(ot()),ao=b(E());var eo=b(E()),Oi={},oo=eo.css`
352
+ `}update(o){super.update(o),o.has("checked")&&(this.ariaChecked=this.checked?"true":"false")}onChange(o){o.stopPropagation(),this.checked=o.target.checked,this.dispatchEvent(new ut(this.value,this.checked))}contentAvailableCallback(o){var a;super.contentAvailableCallback(o),(a=this.ripple)===null||a===void 0||a.setupFor(this.container)}select(){this.checked=!0,this.dispatchEvent(new ut(this.value,this.checked))}setInputTabIndex(o){this.input&&(this.input.tabIndex=o)}focus(){var o;(o=this.input)===null||o===void 0||o.focus()}};C.elementDefinitions={"ft-ripple":u,"ft-typography":k};C.styles=qe;$([(0,E.property)()],C.prototype,"value",void 0);$([(0,E.property)()],C.prototype,"name",void 0);$([(0,E.property)({type:Boolean,reflect:!0})],C.prototype,"checked",void 0);$([(0,E.property)({attribute:"aria-checked",reflect:!0})],C.prototype,"ariaChecked",void 0);$([(0,E.property)({type:Boolean})],C.prototype,"disabled",void 0);$([(0,E.property)({reflect:!0,attribute:"role"})],C.prototype,"role",void 0);$([(0,E.query)(".ft-radio")],C.prototype,"container",void 0);$([(0,E.query)("ft-ripple")],C.prototype,"ripple",void 0);$([(0,E.query)("input")],C.prototype,"input",void 0);var ro=b(w()),B=b(rt()),ao=b(R());var eo=b(R()),Ei={},oo=eo.css`
344
353
  :host {
345
- display: contents;
354
+ display: block;
346
355
  }
347
- `;var mt=function(c,o,a,n){var i=arguments.length,p=i<3?o:n===null?n=Object.getOwnPropertyDescriptor(o,a):n,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")p=Reflect.decorate(c,o,a,n);else for(var f=c.length-1;f>=0;f--)(l=c[f])&&(p=(i<3?l(p):i>3?l(o,a,p):l(o,a))||p);return i>3&&p&&Object.defineProperty(o,a,p),p},R=class extends ro.FtLitElement{constructor(){super(...arguments),this.name="",this.role="radiogroup",this.ariaLabelledBy=""}render(){return ao.html`
356
+ `;var ot=function(i,o,a,n){var c=arguments.length,p=c<3?o:n===null?n=Object.getOwnPropertyDescriptor(o,a):n,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")p=Reflect.decorate(i,o,a,n);else for(var f=i.length-1;f>=0;f--)(l=i[f])&&(p=(c<3?l(p):c>3?l(o,a,p):l(o,a))||p);return c>3&&p&&Object.defineProperty(o,a,p),p},W=class extends ro.FtLitElement{constructor(){super(...arguments),this.name="",this.role="radiogroup",this.tabIndex=0,this.ariaLabelledBy="",this.currentSelectedIndex=0,this.onFocus=()=>{this.tabIndex=-1,this.focusCurrentChecked()},this.onFocusOut=o=>{!this.contains(o.relatedTarget)&&(this.tabIndex=0)}}render(){return ao.html`
348
357
  <slot @slotchange=${this.onSlotChange}
349
358
  @change=${this.onChange}
350
359
  @keydown=${this.onKeyDown}
351
360
  ></slot>
352
- `}onSlotChange(){this.radioButtons.forEach(o=>o.name=this.name)}contentAvailableCallback(o){super.contentAvailableCallback(o),this.radioButtons[0].setAttribute("tabindex","0")}onChange(o){o.stopPropagation(),this.radioButtons.forEach(a=>a.checked=o.detail.value===a.value),this.dispatchEvent(new CustomEvent("change",{detail:o.detail.value})),this.focusCurrentValue()}onKeyDown(o){let a=!1;switch(o.key){case"ArrowUp":case"ArrowLeft":{a=!0;let n=this.findFtRadio(o),i=this.radioButtons.indexOf(n)-1;this.radioButtons[i<0?this.radioButtons.length-1:i].select(),this.radioButtons[i<0?this.radioButtons.length-1:i].focus();break}case"ArrowDown":case"ArrowRight":{a=!0;let n=this.radioButtons.indexOf(this.findFtRadio(o))+1;this.radioButtons[n>this.radioButtons.length-1?0:n].select(),this.radioButtons[n>this.radioButtons.length-1?0:n].focus();break}case"Enter":{let n=this.radioButtons.indexOf(this.findFtRadio(o));this.radioButtons[n].select()}}a&&(o.stopPropagation(),o.preventDefault())}findFtRadio(o){return o.composedPath().find(a=>a.tagName==="FT-RADIO")}focusCurrentValue(){setTimeout(()=>{var o;return(o=this.radioButtons.find(a=>a.checked))===null||o===void 0?void 0:o.focus()},10)}};R.elementDefinitions={};R.styles=oo;mt([(0,et.property)()],R.prototype,"name",void 0);mt([(0,et.property)({reflect:!0,attribute:"role"})],R.prototype,"role",void 0);mt([(0,et.property)({reflect:!0,attribute:"aria-labelledby"})],R.prototype,"ariaLabelledBy",void 0);mt([(0,et.queryAssignedElements)()],R.prototype,"radioButtons",void 0);(0,Rt.customElement)("ft-radio")(C);(0,Rt.customElement)("ft-radio-group")(R);})();
361
+ `}connectedCallback(){super.connectedCallback(),this.addEventListener("focus",this.onFocus),this.addEventListener("focusout",this.onFocusOut)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("focus",this.onFocus),this.removeEventListener("focusout",this.onFocusOut)}onSlotChange(){this.radioButtons.forEach(o=>o.name=this.name)}contentAvailableCallback(o){super.contentAvailableCallback(o),this.radioButtons.forEach(a=>a.setInputTabIndex(-1)),this.resolveCurrentSelectedIndex()}onChange(o){o.stopPropagation(),this.radioButtons.forEach(a=>a.checked=o.detail.value===a.value),this.dispatchEvent(new CustomEvent("change",{detail:o.detail.value})),this.resolveCurrentSelectedIndex()}onKeyDown(o){let a=!1;switch(o.key){case"ArrowUp":case"ArrowLeft":{a=!0;let n=this.currentSelectedIndex-1;this.radioButtons[n<0?this.radioButtons.length-1:n].select(),this.radioButtons[n<0?this.radioButtons.length-1:n].focus();break}case"ArrowDown":case"ArrowRight":{a=!0;let n=this.currentSelectedIndex+1;this.radioButtons[n>this.radioButtons.length-1?0:n].select(),this.radioButtons[n>this.radioButtons.length-1?0:n].focus();break}case"Enter":this.radioButtons[this.currentSelectedIndex].select()}a&&(o.stopPropagation(),o.preventDefault())}resolveCurrentSelectedIndex(){let o=this.radioButtons.findIndex(a=>a.checked);o==-1?(this.currentSelectedIndex=0,this.radioButtons[0].select()):this.currentSelectedIndex=o}focusCurrentChecked(){this.radioButtons[this.currentSelectedIndex].focus()}};W.elementDefinitions={};W.styles=oo;ot([(0,B.property)()],W.prototype,"name",void 0);ot([(0,B.property)({reflect:!0,attribute:"role"})],W.prototype,"role",void 0);ot([(0,B.property)({reflect:!0})],W.prototype,"tabIndex",void 0);ot([(0,B.property)({reflect:!0,attribute:"aria-labelledby"})],W.prototype,"ariaLabelledBy",void 0);ot([(0,B.queryAssignedElements)()],W.prototype,"radioButtons",void 0);ot([(0,B.state)()],W.prototype,"currentSelectedIndex",void 0);(0,Rt.customElement)("ft-radio")(C);(0,Rt.customElement)("ft-radio-group")(W);})();
353
362
  /*! Bundled license information:
354
363
 
355
364
  lit-html/lit-html.js: