@fluid-topics/ft-checkbox 1.2.30 → 1.2.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -110,7 +110,7 @@
110
110
  opacity: ${R.opacityContentOnSurfacePressed};
111
111
  transform: translate(-50%, -50%) scale(1);
112
112
  }
113
- `;var v=function(a,r,n,i){var c=arguments.length,d=c<3?r:i===null?i=Object.getOwnPropertyDescriptor(r,n):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")d=Reflect.decorate(a,r,n,i);else for(var f=a.length-1;f>=0;f--)(l=a[f])&&(d=(c<3?l(d):c>3?l(r,n,d):l(r,n))||d);return c>3&&d&&Object.defineProperty(r,n,d),d},h=class extends tt.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 tt.Debouncer(1e3),this.onTransitionStart=r=>{r.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=r=>{r.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new tt.Debouncer(10),this.moveRipple=r=>{var n,i;let{x:c,y:d}=this.getCoordinates(r),l=(i=(n=this.ripple)===null||n===void 0?void 0:n.getBoundingClientRect())!==null&&i!==void 0?i:{x:0,y:0,width:0,height:0};this.originX=Math.round(c!=null?c-l.x:l.width/2),this.originY=Math.round(d!=null?d-l.y:l.height/2)},this.startPress=r=>{this.moveRipple(r),this.pressed=!this.isIgnored(r)},this.endPress=()=>{this.pressed=!1},this.startHover=r=>{this.hovered=!this.isIgnored(r)},this.endHover=()=>{this.hovered=!1},this.startFocus=r=>{this.focused=this.isFocusVisible(r?.target)&&!this.isIgnored(r)},this.endFocus=()=>{this.focused=!1}}render(){let r={"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 Ut.html`
113
+ `;var N=function(a,r,n,i){var c=arguments.length,d=c<3?r:i===null?i=Object.getOwnPropertyDescriptor(r,n):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")d=Reflect.decorate(a,r,n,i);else for(var f=a.length-1;f>=0;f--)(l=a[f])&&(d=(c<3?l(d):c>3?l(r,n,d):l(r,n))||d);return c>3&&d&&Object.defineProperty(r,n,d),d},h=class extends tt.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 tt.Debouncer(1e3),this.onTransitionStart=r=>{r.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=r=>{r.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new tt.Debouncer(10),this.moveRipple=r=>{var n,i;let{x:c,y:d}=this.getCoordinates(r),l=(i=(n=this.ripple)===null||n===void 0?void 0:n.getBoundingClientRect())!==null&&i!==void 0?i:{x:0,y:0,width:0,height:0};this.originX=Math.round(c!=null?c-l.x:l.width/2),this.originY=Math.round(d!=null?d-l.y:l.height/2)},this.startPress=r=>{this.moveRipple(r),this.pressed=!this.isIgnored(r)},this.endPress=()=>{this.pressed=!1},this.startHover=r=>{this.hovered=!this.isIgnored(r)},this.endHover=()=>{this.hovered=!1},this.startFocus=r=>{this.focused=this.isFocusVisible(r?.target)&&!this.isIgnored(r)},this.endFocus=()=>{this.focused=!1}}render(){let r={"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 Ut.html`
114
114
  <style>
115
115
  .ft-ripple .ft-ripple--effect {
116
116
  left: ${this.originX}px;
@@ -121,10 +121,10 @@
121
121
  <div class="ft-ripple--background"></div>
122
122
  <div class="ft-ripple--effect"></div>
123
123
  </div>
124
- `}contentAvailableCallback(r){super.contentAvailableCallback(r),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(r){var n,i;super.update(r),r.has("disabled")&&(this.disabled?(this.endRipple(),(n=this.target)===null||n===void 0||n.removeAttribute("data-is-ft-ripple-target")):(i=this.target)===null||i===void 0||i.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var r,n;let i=(r=this.shadowRoot)===null||r===void 0?void 0:r.host.parentElement;i&&this.setupFor((n=this.target)!==null&&n!==void 0?n:i)}setupFor(r){if(this.setupDebouncer.cancel(),this.target===r)return;this.onDisconnect&&this.onDisconnect(),this.target=r,r.setAttribute("data-is-ft-ripple-target","true");let n=(...f)=>y=>{f.forEach(g=>window.addEventListener(g,this.endPress,{once:!0})),this.startPress(y)},i=n("mouseup","contextmenu"),c=n("touchend","touchcancel"),d=f=>{["Enter"," "].includes(f.key)&&n("keyup")(f)},l={passive:!0};r.addEventListener("mouseover",this.startHover,l),r.addEventListener("mousemove",this.moveRipple,l),r.addEventListener("mouseleave",this.endHover,l),r.addEventListener("mousedown",i,l),r.addEventListener("touchstart",c,l),r.addEventListener("touchmove",this.moveRipple,l),r.addEventListener("keydown",d,l),r.addEventListener("focus",this.startFocus,l),r.addEventListener("blur",this.endFocus,l),r.addEventListener("focusin",this.startFocus,l),r.addEventListener("focusout",this.endFocus,l),this.onDisconnect=()=>{r.removeAttribute("data-is-ft-ripple-target"),r.removeEventListener("mouseover",this.startHover,l),r.removeEventListener("mousemove",this.moveRipple,l),r.removeEventListener("mouseleave",this.endHover,l),r.removeEventListener("mousedown",i,l),r.removeEventListener("touchstart",c,l),r.removeEventListener("touchmove",this.moveRipple,l),r.removeEventListener("keydown",d,l),r.removeEventListener("focus",this.startFocus,l),r.removeEventListener("blur",this.endFocus,l),r.removeEventListener("focusin",this.startFocus,l),r.removeEventListener("focusout",this.endFocus,l),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(r){let n=r,i=r,c,d;return n.x!=null?{x:c,y:d}=n:i.touches!=null&&(c=i.touches[0].clientX,d=i.touches[0].clientY),{x:c,y:d}}isFocusVisible(r){return r instanceof HTMLElement?r.matches(":focus-visible"):!0}isIgnored(r){if(this.disabled)return!0;if(r!=null)for(let n of r.composedPath()){if(n===this.target)break;if("hasAttribute"in n&&n.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};h.elementDefinitions={};h.styles=Gt;v([(0,C.property)({type:Boolean})],h.prototype,"primary",void 0);v([(0,C.property)({type:Boolean})],h.prototype,"secondary",void 0);v([(0,C.property)({type:Boolean})],h.prototype,"unbounded",void 0);v([(0,C.property)({type:Boolean})],h.prototype,"activated",void 0);v([(0,C.property)({type:Boolean})],h.prototype,"selected",void 0);v([(0,C.property)({type:Boolean})],h.prototype,"disabled",void 0);v([(0,C.state)()],h.prototype,"hovered",void 0);v([(0,C.state)()],h.prototype,"focused",void 0);v([(0,C.state)()],h.prototype,"pressed",void 0);v([(0,C.state)()],h.prototype,"rippling",void 0);v([(0,C.state)()],h.prototype,"originX",void 0);v([(0,C.state)()],h.prototype,"originY",void 0);v([(0,C.query)(".ft-ripple")],h.prototype,"ripple",void 0);v([(0,C.query)(".ft-ripple--effect")],h.prototype,"rippleEffect",void 0);(0,Dt.customElement)("ft-ripple")(h);var Ve=u(w());var Ct=globalThis,lt=Ct.trustedTypes,Kt=lt?lt.createPolicy("lit-html",{createHTML:a=>a}):void 0,jt="$lit$",$=`lit$${Math.random().toFixed(9).slice(2)}$`,qt="?"+$,io=`<${qt}>`,Z=document,dt=()=>Z.createComment(""),ot=a=>a===null||typeof a!="object"&&typeof a!="function",Ot=Array.isArray,co=a=>Ot(a)||typeof a?.[Symbol.iterator]=="function",bt=`[
124
+ `}contentAvailableCallback(r){super.contentAvailableCallback(r),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(r){var n,i;super.update(r),r.has("disabled")&&(this.disabled?(this.endRipple(),(n=this.target)===null||n===void 0||n.removeAttribute("data-is-ft-ripple-target")):(i=this.target)===null||i===void 0||i.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var r,n;let i=(r=this.shadowRoot)===null||r===void 0?void 0:r.host.parentElement;i&&this.setupFor((n=this.target)!==null&&n!==void 0?n:i)}setupFor(r){if(this.setupDebouncer.cancel(),this.target===r)return;this.onDisconnect&&this.onDisconnect(),this.target=r,r.setAttribute("data-is-ft-ripple-target","true");let n=(...f)=>y=>{f.forEach(g=>window.addEventListener(g,this.endPress,{once:!0})),this.startPress(y)},i=n("mouseup","contextmenu"),c=n("touchend","touchcancel"),d=f=>{["Enter"," "].includes(f.key)&&n("keyup")(f)},l={passive:!0};r.addEventListener("mouseover",this.startHover,l),r.addEventListener("mousemove",this.moveRipple,l),r.addEventListener("mouseleave",this.endHover,l),r.addEventListener("mousedown",i,l),r.addEventListener("touchstart",c,l),r.addEventListener("touchmove",this.moveRipple,l),r.addEventListener("keydown",d,l),r.addEventListener("focus",this.startFocus,l),r.addEventListener("blur",this.endFocus,l),r.addEventListener("focusin",this.startFocus,l),r.addEventListener("focusout",this.endFocus,l),this.onDisconnect=()=>{r.removeAttribute("data-is-ft-ripple-target"),r.removeEventListener("mouseover",this.startHover,l),r.removeEventListener("mousemove",this.moveRipple,l),r.removeEventListener("mouseleave",this.endHover,l),r.removeEventListener("mousedown",i,l),r.removeEventListener("touchstart",c,l),r.removeEventListener("touchmove",this.moveRipple,l),r.removeEventListener("keydown",d,l),r.removeEventListener("focus",this.startFocus,l),r.removeEventListener("blur",this.endFocus,l),r.removeEventListener("focusin",this.startFocus,l),r.removeEventListener("focusout",this.endFocus,l),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(r){let n=r,i=r,c,d;return n.x!=null?{x:c,y:d}=n:i.touches!=null&&(c=i.touches[0].clientX,d=i.touches[0].clientY),{x:c,y:d}}isFocusVisible(r){return r instanceof HTMLElement?r.matches(":focus-visible"):!0}isIgnored(r){if(this.disabled)return!0;if(r!=null)for(let n of r.composedPath()){if(n===this.target)break;if("hasAttribute"in n&&n.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};h.elementDefinitions={};h.styles=Gt;N([(0,C.property)({type:Boolean})],h.prototype,"primary",void 0);N([(0,C.property)({type:Boolean})],h.prototype,"secondary",void 0);N([(0,C.property)({type:Boolean})],h.prototype,"unbounded",void 0);N([(0,C.property)({type:Boolean})],h.prototype,"activated",void 0);N([(0,C.property)({type:Boolean})],h.prototype,"selected",void 0);N([(0,C.property)({type:Boolean})],h.prototype,"disabled",void 0);N([(0,C.state)()],h.prototype,"hovered",void 0);N([(0,C.state)()],h.prototype,"focused",void 0);N([(0,C.state)()],h.prototype,"pressed",void 0);N([(0,C.state)()],h.prototype,"rippling",void 0);N([(0,C.state)()],h.prototype,"originX",void 0);N([(0,C.state)()],h.prototype,"originY",void 0);N([(0,C.query)(".ft-ripple")],h.prototype,"ripple",void 0);N([(0,C.query)(".ft-ripple--effect")],h.prototype,"rippleEffect",void 0);(0,Dt.customElement)("ft-ripple")(h);var Ve=u(w());var Ct=globalThis,lt=Ct.trustedTypes,Kt=lt?lt.createPolicy("lit-html",{createHTML:a=>a}):void 0,jt="$lit$",$=`lit$${Math.random().toFixed(9).slice(2)}$`,qt="?"+$,io=`<${qt}>`,Z=document,dt=()=>Z.createComment(""),ot=a=>a===null||typeof a!="object"&&typeof a!="function",Ot=Array.isArray,co=a=>Ot(a)||typeof a?.[Symbol.iterator]=="function",bt=`[
125
125
  \f\r]`,et=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Tt=/-->/g,_t=/>/g,G=RegExp(`>|${bt}(?:([^\\s"'>=/]+)(${bt}*=${bt}*(?:[^
126
- \f\r"'\`<>=]|("|')|))|$)`,"g"),Mt=/'/g,Vt=/"/g,Xt=/^(?:script|style|textarea|title)$/i,vt=a=>(r,...n)=>({_$litType$:a,strings:r,values:n}),Qt=vt(1),Jt=vt(2),te=vt(3),rt=Symbol.for("lit-noChange"),S=Symbol.for("lit-nothing"),Yt=new WeakMap,U=Z.createTreeWalker(Z,129);function ee(a,r){if(!Ot(a)||!a.hasOwnProperty("raw"))throw Error("invalid template strings array");return Kt!==void 0?Kt.createHTML(r):r}var lo=(a,r)=>{let n=a.length-1,i=[],c,d=r===2?"<svg>":r===3?"<math>":"",l=et;for(let f=0;f<n;f++){let y=a[f],g,x,b=-1,E=0;for(;E<y.length&&(l.lastIndex=E,x=l.exec(y),x!==null);)E=l.lastIndex,l===et?x[1]==="!--"?l=Tt:x[1]!==void 0?l=_t:x[2]!==void 0?(Xt.test(x[2])&&(c=RegExp("</"+x[2],"g")),l=G):x[3]!==void 0&&(l=G):l===G?x[0]===">"?(l=c??et,b=-1):x[1]===void 0?b=-2:(b=l.lastIndex-x[2].length,g=x[1],l=x[3]===void 0?G:x[3]==='"'?Vt:Mt):l===Vt||l===Mt?l=G:l===Tt||l===_t?l=et:(l=G,c=void 0);let z=l===G&&a[f+1].startsWith("/>")?" ":"";d+=l===et?y+io:b>=0?(i.push(g),y.slice(0,b)+jt+y.slice(b)+$+z):y+$+(b===-2?f:z)}return[ee(a,d+(a[n]||"<?>")+(r===2?"</svg>":r===3?"</math>":"")),i]},at=class a{constructor({strings:r,_$litType$:n},i){let c;this.parts=[];let d=0,l=0,f=r.length-1,y=this.parts,[g,x]=lo(r,n);if(this.el=a.createElement(g,i),U.currentNode=this.el.content,n===2||n===3){let b=this.el.content.firstChild;b.replaceWith(...b.childNodes)}for(;(c=U.nextNode())!==null&&y.length<f;){if(c.nodeType===1){if(c.hasAttributes())for(let b of c.getAttributeNames())if(b.endsWith(jt)){let E=x[l++],z=c.getAttribute(b).split($),nt=/([.?@])?(.*)/.exec(E);y.push({type:1,index:d,name:nt[2],strings:z,ctor:nt[1]==="."?ut:nt[1]==="?"?mt:nt[1]==="@"?xt:K}),c.removeAttribute(b)}else b.startsWith($)&&(y.push({type:6,index:d}),c.removeAttribute(b));if(Xt.test(c.tagName)){let b=c.textContent.split($),E=b.length-1;if(E>0){c.textContent=lt?lt.emptyScript:"";for(let z=0;z<E;z++)c.append(b[z],dt()),U.nextNode(),y.push({type:2,index:++d});c.append(b[E],dt())}}}else if(c.nodeType===8)if(c.data===qt)y.push({type:2,index:d});else{let b=-1;for(;(b=c.data.indexOf($,b+1))!==-1;)y.push({type:7,index:d}),b+=$.length-1}d++}}static createElement(r,n){let i=Z.createElement("template");return i.innerHTML=r,i}};function D(a,r,n=a,i){if(r===rt)return r;let c=i!==void 0?n._$Co?.[i]:n._$Cl,d=ot(r)?void 0:r._$litDirective$;return c?.constructor!==d&&(c?._$AO?.(!1),d===void 0?c=void 0:(c=new d(a),c._$AT(a,n,i)),i!==void 0?(n._$Co??=[])[i]=c:n._$Cl=c),c!==void 0&&(r=D(a,c._$AS(a,r.values),c,i)),r}var ht=class{constructor(r,n){this._$AV=[],this._$AN=void 0,this._$AD=r,this._$AM=n}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(r){let{el:{content:n},parts:i}=this._$AD,c=(r?.creationScope??Z).importNode(n,!0);U.currentNode=c;let d=U.nextNode(),l=0,f=0,y=i[0];for(;y!==void 0;){if(l===y.index){let g;y.type===2?g=new pt(d,d.nextSibling,this,r):y.type===1?g=new y.ctor(d,y.name,y.strings,this,r):y.type===6&&(g=new St(d,this,r)),this._$AV.push(g),y=i[++f]}l!==y?.index&&(d=U.nextNode(),l++)}return U.currentNode=Z,c}p(r){let n=0;for(let i of this._$AV)i!==void 0&&(i.strings!==void 0?(i._$AI(r,i,n),n+=i.strings.length-2):i._$AI(r[n])),n++}},pt=class a{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(r,n,i,c){this.type=2,this._$AH=S,this._$AN=void 0,this._$AA=r,this._$AB=n,this._$AM=i,this.options=c,this._$Cv=c?.isConnected??!0}get parentNode(){let r=this._$AA.parentNode,n=this._$AM;return n!==void 0&&r?.nodeType===11&&(r=n.parentNode),r}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(r,n=this){r=D(this,r,n),ot(r)?r===S||r==null||r===""?(this._$AH!==S&&this._$AR(),this._$AH=S):r!==this._$AH&&r!==rt&&this._(r):r._$litType$!==void 0?this.$(r):r.nodeType!==void 0?this.T(r):co(r)?this.k(r):this._(r)}O(r){return this._$AA.parentNode.insertBefore(r,this._$AB)}T(r){this._$AH!==r&&(this._$AR(),this._$AH=this.O(r))}_(r){this._$AH!==S&&ot(this._$AH)?this._$AA.nextSibling.data=r:this.T(Z.createTextNode(r)),this._$AH=r}$(r){let{values:n,_$litType$:i}=r,c=typeof i=="number"?this._$AC(r):(i.el===void 0&&(i.el=at.createElement(ee(i.h,i.h[0]),this.options)),i);if(this._$AH?._$AD===c)this._$AH.p(n);else{let d=new ht(c,this),l=d.u(this.options);d.p(n),this.T(l),this._$AH=d}}_$AC(r){let n=Yt.get(r.strings);return n===void 0&&Yt.set(r.strings,n=new at(r)),n}k(r){Ot(this._$AH)||(this._$AH=[],this._$AR());let n=this._$AH,i,c=0;for(let d of r)c===n.length?n.push(i=new a(this.O(dt()),this.O(dt()),this,this.options)):i=n[c],i._$AI(d),c++;c<n.length&&(this._$AR(i&&i._$AB.nextSibling,c),n.length=c)}_$AR(r=this._$AA.nextSibling,n){for(this._$AP?.(!1,!0,n);r&&r!==this._$AB;){let i=r.nextSibling;r.remove(),r=i}}setConnected(r){this._$AM===void 0&&(this._$Cv=r,this._$AP?.(r))}},K=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(r,n,i,c,d){this.type=1,this._$AH=S,this._$AN=void 0,this.element=r,this.name=n,this._$AM=c,this.options=d,i.length>2||i[0]!==""||i[1]!==""?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=S}_$AI(r,n=this,i,c){let d=this.strings,l=!1;if(d===void 0)r=D(this,r,n,0),l=!ot(r)||r!==this._$AH&&r!==rt,l&&(this._$AH=r);else{let f=r,y,g;for(r=d[0],y=0;y<d.length-1;y++)g=D(this,f[i+y],n,y),g===rt&&(g=this._$AH[y]),l||=!ot(g)||g!==this._$AH[y],g===S?r=S:r!==S&&(r+=(g??"")+d[y+1]),this._$AH[y]=g}l&&!c&&this.j(r)}j(r){r===S?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,r??"")}},ut=class extends K{constructor(){super(...arguments),this.type=3}j(r){this.element[this.name]=r===S?void 0:r}},mt=class extends K{constructor(){super(...arguments),this.type=4}j(r){this.element.toggleAttribute(this.name,!!r&&r!==S)}},xt=class extends K{constructor(r,n,i,c,d){super(r,n,i,c,d),this.type=5}_$AI(r,n=this){if((r=D(this,r,n,0)??S)===rt)return;let i=this._$AH,c=r===S&&i!==S||r.capture!==i.capture||r.once!==i.once||r.passive!==i.passive,d=r!==S&&(i===S||c);c&&this.element.removeEventListener(this.name,this,i),d&&this.element.addEventListener(this.name,this,r),this._$AH=r}handleEvent(r){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,r):this._$AH.handleEvent(r)}},St=class{constructor(r,n,i){this.element=r,this.type=6,this._$AN=void 0,this._$AM=n,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(r){D(this,r)}};var po=Ct.litHtmlPolyfillSupport;po?.(at,pt),(Ct.litHtmlVersions??=[]).push("3.3.0");var re=Symbol.for(""),so=a=>{if(a?.r===re)return a?._$litStatic$},Nt=a=>({_$litStatic$:a,r:re});var oe=new Map,It=a=>(r,...n)=>{let i=n.length,c,d,l=[],f=[],y,g=0,x=!1;for(;g<i;){for(y=r[g];g<i&&(d=n[g],(c=so(d))!==void 0);)y+=c+r[++g],x=!0;g!==i&&f.push(d),l.push(y),g++}if(g===i&&l.push(r[i]),x){let b=l.join("$$lit$$");(r=oe.get(b))===void 0&&(l.raw=l,oe.set(b,r=l)),n=f}return a(r,...n)},kt=It(Qt),Wo=It(Jt),Eo=It(te);var wt=u(ct()),Me=u(w());var st;(function(a){a.title="title",a.title_dense="title-dense",a.subtitle1="subtitle1",a.subtitle2="subtitle2",a.body1="body1",a.body2="body2",a.caption="caption",a.breadcrumb="breadcrumb",a.overline="overline",a.button="button",a.display="display",a.title1="title-1",a.title2="title-2",a.title3="title-3",a.body1regular="body-1-regular",a.body1medium="body-1-medium",a.body1semibold="body-1-semibold",a.body2regular="body-2-regular",a.body2medium="body-2-medium",a.body2semibold="body-2-semibold",a.label1medium="label-1-medium",a.label1semibold="label-1-semibold",a.label1bold="label-1-bold",a.label2medium="label-2-medium",a.label2semibold="label-2-semibold",a.label2bold="label-2-bold",a.caption1medium="caption-1-medium",a.caption1semibold="caption-1-semibold",a.caption1bold="caption-1-bold",a.caption2medium="caption-2-medium",a.caption2semibold="caption-2-semibold",a.caption2bold="caption-2-bold"})(st||(st={}));var k=u(H()),p=u(w());var B=u(H(),1),P=a=>typeof a=="string"?(0,B.unsafeCSS)(a):a,t=class{static create(r,n,i,c){let d=f=>P(f??c),l=B.css`var(${P(r)}, ${d(c)})`;return l.name=r,l.description=n,l.category=i,l.defaultValue=c,l.defaultCssValue=d,l.get=f=>B.css`var(${P(r)}, ${d(f)})`,l.breadcrumb=()=>[],l.lastResortDefaultValue=()=>c,l}static extend(r,n,i,c){let d=f=>i.get(f??c),l=B.css`var(${P(r)}, ${d(c)})`;return l.name=r,l.description=n,l.category=i.category,l.fallbackVariable=i,l.defaultValue=c,l.defaultCssValue=d,l.get=f=>B.css`var(${P(r)}, ${d(f)})`,l.breadcrumb=()=>[i.name,...i.breadcrumb()],l.lastResortDefaultValue=()=>c??i.lastResortDefaultValue(),l}static external(r,n){let i=d=>r.fallbackVariable?r.fallbackVariable.get(d??r.defaultValue):P(d??r.lastResortDefaultValue()),c=B.css`var(${P(r.name)}, ${i(r.defaultValue)})`;return c.name=r.name,c.category=r.category,c.fallbackVariable=r.fallbackVariable,c.defaultValue=r.defaultValue,c.context=n,c.defaultCssValue=i,c.get=d=>B.css`var(${P(r.name)}, ${i(d)})`,c.breadcrumb=()=>r.fallbackVariable?[r.fallbackVariable.name,...r.fallbackVariable.breadcrumb()]:[],c.lastResortDefaultValue=()=>r.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(0.25rem*2)"),spacing3:t.create("--ft-spacing-3","","SIZE","calc(0.25rem*3)"),spacing4:t.create("--ft-spacing-4","","SIZE","calc(0.25rem*4)"),spacing5:t.create("--ft-spacing-5","","SIZE","calc(0.25rem*5)"),spacing6:t.create("--ft-spacing-6","","SIZE","calc(0.25rem*6)"),spacing8:t.create("--ft-spacing-8","","SIZE","calc(0.25rem*8)"),spacing10:t.create("--ft-spacing-10","","SIZE","calc(0.25rem*10)"),spacing12:t.create("--ft-spacing-12","","SIZE","calc(0.25rem*12)"),spacing16:t.create("--ft-spacing-16","","SIZE","calc(0.25rem*16)"),spacing20:t.create("--ft-spacing-20","","SIZE","calc(0.25rem*20)"),spacing24:t.create("--ft-spacing-24","","SIZE","calc(0.25rem*24)"),spacing28:t.create("--ft-spacing-28","","SIZE","calc(0.25rem*28)"),spacing32:t.create("--ft-spacing-32","","SIZE","calc(0.25rem*32)"),spacing05:t.create("--ft-spacing-0-5","","SIZE","calc(0.25rem*0.5)"),borderRadiusS:t.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:t.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:t.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:t.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:t.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:t.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:t.create("--ft-icon-size-1","","SIZE","0.75rem"),iconSize2:t.create("--ft-icon-size-2","","SIZE","1rem"),iconSize3:t.create("--ft-icon-size-3","","SIZE","1.25rem"),iconSize4:t.create("--ft-icon-size-4","","SIZE","1.5rem"),iconSize5:t.create("--ft-icon-size-5","","SIZE","2rem"),iconSize6:t.create("--ft-icon-size-6","","SIZE","3rem"),opacity0:t.create("--ft-opacity-0","","NUMBER","0"),opacity8:t.create("--ft-opacity-8","","NUMBER","0.08"),opacity12:t.create("--ft-opacity-12","","NUMBER","0.12"),opacity16:t.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:t.create("--ft-opacity-24","","NUMBER","0.24"),opacity32:t.create("--ft-opacity-32","","NUMBER","0.32"),opacity40:t.create("--ft-opacity-40","","NUMBER","0.4"),opacity48:t.create("--ft-opacity-48","","NUMBER","0.48"),opacity80:t.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:t.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:t.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:t.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:t.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:t.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:t.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:t.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:t.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:t.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},ae={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")},ne={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")},ie={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")},ce={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")},le={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")},de={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")},pe={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")},se={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")},fe={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")},fo={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")},ye={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")},ge={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")},be={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")},he={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")},ue={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")},me={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")},xe={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")},Se={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")},Ce={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")},Oe={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")},ve={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")},Ne={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")},Ie={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")},ke={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")},we={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")},We={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")},ft={display:ae,"title-1":ne,"title-2":ie,"title-3":ce,"body-1-regular":le,"body-1-medium":de,"body-1-semibold":pe,"body-2-regular":se,"body-2-medium":fe,"body-2-medium-underline":fo,"body-2-semibold":ye,"label-1-medium":ge,"label-1-semibold":be,"label-1-bold":he,"label-2-medium":ue,"label-2-semibold":me,"label-2-bold":xe,"caption-1-medium":Se,"caption-1-semibold":Ce,"caption-1-bold":Oe,"caption-2-medium":ve,"caption-2-semibold":Ne,"caption-2-bold":Ie,"caption-3-medium":ke,"caption-3-semibold":we,"caption-3-bold":We};var o={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),borderNeutralPrimary:t.extend("--ft-border-neutral-primary","Used as border for neutral secondary buttons",e.colorGray200)};var Ko={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"),mediumHeight:t.create("--ft-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:t.extend("--ft-button-medium-horizontal-padding","",e.spacing3),mediumGap:t.extend("--ft-button-medium-gap","",e.spacing2),mediumBorderRadius:t.extend("--ft-button-medium-border-radius","",e.borderRadiusS),mediumIconSize:t.extend("--ft-button-medium-icon-size","",e.iconSize2),mediumBorderWidth:t.create("--ft-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:t.create("--ft-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:t.create("--ft-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:t.create("--ft-button-medium-icon-only-width","","SIZE","30px"),smallHeight:t.create("--ft-button-small-height","","SIZE","20px"),smallHorizontalPadding:t.extend("--ft-button-small-horizontal-padding","",e.spacing2),smallGap:t.extend("--ft-button-small-gap","",e.spacing1),smallBorderRadius:t.extend("--ft-button-small-border-radius","",e.borderRadiusS),smallIconSize:t.extend("--ft-button-small-icon-size","",e.iconSize1),smallBorderWidth:t.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:t.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:t.create("--ft-button-small-icon-only-width","","SIZE","20px"),xSmallHeight:t.create("--ft-button-x-small-height","","SIZE","16px"),xSmallIconSize:t.extend("--ft-button-x-small-icon-size","",e.iconSize1),xSmallFocusOutlineOffset:t.create("--ft-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:t.create("--ft-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:t.create("--ft-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:t.extend("--ft-button-round-border-radius","",e.borderRadiusPill),primaryBrandBackgroundColor:t.extend("--ft-button-primary-brand-background-color","",o.backgroundActionPrimary),primaryBrandColor:t.extend("--ft-button-primary-brand-color","",o.contentGlobalOnColor),primaryBrandIconColor:t.extend("--ft-button-primary-brand-icon-color","",o.contentGlobalOnColor),primaryBrandStateLayerColor:t.extend("--ft-button-primary-brand-state-layer-color","",o.contentGlobalOnColor),primaryBrandHoverStateLayerOpacity:t.extend("--ft-button-primary-brand-hover-state-layer-opacity","",e.opacity16),primaryBrandFocusStateLayerOpacity:t.extend("--ft-button-primary-brand-focus-state-layer-opacity","",e.opacity16),primaryBrandActiveStateLayerOpacity:t.extend("--ft-button-primary-brand-active-state-layer-opacity","",e.opacity24),primaryBrandDisabledComponentOpacity:t.extend("--ft-button-primary-brand-disabled-component-opacity","",e.opacity40),focusFocusRingColor:t.extend("--ft-button-focus-focus-ring-color","",o.borderActionFocusRing),tertiaryBrandBackgroundColor:t.create("--ft-button-tertiary-brand-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryBrandColor:t.extend("--ft-button-tertiary-brand-color","",o.contentActionPrimary),tertiaryBrandIconColor:t.extend("--ft-button-tertiary-brand-icon-color","",o.contentActionPrimary),tertiaryBrandStateLayerColor:t.extend("--ft-button-tertiary-brand-state-layer-color","",o.contentActionPrimary),tertiaryBrandHoverStateLayerOpacity:t.extend("--ft-button-tertiary-brand-hover-state-layer-opacity","",e.opacity8),tertiaryBrandFocusStateLayerOpacity:t.extend("--ft-button-tertiary-brand-focus-state-layer-opacity","",e.opacity8),tertiaryBrandActiveStateLayerOpacity:t.extend("--ft-button-tertiary-brand-active-state-layer-opacity","",e.opacity16),tertiaryBrandDisabledComponentOpacity:t.extend("--ft-button-tertiary-brand-disabled-component-opacity","",e.opacity40),tertiaryInfoBackgroundColor:t.create("--ft-button-tertiary-info-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryInfoColor:t.extend("--ft-button-tertiary-info-color","",o.contentInfoPrimary),tertiaryInfoIconColor:t.extend("--ft-button-tertiary-info-icon-color","",o.contentInfoPrimary),tertiaryInfoStateLayerColor:t.extend("--ft-button-tertiary-info-state-layer-color","",o.contentInfoPrimary),tertiaryInfoFocusStateLayerOpacity:t.extend("--ft-button-tertiary-info-focus-state-layer-opacity","",e.opacity8),tertiaryInfoHoverStateLayerOpacity:t.extend("--ft-button-tertiary-info-hover-state-layer-opacity","",e.opacity8),tertiaryInfoActiveStateLayerOpacity:t.extend("--ft-button-tertiary-info-active-state-layer-opacity","",e.opacity16),tertiaryInfoDisabledComponentOpacity:t.extend("--ft-button-tertiary-info-disabled-component-opacity","",e.opacity40),tertiarySuccessBackgroundColor:t.create("--ft-button-tertiary-success-background-color","","COLOR","rgba(0,0,0,0)"),tertiarySuccessColor:t.extend("--ft-button-tertiary-success-color","",o.contentSuccessPrimary),tertiarySuccessIconColor:t.extend("--ft-button-tertiary-success-icon-color","",o.contentSuccessPrimary),tertiarySuccessStateLayerColor:t.extend("--ft-button-tertiary-success-state-layer-color","",o.contentSuccessPrimary),tertiarySuccessHoverStateLayerOpacity:t.extend("--ft-button-tertiary-success-hover-state-layer-opacity","",e.opacity8),tertiarySuccessFocusStateLayerOpacity:t.extend("--ft-button-tertiary-success-focus-state-layer-opacity","",e.opacity8),tertiarySuccessActiveStateLayerOpacity:t.extend("--ft-button-tertiary-success-active-state-layer-opacity","",e.opacity16),tertiarySuccessDisabledComponentOpacity:t.extend("--ft-button-tertiary-success-disabled-component-opacity","",e.opacity40),tertiaryWarningBackgroundColor:t.create("--ft-button-tertiary-warning-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryWarningColor:t.extend("--ft-button-tertiary-warning-color","",o.contentWarningPrimary),tertiaryWarningIconColor:t.extend("--ft-button-tertiary-warning-icon-color","",o.contentWarningPrimary),tertiaryWarningStateLayerColor:t.extend("--ft-button-tertiary-warning-state-layer-color","",o.contentWarningPrimary),tertiaryWarningHoverStateLayerOpacity:t.extend("--ft-button-tertiary-warning-hover-state-layer-opacity","",e.opacity8),tertiaryWarningFocusStateLayerOpacity:t.extend("--ft-button-tertiary-warning-focus-state-layer-opacity","",e.opacity8),tertiaryWarningActiveStateLayerOpacity:t.extend("--ft-button-tertiary-warning-active-state-layer-opacity","",e.opacity16),tertiaryWarningDisabledComponentOpacity:t.extend("--ft-button-tertiary-warning-disabled-component-opacity","",e.opacity40),tertiaryErrorBackgroundColor:t.create("--ft-button-tertiary-error-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryErrorColor:t.extend("--ft-button-tertiary-error-color","",o.contentErrorPrimary),tertiaryErrorIconColor:t.extend("--ft-button-tertiary-error-icon-color","",o.contentErrorPrimary),tertiaryErrorStateLayerColor:t.extend("--ft-button-tertiary-error-state-layer-color","",o.contentErrorPrimary),tertiaryErrorHoverStateLayerOpacity:t.extend("--ft-button-tertiary-error-hover-state-layer-opacity","",e.opacity8),tertiaryErrorFocusStateLayerOpacity:t.extend("--ft-button-tertiary-error-focus-state-layer-opacity","",e.opacity8),tertiaryErrorActiveStateLayerOpacity:t.extend("--ft-button-tertiary-error-active-state-layer-opacity","",e.opacity16),tertiaryErrorDisabledComponentOpacity:t.extend("--ft-button-tertiary-error-disabled-component-opacity","",e.opacity40),tertiaryNeutralBackgroundColor:t.create("--ft-button-tertiary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryNeutralIconColor:t.extend("--ft-button-tertiary-neutral-icon-color","",o.contentGlobalSecondary),tertiaryNeutralColor:t.extend("--ft-button-tertiary-neutral-color","",o.contentGlobalSecondary),tertiaryNeutralStateLayerColor:t.extend("--ft-button-tertiary-neutral-state-layer-color","",o.contentGlobalSecondary),tertiaryNeutralHoverStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-hover-state-layer-opacity","",e.opacity8),tertiaryNeutralFocusStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-focus-state-layer-opacity","",e.opacity8),tertiaryNeutralActiveStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-active-state-layer-opacity","",e.opacity16),tertiaryNeutralDisabledComponentOpacity:t.extend("--ft-button-tertiary-neutral-disabled-component-opacity","",e.opacity40),secondaryBrandBackgroundColor:t.create("--ft-button-secondary-brand-background-color","","COLOR","rgba(0,0,0,0)"),secondaryBrandColor:t.extend("--ft-button-secondary-brand-color","",o.contentActionPrimary),secondaryBrandIconColor:t.extend("--ft-button-secondary-brand-icon-color","",o.contentActionPrimary),secondaryBrandStateLayerColor:t.extend("--ft-button-secondary-brand-state-layer-color","",o.contentActionPrimary),secondaryBrandHoverStateLayerOpacity:t.extend("--ft-button-secondary-brand-hover-state-layer-opacity","",e.opacity8),secondaryBrandFocusStateLayerOpacity:t.extend("--ft-button-secondary-brand-focus-state-layer-opacity","",e.opacity8),secondaryBrandActiveStateLayerOpacity:t.extend("--ft-button-secondary-brand-active-state-layer-opacity","",e.opacity16),secondaryBrandDisabledComponentOpacity:t.extend("--ft-button-secondary-brand-disabled-component-opacity","",e.opacity40),secondaryBrandBorderColor:t.extend("--ft-button-secondary-brand-border-color","",o.borderActionPrimary),secondaryNeutralHoverStateLayerOpacity:t.extend("--ft-button-secondary-neutral-hover-state-layer-opacity","",e.opacity8),secondaryNeutralFocusStateLayerOpacity:t.extend("--ft-button-secondary-neutral-focus-state-layer-opacity","",e.opacity8),secondaryNeutralActiveStateLayerOpacity:t.extend("--ft-button-secondary-neutral-active-state-layer-opacity","",e.opacity16),secondaryNeutralDisabledComponentOpacity:t.extend("--ft-button-secondary-neutral-disabled-component-opacity","",e.opacity40),secondaryNeutralBackgroundColor:t.create("--ft-button-secondary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),secondaryNeutralColor:t.extend("--ft-button-secondary-neutral-color","",o.contentGlobalSecondary),secondaryNeutralIconColor:t.extend("--ft-button-secondary-neutral-icon-color","",o.contentGlobalSecondary),secondaryNeutralStateLayerColor:t.extend("--ft-button-secondary-neutral-state-layer-color","",o.contentGlobalSecondary),secondaryNeutralBorderColor:t.extend("--ft-button-secondary-neutral-border-color","",o.borderNeutralPrimary),secondaryInfoHoverStateLayerOpacity:t.extend("--ft-button-secondary-info-hover-state-layer-opacity","",e.opacity8),secondaryInfoFocusStateLayerOpacity:t.extend("--ft-button-secondary-info-focus-state-layer-opacity","",e.opacity8),secondaryInfoActiveStateLayerOpacity:t.extend("--ft-button-secondary-info-active-state-layer-opacity","",e.opacity16),secondaryInfoDisabledComponentOpacity:t.extend("--ft-button-secondary-info-disabled-component-opacity","",e.opacity40),secondaryInfoBackgroundColor:t.create("--ft-button-secondary-info-background-color","","COLOR","rgba(0,0,0,0)"),secondaryInfoBorderColor:t.extend("--ft-button-secondary-info-border-color","",o.borderInfoPrimary),secondaryInfoColor:t.extend("--ft-button-secondary-info-color","",o.contentInfoPrimary),secondaryInfoIconColor:t.extend("--ft-button-secondary-info-icon-color","",o.contentInfoPrimary),secondaryInfoStateLayerColor:t.extend("--ft-button-secondary-info-state-layer-color","",o.contentInfoPrimary),secondarySuccessHoverStateLayerOpacity:t.extend("--ft-button-secondary-success-hover-state-layer-opacity","",e.opacity8),secondarySuccessFocusStateLayerOpacity:t.extend("--ft-button-secondary-success-focus-state-layer-opacity","",e.opacity8),secondarySuccessActiveStateLayerOpacity:t.extend("--ft-button-secondary-success-active-state-layer-opacity","",e.opacity16),secondarySuccessDisabledComponentOpacity:t.extend("--ft-button-secondary-success-disabled-component-opacity","",e.opacity40),secondarySuccessBackgroundColor:t.create("--ft-button-secondary-success-background-color","","COLOR","rgba(0,0,0,0)"),secondarySuccessBorderColor:t.extend("--ft-button-secondary-success-border-color","",o.borderSuccessPrimary),secondarySuccessColor:t.extend("--ft-button-secondary-success-color","",o.contentSuccessPrimary),secondarySuccessIconColor:t.extend("--ft-button-secondary-success-icon-color","",o.contentSuccessPrimary),secondarySuccessStateLayerColor:t.extend("--ft-button-secondary-success-state-layer-color","",o.contentSuccessPrimary),secondaryWarningHoverStateLayerOpacity:t.extend("--ft-button-secondary-warning-hover-state-layer-opacity","",e.opacity8),secondaryWarningFocusStateLayerOpacity:t.extend("--ft-button-secondary-warning-focus-state-layer-opacity","",e.opacity8),secondaryWarningActiveStateLayerOpacity:t.extend("--ft-button-secondary-warning-active-state-layer-opacity","",e.opacity16),secondaryWarningDisabledComponentOpacity:t.extend("--ft-button-secondary-warning-disabled-component-opacity","",e.opacity40),secondaryWarningBackgroundColor:t.create("--ft-button-secondary-warning-background-color","","COLOR","rgba(0,0,0,0)"),secondaryWarningBorderColor:t.extend("--ft-button-secondary-warning-border-color","",o.borderWarningPrimary),secondaryWarningColor:t.extend("--ft-button-secondary-warning-color","",o.contentWarningPrimary),secondaryWarningIconColor:t.extend("--ft-button-secondary-warning-icon-color","",o.contentWarningPrimary),secondaryWarningStateLayerColor:t.extend("--ft-button-secondary-warning-state-layer-color","",o.contentWarningPrimary),secondaryErrorHoverStateLayerOpacity:t.extend("--ft-button-secondary-error-hover-state-layer-opacity","",e.opacity8),secondaryErrorFocusStateLayerOpacity:t.extend("--ft-button-secondary-error-focus-state-layer-opacity","",e.opacity8),secondaryErrorActiveStateLayerOpacity:t.extend("--ft-button-secondary-error-active-state-layer-opacity","",e.opacity16),secondaryErrorDisabledComponentOpacity:t.extend("--ft-button-secondary-error-disabled-component-opacity","",e.opacity40),secondaryErrorBackgroundColor:t.create("--ft-button-secondary-error-background-color","","COLOR","rgba(0,0,0,0)"),secondaryErrorBorderColor:t.extend("--ft-button-secondary-error-border-color","",o.contentErrorPrimary),secondaryErrorColor:t.extend("--ft-button-secondary-error-color","",o.contentErrorPrimary),secondaryErrorIconColor:t.extend("--ft-button-secondary-error-icon-color","",o.contentErrorPrimary),secondaryErrorStateLayerColor:t.extend("--ft-button-secondary-error-state-layer-color","",o.contentErrorPrimary)};var Yo={iconSize:t.extend("--ft-checkbox-icon-size","",e.iconSize2),boxSize:t.create("--ft-checkbox-box-size","","SIZE","18px"),colorLegendSize:t.create("--ft-checkbox-color-legend-size","","SIZE","16px"),borderRadius:t.create("--ft-checkbox-border-radius","","SIZE","1px"),color:t.extend("--ft-checkbox-color","",o.contentGlobalPrimary),checkedBackgroundColor:t.extend("--ft-checkbox-checked-background-color","",o.contentActionPrimary),checkedStateLayerColor:t.extend("--ft-checkbox-checked-state-layer-color","",o.contentActionPrimary),checkedIconColor:t.extend("--ft-checkbox-checked-icon-color","",o.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","",o.borderActionFocusRing),focusOutlineOffset:t.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),borderWidth:t.create("--ft-checkbox-border-width","","SIZE","2px"),horizontalGap:t.extend("--ft-checkbox-horizontal-gap","",e.spacing3),leftPadding:t.extend("--ft-checkbox-left-padding","",e.spacing2)};var Jo={headerRowBorderWidth:t.create("--ft-table-header-row-border-width","","SIZE","1px"),headerRowBackgroundColor:t.extend("--ft-table-header-row-background-color","",o.backgroundGlobalOnSurfaceDark),headerRowBorderColor:t.extend("--ft-table-header-row-border-color","",o.borderGlobalPrimary),headerRowColor:t.extend("--ft-table-header-row-color","",o.contentGlobalPrimary),dataRowBorderWidth:t.create("--ft-table-data-row-border-width","","SIZE","1px"),dataRowBackgroundColor:t.extend("--ft-table-data-row-background-color","",o.backgroundGlobalOnSurface),dataRowBorderColor:t.extend("--ft-table-data-row-border-color","",o.borderGlobalSubtle),dataRowColor:t.extend("--ft-table-data-row-color","",o.contentGlobalSecondary),dataRowDefaultHoverBackgroundColor:t.extend("--ft-table-data-row-default-hover-background-color","",e.colorGray20),dataRowDefaultHoverStateLayerOpacity:t.extend("--ft-table-data-row-default-hover-state-layer-opacity","",e.opacity8),dataRowSelectableUnselectedHoverBackgroundColor:t.extend("--ft-table-data-row-selectable-unselected-hover-background-color","",e.colorGray20),dataRowSelectableUnselectedHoverStateLayerOpacity:t.extend("--ft-table-data-row-selectable-unselected-hover-state-layer-opacity","",e.opacity8),dataRowSelectableSelectedDefaultStateLayerOpacity:t.extend("--ft-table-data-row-selectable-selected-default-state-layer-opacity","",e.opacity8),dataRowSelectableSelectedDefaultBackgroundColor:t.extend("--ft-table-data-row-selectable-selected-default-background-color","",e.colorBrand10),dataRowSelectableSelectedDefaultBorderColor:t.extend("--ft-table-data-row-selectable-selected-default-border-color","",e.colorBrand20),dataRowSelectableSelectedHoverStateLayerOpacity:t.extend("--ft-table-data-row-selectable-selected-hover-state-layer-opacity","",e.opacity16),dataRowSelectableSelectedHoverBackgroundColor:t.extend("--ft-table-data-row-selectable-selected-hover-background-color","",e.colorBrand20),dataRowSelectableSelectedHoverBorderColor:t.extend("--ft-table-data-row-selectable-selected-hover-border-color","",e.colorBrand30),dataRowSelectableSelectedColor:t.extend("--ft-table-data-row-selectable-selected-color","",o.contentActionPrimary),dataRowClickableHoverStateLayerOpacity:t.extend("--ft-table-data-row-clickable-hover-state-layer-opacity","",e.opacity12),dataRowClickableHoverBackgroundColor:t.extend("--ft-table-data-row-clickable-hover-background-color","",e.colorGray30),dataRowClickableFocusStateLayerOpacity:t.extend("--ft-table-data-row-clickable-focus-state-layer-opacity","",e.opacity12),dataRowClickableFocusBorderColor:t.extend("--ft-table-data-row-clickable-focus-border-color","",o.borderActionFocusRing),dataRowClickableFocusBackgroundColor:t.extend("--ft-table-data-row-clickable-focus-background-color","",e.colorGray30),dataRowClickableActiveStateLayerOpacity:t.extend("--ft-table-data-row-clickable-active-state-layer-opacity","",e.opacity24),dataRowClickableActiveBackgroundColor:t.extend("--ft-table-data-row-clickable-active-background-color","",e.colorGray40),headerCellHorizontalGap:t.extend("--ft-table-header-cell-horizontal-gap","",e.spacing1),headerCellVerticalPadding:t.extend("--ft-table-header-cell-vertical-padding","",e.spacing2),headerCellHorizontalPadding:t.extend("--ft-table-header-cell-horizontal-padding","",e.spacing3),dataCellVerticalPadding:t.extend("--ft-table-data-cell-vertical-padding","",e.spacing2),dataCellHorizontalPadding:t.extend("--ft-table-data-cell-horizontal-padding","",e.spacing3)};var ar={neutralOffHoverStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-hover-state-layer-opacity","",e.opacity8),neutralOffFocusStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-focus-state-layer-opacity","",e.opacity8),neutralOffFocusFocusRingColor:t.extend("--ft-chip-choice-neutral-off-focus-focus-ring-color","",o.borderActionFocusRing),neutralOffActiveStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-active-state-layer-opacity","",e.opacity16),neutralOffBackgroundColor:t.extend("--ft-chip-choice-neutral-off-background-color","",o.backgroundGlobalOnSurface),neutralOffBorderColor:t.extend("--ft-chip-choice-neutral-off-border-color","",o.borderGlobalPrimary),neutralOffColor:t.extend("--ft-chip-choice-neutral-off-color","",o.contentGlobalSecondary),neutralOffStateLayerColor:t.extend("--ft-chip-choice-neutral-off-state-layer-color","",o.contentGlobalSecondary),neutralOnDefaultStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-default-state-layer-opacity","",e.opacity16),neutralOnHoverStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-hover-state-layer-opacity","",e.opacity24),neutralOnFocusStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-focus-state-layer-opacity","",e.opacity24),neutralOnFocusFocusRingColor:t.extend("--ft-chip-choice-neutral-on-focus-focus-ring-color","",o.borderActionFocusRing),neutralOnActiveStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-active-state-layer-opacity","",e.opacity32),neutralOnBackgroundColor:t.extend("--ft-chip-choice-neutral-on-background-color","",o.backgroundGlobalOnSurface),neutralOnBorderColor:t.extend("--ft-chip-choice-neutral-on-border-color","",o.borderGlobalPrimary),neutralOnColor:t.extend("--ft-chip-choice-neutral-on-color","",o.contentGlobalPrimary),neutralOnIconColor:t.extend("--ft-chip-choice-neutral-on-icon-color","",o.contentGlobalPrimary),neutralOnStateLayerColor:t.extend("--ft-chip-choice-neutral-on-state-layer-color","",o.contentGlobalPrimary),largeMinHeight:t.create("--ft-chip-choice-large-min-height","","SIZE","36px"),largeHorizontalPadding:t.extend("--ft-chip-choice-large-horizontal-padding","",e.spacing3),largeGap:t.extend("--ft-chip-choice-large-gap","",e.spacing1),largeBorderRadius:t.create("--ft-chip-choice-large-border-radius","","SIZE","18px"),largeBorderWidth:t.create("--ft-chip-choice-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-choice-large-icon-size","",e.iconSize3),mediumMinHeight:t.create("--ft-chip-choice-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:t.extend("--ft-chip-choice-medium-horizontal-padding","",e.spacing2),mediumGap:t.extend("--ft-chip-choice-medium-gap","",e.spacing1),mediumBorderRadius:t.create("--ft-chip-choice-medium-border-radius","","SIZE","12px"),mediumBorderWidth:t.create("--ft-chip-choice-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-choice-medium-icon-size","",e.iconSize2)};var dr={largeMinHeight:t.create("--ft-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:t.extend("--ft-chip-large-horizontal-padding","",e.spacing3),largeButtonRightPadding:t.extend("--ft-chip-large-button-right-padding","",e.spacing1),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.create("--ft-chip-large-border-radius","","SIZE","18px"),largeBorderWidth:t.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-large-icon-size","",e.iconSize3),mediumMinHeight:t.create("--ft-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:t.extend("--ft-chip-medium-horizontal-padding","",e.spacing2),mediumButtonRightPadding:t.extend("--ft-chip-medium-button-right-padding","",e.spacing05),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.create("--ft-chip-medium-border-radius","","SIZE","12px"),mediumBorderWidth:t.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-medium-icon-size","",e.iconSize2),smallMinHeight:t.create("--ft-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:t.extend("--ft-chip-small-horizontal-padding","",e.spacing1),smallButtonRightPadding:t.extend("--ft-chip-small-button-right-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.create("--ft-chip-small-border-radius","","SIZE","10px"),smallBorderWidth:t.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:t.extend("--ft-chip-small-icon-size","",e.iconSize1),neutralBackgroundColor:t.extend("--ft-chip-neutral-background-color","",o.backgroundGlobalOnSurface),neutralColor:t.extend("--ft-chip-neutral-color","",o.contentGlobalSecondary),neutralIconColor:t.extend("--ft-chip-neutral-icon-color","",o.contentGlobalSecondary),neutralBorderColor:t.extend("--ft-chip-neutral-border-color","",o.borderGlobalSubtle),infoBackgroundColor:t.extend("--ft-chip-info-background-color","",o.backgroundInfoSubtle),infoColor:t.extend("--ft-chip-info-color","",o.contentInfoPrimary),infoIconColor:t.extend("--ft-chip-info-icon-color","",o.contentInfoIconOnly),infoBorderColor:t.extend("--ft-chip-info-border-color","",o.borderInfoSubtle),successBackgroundColor:t.extend("--ft-chip-success-background-color","",o.backgroundSuccessSubtle),successColor:t.extend("--ft-chip-success-color","",o.contentSuccessPrimary),successIconColor:t.extend("--ft-chip-success-icon-color","",o.contentSuccessIconOnly),successBorderColor:t.extend("--ft-chip-success-border-color","",o.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-chip-warning-background-color","",o.backgroundWarningSubtle),warningColor:t.extend("--ft-chip-warning-color","",o.contentWarningPrimary),warningIconColor:t.extend("--ft-chip-warning-icon-color","",o.contentWarningIconOnly),warningBorderColor:t.extend("--ft-chip-warning-border-color","",o.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-chip-error-background-color","",o.backgroundErrorSubtle),errorColor:t.extend("--ft-chip-error-color","",o.contentErrorPrimary),errorIconColor:t.extend("--ft-chip-error-icon-color","",o.contentErrorIconOnly),errorBorderColor:t.extend("--ft-chip-error-border-color","",o.borderErrorSubtle)};var gr={brandHoverOpacity:t.extend("--ft-link-brand-hover-opacity","",e.opacity80),brandHoverColor:t.extend("--ft-link-brand-hover-color","",o.contentActionPrimary),brandFocusFocusRingColor:t.extend("--ft-link-brand-focus-focus-ring-color","",o.borderActionFocusRing),brandFocusColor:t.extend("--ft-link-brand-focus-color","",o.contentActionPrimary),brandDefaultColor:t.extend("--ft-link-brand-default-color","",o.contentActionPrimary),brandActiveColor:t.extend("--ft-link-brand-active-color","",o.contentActionPrimary),infoHoverOpacity:t.extend("--ft-link-info-hover-opacity","",e.opacity80),infoHoverColor:t.extend("--ft-link-info-hover-color","",o.contentInfoPrimary),infoFocusFocusRingColor:t.extend("--ft-link-info-focus-focus-ring-color","",o.borderActionFocusRing),infoFocusColor:t.extend("--ft-link-info-focus-color","",o.contentInfoPrimary),infoDefaultColor:t.extend("--ft-link-info-default-color","",o.contentInfoPrimary),infoActiveColor:t.extend("--ft-link-info-active-color","",o.contentInfoPrimary),neutralFocusFocusRingColor:t.extend("--ft-link-neutral-focus-focus-ring-color","",o.borderActionFocusRing),neutralFocusColor:t.extend("--ft-link-neutral-focus-color","",o.contentActionPrimary),neutralDefaultColor:t.extend("--ft-link-neutral-default-color","",o.contentGlobalPrimary),neutralHoverColor:t.extend("--ft-link-neutral-hover-color","",o.contentActionPrimary),neutralActiveColor:t.extend("--ft-link-neutral-active-color","",o.contentActionPrimary),neutralVisitedColor:t.extend("--ft-link-neutral-visited-color","",e.colorBrand100)};var xr={iconSize:t.extend("--ft-banner-icon-size","",e.iconSize5),borderWidth:t.create("--ft-banner-border-width","","SIZE","1px"),leftPadding:t.extend("--ft-banner-left-padding","",e.spacing6),rightPadding:t.extend("--ft-banner-right-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","",o.backgroundInfoSubtle),infoColor:t.extend("--ft-banner-info-color","",o.contentInfoPrimary),infoIconColor:t.extend("--ft-banner-info-icon-color","",o.contentInfoIconOnly),infoBorderColor:t.extend("--ft-banner-info-border-color","",o.borderInfoSubtle)};var Nr={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","",o.contentGlobalOnColor),backgroundColor:t.extend("--ft-badge-background-color","",o.contentActionPrimary)};var Er={horizontalGap:t.extend("--ft-title-breadcrumb-horizontal-gap","",e.spacing1),currentColor:t.extend("--ft-title-breadcrumb-current-color","",o.contentGlobalPrimary),previousNonClickableColor:t.extend("--ft-title-breadcrumb-previous-non-clickable-color","",o.contentGlobalSecondary),iconColor:t.extend("--ft-title-breadcrumb-icon-color","",o.contentGlobalSubtle)};var zr={parentHorizontalPadding:t.extend("--ft-page-header-parent-horizontal-padding","",e.spacing6),parentTopPadding:t.extend("--ft-page-header-parent-top-padding","",e.spacing4),parentBottomPadding:t.extend("--ft-page-header-parent-bottom-padding","",e.spacing6),parentHelpLeftMargin:t.extend("--ft-page-header-parent-help-left-margin","",e.spacing1),parentTitleColor:t.extend("--ft-page-header-parent-title-color","",o.contentGlobalPrimary),parentSubtitleColor:t.extend("--ft-page-header-parent-subtitle-color","",o.contentGlobalSecondary),parentChipLeftMargin:t.extend("--ft-page-header-parent-chip-left-margin","",e.spacing4),parentVerticalGap:t.extend("--ft-page-header-parent-vertical-gap","",e.spacing2),parentButtonsGroupHorizontalGap:t.extend("--ft-page-header-parent-buttons-group-horizontal-gap","",e.spacing4),parentButtonsGroupVerticalGap:t.extend("--ft-page-header-parent-buttons-group-vertical-gap","",e.spacing4),parentChipsGroupHorizontalGap:t.extend("--ft-page-header-parent-chips-group-horizontal-gap","",e.spacing2),parentChipsGroupVerticalGap:t.extend("--ft-page-header-parent-chips-group-vertical-gap","",e.spacing2),childHorizontalPadding:t.extend("--ft-page-header-child-horizontal-padding","",e.spacing6),childTopPadding:t.extend("--ft-page-header-child-top-padding","",e.spacing2),childBottomPadding:t.extend("--ft-page-header-child-bottom-padding","",e.spacing2),childHelpLeftMargin:t.extend("--ft-page-header-child-help-left-margin","",e.spacing1),childChipLeftMargin:t.extend("--ft-page-header-child-chip-left-margin","",e.spacing4),childVerticalGap:t.extend("--ft-page-header-child-vertical-gap","",e.spacing2),childMinHeight:t.create("--ft-page-header-child-min-height","","SIZE","40px"),childButtonsGroupHorizontalGap:t.extend("--ft-page-header-child-buttons-group-horizontal-gap","",e.spacing4),childButtonsGroupVerticalGap:t.extend("--ft-page-header-child-buttons-group-vertical-gap","",e.spacing4),childChipsGroupHorizontalGap:t.extend("--ft-page-header-child-chips-group-horizontal-gap","",e.spacing2),childChipsGroupVerticalGap:t.extend("--ft-page-header-child-chips-group-vertical-gap","",e.spacing2),backgroundColor:t.extend("--ft-page-header-background-color","",e.colorWhite),bottomBorderColor:t.extend("--ft-page-header-bottom-border-color","",o.borderGlobalSubtle),bottomBorderWidth:t.create("--ft-page-header-bottom-border-width","","SIZE","1px")};var Gr={horizontalPadding:t.extend("--ft-page-footer-horizontal-padding","",e.spacing6),verticalPadding:t.extend("--ft-page-footer-vertical-padding","",e.spacing2),verticalGap:t.extend("--ft-page-footer-vertical-gap","",e.spacing2),minHeight:t.create("--ft-page-footer-min-height","","SIZE","40px"),backgroundColor:t.extend("--ft-page-footer-background-color","",e.colorWhite),topBorderColor:t.extend("--ft-page-footer-top-border-color","",o.borderGlobalSubtle),topBorderWidth:t.create("--ft-page-footer-top-border-width","","SIZE","1px"),buttonsGroupGap:t.extend("--ft-page-footer-buttons-group-gap","",e.spacing4)};var Kr={contentHorizontalPadding:t.extend("--ft-page-layout-content-horizontal-padding","",e.spacing6),contentVerticalPadding:t.extend("--ft-page-layout-content-vertical-padding","",e.spacing6)};var Yr={smallContainerTargetWidth:t.create("--ft-modal-small-container-target-width","","SIZE","560px"),smallContainerMargin:t.extend("--ft-modal-small-container-margin","",e.spacing6),mediumContainerTargetWidth:t.create("--ft-modal-medium-container-target-width","","SIZE","800px"),mediumContainerMargin:t.extend("--ft-modal-medium-container-margin","",e.spacing6),largeContainerTargetWidth:t.create("--ft-modal-large-container-target-width","","SIZE","1040px"),largeContainerMargin:t.extend("--ft-modal-large-container-margin","",e.spacing6),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","",o.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),headerBackgroundColor:t.extend("--ft-modal-header-background-color","",o.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-modal-header-border-color","",o.borderGlobalSubtle),headerColor:t.extend("--ft-modal-header-color","",o.contentGlobalPrimary),headerLeadingIconColor:t.extend("--ft-modal-header-leading-icon-color","",o.contentGlobalPrimary),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),headerBorderBottomWidth:t.create("--ft-modal-header-border-bottom-width","","SIZE","1px"),borderRadius:t.extend("--ft-modal-border-radius","",e.borderRadiusM)};var Jr={overlayOpacity:t.extend("--ft-drawer-overlay-opacity","",e.opacity40),shadow:t.extend("--ft-drawer-shadow","",e.shadowElevation03),bodyColor:t.extend("--ft-drawer-body-color","",o.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","",o.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-drawer-header-border-color","",o.borderGlobalSubtle),headerColor:t.extend("--ft-drawer-header-color","",o.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-drawer-header-trailing-icon-color","",o.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","",o.backgroundGlobalOnSurface),buttonsBarBorderColor:t.extend("--ft-drawer-buttons-bar-border-color","",o.borderGlobalSubtle),buttonsBarColor:t.extend("--ft-drawer-buttons-bar-color","",o.contentGlobalPrimary),buttonsBarHorizontalPadding:t.extend("--ft-drawer-buttons-bar-horizontal-padding","",e.spacing6),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 aa={offBorderBottomWidth:t.create("--ft-tabs-off-border-bottom-width","","SIZE","1px"),offHoverStateLayerOpacity:t.extend("--ft-tabs-off-hover-state-layer-opacity","",e.opacity8),offDefaultStateLayerOpacity:t.extend("--ft-tabs-off-default-state-layer-opacity","",e.opacity0),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","",o.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-tabs-off-state-layer-color","",o.contentGlobalSubtle),offBorderBottomColor:t.extend("--ft-tabs-off-border-bottom-color","",o.borderGlobalSubtle),activeTabIndicatorHeight:t.create("--ft-tabs-active-tab-indicator-height","","SIZE","3px"),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),onHoverStateLayerOpacity:t.extend("--ft-tabs-on-hover-state-layer-opacity","",e.opacity16),onDefaultStateLayerOpacity:t.extend("--ft-tabs-on-default-state-layer-opacity","",e.opacity8),onFocusStateLayerOpacity:t.extend("--ft-tabs-on-focus-state-layer-opacity","",e.opacity16),onActiveStateLayerOpacity:t.extend("--ft-tabs-on-active-state-layer-opacity","",e.opacity24),onColor:t.extend("--ft-tabs-on-color","",o.contentActionPrimary),onStateLayerColor:t.extend("--ft-tabs-on-state-layer-color","",o.contentActionPrimary),onActiveTabIndicatorColor:t.extend("--ft-tabs-on-active-tab-indicator-color","",o.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","",o.borderActionFocusRing)};var da={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","",o.contentGlobalPrimary),trailingIconColor:t.extend("--ft-text-input-trailing-icon-color","",o.contentGlobalSubtle),labelColor:t.extend("--ft-text-input-label-color","",o.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-input-default-border-color","",o.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-input-default-helper-text-color","",o.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","",o.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-input-error-helper-text-color","",o.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-input-error-helper-icon-color","",o.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","",o.borderActionFocusRing),focusOutlineOffset:t.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-input-disabled-component-opacity","",e.opacity40)};var ga={backgroundColor:t.extend("--ft-text-area-background-color","",e.colorWhite),contentValueColor:t.extend("--ft-text-area-content-value-color","",o.contentGlobalPrimary),labelColor:t.extend("--ft-text-area-label-color","",o.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-area-default-border-color","",o.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-area-default-helper-text-color","",o.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","",o.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-area-error-helper-text-color","",o.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-area-error-helper-icon-color","",o.contentErrorIconOnly),focusFocusRingColor:t.extend("--ft-text-area-focus-focus-ring-color","",o.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 xa={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","",o.contentGlobalPrimary),offColor:t.extend("--ft-floating-menu-off-color","",o.contentGlobalPrimary),onColor:t.extend("--ft-floating-menu-on-color","",o.contentActionPrimary),onStateLayerColor:t.extend("--ft-floating-menu-on-state-layer-color","",o.contentActionPrimary),gap:t.extend("--ft-floating-menu-gap","",e.spacing3),focusFocusRingColor:t.extend("--ft-floating-menu-focus-focus-ring-color","",o.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","",o.backgroundGlobalOnSurface),shadow:t.extend("--ft-floating-menu-shadow","",e.shadowElevation02)};var Na={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","",o.contentGlobalSubtle),contentValueColor:t.extend("--ft-combobox-single-select-content-value-color","",o.contentGlobalPrimary),trailingIconColor:t.extend("--ft-combobox-single-select-trailing-icon-color","",o.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-single-select-default-border-color","",o.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-single-select-default-helper-text-color","",o.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","",o.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-single-select-error-helper-text-color","",o.contentErrorPrimary),warningBorderWidth:t.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-single-select-warning-border-color","",o.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-single-select-warning-helper-text-color","",o.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-single-select-warning-helper-icon-color","",o.contentWarningIconOnly),focusOutlineWidth:t.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-single-select-focus-focus-ring-color","",o.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 Ea={backgroundColor:t.extend("--ft-combobox-multi-select-background-color","",e.colorWhite),labelColor:t.extend("--ft-combobox-multi-select-label-color","",o.contentGlobalSubtle),trailingIconColor:t.extend("--ft-combobox-multi-select-trailing-icon-color","",o.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-multi-select-default-border-color","",o.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-multi-select-default-helper-text-color","",o.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:t.extend("--ft-combobox-multi-select-error-border-color","",o.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-multi-select-error-helper-text-color","",o.contentErrorPrimary),errorHelperIcon:t.extend("--ft-combobox-multi-select-error-helper-icon","",o.contentErrorIconOnly),errorBorderWidth:t.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-multi-select-warning-border-color","",o.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-multi-select-warning-helper-text-color","",o.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-multi-select-warning-helper-icon-color","",o.contentWarningIconOnly),warningBorderWidth:t.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-multi-select-focus-focus-ring-color","",o.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 za={backgroundColor:t.extend("--ft-popover-background-color","",o.backgroundGlobalOnSurface),horizontalPadding:t.extend("--ft-popover-horizontal-padding","",e.spacing6),verticalPadding:t.extend("--ft-popover-vertical-padding","",e.spacing6),titleColor:t.extend("--ft-popover-title-color","",o.contentGlobalPrimary),bodyColor:t.extend("--ft-popover-body-color","",o.contentGlobalSecondary),linkColor:t.extend("--ft-popover-link-color","",o.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),maxWidth:t.create("--ft-popover-max-width","","SIZE","440px")};var Ga={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","",o.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","",o.contentGlobalPrimary),stateLayerColor:t.extend("--ft-collapsible-state-layer-color","",o.contentGlobalPrimary),backgroundColor:t.extend("--ft-collapsible-background-color","",o.backgroundGlobalOnSurface),borderColor:t.extend("--ft-collapsible-border-color","",o.borderGlobalSubtle),iconSize:t.extend("--ft-collapsible-icon-size","",e.iconSize3)};var Ta={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","",o.backgroundGlobalSurface),groupBorderColor:t.extend("--ft-switch-group-border-color","",o.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","",o.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-switch-off-state-layer-color","",o.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","",o.contentActionPrimary),onStateLayerColor:t.extend("--ft-switch-on-state-layer-color","",o.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","",o.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),scatterplotQuadrantPopularOldBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-popular-old-background-color","",e.colorYellow10),scatterplotQuadrantPopularNewBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-popular-new-background-color","",e.colorAvocado10),scatterplotQuadrantUnpopularOldBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-unpopular-old-background-color","",e.colorRed10),scatterplotQuadrantUnpopularNewBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-unpopular-new-background-color","",e.colorCyan10),scatterplotDatapointInitialDefaultBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-initial-default-background-color","",e.colorBrand70),scatterplotDatapointInitialDefaultBackgroundOpacity:t.extend("--ft-chart-scatterplot-datapoint-initial-default-background-opacity","",e.opacity48),scatterplotDatapointInitialHoverBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-initial-hover-background-color","",e.colorBrand0),scatterplotDatapointSelectedDefaultBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-selected-default-background-color","",e.colorBrand100),scatterplotDatapointSelectedHoverBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-selected-hover-background-color","",e.colorBrand200),scatterplotDatapointUnselectedDefaultBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-unselected-default-background-color","",e.colorGray60),scatterplotDatapointUnselectedDefaultBackgroundOpacity:t.extend("--ft-chart-scatterplot-datapoint-unselected-default-background-opacity","",e.opacity48),scatterplotDatapointUnselectedHoverBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-unselected-hover-background-color","",e.colorGray70),scatterplotDatapointHoverHoverRingColor:t.extend("--ft-chart-scatterplot-datapoint-hover-hover-ring-color","",e.colorCyan200)};var Qa={color1IconColor:t.extend("--ft-page-designer-1-icon-color","for area color charts",e.colorCyan0),color1ToolbarColor:t.extend("--ft-page-designer-1-toolbar-color","for area color charts",e.colorCyan0),color2IconColor:t.extend("--ft-page-designer-2-icon-color","for area color charts",e.colorBrand0),color2ToolbarColor:t.extend("--ft-page-designer-2-toolbar-color","for area color charts",e.colorBrand0),color3IconColor:t.extend("--ft-page-designer-3-icon-color","for area color charts",e.colorYellow200),color3ToolbarColor:t.extend("--ft-page-designer-3-toolbar-color","for area color charts",e.colorYellow200),color4IconColor:t.extend("--ft-page-designer-4-icon-color","for area color charts",e.colorUltramarine50),color4ToolbarColor:t.extend("--ft-page-designer-4-toolbar-color","for area color charts",e.colorUltramarine50),color5IconColor:t.extend("--ft-page-designer-5-icon-color","for area color charts",e.colorGreen0),color5ToolbarColor:t.extend("--ft-page-designer-5-toolbar-color","for area color charts",e.colorGreen0),color6IconColor:t.extend("--ft-page-designer-6-icon-color","for area color charts",e.colorOrange0),color6ToolbarColor:t.extend("--ft-page-designer-6-toolbar-color","for area color charts",e.colorOrange0),color7IconColor:t.extend("--ft-page-designer-7-icon-color","for area color charts",e.colorAvocado200),color7ToolbarColor:t.extend("--ft-page-designer-7-toolbar-color","for area color charts",e.colorAvocado200),color8IconColor:t.extend("--ft-page-designer-8-icon-color","for area color charts",e.colorBrown0),color8ToolbarColor:t.extend("--ft-page-designer-8-toolbar-color","for area color charts",e.colorBrown0)};var rn={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","",o.backgroundInfoSubtle),infoBorderColor:t.extend("--ft-notice-info-border-color","",o.borderInfoSubtle),infoColor:t.extend("--ft-notice-info-color","",o.contentInfoPrimary),infoIconColor:t.extend("--ft-notice-info-icon-color","",o.contentInfoIconOnly),warningBackgroundColor:t.extend("--ft-notice-warning-background-color","",o.backgroundWarningSubtle),warningBorderColor:t.extend("--ft-notice-warning-border-color","",o.borderWarningSubtle),warningColor:t.extend("--ft-notice-warning-color","",o.contentWarningPrimary),warningIconColor:t.extend("--ft-notice-warning-icon-color","",o.contentWarningIconOnly),errorBackgroundColor:t.extend("--ft-notice-error-background-color","",o.backgroundErrorSubtle),errorBorderColor:t.extend("--ft-notice-error-border-color","",o.borderErrorSubtle),errorColor:t.extend("--ft-notice-error-color","",o.contentErrorPrimary),errorIconColor:t.extend("--ft-notice-error-icon-color","",o.contentErrorIconOnly),successBackgroundColor:t.extend("--ft-notice-success-background-color","",o.backgroundSuccessSubtle),successBorderColor:t.extend("--ft-notice-success-border-color","",o.borderSuccessSubtle),successColor:t.extend("--ft-notice-success-color","",o.contentSuccessPrimary),successIconColor:t.extend("--ft-notice-success-icon-color","",o.contentSuccessIconOnly),denseHorizontalPadding:t.create("--ft-notice-dense-horizontal-padding","","SIZE","0px"),denseVerticalPadding:t.create("--ft-notice-dense-vertical-padding","","SIZE","0px"),denseGap:t.extend("--ft-notice-dense-gap","",e.spacing1),denseIconSize:t.extend("--ft-notice-dense-icon-size","",e.iconSize2),denseBorderWidth:t.create("--ft-notice-dense-border-width","","SIZE","0")};var dn={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","",o.contentGlobalSubtle),offIconColor:t.extend("--ft-toggle-off-icon-color","",o.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-toggle-off-state-layer-color","",o.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","",o.contentActionPrimary),onStateLayerColor:t.extend("--ft-toggle-on-state-layer-color","",o.contentActionPrimary),onIconColor:t.extend("--ft-toggle-on-icon-color","",o.contentActionPrimary),color:t.extend("--ft-toggle-color","",o.contentGlobalPrimary),focusFocusRingColor:t.extend("--ft-toggle-focus-focus-ring-color","",o.borderActionFocusRing),gap:t.extend("--ft-toggle-gap","",e.spacing3)};var gn={color:t.extend("--ft-radio-color","",o.contentGlobalPrimary),selectedRadioColor:t.extend("--ft-radio-selected-radio-color","",o.contentActionPrimary),selectedStateLayerColor:t.extend("--ft-radio-selected-state-layer-color","",o.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","",o.borderInputPrimary),unselectedBorderColor:t.extend("--ft-radio-unselected-border-color","",o.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","",o.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 xn={iconSize:t.extend("--ft-notification-icon-size","",e.iconSize4),leftPadding:t.extend("--ft-notification-left-padding","",e.spacing5),rightPadding:t.extend("--ft-notification-right-padding","",e.spacing4),verticalPadding:t.extend("--ft-notification-vertical-padding","",e.spacing3),infoBackgroundColor:t.extend("--ft-notification-info-background-color","",o.backgroundInfoSubtle),infoColor:t.extend("--ft-notification-info-color","",o.contentInfoPrimary),infoIconColor:t.extend("--ft-notification-info-icon-color","",o.contentInfoIconOnly),infoBorderColor:t.extend("--ft-notification-info-border-color","",o.borderInfoSubtle),successBackgroundColor:t.extend("--ft-notification-success-background-color","",o.backgroundSuccessSubtle),successColor:t.extend("--ft-notification-success-color","",o.contentSuccessPrimary),successIconColor:t.extend("--ft-notification-success-icon-color","",o.contentSuccessIconOnly),successBorderColor:t.extend("--ft-notification-success-border-color","",o.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-notification-warning-background-color","",o.backgroundWarningSubtle),warningColor:t.extend("--ft-notification-warning-color","",o.contentWarningPrimary),warningIconColor:t.extend("--ft-notification-warning-icon-color","",o.contentWarningIconOnly),warningBorderColor:t.extend("--ft-notification-warning-border-color","",o.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-notification-error-background-color","",o.backgroundErrorSubtle),errorColor:t.extend("--ft-notification-error-color","",o.contentErrorPrimary),errorIconColor:t.extend("--ft-notification-error-icon-color","",o.contentErrorIconOnly),errorBorderColor:t.extend("--ft-notification-error-border-color","",o.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 Nn={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","",o.contentGlobalOnColor),backgroundColor:t.extend("--ft-tooltip-background-color","",o.contentGlobalPrimary),backgroundOpacity:t.extend("--ft-tooltip-background-opacity","",e.opacity80),shadow:t.extend("--ft-tooltip-shadow","",e.shadowElevation02),maxWidth:t.create("--ft-tooltip-max-width","","SIZE","256px"),gap:t.extend("--ft-tooltip-gap","",e.spacing05)};var En={verticalPadding:t.extend("--ft-reorderable-list-vertical-padding","",e.spacing4),gap:t.extend("--ft-reorderable-list-gap","",e.spacing1),borderRadius:t.extend("--ft-reorderable-list-border-radius","",e.borderRadiusM),reorderableItemTitleMarginRight:t.extend("--ft-reorderable-list-reorderable-item-title-margin-right","",e.spacing6),reorderableItemTitleColor:t.extend("--ft-reorderable-list-reorderable-item-title-color","",o.contentGlobalPrimary),reorderableItemLeftButtonsGroupMarginRight:t.extend("--ft-reorderable-list-reorderable-item-left-buttons-group-margin-right","",e.spacing6),reorderableItemLeftButtonsGroupHorizontalGap:t.extend("--ft-reorderable-list-reorderable-item-left-buttons-group-horizontal-gap","",e.spacing2),reorderableItemRightButtonsGroupHorizontalGap:t.extend("--ft-reorderable-list-reorderable-item-right-buttons-group-horizontal-gap","",e.spacing2),reorderableItemUsersCountColor:t.extend("--ft-reorderable-list-reorderable-item-users-count-color","",o.contentGlobalPrimary),reorderableItemUsersCountMarginRight:t.extend("--ft-reorderable-list-reorderable-item-users-count-margin-right","",e.spacing6),reorderableItemBackgroundColor:t.extend("--ft-reorderable-list-reorderable-item-background-color","",o.backgroundGlobalOnSurface),reorderableItemWarningMessageGap:t.extend("--ft-reorderable-list-reorderable-item-warning-message-gap","",e.spacing1),reorderableItemWarningMessageColor:t.extend("--ft-reorderable-list-reorderable-item-warning-message-color","",o.contentWarningPrimary),reorderableItemWarningMessageIconColor:t.extend("--ft-reorderable-list-reorderable-item-warning-message-icon-color","",o.contentWarningIconOnly),reorderableItemGripColor:t.extend("--ft-reorderable-list-reorderable-item-grip-color","",o.contentGlobalSecondary),reorderableItemGripOpacity:t.extend("--ft-reorderable-list-reorderable-item-grip-opacity","",e.opacity48),boxShadow:t.extend("--ft-reorderable-list-box-shadow","",e.shadowElevation01),borderWidth:t.create("--ft-reorderable-list-border-width","","SIZE","1px"),reorderableItemsGap:t.extend("--ft-reorderable-list-reorderable-items-gap","",e.spacing2),leftPadding:t.extend("--ft-reorderable-list-left-padding","",e.spacing2),rightPadding:t.extend("--ft-reorderable-list-right-padding","",e.spacing6),borderColor:t.extend("--ft-reorderable-list-border-color","",o.borderGlobalPrimary),backgroundColor:t.extend("--ft-reorderable-list-background-color","",o.backgroundGlobalOnSurfaceDark)};var Ee;(function(a){a.brand="brand",a.neutral="neutral",a.info="info",a.success="success",a.warning="warning",a.error="error"})(Ee||(Ee={}));var Re;(function(a){a.large="large",a.medium="medium",a.small="small"})(Re||(Re={}));var yt=u(H());function Be(a){let r=ft[a];return yt.css`
126
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),Mt=/'/g,Vt=/"/g,Xt=/^(?:script|style|textarea|title)$/i,Nt=a=>(r,...n)=>({_$litType$:a,strings:r,values:n}),Qt=Nt(1),Jt=Nt(2),te=Nt(3),rt=Symbol.for("lit-noChange"),S=Symbol.for("lit-nothing"),Yt=new WeakMap,U=Z.createTreeWalker(Z,129);function ee(a,r){if(!Ot(a)||!a.hasOwnProperty("raw"))throw Error("invalid template strings array");return Kt!==void 0?Kt.createHTML(r):r}var lo=(a,r)=>{let n=a.length-1,i=[],c,d=r===2?"<svg>":r===3?"<math>":"",l=et;for(let f=0;f<n;f++){let y=a[f],g,x,b=-1,E=0;for(;E<y.length&&(l.lastIndex=E,x=l.exec(y),x!==null);)E=l.lastIndex,l===et?x[1]==="!--"?l=Tt:x[1]!==void 0?l=_t:x[2]!==void 0?(Xt.test(x[2])&&(c=RegExp("</"+x[2],"g")),l=G):x[3]!==void 0&&(l=G):l===G?x[0]===">"?(l=c??et,b=-1):x[1]===void 0?b=-2:(b=l.lastIndex-x[2].length,g=x[1],l=x[3]===void 0?G:x[3]==='"'?Vt:Mt):l===Vt||l===Mt?l=G:l===Tt||l===_t?l=et:(l=G,c=void 0);let z=l===G&&a[f+1].startsWith("/>")?" ":"";d+=l===et?y+io:b>=0?(i.push(g),y.slice(0,b)+jt+y.slice(b)+$+z):y+$+(b===-2?f:z)}return[ee(a,d+(a[n]||"<?>")+(r===2?"</svg>":r===3?"</math>":"")),i]},at=class a{constructor({strings:r,_$litType$:n},i){let c;this.parts=[];let d=0,l=0,f=r.length-1,y=this.parts,[g,x]=lo(r,n);if(this.el=a.createElement(g,i),U.currentNode=this.el.content,n===2||n===3){let b=this.el.content.firstChild;b.replaceWith(...b.childNodes)}for(;(c=U.nextNode())!==null&&y.length<f;){if(c.nodeType===1){if(c.hasAttributes())for(let b of c.getAttributeNames())if(b.endsWith(jt)){let E=x[l++],z=c.getAttribute(b).split($),nt=/([.?@])?(.*)/.exec(E);y.push({type:1,index:d,name:nt[2],strings:z,ctor:nt[1]==="."?ut:nt[1]==="?"?mt:nt[1]==="@"?xt:K}),c.removeAttribute(b)}else b.startsWith($)&&(y.push({type:6,index:d}),c.removeAttribute(b));if(Xt.test(c.tagName)){let b=c.textContent.split($),E=b.length-1;if(E>0){c.textContent=lt?lt.emptyScript:"";for(let z=0;z<E;z++)c.append(b[z],dt()),U.nextNode(),y.push({type:2,index:++d});c.append(b[E],dt())}}}else if(c.nodeType===8)if(c.data===qt)y.push({type:2,index:d});else{let b=-1;for(;(b=c.data.indexOf($,b+1))!==-1;)y.push({type:7,index:d}),b+=$.length-1}d++}}static createElement(r,n){let i=Z.createElement("template");return i.innerHTML=r,i}};function D(a,r,n=a,i){if(r===rt)return r;let c=i!==void 0?n._$Co?.[i]:n._$Cl,d=ot(r)?void 0:r._$litDirective$;return c?.constructor!==d&&(c?._$AO?.(!1),d===void 0?c=void 0:(c=new d(a),c._$AT(a,n,i)),i!==void 0?(n._$Co??=[])[i]=c:n._$Cl=c),c!==void 0&&(r=D(a,c._$AS(a,r.values),c,i)),r}var ht=class{constructor(r,n){this._$AV=[],this._$AN=void 0,this._$AD=r,this._$AM=n}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(r){let{el:{content:n},parts:i}=this._$AD,c=(r?.creationScope??Z).importNode(n,!0);U.currentNode=c;let d=U.nextNode(),l=0,f=0,y=i[0];for(;y!==void 0;){if(l===y.index){let g;y.type===2?g=new pt(d,d.nextSibling,this,r):y.type===1?g=new y.ctor(d,y.name,y.strings,this,r):y.type===6&&(g=new St(d,this,r)),this._$AV.push(g),y=i[++f]}l!==y?.index&&(d=U.nextNode(),l++)}return U.currentNode=Z,c}p(r){let n=0;for(let i of this._$AV)i!==void 0&&(i.strings!==void 0?(i._$AI(r,i,n),n+=i.strings.length-2):i._$AI(r[n])),n++}},pt=class a{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(r,n,i,c){this.type=2,this._$AH=S,this._$AN=void 0,this._$AA=r,this._$AB=n,this._$AM=i,this.options=c,this._$Cv=c?.isConnected??!0}get parentNode(){let r=this._$AA.parentNode,n=this._$AM;return n!==void 0&&r?.nodeType===11&&(r=n.parentNode),r}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(r,n=this){r=D(this,r,n),ot(r)?r===S||r==null||r===""?(this._$AH!==S&&this._$AR(),this._$AH=S):r!==this._$AH&&r!==rt&&this._(r):r._$litType$!==void 0?this.$(r):r.nodeType!==void 0?this.T(r):co(r)?this.k(r):this._(r)}O(r){return this._$AA.parentNode.insertBefore(r,this._$AB)}T(r){this._$AH!==r&&(this._$AR(),this._$AH=this.O(r))}_(r){this._$AH!==S&&ot(this._$AH)?this._$AA.nextSibling.data=r:this.T(Z.createTextNode(r)),this._$AH=r}$(r){let{values:n,_$litType$:i}=r,c=typeof i=="number"?this._$AC(r):(i.el===void 0&&(i.el=at.createElement(ee(i.h,i.h[0]),this.options)),i);if(this._$AH?._$AD===c)this._$AH.p(n);else{let d=new ht(c,this),l=d.u(this.options);d.p(n),this.T(l),this._$AH=d}}_$AC(r){let n=Yt.get(r.strings);return n===void 0&&Yt.set(r.strings,n=new at(r)),n}k(r){Ot(this._$AH)||(this._$AH=[],this._$AR());let n=this._$AH,i,c=0;for(let d of r)c===n.length?n.push(i=new a(this.O(dt()),this.O(dt()),this,this.options)):i=n[c],i._$AI(d),c++;c<n.length&&(this._$AR(i&&i._$AB.nextSibling,c),n.length=c)}_$AR(r=this._$AA.nextSibling,n){for(this._$AP?.(!1,!0,n);r&&r!==this._$AB;){let i=r.nextSibling;r.remove(),r=i}}setConnected(r){this._$AM===void 0&&(this._$Cv=r,this._$AP?.(r))}},K=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(r,n,i,c,d){this.type=1,this._$AH=S,this._$AN=void 0,this.element=r,this.name=n,this._$AM=c,this.options=d,i.length>2||i[0]!==""||i[1]!==""?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=S}_$AI(r,n=this,i,c){let d=this.strings,l=!1;if(d===void 0)r=D(this,r,n,0),l=!ot(r)||r!==this._$AH&&r!==rt,l&&(this._$AH=r);else{let f=r,y,g;for(r=d[0],y=0;y<d.length-1;y++)g=D(this,f[i+y],n,y),g===rt&&(g=this._$AH[y]),l||=!ot(g)||g!==this._$AH[y],g===S?r=S:r!==S&&(r+=(g??"")+d[y+1]),this._$AH[y]=g}l&&!c&&this.j(r)}j(r){r===S?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,r??"")}},ut=class extends K{constructor(){super(...arguments),this.type=3}j(r){this.element[this.name]=r===S?void 0:r}},mt=class extends K{constructor(){super(...arguments),this.type=4}j(r){this.element.toggleAttribute(this.name,!!r&&r!==S)}},xt=class extends K{constructor(r,n,i,c,d){super(r,n,i,c,d),this.type=5}_$AI(r,n=this){if((r=D(this,r,n,0)??S)===rt)return;let i=this._$AH,c=r===S&&i!==S||r.capture!==i.capture||r.once!==i.once||r.passive!==i.passive,d=r!==S&&(i===S||c);c&&this.element.removeEventListener(this.name,this,i),d&&this.element.addEventListener(this.name,this,r),this._$AH=r}handleEvent(r){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,r):this._$AH.handleEvent(r)}},St=class{constructor(r,n,i){this.element=r,this.type=6,this._$AN=void 0,this._$AM=n,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(r){D(this,r)}};var po=Ct.litHtmlPolyfillSupport;po?.(at,pt),(Ct.litHtmlVersions??=[]).push("3.3.0");var re=Symbol.for(""),so=a=>{if(a?.r===re)return a?._$litStatic$},vt=a=>({_$litStatic$:a,r:re});var oe=new Map,It=a=>(r,...n)=>{let i=n.length,c,d,l=[],f=[],y,g=0,x=!1;for(;g<i;){for(y=r[g];g<i&&(d=n[g],(c=so(d))!==void 0);)y+=c+r[++g],x=!0;g!==i&&f.push(d),l.push(y),g++}if(g===i&&l.push(r[i]),x){let b=l.join("$$lit$$");(r=oe.get(b))===void 0&&(l.raw=l,oe.set(b,r=l)),n=f}return a(r,...n)},kt=It(Qt),Wo=It(Jt),Eo=It(te);var wt=u(ct()),Me=u(w());var st;(function(a){a.title="title",a.title_dense="title-dense",a.subtitle1="subtitle1",a.subtitle2="subtitle2",a.body1="body1",a.body2="body2",a.caption="caption",a.breadcrumb="breadcrumb",a.overline="overline",a.button="button",a.display="display",a.title1="title-1",a.title2="title-2",a.title3="title-3",a.body1regular="body-1-regular",a.body1medium="body-1-medium",a.body1semibold="body-1-semibold",a.body2regular="body-2-regular",a.body2medium="body-2-medium",a.body2semibold="body-2-semibold",a.label1medium="label-1-medium",a.label1semibold="label-1-semibold",a.label1bold="label-1-bold",a.label2medium="label-2-medium",a.label2semibold="label-2-semibold",a.label2bold="label-2-bold",a.caption1medium="caption-1-medium",a.caption1semibold="caption-1-semibold",a.caption1bold="caption-1-bold",a.caption2medium="caption-2-medium",a.caption2semibold="caption-2-semibold",a.caption2bold="caption-2-bold"})(st||(st={}));var k=u(H()),p=u(w());var B=u(H(),1),P=a=>typeof a=="string"?(0,B.unsafeCSS)(a):a,t=class{static create(r,n,i,c){let d=f=>P(f??c),l=B.css`var(${P(r)}, ${d(c)})`;return l.name=r,l.description=n,l.category=i,l.defaultValue=c,l.defaultCssValue=d,l.get=f=>B.css`var(${P(r)}, ${d(f)})`,l.breadcrumb=()=>[],l.lastResortDefaultValue=()=>c,l}static extend(r,n,i,c){let d=f=>i.get(f??c),l=B.css`var(${P(r)}, ${d(c)})`;return l.name=r,l.description=n,l.category=i.category,l.fallbackVariable=i,l.defaultValue=c,l.defaultCssValue=d,l.get=f=>B.css`var(${P(r)}, ${d(f)})`,l.breadcrumb=()=>[i.name,...i.breadcrumb()],l.lastResortDefaultValue=()=>c??i.lastResortDefaultValue(),l}static external(r,n){let i=d=>r.fallbackVariable?r.fallbackVariable.get(d??r.defaultValue):P(d??r.lastResortDefaultValue()),c=B.css`var(${P(r.name)}, ${i(r.defaultValue)})`;return c.name=r.name,c.category=r.category,c.fallbackVariable=r.fallbackVariable,c.defaultValue=r.defaultValue,c.context=n,c.defaultCssValue=i,c.get=d=>B.css`var(${P(r.name)}, ${i(d)})`,c.breadcrumb=()=>r.fallbackVariable?[r.fallbackVariable.name,...r.fallbackVariable.breadcrumb()]:[],c.lastResortDefaultValue=()=>r.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(0.25rem*2)"),spacing3:t.create("--ft-spacing-3","","SIZE","calc(0.25rem*3)"),spacing4:t.create("--ft-spacing-4","","SIZE","calc(0.25rem*4)"),spacing5:t.create("--ft-spacing-5","","SIZE","calc(0.25rem*5)"),spacing6:t.create("--ft-spacing-6","","SIZE","calc(0.25rem*6)"),spacing8:t.create("--ft-spacing-8","","SIZE","calc(0.25rem*8)"),spacing10:t.create("--ft-spacing-10","","SIZE","calc(0.25rem*10)"),spacing12:t.create("--ft-spacing-12","","SIZE","calc(0.25rem*12)"),spacing16:t.create("--ft-spacing-16","","SIZE","calc(0.25rem*16)"),spacing20:t.create("--ft-spacing-20","","SIZE","calc(0.25rem*20)"),spacing24:t.create("--ft-spacing-24","","SIZE","calc(0.25rem*24)"),spacing28:t.create("--ft-spacing-28","","SIZE","calc(0.25rem*28)"),spacing32:t.create("--ft-spacing-32","","SIZE","calc(0.25rem*32)"),spacing05:t.create("--ft-spacing-0-5","","SIZE","calc(0.25rem*0.5)"),borderRadiusS:t.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:t.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:t.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:t.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:t.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:t.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:t.create("--ft-icon-size-1","","SIZE","0.75rem"),iconSize2:t.create("--ft-icon-size-2","","SIZE","1rem"),iconSize3:t.create("--ft-icon-size-3","","SIZE","1.25rem"),iconSize4:t.create("--ft-icon-size-4","","SIZE","1.5rem"),iconSize5:t.create("--ft-icon-size-5","","SIZE","2rem"),iconSize6:t.create("--ft-icon-size-6","","SIZE","3rem"),opacity0:t.create("--ft-opacity-0","","NUMBER","0"),opacity8:t.create("--ft-opacity-8","","NUMBER","0.08"),opacity12:t.create("--ft-opacity-12","","NUMBER","0.12"),opacity16:t.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:t.create("--ft-opacity-24","","NUMBER","0.24"),opacity32:t.create("--ft-opacity-32","","NUMBER","0.32"),opacity40:t.create("--ft-opacity-40","","NUMBER","0.4"),opacity48:t.create("--ft-opacity-48","","NUMBER","0.48"),opacity80:t.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:t.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:t.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:t.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:t.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:t.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:t.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:t.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:t.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:t.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},ae={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")},ne={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")},ie={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")},ce={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")},le={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")},de={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")},pe={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")},se={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")},fe={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")},fo={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")},ye={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")},ge={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")},be={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")},he={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")},ue={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")},me={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")},xe={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")},Se={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")},Ce={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")},Oe={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")},Ne={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")},ve={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")},Ie={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")},ke={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")},we={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")},We={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")},ft={display:ae,"title-1":ne,"title-2":ie,"title-3":ce,"body-1-regular":le,"body-1-medium":de,"body-1-semibold":pe,"body-2-regular":se,"body-2-medium":fe,"body-2-medium-underline":fo,"body-2-semibold":ye,"label-1-medium":ge,"label-1-semibold":be,"label-1-bold":he,"label-2-medium":ue,"label-2-semibold":me,"label-2-bold":xe,"caption-1-medium":Se,"caption-1-semibold":Ce,"caption-1-bold":Oe,"caption-2-medium":Ne,"caption-2-semibold":ve,"caption-2-bold":Ie,"caption-3-medium":ke,"caption-3-semibold":we,"caption-3-bold":We};var o={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),borderNeutralPrimary:t.extend("--ft-border-neutral-primary","Used as border for neutral secondary buttons",e.colorGray200)};var Ko={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"),mediumHeight:t.create("--ft-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:t.extend("--ft-button-medium-horizontal-padding","",e.spacing3),mediumGap:t.extend("--ft-button-medium-gap","",e.spacing2),mediumBorderRadius:t.extend("--ft-button-medium-border-radius","",e.borderRadiusS),mediumIconSize:t.extend("--ft-button-medium-icon-size","",e.iconSize2),mediumBorderWidth:t.create("--ft-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:t.create("--ft-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:t.create("--ft-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:t.create("--ft-button-medium-icon-only-width","","SIZE","30px"),smallHeight:t.create("--ft-button-small-height","","SIZE","20px"),smallHorizontalPadding:t.extend("--ft-button-small-horizontal-padding","",e.spacing2),smallGap:t.extend("--ft-button-small-gap","",e.spacing1),smallBorderRadius:t.extend("--ft-button-small-border-radius","",e.borderRadiusS),smallIconSize:t.extend("--ft-button-small-icon-size","",e.iconSize1),smallBorderWidth:t.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:t.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:t.create("--ft-button-small-icon-only-width","","SIZE","20px"),xSmallHeight:t.create("--ft-button-x-small-height","","SIZE","16px"),xSmallIconSize:t.extend("--ft-button-x-small-icon-size","",e.iconSize1),xSmallFocusOutlineOffset:t.create("--ft-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:t.create("--ft-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:t.create("--ft-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:t.extend("--ft-button-round-border-radius","",e.borderRadiusPill),primaryBrandBackgroundColor:t.extend("--ft-button-primary-brand-background-color","",o.backgroundActionPrimary),primaryBrandColor:t.extend("--ft-button-primary-brand-color","",o.contentGlobalOnColor),primaryBrandIconColor:t.extend("--ft-button-primary-brand-icon-color","",o.contentGlobalOnColor),primaryBrandStateLayerColor:t.extend("--ft-button-primary-brand-state-layer-color","",o.contentGlobalOnColor),primaryBrandHoverStateLayerOpacity:t.extend("--ft-button-primary-brand-hover-state-layer-opacity","",e.opacity16),primaryBrandFocusStateLayerOpacity:t.extend("--ft-button-primary-brand-focus-state-layer-opacity","",e.opacity16),primaryBrandActiveStateLayerOpacity:t.extend("--ft-button-primary-brand-active-state-layer-opacity","",e.opacity24),primaryBrandDisabledComponentOpacity:t.extend("--ft-button-primary-brand-disabled-component-opacity","",e.opacity40),focusFocusRingColor:t.extend("--ft-button-focus-focus-ring-color","",o.borderActionFocusRing),tertiaryBrandBackgroundColor:t.create("--ft-button-tertiary-brand-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryBrandColor:t.extend("--ft-button-tertiary-brand-color","",o.contentActionPrimary),tertiaryBrandIconColor:t.extend("--ft-button-tertiary-brand-icon-color","",o.contentActionPrimary),tertiaryBrandStateLayerColor:t.extend("--ft-button-tertiary-brand-state-layer-color","",o.contentActionPrimary),tertiaryBrandHoverStateLayerOpacity:t.extend("--ft-button-tertiary-brand-hover-state-layer-opacity","",e.opacity8),tertiaryBrandFocusStateLayerOpacity:t.extend("--ft-button-tertiary-brand-focus-state-layer-opacity","",e.opacity8),tertiaryBrandActiveStateLayerOpacity:t.extend("--ft-button-tertiary-brand-active-state-layer-opacity","",e.opacity16),tertiaryBrandDisabledComponentOpacity:t.extend("--ft-button-tertiary-brand-disabled-component-opacity","",e.opacity40),tertiaryInfoBackgroundColor:t.create("--ft-button-tertiary-info-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryInfoColor:t.extend("--ft-button-tertiary-info-color","",o.contentInfoPrimary),tertiaryInfoIconColor:t.extend("--ft-button-tertiary-info-icon-color","",o.contentInfoPrimary),tertiaryInfoStateLayerColor:t.extend("--ft-button-tertiary-info-state-layer-color","",o.contentInfoPrimary),tertiaryInfoFocusStateLayerOpacity:t.extend("--ft-button-tertiary-info-focus-state-layer-opacity","",e.opacity8),tertiaryInfoHoverStateLayerOpacity:t.extend("--ft-button-tertiary-info-hover-state-layer-opacity","",e.opacity8),tertiaryInfoActiveStateLayerOpacity:t.extend("--ft-button-tertiary-info-active-state-layer-opacity","",e.opacity16),tertiaryInfoDisabledComponentOpacity:t.extend("--ft-button-tertiary-info-disabled-component-opacity","",e.opacity40),tertiarySuccessBackgroundColor:t.create("--ft-button-tertiary-success-background-color","","COLOR","rgba(0,0,0,0)"),tertiarySuccessColor:t.extend("--ft-button-tertiary-success-color","",o.contentSuccessPrimary),tertiarySuccessIconColor:t.extend("--ft-button-tertiary-success-icon-color","",o.contentSuccessPrimary),tertiarySuccessStateLayerColor:t.extend("--ft-button-tertiary-success-state-layer-color","",o.contentSuccessPrimary),tertiarySuccessHoverStateLayerOpacity:t.extend("--ft-button-tertiary-success-hover-state-layer-opacity","",e.opacity8),tertiarySuccessFocusStateLayerOpacity:t.extend("--ft-button-tertiary-success-focus-state-layer-opacity","",e.opacity8),tertiarySuccessActiveStateLayerOpacity:t.extend("--ft-button-tertiary-success-active-state-layer-opacity","",e.opacity16),tertiarySuccessDisabledComponentOpacity:t.extend("--ft-button-tertiary-success-disabled-component-opacity","",e.opacity40),tertiaryWarningBackgroundColor:t.create("--ft-button-tertiary-warning-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryWarningColor:t.extend("--ft-button-tertiary-warning-color","",o.contentWarningPrimary),tertiaryWarningIconColor:t.extend("--ft-button-tertiary-warning-icon-color","",o.contentWarningPrimary),tertiaryWarningStateLayerColor:t.extend("--ft-button-tertiary-warning-state-layer-color","",o.contentWarningPrimary),tertiaryWarningHoverStateLayerOpacity:t.extend("--ft-button-tertiary-warning-hover-state-layer-opacity","",e.opacity8),tertiaryWarningFocusStateLayerOpacity:t.extend("--ft-button-tertiary-warning-focus-state-layer-opacity","",e.opacity8),tertiaryWarningActiveStateLayerOpacity:t.extend("--ft-button-tertiary-warning-active-state-layer-opacity","",e.opacity16),tertiaryWarningDisabledComponentOpacity:t.extend("--ft-button-tertiary-warning-disabled-component-opacity","",e.opacity40),tertiaryErrorBackgroundColor:t.create("--ft-button-tertiary-error-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryErrorColor:t.extend("--ft-button-tertiary-error-color","",o.contentErrorPrimary),tertiaryErrorIconColor:t.extend("--ft-button-tertiary-error-icon-color","",o.contentErrorPrimary),tertiaryErrorStateLayerColor:t.extend("--ft-button-tertiary-error-state-layer-color","",o.contentErrorPrimary),tertiaryErrorHoverStateLayerOpacity:t.extend("--ft-button-tertiary-error-hover-state-layer-opacity","",e.opacity8),tertiaryErrorFocusStateLayerOpacity:t.extend("--ft-button-tertiary-error-focus-state-layer-opacity","",e.opacity8),tertiaryErrorActiveStateLayerOpacity:t.extend("--ft-button-tertiary-error-active-state-layer-opacity","",e.opacity16),tertiaryErrorDisabledComponentOpacity:t.extend("--ft-button-tertiary-error-disabled-component-opacity","",e.opacity40),tertiaryNeutralBackgroundColor:t.create("--ft-button-tertiary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryNeutralIconColor:t.extend("--ft-button-tertiary-neutral-icon-color","",o.contentGlobalSecondary),tertiaryNeutralColor:t.extend("--ft-button-tertiary-neutral-color","",o.contentGlobalSecondary),tertiaryNeutralStateLayerColor:t.extend("--ft-button-tertiary-neutral-state-layer-color","",o.contentGlobalSecondary),tertiaryNeutralHoverStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-hover-state-layer-opacity","",e.opacity8),tertiaryNeutralFocusStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-focus-state-layer-opacity","",e.opacity8),tertiaryNeutralActiveStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-active-state-layer-opacity","",e.opacity16),tertiaryNeutralDisabledComponentOpacity:t.extend("--ft-button-tertiary-neutral-disabled-component-opacity","",e.opacity40),secondaryBrandBackgroundColor:t.create("--ft-button-secondary-brand-background-color","","COLOR","rgba(0,0,0,0)"),secondaryBrandColor:t.extend("--ft-button-secondary-brand-color","",o.contentActionPrimary),secondaryBrandIconColor:t.extend("--ft-button-secondary-brand-icon-color","",o.contentActionPrimary),secondaryBrandStateLayerColor:t.extend("--ft-button-secondary-brand-state-layer-color","",o.contentActionPrimary),secondaryBrandHoverStateLayerOpacity:t.extend("--ft-button-secondary-brand-hover-state-layer-opacity","",e.opacity8),secondaryBrandFocusStateLayerOpacity:t.extend("--ft-button-secondary-brand-focus-state-layer-opacity","",e.opacity8),secondaryBrandActiveStateLayerOpacity:t.extend("--ft-button-secondary-brand-active-state-layer-opacity","",e.opacity16),secondaryBrandDisabledComponentOpacity:t.extend("--ft-button-secondary-brand-disabled-component-opacity","",e.opacity40),secondaryBrandBorderColor:t.extend("--ft-button-secondary-brand-border-color","",o.borderActionPrimary),secondaryNeutralHoverStateLayerOpacity:t.extend("--ft-button-secondary-neutral-hover-state-layer-opacity","",e.opacity8),secondaryNeutralFocusStateLayerOpacity:t.extend("--ft-button-secondary-neutral-focus-state-layer-opacity","",e.opacity8),secondaryNeutralActiveStateLayerOpacity:t.extend("--ft-button-secondary-neutral-active-state-layer-opacity","",e.opacity16),secondaryNeutralDisabledComponentOpacity:t.extend("--ft-button-secondary-neutral-disabled-component-opacity","",e.opacity40),secondaryNeutralBackgroundColor:t.create("--ft-button-secondary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),secondaryNeutralColor:t.extend("--ft-button-secondary-neutral-color","",o.contentGlobalSecondary),secondaryNeutralIconColor:t.extend("--ft-button-secondary-neutral-icon-color","",o.contentGlobalSecondary),secondaryNeutralStateLayerColor:t.extend("--ft-button-secondary-neutral-state-layer-color","",o.contentGlobalSecondary),secondaryNeutralBorderColor:t.extend("--ft-button-secondary-neutral-border-color","",o.borderNeutralPrimary),secondaryInfoHoverStateLayerOpacity:t.extend("--ft-button-secondary-info-hover-state-layer-opacity","",e.opacity8),secondaryInfoFocusStateLayerOpacity:t.extend("--ft-button-secondary-info-focus-state-layer-opacity","",e.opacity8),secondaryInfoActiveStateLayerOpacity:t.extend("--ft-button-secondary-info-active-state-layer-opacity","",e.opacity16),secondaryInfoDisabledComponentOpacity:t.extend("--ft-button-secondary-info-disabled-component-opacity","",e.opacity40),secondaryInfoBackgroundColor:t.create("--ft-button-secondary-info-background-color","","COLOR","rgba(0,0,0,0)"),secondaryInfoBorderColor:t.extend("--ft-button-secondary-info-border-color","",o.borderInfoPrimary),secondaryInfoColor:t.extend("--ft-button-secondary-info-color","",o.contentInfoPrimary),secondaryInfoIconColor:t.extend("--ft-button-secondary-info-icon-color","",o.contentInfoPrimary),secondaryInfoStateLayerColor:t.extend("--ft-button-secondary-info-state-layer-color","",o.contentInfoPrimary),secondarySuccessHoverStateLayerOpacity:t.extend("--ft-button-secondary-success-hover-state-layer-opacity","",e.opacity8),secondarySuccessFocusStateLayerOpacity:t.extend("--ft-button-secondary-success-focus-state-layer-opacity","",e.opacity8),secondarySuccessActiveStateLayerOpacity:t.extend("--ft-button-secondary-success-active-state-layer-opacity","",e.opacity16),secondarySuccessDisabledComponentOpacity:t.extend("--ft-button-secondary-success-disabled-component-opacity","",e.opacity40),secondarySuccessBackgroundColor:t.create("--ft-button-secondary-success-background-color","","COLOR","rgba(0,0,0,0)"),secondarySuccessBorderColor:t.extend("--ft-button-secondary-success-border-color","",o.borderSuccessPrimary),secondarySuccessColor:t.extend("--ft-button-secondary-success-color","",o.contentSuccessPrimary),secondarySuccessIconColor:t.extend("--ft-button-secondary-success-icon-color","",o.contentSuccessPrimary),secondarySuccessStateLayerColor:t.extend("--ft-button-secondary-success-state-layer-color","",o.contentSuccessPrimary),secondaryWarningHoverStateLayerOpacity:t.extend("--ft-button-secondary-warning-hover-state-layer-opacity","",e.opacity8),secondaryWarningFocusStateLayerOpacity:t.extend("--ft-button-secondary-warning-focus-state-layer-opacity","",e.opacity8),secondaryWarningActiveStateLayerOpacity:t.extend("--ft-button-secondary-warning-active-state-layer-opacity","",e.opacity16),secondaryWarningDisabledComponentOpacity:t.extend("--ft-button-secondary-warning-disabled-component-opacity","",e.opacity40),secondaryWarningBackgroundColor:t.create("--ft-button-secondary-warning-background-color","","COLOR","rgba(0,0,0,0)"),secondaryWarningBorderColor:t.extend("--ft-button-secondary-warning-border-color","",o.borderWarningPrimary),secondaryWarningColor:t.extend("--ft-button-secondary-warning-color","",o.contentWarningPrimary),secondaryWarningIconColor:t.extend("--ft-button-secondary-warning-icon-color","",o.contentWarningPrimary),secondaryWarningStateLayerColor:t.extend("--ft-button-secondary-warning-state-layer-color","",o.contentWarningPrimary),secondaryErrorHoverStateLayerOpacity:t.extend("--ft-button-secondary-error-hover-state-layer-opacity","",e.opacity8),secondaryErrorFocusStateLayerOpacity:t.extend("--ft-button-secondary-error-focus-state-layer-opacity","",e.opacity8),secondaryErrorActiveStateLayerOpacity:t.extend("--ft-button-secondary-error-active-state-layer-opacity","",e.opacity16),secondaryErrorDisabledComponentOpacity:t.extend("--ft-button-secondary-error-disabled-component-opacity","",e.opacity40),secondaryErrorBackgroundColor:t.create("--ft-button-secondary-error-background-color","","COLOR","rgba(0,0,0,0)"),secondaryErrorBorderColor:t.extend("--ft-button-secondary-error-border-color","",o.contentErrorPrimary),secondaryErrorColor:t.extend("--ft-button-secondary-error-color","",o.contentErrorPrimary),secondaryErrorIconColor:t.extend("--ft-button-secondary-error-icon-color","",o.contentErrorPrimary),secondaryErrorStateLayerColor:t.extend("--ft-button-secondary-error-state-layer-color","",o.contentErrorPrimary)};var Yo={iconSize:t.extend("--ft-checkbox-icon-size","",e.iconSize2),boxSize:t.create("--ft-checkbox-box-size","","SIZE","18px"),colorLegendSize:t.create("--ft-checkbox-color-legend-size","","SIZE","16px"),borderRadius:t.create("--ft-checkbox-border-radius","","SIZE","1px"),color:t.extend("--ft-checkbox-color","",o.contentGlobalPrimary),checkedBackgroundColor:t.extend("--ft-checkbox-checked-background-color","",o.contentActionPrimary),checkedStateLayerColor:t.extend("--ft-checkbox-checked-state-layer-color","",o.contentActionPrimary),checkedIconColor:t.extend("--ft-checkbox-checked-icon-color","",o.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","",o.borderActionFocusRing),focusOutlineOffset:t.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),borderWidth:t.create("--ft-checkbox-border-width","","SIZE","2px"),horizontalGap:t.extend("--ft-checkbox-horizontal-gap","",e.spacing3),leftPadding:t.extend("--ft-checkbox-left-padding","",e.spacing2)};var Jo={headerRowBorderWidth:t.create("--ft-table-header-row-border-width","","SIZE","1px"),headerRowBackgroundColor:t.extend("--ft-table-header-row-background-color","",o.backgroundGlobalOnSurfaceDark),headerRowBorderColor:t.extend("--ft-table-header-row-border-color","",o.borderGlobalPrimary),headerRowColor:t.extend("--ft-table-header-row-color","",o.contentGlobalPrimary),dataRowBorderWidth:t.create("--ft-table-data-row-border-width","","SIZE","1px"),dataRowBackgroundColor:t.extend("--ft-table-data-row-background-color","",o.backgroundGlobalOnSurface),dataRowBorderColor:t.extend("--ft-table-data-row-border-color","",o.borderGlobalSubtle),dataRowColor:t.extend("--ft-table-data-row-color","",o.contentGlobalSecondary),dataRowDefaultHoverBackgroundColor:t.extend("--ft-table-data-row-default-hover-background-color","",e.colorGray20),dataRowSelectableUnselectedHoverBackgroundColor:t.extend("--ft-table-data-row-selectable-unselected-hover-background-color","",e.colorGray20),dataRowSelectableSelectedDefaultBackgroundColor:t.extend("--ft-table-data-row-selectable-selected-default-background-color","",e.colorBrand10),dataRowSelectableSelectedDefaultBorderColor:t.extend("--ft-table-data-row-selectable-selected-default-border-color","",e.colorBrand20),dataRowSelectableSelectedHoverBackgroundColor:t.extend("--ft-table-data-row-selectable-selected-hover-background-color","",e.colorBrand20),dataRowSelectableSelectedHoverBorderColor:t.extend("--ft-table-data-row-selectable-selected-hover-border-color","",e.colorBrand30),dataRowSelectableSelectedColor:t.extend("--ft-table-data-row-selectable-selected-color","",o.contentActionPrimary),dataRowClickableHoverBackgroundColor:t.extend("--ft-table-data-row-clickable-hover-background-color","",e.colorGray30),dataRowClickableFocusBorderColor:t.extend("--ft-table-data-row-clickable-focus-border-color","",o.borderActionFocusRing),dataRowClickableFocusBackgroundColor:t.extend("--ft-table-data-row-clickable-focus-background-color","",e.colorGray30),dataRowClickableActiveBackgroundColor:t.extend("--ft-table-data-row-clickable-active-background-color","",e.colorGray40),headerCellHorizontalGap:t.extend("--ft-table-header-cell-horizontal-gap","",e.spacing1),headerCellVerticalPadding:t.extend("--ft-table-header-cell-vertical-padding","",e.spacing2),headerCellHorizontalPadding:t.extend("--ft-table-header-cell-horizontal-padding","",e.spacing3),dataCellVerticalPadding:t.extend("--ft-table-data-cell-vertical-padding","",e.spacing2),dataCellHorizontalPadding:t.extend("--ft-table-data-cell-horizontal-padding","",e.spacing3),dataCellVerticalGap:t.extend("--ft-table-data-cell-vertical-gap","",e.spacing1)};var ar={neutralOffHoverStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-hover-state-layer-opacity","",e.opacity8),neutralOffFocusStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-focus-state-layer-opacity","",e.opacity8),neutralOffFocusFocusRingColor:t.extend("--ft-chip-choice-neutral-off-focus-focus-ring-color","",o.borderActionFocusRing),neutralOffActiveStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-active-state-layer-opacity","",e.opacity16),neutralOffBackgroundColor:t.extend("--ft-chip-choice-neutral-off-background-color","",o.backgroundGlobalOnSurface),neutralOffBorderColor:t.extend("--ft-chip-choice-neutral-off-border-color","",o.borderGlobalPrimary),neutralOffColor:t.extend("--ft-chip-choice-neutral-off-color","",o.contentGlobalSecondary),neutralOffStateLayerColor:t.extend("--ft-chip-choice-neutral-off-state-layer-color","",o.contentGlobalSecondary),neutralOnDefaultStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-default-state-layer-opacity","",e.opacity16),neutralOnHoverStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-hover-state-layer-opacity","",e.opacity24),neutralOnFocusStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-focus-state-layer-opacity","",e.opacity24),neutralOnFocusFocusRingColor:t.extend("--ft-chip-choice-neutral-on-focus-focus-ring-color","",o.borderActionFocusRing),neutralOnActiveStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-active-state-layer-opacity","",e.opacity32),neutralOnBackgroundColor:t.extend("--ft-chip-choice-neutral-on-background-color","",o.backgroundGlobalOnSurface),neutralOnBorderColor:t.extend("--ft-chip-choice-neutral-on-border-color","",o.borderGlobalPrimary),neutralOnColor:t.extend("--ft-chip-choice-neutral-on-color","",o.contentGlobalPrimary),neutralOnIconColor:t.extend("--ft-chip-choice-neutral-on-icon-color","",o.contentGlobalPrimary),neutralOnStateLayerColor:t.extend("--ft-chip-choice-neutral-on-state-layer-color","",o.contentGlobalPrimary),largeMinHeight:t.create("--ft-chip-choice-large-min-height","","SIZE","36px"),largeHorizontalPadding:t.extend("--ft-chip-choice-large-horizontal-padding","",e.spacing3),largeGap:t.extend("--ft-chip-choice-large-gap","",e.spacing1),largeBorderRadius:t.create("--ft-chip-choice-large-border-radius","","SIZE","18px"),largeBorderWidth:t.create("--ft-chip-choice-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-choice-large-icon-size","",e.iconSize3),mediumMinHeight:t.create("--ft-chip-choice-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:t.extend("--ft-chip-choice-medium-horizontal-padding","",e.spacing2),mediumGap:t.extend("--ft-chip-choice-medium-gap","",e.spacing1),mediumBorderRadius:t.create("--ft-chip-choice-medium-border-radius","","SIZE","12px"),mediumBorderWidth:t.create("--ft-chip-choice-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-choice-medium-icon-size","",e.iconSize2)};var dr={largeMinHeight:t.create("--ft-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:t.extend("--ft-chip-large-horizontal-padding","",e.spacing3),largeButtonRightPadding:t.extend("--ft-chip-large-button-right-padding","",e.spacing1),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.create("--ft-chip-large-border-radius","","SIZE","18px"),largeBorderWidth:t.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-large-icon-size","",e.iconSize3),mediumMinHeight:t.create("--ft-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:t.extend("--ft-chip-medium-horizontal-padding","",e.spacing2),mediumButtonRightPadding:t.extend("--ft-chip-medium-button-right-padding","",e.spacing05),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.create("--ft-chip-medium-border-radius","","SIZE","12px"),mediumBorderWidth:t.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-medium-icon-size","",e.iconSize2),smallMinHeight:t.create("--ft-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:t.extend("--ft-chip-small-horizontal-padding","",e.spacing1),smallButtonRightPadding:t.extend("--ft-chip-small-button-right-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.create("--ft-chip-small-border-radius","","SIZE","10px"),smallBorderWidth:t.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:t.extend("--ft-chip-small-icon-size","",e.iconSize1),neutralBackgroundColor:t.extend("--ft-chip-neutral-background-color","",o.backgroundGlobalOnSurface),neutralColor:t.extend("--ft-chip-neutral-color","",o.contentGlobalSecondary),neutralIconColor:t.extend("--ft-chip-neutral-icon-color","",o.contentGlobalSecondary),neutralBorderColor:t.extend("--ft-chip-neutral-border-color","",o.borderGlobalSubtle),infoBackgroundColor:t.extend("--ft-chip-info-background-color","",o.backgroundInfoSubtle),infoColor:t.extend("--ft-chip-info-color","",o.contentInfoPrimary),infoIconColor:t.extend("--ft-chip-info-icon-color","",o.contentInfoIconOnly),infoBorderColor:t.extend("--ft-chip-info-border-color","",o.borderInfoSubtle),successBackgroundColor:t.extend("--ft-chip-success-background-color","",o.backgroundSuccessSubtle),successColor:t.extend("--ft-chip-success-color","",o.contentSuccessPrimary),successIconColor:t.extend("--ft-chip-success-icon-color","",o.contentSuccessIconOnly),successBorderColor:t.extend("--ft-chip-success-border-color","",o.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-chip-warning-background-color","",o.backgroundWarningSubtle),warningColor:t.extend("--ft-chip-warning-color","",o.contentWarningPrimary),warningIconColor:t.extend("--ft-chip-warning-icon-color","",o.contentWarningIconOnly),warningBorderColor:t.extend("--ft-chip-warning-border-color","",o.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-chip-error-background-color","",o.backgroundErrorSubtle),errorColor:t.extend("--ft-chip-error-color","",o.contentErrorPrimary),errorIconColor:t.extend("--ft-chip-error-icon-color","",o.contentErrorIconOnly),errorBorderColor:t.extend("--ft-chip-error-border-color","",o.borderErrorSubtle)};var gr={brandHoverOpacity:t.extend("--ft-link-brand-hover-opacity","",e.opacity80),brandHoverColor:t.extend("--ft-link-brand-hover-color","",o.contentActionPrimary),brandFocusFocusRingColor:t.extend("--ft-link-brand-focus-focus-ring-color","",o.borderActionFocusRing),brandFocusColor:t.extend("--ft-link-brand-focus-color","",o.contentActionPrimary),brandDefaultColor:t.extend("--ft-link-brand-default-color","",o.contentActionPrimary),brandActiveColor:t.extend("--ft-link-brand-active-color","",o.contentActionPrimary),infoHoverOpacity:t.extend("--ft-link-info-hover-opacity","",e.opacity80),infoHoverColor:t.extend("--ft-link-info-hover-color","",o.contentInfoPrimary),infoFocusFocusRingColor:t.extend("--ft-link-info-focus-focus-ring-color","",o.borderActionFocusRing),infoFocusColor:t.extend("--ft-link-info-focus-color","",o.contentInfoPrimary),infoDefaultColor:t.extend("--ft-link-info-default-color","",o.contentInfoPrimary),infoActiveColor:t.extend("--ft-link-info-active-color","",o.contentInfoPrimary),neutralFocusFocusRingColor:t.extend("--ft-link-neutral-focus-focus-ring-color","",o.borderActionFocusRing),neutralFocusColor:t.extend("--ft-link-neutral-focus-color","",o.contentActionPrimary),neutralDefaultColor:t.extend("--ft-link-neutral-default-color","",o.contentGlobalPrimary),neutralHoverColor:t.extend("--ft-link-neutral-hover-color","",o.contentActionPrimary),neutralActiveColor:t.extend("--ft-link-neutral-active-color","",o.contentActionPrimary),neutralVisitedColor:t.extend("--ft-link-neutral-visited-color","",e.colorBrand100)};var xr={iconSize:t.extend("--ft-banner-icon-size","",e.iconSize5),borderWidth:t.create("--ft-banner-border-width","","SIZE","1px"),leftPadding:t.extend("--ft-banner-left-padding","",e.spacing6),rightPadding:t.extend("--ft-banner-right-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","",o.backgroundInfoSubtle),infoColor:t.extend("--ft-banner-info-color","",o.contentInfoPrimary),infoIconColor:t.extend("--ft-banner-info-icon-color","",o.contentInfoIconOnly),infoBorderColor:t.extend("--ft-banner-info-border-color","",o.borderInfoSubtle)};var vr={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","",o.contentGlobalOnColor),backgroundColor:t.extend("--ft-badge-background-color","",o.contentActionPrimary)};var Er={horizontalGap:t.extend("--ft-title-breadcrumb-horizontal-gap","",e.spacing1),currentColor:t.extend("--ft-title-breadcrumb-current-color","",o.contentGlobalPrimary),previousNonClickableColor:t.extend("--ft-title-breadcrumb-previous-non-clickable-color","",o.contentGlobalSecondary),iconColor:t.extend("--ft-title-breadcrumb-icon-color","",o.contentGlobalSubtle)};var zr={parentHorizontalPadding:t.extend("--ft-page-header-parent-horizontal-padding","",e.spacing6),parentTopPadding:t.extend("--ft-page-header-parent-top-padding","",e.spacing4),parentBottomPadding:t.extend("--ft-page-header-parent-bottom-padding","",e.spacing6),parentHelpLeftMargin:t.extend("--ft-page-header-parent-help-left-margin","",e.spacing1),parentTitleColor:t.extend("--ft-page-header-parent-title-color","",o.contentGlobalPrimary),parentSubtitleColor:t.extend("--ft-page-header-parent-subtitle-color","",o.contentGlobalSecondary),parentChipLeftMargin:t.extend("--ft-page-header-parent-chip-left-margin","",e.spacing4),parentVerticalGap:t.extend("--ft-page-header-parent-vertical-gap","",e.spacing2),parentButtonsGroupHorizontalGap:t.extend("--ft-page-header-parent-buttons-group-horizontal-gap","",e.spacing4),parentButtonsGroupVerticalGap:t.extend("--ft-page-header-parent-buttons-group-vertical-gap","",e.spacing4),parentChipsGroupHorizontalGap:t.extend("--ft-page-header-parent-chips-group-horizontal-gap","",e.spacing2),parentChipsGroupVerticalGap:t.extend("--ft-page-header-parent-chips-group-vertical-gap","",e.spacing2),childHorizontalPadding:t.extend("--ft-page-header-child-horizontal-padding","",e.spacing6),childTopPadding:t.extend("--ft-page-header-child-top-padding","",e.spacing2),childBottomPadding:t.extend("--ft-page-header-child-bottom-padding","",e.spacing2),childHelpLeftMargin:t.extend("--ft-page-header-child-help-left-margin","",e.spacing1),childChipLeftMargin:t.extend("--ft-page-header-child-chip-left-margin","",e.spacing4),childVerticalGap:t.extend("--ft-page-header-child-vertical-gap","",e.spacing2),childMinHeight:t.create("--ft-page-header-child-min-height","","SIZE","40px"),childButtonsGroupHorizontalGap:t.extend("--ft-page-header-child-buttons-group-horizontal-gap","",e.spacing4),childButtonsGroupVerticalGap:t.extend("--ft-page-header-child-buttons-group-vertical-gap","",e.spacing4),childChipsGroupHorizontalGap:t.extend("--ft-page-header-child-chips-group-horizontal-gap","",e.spacing2),childChipsGroupVerticalGap:t.extend("--ft-page-header-child-chips-group-vertical-gap","",e.spacing2),backgroundColor:t.extend("--ft-page-header-background-color","",e.colorWhite),bottomBorderColor:t.extend("--ft-page-header-bottom-border-color","",o.borderGlobalSubtle),bottomBorderWidth:t.create("--ft-page-header-bottom-border-width","","SIZE","1px")};var Gr={horizontalPadding:t.extend("--ft-page-footer-horizontal-padding","",e.spacing6),verticalPadding:t.extend("--ft-page-footer-vertical-padding","",e.spacing2),verticalGap:t.extend("--ft-page-footer-vertical-gap","",e.spacing2),minHeight:t.create("--ft-page-footer-min-height","","SIZE","40px"),backgroundColor:t.extend("--ft-page-footer-background-color","",e.colorWhite),topBorderColor:t.extend("--ft-page-footer-top-border-color","",o.borderGlobalSubtle),topBorderWidth:t.create("--ft-page-footer-top-border-width","","SIZE","1px"),buttonsGroupGap:t.extend("--ft-page-footer-buttons-group-gap","",e.spacing4)};var Kr={contentHorizontalPadding:t.extend("--ft-page-layout-content-horizontal-padding","",e.spacing6),contentVerticalPadding:t.extend("--ft-page-layout-content-vertical-padding","",e.spacing6)};var Yr={smallContainerTargetWidth:t.create("--ft-modal-small-container-target-width","","SIZE","560px"),smallContainerMargin:t.extend("--ft-modal-small-container-margin","",e.spacing6),mediumContainerTargetWidth:t.create("--ft-modal-medium-container-target-width","","SIZE","800px"),mediumContainerMargin:t.extend("--ft-modal-medium-container-margin","",e.spacing6),largeContainerTargetWidth:t.create("--ft-modal-large-container-target-width","","SIZE","1040px"),largeContainerMargin:t.extend("--ft-modal-large-container-margin","",e.spacing6),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","",o.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),headerBackgroundColor:t.extend("--ft-modal-header-background-color","",o.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-modal-header-border-color","",o.borderGlobalSubtle),headerColor:t.extend("--ft-modal-header-color","",o.contentGlobalPrimary),headerLeadingIconColor:t.extend("--ft-modal-header-leading-icon-color","",o.contentGlobalPrimary),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),headerBorderBottomWidth:t.create("--ft-modal-header-border-bottom-width","","SIZE","1px"),borderRadius:t.extend("--ft-modal-border-radius","",e.borderRadiusM)};var Jr={overlayOpacity:t.extend("--ft-drawer-overlay-opacity","",e.opacity40),shadow:t.extend("--ft-drawer-shadow","",e.shadowElevation03),bodyColor:t.extend("--ft-drawer-body-color","",o.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","",o.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-drawer-header-border-color","",o.borderGlobalSubtle),headerColor:t.extend("--ft-drawer-header-color","",o.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-drawer-header-trailing-icon-color","",o.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","",o.backgroundGlobalOnSurface),buttonsBarBorderColor:t.extend("--ft-drawer-buttons-bar-border-color","",o.borderGlobalSubtle),buttonsBarColor:t.extend("--ft-drawer-buttons-bar-color","",o.contentGlobalPrimary),buttonsBarHorizontalPadding:t.extend("--ft-drawer-buttons-bar-horizontal-padding","",e.spacing6),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 aa={offBorderBottomWidth:t.create("--ft-tabs-off-border-bottom-width","","SIZE","1px"),offHoverStateLayerOpacity:t.extend("--ft-tabs-off-hover-state-layer-opacity","",e.opacity8),offDefaultStateLayerOpacity:t.extend("--ft-tabs-off-default-state-layer-opacity","",e.opacity0),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","",o.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-tabs-off-state-layer-color","",o.contentGlobalSubtle),offBorderBottomColor:t.extend("--ft-tabs-off-border-bottom-color","",o.borderGlobalSubtle),activeTabIndicatorHeight:t.create("--ft-tabs-active-tab-indicator-height","","SIZE","3px"),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),onHoverStateLayerOpacity:t.extend("--ft-tabs-on-hover-state-layer-opacity","",e.opacity16),onDefaultStateLayerOpacity:t.extend("--ft-tabs-on-default-state-layer-opacity","",e.opacity8),onFocusStateLayerOpacity:t.extend("--ft-tabs-on-focus-state-layer-opacity","",e.opacity16),onActiveStateLayerOpacity:t.extend("--ft-tabs-on-active-state-layer-opacity","",e.opacity24),onColor:t.extend("--ft-tabs-on-color","",o.contentActionPrimary),onStateLayerColor:t.extend("--ft-tabs-on-state-layer-color","",o.contentActionPrimary),onActiveTabIndicatorColor:t.extend("--ft-tabs-on-active-tab-indicator-color","",o.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","",o.borderActionFocusRing)};var da={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","",o.contentGlobalPrimary),trailingIconColor:t.extend("--ft-text-input-trailing-icon-color","",o.contentGlobalSubtle),labelColor:t.extend("--ft-text-input-label-color","",o.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-input-default-border-color","",o.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-input-default-helper-text-color","",o.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","",o.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-input-error-helper-text-color","",o.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-input-error-helper-icon-color","",o.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","",o.borderActionFocusRing),focusOutlineOffset:t.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-input-disabled-component-opacity","",e.opacity40)};var ga={backgroundColor:t.extend("--ft-text-area-background-color","",e.colorWhite),contentValueColor:t.extend("--ft-text-area-content-value-color","",o.contentGlobalPrimary),labelColor:t.extend("--ft-text-area-label-color","",o.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-area-default-border-color","",o.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-area-default-helper-text-color","",o.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","",o.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-area-error-helper-text-color","",o.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-area-error-helper-icon-color","",o.contentErrorIconOnly),focusFocusRingColor:t.extend("--ft-text-area-focus-focus-ring-color","",o.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 xa={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","",o.contentGlobalPrimary),offColor:t.extend("--ft-floating-menu-off-color","",o.contentGlobalPrimary),onColor:t.extend("--ft-floating-menu-on-color","",o.contentActionPrimary),onStateLayerColor:t.extend("--ft-floating-menu-on-state-layer-color","",o.contentActionPrimary),gap:t.extend("--ft-floating-menu-gap","",e.spacing3),focusFocusRingColor:t.extend("--ft-floating-menu-focus-focus-ring-color","",o.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","",o.backgroundGlobalOnSurface),shadow:t.extend("--ft-floating-menu-shadow","",e.shadowElevation02)};var va={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","",o.contentGlobalSubtle),contentValueColor:t.extend("--ft-combobox-single-select-content-value-color","",o.contentGlobalPrimary),trailingIconColor:t.extend("--ft-combobox-single-select-trailing-icon-color","",o.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-single-select-default-border-color","",o.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-single-select-default-helper-text-color","",o.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","",o.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-single-select-error-helper-text-color","",o.contentErrorPrimary),warningBorderWidth:t.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-single-select-warning-border-color","",o.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-single-select-warning-helper-text-color","",o.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-single-select-warning-helper-icon-color","",o.contentWarningIconOnly),focusOutlineWidth:t.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-single-select-focus-focus-ring-color","",o.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 Ea={backgroundColor:t.extend("--ft-combobox-multi-select-background-color","",e.colorWhite),labelColor:t.extend("--ft-combobox-multi-select-label-color","",o.contentGlobalSubtle),trailingIconColor:t.extend("--ft-combobox-multi-select-trailing-icon-color","",o.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-multi-select-default-border-color","",o.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-multi-select-default-helper-text-color","",o.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:t.extend("--ft-combobox-multi-select-error-border-color","",o.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-multi-select-error-helper-text-color","",o.contentErrorPrimary),errorHelperIcon:t.extend("--ft-combobox-multi-select-error-helper-icon","",o.contentErrorIconOnly),errorBorderWidth:t.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-multi-select-warning-border-color","",o.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-multi-select-warning-helper-text-color","",o.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-multi-select-warning-helper-icon-color","",o.contentWarningIconOnly),warningBorderWidth:t.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-multi-select-focus-focus-ring-color","",o.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 za={backgroundColor:t.extend("--ft-popover-background-color","",o.backgroundGlobalOnSurface),horizontalPadding:t.extend("--ft-popover-horizontal-padding","",e.spacing6),verticalPadding:t.extend("--ft-popover-vertical-padding","",e.spacing6),titleColor:t.extend("--ft-popover-title-color","",o.contentGlobalPrimary),bodyColor:t.extend("--ft-popover-body-color","",o.contentGlobalSecondary),linkColor:t.extend("--ft-popover-link-color","",o.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),maxWidth:t.create("--ft-popover-max-width","","SIZE","440px")};var Ga={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","",o.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","",o.contentGlobalPrimary),stateLayerColor:t.extend("--ft-collapsible-state-layer-color","",o.contentGlobalPrimary),backgroundColor:t.extend("--ft-collapsible-background-color","",o.backgroundGlobalOnSurface),borderColor:t.extend("--ft-collapsible-border-color","",o.borderGlobalSubtle),iconSize:t.extend("--ft-collapsible-icon-size","",e.iconSize3)};var Ta={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","",o.backgroundGlobalSurface),groupBorderColor:t.extend("--ft-switch-group-border-color","",o.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","",o.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-switch-off-state-layer-color","",o.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","",o.contentActionPrimary),onStateLayerColor:t.extend("--ft-switch-on-state-layer-color","",o.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","",o.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),scatterplotQuadrantPopularOldBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-popular-old-background-color","",e.colorYellow10),scatterplotQuadrantPopularNewBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-popular-new-background-color","",e.colorAvocado10),scatterplotQuadrantUnpopularOldBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-unpopular-old-background-color","",e.colorRed10),scatterplotQuadrantUnpopularNewBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-unpopular-new-background-color","",e.colorCyan10),scatterplotDatapointInitialDefaultBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-initial-default-background-color","",e.colorBrand70),scatterplotDatapointInitialDefaultBackgroundOpacity:t.extend("--ft-chart-scatterplot-datapoint-initial-default-background-opacity","",e.opacity48),scatterplotDatapointInitialHoverBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-initial-hover-background-color","",e.colorBrand0),scatterplotDatapointSelectedDefaultBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-selected-default-background-color","",e.colorBrand100),scatterplotDatapointSelectedHoverBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-selected-hover-background-color","",e.colorBrand200),scatterplotDatapointUnselectedDefaultBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-unselected-default-background-color","",e.colorGray60),scatterplotDatapointUnselectedDefaultBackgroundOpacity:t.extend("--ft-chart-scatterplot-datapoint-unselected-default-background-opacity","",e.opacity48),scatterplotDatapointUnselectedHoverBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-unselected-hover-background-color","",e.colorGray70),scatterplotDatapointHoverHoverRingColor:t.extend("--ft-chart-scatterplot-datapoint-hover-hover-ring-color","",e.colorCyan200)};var Qa={color1IconColor:t.extend("--ft-page-designer-1-icon-color","for area color charts",e.colorCyan0),color1ToolbarColor:t.extend("--ft-page-designer-1-toolbar-color","for area color charts",e.colorCyan0),color2IconColor:t.extend("--ft-page-designer-2-icon-color","for area color charts",e.colorBrand0),color2ToolbarColor:t.extend("--ft-page-designer-2-toolbar-color","for area color charts",e.colorBrand0),color3IconColor:t.extend("--ft-page-designer-3-icon-color","for area color charts",e.colorYellow200),color3ToolbarColor:t.extend("--ft-page-designer-3-toolbar-color","for area color charts",e.colorYellow200),color4IconColor:t.extend("--ft-page-designer-4-icon-color","for area color charts",e.colorUltramarine50),color4ToolbarColor:t.extend("--ft-page-designer-4-toolbar-color","for area color charts",e.colorUltramarine50),color5IconColor:t.extend("--ft-page-designer-5-icon-color","for area color charts",e.colorGreen0),color5ToolbarColor:t.extend("--ft-page-designer-5-toolbar-color","for area color charts",e.colorGreen0),color6IconColor:t.extend("--ft-page-designer-6-icon-color","for area color charts",e.colorOrange0),color6ToolbarColor:t.extend("--ft-page-designer-6-toolbar-color","for area color charts",e.colorOrange0),color7IconColor:t.extend("--ft-page-designer-7-icon-color","for area color charts",e.colorAvocado200),color7ToolbarColor:t.extend("--ft-page-designer-7-toolbar-color","for area color charts",e.colorAvocado200),color8IconColor:t.extend("--ft-page-designer-8-icon-color","for area color charts",e.colorBrown0),color8ToolbarColor:t.extend("--ft-page-designer-8-toolbar-color","for area color charts",e.colorBrown0)};var rn={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","",o.backgroundInfoSubtle),infoBorderColor:t.extend("--ft-notice-info-border-color","",o.borderInfoSubtle),infoColor:t.extend("--ft-notice-info-color","",o.contentInfoPrimary),infoIconColor:t.extend("--ft-notice-info-icon-color","",o.contentInfoIconOnly),warningBackgroundColor:t.extend("--ft-notice-warning-background-color","",o.backgroundWarningSubtle),warningBorderColor:t.extend("--ft-notice-warning-border-color","",o.borderWarningSubtle),warningColor:t.extend("--ft-notice-warning-color","",o.contentWarningPrimary),warningIconColor:t.extend("--ft-notice-warning-icon-color","",o.contentWarningIconOnly),errorBackgroundColor:t.extend("--ft-notice-error-background-color","",o.backgroundErrorSubtle),errorBorderColor:t.extend("--ft-notice-error-border-color","",o.borderErrorSubtle),errorColor:t.extend("--ft-notice-error-color","",o.contentErrorPrimary),errorIconColor:t.extend("--ft-notice-error-icon-color","",o.contentErrorIconOnly),successBackgroundColor:t.extend("--ft-notice-success-background-color","",o.backgroundSuccessSubtle),successBorderColor:t.extend("--ft-notice-success-border-color","",o.borderSuccessSubtle),successColor:t.extend("--ft-notice-success-color","",o.contentSuccessPrimary),successIconColor:t.extend("--ft-notice-success-icon-color","",o.contentSuccessIconOnly),denseHorizontalPadding:t.create("--ft-notice-dense-horizontal-padding","","SIZE","0px"),denseVerticalPadding:t.create("--ft-notice-dense-vertical-padding","","SIZE","0px"),denseGap:t.extend("--ft-notice-dense-gap","",e.spacing1),denseIconSize:t.extend("--ft-notice-dense-icon-size","",e.iconSize2),denseBorderWidth:t.create("--ft-notice-dense-border-width","","SIZE","0")};var dn={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","",o.contentGlobalSubtle),offIconColor:t.extend("--ft-toggle-off-icon-color","",o.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-toggle-off-state-layer-color","",o.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","",o.contentActionPrimary),onStateLayerColor:t.extend("--ft-toggle-on-state-layer-color","",o.contentActionPrimary),onIconColor:t.extend("--ft-toggle-on-icon-color","",o.contentActionPrimary),color:t.extend("--ft-toggle-color","",o.contentGlobalPrimary),focusFocusRingColor:t.extend("--ft-toggle-focus-focus-ring-color","",o.borderActionFocusRing),gap:t.extend("--ft-toggle-gap","",e.spacing3)};var gn={color:t.extend("--ft-radio-color","",o.contentGlobalPrimary),selectedRadioColor:t.extend("--ft-radio-selected-radio-color","",o.contentActionPrimary),selectedStateLayerColor:t.extend("--ft-radio-selected-state-layer-color","",o.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","",o.borderInputPrimary),unselectedBorderColor:t.extend("--ft-radio-unselected-border-color","",o.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","",o.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 xn={iconSize:t.extend("--ft-notification-icon-size","",e.iconSize4),leftPadding:t.extend("--ft-notification-left-padding","",e.spacing5),rightPadding:t.extend("--ft-notification-right-padding","",e.spacing4),verticalPadding:t.extend("--ft-notification-vertical-padding","",e.spacing3),infoBackgroundColor:t.extend("--ft-notification-info-background-color","",o.backgroundInfoSubtle),infoColor:t.extend("--ft-notification-info-color","",o.contentInfoPrimary),infoIconColor:t.extend("--ft-notification-info-icon-color","",o.contentInfoIconOnly),infoBorderColor:t.extend("--ft-notification-info-border-color","",o.borderInfoSubtle),successBackgroundColor:t.extend("--ft-notification-success-background-color","",o.backgroundSuccessSubtle),successColor:t.extend("--ft-notification-success-color","",o.contentSuccessPrimary),successIconColor:t.extend("--ft-notification-success-icon-color","",o.contentSuccessIconOnly),successBorderColor:t.extend("--ft-notification-success-border-color","",o.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-notification-warning-background-color","",o.backgroundWarningSubtle),warningColor:t.extend("--ft-notification-warning-color","",o.contentWarningPrimary),warningIconColor:t.extend("--ft-notification-warning-icon-color","",o.contentWarningIconOnly),warningBorderColor:t.extend("--ft-notification-warning-border-color","",o.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-notification-error-background-color","",o.backgroundErrorSubtle),errorColor:t.extend("--ft-notification-error-color","",o.contentErrorPrimary),errorIconColor:t.extend("--ft-notification-error-icon-color","",o.contentErrorIconOnly),errorBorderColor:t.extend("--ft-notification-error-border-color","",o.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 vn={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","",o.contentGlobalOnColor),backgroundColor:t.extend("--ft-tooltip-background-color","",o.contentGlobalPrimary),backgroundOpacity:t.extend("--ft-tooltip-background-opacity","",e.opacity80),shadow:t.extend("--ft-tooltip-shadow","",e.shadowElevation02),maxWidth:t.create("--ft-tooltip-max-width","","SIZE","256px"),gap:t.extend("--ft-tooltip-gap","",e.spacing05)};var En={verticalPadding:t.extend("--ft-reorderable-list-vertical-padding","",e.spacing4),gap:t.extend("--ft-reorderable-list-gap","",e.spacing1),borderRadius:t.extend("--ft-reorderable-list-border-radius","",e.borderRadiusM),reorderableItemTitleMarginRight:t.extend("--ft-reorderable-list-reorderable-item-title-margin-right","",e.spacing6),reorderableItemTitleColor:t.extend("--ft-reorderable-list-reorderable-item-title-color","",o.contentGlobalPrimary),reorderableItemLeftButtonsGroupMarginRight:t.extend("--ft-reorderable-list-reorderable-item-left-buttons-group-margin-right","",e.spacing6),reorderableItemLeftButtonsGroupHorizontalGap:t.extend("--ft-reorderable-list-reorderable-item-left-buttons-group-horizontal-gap","",e.spacing2),reorderableItemRightButtonsGroupHorizontalGap:t.extend("--ft-reorderable-list-reorderable-item-right-buttons-group-horizontal-gap","",e.spacing2),reorderableItemUsersCountColor:t.extend("--ft-reorderable-list-reorderable-item-users-count-color","",o.contentGlobalPrimary),reorderableItemUsersCountMarginRight:t.extend("--ft-reorderable-list-reorderable-item-users-count-margin-right","",e.spacing6),reorderableItemBackgroundColor:t.extend("--ft-reorderable-list-reorderable-item-background-color","",o.backgroundGlobalOnSurface),reorderableItemWarningMessageGap:t.extend("--ft-reorderable-list-reorderable-item-warning-message-gap","",e.spacing1),reorderableItemWarningMessageColor:t.extend("--ft-reorderable-list-reorderable-item-warning-message-color","",o.contentWarningPrimary),reorderableItemWarningMessageIconColor:t.extend("--ft-reorderable-list-reorderable-item-warning-message-icon-color","",o.contentWarningIconOnly),reorderableItemGripColor:t.extend("--ft-reorderable-list-reorderable-item-grip-color","",o.contentGlobalSecondary),reorderableItemGripOpacity:t.extend("--ft-reorderable-list-reorderable-item-grip-opacity","",e.opacity48),boxShadow:t.extend("--ft-reorderable-list-box-shadow","",e.shadowElevation01),borderWidth:t.create("--ft-reorderable-list-border-width","","SIZE","1px"),reorderableItemsGap:t.extend("--ft-reorderable-list-reorderable-items-gap","",e.spacing2),leftPadding:t.extend("--ft-reorderable-list-left-padding","",e.spacing2),rightPadding:t.extend("--ft-reorderable-list-right-padding","",e.spacing6),borderColor:t.extend("--ft-reorderable-list-border-color","",o.borderGlobalPrimary),backgroundColor:t.extend("--ft-reorderable-list-background-color","",o.backgroundGlobalOnSurfaceDark)};var Ee;(function(a){a.brand="brand",a.neutral="neutral",a.info="info",a.success="success",a.warning="warning",a.error="error"})(Ee||(Ee={}));var Re;(function(a){a.large="large",a.medium="medium",a.small="small"})(Re||(Re={}));var yt=u(H());function Be(a){let r=ft[a];return yt.css`
128
128
  .ft-typography--${(0,yt.unsafeCSS)(a)} {
129
129
  font-family: ${r.fontFamily};
130
130
  font-size: ${r.fontSize};
@@ -229,11 +229,11 @@ Also for action icons.`,e.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
229
229
  vertical-align: inherit;
230
230
  }
231
231
  `,Te=[Object.keys(ft).map(a=>Be(a))];var _e=function(a,r,n,i){var c=arguments.length,d=c<3?r:i===null?i=Object.getOwnPropertyDescriptor(r,n):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")d=Reflect.decorate(a,r,n,i);else for(var f=a.length-1;f>=0;f--)(l=a[f])&&(d=(c<3?l(d):c>3?l(r,n,d):l(r,n))||d);return c>3&&d&&Object.defineProperty(r,n,d),d},F=class extends Me.FtLitElement{constructor(){super(...arguments),this.variant=st.body1}render(){return this.element?kt`
232
- <${Nt(this.element)}
232
+ <${vt(this.element)}
233
233
  part="text"
234
234
  class="ft-typography ft-typography--${this.variant}">
235
235
  <slot></slot>
236
- </${Nt(this.element)}>
236
+ </${vt(this.element)}>
237
237
  `:kt`
238
238
  <slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
239
239
  `}};F.styles=[Fe,ze,He,$e,Pe,Ae,Ge,Ue,Ze,De,Ke,...Te];_e([(0,wt.property)()],F.prototype,"element",void 0);_e([(0,wt.property)()],F.prototype,"variant",void 0);(0,Ve.customElement)("ft-typography")(F);var O=u(w()),Ye=u(H());var I={textColor:O.FtCssVariableFactory.extend("--ft-checkbox-text-color","",O.designSystemVariables.colorOnSurfaceHigh),fontSize:O.FtCssVariableFactory.extend("--ft-checkbox-font-size","",s.fontSize),activeColor:O.FtCssVariableFactory.extend("--ft-checkbox-active-color","",O.designSystemVariables.colorPrimary),checkColor:O.FtCssVariableFactory.extend("--ft-checkbox-check-color","",O.designSystemVariables.colorOnPrimary),borderColor:O.FtCssVariableFactory.extend("--ft-checkbox-border-color","",O.designSystemVariables.colorOnSurfaceMedium),disabledColor:O.FtCssVariableFactory.extend("--ft-checkbox-disabled-color","",O.designSystemVariables.colorOnSurfaceDisabled),errorColor:O.FtCssVariableFactory.extend("--ft-checkbox-error-color","",O.designSystemVariables.colorError)},je=Ye.css`
@@ -329,7 +329,7 @@ Also for action icons.`,e.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
329
329
  }
330
330
  }
331
331
  }
332
- `;var A=function(a,r,n,i){var c=arguments.length,d=c<3?r:i===null?i=Object.getOwnPropertyDescriptor(r,n):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")d=Reflect.decorate(a,r,n,i);else for(var f=a.length-1;f>=0;f--)(l=a[f])&&(d=(c<3?l(d):c>3?l(r,n,d):l(r,n))||d);return c>3&&d&&Object.defineProperty(r,n,d),d},N=class extends Xe.FtLitElement{constructor(){super(...arguments),this.name="",this.checked=!1,this.indeterminate=!1,this.disabled=!1,this.error=!1}render(){let r={"ft-checkbox":!0,"ft-checkbox--error":this.error,"ft-checkbox--checked":this.checked,"ft-checkbox--indeterminate":this.indeterminate,"ft-checkbox--disabled":this.disabled};return qe.html`
332
+ `;var A=function(a,r,n,i){var c=arguments.length,d=c<3?r:i===null?i=Object.getOwnPropertyDescriptor(r,n):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")d=Reflect.decorate(a,r,n,i);else for(var f=a.length-1;f>=0;f--)(l=a[f])&&(d=(c<3?l(d):c>3?l(r,n,d):l(r,n))||d);return c>3&&d&&Object.defineProperty(r,n,d),d},v=class extends Xe.FtLitElement{constructor(){super(...arguments),this.name="",this.checked=!1,this.indeterminate=!1,this.disabled=!1,this.error=!1}render(){let r={"ft-checkbox":!0,"ft-checkbox--error":this.error,"ft-checkbox--checked":this.checked,"ft-checkbox--indeterminate":this.indeterminate,"ft-checkbox--disabled":this.disabled};return qe.html`
333
333
  <label class="${(0,Qe.classMap)(r)}" for="checkbox-input" part="checkbox-label">
334
334
  <div class="ft-checkbox--box-container" part="checkbox-box-container">
335
335
  <ft-ripple part="checkbox-ripple"
@@ -356,7 +356,7 @@ Also for action icons.`,e.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
356
356
  <slot></slot>
357
357
  </ft-typography>
358
358
  </label>
359
- `}onChange(r){r.stopPropagation(),this.checked=r.target.checked,this.indeterminate=!1,this.dispatchEvent(new CustomEvent("change",{detail:this.checked}))}contentAvailableCallback(r){var n;super.contentAvailableCallback(r),(n=this.ripple)===null||n===void 0||n.setupFor(this.container)}click(){this.input.click()}};N.elementDefinitions={"ft-ripple":h,"ft-typography":F};N.styles=je;A([(0,W.property)()],N.prototype,"name",void 0);A([(0,W.property)({type:Boolean,reflect:!0})],N.prototype,"checked",void 0);A([(0,W.property)({type:Boolean})],N.prototype,"indeterminate",void 0);A([(0,W.property)({type:Boolean})],N.prototype,"disabled",void 0);A([(0,W.property)({type:Boolean})],N.prototype,"error",void 0);A([(0,W.query)(".ft-checkbox")],N.prototype,"container",void 0);A([(0,W.query)("ft-ripple")],N.prototype,"ripple",void 0);A([(0,W.query)("input")],N.prototype,"input",void 0);(0,Je.customElement)("ft-checkbox")(N);})();
359
+ `}onChange(r){r.stopPropagation(),this.checked=r.target.checked,this.indeterminate=!1,this.dispatchEvent(new CustomEvent("change",{detail:this.checked}))}contentAvailableCallback(r){var n;super.contentAvailableCallback(r),(n=this.ripple)===null||n===void 0||n.setupFor(this.container)}click(){this.input.click()}};v.elementDefinitions={"ft-ripple":h,"ft-typography":F};v.styles=je;A([(0,W.property)()],v.prototype,"name",void 0);A([(0,W.property)({type:Boolean,reflect:!0})],v.prototype,"checked",void 0);A([(0,W.property)({type:Boolean})],v.prototype,"indeterminate",void 0);A([(0,W.property)({type:Boolean})],v.prototype,"disabled",void 0);A([(0,W.property)({type:Boolean})],v.prototype,"error",void 0);A([(0,W.query)(".ft-checkbox")],v.prototype,"container",void 0);A([(0,W.query)("ft-ripple")],v.prototype,"ripple",void 0);A([(0,W.query)("input")],v.prototype,"input",void 0);(0,Je.customElement)("ft-checkbox")(v);})();
360
360
  /*! Bundled license information:
361
361
 
362
362
  lit-html/lit-html.js: