@fluid-topics/ft-chip 1.1.115 → 1.1.116

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- "use strict";(()=>{var Gn=Object.create;var bo=Object.defineProperty;var Zn=Object.getOwnPropertyDescriptor;var Kn=Object.getOwnPropertyNames;var Mn=Object.getPrototypeOf,Fn=Object.prototype.hasOwnProperty;var re=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports);var Vn=(e,o,n,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of Kn(o))!Fn.call(e,l)&&l!==n&&bo(e,l,{get:()=>o[l],enumerable:!(i=Zn(o,l))||i.enumerable});return e};var m=(e,o,n)=>(n=e!=null?Gn(Mn(e)):{},Vn(o||!e||!e.__esModule?bo(n,"default",{value:e,enumerable:!0}):n,e));var L=re((Ci,xo)=>{xo.exports=ftGlobals.wcUtils});var _=re((vi,Oo)=>{Oo.exports=ftGlobals.lit});var ht=re((Ni,So)=>{So.exports=ftGlobals.litDecorators});var ne=re((Ei,Co)=>{Co.exports=ftGlobals.litClassMap});var _r=re((Ip,Hr)=>{Hr.exports=ftGlobals.litUnsafeHTML});var go=m(L());var He=m(_()),q=m(ht()),Tn=m(ne()),Ue=m(L());var Po=m(L());var $o=m(_()),Z=m(ht()),Io=m(ne()),ie=m(L());var Lo=m(_()),z=m(L()),vo=z.FtCssVariableFactory.extend("--ft-ripple-color","",z.designSystemVariables.colorContent),N={color:vo,backgroundColor:z.FtCssVariableFactory.extend("--ft-ripple-background-color","",vo),opacityContentOnSurfacePressed:z.FtCssVariableFactory.external(z.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:z.FtCssVariableFactory.external(z.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:z.FtCssVariableFactory.external(z.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:z.FtCssVariableFactory.external(z.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:z.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},No=z.FtCssVariableFactory.extend("--ft-ripple-color","",z.designSystemVariables.colorPrimary),Eo={color:No,backgroundColor:z.FtCssVariableFactory.extend("--ft-ripple-background-color","",No)},wo=z.FtCssVariableFactory.extend("--ft-ripple-color","",z.designSystemVariables.colorSecondary),Ro={color:wo,backgroundColor:z.FtCssVariableFactory.extend("--ft-ripple-background-color","",wo)},Ao=Lo.css`
1
+ "use strict";(()=>{var Gn=Object.create;var bo=Object.defineProperty;var Zn=Object.getOwnPropertyDescriptor;var Fn=Object.getOwnPropertyNames;var Mn=Object.getPrototypeOf,Kn=Object.prototype.hasOwnProperty;var re=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports);var Vn=(e,o,n,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let c of Fn(o))!Kn.call(e,c)&&c!==n&&bo(e,c,{get:()=>o[c],enumerable:!(i=Zn(o,c))||i.enumerable});return e};var b=(e,o,n)=>(n=e!=null?Gn(Mn(e)):{},Vn(o||!e||!e.__esModule?bo(n,"default",{value:e,enumerable:!0}):n,e));var R=re((Ca,xo)=>{xo.exports=ftGlobals.wcUtils});var D=re((va,So)=>{So.exports=ftGlobals.lit});var yt=re((Na,Oo)=>{Oo.exports=ftGlobals.litDecorators});var ne=re((Ea,Co)=>{Co.exports=ftGlobals.litClassMap});var _r=re((ks,Hr)=>{Hr.exports=ftGlobals.litUnsafeHTML});var uo=b(R());var He=b(D()),q=b(yt()),kn=b(ne()),De=b(R());var Bo=b(R());var Ao=b(D()),F=b(yt()),Io=b(ne()),ae=b(R());var Ro=b(D()),k=b(R()),vo=k.FtCssVariableFactory.extend("--ft-ripple-color","",k.designSystemVariables.colorContent),u={color:vo,backgroundColor:k.FtCssVariableFactory.extend("--ft-ripple-background-color","",vo),opacityContentOnSurfacePressed:k.FtCssVariableFactory.external(k.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:k.FtCssVariableFactory.external(k.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:k.FtCssVariableFactory.external(k.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:k.FtCssVariableFactory.external(k.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:k.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},No=k.FtCssVariableFactory.extend("--ft-ripple-color","",k.designSystemVariables.colorPrimary),Eo={color:No,backgroundColor:k.FtCssVariableFactory.extend("--ft-ripple-background-color","",No)},wo=k.FtCssVariableFactory.extend("--ft-ripple-color","",k.designSystemVariables.colorSecondary),Lo={color:wo,backgroundColor:k.FtCssVariableFactory.extend("--ft-ripple-background-color","",wo)},$o=Ro.css`
2
2
  :host {
3
3
  display: contents;
4
4
  }
@@ -11,7 +11,7 @@
11
11
 
12
12
  .ft-ripple:not(.ft-ripple--unbounded) {
13
13
  overflow: hidden;
14
- border-radius: ${N.borderRadius};
14
+ border-radius: ${u.borderRadius};
15
15
  }
16
16
 
17
17
  .ft-ripple .ft-ripple--background,
@@ -45,19 +45,19 @@
45
45
  }
46
46
 
47
47
  .ft-ripple .ft-ripple--background {
48
- background-color: ${N.backgroundColor};
48
+ background-color: ${u.backgroundColor};
49
49
  }
50
50
 
51
51
  .ft-ripple .ft-ripple--effect {
52
- background-color: ${N.color};
52
+ background-color: ${u.color};
53
53
  }
54
54
 
55
55
  .ft-ripple.ft-ripple--secondary .ft-ripple--background {
56
- background-color: ${Ro.backgroundColor};
56
+ background-color: ${Lo.backgroundColor};
57
57
  }
58
58
 
59
59
  .ft-ripple.ft-ripple--secondary .ft-ripple--effect {
60
- background-color: ${Ro.color};
60
+ background-color: ${Lo.color};
61
61
  }
62
62
 
63
63
  .ft-ripple.ft-ripple--primary .ft-ripple--background {
@@ -95,22 +95,22 @@
95
95
  }
96
96
 
97
97
  .ft-ripple.ft-ripple--hovered .ft-ripple--background {
98
- opacity: ${N.opacityContentOnSurfaceHover};
98
+ opacity: ${u.opacityContentOnSurfaceHover};
99
99
  }
100
100
 
101
101
  .ft-ripple.ft-ripple--selected .ft-ripple--background {
102
- opacity: ${N.opacityContentOnSurfaceSelected};
102
+ opacity: ${u.opacityContentOnSurfaceSelected};
103
103
  }
104
104
 
105
105
  .ft-ripple.ft-ripple--focused .ft-ripple--background {
106
- opacity: ${N.opacityContentOnSurfaceFocused};
106
+ opacity: ${u.opacityContentOnSurfaceFocused};
107
107
  }
108
108
 
109
109
  .ft-ripple.ft-ripple--pressed .ft-ripple--effect {
110
- opacity: ${N.opacityContentOnSurfacePressed};
110
+ opacity: ${u.opacityContentOnSurfacePressed};
111
111
  transform: translate(-50%, -50%) scale(1);
112
112
  }
113
- `;var J=function(e,o,n,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,p;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,n,i);else for(var s=e.length-1;s>=0;s--)(p=e[s])&&(c=(l<3?p(c):l>3?p(o,n,c):p(o,n))||c);return l>3&&c&&Object.defineProperty(o,n,c),c},A=class extends ie.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 ie.Debouncer(1e3),this.onTransitionStart=o=>{o.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=o=>{o.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new ie.Debouncer(10),this.moveRipple=o=>{var n,i;let{x:l,y:c}=this.getCoordinates(o),p=(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(l!=null?l-p.x:p.width/2),this.originY=Math.round(c!=null?c-p.y:p.height/2)},this.startPress=o=>{this.moveRipple(o),this.pressed=!this.isIgnored(o)},this.endPress=()=>{this.pressed=!1},this.startHover=o=>{this.hovered=!this.isIgnored(o)},this.endHover=()=>{this.hovered=!1},this.startFocus=o=>{this.focused=this.isFocusVisible(o?.target)&&!this.isIgnored(o)},this.endFocus=()=>{this.focused=!1}}render(){let o={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return $o.html`
113
+ `;var J=function(e,o,n,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(c<3?s(l):c>3?s(o,n,l):s(o,n))||l);return c>3&&l&&Object.defineProperty(o,n,l),l},$=class extends ae.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 ae.Debouncer(1e3),this.onTransitionStart=o=>{o.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=o=>{o.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new ae.Debouncer(10),this.moveRipple=o=>{var n,i;let{x:c,y:l}=this.getCoordinates(o),s=(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-s.x:s.width/2),this.originY=Math.round(l!=null?l-s.y:s.height/2)},this.startPress=o=>{this.moveRipple(o),this.pressed=!this.isIgnored(o)},this.endPress=()=>{this.pressed=!1},this.startHover=o=>{this.hovered=!this.isIgnored(o)},this.endHover=()=>{this.hovered=!1},this.startFocus=o=>{this.focused=this.isFocusVisible(o?.target)&&!this.isIgnored(o)},this.endFocus=()=>{this.focused=!1}}render(){let o={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return Ao.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(o){super.contentAvailableCallback(o),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(o){var n,i;super.update(o),o.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 o,n;let i=(o=this.shadowRoot)===null||o===void 0?void 0:o.host.parentElement;i&&this.setupFor((n=this.target)!==null&&n!==void 0?n:i)}setupFor(o){if(this.setupDebouncer.cancel(),this.target===o)return;this.onDisconnect&&this.onDisconnect(),this.target=o,o.setAttribute("data-is-ft-ripple-target","true");let n=(...s)=>d=>{s.forEach(u=>window.addEventListener(u,this.endPress,{once:!0})),this.startPress(d)},i=n("mouseup","contextmenu"),l=n("touchend","touchcancel"),c=s=>{["Enter"," "].includes(s.key)&&n("keyup")(s)},p={passive:!0};o.addEventListener("mouseover",this.startHover,p),o.addEventListener("mousemove",this.moveRipple,p),o.addEventListener("mouseleave",this.endHover,p),o.addEventListener("mousedown",i,p),o.addEventListener("touchstart",l,p),o.addEventListener("touchmove",this.moveRipple,p),o.addEventListener("keydown",c,p),o.addEventListener("focus",this.startFocus,p),o.addEventListener("blur",this.endFocus,p),o.addEventListener("focusin",this.startFocus,p),o.addEventListener("focusout",this.endFocus,p),this.onDisconnect=()=>{o.removeAttribute("data-is-ft-ripple-target"),o.removeEventListener("mouseover",this.startHover,p),o.removeEventListener("mousemove",this.moveRipple,p),o.removeEventListener("mouseleave",this.endHover,p),o.removeEventListener("mousedown",i,p),o.removeEventListener("touchstart",l,p),o.removeEventListener("touchmove",this.moveRipple,p),o.removeEventListener("keydown",c,p),o.removeEventListener("focus",this.startFocus,p),o.removeEventListener("blur",this.endFocus,p),o.removeEventListener("focusin",this.startFocus,p),o.removeEventListener("focusout",this.endFocus,p),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(o){let n=o,i=o,l,c;return n.x!=null?{x:l,y:c}=n:i.touches!=null&&(l=i.touches[0].clientX,c=i.touches[0].clientY),{x:l,y:c}}isFocusVisible(o){return o instanceof HTMLElement?o.matches(":focus-visible"):!0}isIgnored(o){if(this.disabled)return!0;if(o!=null)for(let n of o.composedPath()){if(n===this.target)break;if("hasAttribute"in n&&n.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};A.elementDefinitions={};A.styles=Ao;J([(0,Z.property)({type:Boolean})],A.prototype,"primary",void 0);J([(0,Z.property)({type:Boolean})],A.prototype,"secondary",void 0);J([(0,Z.property)({type:Boolean})],A.prototype,"unbounded",void 0);J([(0,Z.property)({type:Boolean})],A.prototype,"activated",void 0);J([(0,Z.property)({type:Boolean})],A.prototype,"selected",void 0);J([(0,Z.property)({type:Boolean})],A.prototype,"disabled",void 0);J([(0,Z.state)()],A.prototype,"hovered",void 0);J([(0,Z.state)()],A.prototype,"focused",void 0);J([(0,Z.state)()],A.prototype,"pressed",void 0);J([(0,Z.state)()],A.prototype,"rippling",void 0);J([(0,Z.state)()],A.prototype,"originX",void 0);J([(0,Z.state)()],A.prototype,"originY",void 0);J([(0,Z.query)(".ft-ripple")],A.prototype,"ripple",void 0);J([(0,Z.query)(".ft-ripple--effect")],A.prototype,"rippleEffect",void 0);(0,Po.customElement)("ft-ripple")(A);var kr=m(L());var je=globalThis,Se=je.trustedTypes,Wo=Se?Se.createPolicy("lit-html",{createHTML:e=>e}):void 0,_o="$lit$",wt=`lit$${(Math.random()+"").slice(9)}$`,Uo="?"+wt,jn=`<${Uo}>`,Pt=document,Ce=()=>Pt.createComment(""),le=e=>e===null||typeof e!="object"&&typeof e!="function",Do=Array.isArray,Yn=e=>Do(e)||typeof e?.[Symbol.iterator]=="function",Ge=`[
125
- \f\r]`,ae=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Bo=/-->/g,zo=/>/g,$t=RegExp(`>|${Ge}(?:([^\\s"'>=/]+)(${Ge}*=${Ge}*(?:[^
126
- \f\r"'\`<>=]|("|')|))|$)`,"g"),To=/'/g,ko=/"/g,Go=/^(?:script|style|textarea|title)$/i,Zo=e=>(o,...n)=>({_$litType$:e,strings:o,values:n}),Ko=Zo(1),Mo=Zo(2),ce=Symbol.for("lit-noChange"),G=Symbol.for("lit-nothing"),Ho=new WeakMap,It=Pt.createTreeWalker(Pt,129);function Fo(e,o){if(!Array.isArray(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Wo!==void 0?Wo.createHTML(o):o}var Xn=(e,o)=>{let n=e.length-1,i=[],l,c=o===2?"<svg>":"",p=ae;for(let s=0;s<n;s++){let d=e[s],u,x,y=-1,w=0;for(;w<d.length&&(p.lastIndex=w,x=p.exec(d),x!==null);)w=p.lastIndex,p===ae?x[1]==="!--"?p=Bo:x[1]!==void 0?p=zo:x[2]!==void 0?(Go.test(x[2])&&(l=RegExp("</"+x[2],"g")),p=$t):x[3]!==void 0&&(p=$t):p===$t?x[0]===">"?(p=l??ae,y=-1):x[1]===void 0?y=-2:(y=p.lastIndex-x[2].length,u=x[1],p=x[3]===void 0?$t:x[3]==='"'?ko:To):p===ko||p===To?p=$t:p===Bo||p===zo?p=ae:(p=$t,l=void 0);let C=p===$t&&e[s+1].startsWith("/>")?" ":"";c+=p===ae?d+jn:y>=0?(i.push(u),d.slice(0,y)+_o+d.slice(y)+wt+C):d+wt+(y===-2?s:C)}return[Fo(e,c+(e[n]||"<?>")+(o===2?"</svg>":"")),i]},pe=class e{constructor({strings:o,_$litType$:n},i){let l;this.parts=[];let c=0,p=0,s=o.length-1,d=this.parts,[u,x]=Xn(o,n);if(this.el=e.createElement(u,i),It.currentNode=this.el.content,n===2){let y=this.el.content.firstChild;y.replaceWith(...y.childNodes)}for(;(l=It.nextNode())!==null&&d.length<s;){if(l.nodeType===1){if(l.hasAttributes())for(let y of l.getAttributeNames())if(y.endsWith(_o)){let w=x[p++],C=l.getAttribute(y).split(wt),R=/([.?@])?(.*)/.exec(w);d.push({type:1,index:c,name:R[2],strings:C,ctor:R[1]==="."?Ke:R[1]==="?"?Me:R[1]==="@"?Fe:Ut}),l.removeAttribute(y)}else y.startsWith(wt)&&(d.push({type:6,index:c}),l.removeAttribute(y));if(Go.test(l.tagName)){let y=l.textContent.split(wt),w=y.length-1;if(w>0){l.textContent=Se?Se.emptyScript:"";for(let C=0;C<w;C++)l.append(y[C],Ce()),It.nextNode(),d.push({type:2,index:++c});l.append(y[w],Ce())}}}else if(l.nodeType===8)if(l.data===Uo)d.push({type:2,index:c});else{let y=-1;for(;(y=l.data.indexOf(wt,y+1))!==-1;)d.push({type:7,index:c}),y+=wt.length-1}c++}}static createElement(o,n){let i=Pt.createElement("template");return i.innerHTML=o,i}};function _t(e,o,n=e,i){if(o===ce)return o;let l=i!==void 0?n._$Co?.[i]:n._$Cl,c=le(o)?void 0:o._$litDirective$;return l?.constructor!==c&&(l?._$AO?.(!1),c===void 0?l=void 0:(l=new c(e),l._$AT(e,n,i)),i!==void 0?(n._$Co??=[])[i]=l:n._$Cl=l),l!==void 0&&(o=_t(e,l._$AS(e,o.values),l,i)),o}var Ze=class{constructor(o,n){this._$AV=[],this._$AN=void 0,this._$AD=o,this._$AM=n}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(o){let{el:{content:n},parts:i}=this._$AD,l=(o?.creationScope??Pt).importNode(n,!0);It.currentNode=l;let c=It.nextNode(),p=0,s=0,d=i[0];for(;d!==void 0;){if(p===d.index){let u;d.type===2?u=new ve(c,c.nextSibling,this,o):d.type===1?u=new d.ctor(c,d.name,d.strings,this,o):d.type===6&&(u=new Ve(c,this,o)),this._$AV.push(u),d=i[++s]}p!==d?.index&&(c=It.nextNode(),p++)}return It.currentNode=Pt,l}p(o){let n=0;for(let i of this._$AV)i!==void 0&&(i.strings!==void 0?(i._$AI(o,i,n),n+=i.strings.length-2):i._$AI(o[n])),n++}},ve=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(o,n,i,l){this.type=2,this._$AH=G,this._$AN=void 0,this._$AA=o,this._$AB=n,this._$AM=i,this.options=l,this._$Cv=l?.isConnected??!0}get parentNode(){let o=this._$AA.parentNode,n=this._$AM;return n!==void 0&&o?.nodeType===11&&(o=n.parentNode),o}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(o,n=this){o=_t(this,o,n),le(o)?o===G||o==null||o===""?(this._$AH!==G&&this._$AR(),this._$AH=G):o!==this._$AH&&o!==ce&&this._(o):o._$litType$!==void 0?this.g(o):o.nodeType!==void 0?this.$(o):Yn(o)?this.T(o):this._(o)}k(o){return this._$AA.parentNode.insertBefore(o,this._$AB)}$(o){this._$AH!==o&&(this._$AR(),this._$AH=this.k(o))}_(o){this._$AH!==G&&le(this._$AH)?this._$AA.nextSibling.data=o:this.$(Pt.createTextNode(o)),this._$AH=o}g(o){let{values:n,_$litType$:i}=o,l=typeof i=="number"?this._$AC(o):(i.el===void 0&&(i.el=pe.createElement(Fo(i.h,i.h[0]),this.options)),i);if(this._$AH?._$AD===l)this._$AH.p(n);else{let c=new Ze(l,this),p=c.u(this.options);c.p(n),this.$(p),this._$AH=c}}_$AC(o){let n=Ho.get(o.strings);return n===void 0&&Ho.set(o.strings,n=new pe(o)),n}T(o){Do(this._$AH)||(this._$AH=[],this._$AR());let n=this._$AH,i,l=0;for(let c of o)l===n.length?n.push(i=new e(this.k(Ce()),this.k(Ce()),this,this.options)):i=n[l],i._$AI(c),l++;l<n.length&&(this._$AR(i&&i._$AB.nextSibling,l),n.length=l)}_$AR(o=this._$AA.nextSibling,n){for(this._$AP?.(!1,!0,n);o&&o!==this._$AB;){let i=o.nextSibling;o.remove(),o=i}}setConnected(o){this._$AM===void 0&&(this._$Cv=o,this._$AP?.(o))}},Ut=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(o,n,i,l,c){this.type=1,this._$AH=G,this._$AN=void 0,this.element=o,this.name=n,this._$AM=l,this.options=c,i.length>2||i[0]!==""||i[1]!==""?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=G}_$AI(o,n=this,i,l){let c=this.strings,p=!1;if(c===void 0)o=_t(this,o,n,0),p=!le(o)||o!==this._$AH&&o!==ce,p&&(this._$AH=o);else{let s=o,d,u;for(o=c[0],d=0;d<c.length-1;d++)u=_t(this,s[i+d],n,d),u===ce&&(u=this._$AH[d]),p||=!le(u)||u!==this._$AH[d],u===G?o=G:o!==G&&(o+=(u??"")+c[d+1]),this._$AH[d]=u}p&&!l&&this.O(o)}O(o){o===G?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,o??"")}},Ke=class extends Ut{constructor(){super(...arguments),this.type=3}O(o){this.element[this.name]=o===G?void 0:o}},Me=class extends Ut{constructor(){super(...arguments),this.type=4}O(o){this.element.toggleAttribute(this.name,!!o&&o!==G)}},Fe=class extends Ut{constructor(o,n,i,l,c){super(o,n,i,l,c),this.type=5}_$AI(o,n=this){if((o=_t(this,o,n,0)??G)===ce)return;let i=this._$AH,l=o===G&&i!==G||o.capture!==i.capture||o.once!==i.once||o.passive!==i.passive,c=o!==G&&(i===G||l);l&&this.element.removeEventListener(this.name,this,i),c&&this.element.addEventListener(this.name,this,o),this._$AH=o}handleEvent(o){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,o):this._$AH.handleEvent(o)}},Ve=class{constructor(o,n,i){this.element=o,this.type=6,this._$AN=void 0,this._$AM=n,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(o){_t(this,o)}};var qn=je.litHtmlPolyfillSupport;qn?.(pe,ve),(je.litHtmlVersions??=[]).push("3.1.0");var jo=Symbol.for(""),Jn=e=>{if(e?.r===jo)return e?._$litStatic$},Ye=e=>({_$litStatic$:e,r:jo});var Vo=new Map,Yo=e=>(o,...n)=>{let i=n.length,l,c,p=[],s=[],d,u=0,x=!1;for(;u<i;){for(d=o[u];u<i&&(c=n[u],(l=Jn(c))!==void 0);)d+=l+o[++u],x=!0;u!==i&&s.push(c),p.push(d),u++}if(u===i&&p.push(o[i]),x){let y=p.join("$$lit$$");(o=Vo.get(y))===void 0&&(p.raw=p,Vo.set(y,o=p)),n=s}return e(o,...n)},Xe=Yo(Ko),Ti=Yo(Mo);var qe=m(ht()),Tr=m(L());var nt;(function(e){e.title="title",e.title_dense="title-dense",e.subtitle1="subtitle1",e.subtitle2="subtitle2",e.body1="body1",e.body2="body2",e.caption="caption",e.breadcrumb="breadcrumb",e.overline="overline",e.button="button",e.display="display",e.title1="title-1",e.title2="title-2",e.title3="title-3",e.body1regular="body-1-regular",e.body1medium="body-1-medium",e.body1semibold="body-1-semibold",e.body2regular="body-2-regular",e.body2medium="body-2-medium",e.body2semibold="body-2-semibold",e.label1medium="label-1-medium",e.label1semibold="label-1-semibold",e.label1bold="label-1-bold",e.label2medium="label-2-medium",e.label2semibold="label-2-semibold",e.label2bold="label-2-bold",e.caption1medium="caption-1-medium",e.caption1semibold="caption-1-semibold",e.caption1bold="caption-1-bold",e.caption2medium="caption-2-medium",e.caption2semibold="caption-2-semibold",e.caption2bold="caption-2-bold"})(nt||(nt={}));var it=m(_()),g=m(L());var bt=m(_(),1),Rt=e=>typeof e=="string"?(0,bt.unsafeCSS)(e):e,t=class{static create(o,n,i,l){let c=s=>Rt(s??l),p=bt.css`var(${Rt(o)}, ${c(l)})`;return p.name=o,p.description=n,p.category=i,p.defaultValue=l,p.defaultCssValue=c,p.get=s=>bt.css`var(${Rt(o)}, ${c(s)})`,p.breadcrumb=()=>[],p.lastResortDefaultValue=()=>l,p}static extend(o,n,i,l){let c=s=>i.get(s??l),p=bt.css`var(${Rt(o)}, ${c(l)})`;return p.name=o,p.description=n,p.category=i.category,p.fallbackVariable=i,p.defaultValue=l,p.defaultCssValue=c,p.get=s=>bt.css`var(${Rt(o)}, ${c(s)})`,p.breadcrumb=()=>[i.name,...i.breadcrumb()],p.lastResortDefaultValue=()=>l??i.lastResortDefaultValue(),p}static external(o,n){let i=c=>o.fallbackVariable?o.fallbackVariable.get(c??o.defaultValue):Rt(c??o.lastResortDefaultValue()),l=bt.css`var(${Rt(o.name)}, ${i(o.defaultValue)})`;return l.name=o.name,l.category=o.category,l.fallbackVariable=o.fallbackVariable,l.defaultValue=o.defaultValue,l.context=n,l.defaultCssValue=i,l.get=c=>bt.css`var(${Rt(o.name)}, ${i(c)})`,l.breadcrumb=()=>o.fallbackVariable?[o.fallbackVariable.name,...o.fallbackVariable.breadcrumb()]:[],l.lastResortDefaultValue=()=>o.lastResortDefaultValue(),l}};var r={colorWhite:t.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:t.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:t.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:t.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:t.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:t.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:t.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:t.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:t.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:t.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:t.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:t.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:t.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:t.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:t.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:t.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:t.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:t.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:t.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:t.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:t.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:t.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:t.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:t.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:t.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:t.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:t.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:t.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:t.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:t.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:t.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:t.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:t.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:t.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:t.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:t.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:t.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:t.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:t.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:t.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:t.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:t.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:t.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:t.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:t.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:t.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:t.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:t.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:t.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:t.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:t.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:t.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:t.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:t.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:t.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:t.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:t.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:t.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:t.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:t.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:t.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:t.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:t.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:t.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:t.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:t.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:t.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:t.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:t.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:t.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:t.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:t.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:t.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:t.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:t.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:t.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:t.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:t.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:t.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:t.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:t.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:t.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:t.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:t.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:t.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:t.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:t.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:t.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:t.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:t.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:t.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:t.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:t.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:t.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:t.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:t.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:t.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:t.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:t.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:t.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:t.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:t.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:t.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:t.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:t.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:t.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:t.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:t.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:t.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:t.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:t.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:t.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:t.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:t.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:t.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:t.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:t.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:t.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:t.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:t.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:t.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:t.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:t.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:t.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:t.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:t.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:t.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:t.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:t.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:t.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:t.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:t.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:t.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:t.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:t.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:t.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:t.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:t.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:t.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:t.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:t.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:t.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:t.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:t.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:t.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:t.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:t.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:t.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:t.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:t.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:t.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:t.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:t.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:t.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:t.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:t.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:t.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:t.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:t.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:t.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:t.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:t.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:t.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:t.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:t.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:t.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:t.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:t.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:t.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:t.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:t.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:t.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:t.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:t.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:t.create("--ft-icon-size-1","","SIZE","0.75rem"),iconSize2:t.create("--ft-icon-size-2","","SIZE","1rem"),iconSize3:t.create("--ft-icon-size-3","","SIZE","1.25rem"),iconSize4:t.create("--ft-icon-size-4","","SIZE","1.5rem"),iconSize5:t.create("--ft-icon-size-5","","SIZE","2rem"),iconSize6:t.create("--ft-icon-size-6","","SIZE","3rem"),opacity0:t.create("--ft-opacity-0","","NUMBER","0"),opacity8:t.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:t.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:t.create("--ft-opacity-24","","NUMBER","0.24"),opacity32:t.create("--ft-opacity-32","","NUMBER","0.32"),opacity40:t.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:t.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:t.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:t.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:t.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:t.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:t.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:t.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:t.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:t.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:t.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},Xo={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")},qo={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")},Jo={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")},Qo={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")},tr={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")},er={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")},or={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")},rr={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")},nr={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")},Qn={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")},ir={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")},ar={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")},lr={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")},cr={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")},pr={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")},sr={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")},dr={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")},fr={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")},hr={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")},gr={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")},ur={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")},mr={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")},yr={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")},br={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")},xr={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")},Or={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")},Ne={display:Xo,"title-1":qo,"title-2":Jo,"title-3":Qo,"body-1-regular":tr,"body-1-medium":er,"body-1-semibold":or,"body-2-regular":rr,"body-2-medium":nr,"body-2-medium-underline":Qn,"body-2-semibold":ir,"label-1-medium":ar,"label-1-semibold":lr,"label-1-bold":cr,"label-2-medium":pr,"label-2-semibold":sr,"label-2-bold":dr,"caption-1-medium":fr,"caption-1-semibold":hr,"caption-1-bold":gr,"caption-2-medium":ur,"caption-2-semibold":mr,"caption-2-bold":yr,"caption-3-medium":br,"caption-3-semibold":xr,"caption-3-bold":Or};var a={backgroundActionPrimary:t.extend("--ft-background-action-primary","Used as backgorund of primary action components.",r.colorBrand0),backgroundErrorSubtle:t.extend("--ft-background-error-subtle","Used as background of subtle error components.",r.colorRed10),backgroundInfoSubtle:t.extend("--ft-background-info-subtle","Used as background of subtle information components.",r.colorCyan10),backgroundWarningSubtle:t.extend("--ft-background-warning-subtle","Used as background of subtle information components.",r.colorOrange10),backgroundSuccessSubtle:t.extend("--ft-background-success-subtle","Used as background of subtle success components.",r.colorGreen10),backgroundGlobalSurface:t.extend("--ft-background-global-surface","Used as app background.",r.colorWhite),backgroundGlobalOnSurface:t.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",r.colorGray10),backgroundGlobalOnSurfaceDark:t.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",r.colorGray30),contentActionPrimary:t.extend("--ft-content-action-primary","Used on label of primary action on light surface.",r.colorBrand0),contentWarningPrimary:t.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",r.colorOrange200),contentWarningIconOnly:t.extend("--ft-content-warning-icon-only","Used on warning status icons alone",r.colorOrange0),contentErrorPrimary:t.extend("--ft-content-error-primary","Used on label of error messages on light surface.",r.colorRed0),contentErrorIconOnly:t.extend("--ft-content-error-icon-only","Used on error status icons alone",r.colorRed70),contentInfoPrimary:t.extend("--ft-content-info-primary","Used on label of information messages on light surface.",r.colorCyan200),contentInfoIconOnly:t.extend("--ft-content-info-icon-only","Used on info status icons alone",r.colorCyan0),contentSuccessPrimary:t.extend("--ft-content-success-primary","Used on label of success messages on light surface.",r.colorGreen200),contentSuccessIconOnly:t.extend("--ft-content-success-icon-only","Used on success status icons alone",r.colorGreen0),contentGlobalPrimary:t.extend("--ft-content-global-primary","Used for main content on the page.",r.colorGray500),contentGlobalSecondary:t.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
127
- Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",r.colorGray0),contentGlobalOnColor:t.extend("--ft-content-global-on-color","Used for content on a dominant color.",r.colorWhite),borderActionPrimary:t.extend("--ft-border-action-primary","Used as border for primary action components.",r.colorBrand0),borderActionFocusRing:t.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",r.colorCyan0),borderWarningPrimary:t.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",r.colorOrange200),borderWarningSubtle:t.extend("--ft-border-warning-subtle","Used as border for warning components.",r.colorOrange30),borderSuccessPrimary:t.extend("--ft-border-success-primary","Used as border for success buttons.",r.colorGreen200),borderSuccessSubtle:t.extend("--ft-border-success-subtle","Used as border for success components.",r.colorGreen30),borderErrorPrimary:t.extend("--ft-border-error-primary","Used as border for text fields in error states.",r.colorRed0),borderErrorSubtle:t.extend("--ft-border-error-subtle","Used as border for error components.",r.colorRed30),borderInfoPrimary:t.extend("--ft-border-info-primary","Used as border for buttons in info color.",r.colorCyan200),borderInfoSubtle:t.extend("--ft-border-info-subtle","Used as border for information components.",r.colorCyan30),borderGlobalPrimary:t.extend("--ft-border-global-primary","Used as border for element like input.",r.colorGray50),borderGlobalSubtle:t.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",r.colorGray30),borderInputPrimary:t.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",r.colorGray80)};var f={largeHeight:t.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:t.extend("--ft-button-large-horizontal-padding","",r.spacing4),largeGap:t.extend("--ft-button-large-gap","",r.spacing2),largeBorderRadius:t.extend("--ft-button-large-border-radius","",r.borderRadiusS),largeIconSize:t.extend("--ft-button-large-icon-size","",r.iconSize3),largeBorderWidth:t.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:t.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:t.create("--ft-button-large-icon-only-width","","SIZE","40px"),mediumHeight:t.create("--ft-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:t.extend("--ft-button-medium-horizontal-padding","",r.spacing3),mediumGap:t.extend("--ft-button-medium-gap","",r.spacing2),mediumBorderRadius:t.extend("--ft-button-medium-border-radius","",r.borderRadiusS),mediumIconSize:t.extend("--ft-button-medium-icon-size","",r.iconSize2),mediumBorderWidth:t.create("--ft-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:t.create("--ft-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:t.create("--ft-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:t.create("--ft-button-medium-icon-only-width","","SIZE","30px"),smallHeight:t.create("--ft-button-small-height","","SIZE","20px"),smallHorizontalPadding:t.extend("--ft-button-small-horizontal-padding","",r.spacing2),smallGap:t.extend("--ft-button-small-gap","",r.spacing1),smallBorderRadius:t.extend("--ft-button-small-border-radius","",r.borderRadiusS),smallIconSize:t.extend("--ft-button-small-icon-size","",r.iconSize1),smallBorderWidth:t.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:t.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:t.create("--ft-button-small-icon-only-width","","SIZE","20px"),xSmallHeight:t.create("--ft-button-x-small-height","","SIZE","16px"),xSmallIconSize:t.extend("--ft-button-x-small-icon-size","",r.iconSize1),xSmallFocusOutlineOffset:t.create("--ft-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:t.create("--ft-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:t.create("--ft-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:t.extend("--ft-button-round-border-radius","",r.borderRadiusPill),primaryBackgroundColor:t.extend("--ft-button-primary-background-color","",a.backgroundActionPrimary),primaryColor:t.extend("--ft-button-primary-color","",a.contentGlobalOnColor),primaryIconColor:t.extend("--ft-button-primary-icon-color","",a.contentGlobalOnColor),primaryStateLayerColor:t.extend("--ft-button-primary-state-layer-color","",a.contentGlobalOnColor),primaryHoverStateLayerOpacity:t.extend("--ft-button-primary-hover-state-layer-opacity","",r.opacity16),primaryFocusStateLayerOpacity:t.extend("--ft-button-primary-focus-state-layer-opacity","",r.opacity16),primaryActiveStateLayerOpacity:t.extend("--ft-button-primary-active-state-layer-opacity","",r.opacity24),primaryDisabledComponentOpacity:t.extend("--ft-button-primary-disabled-component-opacity","",r.opacity40),focusFocusRingColor:t.extend("--ft-button-focus-focus-ring-color","",a.borderActionFocusRing),tertiaryBackgroundColor:t.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:t.extend("--ft-button-tertiary-color","",a.contentActionPrimary),tertiaryIconColor:t.extend("--ft-button-tertiary-icon-color","",a.contentActionPrimary),tertiaryStateLayerColor:t.extend("--ft-button-tertiary-state-layer-color","",a.contentActionPrimary),tertiaryHoverStateLayerOpacity:t.extend("--ft-button-tertiary-hover-state-layer-opacity","",r.opacity8),tertiaryFocusStateLayerOpacity:t.extend("--ft-button-tertiary-focus-state-layer-opacity","",r.opacity8),tertiaryActiveStateLayerOpacity:t.extend("--ft-button-tertiary-active-state-layer-opacity","",r.opacity16),tertiaryDisabledComponentOpacity:t.extend("--ft-button-tertiary-disabled-component-opacity","",r.opacity40),secondaryBackgroundColor:t.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:t.extend("--ft-button-secondary-color","",a.contentActionPrimary),secondaryIconColor:t.extend("--ft-button-secondary-icon-color","",a.contentActionPrimary),secondaryStateLayerColor:t.extend("--ft-button-secondary-state-layer-color","",a.contentActionPrimary),secondaryHoverStateLayerOpacity:t.extend("--ft-button-secondary-hover-state-layer-opacity","",r.opacity8),secondaryFocusStateLayerOpacity:t.extend("--ft-button-secondary-focus-state-layer-opacity","",r.opacity8),secondaryActiveStateLayerOpacity:t.extend("--ft-button-secondary-active-state-layer-opacity","",r.opacity16),secondaryDisabledComponentOpacity:t.extend("--ft-button-secondary-disabled-component-opacity","",r.opacity40),secondaryBorderColor:t.extend("--ft-button-secondary-border-color","",a.borderActionPrimary),neutralBackgroundColor:t.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:t.extend("--ft-button-neutral-icon-color","",a.contentGlobalSecondary),neutralColor:t.extend("--ft-button-neutral-color","",a.contentGlobalSecondary),neutralStateLayerColor:t.extend("--ft-button-neutral-state-layer-color","",a.contentGlobalSecondary),neutralHoverStateLayerOpacity:t.extend("--ft-button-neutral-hover-state-layer-opacity","",r.opacity8),neutralFocusStateLayerOpacity:t.extend("--ft-button-neutral-focus-state-layer-opacity","",r.opacity8),neutralActiveStateLayerOpacity:t.extend("--ft-button-neutral-active-state-layer-opacity","",r.opacity16),neutralDisabledComponentOpacity:t.extend("--ft-button-neutral-disabled-component-opacity","",r.opacity40)};var ta={neutralOffHoverStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-hover-state-layer-opacity","",r.opacity8),neutralOffFocusStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-focus-state-layer-opacity","",r.opacity8),neutralOffFocusFocusRingColor:t.extend("--ft-chip-choice-neutral-off-focus-focus-ring-color","",a.borderActionFocusRing),neutralOffActiveStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-active-state-layer-opacity","",r.opacity16),neutralOffBackgroundColor:t.extend("--ft-chip-choice-neutral-off-background-color","",a.backgroundGlobalOnSurface),neutralOffBorderColor:t.extend("--ft-chip-choice-neutral-off-border-color","",a.borderGlobalPrimary),neutralOffColor:t.extend("--ft-chip-choice-neutral-off-color","",a.contentGlobalSecondary),neutralOffStateLayerColor:t.extend("--ft-chip-choice-neutral-off-state-layer-color","",a.contentGlobalSecondary),neutralOnDefaultStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-default-state-layer-opacity","",r.opacity16),neutralOnHoverStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-hover-state-layer-opacity","",r.opacity24),neutralOnFocusStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-focus-state-layer-opacity","",r.opacity24),neutralOnFocusFocusRingColor:t.extend("--ft-chip-choice-neutral-on-focus-focus-ring-color","",a.borderActionFocusRing),neutralOnActiveStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-active-state-layer-opacity","",r.opacity32),neutralOnBackgroundColor:t.extend("--ft-chip-choice-neutral-on-background-color","",a.backgroundGlobalOnSurface),neutralOnBorderColor:t.extend("--ft-chip-choice-neutral-on-border-color","",a.borderGlobalPrimary),neutralOnColor:t.extend("--ft-chip-choice-neutral-on-color","",a.contentGlobalPrimary),neutralOnIconColor:t.extend("--ft-chip-choice-neutral-on-icon-color","",a.contentGlobalPrimary),neutralOnStateLayerColor:t.extend("--ft-chip-choice-neutral-on-state-layer-color","",a.contentGlobalPrimary),largeMinHeight:t.create("--ft-chip-choice-large-min-height","","SIZE","36px"),largeHorizontalPadding:t.extend("--ft-chip-choice-large-horizontal-padding","",r.spacing3),largeGap:t.extend("--ft-chip-choice-large-gap","",r.spacing1),largeBorderRadius:t.create("--ft-chip-choice-large-border-radius","","SIZE","18px"),largeBorderWidth:t.create("--ft-chip-choice-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-choice-large-icon-size","",r.iconSize3),mediumMinHeight:t.create("--ft-chip-choice-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:t.extend("--ft-chip-choice-medium-horizontal-padding","",r.spacing2),mediumGap:t.extend("--ft-chip-choice-medium-gap","",r.spacing1),mediumBorderRadius:t.create("--ft-chip-choice-medium-border-radius","","SIZE","12px"),mediumBorderWidth:t.create("--ft-chip-choice-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-choice-medium-icon-size","",r.iconSize2)};var v={largeMinHeight:t.create("--ft-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:t.extend("--ft-chip-large-horizontal-padding","",r.spacing3),largeButtonRightPadding:t.extend("--ft-chip-large-button-right-padding","",r.spacing1),largeGap:t.extend("--ft-chip-large-gap","",r.spacing1),largeFocusOutlineOffset:t.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:t.create("--ft-chip-large-border-radius","","SIZE","18px"),largeBorderWidth:t.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-large-icon-size","",r.iconSize3),mediumMinHeight:t.create("--ft-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:t.extend("--ft-chip-medium-horizontal-padding","",r.spacing2),mediumButtonRightPadding:t.extend("--ft-chip-medium-button-right-padding","",r.spacing05),mediumGap:t.extend("--ft-chip-medium-gap","",r.spacing1),mediumFocusOutlineOffset:t.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:t.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:t.create("--ft-chip-medium-border-radius","","SIZE","12px"),mediumBorderWidth:t.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-medium-icon-size","",r.iconSize2),smallMinHeight:t.create("--ft-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:t.extend("--ft-chip-small-horizontal-padding","",r.spacing1),smallButtonRightPadding:t.extend("--ft-chip-small-button-right-padding","",r.spacing05),smallGap:t.extend("--ft-chip-small-gap","",r.spacing1),smallFocusOutlineOffset:t.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:t.create("--ft-chip-small-border-radius","","SIZE","10px"),smallBorderWidth:t.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:t.extend("--ft-chip-small-icon-size","",r.iconSize1),neutralBackgroundColor:t.extend("--ft-chip-neutral-background-color","",a.backgroundGlobalOnSurface),neutralColor:t.extend("--ft-chip-neutral-color","",a.contentGlobalSecondary),neutralIconColor:t.extend("--ft-chip-neutral-icon-color","",a.contentGlobalSecondary),neutralBorderColor:t.extend("--ft-chip-neutral-border-color","",a.borderGlobalSubtle),infoBackgroundColor:t.extend("--ft-chip-info-background-color","",a.backgroundInfoSubtle),infoColor:t.extend("--ft-chip-info-color","",a.contentInfoPrimary),infoIconColor:t.extend("--ft-chip-info-icon-color","",a.contentInfoIconOnly),infoBorderColor:t.extend("--ft-chip-info-border-color","",a.borderInfoSubtle),successBackgroundColor:t.extend("--ft-chip-success-background-color","",a.backgroundSuccessSubtle),successColor:t.extend("--ft-chip-success-color","",a.contentSuccessPrimary),successIconColor:t.extend("--ft-chip-success-icon-color","",a.contentSuccessIconOnly),successBorderColor:t.extend("--ft-chip-success-border-color","",a.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-chip-warning-background-color","",a.backgroundWarningSubtle),warningColor:t.extend("--ft-chip-warning-color","",a.contentWarningPrimary),warningIconColor:t.extend("--ft-chip-warning-icon-color","",a.contentWarningIconOnly),warningBorderColor:t.extend("--ft-chip-warning-border-color","",a.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-chip-error-background-color","",a.backgroundErrorSubtle),errorColor:t.extend("--ft-chip-error-color","",a.contentErrorPrimary),errorIconColor:t.extend("--ft-chip-error-icon-color","",a.contentErrorIconOnly),errorBorderColor:t.extend("--ft-chip-error-border-color","",a.borderErrorSubtle)};var pa={brandHoverOpacity:t.extend("--ft-link-brand-hover-opacity","",r.opacity80),brandHoverColor:t.extend("--ft-link-brand-hover-color","",a.contentActionPrimary),brandFocusFocusRingColor:t.extend("--ft-link-brand-focus-focus-ring-color","",a.borderActionFocusRing),brandFocusColor:t.extend("--ft-link-brand-focus-color","",a.contentActionPrimary),brandDefaultColor:t.extend("--ft-link-brand-default-color","",a.contentActionPrimary),brandActiveColor:t.extend("--ft-link-brand-active-color","",a.contentActionPrimary),infoHoverOpacity:t.extend("--ft-link-info-hover-opacity","",r.opacity80),infoHoverColor:t.extend("--ft-link-info-hover-color","",a.contentInfoPrimary),infoFocusFocusRingColor:t.extend("--ft-link-info-focus-focus-ring-color","",a.borderActionFocusRing),infoFocusColor:t.extend("--ft-link-info-focus-color","",a.contentInfoPrimary),infoDefaultColor:t.extend("--ft-link-info-default-color","",a.contentInfoPrimary),infoActiveColor:t.extend("--ft-link-info-active-color","",a.contentInfoPrimary),neutralFocusFocusRingColor:t.extend("--ft-link-neutral-focus-focus-ring-color","",a.borderActionFocusRing),neutralFocusColor:t.extend("--ft-link-neutral-focus-color","",a.contentActionPrimary),neutralDefaultColor:t.extend("--ft-link-neutral-default-color","",a.contentGlobalPrimary),neutralHoverColor:t.extend("--ft-link-neutral-hover-color","",a.contentActionPrimary),neutralActiveColor:t.extend("--ft-link-neutral-active-color","",a.contentActionPrimary)};var ga={iconSize:t.extend("--ft-banner-icon-size","",r.iconSize5),borderWidth:t.create("--ft-banner-border-width","","SIZE","1px"),leftPadding:t.extend("--ft-banner-left-padding","",r.spacing6),rightPadding:t.extend("--ft-banner-right-padding","",r.spacing6),verticalPadding:t.extend("--ft-banner-vertical-padding","",r.spacing6),horizontalSideGap:t.extend("--ft-banner-horizontal-side-gap","",r.spacing6),horizontalMobileGap:t.extend("--ft-banner-horizontal-mobile-gap","",r.spacing4),verticalMobileGap:t.extend("--ft-banner-vertical-mobile-gap","",r.spacing6),horizontalMiddleGap:t.extend("--ft-banner-horizontal-middle-gap","",r.spacing20),infoBackgroundColor:t.extend("--ft-banner-info-background-color","",a.backgroundInfoSubtle),infoColor:t.extend("--ft-banner-info-color","",a.contentInfoPrimary),infoIconColor:t.extend("--ft-banner-info-icon-color","",a.contentInfoIconOnly),infoBorderColor:t.extend("--ft-banner-info-border-color","",a.borderInfoSubtle)};var xa={horizontalPadding:t.extend("--ft-badge-horizontal-padding","",r.spacing1),verticalPadding:t.extend("--ft-badge-vertical-padding","",r.spacing1),borderRadius:t.extend("--ft-badge-border-radius","",r.borderRadiusPill),color:t.extend("--ft-badge-color","",a.contentGlobalOnColor),backgroundColor:t.extend("--ft-badge-background-color","",a.contentActionPrimary)};var Na={horizontalGap:t.extend("--ft-breadcrumb-horizontal-gap","",r.spacing1),verticalGap:t.extend("--ft-breadcrumb-vertical-gap","",r.spacing2),currentColor:t.extend("--ft-breadcrumb-current-color","",a.contentGlobalPrimary),previousNonClickableColor:t.extend("--ft-breadcrumb-previous-non-clickable-color","",a.contentGlobalSecondary),iconColor:t.extend("--ft-breadcrumb-icon-color","",a.contentGlobalSubtle)};var Aa={horizontalPadding:t.extend("--ft-page-header-horizontal-padding","",r.spacing6),horizontalGap:t.extend("--ft-page-header-horizontal-gap","",r.spacing4),verticalGap:t.extend("--ft-page-header-vertical-gap","",r.spacing2),classicVerticalPadding:t.extend("--ft-page-header-classic-vertical-padding","",r.spacing6),multilineVerticalPadding:t.extend("--ft-page-header-multiline-vertical-padding","",r.spacing4),inlineVerticalPadding:t.extend("--ft-page-header-inline-vertical-padding","",r.spacing2),backgroundColor:t.extend("--ft-page-header-background-color","",r.colorWhite),bottomBorderColor:t.extend("--ft-page-header-bottom-border-color","",a.borderGlobalSubtle),titleColor:t.extend("--ft-page-header-title-color","",a.contentGlobalPrimary),subtitleColor:t.extend("--ft-page-header-subtitle-color","",a.contentGlobalSecondary)};var Ba={smallContainerWidth:t.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:t.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:t.extend("--ft-modal-overlay-background-color","",r.colorGray700),overlayOpacity:t.extend("--ft-modal-overlay-opacity","",r.opacity40),shadow:t.extend("--ft-modal-shadow","",r.shadowElevation03),bodyBackgroundColor:t.extend("--ft-modal-body-background-color","",r.colorWhite),bodyColor:t.extend("--ft-modal-body-color","",a.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-modal-body-horizontal-padding","",r.spacing6),bodyVerticalPadding:t.extend("--ft-modal-body-vertical-padding","",r.spacing6),bodyVerticalGap:t.extend("--ft-modal-body-vertical-gap","",r.spacing6),containerMargin:t.extend("--ft-modal-container-margin","",r.spacing3),headerBackgroundColor:t.extend("--ft-modal-header-background-color","",a.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-modal-header-border-color","",a.borderGlobalSubtle),headerColor:t.extend("--ft-modal-header-color","",a.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-modal-header-trailing-icon-color","",a.contentGlobalSecondary),headerVerticalPadding:t.extend("--ft-modal-header-vertical-padding","",r.spacing1),headerRightPadding:t.extend("--ft-modal-header-right-padding","",r.spacing1),headerLeftPadding:t.extend("--ft-modal-header-left-padding","",r.spacing6),headerGap:t.extend("--ft-modal-header-gap","",r.spacing2),headerBorderBottom:t.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:t.extend("--ft-modal-border-radius","",r.borderRadiusM)};var _a={overlayOpacity:t.extend("--ft-drawer-overlay-opacity","",r.opacity40),shadow:t.extend("--ft-drawer-shadow","",r.shadowElevation03),bodyColor:t.extend("--ft-drawer-body-color","",a.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-drawer-body-horizontal-padding","",r.spacing6),bodyVerticalPadding:t.extend("--ft-drawer-body-vertical-padding","",r.spacing6),bodyGap:t.extend("--ft-drawer-body-gap","",r.spacing6),bodyBackgroundColor:t.extend("--ft-drawer-body-background-color","",r.colorWhite),headerBackgroundColor:t.extend("--ft-drawer-header-background-color","",a.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-drawer-header-border-color","",a.borderGlobalSubtle),headerColor:t.extend("--ft-drawer-header-color","",a.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-drawer-header-trailing-icon-color","",a.contentGlobalSecondary),headerHeight:t.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:t.extend("--ft-drawer-header-horizontal-padding","",r.spacing2),headerBorderWidth:t.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:t.extend("--ft-drawer-header-gap","",r.spacing3),buttonsBarBackgroundColor:t.extend("--ft-drawer-buttons-bar-background-color","",a.backgroundGlobalOnSurface),buttonsBarBorderColor:t.extend("--ft-drawer-buttons-bar-border-color","",a.borderGlobalSubtle),buttonsBarColor:t.extend("--ft-drawer-buttons-bar-color","",a.contentGlobalPrimary),buttonsBarHorizontalPadding:t.extend("--ft-drawer-buttons-bar-horizontal-padding","",r.spacing6),buttonsBarVerticalPadding:t.extend("--ft-drawer-buttons-bar-vertical-padding","",r.spacing4),buttonsBarGap:t.extend("--ft-drawer-buttons-bar-gap","",r.spacing3),buttonsBarBorderWidth:t.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:t.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:t.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:t.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:t.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:t.extend("--ft-drawer-overlay-background-color","",r.colorGray700)};var Ka={offBorderBottomWidth:t.create("--ft-tabs-off-border-bottom-width","","SIZE","1px"),offHoverStateLayerOpacity:t.extend("--ft-tabs-off-hover-state-layer-opacity","",r.opacity8),offDefaultStateLayerOpacity:t.extend("--ft-tabs-off-default-state-layer-opacity","",r.opacity0),offFocusStateLayerOpacity:t.extend("--ft-tabs-off-focus-state-layer-opacity","",r.opacity8),offDisabledComponentOpacity:t.extend("--ft-tabs-off-disabled-component-opacity","",r.opacity40),offColor:t.extend("--ft-tabs-off-color","",a.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-tabs-off-state-layer-color","",a.contentGlobalSubtle),offBorderBottomColor:t.extend("--ft-tabs-off-border-bottom-color","",a.borderGlobalSubtle),activeTabIndicatorHeight:t.create("--ft-tabs-active-tab-indicator-height","","SIZE","3px"),topLeftBorderRadius:t.extend("--ft-tabs-top-left-border-radius","",r.borderRadiusS),topRightBorderRadius:t.extend("--ft-tabs-top-right-border-radius","",r.borderRadiusS),withLabelHorizontalPadding:t.extend("--ft-tabs-with-label-horizontal-padding","",r.spacing4),withLabelVerticalPadding:t.extend("--ft-tabs-with-label-vertical-padding","",r.spacing3),horizontalGap:t.extend("--ft-tabs-horizontal-gap","",r.spacing1),verticalGap:t.extend("--ft-tabs-vertical-gap","",r.spacing1),onHoverStateLayerOpacity:t.extend("--ft-tabs-on-hover-state-layer-opacity","",r.opacity16),onDefaultStateLayerOpacity:t.extend("--ft-tabs-on-default-state-layer-opacity","",r.opacity8),onFocusStateLayerOpacity:t.extend("--ft-tabs-on-focus-state-layer-opacity","",r.opacity16),onActiveStateLayerOpacity:t.extend("--ft-tabs-on-active-state-layer-opacity","",r.opacity24),onColor:t.extend("--ft-tabs-on-color","",a.contentActionPrimary),onStateLayerColor:t.extend("--ft-tabs-on-state-layer-color","",a.contentActionPrimary),onActiveTabIndicatorColor:t.extend("--ft-tabs-on-active-tab-indicator-color","",a.contentActionPrimary),iconOnlyHorizontalPadding:t.extend("--ft-tabs-icon-only-horizontal-padding","",r.spacing4),iconOnlyVerticalPadding:t.extend("--ft-tabs-icon-only-vertical-padding","",r.spacing4),alertTopPadding:t.extend("--ft-tabs-alert-top-padding","",r.spacing1),alertRightPadding:t.extend("--ft-tabs-alert-right-padding","",r.spacing05),focusOutlineWidth:t.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-tabs-focus-focus-ring-color","",a.borderActionFocusRing)};var Ya={fieldHorizontalPadding:t.extend("--ft-text-input-field-horizontal-padding","",r.spacing4),fieldHorizontalGap:t.extend("--ft-text-input-field-horizontal-gap","",r.spacing3),fieldVerticalGap:t.extend("--ft-text-input-field-vertical-gap","",r.spacing05),fieldIconSize:t.extend("--ft-text-input-field-icon-size","",r.iconSize3),fieldHeight:t.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:t.extend("--ft-text-input-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ft-text-input-helper-horizontal-gap","",r.spacing1),helperIconSize:t.extend("--ft-text-input-helper-icon-size","",r.iconSize2),borderRadius:t.extend("--ft-text-input-border-radius","",r.borderRadiusM),backgroundColor:t.extend("--ft-text-input-background-color","",r.colorWhite),contentValueColor:t.extend("--ft-text-input-content-value-color","",a.contentGlobalPrimary),trailingIconColor:t.extend("--ft-text-input-trailing-icon-color","",a.contentGlobalSubtle),labelColor:t.extend("--ft-text-input-label-color","",a.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-input-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-input-default-helper-text-color","",a.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","",a.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-input-error-helper-text-color","",a.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-input-error-helper-icon-color","",a.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","",a.borderActionFocusRing),focusOutlineOffset:t.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-input-disabled-component-opacity","",r.opacity40)};var tl={backgroundColor:t.extend("--ft-text-area-background-color","",r.colorWhite),contentValueColor:t.extend("--ft-text-area-content-value-color","",a.contentGlobalPrimary),labelColor:t.extend("--ft-text-area-label-color","",a.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-area-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-area-default-helper-text-color","",a.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","",a.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-area-error-helper-text-color","",a.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-area-error-helper-icon-color","",a.contentErrorIconOnly),focusFocusRingColor:t.extend("--ft-text-area-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineWidth:t.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:t.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-area-disabled-component-opacity","",r.opacity40),fieldHorizontalLeftPadding:t.extend("--ft-text-area-field-horizontal-left-padding","",r.spacing4),fieldHorizontalGap:t.extend("--ft-text-area-field-horizontal-gap","",r.spacing3),fieldVerticalGap:t.extend("--ft-text-area-field-vertical-gap","",r.spacing05),fieldMinHeight:t.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:t.extend("--ft-text-area-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ft-text-area-helper-horizontal-gap","",r.spacing1),helperIconSize:t.extend("--ft-text-area-helper-icon-size","",r.iconSize2),borderRadius:t.extend("--ft-text-area-border-radius","",r.borderRadiusM)};var il={height:t.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:t.extend("--ft-floating-menu-horizontal-padding","",r.spacing4),offIconColor:t.extend("--ft-floating-menu-off-icon-color","",a.contentGlobalPrimary),offColor:t.extend("--ft-floating-menu-off-color","",a.contentGlobalPrimary),onColor:t.extend("--ft-floating-menu-on-color","",a.contentActionPrimary),onStateLayerColor:t.extend("--ft-floating-menu-on-state-layer-color","",a.contentActionPrimary),gap:t.extend("--ft-floating-menu-gap","",r.spacing3),focusFocusRingColor:t.extend("--ft-floating-menu-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineWidth:t.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:t.extend("--ft-floating-menu-focus-state-layer-opacity","",r.opacity8),hoverStateLayerOpacity:t.extend("--ft-floating-menu-hover-state-layer-opacity","",r.opacity8),activeStateLayerOpacity:t.extend("--ft-floating-menu-active-state-layer-opacity","",r.opacity16),disabledComponentOpacity:t.extend("--ft-floating-menu-disabled-component-opacity","",r.opacity40),iconSize:t.extend("--ft-floating-menu-icon-size","",r.iconSize3),backgroundColor:t.extend("--ft-floating-menu-background-color","",a.backgroundGlobalOnSurface),shadow:t.extend("--ft-floating-menu-shadow","",r.shadowElevation02)};var sl={fieldHorizontalPadding:t.extend("--ft-combobox-single-select-field-horizontal-padding","",r.spacing4),fieldHorizontalGap:t.extend("--ft-combobox-single-select-field-horizontal-gap","",r.spacing3),fieldVerticalGap:t.extend("--ft-combobox-single-select-field-vertical-gap","",r.spacing05),fieldIconSize:t.extend("--ft-combobox-single-select-field-icon-size","",r.iconSize3),fieldHeight:t.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:t.extend("--ft-combobox-single-select-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ft-combobox-single-select-helper-horizontal-gap","",r.spacing1),helperVerticalGap:t.extend("--ft-combobox-single-select-helper-vertical-gap","",r.spacing1),helperIconSize:t.extend("--ft-combobox-single-select-helper-icon-size","",r.iconSize2),menuVerticalGap:t.extend("--ft-combobox-single-select-menu-vertical-gap","",r.spacing2),borderRadius:t.extend("--ft-combobox-single-select-border-radius","",r.borderRadiusM),backgroundColor:t.extend("--ft-combobox-single-select-background-color","",r.colorWhite),labelColor:t.extend("--ft-combobox-single-select-label-color","",a.contentGlobalSubtle),contentValueColor:t.extend("--ft-combobox-single-select-content-value-color","",a.contentGlobalPrimary),trailingIconColor:t.extend("--ft-combobox-single-select-trailing-icon-color","",a.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-single-select-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-single-select-default-helper-text-color","",a.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","",a.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-single-select-error-helper-text-color","",a.contentErrorPrimary),warningBorderWidth:t.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-single-select-warning-border-color","",a.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-single-select-warning-helper-text-color","",a.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-single-select-warning-helper-icon-color","",a.contentWarningIconOnly),focusOutlineWidth:t.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-single-select-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineOffset:t.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-combobox-single-select-disabled-component-opacity","",r.opacity40)};var ul={backgroundColor:t.extend("--ft-combobox-multi-select-background-color","",r.colorWhite),labelColor:t.extend("--ft-combobox-multi-select-label-color","",a.contentGlobalSubtle),trailingIconColor:t.extend("--ft-combobox-multi-select-trailing-icon-color","",a.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-multi-select-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-multi-select-default-helper-text-color","",a.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:t.extend("--ft-combobox-multi-select-error-border-color","",a.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-multi-select-error-helper-text-color","",a.contentErrorPrimary),errorHelperIcon:t.extend("--ft-combobox-multi-select-error-helper-icon","",a.contentErrorIconOnly),errorBorderWidth:t.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-multi-select-warning-border-color","",a.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-multi-select-warning-helper-text-color","",a.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-multi-select-warning-helper-icon-color","",a.contentWarningIconOnly),warningBorderWidth:t.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-multi-select-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineWidth:t.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:t.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-combobox-multi-select-disabled-component-opacity","",r.opacity40),helperHorizontalPadding:t.extend("--ft-combobox-multi-select-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ft-combobox-multi-select-helper-horizontal-gap","",r.spacing1),helperVerticalGap:t.extend("--ft-combobox-multi-select-helper-vertical-gap","",r.spacing1),helperIconSize:t.extend("--ft-combobox-multi-select-helper-icon-size","",r.iconSize2),fieldHorizontalPadding:t.extend("--ft-combobox-multi-select-field-horizontal-padding","",r.spacing4),fieldHorizontalGap:t.extend("--ft-combobox-multi-select-field-horizontal-gap","",r.spacing3),fieldVerticalGap:t.extend("--ft-combobox-multi-select-field-vertical-gap","",r.spacing05),fieldIconSize:t.extend("--ft-combobox-multi-select-field-icon-size","",r.iconSize3),fieldMaxHeight:t.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:t.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",r.spacing1),contentValuesVerticalGap:t.extend("--ft-combobox-multi-select-content-values-vertical-gap","",r.spacing1),borderRadius:t.extend("--ft-combobox-multi-select-border-radius","",r.borderRadiusM)};var Ol={backgroundColor:t.extend("--ft-popover-background-color","",a.backgroundGlobalOnSurface),horizontalPadding:t.extend("--ft-popover-horizontal-padding","",r.spacing6),verticalPadding:t.extend("--ft-popover-vertical-padding","",r.spacing6),titleColor:t.extend("--ft-popover-title-color","",a.contentGlobalPrimary),bodyColor:t.extend("--ft-popover-body-color","",a.contentGlobalSecondary),linkColor:t.extend("--ft-popover-link-color","",a.contentActionPrimary),gap:t.extend("--ft-popover-gap","",r.spacing3),borderRadius:t.extend("--ft-popover-border-radius","",r.borderRadiusM),shadow:t.extend("--ft-popover-shadow","",r.shadowElevation02)};var El={hoverStateLayerOpacity:t.extend("--ft-collapsible-hover-state-layer-opacity","",r.opacity8),focusStateLayerOpacity:t.extend("--ft-collapsible-focus-state-layer-opacity","",r.opacity8),focusOutlineWidth:t.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:t.extend("--ft-collapsible-focus-focus-ring-color","",a.borderActionFocusRing),activeStateLayerOpacity:t.extend("--ft-collapsible-active-state-layer-opacity","",r.opacity16),disabledComponentOpacity:t.extend("--ft-collapsible-disabled-component-opacity","",r.opacity40),horizontalPadding:t.extend("--ft-collapsible-horizontal-padding","",r.spacing4),verticalPadding:t.extend("--ft-collapsible-vertical-padding","",r.spacing3),color:t.extend("--ft-collapsible-color","",a.contentGlobalPrimary),stateLayerColor:t.extend("--ft-collapsible-state-layer-color","",a.contentGlobalPrimary),backgroundColor:t.extend("--ft-collapsible-background-color","",a.backgroundGlobalOnSurface),borderColor:t.extend("--ft-collapsible-border-color","",a.borderGlobalSubtle),iconSize:t.extend("--ft-collapsible-icon-size","",r.iconSize3)};var $l={groupHorizontalPadding:t.extend("--ft-switch-group-horizontal-padding","",r.spacing1),groupVerticalPadding:t.extend("--ft-switch-group-vertical-padding","",r.spacing1),groupGap:t.extend("--ft-switch-group-gap","",r.spacing1),groupBackgroundColor:t.extend("--ft-switch-group-background-color","",a.backgroundGlobalSurface),groupBorderColor:t.extend("--ft-switch-group-border-color","",a.borderGlobalSubtle),groupBorderRadius:t.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:t.extend("--ft-switch-label-horizontal-padding","",r.spacing2),labelVerticalPadding:t.extend("--ft-switch-label-vertical-padding","",r.spacing1),offHoverStateLayerOpacity:t.extend("--ft-switch-off-hover-state-layer-opacity","",r.opacity8),offFocusStateLayerOpacity:t.extend("--ft-switch-off-focus-state-layer-opacity","",r.opacity8),offActiveStateLayerOpacity:t.extend("--ft-switch-off-active-state-layer-opacity","",r.opacity16),offDisabledComponentOpacity:t.extend("--ft-switch-off-disabled-component-opacity","",r.opacity40),offColor:t.extend("--ft-switch-off-color","",a.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-switch-off-state-layer-color","",a.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-switch-on-hover-state-layer-opacity","",r.opacity8),onFocusStateLayerOpacity:t.extend("--ft-switch-on-focus-state-layer-opacity","",r.opacity8),onActiveStateLayerOpacity:t.extend("--ft-switch-on-active-state-layer-opacity","",r.opacity16),onDisabledComponentOpacity:t.extend("--ft-switch-on-disabled-component-opacity","",r.opacity40),onColor:t.extend("--ft-switch-on-color","",a.contentActionPrimary),onStateLayerColor:t.extend("--ft-switch-on-state-layer-color","",a.contentActionPrimary),iconHorizontalPadding:t.extend("--ft-switch-icon-horizontal-padding","",r.spacing1),iconVerticalPadding:t.extend("--ft-switch-icon-vertical-padding","",r.spacing1),focusOutlineWidth:t.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-switch-focus-focus-ring-color","",a.borderActionFocusRing),optionBorderRadius:t.extend("--ft-switch-option-border-radius","",r.borderRadiusS)};var Bl={color1Light:t.extend("--ft-chart-1-light","for area color charts",r.colorBrand40),color1Base:t.extend("--ft-chart-1-base","for line charts",r.colorBrand0),color2Light:t.extend("--ft-chart-2-light","for area color charts",r.colorYellow60),color2Base:t.extend("--ft-chart-2-base","for line charts",r.colorYellow100),color3Light:t.extend("--ft-chart-3-light","",r.colorUltramarine40),color3Base:t.extend("--ft-chart-3-base","",r.colorUltramarine70),color4Light:t.extend("--ft-chart-4-light","",r.colorCyan50),color4Base:t.extend("--ft-chart-4-base","",r.colorCyan100),color5Light:t.extend("--ft-chart-5-light","",r.colorRed40),color5Base:t.extend("--ft-chart-5-base","",r.colorRed60),color6Light:t.extend("--ft-chart-6-light","",r.colorGreen40),color6Base:t.extend("--ft-chart-6-base","",r.colorGreen70),color7Light:t.extend("--ft-chart-7-light","",r.colorOrange70),color7Base:t.extend("--ft-chart-7-base","",r.colorOrange100),color8Light:t.extend("--ft-chart-8-light","",r.colorAvocado70),color8Base:t.extend("--ft-chart-8-base","",r.colorAvocado200),color9Light:t.extend("--ft-chart-9-light","",r.colorBrown50),color9Base:t.extend("--ft-chart-9-base","",r.colorBrown200),color10Light:t.extend("--ft-chart-10-light","",r.colorGray50),color10Base:t.extend("--ft-chart-10-base","",r.colorGray80),monochrome10:t.extend("--ft-chart-monochrome-10","",r.colorBrand10),monochrome20:t.extend("--ft-chart-monochrome-20","",r.colorBrand20),monochrome30:t.extend("--ft-chart-monochrome-30","",r.colorBrand40),monochrome40:t.extend("--ft-chart-monochrome-40","",r.colorBrand60),monochrome50:t.extend("--ft-chart-monochrome-50","",r.colorBrand0),monochrome60:t.extend("--ft-chart-monochrome-60","",r.colorBrand200)};var _l={borderWidth:t.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:t.extend("--ft-notice-horizontal-padding","",r.spacing3),verticalPadding:t.extend("--ft-notice-vertical-padding","",r.spacing2),borderRadius:t.extend("--ft-notice-border-radius","",r.borderRadiusS),gap:t.extend("--ft-notice-gap","",r.spacing2),iconSize:t.extend("--ft-notice-icon-size","",r.iconSize3),infoBackgroundColor:t.extend("--ft-notice-info-background-color","",a.backgroundInfoSubtle),infoBorderColor:t.extend("--ft-notice-info-border-color","",a.borderInfoSubtle),infoColor:t.extend("--ft-notice-info-color","",a.contentInfoPrimary),infoIconColor:t.extend("--ft-notice-info-icon-color","",a.contentInfoIconOnly),warningBackgroundColor:t.extend("--ft-notice-warning-background-color","",a.backgroundWarningSubtle),warningBorderColor:t.extend("--ft-notice-warning-border-color","",a.borderWarningSubtle),warningColor:t.extend("--ft-notice-warning-color","",a.contentWarningPrimary),warningIconColor:t.extend("--ft-notice-warning-icon-color","",a.contentWarningIconOnly),errorBackgroundColor:t.extend("--ft-notice-error-background-color","",a.backgroundErrorSubtle),errorBorderColor:t.extend("--ft-notice-error-border-color","",a.borderErrorSubtle),errorColor:t.extend("--ft-notice-error-color","",a.contentErrorPrimary),errorIconColor:t.extend("--ft-notice-error-icon-color","",a.contentErrorIconOnly),successBackgroundColor:t.extend("--ft-notice-success-background-color","",a.backgroundSuccessSubtle),successBorderColor:t.extend("--ft-notice-success-border-color","",a.borderSuccessSubtle),successColor:t.extend("--ft-notice-success-color","",a.contentSuccessPrimary),successIconColor:t.extend("--ft-notice-success-icon-color","",a.contentSuccessIconOnly)};var Kl={color:t.extend("--ft-checkbox-color","",a.contentGlobalPrimary),checkedBackgroundColor:t.extend("--ft-checkbox-checked-background-color","",a.contentActionPrimary),checkedStateLayerColor:t.extend("--ft-checkbox-checked-state-layer-color","",a.contentActionPrimary),checkedIconColor:t.extend("--ft-checkbox-checked-icon-color","",a.contentGlobalOnColor),checkedHoverStateLayerOpacity:t.extend("--ft-checkbox-checked-hover-state-layer-opacity","",r.opacity16),checkedFocusStateLayerOpacity:t.extend("--ft-checkbox-checked-focus-state-layer-opacity","",r.opacity16),checkedActiveStateLayerOpacity:t.extend("--ft-checkbox-checked-active-state-layer-opacity","",r.opacity24),checkedDisabledComponentOpacity:t.extend("--ft-checkbox-checked-disabled-component-opacity","",r.opacity40),uncheckedBorderColor:t.extend("--ft-checkbox-unchecked-border-color","",r.colorGray80),uncheckedStateLayerColor:t.extend("--ft-checkbox-unchecked-state-layer-color","",r.colorGray80),uncheckedHoverStateLayerOpacity:t.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",r.opacity16),uncheckedFocusStateLayerOpacity:t.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",r.opacity16),uncheckedActiveStateLayerOpacity:t.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",r.opacity24),uncheckedDisabledComponentOpacity:t.extend("--ft-checkbox-unchecked-disabled-component-opacity","",r.opacity40),focusFocusRingColor:t.extend("--ft-checkbox-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineOffset:t.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:t.extend("--ft-checkbox-gap","",r.spacing3)};var Yl={offHoverStateLayerOpacity:t.extend("--ft-toggle-off-hover-state-layer-opacity","",r.opacity16),offFocusStateLayerOpacity:t.extend("--ft-toggle-off-focus-state-layer-opacity","",r.opacity16),offActiveStateLayerOpacity:t.extend("--ft-toggle-off-active-state-layer-opacity","",r.opacity24),offDisabledComponentOpacity:t.extend("--ft-toggle-off-disabled-component-opacity","",r.opacity40),offBackgroundColor:t.extend("--ft-toggle-off-background-color","",a.contentGlobalSubtle),offIconColor:t.extend("--ft-toggle-off-icon-color","",a.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-toggle-off-state-layer-color","",a.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-toggle-on-hover-state-layer-opacity","",r.opacity16),onFocusStateLayerOpacity:t.extend("--ft-toggle-on-focus-state-layer-opacity","",r.opacity16),onActiveStateLayerOpacity:t.extend("--ft-toggle-on-active-state-layer-opacity","",r.opacity24),onDisabledComponentOpacity:t.extend("--ft-toggle-on-disabled-component-opacity","",r.opacity40),onBackgroundColor:t.extend("--ft-toggle-on-background-color","",a.contentActionPrimary),onStateLayerColor:t.extend("--ft-toggle-on-state-layer-color","",a.contentActionPrimary),onIconColor:t.extend("--ft-toggle-on-icon-color","",a.contentActionPrimary),color:t.extend("--ft-toggle-color","",a.contentGlobalPrimary),focusFocusRingColor:t.extend("--ft-toggle-focus-focus-ring-color","",a.borderActionFocusRing),gap:t.extend("--ft-toggle-gap","",r.spacing3)};var tc={color:t.extend("--ft-radio-color","",a.contentGlobalPrimary),selectedRadioColor:t.extend("--ft-radio-selected-radio-color","",a.contentActionPrimary),selectedStateLayerColor:t.extend("--ft-radio-selected-state-layer-color","",a.contentActionPrimary),selectedHoverStateLayerOpacity:t.extend("--ft-radio-selected-hover-state-layer-opacity","",r.opacity16),selectedFocusStateLayerOpacity:t.extend("--ft-radio-selected-focus-state-layer-opacity","",r.opacity16),selectedActiveStateLayerOpacity:t.extend("--ft-radio-selected-active-state-layer-opacity","",r.opacity24),selectedDisabledComponentOpacity:t.extend("--ft-radio-selected-disabled-component-opacity","",r.opacity40),unselectedStateLayerColor:t.extend("--ft-radio-unselected-state-layer-color","",a.borderInputPrimary),unselectedBorderColor:t.extend("--ft-radio-unselected-border-color","",a.borderInputPrimary),unselectedHoverStateLayerOpacity:t.extend("--ft-radio-unselected-hover-state-layer-opacity","",r.opacity16),unselectedFocusStateLayerOpacity:t.extend("--ft-radio-unselected-focus-state-layer-opacity","",r.opacity16),unselectedActiveStateLayerOpacity:t.extend("--ft-radio-unselected-active-state-layer-opacity","",r.opacity24),unselectedDisabledComponentOpacity:t.extend("--ft-radio-unselected-disabled-component-opacity","",r.opacity40),focusFocusRingColor:t.extend("--ft-radio-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineOffset:t.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:t.extend("--ft-radio-gap","",r.spacing3)};var ic={iconSize:t.extend("--ft-notification-icon-size","",r.iconSize4),leftPadding:t.extend("--ft-notification-left-padding","",r.spacing5),rightPadding:t.extend("--ft-notification-right-padding","",r.spacing4),verticalPadding:t.extend("--ft-notification-vertical-padding","",r.spacing3),infoBackgroundColor:t.extend("--ft-notification-info-background-color","",a.backgroundInfoSubtle),infoColor:t.extend("--ft-notification-info-color","",a.contentInfoPrimary),infoIconColor:t.extend("--ft-notification-info-icon-color","",a.contentInfoIconOnly),infoBorderColor:t.extend("--ft-notification-info-border-color","",a.borderInfoSubtle),successBackgroundColor:t.extend("--ft-notification-success-background-color","",a.backgroundSuccessSubtle),successColor:t.extend("--ft-notification-success-color","",a.contentSuccessPrimary),successIconColor:t.extend("--ft-notification-success-icon-color","",a.contentSuccessIconOnly),successBorderColor:t.extend("--ft-notification-success-border-color","",a.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-notification-warning-background-color","",a.backgroundWarningSubtle),warningColor:t.extend("--ft-notification-warning-color","",a.contentWarningPrimary),warningIconColor:t.extend("--ft-notification-warning-icon-color","",a.contentWarningIconOnly),warningBorderColor:t.extend("--ft-notification-warning-border-color","",a.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-notification-error-background-color","",a.backgroundErrorSubtle),errorColor:t.extend("--ft-notification-error-color","",a.contentErrorPrimary),errorIconColor:t.extend("--ft-notification-error-icon-color","",a.contentErrorIconOnly),errorBorderColor:t.extend("--ft-notification-error-border-color","",a.borderErrorSubtle),borderRadius:t.extend("--ft-notification-border-radius","",r.borderRadiusPill),borderWidth:t.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:t.extend("--ft-notification-leading-gap","",r.spacing2),trailingGap:t.extend("--ft-notification-trailing-gap","",r.spacing8)};var sc={horizontalPadding:t.extend("--ft-tooltip-horizontal-padding","",r.spacing2),verticalPadding:t.extend("--ft-tooltip-vertical-padding","",r.spacing2),borderRadius:t.extend("--ft-tooltip-border-radius","",r.borderRadiusS),color:t.extend("--ft-tooltip-color","",a.contentGlobalOnColor),backgroundColor:t.extend("--ft-tooltip-background-color","",a.contentGlobalPrimary),backgroundOpacity:t.extend("--ft-tooltip-background-opacity","",r.opacity80),shadow:t.extend("--ft-tooltip-shadow","",r.shadowElevation02),maxWidth:t.create("--ft-tooltip-max-width","","SIZE","256px"),gap:t.extend("--ft-tooltip-gap","",r.spacing05)};var Ee;(function(e){e.brand="brand",e.neutral="neutral",e.info="info",e.success="success",e.warning="warning",e.error="error"})(Ee||(Ee={}));var j;(function(e){e.large="large",e.medium="medium",e.small="small"})(j||(j={}));var we=m(_());function Sr(e){let o=Ne[e];return we.css`
124
+ `}contentAvailableCallback(o){super.contentAvailableCallback(o),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(o){var n,i;super.update(o),o.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 o,n;let i=(o=this.shadowRoot)===null||o===void 0?void 0:o.host.parentElement;i&&this.setupFor((n=this.target)!==null&&n!==void 0?n:i)}setupFor(o){if(this.setupDebouncer.cancel(),this.target===o)return;this.onDisconnect&&this.onDisconnect(),this.target=o,o.setAttribute("data-is-ft-ripple-target","true");let n=(...p)=>y=>{p.forEach(h=>window.addEventListener(h,this.endPress,{once:!0})),this.startPress(y)},i=n("mouseup","contextmenu"),c=n("touchend","touchcancel"),l=p=>{["Enter"," "].includes(p.key)&&n("keyup")(p)},s={passive:!0};o.addEventListener("mouseover",this.startHover,s),o.addEventListener("mousemove",this.moveRipple,s),o.addEventListener("mouseleave",this.endHover,s),o.addEventListener("mousedown",i,s),o.addEventListener("touchstart",c,s),o.addEventListener("touchmove",this.moveRipple,s),o.addEventListener("keydown",l,s),o.addEventListener("focus",this.startFocus,s),o.addEventListener("blur",this.endFocus,s),o.addEventListener("focusin",this.startFocus,s),o.addEventListener("focusout",this.endFocus,s),this.onDisconnect=()=>{o.removeAttribute("data-is-ft-ripple-target"),o.removeEventListener("mouseover",this.startHover,s),o.removeEventListener("mousemove",this.moveRipple,s),o.removeEventListener("mouseleave",this.endHover,s),o.removeEventListener("mousedown",i,s),o.removeEventListener("touchstart",c,s),o.removeEventListener("touchmove",this.moveRipple,s),o.removeEventListener("keydown",l,s),o.removeEventListener("focus",this.startFocus,s),o.removeEventListener("blur",this.endFocus,s),o.removeEventListener("focusin",this.startFocus,s),o.removeEventListener("focusout",this.endFocus,s),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(o){let n=o,i=o,c,l;return n.x!=null?{x:c,y:l}=n:i.touches!=null&&(c=i.touches[0].clientX,l=i.touches[0].clientY),{x:c,y:l}}isFocusVisible(o){return o instanceof HTMLElement?o.matches(":focus-visible"):!0}isIgnored(o){if(this.disabled)return!0;if(o!=null)for(let n of o.composedPath()){if(n===this.target)break;if("hasAttribute"in n&&n.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};$.elementDefinitions={};$.styles=$o;J([(0,F.property)({type:Boolean})],$.prototype,"primary",void 0);J([(0,F.property)({type:Boolean})],$.prototype,"secondary",void 0);J([(0,F.property)({type:Boolean})],$.prototype,"unbounded",void 0);J([(0,F.property)({type:Boolean})],$.prototype,"activated",void 0);J([(0,F.property)({type:Boolean})],$.prototype,"selected",void 0);J([(0,F.property)({type:Boolean})],$.prototype,"disabled",void 0);J([(0,F.state)()],$.prototype,"hovered",void 0);J([(0,F.state)()],$.prototype,"focused",void 0);J([(0,F.state)()],$.prototype,"pressed",void 0);J([(0,F.state)()],$.prototype,"rippling",void 0);J([(0,F.state)()],$.prototype,"originX",void 0);J([(0,F.state)()],$.prototype,"originY",void 0);J([(0,F.query)(".ft-ripple")],$.prototype,"ripple",void 0);J([(0,F.query)(".ft-ripple--effect")],$.prototype,"rippleEffect",void 0);(0,Bo.customElement)("ft-ripple")($);var Tr=b(R());var je=globalThis,Oe=je.trustedTypes,Po=Oe?Oe.createPolicy("lit-html",{createHTML:e=>e}):void 0,_o="$lit$",wt=`lit$${(Math.random()+"").slice(9)}$`,Do="?"+wt,jn=`<${Do}>`,Bt=document,Ce=()=>Bt.createComment(""),ce=e=>e===null||typeof e!="object"&&typeof e!="function",Uo=Array.isArray,Yn=e=>Uo(e)||typeof e?.[Symbol.iterator]=="function",Ge=`[
125
+ \f\r]`,ie=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Wo=/-->/g,zo=/>/g,At=RegExp(`>|${Ge}(?:([^\\s"'>=/]+)(${Ge}*=${Ge}*(?:[^
126
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),ko=/'/g,To=/"/g,Go=/^(?:script|style|textarea|title)$/i,Zo=e=>(o,...n)=>({_$litType$:e,strings:o,values:n}),Fo=Zo(1),Mo=Zo(2),le=Symbol.for("lit-noChange"),Z=Symbol.for("lit-nothing"),Ho=new WeakMap,It=Bt.createTreeWalker(Bt,129);function Ko(e,o){if(!Array.isArray(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Po!==void 0?Po.createHTML(o):o}var Xn=(e,o)=>{let n=e.length-1,i=[],c,l=o===2?"<svg>":"",s=ie;for(let p=0;p<n;p++){let y=e[p],h,O,x=-1,w=0;for(;w<y.length&&(s.lastIndex=w,O=s.exec(y),O!==null);)w=s.lastIndex,s===ie?O[1]==="!--"?s=Wo:O[1]!==void 0?s=zo:O[2]!==void 0?(Go.test(O[2])&&(c=RegExp("</"+O[2],"g")),s=At):O[3]!==void 0&&(s=At):s===At?O[0]===">"?(s=c??ie,x=-1):O[1]===void 0?x=-2:(x=s.lastIndex-O[2].length,h=O[1],s=O[3]===void 0?At:O[3]==='"'?To:ko):s===To||s===ko?s=At:s===Wo||s===zo?s=ie:(s=At,c=void 0);let N=s===At&&e[p+1].startsWith("/>")?" ":"";l+=s===ie?y+jn:x>=0?(i.push(h),y.slice(0,x)+_o+y.slice(x)+wt+N):y+wt+(x===-2?p:N)}return[Ko(e,l+(e[n]||"<?>")+(o===2?"</svg>":"")),i]},se=class e{constructor({strings:o,_$litType$:n},i){let c;this.parts=[];let l=0,s=0,p=o.length-1,y=this.parts,[h,O]=Xn(o,n);if(this.el=e.createElement(h,i),It.currentNode=this.el.content,n===2){let x=this.el.content.firstChild;x.replaceWith(...x.childNodes)}for(;(c=It.nextNode())!==null&&y.length<p;){if(c.nodeType===1){if(c.hasAttributes())for(let x of c.getAttributeNames())if(x.endsWith(_o)){let w=O[s++],N=c.getAttribute(x).split(wt),L=/([.?@])?(.*)/.exec(w);y.push({type:1,index:l,name:L[2],strings:N,ctor:L[1]==="."?Fe:L[1]==="?"?Me:L[1]==="@"?Ke:Dt}),c.removeAttribute(x)}else x.startsWith(wt)&&(y.push({type:6,index:l}),c.removeAttribute(x));if(Go.test(c.tagName)){let x=c.textContent.split(wt),w=x.length-1;if(w>0){c.textContent=Oe?Oe.emptyScript:"";for(let N=0;N<w;N++)c.append(x[N],Ce()),It.nextNode(),y.push({type:2,index:++l});c.append(x[w],Ce())}}}else if(c.nodeType===8)if(c.data===Do)y.push({type:2,index:l});else{let x=-1;for(;(x=c.data.indexOf(wt,x+1))!==-1;)y.push({type:7,index:l}),x+=wt.length-1}l++}}static createElement(o,n){let i=Bt.createElement("template");return i.innerHTML=o,i}};function _t(e,o,n=e,i){if(o===le)return o;let c=i!==void 0?n._$Co?.[i]:n._$Cl,l=ce(o)?void 0:o._$litDirective$;return c?.constructor!==l&&(c?._$AO?.(!1),l===void 0?c=void 0:(c=new l(e),c._$AT(e,n,i)),i!==void 0?(n._$Co??=[])[i]=c:n._$Cl=c),c!==void 0&&(o=_t(e,c._$AS(e,o.values),c,i)),o}var Ze=class{constructor(o,n){this._$AV=[],this._$AN=void 0,this._$AD=o,this._$AM=n}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(o){let{el:{content:n},parts:i}=this._$AD,c=(o?.creationScope??Bt).importNode(n,!0);It.currentNode=c;let l=It.nextNode(),s=0,p=0,y=i[0];for(;y!==void 0;){if(s===y.index){let h;y.type===2?h=new ve(l,l.nextSibling,this,o):y.type===1?h=new y.ctor(l,y.name,y.strings,this,o):y.type===6&&(h=new Ve(l,this,o)),this._$AV.push(h),y=i[++p]}s!==y?.index&&(l=It.nextNode(),s++)}return It.currentNode=Bt,c}p(o){let n=0;for(let i of this._$AV)i!==void 0&&(i.strings!==void 0?(i._$AI(o,i,n),n+=i.strings.length-2):i._$AI(o[n])),n++}},ve=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(o,n,i,c){this.type=2,this._$AH=Z,this._$AN=void 0,this._$AA=o,this._$AB=n,this._$AM=i,this.options=c,this._$Cv=c?.isConnected??!0}get parentNode(){let o=this._$AA.parentNode,n=this._$AM;return n!==void 0&&o?.nodeType===11&&(o=n.parentNode),o}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(o,n=this){o=_t(this,o,n),ce(o)?o===Z||o==null||o===""?(this._$AH!==Z&&this._$AR(),this._$AH=Z):o!==this._$AH&&o!==le&&this._(o):o._$litType$!==void 0?this.g(o):o.nodeType!==void 0?this.$(o):Yn(o)?this.T(o):this._(o)}k(o){return this._$AA.parentNode.insertBefore(o,this._$AB)}$(o){this._$AH!==o&&(this._$AR(),this._$AH=this.k(o))}_(o){this._$AH!==Z&&ce(this._$AH)?this._$AA.nextSibling.data=o:this.$(Bt.createTextNode(o)),this._$AH=o}g(o){let{values:n,_$litType$:i}=o,c=typeof i=="number"?this._$AC(o):(i.el===void 0&&(i.el=se.createElement(Ko(i.h,i.h[0]),this.options)),i);if(this._$AH?._$AD===c)this._$AH.p(n);else{let l=new Ze(c,this),s=l.u(this.options);l.p(n),this.$(s),this._$AH=l}}_$AC(o){let n=Ho.get(o.strings);return n===void 0&&Ho.set(o.strings,n=new se(o)),n}T(o){Uo(this._$AH)||(this._$AH=[],this._$AR());let n=this._$AH,i,c=0;for(let l of o)c===n.length?n.push(i=new e(this.k(Ce()),this.k(Ce()),this,this.options)):i=n[c],i._$AI(l),c++;c<n.length&&(this._$AR(i&&i._$AB.nextSibling,c),n.length=c)}_$AR(o=this._$AA.nextSibling,n){for(this._$AP?.(!1,!0,n);o&&o!==this._$AB;){let i=o.nextSibling;o.remove(),o=i}}setConnected(o){this._$AM===void 0&&(this._$Cv=o,this._$AP?.(o))}},Dt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(o,n,i,c,l){this.type=1,this._$AH=Z,this._$AN=void 0,this.element=o,this.name=n,this._$AM=c,this.options=l,i.length>2||i[0]!==""||i[1]!==""?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=Z}_$AI(o,n=this,i,c){let l=this.strings,s=!1;if(l===void 0)o=_t(this,o,n,0),s=!ce(o)||o!==this._$AH&&o!==le,s&&(this._$AH=o);else{let p=o,y,h;for(o=l[0],y=0;y<l.length-1;y++)h=_t(this,p[i+y],n,y),h===le&&(h=this._$AH[y]),s||=!ce(h)||h!==this._$AH[y],h===Z?o=Z:o!==Z&&(o+=(h??"")+l[y+1]),this._$AH[y]=h}s&&!c&&this.O(o)}O(o){o===Z?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,o??"")}},Fe=class extends Dt{constructor(){super(...arguments),this.type=3}O(o){this.element[this.name]=o===Z?void 0:o}},Me=class extends Dt{constructor(){super(...arguments),this.type=4}O(o){this.element.toggleAttribute(this.name,!!o&&o!==Z)}},Ke=class extends Dt{constructor(o,n,i,c,l){super(o,n,i,c,l),this.type=5}_$AI(o,n=this){if((o=_t(this,o,n,0)??Z)===le)return;let i=this._$AH,c=o===Z&&i!==Z||o.capture!==i.capture||o.once!==i.once||o.passive!==i.passive,l=o!==Z&&(i===Z||c);c&&this.element.removeEventListener(this.name,this,i),l&&this.element.addEventListener(this.name,this,o),this._$AH=o}handleEvent(o){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,o):this._$AH.handleEvent(o)}},Ve=class{constructor(o,n,i){this.element=o,this.type=6,this._$AN=void 0,this._$AM=n,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(o){_t(this,o)}};var qn=je.litHtmlPolyfillSupport;qn?.(se,ve),(je.litHtmlVersions??=[]).push("3.1.0");var jo=Symbol.for(""),Jn=e=>{if(e?.r===jo)return e?._$litStatic$},Ye=e=>({_$litStatic$:e,r:jo});var Vo=new Map,Yo=e=>(o,...n)=>{let i=n.length,c,l,s=[],p=[],y,h=0,O=!1;for(;h<i;){for(y=o[h];h<i&&(l=n[h],(c=Jn(l))!==void 0);)y+=c+o[++h],O=!0;h!==i&&p.push(l),s.push(y),h++}if(h===i&&s.push(o[i]),O){let x=s.join("$$lit$$");(o=Vo.get(x))===void 0&&(s.raw=s,Vo.set(x,o=s)),n=p}return e(o,...n)},Xe=Yo(Fo),ka=Yo(Mo);var qe=b(yt()),kr=b(R());var nt;(function(e){e.title="title",e.title_dense="title-dense",e.subtitle1="subtitle1",e.subtitle2="subtitle2",e.body1="body1",e.body2="body2",e.caption="caption",e.breadcrumb="breadcrumb",e.overline="overline",e.button="button",e.display="display",e.title1="title-1",e.title2="title-2",e.title3="title-3",e.body1regular="body-1-regular",e.body1medium="body-1-medium",e.body1semibold="body-1-semibold",e.body2regular="body-2-regular",e.body2medium="body-2-medium",e.body2semibold="body-2-semibold",e.label1medium="label-1-medium",e.label1semibold="label-1-semibold",e.label1bold="label-1-bold",e.label2medium="label-2-medium",e.label2semibold="label-2-semibold",e.label2bold="label-2-bold",e.caption1medium="caption-1-medium",e.caption1semibold="caption-1-semibold",e.caption1bold="caption-1-bold",e.caption2medium="caption-2-medium",e.caption2semibold="caption-2-semibold",e.caption2bold="caption-2-bold"})(nt||(nt={}));var at=b(D()),m=b(R());var bt=b(D(),1),Lt=e=>typeof e=="string"?(0,bt.unsafeCSS)(e):e,t=class{static create(o,n,i,c){let l=p=>Lt(p??c),s=bt.css`var(${Lt(o)}, ${l(c)})`;return s.name=o,s.description=n,s.category=i,s.defaultValue=c,s.defaultCssValue=l,s.get=p=>bt.css`var(${Lt(o)}, ${l(p)})`,s.breadcrumb=()=>[],s.lastResortDefaultValue=()=>c,s}static extend(o,n,i,c){let l=p=>i.get(p??c),s=bt.css`var(${Lt(o)}, ${l(c)})`;return s.name=o,s.description=n,s.category=i.category,s.fallbackVariable=i,s.defaultValue=c,s.defaultCssValue=l,s.get=p=>bt.css`var(${Lt(o)}, ${l(p)})`,s.breadcrumb=()=>[i.name,...i.breadcrumb()],s.lastResortDefaultValue=()=>c??i.lastResortDefaultValue(),s}static external(o,n){let i=l=>o.fallbackVariable?o.fallbackVariable.get(l??o.defaultValue):Lt(l??o.lastResortDefaultValue()),c=bt.css`var(${Lt(o.name)}, ${i(o.defaultValue)})`;return c.name=o.name,c.category=o.category,c.fallbackVariable=o.fallbackVariable,c.defaultValue=o.defaultValue,c.context=n,c.defaultCssValue=i,c.get=l=>bt.css`var(${Lt(o.name)}, ${i(l)})`,c.breadcrumb=()=>o.fallbackVariable?[o.fallbackVariable.name,...o.fallbackVariable.breadcrumb()]:[],c.lastResortDefaultValue=()=>o.lastResortDefaultValue(),c}};var r={colorWhite:t.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:t.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:t.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:t.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:t.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:t.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:t.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:t.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:t.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:t.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:t.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:t.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:t.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:t.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:t.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:t.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:t.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:t.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:t.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:t.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:t.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:t.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:t.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:t.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:t.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:t.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:t.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:t.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:t.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:t.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:t.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:t.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:t.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:t.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:t.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:t.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:t.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:t.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:t.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:t.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:t.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:t.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:t.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:t.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:t.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:t.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:t.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:t.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:t.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:t.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:t.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:t.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:t.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:t.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:t.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:t.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:t.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:t.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:t.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:t.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:t.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:t.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:t.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:t.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:t.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:t.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:t.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:t.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:t.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:t.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:t.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:t.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:t.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:t.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:t.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:t.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:t.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:t.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:t.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:t.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:t.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:t.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:t.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:t.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:t.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:t.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:t.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:t.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:t.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:t.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:t.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:t.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:t.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:t.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:t.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:t.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:t.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:t.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:t.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:t.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:t.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:t.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:t.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:t.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:t.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:t.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:t.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:t.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:t.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:t.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:t.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:t.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:t.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:t.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:t.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:t.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:t.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:t.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:t.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:t.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:t.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:t.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:t.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:t.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:t.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:t.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:t.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:t.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:t.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:t.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:t.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:t.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:t.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:t.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:t.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:t.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:t.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:t.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:t.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:t.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:t.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:t.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:t.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:t.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:t.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:t.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:t.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:t.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:t.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:t.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:t.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:t.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:t.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:t.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:t.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:t.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:t.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:t.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:t.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:t.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:t.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:t.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:t.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:t.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:t.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:t.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:t.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:t.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:t.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:t.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:t.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:t.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:t.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:t.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:t.create("--ft-icon-size-1","","SIZE","0.75rem"),iconSize2:t.create("--ft-icon-size-2","","SIZE","1rem"),iconSize3:t.create("--ft-icon-size-3","","SIZE","1.25rem"),iconSize4:t.create("--ft-icon-size-4","","SIZE","1.5rem"),iconSize5:t.create("--ft-icon-size-5","","SIZE","2rem"),iconSize6:t.create("--ft-icon-size-6","","SIZE","3rem"),opacity0:t.create("--ft-opacity-0","","NUMBER","0"),opacity8:t.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:t.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:t.create("--ft-opacity-24","","NUMBER","0.24"),opacity32:t.create("--ft-opacity-32","","NUMBER","0.32"),opacity40:t.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:t.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:t.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:t.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:t.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:t.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:t.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:t.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:t.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:t.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:t.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},Xo={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")},qo={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")},Jo={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")},Qo={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")},tr={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")},er={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")},or={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")},rr={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")},nr={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")},Qn={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")},ar={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")},ir={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")},cr={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")},lr={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")},sr={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")},dr={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")},pr={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")},fr={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")},yr={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")},ur={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")},gr={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")},mr={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")},hr={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")},br={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")},xr={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")},Sr={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")},Ne={display:Xo,"title-1":qo,"title-2":Jo,"title-3":Qo,"body-1-regular":tr,"body-1-medium":er,"body-1-semibold":or,"body-2-regular":rr,"body-2-medium":nr,"body-2-medium-underline":Qn,"body-2-semibold":ar,"label-1-medium":ir,"label-1-semibold":cr,"label-1-bold":lr,"label-2-medium":sr,"label-2-semibold":dr,"label-2-bold":pr,"caption-1-medium":fr,"caption-1-semibold":yr,"caption-1-bold":ur,"caption-2-medium":gr,"caption-2-semibold":mr,"caption-2-bold":hr,"caption-3-medium":br,"caption-3-semibold":xr,"caption-3-bold":Sr};var a={backgroundActionPrimary:t.extend("--ft-background-action-primary","Used as backgorund of primary action components.",r.colorBrand0),backgroundErrorSubtle:t.extend("--ft-background-error-subtle","Used as background of subtle error components.",r.colorRed10),backgroundInfoSubtle:t.extend("--ft-background-info-subtle","Used as background of subtle information components.",r.colorCyan10),backgroundWarningSubtle:t.extend("--ft-background-warning-subtle","Used as background of subtle information components.",r.colorOrange10),backgroundSuccessSubtle:t.extend("--ft-background-success-subtle","Used as background of subtle success components.",r.colorGreen10),backgroundGlobalSurface:t.extend("--ft-background-global-surface","Used as app background.",r.colorWhite),backgroundGlobalOnSurface:t.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",r.colorGray10),backgroundGlobalOnSurfaceDark:t.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",r.colorGray30),contentActionPrimary:t.extend("--ft-content-action-primary","Used on label of primary action on light surface.",r.colorBrand0),contentWarningPrimary:t.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",r.colorOrange200),contentWarningIconOnly:t.extend("--ft-content-warning-icon-only","Used on warning status icons alone",r.colorOrange0),contentErrorPrimary:t.extend("--ft-content-error-primary","Used on label of error messages on light surface.",r.colorRed0),contentErrorIconOnly:t.extend("--ft-content-error-icon-only","Used on error status icons alone",r.colorRed70),contentInfoPrimary:t.extend("--ft-content-info-primary","Used on label of information messages on light surface.",r.colorCyan200),contentInfoIconOnly:t.extend("--ft-content-info-icon-only","Used on info status icons alone",r.colorCyan0),contentSuccessPrimary:t.extend("--ft-content-success-primary","Used on label of success messages on light surface.",r.colorGreen200),contentSuccessIconOnly:t.extend("--ft-content-success-icon-only","Used on success status icons alone",r.colorGreen0),contentGlobalPrimary:t.extend("--ft-content-global-primary","Used for main content on the page.",r.colorGray500),contentGlobalSecondary:t.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
127
+ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",r.colorGray0),contentGlobalOnColor:t.extend("--ft-content-global-on-color","Used for content on a dominant color.",r.colorWhite),borderActionPrimary:t.extend("--ft-border-action-primary","Used as border for primary action components.",r.colorBrand0),borderActionFocusRing:t.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",r.colorCyan0),borderWarningPrimary:t.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",r.colorOrange200),borderWarningSubtle:t.extend("--ft-border-warning-subtle","Used as border for warning components.",r.colorOrange30),borderSuccessPrimary:t.extend("--ft-border-success-primary","Used as border for success buttons.",r.colorGreen200),borderSuccessSubtle:t.extend("--ft-border-success-subtle","Used as border for success components.",r.colorGreen30),borderErrorPrimary:t.extend("--ft-border-error-primary","Used as border for text fields in error states.",r.colorRed0),borderErrorSubtle:t.extend("--ft-border-error-subtle","Used as border for error components.",r.colorRed30),borderInfoPrimary:t.extend("--ft-border-info-primary","Used as border for buttons in info color.",r.colorCyan200),borderInfoSubtle:t.extend("--ft-border-info-subtle","Used as border for information components.",r.colorCyan30),borderGlobalPrimary:t.extend("--ft-border-global-primary","Used as border for element like input.",r.colorGray50),borderGlobalSubtle:t.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",r.colorGray30),borderInputPrimary:t.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",r.colorGray80),borderNeutralPrimary:t.extend("--ft-border-neutral-primary","Used as border for neutral secondary buttons",r.colorGray200)};var d={largeHeight:t.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:t.extend("--ft-button-large-horizontal-padding","",r.spacing4),largeGap:t.extend("--ft-button-large-gap","",r.spacing2),largeBorderRadius:t.extend("--ft-button-large-border-radius","",r.borderRadiusS),largeIconSize:t.extend("--ft-button-large-icon-size","",r.iconSize3),largeBorderWidth:t.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:t.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:t.create("--ft-button-large-icon-only-width","","SIZE","40px"),mediumHeight:t.create("--ft-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:t.extend("--ft-button-medium-horizontal-padding","",r.spacing3),mediumGap:t.extend("--ft-button-medium-gap","",r.spacing2),mediumBorderRadius:t.extend("--ft-button-medium-border-radius","",r.borderRadiusS),mediumIconSize:t.extend("--ft-button-medium-icon-size","",r.iconSize2),mediumBorderWidth:t.create("--ft-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:t.create("--ft-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:t.create("--ft-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:t.create("--ft-button-medium-icon-only-width","","SIZE","30px"),smallHeight:t.create("--ft-button-small-height","","SIZE","20px"),smallHorizontalPadding:t.extend("--ft-button-small-horizontal-padding","",r.spacing2),smallGap:t.extend("--ft-button-small-gap","",r.spacing1),smallBorderRadius:t.extend("--ft-button-small-border-radius","",r.borderRadiusS),smallIconSize:t.extend("--ft-button-small-icon-size","",r.iconSize1),smallBorderWidth:t.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:t.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:t.create("--ft-button-small-icon-only-width","","SIZE","20px"),xSmallHeight:t.create("--ft-button-x-small-height","","SIZE","16px"),xSmallIconSize:t.extend("--ft-button-x-small-icon-size","",r.iconSize1),xSmallFocusOutlineOffset:t.create("--ft-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:t.create("--ft-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:t.create("--ft-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:t.extend("--ft-button-round-border-radius","",r.borderRadiusPill),primaryBrandBackgroundColor:t.extend("--ft-button-primary-brand-background-color","",a.backgroundActionPrimary),primaryBrandColor:t.extend("--ft-button-primary-brand-color","",a.contentGlobalOnColor),primaryBrandIconColor:t.extend("--ft-button-primary-brand-icon-color","",a.contentGlobalOnColor),primaryBrandStateLayerColor:t.extend("--ft-button-primary-brand-state-layer-color","",a.contentGlobalOnColor),primaryBrandHoverStateLayerOpacity:t.extend("--ft-button-primary-brand-hover-state-layer-opacity","",r.opacity16),primaryBrandFocusStateLayerOpacity:t.extend("--ft-button-primary-brand-focus-state-layer-opacity","",r.opacity16),primaryBrandActiveStateLayerOpacity:t.extend("--ft-button-primary-brand-active-state-layer-opacity","",r.opacity24),primaryBrandDisabledComponentOpacity:t.extend("--ft-button-primary-brand-disabled-component-opacity","",r.opacity40),focusFocusRingColor:t.extend("--ft-button-focus-focus-ring-color","",a.borderActionFocusRing),tertiaryBrandBackgroundColor:t.create("--ft-button-tertiary-brand-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryBrandColor:t.extend("--ft-button-tertiary-brand-color","",a.contentActionPrimary),tertiaryBrandIconColor:t.extend("--ft-button-tertiary-brand-icon-color","",a.contentActionPrimary),tertiaryBrandStateLayerColor:t.extend("--ft-button-tertiary-brand-state-layer-color","",a.contentActionPrimary),tertiaryBrandHoverStateLayerOpacity:t.extend("--ft-button-tertiary-brand-hover-state-layer-opacity","",r.opacity8),tertiaryBrandFocusStateLayerOpacity:t.extend("--ft-button-tertiary-brand-focus-state-layer-opacity","",r.opacity8),tertiaryBrandActiveStateLayerOpacity:t.extend("--ft-button-tertiary-brand-active-state-layer-opacity","",r.opacity16),tertiaryBrandDisabledComponentOpacity:t.extend("--ft-button-tertiary-brand-disabled-component-opacity","",r.opacity40),tertiaryInfoBackgroundColor:t.create("--ft-button-tertiary-info-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryInfoColor:t.extend("--ft-button-tertiary-info-color","",a.contentInfoPrimary),tertiaryInfoIconColor:t.extend("--ft-button-tertiary-info-icon-color","",a.contentInfoPrimary),tertiaryInfoStateLayerColor:t.extend("--ft-button-tertiary-info-state-layer-color","",a.contentInfoPrimary),tertiaryInfoFocusStateLayerOpacity:t.extend("--ft-button-tertiary-info-focus-state-layer-opacity","",r.opacity8),tertiaryInfoHoverStateLayerOpacity:t.extend("--ft-button-tertiary-info-hover-state-layer-opacity","",r.opacity8),tertiaryInfoActiveStateLayerOpacity:t.extend("--ft-button-tertiary-info-active-state-layer-opacity","",r.opacity16),tertiaryInfoDisabledComponentOpacity:t.extend("--ft-button-tertiary-info-disabled-component-opacity","",r.opacity40),tertiarySuccessBackgroundColor:t.create("--ft-button-tertiary-success-background-color","","COLOR","rgba(0,0,0,0)"),tertiarySuccessColor:t.extend("--ft-button-tertiary-success-color","",a.contentSuccessPrimary),tertiarySuccessIconColor:t.extend("--ft-button-tertiary-success-icon-color","",a.contentSuccessPrimary),tertiarySuccessStateLayerColor:t.extend("--ft-button-tertiary-success-state-layer-color","",a.contentSuccessPrimary),tertiarySuccessHoverStateLayerOpacity:t.extend("--ft-button-tertiary-success-hover-state-layer-opacity","",r.opacity8),tertiarySuccessFocusStateLayerOpacity:t.extend("--ft-button-tertiary-success-focus-state-layer-opacity","",r.opacity8),tertiarySuccessActiveStateLayerOpacity:t.extend("--ft-button-tertiary-success-active-state-layer-opacity","",r.opacity16),tertiarySuccessDisabledComponentOpacity:t.extend("--ft-button-tertiary-success-disabled-component-opacity","",r.opacity40),tertiaryWarningBackgroundColor:t.create("--ft-button-tertiary-warning-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryWarningColor:t.extend("--ft-button-tertiary-warning-color","",a.contentWarningPrimary),tertiaryWarningIconColor:t.extend("--ft-button-tertiary-warning-icon-color","",a.contentWarningPrimary),tertiaryWarningStateLayerColor:t.extend("--ft-button-tertiary-warning-state-layer-color","",a.contentWarningPrimary),tertiaryWarningHoverStateLayerOpacity:t.extend("--ft-button-tertiary-warning-hover-state-layer-opacity","",r.opacity8),tertiaryWarningFocusStateLayerOpacity:t.extend("--ft-button-tertiary-warning-focus-state-layer-opacity","",r.opacity8),tertiaryWarningActiveStateLayerOpacity:t.extend("--ft-button-tertiary-warning-active-state-layer-opacity","",r.opacity16),tertiaryWarningDisabledComponentOpacity:t.extend("--ft-button-tertiary-warning-disabled-component-opacity","",r.opacity40),tertiaryErrorBackgroundColor:t.create("--ft-button-tertiary-error-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryErrorColor:t.extend("--ft-button-tertiary-error-color","",a.contentErrorPrimary),tertiaryErrorIconColor:t.extend("--ft-button-tertiary-error-icon-color","",a.contentErrorPrimary),tertiaryErrorStateLayerColor:t.extend("--ft-button-tertiary-error-state-layer-color","",a.contentErrorPrimary),tertiaryErrorHoverStateLayerOpacity:t.extend("--ft-button-tertiary-error-hover-state-layer-opacity","",r.opacity8),tertiaryErrorFocusStateLayerOpacity:t.extend("--ft-button-tertiary-error-focus-state-layer-opacity","",r.opacity8),tertiaryErrorActiveStateLayerOpacity:t.extend("--ft-button-tertiary-error-active-state-layer-opacity","",r.opacity16),tertiaryErrorDisabledComponentOpacity:t.extend("--ft-button-tertiary-error-disabled-component-opacity","",r.opacity40),tertiaryNeutralBackgroundColor:t.create("--ft-button-tertiary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryNeutralIconColor:t.extend("--ft-button-tertiary-neutral-icon-color","",a.contentGlobalSecondary),tertiaryNeutralColor:t.extend("--ft-button-tertiary-neutral-color","",a.contentGlobalSecondary),tertiaryNeutralStateLayerColor:t.extend("--ft-button-tertiary-neutral-state-layer-color","",a.contentGlobalSecondary),tertiaryNeutralHoverStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-hover-state-layer-opacity","",r.opacity8),tertiaryNeutralFocusStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-focus-state-layer-opacity","",r.opacity8),tertiaryNeutralActiveStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-active-state-layer-opacity","",r.opacity16),tertiaryNeutralDisabledComponentOpacity:t.extend("--ft-button-tertiary-neutral-disabled-component-opacity","",r.opacity40),secondaryBrandBackgroundColor:t.create("--ft-button-secondary-brand-background-color","","COLOR","rgba(0,0,0,0)"),secondaryBrandColor:t.extend("--ft-button-secondary-brand-color","",a.contentActionPrimary),secondaryBrandIconColor:t.extend("--ft-button-secondary-brand-icon-color","",a.contentActionPrimary),secondaryBrandStateLayerColor:t.extend("--ft-button-secondary-brand-state-layer-color","",a.contentActionPrimary),secondaryBrandHoverStateLayerOpacity:t.extend("--ft-button-secondary-brand-hover-state-layer-opacity","",r.opacity8),secondaryBrandFocusStateLayerOpacity:t.extend("--ft-button-secondary-brand-focus-state-layer-opacity","",r.opacity8),secondaryBrandActiveStateLayerOpacity:t.extend("--ft-button-secondary-brand-active-state-layer-opacity","",r.opacity16),secondaryBrandDisabledComponentOpacity:t.extend("--ft-button-secondary-brand-disabled-component-opacity","",r.opacity40),secondaryBrandBorderColor:t.extend("--ft-button-secondary-brand-border-color","",a.borderActionPrimary),secondaryNeutralHoverStateLayerOpacity:t.extend("--ft-button-secondary-neutral-hover-state-layer-opacity","",r.opacity8),secondaryNeutralFocusStateLayerOpacity:t.extend("--ft-button-secondary-neutral-focus-state-layer-opacity","",r.opacity8),secondaryNeutralActiveStateLayerOpacity:t.extend("--ft-button-secondary-neutral-active-state-layer-opacity","",r.opacity16),secondaryNeutralDisabledComponentOpacity:t.extend("--ft-button-secondary-neutral-disabled-component-opacity","",r.opacity40),secondaryNeutralBackgroundColor:t.create("--ft-button-secondary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),secondaryNeutralColor:t.extend("--ft-button-secondary-neutral-color","",a.contentGlobalSecondary),secondaryNeutralIconColor:t.extend("--ft-button-secondary-neutral-icon-color","",a.contentGlobalSecondary),secondaryNeutralStateLayerColor:t.extend("--ft-button-secondary-neutral-state-layer-color","",a.contentGlobalSecondary),secondaryNeutralBorderColor:t.extend("--ft-button-secondary-neutral-border-color","",a.borderNeutralPrimary),secondaryInfoHoverStateLayerOpacity:t.extend("--ft-button-secondary-info-hover-state-layer-opacity","",r.opacity8),secondaryInfoFocusStateLayerOpacity:t.extend("--ft-button-secondary-info-focus-state-layer-opacity","",r.opacity8),secondaryInfoActiveStateLayerOpacity:t.extend("--ft-button-secondary-info-active-state-layer-opacity","",r.opacity16),secondaryInfoDisabledComponentOpacity:t.extend("--ft-button-secondary-info-disabled-component-opacity","",r.opacity40),secondaryInfoBackgroundColor:t.create("--ft-button-secondary-info-background-color","","COLOR","rgba(0,0,0,0)"),secondaryInfoBorderColor:t.extend("--ft-button-secondary-info-border-color","",a.borderInfoPrimary),secondaryInfoColor:t.extend("--ft-button-secondary-info-color","",a.contentInfoPrimary),secondaryInfoIconColor:t.extend("--ft-button-secondary-info-icon-color","",a.contentInfoPrimary),secondaryInfoStateLayerColor:t.extend("--ft-button-secondary-info-state-layer-color","",a.contentInfoPrimary),secondarySuccessHoverStateLayerOpacity:t.extend("--ft-button-secondary-success-hover-state-layer-opacity","",r.opacity8),secondarySuccessFocusStateLayerOpacity:t.extend("--ft-button-secondary-success-focus-state-layer-opacity","",r.opacity8),secondarySuccessActiveStateLayerOpacity:t.extend("--ft-button-secondary-success-active-state-layer-opacity","",r.opacity16),secondarySuccessDisabledComponentOpacity:t.extend("--ft-button-secondary-success-disabled-component-opacity","",r.opacity40),secondarySuccessBackgroundColor:t.create("--ft-button-secondary-success-background-color","","COLOR","rgba(0,0,0,0)"),secondarySuccessBorderColor:t.extend("--ft-button-secondary-success-border-color","",a.borderSuccessPrimary),secondarySuccessColor:t.extend("--ft-button-secondary-success-color","",a.contentSuccessPrimary),secondarySuccessIconColor:t.extend("--ft-button-secondary-success-icon-color","",a.contentSuccessPrimary),secondarySuccessStateLayerColor:t.extend("--ft-button-secondary-success-state-layer-color","",a.contentSuccessPrimary),secondaryWarningHoverStateLayerOpacity:t.extend("--ft-button-secondary-warning-hover-state-layer-opacity","",r.opacity8),secondaryWarningFocusStateLayerOpacity:t.extend("--ft-button-secondary-warning-focus-state-layer-opacity","",r.opacity8),secondaryWarningActiveStateLayerOpacity:t.extend("--ft-button-secondary-warning-active-state-layer-opacity","",r.opacity16),secondaryWarningDisabledComponentOpacity:t.extend("--ft-button-secondary-warning-disabled-component-opacity","",r.opacity40),secondaryWarningBackgroundColor:t.create("--ft-button-secondary-warning-background-color","","COLOR","rgba(0,0,0,0)"),secondaryWarningBorderColor:t.extend("--ft-button-secondary-warning-border-color","",a.borderWarningPrimary),secondaryWarningColor:t.extend("--ft-button-secondary-warning-color","",a.contentWarningPrimary),secondaryWarningIconColor:t.extend("--ft-button-secondary-warning-icon-color","",a.contentWarningPrimary),secondaryWarningStateLayerColor:t.extend("--ft-button-secondary-warning-state-layer-color","",a.contentWarningPrimary),secondaryErrorHoverStateLayerOpacity:t.extend("--ft-button-secondary-error-hover-state-layer-opacity","",r.opacity8),secondaryErrorFocusStateLayerOpacity:t.extend("--ft-button-secondary-error-focus-state-layer-opacity","",r.opacity8),secondaryErrorActiveStateLayerOpacity:t.extend("--ft-button-secondary-error-active-state-layer-opacity","",r.opacity16),secondaryErrorDisabledComponentOpacity:t.extend("--ft-button-secondary-error-disabled-component-opacity","",r.opacity40),secondaryErrorBackgroundColor:t.create("--ft-button-secondary-error-background-color","","COLOR","rgba(0,0,0,0)"),secondaryErrorBorderColor:t.extend("--ft-button-secondary-error-border-color","",a.contentErrorPrimary),secondaryErrorColor:t.extend("--ft-button-secondary-error-color","",a.contentErrorPrimary),secondaryErrorIconColor:t.extend("--ft-button-secondary-error-icon-color","",a.contentErrorPrimary),secondaryErrorStateLayerColor:t.extend("--ft-button-secondary-error-state-layer-color","",a.contentErrorPrimary)};var ti={neutralOffHoverStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-hover-state-layer-opacity","",r.opacity8),neutralOffFocusStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-focus-state-layer-opacity","",r.opacity8),neutralOffFocusFocusRingColor:t.extend("--ft-chip-choice-neutral-off-focus-focus-ring-color","",a.borderActionFocusRing),neutralOffActiveStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-active-state-layer-opacity","",r.opacity16),neutralOffBackgroundColor:t.extend("--ft-chip-choice-neutral-off-background-color","",a.backgroundGlobalOnSurface),neutralOffBorderColor:t.extend("--ft-chip-choice-neutral-off-border-color","",a.borderGlobalPrimary),neutralOffColor:t.extend("--ft-chip-choice-neutral-off-color","",a.contentGlobalSecondary),neutralOffStateLayerColor:t.extend("--ft-chip-choice-neutral-off-state-layer-color","",a.contentGlobalSecondary),neutralOnDefaultStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-default-state-layer-opacity","",r.opacity16),neutralOnHoverStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-hover-state-layer-opacity","",r.opacity24),neutralOnFocusStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-focus-state-layer-opacity","",r.opacity24),neutralOnFocusFocusRingColor:t.extend("--ft-chip-choice-neutral-on-focus-focus-ring-color","",a.borderActionFocusRing),neutralOnActiveStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-active-state-layer-opacity","",r.opacity32),neutralOnBackgroundColor:t.extend("--ft-chip-choice-neutral-on-background-color","",a.backgroundGlobalOnSurface),neutralOnBorderColor:t.extend("--ft-chip-choice-neutral-on-border-color","",a.borderGlobalPrimary),neutralOnColor:t.extend("--ft-chip-choice-neutral-on-color","",a.contentGlobalPrimary),neutralOnIconColor:t.extend("--ft-chip-choice-neutral-on-icon-color","",a.contentGlobalPrimary),neutralOnStateLayerColor:t.extend("--ft-chip-choice-neutral-on-state-layer-color","",a.contentGlobalPrimary),largeMinHeight:t.create("--ft-chip-choice-large-min-height","","SIZE","36px"),largeHorizontalPadding:t.extend("--ft-chip-choice-large-horizontal-padding","",r.spacing3),largeGap:t.extend("--ft-chip-choice-large-gap","",r.spacing1),largeBorderRadius:t.create("--ft-chip-choice-large-border-radius","","SIZE","18px"),largeBorderWidth:t.create("--ft-chip-choice-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-choice-large-icon-size","",r.iconSize3),mediumMinHeight:t.create("--ft-chip-choice-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:t.extend("--ft-chip-choice-medium-horizontal-padding","",r.spacing2),mediumGap:t.extend("--ft-chip-choice-medium-gap","",r.spacing1),mediumBorderRadius:t.create("--ft-chip-choice-medium-border-radius","","SIZE","12px"),mediumBorderWidth:t.create("--ft-chip-choice-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-choice-medium-icon-size","",r.iconSize2)};var E={largeMinHeight:t.create("--ft-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:t.extend("--ft-chip-large-horizontal-padding","",r.spacing3),largeButtonRightPadding:t.extend("--ft-chip-large-button-right-padding","",r.spacing1),largeGap:t.extend("--ft-chip-large-gap","",r.spacing1),largeFocusOutlineOffset:t.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:t.create("--ft-chip-large-border-radius","","SIZE","18px"),largeBorderWidth:t.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-large-icon-size","",r.iconSize3),mediumMinHeight:t.create("--ft-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:t.extend("--ft-chip-medium-horizontal-padding","",r.spacing2),mediumButtonRightPadding:t.extend("--ft-chip-medium-button-right-padding","",r.spacing05),mediumGap:t.extend("--ft-chip-medium-gap","",r.spacing1),mediumFocusOutlineOffset:t.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:t.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:t.create("--ft-chip-medium-border-radius","","SIZE","12px"),mediumBorderWidth:t.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-medium-icon-size","",r.iconSize2),smallMinHeight:t.create("--ft-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:t.extend("--ft-chip-small-horizontal-padding","",r.spacing1),smallButtonRightPadding:t.extend("--ft-chip-small-button-right-padding","",r.spacing05),smallGap:t.extend("--ft-chip-small-gap","",r.spacing1),smallFocusOutlineOffset:t.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:t.create("--ft-chip-small-border-radius","","SIZE","10px"),smallBorderWidth:t.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:t.extend("--ft-chip-small-icon-size","",r.iconSize1),neutralBackgroundColor:t.extend("--ft-chip-neutral-background-color","",a.backgroundGlobalOnSurface),neutralColor:t.extend("--ft-chip-neutral-color","",a.contentGlobalSecondary),neutralIconColor:t.extend("--ft-chip-neutral-icon-color","",a.contentGlobalSecondary),neutralBorderColor:t.extend("--ft-chip-neutral-border-color","",a.borderGlobalSubtle),infoBackgroundColor:t.extend("--ft-chip-info-background-color","",a.backgroundInfoSubtle),infoColor:t.extend("--ft-chip-info-color","",a.contentInfoPrimary),infoIconColor:t.extend("--ft-chip-info-icon-color","",a.contentInfoIconOnly),infoBorderColor:t.extend("--ft-chip-info-border-color","",a.borderInfoSubtle),successBackgroundColor:t.extend("--ft-chip-success-background-color","",a.backgroundSuccessSubtle),successColor:t.extend("--ft-chip-success-color","",a.contentSuccessPrimary),successIconColor:t.extend("--ft-chip-success-icon-color","",a.contentSuccessIconOnly),successBorderColor:t.extend("--ft-chip-success-border-color","",a.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-chip-warning-background-color","",a.backgroundWarningSubtle),warningColor:t.extend("--ft-chip-warning-color","",a.contentWarningPrimary),warningIconColor:t.extend("--ft-chip-warning-icon-color","",a.contentWarningIconOnly),warningBorderColor:t.extend("--ft-chip-warning-border-color","",a.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-chip-error-background-color","",a.backgroundErrorSubtle),errorColor:t.extend("--ft-chip-error-color","",a.contentErrorPrimary),errorIconColor:t.extend("--ft-chip-error-icon-color","",a.contentErrorIconOnly),errorBorderColor:t.extend("--ft-chip-error-border-color","",a.borderErrorSubtle)};var si={brandHoverOpacity:t.extend("--ft-link-brand-hover-opacity","",r.opacity80),brandHoverColor:t.extend("--ft-link-brand-hover-color","",a.contentActionPrimary),brandFocusFocusRingColor:t.extend("--ft-link-brand-focus-focus-ring-color","",a.borderActionFocusRing),brandFocusColor:t.extend("--ft-link-brand-focus-color","",a.contentActionPrimary),brandDefaultColor:t.extend("--ft-link-brand-default-color","",a.contentActionPrimary),brandActiveColor:t.extend("--ft-link-brand-active-color","",a.contentActionPrimary),infoHoverOpacity:t.extend("--ft-link-info-hover-opacity","",r.opacity80),infoHoverColor:t.extend("--ft-link-info-hover-color","",a.contentInfoPrimary),infoFocusFocusRingColor:t.extend("--ft-link-info-focus-focus-ring-color","",a.borderActionFocusRing),infoFocusColor:t.extend("--ft-link-info-focus-color","",a.contentInfoPrimary),infoDefaultColor:t.extend("--ft-link-info-default-color","",a.contentInfoPrimary),infoActiveColor:t.extend("--ft-link-info-active-color","",a.contentInfoPrimary),neutralFocusFocusRingColor:t.extend("--ft-link-neutral-focus-focus-ring-color","",a.borderActionFocusRing),neutralFocusColor:t.extend("--ft-link-neutral-focus-color","",a.contentActionPrimary),neutralDefaultColor:t.extend("--ft-link-neutral-default-color","",a.contentGlobalPrimary),neutralHoverColor:t.extend("--ft-link-neutral-hover-color","",a.contentActionPrimary),neutralActiveColor:t.extend("--ft-link-neutral-active-color","",a.contentActionPrimary),neutralVisitedColor:t.extend("--ft-link-neutral-visited-color","",r.colorBrand100)};var ui={iconSize:t.extend("--ft-banner-icon-size","",r.iconSize5),borderWidth:t.create("--ft-banner-border-width","","SIZE","1px"),leftPadding:t.extend("--ft-banner-left-padding","",r.spacing6),rightPadding:t.extend("--ft-banner-right-padding","",r.spacing6),verticalPadding:t.extend("--ft-banner-vertical-padding","",r.spacing6),horizontalSideGap:t.extend("--ft-banner-horizontal-side-gap","",r.spacing6),horizontalMobileGap:t.extend("--ft-banner-horizontal-mobile-gap","",r.spacing4),verticalMobileGap:t.extend("--ft-banner-vertical-mobile-gap","",r.spacing6),horizontalMiddleGap:t.extend("--ft-banner-horizontal-middle-gap","",r.spacing20),infoBackgroundColor:t.extend("--ft-banner-info-background-color","",a.backgroundInfoSubtle),infoColor:t.extend("--ft-banner-info-color","",a.contentInfoPrimary),infoIconColor:t.extend("--ft-banner-info-icon-color","",a.contentInfoIconOnly),infoBorderColor:t.extend("--ft-banner-info-border-color","",a.borderInfoSubtle)};var xi={horizontalPadding:t.extend("--ft-badge-horizontal-padding","",r.spacing1),verticalPadding:t.extend("--ft-badge-vertical-padding","",r.spacing1),borderRadius:t.extend("--ft-badge-border-radius","",r.borderRadiusPill),color:t.extend("--ft-badge-color","",a.contentGlobalOnColor),backgroundColor:t.extend("--ft-badge-background-color","",a.contentActionPrimary)};var Ni={horizontalGap:t.extend("--ft-breadcrumb-horizontal-gap","",r.spacing1),verticalGap:t.extend("--ft-breadcrumb-vertical-gap","",r.spacing2),currentColor:t.extend("--ft-breadcrumb-current-color","",a.contentGlobalPrimary),previousNonClickableColor:t.extend("--ft-breadcrumb-previous-non-clickable-color","",a.contentGlobalSecondary),iconColor:t.extend("--ft-breadcrumb-icon-color","",a.contentGlobalSubtle)};var $i={horizontalPadding:t.extend("--ft-page-header-horizontal-padding","",r.spacing6),horizontalGap:t.extend("--ft-page-header-horizontal-gap","",r.spacing4),verticalGap:t.extend("--ft-page-header-vertical-gap","",r.spacing2),classicVerticalPadding:t.extend("--ft-page-header-classic-vertical-padding","",r.spacing6),multilineVerticalPadding:t.extend("--ft-page-header-multiline-vertical-padding","",r.spacing4),inlineVerticalPadding:t.extend("--ft-page-header-inline-vertical-padding","",r.spacing2),backgroundColor:t.extend("--ft-page-header-background-color","",r.colorWhite),bottomBorderColor:t.extend("--ft-page-header-bottom-border-color","",a.borderGlobalSubtle),titleColor:t.extend("--ft-page-header-title-color","",a.contentGlobalPrimary),subtitleColor:t.extend("--ft-page-header-subtitle-color","",a.contentGlobalSecondary)};var Wi={smallContainerTargetWidth:t.create("--ft-modal-small-container-target-width","","SIZE","560px"),smallContainerMargin:t.extend("--ft-modal-small-container-margin","",r.spacing6),mediumContainerTargetWidth:t.create("--ft-modal-medium-container-target-width","","SIZE","800px"),mediumContainerMargin:t.extend("--ft-modal-medium-container-margin","",r.spacing6),largeContainerTargetWidth:t.create("--ft-modal-large-container-target-width","","SIZE","1040px"),largeContainerMargin:t.extend("--ft-modal-large-container-margin","",r.spacing6),overlayBackgroundColor:t.extend("--ft-modal-overlay-background-color","",r.colorGray700),overlayOpacity:t.extend("--ft-modal-overlay-opacity","",r.opacity40),shadow:t.extend("--ft-modal-shadow","",r.shadowElevation03),bodyBackgroundColor:t.extend("--ft-modal-body-background-color","",r.colorWhite),bodyColor:t.extend("--ft-modal-body-color","",a.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-modal-body-horizontal-padding","",r.spacing6),bodyVerticalPadding:t.extend("--ft-modal-body-vertical-padding","",r.spacing6),bodyVerticalGap:t.extend("--ft-modal-body-vertical-gap","",r.spacing6),headerBackgroundColor:t.extend("--ft-modal-header-background-color","",a.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-modal-header-border-color","",a.borderGlobalSubtle),headerColor:t.extend("--ft-modal-header-color","",a.contentGlobalPrimary),headerLeadingIconColor:t.extend("--ft-modal-header-leading-icon-color","",a.contentGlobalPrimary),headerVerticalPadding:t.extend("--ft-modal-header-vertical-padding","",r.spacing1),headerRightPadding:t.extend("--ft-modal-header-right-padding","",r.spacing1),headerLeftPadding:t.extend("--ft-modal-header-left-padding","",r.spacing6),headerGap:t.extend("--ft-modal-header-gap","",r.spacing2),headerBorderBottomWidth:t.create("--ft-modal-header-border-bottom-width","","SIZE","1px"),borderRadius:t.extend("--ft-modal-border-radius","",r.borderRadiusM)};var _i={overlayOpacity:t.extend("--ft-drawer-overlay-opacity","",r.opacity40),shadow:t.extend("--ft-drawer-shadow","",r.shadowElevation03),bodyColor:t.extend("--ft-drawer-body-color","",a.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-drawer-body-horizontal-padding","",r.spacing6),bodyVerticalPadding:t.extend("--ft-drawer-body-vertical-padding","",r.spacing6),bodyGap:t.extend("--ft-drawer-body-gap","",r.spacing6),bodyBackgroundColor:t.extend("--ft-drawer-body-background-color","",r.colorWhite),headerBackgroundColor:t.extend("--ft-drawer-header-background-color","",a.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-drawer-header-border-color","",a.borderGlobalSubtle),headerColor:t.extend("--ft-drawer-header-color","",a.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-drawer-header-trailing-icon-color","",a.contentGlobalSecondary),headerHeight:t.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:t.extend("--ft-drawer-header-horizontal-padding","",r.spacing2),headerBorderWidth:t.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:t.extend("--ft-drawer-header-gap","",r.spacing3),buttonsBarBackgroundColor:t.extend("--ft-drawer-buttons-bar-background-color","",a.backgroundGlobalOnSurface),buttonsBarBorderColor:t.extend("--ft-drawer-buttons-bar-border-color","",a.borderGlobalSubtle),buttonsBarColor:t.extend("--ft-drawer-buttons-bar-color","",a.contentGlobalPrimary),buttonsBarHorizontalPadding:t.extend("--ft-drawer-buttons-bar-horizontal-padding","",r.spacing6),buttonsBarVerticalPadding:t.extend("--ft-drawer-buttons-bar-vertical-padding","",r.spacing4),buttonsBarGap:t.extend("--ft-drawer-buttons-bar-gap","",r.spacing3),buttonsBarBorderWidth:t.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:t.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:t.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:t.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:t.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:t.extend("--ft-drawer-overlay-background-color","",r.colorGray700)};var Fi={offBorderBottomWidth:t.create("--ft-tabs-off-border-bottom-width","","SIZE","1px"),offHoverStateLayerOpacity:t.extend("--ft-tabs-off-hover-state-layer-opacity","",r.opacity8),offDefaultStateLayerOpacity:t.extend("--ft-tabs-off-default-state-layer-opacity","",r.opacity0),offFocusStateLayerOpacity:t.extend("--ft-tabs-off-focus-state-layer-opacity","",r.opacity8),offDisabledComponentOpacity:t.extend("--ft-tabs-off-disabled-component-opacity","",r.opacity40),offColor:t.extend("--ft-tabs-off-color","",a.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-tabs-off-state-layer-color","",a.contentGlobalSubtle),offBorderBottomColor:t.extend("--ft-tabs-off-border-bottom-color","",a.borderGlobalSubtle),activeTabIndicatorHeight:t.create("--ft-tabs-active-tab-indicator-height","","SIZE","3px"),topLeftBorderRadius:t.extend("--ft-tabs-top-left-border-radius","",r.borderRadiusS),topRightBorderRadius:t.extend("--ft-tabs-top-right-border-radius","",r.borderRadiusS),withLabelHorizontalPadding:t.extend("--ft-tabs-with-label-horizontal-padding","",r.spacing4),withLabelVerticalPadding:t.extend("--ft-tabs-with-label-vertical-padding","",r.spacing3),horizontalGap:t.extend("--ft-tabs-horizontal-gap","",r.spacing1),verticalGap:t.extend("--ft-tabs-vertical-gap","",r.spacing1),onHoverStateLayerOpacity:t.extend("--ft-tabs-on-hover-state-layer-opacity","",r.opacity16),onDefaultStateLayerOpacity:t.extend("--ft-tabs-on-default-state-layer-opacity","",r.opacity8),onFocusStateLayerOpacity:t.extend("--ft-tabs-on-focus-state-layer-opacity","",r.opacity16),onActiveStateLayerOpacity:t.extend("--ft-tabs-on-active-state-layer-opacity","",r.opacity24),onColor:t.extend("--ft-tabs-on-color","",a.contentActionPrimary),onStateLayerColor:t.extend("--ft-tabs-on-state-layer-color","",a.contentActionPrimary),onActiveTabIndicatorColor:t.extend("--ft-tabs-on-active-tab-indicator-color","",a.contentActionPrimary),iconOnlyHorizontalPadding:t.extend("--ft-tabs-icon-only-horizontal-padding","",r.spacing4),iconOnlyVerticalPadding:t.extend("--ft-tabs-icon-only-vertical-padding","",r.spacing4),alertTopPadding:t.extend("--ft-tabs-alert-top-padding","",r.spacing1),alertRightPadding:t.extend("--ft-tabs-alert-right-padding","",r.spacing05),focusOutlineWidth:t.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-tabs-focus-focus-ring-color","",a.borderActionFocusRing)};var Yi={fieldHorizontalPadding:t.extend("--ft-text-input-field-horizontal-padding","",r.spacing4),fieldHorizontalGap:t.extend("--ft-text-input-field-horizontal-gap","",r.spacing3),fieldVerticalGap:t.extend("--ft-text-input-field-vertical-gap","",r.spacing05),fieldIconSize:t.extend("--ft-text-input-field-icon-size","",r.iconSize3),fieldHeight:t.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:t.extend("--ft-text-input-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ft-text-input-helper-horizontal-gap","",r.spacing1),helperIconSize:t.extend("--ft-text-input-helper-icon-size","",r.iconSize2),borderRadius:t.extend("--ft-text-input-border-radius","",r.borderRadiusM),backgroundColor:t.extend("--ft-text-input-background-color","",r.colorWhite),contentValueColor:t.extend("--ft-text-input-content-value-color","",a.contentGlobalPrimary),trailingIconColor:t.extend("--ft-text-input-trailing-icon-color","",a.contentGlobalSubtle),labelColor:t.extend("--ft-text-input-label-color","",a.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-input-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-input-default-helper-text-color","",a.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","",a.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-input-error-helper-text-color","",a.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-input-error-helper-icon-color","",a.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","",a.borderActionFocusRing),focusOutlineOffset:t.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-input-disabled-component-opacity","",r.opacity40)};var tc={backgroundColor:t.extend("--ft-text-area-background-color","",r.colorWhite),contentValueColor:t.extend("--ft-text-area-content-value-color","",a.contentGlobalPrimary),labelColor:t.extend("--ft-text-area-label-color","",a.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-area-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-area-default-helper-text-color","",a.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","",a.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-area-error-helper-text-color","",a.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-area-error-helper-icon-color","",a.contentErrorIconOnly),focusFocusRingColor:t.extend("--ft-text-area-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineWidth:t.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:t.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-area-disabled-component-opacity","",r.opacity40),fieldHorizontalLeftPadding:t.extend("--ft-text-area-field-horizontal-left-padding","",r.spacing4),fieldHorizontalGap:t.extend("--ft-text-area-field-horizontal-gap","",r.spacing3),fieldVerticalGap:t.extend("--ft-text-area-field-vertical-gap","",r.spacing05),fieldMinHeight:t.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:t.extend("--ft-text-area-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ft-text-area-helper-horizontal-gap","",r.spacing1),helperIconSize:t.extend("--ft-text-area-helper-icon-size","",r.iconSize2),borderRadius:t.extend("--ft-text-area-border-radius","",r.borderRadiusM)};var ac={height:t.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:t.extend("--ft-floating-menu-horizontal-padding","",r.spacing4),offIconColor:t.extend("--ft-floating-menu-off-icon-color","",a.contentGlobalPrimary),offColor:t.extend("--ft-floating-menu-off-color","",a.contentGlobalPrimary),onColor:t.extend("--ft-floating-menu-on-color","",a.contentActionPrimary),onStateLayerColor:t.extend("--ft-floating-menu-on-state-layer-color","",a.contentActionPrimary),gap:t.extend("--ft-floating-menu-gap","",r.spacing3),focusFocusRingColor:t.extend("--ft-floating-menu-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineWidth:t.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:t.extend("--ft-floating-menu-focus-state-layer-opacity","",r.opacity8),hoverStateLayerOpacity:t.extend("--ft-floating-menu-hover-state-layer-opacity","",r.opacity8),activeStateLayerOpacity:t.extend("--ft-floating-menu-active-state-layer-opacity","",r.opacity16),disabledComponentOpacity:t.extend("--ft-floating-menu-disabled-component-opacity","",r.opacity40),iconSize:t.extend("--ft-floating-menu-icon-size","",r.iconSize3),backgroundColor:t.extend("--ft-floating-menu-background-color","",a.backgroundGlobalOnSurface),shadow:t.extend("--ft-floating-menu-shadow","",r.shadowElevation02)};var dc={fieldHorizontalPadding:t.extend("--ft-combobox-single-select-field-horizontal-padding","",r.spacing4),fieldHorizontalGap:t.extend("--ft-combobox-single-select-field-horizontal-gap","",r.spacing3),fieldVerticalGap:t.extend("--ft-combobox-single-select-field-vertical-gap","",r.spacing05),fieldIconSize:t.extend("--ft-combobox-single-select-field-icon-size","",r.iconSize3),fieldHeight:t.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:t.extend("--ft-combobox-single-select-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ft-combobox-single-select-helper-horizontal-gap","",r.spacing1),helperVerticalGap:t.extend("--ft-combobox-single-select-helper-vertical-gap","",r.spacing1),helperIconSize:t.extend("--ft-combobox-single-select-helper-icon-size","",r.iconSize2),menuVerticalGap:t.extend("--ft-combobox-single-select-menu-vertical-gap","",r.spacing2),borderRadius:t.extend("--ft-combobox-single-select-border-radius","",r.borderRadiusM),backgroundColor:t.extend("--ft-combobox-single-select-background-color","",r.colorWhite),labelColor:t.extend("--ft-combobox-single-select-label-color","",a.contentGlobalSubtle),contentValueColor:t.extend("--ft-combobox-single-select-content-value-color","",a.contentGlobalPrimary),trailingIconColor:t.extend("--ft-combobox-single-select-trailing-icon-color","",a.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-single-select-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-single-select-default-helper-text-color","",a.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","",a.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-single-select-error-helper-text-color","",a.contentErrorPrimary),warningBorderWidth:t.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-single-select-warning-border-color","",a.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-single-select-warning-helper-text-color","",a.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-single-select-warning-helper-icon-color","",a.contentWarningIconOnly),focusOutlineWidth:t.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-single-select-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineOffset:t.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-combobox-single-select-disabled-component-opacity","",r.opacity40)};var gc={backgroundColor:t.extend("--ft-combobox-multi-select-background-color","",r.colorWhite),labelColor:t.extend("--ft-combobox-multi-select-label-color","",a.contentGlobalSubtle),trailingIconColor:t.extend("--ft-combobox-multi-select-trailing-icon-color","",a.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-multi-select-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-multi-select-default-helper-text-color","",a.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:t.extend("--ft-combobox-multi-select-error-border-color","",a.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-multi-select-error-helper-text-color","",a.contentErrorPrimary),errorHelperIcon:t.extend("--ft-combobox-multi-select-error-helper-icon","",a.contentErrorIconOnly),errorBorderWidth:t.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-multi-select-warning-border-color","",a.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-multi-select-warning-helper-text-color","",a.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-multi-select-warning-helper-icon-color","",a.contentWarningIconOnly),warningBorderWidth:t.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-multi-select-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineWidth:t.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:t.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-combobox-multi-select-disabled-component-opacity","",r.opacity40),helperHorizontalPadding:t.extend("--ft-combobox-multi-select-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ft-combobox-multi-select-helper-horizontal-gap","",r.spacing1),helperVerticalGap:t.extend("--ft-combobox-multi-select-helper-vertical-gap","",r.spacing1),helperIconSize:t.extend("--ft-combobox-multi-select-helper-icon-size","",r.iconSize2),fieldHorizontalPadding:t.extend("--ft-combobox-multi-select-field-horizontal-padding","",r.spacing4),fieldHorizontalGap:t.extend("--ft-combobox-multi-select-field-horizontal-gap","",r.spacing3),fieldVerticalGap:t.extend("--ft-combobox-multi-select-field-vertical-gap","",r.spacing05),fieldIconSize:t.extend("--ft-combobox-multi-select-field-icon-size","",r.iconSize3),fieldMaxHeight:t.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:t.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",r.spacing1),contentValuesVerticalGap:t.extend("--ft-combobox-multi-select-content-values-vertical-gap","",r.spacing1),borderRadius:t.extend("--ft-combobox-multi-select-border-radius","",r.borderRadiusM)};var Sc={backgroundColor:t.extend("--ft-popover-background-color","",a.backgroundGlobalOnSurface),horizontalPadding:t.extend("--ft-popover-horizontal-padding","",r.spacing6),verticalPadding:t.extend("--ft-popover-vertical-padding","",r.spacing6),titleColor:t.extend("--ft-popover-title-color","",a.contentGlobalPrimary),bodyColor:t.extend("--ft-popover-body-color","",a.contentGlobalSecondary),linkColor:t.extend("--ft-popover-link-color","",a.contentActionPrimary),gap:t.extend("--ft-popover-gap","",r.spacing3),borderRadius:t.extend("--ft-popover-border-radius","",r.borderRadiusM),shadow:t.extend("--ft-popover-shadow","",r.shadowElevation02),maxWidth:t.create("--ft-popover-max-width","","SIZE","440px")};var Ec={hoverStateLayerOpacity:t.extend("--ft-collapsible-hover-state-layer-opacity","",r.opacity8),focusStateLayerOpacity:t.extend("--ft-collapsible-focus-state-layer-opacity","",r.opacity8),focusOutlineWidth:t.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:t.extend("--ft-collapsible-focus-focus-ring-color","",a.borderActionFocusRing),activeStateLayerOpacity:t.extend("--ft-collapsible-active-state-layer-opacity","",r.opacity16),disabledComponentOpacity:t.extend("--ft-collapsible-disabled-component-opacity","",r.opacity40),horizontalPadding:t.extend("--ft-collapsible-horizontal-padding","",r.spacing4),verticalPadding:t.extend("--ft-collapsible-vertical-padding","",r.spacing3),color:t.extend("--ft-collapsible-color","",a.contentGlobalPrimary),stateLayerColor:t.extend("--ft-collapsible-state-layer-color","",a.contentGlobalPrimary),backgroundColor:t.extend("--ft-collapsible-background-color","",a.backgroundGlobalOnSurface),borderColor:t.extend("--ft-collapsible-border-color","",a.borderGlobalSubtle),iconSize:t.extend("--ft-collapsible-icon-size","",r.iconSize3)};var Ac={groupHorizontalPadding:t.extend("--ft-switch-group-horizontal-padding","",r.spacing1),groupVerticalPadding:t.extend("--ft-switch-group-vertical-padding","",r.spacing1),groupGap:t.extend("--ft-switch-group-gap","",r.spacing1),groupBackgroundColor:t.extend("--ft-switch-group-background-color","",a.backgroundGlobalSurface),groupBorderColor:t.extend("--ft-switch-group-border-color","",a.borderGlobalSubtle),groupBorderRadius:t.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:t.extend("--ft-switch-label-horizontal-padding","",r.spacing2),labelVerticalPadding:t.extend("--ft-switch-label-vertical-padding","",r.spacing1),offHoverStateLayerOpacity:t.extend("--ft-switch-off-hover-state-layer-opacity","",r.opacity8),offFocusStateLayerOpacity:t.extend("--ft-switch-off-focus-state-layer-opacity","",r.opacity8),offActiveStateLayerOpacity:t.extend("--ft-switch-off-active-state-layer-opacity","",r.opacity16),offDisabledComponentOpacity:t.extend("--ft-switch-off-disabled-component-opacity","",r.opacity40),offColor:t.extend("--ft-switch-off-color","",a.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-switch-off-state-layer-color","",a.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-switch-on-hover-state-layer-opacity","",r.opacity8),onFocusStateLayerOpacity:t.extend("--ft-switch-on-focus-state-layer-opacity","",r.opacity8),onActiveStateLayerOpacity:t.extend("--ft-switch-on-active-state-layer-opacity","",r.opacity16),onDisabledComponentOpacity:t.extend("--ft-switch-on-disabled-component-opacity","",r.opacity40),onColor:t.extend("--ft-switch-on-color","",a.contentActionPrimary),onStateLayerColor:t.extend("--ft-switch-on-state-layer-color","",a.contentActionPrimary),iconHorizontalPadding:t.extend("--ft-switch-icon-horizontal-padding","",r.spacing1),iconVerticalPadding:t.extend("--ft-switch-icon-vertical-padding","",r.spacing1),focusOutlineWidth:t.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-switch-focus-focus-ring-color","",a.borderActionFocusRing),optionBorderRadius:t.extend("--ft-switch-option-border-radius","",r.borderRadiusS)};var Wc={color1Light:t.extend("--ft-chart-1-light","for area color charts",r.colorBrand40),color1Base:t.extend("--ft-chart-1-base","for line charts",r.colorBrand0),color2Light:t.extend("--ft-chart-2-light","for area color charts",r.colorYellow60),color2Base:t.extend("--ft-chart-2-base","for line charts",r.colorYellow100),color3Light:t.extend("--ft-chart-3-light","",r.colorUltramarine40),color3Base:t.extend("--ft-chart-3-base","",r.colorUltramarine70),color4Light:t.extend("--ft-chart-4-light","",r.colorCyan50),color4Base:t.extend("--ft-chart-4-base","",r.colorCyan100),color5Light:t.extend("--ft-chart-5-light","",r.colorRed40),color5Base:t.extend("--ft-chart-5-base","",r.colorRed60),color6Light:t.extend("--ft-chart-6-light","",r.colorGreen40),color6Base:t.extend("--ft-chart-6-base","",r.colorGreen70),color7Light:t.extend("--ft-chart-7-light","",r.colorOrange70),color7Base:t.extend("--ft-chart-7-base","",r.colorOrange100),color8Light:t.extend("--ft-chart-8-light","",r.colorAvocado70),color8Base:t.extend("--ft-chart-8-base","",r.colorAvocado200),color9Light:t.extend("--ft-chart-9-light","",r.colorBrown50),color9Base:t.extend("--ft-chart-9-base","",r.colorBrown200),color10Light:t.extend("--ft-chart-10-light","",r.colorGray50),color10Base:t.extend("--ft-chart-10-base","",r.colorGray80),monochrome10:t.extend("--ft-chart-monochrome-10","",r.colorBrand10),monochrome20:t.extend("--ft-chart-monochrome-20","",r.colorBrand20),monochrome30:t.extend("--ft-chart-monochrome-30","",r.colorBrand40),monochrome40:t.extend("--ft-chart-monochrome-40","",r.colorBrand60),monochrome50:t.extend("--ft-chart-monochrome-50","",r.colorBrand0),monochrome60:t.extend("--ft-chart-monochrome-60","",r.colorBrand200)};var Hc={color1IconColor:t.extend("--ft-page-designer-1-icon-color","for area color charts",r.colorCyan0),color1ToolbarColor:t.extend("--ft-page-designer-1-toolbar-color","for area color charts",r.colorCyan0),color2IconColor:t.extend("--ft-page-designer-2-icon-color","for area color charts",r.colorBrand0),color2ToolbarColor:t.extend("--ft-page-designer-2-toolbar-color","for area color charts",r.colorBrand0),color3IconColor:t.extend("--ft-page-designer-3-icon-color","for area color charts",r.colorYellow200),color3ToolbarColor:t.extend("--ft-page-designer-3-toolbar-color","for area color charts",r.colorYellow200),color4IconColor:t.extend("--ft-page-designer-4-icon-color","for area color charts",r.colorUltramarine50),color4ToolbarColor:t.extend("--ft-page-designer-4-toolbar-color","for area color charts",r.colorUltramarine50),color5IconColor:t.extend("--ft-page-designer-5-icon-color","for area color charts",r.colorGreen0),color5ToolbarColor:t.extend("--ft-page-designer-5-toolbar-color","for area color charts",r.colorGreen0),color6IconColor:t.extend("--ft-page-designer-6-icon-color","for area color charts",r.colorOrange0),color6ToolbarColor:t.extend("--ft-page-designer-6-toolbar-color","for area color charts",r.colorOrange0),color7IconColor:t.extend("--ft-page-designer-7-icon-color","for area color charts",r.colorAvocado200),color7ToolbarColor:t.extend("--ft-page-designer-7-toolbar-color","for area color charts",r.colorAvocado200),color8IconColor:t.extend("--ft-page-designer-8-icon-color","for area color charts",r.colorBrown0),color8ToolbarColor:t.extend("--ft-page-designer-8-toolbar-color","for area color charts",r.colorBrown0)};var Zc={borderWidth:t.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:t.extend("--ft-notice-horizontal-padding","",r.spacing3),verticalPadding:t.extend("--ft-notice-vertical-padding","",r.spacing2),borderRadius:t.extend("--ft-notice-border-radius","",r.borderRadiusS),gap:t.extend("--ft-notice-gap","",r.spacing2),iconSize:t.extend("--ft-notice-icon-size","",r.iconSize3),infoBackgroundColor:t.extend("--ft-notice-info-background-color","",a.backgroundInfoSubtle),infoBorderColor:t.extend("--ft-notice-info-border-color","",a.borderInfoSubtle),infoColor:t.extend("--ft-notice-info-color","",a.contentInfoPrimary),infoIconColor:t.extend("--ft-notice-info-icon-color","",a.contentInfoIconOnly),warningBackgroundColor:t.extend("--ft-notice-warning-background-color","",a.backgroundWarningSubtle),warningBorderColor:t.extend("--ft-notice-warning-border-color","",a.borderWarningSubtle),warningColor:t.extend("--ft-notice-warning-color","",a.contentWarningPrimary),warningIconColor:t.extend("--ft-notice-warning-icon-color","",a.contentWarningIconOnly),errorBackgroundColor:t.extend("--ft-notice-error-background-color","",a.backgroundErrorSubtle),errorBorderColor:t.extend("--ft-notice-error-border-color","",a.borderErrorSubtle),errorColor:t.extend("--ft-notice-error-color","",a.contentErrorPrimary),errorIconColor:t.extend("--ft-notice-error-icon-color","",a.contentErrorIconOnly),successBackgroundColor:t.extend("--ft-notice-success-background-color","",a.backgroundSuccessSubtle),successBorderColor:t.extend("--ft-notice-success-border-color","",a.borderSuccessSubtle),successColor:t.extend("--ft-notice-success-color","",a.contentSuccessPrimary),successIconColor:t.extend("--ft-notice-success-icon-color","",a.contentSuccessIconOnly)};var jc={color:t.extend("--ft-checkbox-color","",a.contentGlobalPrimary),checkedBackgroundColor:t.extend("--ft-checkbox-checked-background-color","",a.contentActionPrimary),checkedStateLayerColor:t.extend("--ft-checkbox-checked-state-layer-color","",a.contentActionPrimary),checkedIconColor:t.extend("--ft-checkbox-checked-icon-color","",a.contentGlobalOnColor),checkedHoverStateLayerOpacity:t.extend("--ft-checkbox-checked-hover-state-layer-opacity","",r.opacity16),checkedFocusStateLayerOpacity:t.extend("--ft-checkbox-checked-focus-state-layer-opacity","",r.opacity16),checkedActiveStateLayerOpacity:t.extend("--ft-checkbox-checked-active-state-layer-opacity","",r.opacity24),checkedDisabledComponentOpacity:t.extend("--ft-checkbox-checked-disabled-component-opacity","",r.opacity40),uncheckedBorderColor:t.extend("--ft-checkbox-unchecked-border-color","",r.colorGray80),uncheckedStateLayerColor:t.extend("--ft-checkbox-unchecked-state-layer-color","",r.colorGray80),uncheckedHoverStateLayerOpacity:t.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",r.opacity16),uncheckedFocusStateLayerOpacity:t.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",r.opacity16),uncheckedActiveStateLayerOpacity:t.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",r.opacity24),uncheckedDisabledComponentOpacity:t.extend("--ft-checkbox-unchecked-disabled-component-opacity","",r.opacity40),focusFocusRingColor:t.extend("--ft-checkbox-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineOffset:t.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:t.extend("--ft-checkbox-gap","",r.spacing3)};var Qc={offHoverStateLayerOpacity:t.extend("--ft-toggle-off-hover-state-layer-opacity","",r.opacity16),offFocusStateLayerOpacity:t.extend("--ft-toggle-off-focus-state-layer-opacity","",r.opacity16),offActiveStateLayerOpacity:t.extend("--ft-toggle-off-active-state-layer-opacity","",r.opacity24),offDisabledComponentOpacity:t.extend("--ft-toggle-off-disabled-component-opacity","",r.opacity40),offBackgroundColor:t.extend("--ft-toggle-off-background-color","",a.contentGlobalSubtle),offIconColor:t.extend("--ft-toggle-off-icon-color","",a.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-toggle-off-state-layer-color","",a.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-toggle-on-hover-state-layer-opacity","",r.opacity16),onFocusStateLayerOpacity:t.extend("--ft-toggle-on-focus-state-layer-opacity","",r.opacity16),onActiveStateLayerOpacity:t.extend("--ft-toggle-on-active-state-layer-opacity","",r.opacity24),onDisabledComponentOpacity:t.extend("--ft-toggle-on-disabled-component-opacity","",r.opacity40),onBackgroundColor:t.extend("--ft-toggle-on-background-color","",a.contentActionPrimary),onStateLayerColor:t.extend("--ft-toggle-on-state-layer-color","",a.contentActionPrimary),onIconColor:t.extend("--ft-toggle-on-icon-color","",a.contentActionPrimary),color:t.extend("--ft-toggle-color","",a.contentGlobalPrimary),focusFocusRingColor:t.extend("--ft-toggle-focus-focus-ring-color","",a.borderActionFocusRing),gap:t.extend("--ft-toggle-gap","",r.spacing3)};var nl={color:t.extend("--ft-radio-color","",a.contentGlobalPrimary),selectedRadioColor:t.extend("--ft-radio-selected-radio-color","",a.contentActionPrimary),selectedStateLayerColor:t.extend("--ft-radio-selected-state-layer-color","",a.contentActionPrimary),selectedHoverStateLayerOpacity:t.extend("--ft-radio-selected-hover-state-layer-opacity","",r.opacity16),selectedFocusStateLayerOpacity:t.extend("--ft-radio-selected-focus-state-layer-opacity","",r.opacity16),selectedActiveStateLayerOpacity:t.extend("--ft-radio-selected-active-state-layer-opacity","",r.opacity24),selectedDisabledComponentOpacity:t.extend("--ft-radio-selected-disabled-component-opacity","",r.opacity40),unselectedStateLayerColor:t.extend("--ft-radio-unselected-state-layer-color","",a.borderInputPrimary),unselectedBorderColor:t.extend("--ft-radio-unselected-border-color","",a.borderInputPrimary),unselectedHoverStateLayerOpacity:t.extend("--ft-radio-unselected-hover-state-layer-opacity","",r.opacity16),unselectedFocusStateLayerOpacity:t.extend("--ft-radio-unselected-focus-state-layer-opacity","",r.opacity16),unselectedActiveStateLayerOpacity:t.extend("--ft-radio-unselected-active-state-layer-opacity","",r.opacity24),unselectedDisabledComponentOpacity:t.extend("--ft-radio-unselected-disabled-component-opacity","",r.opacity40),focusFocusRingColor:t.extend("--ft-radio-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineOffset:t.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:t.extend("--ft-radio-gap","",r.spacing3)};var sl={iconSize:t.extend("--ft-notification-icon-size","",r.iconSize4),leftPadding:t.extend("--ft-notification-left-padding","",r.spacing5),rightPadding:t.extend("--ft-notification-right-padding","",r.spacing4),verticalPadding:t.extend("--ft-notification-vertical-padding","",r.spacing3),infoBackgroundColor:t.extend("--ft-notification-info-background-color","",a.backgroundInfoSubtle),infoColor:t.extend("--ft-notification-info-color","",a.contentInfoPrimary),infoIconColor:t.extend("--ft-notification-info-icon-color","",a.contentInfoIconOnly),infoBorderColor:t.extend("--ft-notification-info-border-color","",a.borderInfoSubtle),successBackgroundColor:t.extend("--ft-notification-success-background-color","",a.backgroundSuccessSubtle),successColor:t.extend("--ft-notification-success-color","",a.contentSuccessPrimary),successIconColor:t.extend("--ft-notification-success-icon-color","",a.contentSuccessIconOnly),successBorderColor:t.extend("--ft-notification-success-border-color","",a.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-notification-warning-background-color","",a.backgroundWarningSubtle),warningColor:t.extend("--ft-notification-warning-color","",a.contentWarningPrimary),warningIconColor:t.extend("--ft-notification-warning-icon-color","",a.contentWarningIconOnly),warningBorderColor:t.extend("--ft-notification-warning-border-color","",a.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-notification-error-background-color","",a.backgroundErrorSubtle),errorColor:t.extend("--ft-notification-error-color","",a.contentErrorPrimary),errorIconColor:t.extend("--ft-notification-error-icon-color","",a.contentErrorIconOnly),errorBorderColor:t.extend("--ft-notification-error-border-color","",a.borderErrorSubtle),borderRadius:t.extend("--ft-notification-border-radius","",r.borderRadiusPill),borderWidth:t.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:t.extend("--ft-notification-leading-gap","",r.spacing2),trailingGap:t.extend("--ft-notification-trailing-gap","",r.spacing8)};var ul={horizontalPadding:t.extend("--ft-tooltip-horizontal-padding","",r.spacing2),verticalPadding:t.extend("--ft-tooltip-vertical-padding","",r.spacing2),borderRadius:t.extend("--ft-tooltip-border-radius","",r.borderRadiusS),color:t.extend("--ft-tooltip-color","",a.contentGlobalOnColor),backgroundColor:t.extend("--ft-tooltip-background-color","",a.contentGlobalPrimary),backgroundOpacity:t.extend("--ft-tooltip-background-opacity","",r.opacity80),shadow:t.extend("--ft-tooltip-shadow","",r.shadowElevation02),maxWidth:t.create("--ft-tooltip-max-width","","SIZE","256px"),gap:t.extend("--ft-tooltip-gap","",r.spacing05)};var Ee;(function(e){e.brand="brand",e.neutral="neutral",e.info="info",e.success="success",e.warning="warning",e.error="error"})(Ee||(Ee={}));var Y;(function(e){e.large="large",e.medium="medium",e.small="small"})(Y||(Y={}));var we=b(D());function Or(e){let o=Ne[e];return we.css`
128
128
  .ft-typography--${(0,we.unsafeCSS)(e)} {
129
129
  font-family: ${o.fontFamily};
130
130
  font-size: ${o.fontSize};
@@ -133,16 +133,16 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
133
133
  line-height: ${o.lineHeight};
134
134
  text-transform: ${o.textCase};
135
135
  }
136
- `}var Cr=g.FtCssVariableFactory.extend("--ft-typography-font-family","",g.designSystemVariables.titleFont),xt=g.FtCssVariableFactory.extend("--ft-typography-font-family","",g.designSystemVariables.contentFont),b={fontFamily:xt,fontSize:g.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:g.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:g.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:g.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:g.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Dt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Cr),fontSize:g.FtCssVariableFactory.extend("--ft-typography-title-font-size","",b.fontSize,"20px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",b.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",b.letterSpacing,"0.15px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-title-line-height","",b.lineHeight,"1.2"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",b.textTransform,"inherit")},Gt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Cr),fontSize:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",b.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",b.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",b.letterSpacing,"0.105px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",b.lineHeight,"1.7"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",b.textTransform,"inherit")},Zt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",xt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",b.fontSize,"16px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",b.fontWeight,"600"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",b.letterSpacing,"0.144px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",b.lineHeight,"1.5"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",b.textTransform,"inherit")},Kt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",xt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",b.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",b.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",b.letterSpacing,"0.098px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",b.lineHeight,"1.7"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",b.textTransform,"inherit")},Mt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",xt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",b.fontSize,"16px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",b.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",b.letterSpacing,"0.496px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",b.lineHeight,"1.5"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",b.textTransform,"inherit")},gt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",xt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",b.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",b.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",b.letterSpacing,"0.252px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",b.lineHeight,"1.4"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",b.textTransform,"inherit")},Ft={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",xt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",b.fontSize,"12px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",b.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",b.letterSpacing,"0.396px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",b.lineHeight,"1.33"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",b.textTransform,"inherit")},Vt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",xt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",b.fontSize,"10px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",b.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",b.letterSpacing,"0.33px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",b.lineHeight,"1.6"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",b.textTransform,"inherit")},jt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",xt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",b.fontSize,"10px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",b.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",b.letterSpacing,"1.5px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",b.lineHeight,"1.6"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",b.textTransform,"uppercase")},ut={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-button-font-family","",xt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-button-font-size","",b.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",b.fontWeight,"600"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",b.letterSpacing,"1.246px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-button-line-height","",b.lineHeight,"1.15"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",b.textTransform,"uppercase")},vr=it.css`
136
+ `}var Cr=m.FtCssVariableFactory.extend("--ft-typography-font-family","",m.designSystemVariables.titleFont),xt=m.FtCssVariableFactory.extend("--ft-typography-font-family","",m.designSystemVariables.contentFont),S={fontFamily:xt,fontSize:m.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:m.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:m.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:m.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:m.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Ut={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Cr),fontSize:m.FtCssVariableFactory.extend("--ft-typography-title-font-size","",S.fontSize,"20px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",S.letterSpacing,"0.15px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-title-line-height","",S.lineHeight,"1.2"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",S.textTransform,"inherit")},Gt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Cr),fontSize:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",S.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",S.letterSpacing,"0.105px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",S.lineHeight,"1.7"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",S.textTransform,"inherit")},Zt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",xt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",S.fontSize,"16px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",S.fontWeight,"600"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",S.letterSpacing,"0.144px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",S.lineHeight,"1.5"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",S.textTransform,"inherit")},Ft={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",xt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",S.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",S.letterSpacing,"0.098px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",S.lineHeight,"1.7"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",S.textTransform,"inherit")},Mt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",xt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",S.fontSize,"16px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",S.letterSpacing,"0.496px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",S.lineHeight,"1.5"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",S.textTransform,"inherit")},ut={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",xt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",S.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",S.letterSpacing,"0.252px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",S.lineHeight,"1.4"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",S.textTransform,"inherit")},Kt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",xt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",S.fontSize,"12px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",S.letterSpacing,"0.396px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",S.lineHeight,"1.33"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",S.textTransform,"inherit")},Vt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",xt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",S.fontSize,"10px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",S.letterSpacing,"0.33px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",S.lineHeight,"1.6"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",S.textTransform,"inherit")},jt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",xt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",S.fontSize,"10px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",S.letterSpacing,"1.5px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",S.lineHeight,"1.6"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",S.textTransform,"uppercase")},gt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-button-font-family","",xt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-button-font-size","",S.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",S.fontWeight,"600"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",S.letterSpacing,"1.246px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-button-line-height","",S.lineHeight,"1.15"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",S.textTransform,"uppercase")},vr=at.css`
137
137
  .ft-typography--title {
138
- font-family: ${Dt.fontFamily};
139
- font-size: ${Dt.fontSize};
140
- font-weight: ${Dt.fontWeight};
141
- letter-spacing: ${Dt.letterSpacing};
142
- line-height: ${Dt.lineHeight};
143
- text-transform: ${Dt.textTransform};
138
+ font-family: ${Ut.fontFamily};
139
+ font-size: ${Ut.fontSize};
140
+ font-weight: ${Ut.fontWeight};
141
+ letter-spacing: ${Ut.letterSpacing};
142
+ line-height: ${Ut.lineHeight};
143
+ text-transform: ${Ut.textTransform};
144
144
  }
145
- `,Nr=it.css`
145
+ `,Nr=at.css`
146
146
  .ft-typography--title-dense {
147
147
  font-family: ${Gt.fontFamily};
148
148
  font-size: ${Gt.fontSize};
@@ -151,7 +151,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
151
151
  line-height: ${Gt.lineHeight};
152
152
  text-transform: ${Gt.textTransform};
153
153
  }
154
- `,Er=it.css`
154
+ `,Er=at.css`
155
155
  .ft-typography--subtitle1 {
156
156
  font-family: ${Zt.fontFamily};
157
157
  font-size: ${Zt.fontSize};
@@ -160,17 +160,17 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
160
160
  line-height: ${Zt.lineHeight};
161
161
  text-transform: ${Zt.textTransform};
162
162
  }
163
- `,wr=it.css`
163
+ `,wr=at.css`
164
164
  .ft-typography--subtitle2 {
165
- font-family: ${Kt.fontFamily};
166
- font-size: ${Kt.fontSize};
167
- font-weight: ${Kt.fontWeight};
168
- letter-spacing: ${Kt.letterSpacing};
169
- line-height: ${Kt.lineHeight};
170
- text-transform: ${Kt.textTransform};
165
+ font-family: ${Ft.fontFamily};
166
+ font-size: ${Ft.fontSize};
167
+ font-weight: ${Ft.fontWeight};
168
+ letter-spacing: ${Ft.letterSpacing};
169
+ line-height: ${Ft.lineHeight};
170
+ text-transform: ${Ft.textTransform};
171
171
  }
172
172
 
173
- `,Rr=it.css`
173
+ `,Lr=at.css`
174
174
  .ft-typography--body1 {
175
175
  font-family: ${Mt.fontFamily};
176
176
  font-size: ${Mt.fontSize};
@@ -179,25 +179,25 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
179
179
  line-height: ${Mt.lineHeight};
180
180
  text-transform: ${Mt.textTransform};
181
181
  }
182
- `,Lr=it.css`
182
+ `,Rr=at.css`
183
183
  .ft-typography--body2 {
184
- font-family: ${gt.fontFamily};
185
- font-size: ${gt.fontSize};
186
- font-weight: ${gt.fontWeight};
187
- letter-spacing: ${gt.letterSpacing};
188
- line-height: ${gt.lineHeight};
189
- text-transform: ${gt.textTransform};
184
+ font-family: ${ut.fontFamily};
185
+ font-size: ${ut.fontSize};
186
+ font-weight: ${ut.fontWeight};
187
+ letter-spacing: ${ut.letterSpacing};
188
+ line-height: ${ut.lineHeight};
189
+ text-transform: ${ut.textTransform};
190
190
  }
191
- `,Ar=it.css`
191
+ `,$r=at.css`
192
192
  .ft-typography--caption {
193
- font-family: ${Ft.fontFamily};
194
- font-size: ${Ft.fontSize};
195
- font-weight: ${Ft.fontWeight};
196
- letter-spacing: ${Ft.letterSpacing};
197
- line-height: ${Ft.lineHeight};
198
- text-transform: ${Ft.textTransform};
193
+ font-family: ${Kt.fontFamily};
194
+ font-size: ${Kt.fontSize};
195
+ font-weight: ${Kt.fontWeight};
196
+ letter-spacing: ${Kt.letterSpacing};
197
+ line-height: ${Kt.lineHeight};
198
+ text-transform: ${Kt.textTransform};
199
199
  }
200
- `,$r=it.css`
200
+ `,Ar=at.css`
201
201
  .ft-typography--breadcrumb {
202
202
  font-family: ${Vt.fontFamily};
203
203
  font-size: ${Vt.fontSize};
@@ -206,7 +206,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
206
206
  line-height: ${Vt.lineHeight};
207
207
  text-transform: ${Vt.textTransform};
208
208
  }
209
- `,Ir=it.css`
209
+ `,Ir=at.css`
210
210
  .ft-typography--overline {
211
211
  font-family: ${jt.fontFamily};
212
212
  font-size: ${jt.fontSize};
@@ -215,20 +215,20 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
215
215
  line-height: ${jt.lineHeight};
216
216
  text-transform: ${jt.textTransform};
217
217
  }
218
- `,Pr=it.css`
218
+ `,Br=at.css`
219
219
  .ft-typography--button {
220
- font-family: ${ut.fontFamily};
221
- font-size: ${ut.fontSize};
222
- font-weight: ${ut.fontWeight};
223
- letter-spacing: ${ut.letterSpacing};
224
- line-height: ${ut.lineHeight};
225
- text-transform: ${ut.textTransform};
220
+ font-family: ${gt.fontFamily};
221
+ font-size: ${gt.fontSize};
222
+ font-weight: ${gt.fontWeight};
223
+ letter-spacing: ${gt.letterSpacing};
224
+ line-height: ${gt.lineHeight};
225
+ text-transform: ${gt.textTransform};
226
226
  }
227
- `,Wr=it.css`
227
+ `,Pr=at.css`
228
228
  .ft-typography {
229
229
  vertical-align: inherit;
230
230
  }
231
- `,Br=[Object.keys(Ne).map(e=>Sr(e))];var zr=function(e,o,n,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,p;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,n,i);else for(var s=e.length-1;s>=0;s--)(p=e[s])&&(c=(l<3?p(c):l>3?p(o,n,c):p(o,n))||c);return l>3&&c&&Object.defineProperty(o,n,c),c},Y=class extends Tr.FtLitElement{constructor(){super(...arguments),this.variant=nt.body1}render(){return this.element?Xe`
231
+ `,Wr=[Object.keys(Ne).map(e=>Or(e))];var zr=function(e,o,n,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(c<3?s(l):c>3?s(o,n,l):s(o,n))||l);return c>3&&l&&Object.defineProperty(o,n,l),l},X=class extends kr.FtLitElement{constructor(){super(...arguments),this.variant=nt.body1}render(){return this.element?Xe`
232
232
  <${Ye(this.element)}
233
233
  part="text"
234
234
  class="ft-typography ft-typography--${this.variant}">
@@ -236,7 +236,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
236
236
  </${Ye(this.element)}>
237
237
  `:Xe`
238
238
  <slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
239
- `}};Y.styles=[vr,Nr,Er,wr,Rr,Lr,Ar,$r,Ir,Pr,Wr,...Br];zr([(0,qe.property)()],Y.prototype,"element",void 0);zr([(0,qe.property)()],Y.prototype,"variant",void 0);(0,kr.customElement)("ft-typography")(Y);var Kr=m(L());var se=m(_()),Wt=m(ht()),Gr=m(L()),Zr=m(_r());var Yt;(function(e){e.ADD_TO_PBK="&#xe800;",e.ALERT="&#xe801;",e.ADD_ALERT="&#xe802;",e.BACK_TO_SEARCH="&#xe803;",e.ADD_BOOKMARK="&#xe804;",e.BOOKMARK="&#xe805;",e.BOOKS="&#xe806;",e.MENU="&#xe807;",e.DOWNLOAD="&#xe808;",e.EDIT="&#xe809;",e.FEEDBACK="&#xe80a;",e.HOME="&#xe80b;",e.MODIFY_PBK="&#xe80c;",e.SCHEDULED="&#xe80d;",e.SEARCH="&#xe80e;",e.EXPORT="&#xe80f;",e.TOC="&#xe810;",e.WRITE_UGC="&#xe811;",e.TRASH="&#xe812;",e.USER="&#xe813;",e.EXTLINK="&#xe814;",e.CALENDAR="&#xe815;",e.OFFLINE="&#xe816;",e.BOOK="&#xe817;",e.DOWNLOAD_PLAIN="&#xe818;",e.CHECK="&#xe819;",e.STAR_PLAIN="&#xe900;",e.TOPICS="&#xe901;",e.DISC="&#xe902;",e.CIRCLE="&#xe903;",e.SHARED="&#xe904;",e.SORT_UNSORTED="&#xe905;",e.SORT_UP="&#xe906;",e.SORT_DOWN="&#xe907;",e.WORKING="&#xe908;",e.CLOSE="&#xe909;",e.ZOOM_OUT="&#xe90a;",e.ZOOM_IN="&#xe90b;",e.ZOOM_REALSIZE="&#xe90c;",e.ZOOM_FULLSCREEN="&#xe90d;",e.ADMIN_RESTRICTED="&#xe90e;",e.ADMIN="&#xe90f;",e.ADMIN_KHUB="&#xe910;",e.ADMIN_THEME="&#xe911;",e.ADMIN_USERS="&#xe912;",e.WARNING="&#xe913;",e.CONTEXT="&#xe914;",e.SEARCH_HOME="&#xe915;",e.STEPS="&#xe916;",e.ICON_EXPAND="&#xe917;",e.ICON_COLLAPSE="&#xe918;",e.INFO="&#xe919;",e.MINUS_PLAIN="&#xe91a;",e.PLUS_PLAIN="&#xe91b;",e.FACET_HAS_DESCENDANT="&#xe91c;",e.TRIANGLE_BOTTOM="&#xe91d;",e.TRIANGLE_LEFT="&#xe91e;",e.TRIANGLE_RIGHT="&#xe91f;",e.TRIANGLE_TOP="&#xe920;",e.THIN_ARROW="&#xe921;",e.SIGN_IN="&#xe922;",e.LOGOUT="&#xe923;",e.TRANSLATE="&#xe924;",e.CLOSE_PLAIN="&#xe925;",e.CHECK_PLAIN="&#xe926;",e.ARTICLE="&#xe927;",e.COLUMNS="&#xe928;",e.ANALYTICS="&#xe929;",e.COLLECTIONS="&#xe92a;",e.ARROW_DOWN="&#xe92b;",e.ARROW_LEFT="&#xe92c;",e.ARROW_RIGHT="&#xe92d;",e.ARROW_UP="&#xe92e;",e.SEARCH_IN_PUBLICATION="&#xe92f;",e.COPY_TO_CLIPBOARD="&#xe930;",e.SHARED_PBK="&#xe931;",e.ATTACHMENTS="&#xe932;",e.STRIPE_ARROW_LEFT="&#xe933;",e.STRIPE_ARROW_RIGHT="&#xe934;",e.FILTERS="&#xe935;",e.DOT="&#xe936;",e.MINUS="&#xe937;",e.PLUS="&#xe938;",e.MAILS_AND_NOTIFICATIONS="&#xe939;",e.SAVE="&#xe93a;",e.LOCKER="&#xe93b;",e.ADMIN_INTEGRATION="&#xe93c;",e.SYNC="&#xe93d;",e.TAG="&#xe93e;",e.BOOK_PLAIN="&#xe93f;",e.UPLOAD="&#xe940;",e.ONLINE="&#xe941;",e.TAG_PLAIN="&#xe942;",e.ACCOUNT_SETTINGS="&#xe943;",e.PRINT="&#xe944;",e.DEFAULT_ROLES="&#xe945;",e.SHORTCUT_MENU="&#xe946;",e.RELATIVES_PLAIN="&#xe947;",e.RELATIVES="&#xe948;",e.PAUSE="&#xe949;",e.PLAY="&#xe94a;",e.ADMIN_PORTAL="&#xe94b;",e.STAR="&#xe94c;",e.THUMBS_DOWN="&#xe94d;",e.THUMBS_DOWN_PLAIN="&#xe94e;",e.THUMBS_UP="&#xe94f;",e.THUMBS_UP_PLAIN="&#xe950;",e.FEEDBACK_PLAIN="&#xe951;",e.RATE_PLAIN="&#xe952;",e.RATE="&#xe953;",e.OFFLINE_SETTINGS="&#xe954;",e.MY_COLLECTIONS="&#xe955;",e.THIN_ARROW_LEFT="&#xe956;",e.THIN_ARROW_RIGHT="&#xe957;",e.RESET="&#xe958;",e.MY_LIBRARY="&#xe959;",e.UNSTRUCTURED_DOC="&#xe95a;",e.CONTEXTUAL="&#xe95b;",e.THIN_ARROW_UP="&#xe95c;",e.ARROW_RIGHT_TO_LINE="&#xe95d;",e.DESKTOP="&#xe95e;",e.TABLET_LANDSCAPE="&#xe95f;",e.TABLET_PORTRAIT="&#xe960;",e.MOBILE_LANDSCAPE="&#xe961;",e.MOBILE_PORTRAIT="&#xe962;",e.DIAGRAM_SUNBURST="&#xe963;",e.DIAGRAM_SANKEY="&#xe964;",e.COMMENT_QUESTION="&#xe965;",e.COMMENT_QUESTION_PLAIN="&#xe966;",e.MESSAGE_BOT="&#xe967;",e.CHART_SIMPLE="&#xe968;",e.BARS_PROGRESS="&#xe969;",e.BOOK_OPEN_GEAR="&#xe96a;",e.BOOK_OPEN_GEAR_SLASH="&#xe96b;",e.LINE_CHART="&#xe96c;",e.STACKED_CHART="&#xe96d;",e.CHART_BAR_STACKED="&#xe96e;",e.CHART_BAR_GROUPED="&#xe96f;",e.EYE_SLASH="&#xe970;",e.X_MARK="&#xe971;",e.EXPAND_WIDE="&#xe972;",e.PIP="&#xe973;",e.PIP_WIDE="&#xe974;",e.LIFE_RING="&#xe975;",e.GLOBE="&#xe976;",e.PIGGY_BANK="&#xe977;",e.EXTLINK_LIGHT="&#xe978;",e.CLONE="&#xe979;",e.CLONE_LINK_SIMPLE="&#xe97a;",e.CHART_BAR_NORMALIZED="&#xe97b;",e.CONSUMER="&#xe97c;",e.OCTAGON_XMARK="&#xe97d;",e.HOURGLASS_HALF="&#xe97e;",e.CLOCK="&#xe97f;",e.CLOCK_THREE="&#xe97f;",e.CALENDAR_DAY="&#xe980;",e.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",e.WAND_MAGIC_SPARKLES="&#xe982;",e.PAPER_PLANE="&#xe983;",e.CIRCLE_STOP="&#xe984;",e.ARROW_ROTATE_RIGHT="&#xe985;",e.ARROWS_ROTATE="&#xe986;",e.ALIGN_RIGHT="&#xe987;",e.FORMAT_CLEAR="&#xe988;",e.ALIGN_CENTER="&#xe989;",e.ALIGN_LEFT="&#xe98a;",e.PALETTE="&#xe98b;",e.BOLD="&#xe98c;",e.ITALIC="&#xe98d;",e.UNDERLINE="&#xe98e;",e.STRIKETHROUGH="&#xe98f;",e.LINK_SIMPLE_SLASH="&#xe990;",e.LINK_SIMPLE="&#xe991;",e.ROUTE="&#xe992;",e.CIRCLE_USER_SLASH="&#xe993;",e.CIRCLE_USER_CHECK="&#xe994;",e.LIST_MAGNIFYING_GLASS="&#xe995;",e.MEDAL="&#xe996;",e.THUMBS_UP_THUMBS_DOWN_SOLID="&#xe997;",e.ARROW_TURN_DOWN_RIGHT="&#xe998;",e.FLASK="&#xe999;",e.LOCK_KEYHOLE_OPEN_SOLID="&#xe99a;",e.HOURGLASS_END="&#xe99b;",e.CIRCLE_QUESTION="&#xe99c;",e.EYE="&#xf06e;",e.SHARE="&#xe80f1;"})(Yt||(Yt={}));var h;(function(e){e.UNKNOWN="&#xe90a;",e.ABW="&#xe900;",e.AUDIO="&#xe901;",e.AVI="&#xe902;",e.CHM="&#xe904;",e.CODE="&#xe905;",e.CSV="&#xe903;",e.DITA="&#xe906;",e.EPUB="&#xe907;",e.EXCEL="&#xe908;",e.FLAC="&#xe909;",e.GIF="&#xe90b;",e.GZIP="&#xe90c;",e.HTML="&#xe90d;",e.IMAGE="&#xe90e;",e.JPEG="&#xe90f;",e.JSON="&#xe910;",e.M4A="&#xe911;",e.MOV="&#xe912;",e.MP3="&#xe913;",e.MP4="&#xe914;",e.OGG="&#xe915;",e.PDF="&#xe916;",e.PNG="&#xe917;",e.POWERPOINT="&#xe918;",e.RAR="&#xe91a;",e.STP="&#xe91b;",e.TEXT="&#xe91c;",e.VIDEO="&#xe91e;",e.WAV="&#xe91f;",e.WMA="&#xe920;",e.WORD="&#xe921;",e.XML="&#xe922;",e.YAML="&#xe919;",e.ZIP="&#xe923;"})(h||(h={}));var Pp=new Map([...["abw"].map(e=>[e,h.ABW]),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map(e=>[e,h.AUDIO]),...["avi"].map(e=>[e,h.AVI]),...["chm","xhs"].map(e=>[e,h.CHM]),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map(e=>[e,h.CODE]),...["csv"].map(e=>[e,h.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,h.DITA]),...["epub"].map(e=>[e,h.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,h.EXCEL]),...["flac"].map(e=>[e,h.FLAC]),...["gif"].map(e=>[e,h.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,h.GZIP]),...["html","htm","xhtml"].map(e=>[e,h.HTML]),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map(e=>[e,h.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,h.JPEG]),...["json"].map(e=>[e,h.JSON]),...["m4a","m4p"].map(e=>[e,h.M4A]),...["mov","qt"].map(e=>[e,h.MOV]),...["mp3"].map(e=>[e,h.MP3]),...["mp4","m4v"].map(e=>[e,h.MP4]),...["ogg","oga"].map(e=>[e,h.OGG]),...["pdf","ps"].map(e=>[e,h.PDF]),...["png"].map(e=>[e,h.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,h.POWERPOINT]),...["rar"].map(e=>[e,h.RAR]),...["stp"].map(e=>[e,h.STP]),...["txt","rtf","md","mdown"].map(e=>[e,h.TEXT]),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map(e=>[e,h.VIDEO]),...["wav"].map(e=>[e,h.WAV]),...["wma"].map(e=>[e,h.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,h.WORD]),...["xml","xsl","rdf"].map(e=>[e,h.XML]),...["yaml","yml","x-yaml"].map(e=>[e,h.YAML]),...["zip"].map(e=>[e,h.ZIP])]);var Wp={[h.ABW]:"#91ABC6",[h.AUDIO]:"#1795E3",[h.AVI]:"#E63324",[h.CHM]:"#71C3EB",[h.CODE]:"#71C3EB",[h.CSV]:"#1F7345",[h.DITA]:"#71C3EB",[h.EPUB]:"#85B926",[h.EXCEL]:"#1F7345",[h.FLAC]:"#1795E3",[h.GIF]:"#59B031",[h.GZIP]:"#F8AB36",[h.HTML]:"#71C3EB",[h.IMAGE]:"#59B031",[h.JPEG]:"#59B031",[h.JSON]:"#71C3EB",[h.M4A]:"#1795E3",[h.MOV]:"#E63324",[h.MP3]:"#1795E3",[h.MP4]:"#E63324",[h.OGG]:"#1795E3",[h.PDF]:"#E44948",[h.PNG]:"#59B031",[h.POWERPOINT]:"#B54A2B",[h.RAR]:"#F8AB36",[h.STP]:"#3764B1",[h.TEXT]:"#3162AB",[h.UNKNOWN]:"#999999",[h.VIDEO]:"#E63324",[h.WAV]:"#1795E3",[h.WMA]:"#1795E3",[h.WORD]:"#3162AB",[h.XML]:"#71C3EB",[h.YAML]:"#71C3EB",[h.ZIP]:"#F8AB36"};var Ur=m(_()),Ot=m(L()),T={size:Ot.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:Ot.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",Ot.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:Ot.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",Ot.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:Ot.FtCssVariableFactory.extend("--ft-icon-material-font-family","",Ot.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:Ot.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},Dr=Ur.css`
239
+ `}};X.styles=[vr,Nr,Er,wr,Lr,Rr,$r,Ar,Ir,Br,Pr,...Wr];zr([(0,qe.property)()],X.prototype,"element",void 0);zr([(0,qe.property)()],X.prototype,"variant",void 0);(0,Tr.customElement)("ft-typography")(X);var Fr=b(R());var de=b(D()),Pt=b(yt()),Gr=b(R()),Zr=b(_r());var Yt;(function(e){e.ADD_TO_PBK="&#xe800;",e.ALERT="&#xe801;",e.ADD_ALERT="&#xe802;",e.BACK_TO_SEARCH="&#xe803;",e.ADD_BOOKMARK="&#xe804;",e.BOOKMARK="&#xe805;",e.BOOKS="&#xe806;",e.MENU="&#xe807;",e.DOWNLOAD="&#xe808;",e.EDIT="&#xe809;",e.FEEDBACK="&#xe80a;",e.HOME="&#xe80b;",e.MODIFY_PBK="&#xe80c;",e.SCHEDULED="&#xe80d;",e.SEARCH="&#xe80e;",e.EXPORT="&#xe80f;",e.TOC="&#xe810;",e.WRITE_UGC="&#xe811;",e.TRASH="&#xe812;",e.USER="&#xe813;",e.EXTLINK="&#xe814;",e.CALENDAR="&#xe815;",e.OFFLINE="&#xe816;",e.BOOK="&#xe817;",e.DOWNLOAD_PLAIN="&#xe818;",e.CHECK="&#xe819;",e.STAR_PLAIN="&#xe900;",e.TOPICS="&#xe901;",e.DISC="&#xe902;",e.CIRCLE="&#xe903;",e.SHARED="&#xe904;",e.SORT_UNSORTED="&#xe905;",e.SORT_UP="&#xe906;",e.SORT_DOWN="&#xe907;",e.WORKING="&#xe908;",e.CLOSE="&#xe909;",e.ZOOM_OUT="&#xe90a;",e.ZOOM_IN="&#xe90b;",e.ZOOM_REALSIZE="&#xe90c;",e.ZOOM_FULLSCREEN="&#xe90d;",e.ADMIN_RESTRICTED="&#xe90e;",e.ADMIN="&#xe90f;",e.ADMIN_KHUB="&#xe910;",e.ADMIN_THEME="&#xe911;",e.ADMIN_USERS="&#xe912;",e.WARNING="&#xe913;",e.CONTEXT="&#xe914;",e.SEARCH_HOME="&#xe915;",e.STEPS="&#xe916;",e.ICON_EXPAND="&#xe917;",e.ICON_COLLAPSE="&#xe918;",e.INFO="&#xe919;",e.MINUS_PLAIN="&#xe91a;",e.PLUS_PLAIN="&#xe91b;",e.FACET_HAS_DESCENDANT="&#xe91c;",e.TRIANGLE_BOTTOM="&#xe91d;",e.TRIANGLE_LEFT="&#xe91e;",e.TRIANGLE_RIGHT="&#xe91f;",e.TRIANGLE_TOP="&#xe920;",e.THIN_ARROW="&#xe921;",e.SIGN_IN="&#xe922;",e.LOGOUT="&#xe923;",e.TRANSLATE="&#xe924;",e.CLOSE_PLAIN="&#xe925;",e.CHECK_PLAIN="&#xe926;",e.ARTICLE="&#xe927;",e.COLUMNS="&#xe928;",e.ANALYTICS="&#xe929;",e.COLLECTIONS="&#xe92a;",e.ARROW_DOWN="&#xe92b;",e.ARROW_LEFT="&#xe92c;",e.ARROW_RIGHT="&#xe92d;",e.ARROW_UP="&#xe92e;",e.SEARCH_IN_PUBLICATION="&#xe92f;",e.COPY_TO_CLIPBOARD="&#xe930;",e.SHARED_PBK="&#xe931;",e.ATTACHMENTS="&#xe932;",e.STRIPE_ARROW_LEFT="&#xe933;",e.STRIPE_ARROW_RIGHT="&#xe934;",e.FILTERS="&#xe935;",e.DOT="&#xe936;",e.MINUS="&#xe937;",e.PLUS="&#xe938;",e.MAILS_AND_NOTIFICATIONS="&#xe939;",e.SAVE="&#xe93a;",e.LOCKER="&#xe93b;",e.ADMIN_INTEGRATION="&#xe93c;",e.SYNC="&#xe93d;",e.TAG="&#xe93e;",e.BOOK_PLAIN="&#xe93f;",e.UPLOAD="&#xe940;",e.ONLINE="&#xe941;",e.TAG_PLAIN="&#xe942;",e.ACCOUNT_SETTINGS="&#xe943;",e.PRINT="&#xe944;",e.DEFAULT_ROLES="&#xe945;",e.SHORTCUT_MENU="&#xe946;",e.RELATIVES_PLAIN="&#xe947;",e.RELATIVES="&#xe948;",e.PAUSE="&#xe949;",e.PLAY="&#xe94a;",e.ADMIN_PORTAL="&#xe94b;",e.STAR="&#xe94c;",e.THUMBS_DOWN="&#xe94d;",e.THUMBS_DOWN_PLAIN="&#xe94e;",e.THUMBS_UP="&#xe94f;",e.THUMBS_UP_PLAIN="&#xe950;",e.FEEDBACK_PLAIN="&#xe951;",e.RATE_PLAIN="&#xe952;",e.RATE="&#xe953;",e.OFFLINE_SETTINGS="&#xe954;",e.MY_COLLECTIONS="&#xe955;",e.THIN_ARROW_LEFT="&#xe956;",e.THIN_ARROW_RIGHT="&#xe957;",e.RESET="&#xe958;",e.MY_LIBRARY="&#xe959;",e.UNSTRUCTURED_DOC="&#xe95a;",e.CONTEXTUAL="&#xe95b;",e.THIN_ARROW_UP="&#xe95c;",e.ARROW_RIGHT_TO_LINE="&#xe95d;",e.DESKTOP="&#xe95e;",e.TABLET_LANDSCAPE="&#xe95f;",e.TABLET_PORTRAIT="&#xe960;",e.MOBILE_LANDSCAPE="&#xe961;",e.MOBILE_PORTRAIT="&#xe962;",e.DIAGRAM_SUNBURST="&#xe963;",e.DIAGRAM_SANKEY="&#xe964;",e.COMMENT_QUESTION="&#xe965;",e.COMMENT_QUESTION_PLAIN="&#xe966;",e.MESSAGE_BOT="&#xe967;",e.CHART_SIMPLE="&#xe968;",e.BARS_PROGRESS="&#xe969;",e.BOOK_OPEN_GEAR="&#xe96a;",e.BOOK_OPEN_GEAR_SLASH="&#xe96b;",e.LINE_CHART="&#xe96c;",e.STACKED_CHART="&#xe96d;",e.CHART_BAR_STACKED="&#xe96e;",e.CHART_BAR_GROUPED="&#xe96f;",e.EYE_SLASH="&#xe970;",e.X_MARK="&#xe971;",e.EXPAND_WIDE="&#xe972;",e.PIP="&#xe973;",e.PIP_WIDE="&#xe974;",e.LIFE_RING="&#xe975;",e.GLOBE="&#xe976;",e.PIGGY_BANK="&#xe977;",e.EXTLINK_LIGHT="&#xe978;",e.CLONE="&#xe979;",e.CLONE_LINK_SIMPLE="&#xe97a;",e.CHART_BAR_NORMALIZED="&#xe97b;",e.CONSUMER="&#xe97c;",e.OCTAGON_XMARK="&#xe97d;",e.HOURGLASS_HALF="&#xe97e;",e.CLOCK="&#xe97f;",e.CLOCK_THREE="&#xe97f;",e.CALENDAR_DAY="&#xe980;",e.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",e.WAND_MAGIC_SPARKLES="&#xe982;",e.PAPER_PLANE="&#xe983;",e.CIRCLE_STOP="&#xe984;",e.ARROW_ROTATE_RIGHT="&#xe985;",e.ARROWS_ROTATE="&#xe986;",e.ALIGN_RIGHT="&#xe987;",e.FORMAT_CLEAR="&#xe988;",e.ALIGN_CENTER="&#xe989;",e.ALIGN_LEFT="&#xe98a;",e.PALETTE="&#xe98b;",e.BOLD="&#xe98c;",e.ITALIC="&#xe98d;",e.UNDERLINE="&#xe98e;",e.STRIKETHROUGH="&#xe98f;",e.LINK_SIMPLE_SLASH="&#xe990;",e.LINK_SIMPLE="&#xe991;",e.ROUTE="&#xe992;",e.CIRCLE_USER_SLASH="&#xe993;",e.CIRCLE_USER_CHECK="&#xe994;",e.LIST_MAGNIFYING_GLASS="&#xe995;",e.MEDAL="&#xe996;",e.THUMBS_UP_THUMBS_DOWN_SOLID="&#xe997;",e.ARROW_TURN_DOWN_RIGHT="&#xe998;",e.FLASK="&#xe999;",e.LOCK_KEYHOLE_OPEN_SOLID="&#xe99a;",e.HOURGLASS_END="&#xe99b;",e.CIRCLE_QUESTION="&#xe99c;",e.EYE="&#xf06e;",e.SHARE="&#xe80f1;"})(Yt||(Yt={}));var g;(function(e){e.UNKNOWN="&#xe90a;",e.ABW="&#xe900;",e.AUDIO="&#xe901;",e.AVI="&#xe902;",e.CHM="&#xe904;",e.CODE="&#xe905;",e.CSV="&#xe903;",e.DITA="&#xe906;",e.EPUB="&#xe907;",e.EXCEL="&#xe908;",e.FLAC="&#xe909;",e.GIF="&#xe90b;",e.GZIP="&#xe90c;",e.HTML="&#xe90d;",e.IMAGE="&#xe90e;",e.JPEG="&#xe90f;",e.JSON="&#xe910;",e.M4A="&#xe911;",e.MOV="&#xe912;",e.MP3="&#xe913;",e.MP4="&#xe914;",e.OGG="&#xe915;",e.PDF="&#xe916;",e.PNG="&#xe917;",e.POWERPOINT="&#xe918;",e.RAR="&#xe91a;",e.STP="&#xe91b;",e.TEXT="&#xe91c;",e.VIDEO="&#xe91e;",e.WAV="&#xe91f;",e.WMA="&#xe920;",e.WORD="&#xe921;",e.XML="&#xe922;",e.YAML="&#xe919;",e.ZIP="&#xe923;"})(g||(g={}));var Ts=new Map([...["abw"].map(e=>[e,g.ABW]),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map(e=>[e,g.AUDIO]),...["avi"].map(e=>[e,g.AVI]),...["chm","xhs"].map(e=>[e,g.CHM]),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map(e=>[e,g.CODE]),...["csv"].map(e=>[e,g.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,g.DITA]),...["epub"].map(e=>[e,g.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,g.EXCEL]),...["flac"].map(e=>[e,g.FLAC]),...["gif"].map(e=>[e,g.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,g.GZIP]),...["html","htm","xhtml"].map(e=>[e,g.HTML]),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map(e=>[e,g.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,g.JPEG]),...["json"].map(e=>[e,g.JSON]),...["m4a","m4p"].map(e=>[e,g.M4A]),...["mov","qt"].map(e=>[e,g.MOV]),...["mp3"].map(e=>[e,g.MP3]),...["mp4","m4v"].map(e=>[e,g.MP4]),...["ogg","oga"].map(e=>[e,g.OGG]),...["pdf","ps"].map(e=>[e,g.PDF]),...["png"].map(e=>[e,g.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,g.POWERPOINT]),...["rar"].map(e=>[e,g.RAR]),...["stp"].map(e=>[e,g.STP]),...["txt","rtf","md","mdown"].map(e=>[e,g.TEXT]),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map(e=>[e,g.VIDEO]),...["wav"].map(e=>[e,g.WAV]),...["wma"].map(e=>[e,g.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,g.WORD]),...["xml","xsl","rdf"].map(e=>[e,g.XML]),...["yaml","yml","x-yaml"].map(e=>[e,g.YAML]),...["zip"].map(e=>[e,g.ZIP])]);var Hs={[g.ABW]:"#91ABC6",[g.AUDIO]:"#1795E3",[g.AVI]:"#E63324",[g.CHM]:"#71C3EB",[g.CODE]:"#71C3EB",[g.CSV]:"#1F7345",[g.DITA]:"#71C3EB",[g.EPUB]:"#85B926",[g.EXCEL]:"#1F7345",[g.FLAC]:"#1795E3",[g.GIF]:"#59B031",[g.GZIP]:"#F8AB36",[g.HTML]:"#71C3EB",[g.IMAGE]:"#59B031",[g.JPEG]:"#59B031",[g.JSON]:"#71C3EB",[g.M4A]:"#1795E3",[g.MOV]:"#E63324",[g.MP3]:"#1795E3",[g.MP4]:"#E63324",[g.OGG]:"#1795E3",[g.PDF]:"#E44948",[g.PNG]:"#59B031",[g.POWERPOINT]:"#B54A2B",[g.RAR]:"#F8AB36",[g.STP]:"#3764B1",[g.TEXT]:"#3162AB",[g.UNKNOWN]:"#999999",[g.VIDEO]:"#E63324",[g.WAV]:"#1795E3",[g.WMA]:"#1795E3",[g.WORD]:"#3162AB",[g.XML]:"#71C3EB",[g.YAML]:"#71C3EB",[g.ZIP]:"#F8AB36"};var Dr=b(D()),St=b(R()),T={size:St.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:St.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",St.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:St.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",St.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:St.FtCssVariableFactory.extend("--ft-icon-material-font-family","",St.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:St.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},Ur=Dr.css`
240
240
  :host, i.ft-icon {
241
241
  display: inline-flex;
242
242
  align-items: center;
@@ -284,12 +284,12 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
284
284
  .ft-icon--material {
285
285
  font-family: ${T.materialFontFamily}, "Material Icons", sans-serif;
286
286
  }
287
- `;var at;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(at||(at={}));var Re=function(e,o,n,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,p;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,n,i);else for(var s=e.length-1;s>=0;s--)(p=e[s])&&(c=(l<3?p(c):l>3?p(o,n,c):p(o,n))||c);return l>3&&c&&Object.defineProperty(o,n,c),c},M=class extends Gr.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=se.nothing}render(){let o=this.variant&&Object.values(at).includes(this.variant)?this.variant:at.fluid_topics,n=o!==at.material||!!this.value;return se.html`
287
+ `;var it;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(it||(it={}));var Le=function(e,o,n,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(c<3?s(l):c>3?s(o,n,l):s(o,n))||l);return c>3&&l&&Object.defineProperty(o,n,l),l},K=class extends Gr.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=de.nothing}render(){let o=this.variant&&Object.values(it).includes(this.variant)?this.variant:it.fluid_topics,n=o!==it.material||!!this.value;return de.html`
288
288
  <i class="ft-icon ft-icon--${o}" part="icon icon-${o}">
289
289
  ${(0,Zr.unsafeHTML)(this.resolvedIcon)}
290
290
  <slot ?hidden=${n}></slot>
291
291
  </i>
292
- `}get textContent(){var o,n;return(n=(o=this.slottedContent)===null||o===void 0?void 0:o.assignedNodes().map(i=>i.textContent).join("").trim())!==null&&n!==void 0?n:""}update(o){super.update(o),["value","variant"].some(n=>o.has(n))&&this.resolveIcon()}resolveIcon(){var o,n;let i=this.value||this.textContent;switch(this.variant){case at.file_format:this.resolvedIcon=(o=h[i.replace("-","_").toUpperCase()])!==null&&o!==void 0?o:i;break;case at.material:this.resolvedIcon=this.value||se.nothing;break;default:this.resolvedIcon=(n=Yt[i.replace("-","_").toUpperCase()])!==null&&n!==void 0?n:i;break}}firstUpdated(o){super.firstUpdated(o),setTimeout(()=>this.resolveIcon())}};M.elementDefinitions={};M.styles=Dr;Re([(0,Wt.property)()],M.prototype,"variant",void 0);Re([(0,Wt.property)()],M.prototype,"value",void 0);Re([(0,Wt.state)()],M.prototype,"resolvedIcon",void 0);Re([(0,Wt.query)("slot")],M.prototype,"slottedContent",void 0);(0,Kr.customElement)("ft-icon")(M);var ke=m(_()),S=m(L());var po=m(L());var be=m(ht()),An=m(L());var Yr=m(_()),O=m(L());var Mr=m(_()),de=m(L()),X={color:de.FtCssVariableFactory.extend("--ft-loader-color","",de.designSystemVariables.colorPrimary),size:de.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},Fr=Mr.css`
292
+ `}get textContent(){var o,n;return(n=(o=this.slottedContent)===null||o===void 0?void 0:o.assignedNodes().map(i=>i.textContent).join("").trim())!==null&&n!==void 0?n:""}update(o){super.update(o),["value","variant"].some(n=>o.has(n))&&this.resolveIcon()}resolveIcon(){var o,n;let i=this.value||this.textContent;switch(this.variant){case it.file_format:this.resolvedIcon=(o=g[i.replace("-","_").toUpperCase()])!==null&&o!==void 0?o:i;break;case it.material:this.resolvedIcon=this.value||de.nothing;break;default:this.resolvedIcon=(n=Yt[i.replace("-","_").toUpperCase()])!==null&&n!==void 0?n:i;break}}firstUpdated(o){super.firstUpdated(o),setTimeout(()=>this.resolveIcon())}};K.elementDefinitions={};K.styles=Ur;Le([(0,Pt.property)()],K.prototype,"variant",void 0);Le([(0,Pt.property)()],K.prototype,"value",void 0);Le([(0,Pt.state)()],K.prototype,"resolvedIcon",void 0);Le([(0,Pt.query)("slot")],K.prototype,"slottedContent",void 0);(0,Fr.customElement)("ft-icon")(K);var Te=b(D()),v=b(R());var so=b(R());var be=b(yt()),$n=b(R());var Yr=b(D()),C=b(R());var Mr=b(D()),pe=b(R()),A={color:pe.FtCssVariableFactory.extend("--ft-loader-color","",pe.designSystemVariables.colorPrimary),size:pe.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},Kr=Mr.css`
293
293
  :host {
294
294
  line-height: 0;
295
295
  }
@@ -298,8 +298,8 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
298
298
  display: inline-block;
299
299
  position: relative;
300
300
 
301
- width: ${X.size};
302
- height: ${X.size};
301
+ width: ${A.size};
302
+ height: ${A.size};
303
303
  }
304
304
 
305
305
  .ft-loader div {
@@ -308,7 +308,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
308
308
  width: 25%;
309
309
  height: 25%;
310
310
  border-radius: 50%;
311
- background: ${X.color};
311
+ background: ${A.color};
312
312
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
313
313
  }
314
314
 
@@ -355,10 +355,10 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
355
355
  transform: translate(0, 0);
356
356
  }
357
357
  100% {
358
- transform: translate(calc(0.35 * ${X.size}), 0);
358
+ transform: translate(calc(0.35 * ${A.size}), 0);
359
359
  }
360
360
  }
361
- `;var Vr=O.FtCssVariableFactory.extend("--ft-button-color","",O.designSystemVariables.colorPrimary),$={backgroundColor:O.FtCssVariableFactory.extend("--ft-button-background-color","",O.designSystemVariables.colorSurface),borderRadius:O.FtCssVariableFactory.extend("--ft-button-border-radius","",O.designSystemVariables.borderRadiusL),color:Vr,fontSize:O.FtCssVariableFactory.extend("--ft-button-font-size","",ut.fontSize),iconSize:O.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:O.FtCssVariableFactory.extend("--ft-button-ripple-color","",Vr),verticalPadding:O.FtCssVariableFactory.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:O.FtCssVariableFactory.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:O.FtCssVariableFactory.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:O.FtCssVariableFactory.external(O.designSystemVariables.colorOpacityDisabled,"Design system")},jr=O.FtCssVariableFactory.extend("--ft-button-primary-color","",O.FtCssVariableFactory.extend("--ft-button-color","",O.designSystemVariables.colorOnPrimary)),Je={backgroundColor:O.FtCssVariableFactory.extend("--ft-button-primary-background-color","",O.FtCssVariableFactory.extend("--ft-button-background-color","",O.designSystemVariables.colorPrimary)),color:jr,rippleColor:O.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",jr)},mt={borderRadius:O.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",O.FtCssVariableFactory.extend("--ft-button-border-radius","",O.designSystemVariables.borderRadiusM)),verticalPadding:O.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:O.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:O.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px")},Xr=[Yr.css`
361
+ `;var Vr=C.FtCssVariableFactory.extend("--ft-button-color","",C.designSystemVariables.colorPrimary),I={backgroundColor:C.FtCssVariableFactory.extend("--ft-button-background-color","",C.designSystemVariables.colorSurface),borderRadius:C.FtCssVariableFactory.extend("--ft-button-border-radius","",C.designSystemVariables.borderRadiusL),color:Vr,fontSize:C.FtCssVariableFactory.extend("--ft-button-font-size","",gt.fontSize),iconSize:C.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:C.FtCssVariableFactory.extend("--ft-button-ripple-color","",Vr),verticalPadding:C.FtCssVariableFactory.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:C.FtCssVariableFactory.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:C.FtCssVariableFactory.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:C.FtCssVariableFactory.external(C.designSystemVariables.colorOpacityDisabled,"Design system")},jr=C.FtCssVariableFactory.extend("--ft-button-primary-color","",C.FtCssVariableFactory.extend("--ft-button-color","",C.designSystemVariables.colorOnPrimary)),Je={backgroundColor:C.FtCssVariableFactory.extend("--ft-button-primary-background-color","",C.FtCssVariableFactory.extend("--ft-button-background-color","",C.designSystemVariables.colorPrimary)),color:jr,rippleColor:C.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",jr)},mt={borderRadius:C.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",C.FtCssVariableFactory.extend("--ft-button-border-radius","",C.designSystemVariables.borderRadiusM)),verticalPadding:C.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:C.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:C.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px")},Xr=[Yr.css`
362
362
  :host {
363
363
  display: inline-block;
364
364
  max-width: 100%;
@@ -369,7 +369,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
369
369
  box-shadow: 0px 0px 0px transparent;
370
370
  border: 0px solid transparent;
371
371
  text-shadow: 0px 0px 0px transparent;
372
- font-size: ${$.fontSize};
372
+ font-size: ${I.fontSize};
373
373
  }
374
374
 
375
375
  button:hover {
@@ -398,21 +398,21 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
398
398
  border: none;
399
399
  pointer-events: auto;
400
400
 
401
- --ft-button-internal-line-height: max(calc(${$.fontSize} + 2px), ${$.iconSize});
402
- --ft-button-internal-color: ${$.color};
403
- ${(0,O.setVariable)(T.size,$.iconSize)};
404
- ${(0,O.setVariable)(N.color,$.rippleColor)};
401
+ --ft-button-internal-line-height: max(calc(${I.fontSize} + 2px), ${I.iconSize});
402
+ --ft-button-internal-color: ${I.color};
403
+ ${(0,C.setVariable)(T.size,I.iconSize)};
404
+ ${(0,C.setVariable)(u.color,I.rippleColor)};
405
405
 
406
- border-radius: ${$.borderRadius};
407
- padding: ${$.verticalPadding} ${$.horizontalPadding};
408
- background-color: ${$.backgroundColor};
406
+ border-radius: ${I.borderRadius};
407
+ padding: ${I.verticalPadding} ${I.horizontalPadding};
408
+ background-color: ${I.backgroundColor};
409
409
  color: var(--ft-button-internal-color);
410
410
  -webkit-mask-image: radial-gradient(white, black);
411
411
  }
412
412
 
413
413
  .ft-button.ft-button--outlined {
414
414
  border: 1px solid var(--ft-button-internal-color);
415
- padding: calc(${$.verticalPadding} - 1px) calc(${$.horizontalPadding} - 1px);
415
+ padding: calc(${I.verticalPadding} - 1px) calc(${I.horizontalPadding} - 1px);
416
416
  }
417
417
 
418
418
  .ft-button.ft-button--dense {
@@ -430,7 +430,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
430
430
  }
431
431
 
432
432
  .ft-button--round {
433
- border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${$.verticalPadding});
433
+ border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${I.verticalPadding});
434
434
  }
435
435
 
436
436
  .ft-button--round.ft-button--dense {
@@ -439,13 +439,13 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
439
439
 
440
440
  .ft-button[disabled] {
441
441
  filter: grayscale(1);
442
- opacity: ${$.opacityDisabled};
442
+ opacity: ${I.opacityDisabled};
443
443
  }
444
444
 
445
445
  .ft-button.ft-button--primary {
446
446
  background-color: ${Je.backgroundColor};
447
447
  --ft-button-internal-color: ${Je.color};
448
- ${(0,O.setVariable)(N.color,Je.rippleColor)};
448
+ ${(0,C.setVariable)(u.color,Je.rippleColor)};
449
449
  }
450
450
 
451
451
  .ft-button:focus {
@@ -458,9 +458,9 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
458
458
  white-space: nowrap;
459
459
  text-overflow: ellipsis;
460
460
  display: block;
461
- margin: 0 ${$.iconPadding};
462
- ${(0,O.setVariable)(ut.fontSize,"1em")};
463
- ${(0,O.setVariable)(ut.lineHeight,"var(--ft-button-internal-line-height)")};
461
+ margin: 0 ${I.iconPadding};
462
+ ${(0,C.setVariable)(gt.fontSize,"1em")};
463
+ ${(0,C.setVariable)(gt.lineHeight,"var(--ft-button-internal-line-height)")};
464
464
  }
465
465
 
466
466
  .ft-button--dense .ft-button--label {
@@ -477,8 +477,8 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
477
477
  }
478
478
 
479
479
  .ft-button--label[hidden] + [part="icon"] {
480
- margin: 0 calc(${$.horizontalPadding} * -1);
481
- padding: 0 ${$.verticalPadding};
480
+ margin: 0 calc(${I.horizontalPadding} * -1);
481
+ padding: 0 ${I.verticalPadding};
482
482
  }
483
483
 
484
484
  .ft-button--dense .ft-button--label[hidden] + [part="icon"] {
@@ -491,10 +491,10 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
491
491
  }
492
492
 
493
493
  ft-loader {
494
- ${(0,O.setVariable)(X.size,$.iconSize)};
495
- ${(0,O.setVariable)(X.color,"var(--ft-button-internal-color)")};
494
+ ${(0,C.setVariable)(A.size,I.iconSize)};
495
+ ${(0,C.setVariable)(A.color,"var(--ft-button-internal-color)")};
496
496
  }
497
- `,O.noTextSelect];var ee=m(L());var Nn=m(L());var vn=m(_()),U=m(ht()),ye=m(L());var qr=m(_()),St=m(L()),Xt={distance:St.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:St.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:St.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:St.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:St.FtCssVariableFactory.external(St.designSystemVariables.borderRadiusS,"Design system"),maxWidth:St.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Jr=qr.css`
497
+ `,C.noTextSelect];var ee=b(R());var Nn=b(R());var vn=b(D()),U=b(yt()),he=b(R());var qr=b(D()),Ot=b(R()),Xt={distance:Ot.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Ot.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Ot.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:Ot.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:Ot.FtCssVariableFactory.external(Ot.designSystemVariables.borderRadiusS,"Design system"),maxWidth:Ot.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Jr=qr.css`
498
498
  .ft-tooltip--container {
499
499
  display: block;
500
500
  }
@@ -523,7 +523,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
523
523
  position: relative;
524
524
  word-break: break-word;
525
525
  }
526
- `;var tn=["top","right","bottom","left"],Qr=["start","end"],to=tn.reduce((e,o)=>e.concat(o,o+"-"+Qr[0],o+"-"+Qr[1]),[]),fe=Math.min,Lt=Math.max,he=Math.round;var Ct=e=>({x:e,y:e}),ti={left:"right",right:"left",bottom:"top",top:"bottom"},ei={start:"end",end:"start"};function eo(e,o,n){return Lt(e,fe(o,n))}function Le(e,o){return typeof e=="function"?e(o):e}function qt(e){return e.split("-")[0]}function At(e){return e.split("-")[1]}function oo(e){return e==="x"?"y":"x"}function ro(e){return e==="y"?"height":"width"}function Ae(e){return["top","bottom"].includes(qt(e))?"y":"x"}function no(e){return oo(Ae(e))}function en(e,o,n){n===void 0&&(n=!1);let i=At(e),l=no(e),c=ro(l),p=l==="x"?i===(n?"end":"start")?"right":"left":i==="start"?"bottom":"top";return o.reference[c]>o.floating[c]&&(p=Qe(p)),[p,Qe(p)]}function on(e){return e.replace(/start|end/g,o=>ei[o])}function Qe(e){return e.replace(/left|right|bottom|top/g,o=>ti[o])}function oi(e){return{top:0,right:0,bottom:0,left:0,...e}}function rn(e){return typeof e!="number"?oi(e):{top:e,right:e,bottom:e,left:e}}function Bt(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}function nn(e,o,n){let{reference:i,floating:l}=e,c=Ae(o),p=no(o),s=ro(p),d=qt(o),u=c==="y",x=i.x+i.width/2-l.width/2,y=i.y+i.height/2-l.height/2,w=i[s]/2-l[s]/2,C;switch(d){case"top":C={x,y:i.y-l.height};break;case"bottom":C={x,y:i.y+i.height};break;case"right":C={x:i.x+i.width,y};break;case"left":C={x:i.x-l.width,y};break;default:C={x:i.x,y:i.y}}switch(At(o)){case"start":C[p]-=w*(n&&u?-1:1);break;case"end":C[p]+=w*(n&&u?-1:1);break}return C}var an=async(e,o,n)=>{let{placement:i="bottom",strategy:l="absolute",middleware:c=[],platform:p}=n,s=c.filter(Boolean),d=await(p.isRTL==null?void 0:p.isRTL(o)),u=await p.getElementRects({reference:e,floating:o,strategy:l}),{x,y}=nn(u,i,d),w=i,C={},R=0;for(let W=0;W<s.length;W++){let{name:k,fn:B}=s[W],{x:H,y:V,data:Et,reset:K}=await B({x,y,initialPlacement:i,placement:w,strategy:l,middlewareData:C,rects:u,platform:p,elements:{reference:e,floating:o}});if(x=H??x,y=V??y,C={...C,[k]:{...C[k],...Et}},K&&R<=50){R++,typeof K=="object"&&(K.placement&&(w=K.placement),K.rects&&(u=K.rects===!0?await p.getElementRects({reference:e,floating:o,strategy:l}):K.rects),{x,y}=nn(u,w,d)),W=-1;continue}}return{x,y,placement:w,strategy:l,middlewareData:C}};async function io(e,o){var n;o===void 0&&(o={});let{x:i,y:l,platform:c,rects:p,elements:s,strategy:d}=e,{boundary:u="clippingAncestors",rootBoundary:x="viewport",elementContext:y="floating",altBoundary:w=!1,padding:C=0}=Le(o,e),R=rn(C),k=s[w?y==="floating"?"reference":"floating":y],B=Bt(await c.getClippingRect({element:(n=await(c.isElement==null?void 0:c.isElement(k)))==null||n?k:k.contextElement||await(c.getDocumentElement==null?void 0:c.getDocumentElement(s.floating)),boundary:u,rootBoundary:x,strategy:d})),H=y==="floating"?{...p.floating,x:i,y:l}:p.reference,V=await(c.getOffsetParent==null?void 0:c.getOffsetParent(s.floating)),Et=await(c.isElement==null?void 0:c.isElement(V))?await(c.getScale==null?void 0:c.getScale(V))||{x:1,y:1}:{x:1,y:1},K=Bt(c.convertOffsetParentRelativeRectToViewportRelativeRect?await c.convertOffsetParentRelativeRectToViewportRelativeRect({rect:H,offsetParent:V,strategy:d}):H);return{top:(B.top-K.top+R.top)/Et.y,bottom:(K.bottom-B.bottom+R.bottom)/Et.y,left:(B.left-K.left+R.left)/Et.x,right:(K.right-B.right+R.right)/Et.x}}function ri(e,o,n){return(e?[...n.filter(l=>At(l)===e),...n.filter(l=>At(l)!==e)]:n.filter(l=>qt(l)===l)).filter(l=>e?At(l)===e||(o?on(l)!==l:!1):!0)}var ao=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(o){var n,i,l;let{rects:c,middlewareData:p,placement:s,platform:d,elements:u}=o,{crossAxis:x=!1,alignment:y,allowedPlacements:w=to,autoAlignment:C=!0,...R}=Le(e,o),W=y!==void 0||w===to?ri(y||null,C,w):w,k=await io(o,R),B=((n=p.autoPlacement)==null?void 0:n.index)||0,H=W[B];if(H==null)return{};let V=en(H,c,await(d.isRTL==null?void 0:d.isRTL(u.floating)));if(s!==H)return{reset:{placement:W[0]}};let Et=[k[qt(H)],k[V[0]],k[V[1]]],K=[...((i=p.autoPlacement)==null?void 0:i.overflows)||[],{placement:H,overflows:Et}],uo=W[B+1];if(uo)return{data:{index:B+1,overflows:K},reset:{placement:uo}};let mo=K.map(ft=>{let oe=At(ft.placement);return[ft.placement,oe&&x?ft.overflows.slice(0,2).reduce((Un,Dn)=>Un+Dn,0):ft.overflows[0],ft.overflows]}).sort((ft,oe)=>ft[1]-oe[1]),yo=((l=mo.filter(ft=>ft[2].slice(0,At(ft[0])?2:3).every(oe=>oe<=0))[0])==null?void 0:l[0])||mo[0][0];return yo!==s?{data:{index:B+1,overflows:K},reset:{placement:yo}}:{}}}};var lo=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(o){let{x:n,y:i,placement:l}=o,{mainAxis:c=!0,crossAxis:p=!1,limiter:s={fn:k=>{let{x:B,y:H}=k;return{x:B,y:H}}},...d}=Le(e,o),u={x:n,y:i},x=await io(o,d),y=Ae(qt(l)),w=oo(y),C=u[w],R=u[y];if(c){let k=w==="y"?"top":"left",B=w==="y"?"bottom":"right",H=C+x[k],V=C-x[B];C=eo(H,C,V)}if(p){let k=y==="y"?"top":"left",B=y==="y"?"bottom":"right",H=R+x[k],V=R-x[B];R=eo(H,R,V)}let W=s.fn({...o,[w]:C,[y]:R});return{...W,data:{x:W.x-n,y:W.y-i}}}}};function vt(e){return cn(e)?(e.nodeName||"").toLowerCase():"#document"}function Q(e){var o;return(e==null||(o=e.ownerDocument)==null?void 0:o.defaultView)||window}function Nt(e){var o;return(o=(cn(e)?e.ownerDocument:e.document)||window.document)==null?void 0:o.documentElement}function cn(e){return e instanceof Node||e instanceof Q(e).Node}function yt(e){return e instanceof Element||e instanceof Q(e).Element}function ct(e){return e instanceof HTMLElement||e instanceof Q(e).HTMLElement}function ln(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Q(e).ShadowRoot}function Jt(e){let{overflow:o,overflowX:n,overflowY:i,display:l}=ot(e);return/auto|scroll|overlay|hidden|clip/.test(o+i+n)&&!["inline","contents"].includes(l)}function pn(e){return["table","td","th"].includes(vt(e))}function Ie(e){let o=Pe(),n=ot(e);return n.transform!=="none"||n.perspective!=="none"||(n.containerType?n.containerType!=="normal":!1)||!o&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!o&&(n.filter?n.filter!=="none":!1)||["transform","perspective","filter"].some(i=>(n.willChange||"").includes(i))||["paint","layout","strict","content"].some(i=>(n.contain||"").includes(i))}function sn(e){let o=zt(e);for(;ct(o)&&!ge(o);){if(Ie(o))return o;o=zt(o)}return null}function Pe(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function ge(e){return["html","body","#document"].includes(vt(e))}function ot(e){return Q(e).getComputedStyle(e)}function ue(e){return yt(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function zt(e){if(vt(e)==="html")return e;let o=e.assignedSlot||e.parentNode||ln(e)&&e.host||Nt(e);return ln(o)?o.host:o}function dn(e){let o=zt(e);return ge(o)?e.ownerDocument?e.ownerDocument.body:e.body:ct(o)&&Jt(o)?o:dn(o)}function $e(e,o,n){var i;o===void 0&&(o=[]),n===void 0&&(n=!0);let l=dn(e),c=l===((i=e.ownerDocument)==null?void 0:i.body),p=Q(l);return c?o.concat(p,p.visualViewport||[],Jt(l)?l:[],p.frameElement&&n?$e(p.frameElement):[]):o.concat(l,$e(l,[],n))}function gn(e){let o=ot(e),n=parseFloat(o.width)||0,i=parseFloat(o.height)||0,l=ct(e),c=l?e.offsetWidth:n,p=l?e.offsetHeight:i,s=he(n)!==c||he(i)!==p;return s&&(n=c,i=p),{width:n,height:i,$:s}}function un(e){return yt(e)?e:e.contextElement}function Qt(e){let o=un(e);if(!ct(o))return Ct(1);let n=o.getBoundingClientRect(),{width:i,height:l,$:c}=gn(o),p=(c?he(n.width):n.width)/i,s=(c?he(n.height):n.height)/l;return(!p||!Number.isFinite(p))&&(p=1),(!s||!Number.isFinite(s))&&(s=1),{x:p,y:s}}var ai=Ct(0);function mn(e){let o=Q(e);return!Pe()||!o.visualViewport?ai:{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}}function li(e,o,n){return o===void 0&&(o=!1),!n||o&&n!==Q(e)?!1:o}function me(e,o,n,i){o===void 0&&(o=!1),n===void 0&&(n=!1);let l=e.getBoundingClientRect(),c=un(e),p=Ct(1);o&&(i?yt(i)&&(p=Qt(i)):p=Qt(e));let s=li(c,n,i)?mn(c):Ct(0),d=(l.left+s.x)/p.x,u=(l.top+s.y)/p.y,x=l.width/p.x,y=l.height/p.y;if(c){let w=Q(c),C=i&&yt(i)?Q(i):i,R=w.frameElement;for(;R&&i&&C!==w;){let W=Qt(R),k=R.getBoundingClientRect(),B=ot(R),H=k.left+(R.clientLeft+parseFloat(B.paddingLeft))*W.x,V=k.top+(R.clientTop+parseFloat(B.paddingTop))*W.y;d*=W.x,u*=W.y,x*=W.x,y*=W.y,d+=H,u+=V,R=Q(R).frameElement}}return Bt({width:x,height:y,x:d,y:u})}function ci(e){let{rect:o,offsetParent:n,strategy:i}=e,l=ct(n),c=Nt(n);if(n===c)return o;let p={scrollLeft:0,scrollTop:0},s=Ct(1),d=Ct(0);if((l||!l&&i!=="fixed")&&((vt(n)!=="body"||Jt(c))&&(p=ue(n)),ct(n))){let u=me(n);s=Qt(n),d.x=u.x+n.clientLeft,d.y=u.y+n.clientTop}return{width:o.width*s.x,height:o.height*s.y,x:o.x*s.x-p.scrollLeft*s.x+d.x,y:o.y*s.y-p.scrollTop*s.y+d.y}}function pi(e){return Array.from(e.getClientRects())}function yn(e){return me(Nt(e)).left+ue(e).scrollLeft}function si(e){let o=Nt(e),n=ue(e),i=e.ownerDocument.body,l=Lt(o.scrollWidth,o.clientWidth,i.scrollWidth,i.clientWidth),c=Lt(o.scrollHeight,o.clientHeight,i.scrollHeight,i.clientHeight),p=-n.scrollLeft+yn(e),s=-n.scrollTop;return ot(i).direction==="rtl"&&(p+=Lt(o.clientWidth,i.clientWidth)-l),{width:l,height:c,x:p,y:s}}function di(e,o){let n=Q(e),i=Nt(e),l=n.visualViewport,c=i.clientWidth,p=i.clientHeight,s=0,d=0;if(l){c=l.width,p=l.height;let u=Pe();(!u||u&&o==="fixed")&&(s=l.offsetLeft,d=l.offsetTop)}return{width:c,height:p,x:s,y:d}}function fi(e,o){let n=me(e,!0,o==="fixed"),i=n.top+e.clientTop,l=n.left+e.clientLeft,c=ct(e)?Qt(e):Ct(1),p=e.clientWidth*c.x,s=e.clientHeight*c.y,d=l*c.x,u=i*c.y;return{width:p,height:s,x:d,y:u}}function fn(e,o,n){let i;if(o==="viewport")i=di(e,n);else if(o==="document")i=si(Nt(e));else if(yt(o))i=fi(o,n);else{let l=mn(e);i={...o,x:o.x-l.x,y:o.y-l.y}}return Bt(i)}function bn(e,o){let n=zt(e);return n===o||!yt(n)||ge(n)?!1:ot(n).position==="fixed"||bn(n,o)}function hi(e,o){let n=o.get(e);if(n)return n;let i=$e(e,[],!1).filter(s=>yt(s)&&vt(s)!=="body"),l=null,c=ot(e).position==="fixed",p=c?zt(e):e;for(;yt(p)&&!ge(p);){let s=ot(p),d=Ie(p);!d&&s.position==="fixed"&&(l=null),(c?!d&&!l:!d&&s.position==="static"&&!!l&&["absolute","fixed"].includes(l.position)||Jt(p)&&!d&&bn(e,p))?i=i.filter(x=>x!==p):l=s,p=zt(p)}return o.set(e,i),i}function gi(e){let{element:o,boundary:n,rootBoundary:i,strategy:l}=e,p=[...n==="clippingAncestors"?hi(o,this._c):[].concat(n),i],s=p[0],d=p.reduce((u,x)=>{let y=fn(o,x,l);return u.top=Lt(y.top,u.top),u.right=fe(y.right,u.right),u.bottom=fe(y.bottom,u.bottom),u.left=Lt(y.left,u.left),u},fn(o,s,l));return{width:d.right-d.left,height:d.bottom-d.top,x:d.left,y:d.top}}function ui(e){return gn(e)}function mi(e,o,n){let i=ct(o),l=Nt(o),c=n==="fixed",p=me(e,!0,c,o),s={scrollLeft:0,scrollTop:0},d=Ct(0);if(i||!i&&!c)if((vt(o)!=="body"||Jt(l))&&(s=ue(o)),i){let u=me(o,!0,c,o);d.x=u.x+o.clientLeft,d.y=u.y+o.clientTop}else l&&(d.x=yn(l));return{x:p.left+s.scrollLeft-d.x,y:p.top+s.scrollTop-d.y,width:p.width,height:p.height}}function hn(e,o){return!ct(e)||ot(e).position==="fixed"?null:o?o(e):e.offsetParent}function xn(e,o){let n=Q(e);if(!ct(e))return n;let i=hn(e,o);for(;i&&pn(i)&&ot(i).position==="static";)i=hn(i,o);return i&&(vt(i)==="html"||vt(i)==="body"&&ot(i).position==="static"&&!Ie(i))?n:i||sn(e)||n}var yi=async function(e){let{reference:o,floating:n,strategy:i}=e,l=this.getOffsetParent||xn,c=this.getDimensions;return{reference:mi(o,await l(n),i),floating:{x:0,y:0,...await c(n)}}};function bi(e){return ot(e).direction==="rtl"}var We={convertOffsetParentRelativeRectToViewportRelativeRect:ci,getDocumentElement:Nt,getClippingRect:gi,getOffsetParent:xn,getElementRects:yi,getClientRects:pi,getDimensions:ui,getScale:Qt,isElement:yt,isRTL:bi};var On=(e,o,n)=>{let i=new Map,l={platform:We,...n},c={...l.platform,_c:i};return an(e,o,{...l,platform:c})};function Sn(e){return xi(e)}function co(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function xi(e){for(let o=e;o;o=co(o))if(o instanceof Element&&getComputedStyle(o).display==="none")return null;for(let o=co(e);o;o=co(o)){if(!(o instanceof Element))continue;let n=getComputedStyle(o);if(n.display!=="contents"&&(n.position!=="static"||n.filter!=="none"||o.tagName==="BODY"))return o}return null}async function Cn(e,o,n){return On(e,o,{platform:{...We,getOffsetParent:i=>We.getOffsetParent(i,Sn)},middleware:[lo({crossAxis:!0}),ao({allowedPlacements:[n]})]})}var tt=function(e,o,n,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,p;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,n,i);else for(var s=e.length-1;s>=0;s--)(p=e[s])&&(c=(l<3?p(c):l>3?p(o,n,c):p(o,n))||c);return l>3&&c&&Object.defineProperty(o,n,c),c},I=class extends ye.FtLitElement{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new ye.Debouncer,this.revealDebouncer=new ye.Debouncer}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return vn.html`
526
+ `;var tn=["top","right","bottom","left"],Qr=["start","end"],to=tn.reduce((e,o)=>e.concat(o,o+"-"+Qr[0],o+"-"+Qr[1]),[]),fe=Math.min,Rt=Math.max,ye=Math.round;var Ct=e=>({x:e,y:e}),ta={left:"right",right:"left",bottom:"top",top:"bottom"},ea={start:"end",end:"start"};function eo(e,o,n){return Rt(e,fe(o,n))}function Re(e,o){return typeof e=="function"?e(o):e}function qt(e){return e.split("-")[0]}function $t(e){return e.split("-")[1]}function oo(e){return e==="x"?"y":"x"}function ro(e){return e==="y"?"height":"width"}function $e(e){return["top","bottom"].includes(qt(e))?"y":"x"}function no(e){return oo($e(e))}function en(e,o,n){n===void 0&&(n=!1);let i=$t(e),c=no(e),l=ro(c),s=c==="x"?i===(n?"end":"start")?"right":"left":i==="start"?"bottom":"top";return o.reference[l]>o.floating[l]&&(s=Qe(s)),[s,Qe(s)]}function on(e){return e.replace(/start|end/g,o=>ea[o])}function Qe(e){return e.replace(/left|right|bottom|top/g,o=>ta[o])}function oa(e){return{top:0,right:0,bottom:0,left:0,...e}}function rn(e){return typeof e!="number"?oa(e):{top:e,right:e,bottom:e,left:e}}function Wt(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}function nn(e,o,n){let{reference:i,floating:c}=e,l=$e(o),s=no(o),p=ro(s),y=qt(o),h=l==="y",O=i.x+i.width/2-c.width/2,x=i.y+i.height/2-c.height/2,w=i[p]/2-c[p]/2,N;switch(y){case"top":N={x:O,y:i.y-c.height};break;case"bottom":N={x:O,y:i.y+i.height};break;case"right":N={x:i.x+i.width,y:x};break;case"left":N={x:i.x-c.width,y:x};break;default:N={x:i.x,y:i.y}}switch($t(o)){case"start":N[s]-=w*(n&&h?-1:1);break;case"end":N[s]+=w*(n&&h?-1:1);break}return N}var an=async(e,o,n)=>{let{placement:i="bottom",strategy:c="absolute",middleware:l=[],platform:s}=n,p=l.filter(Boolean),y=await(s.isRTL==null?void 0:s.isRTL(o)),h=await s.getElementRects({reference:e,floating:o,strategy:c}),{x:O,y:x}=nn(h,i,y),w=i,N={},L=0;for(let W=0;W<p.length;W++){let{name:H,fn:z}=p[W],{x:_,y:j,data:Et,reset:M}=await z({x:O,y:x,initialPlacement:i,placement:w,strategy:c,middlewareData:N,rects:h,platform:s,elements:{reference:e,floating:o}});if(O=_??O,x=j??x,N={...N,[H]:{...N[H],...Et}},M&&L<=50){L++,typeof M=="object"&&(M.placement&&(w=M.placement),M.rects&&(h=M.rects===!0?await s.getElementRects({reference:e,floating:o,strategy:c}):M.rects),{x:O,y:x}=nn(h,w,y)),W=-1;continue}}return{x:O,y:x,placement:w,strategy:c,middlewareData:N}};async function ao(e,o){var n;o===void 0&&(o={});let{x:i,y:c,platform:l,rects:s,elements:p,strategy:y}=e,{boundary:h="clippingAncestors",rootBoundary:O="viewport",elementContext:x="floating",altBoundary:w=!1,padding:N=0}=Re(o,e),L=rn(N),H=p[w?x==="floating"?"reference":"floating":x],z=Wt(await l.getClippingRect({element:(n=await(l.isElement==null?void 0:l.isElement(H)))==null||n?H:H.contextElement||await(l.getDocumentElement==null?void 0:l.getDocumentElement(p.floating)),boundary:h,rootBoundary:O,strategy:y})),_=x==="floating"?{...s.floating,x:i,y:c}:s.reference,j=await(l.getOffsetParent==null?void 0:l.getOffsetParent(p.floating)),Et=await(l.isElement==null?void 0:l.isElement(j))?await(l.getScale==null?void 0:l.getScale(j))||{x:1,y:1}:{x:1,y:1},M=Wt(l.convertOffsetParentRelativeRectToViewportRelativeRect?await l.convertOffsetParentRelativeRectToViewportRelativeRect({rect:_,offsetParent:j,strategy:y}):_);return{top:(z.top-M.top+L.top)/Et.y,bottom:(M.bottom-z.bottom+L.bottom)/Et.y,left:(z.left-M.left+L.left)/Et.x,right:(M.right-z.right+L.right)/Et.x}}function ra(e,o,n){return(e?[...n.filter(c=>$t(c)===e),...n.filter(c=>$t(c)!==e)]:n.filter(c=>qt(c)===c)).filter(c=>e?$t(c)===e||(o?on(c)!==c:!1):!0)}var io=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(o){var n,i,c;let{rects:l,middlewareData:s,placement:p,platform:y,elements:h}=o,{crossAxis:O=!1,alignment:x,allowedPlacements:w=to,autoAlignment:N=!0,...L}=Re(e,o),W=x!==void 0||w===to?ra(x||null,N,w):w,H=await ao(o,L),z=((n=s.autoPlacement)==null?void 0:n.index)||0,_=W[z];if(_==null)return{};let j=en(_,l,await(y.isRTL==null?void 0:y.isRTL(h.floating)));if(p!==_)return{reset:{placement:W[0]}};let Et=[H[qt(_)],H[j[0]],H[j[1]]],M=[...((i=s.autoPlacement)==null?void 0:i.overflows)||[],{placement:_,overflows:Et}],go=W[z+1];if(go)return{data:{index:z+1,overflows:M},reset:{placement:go}};let mo=M.map(ft=>{let oe=$t(ft.placement);return[ft.placement,oe&&O?ft.overflows.slice(0,2).reduce((Dn,Un)=>Dn+Un,0):ft.overflows[0],ft.overflows]}).sort((ft,oe)=>ft[1]-oe[1]),ho=((c=mo.filter(ft=>ft[2].slice(0,$t(ft[0])?2:3).every(oe=>oe<=0))[0])==null?void 0:c[0])||mo[0][0];return ho!==p?{data:{index:z+1,overflows:M},reset:{placement:ho}}:{}}}};var co=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(o){let{x:n,y:i,placement:c}=o,{mainAxis:l=!0,crossAxis:s=!1,limiter:p={fn:H=>{let{x:z,y:_}=H;return{x:z,y:_}}},...y}=Re(e,o),h={x:n,y:i},O=await ao(o,y),x=$e(qt(c)),w=oo(x),N=h[w],L=h[x];if(l){let H=w==="y"?"top":"left",z=w==="y"?"bottom":"right",_=N+O[H],j=N-O[z];N=eo(_,N,j)}if(s){let H=x==="y"?"top":"left",z=x==="y"?"bottom":"right",_=L+O[H],j=L-O[z];L=eo(_,L,j)}let W=p.fn({...o,[w]:N,[x]:L});return{...W,data:{x:W.x-n,y:W.y-i}}}}};function vt(e){return ln(e)?(e.nodeName||"").toLowerCase():"#document"}function Q(e){var o;return(e==null||(o=e.ownerDocument)==null?void 0:o.defaultView)||window}function Nt(e){var o;return(o=(ln(e)?e.ownerDocument:e.document)||window.document)==null?void 0:o.documentElement}function ln(e){return e instanceof Node||e instanceof Q(e).Node}function ht(e){return e instanceof Element||e instanceof Q(e).Element}function lt(e){return e instanceof HTMLElement||e instanceof Q(e).HTMLElement}function cn(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Q(e).ShadowRoot}function Jt(e){let{overflow:o,overflowX:n,overflowY:i,display:c}=ot(e);return/auto|scroll|overlay|hidden|clip/.test(o+i+n)&&!["inline","contents"].includes(c)}function sn(e){return["table","td","th"].includes(vt(e))}function Ie(e){let o=Be(),n=ot(e);return n.transform!=="none"||n.perspective!=="none"||(n.containerType?n.containerType!=="normal":!1)||!o&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!o&&(n.filter?n.filter!=="none":!1)||["transform","perspective","filter"].some(i=>(n.willChange||"").includes(i))||["paint","layout","strict","content"].some(i=>(n.contain||"").includes(i))}function dn(e){let o=zt(e);for(;lt(o)&&!ue(o);){if(Ie(o))return o;o=zt(o)}return null}function Be(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function ue(e){return["html","body","#document"].includes(vt(e))}function ot(e){return Q(e).getComputedStyle(e)}function ge(e){return ht(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function zt(e){if(vt(e)==="html")return e;let o=e.assignedSlot||e.parentNode||cn(e)&&e.host||Nt(e);return cn(o)?o.host:o}function pn(e){let o=zt(e);return ue(o)?e.ownerDocument?e.ownerDocument.body:e.body:lt(o)&&Jt(o)?o:pn(o)}function Ae(e,o,n){var i;o===void 0&&(o=[]),n===void 0&&(n=!0);let c=pn(e),l=c===((i=e.ownerDocument)==null?void 0:i.body),s=Q(c);return l?o.concat(s,s.visualViewport||[],Jt(c)?c:[],s.frameElement&&n?Ae(s.frameElement):[]):o.concat(c,Ae(c,[],n))}function un(e){let o=ot(e),n=parseFloat(o.width)||0,i=parseFloat(o.height)||0,c=lt(e),l=c?e.offsetWidth:n,s=c?e.offsetHeight:i,p=ye(n)!==l||ye(i)!==s;return p&&(n=l,i=s),{width:n,height:i,$:p}}function gn(e){return ht(e)?e:e.contextElement}function Qt(e){let o=gn(e);if(!lt(o))return Ct(1);let n=o.getBoundingClientRect(),{width:i,height:c,$:l}=un(o),s=(l?ye(n.width):n.width)/i,p=(l?ye(n.height):n.height)/c;return(!s||!Number.isFinite(s))&&(s=1),(!p||!Number.isFinite(p))&&(p=1),{x:s,y:p}}var ia=Ct(0);function mn(e){let o=Q(e);return!Be()||!o.visualViewport?ia:{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}}function ca(e,o,n){return o===void 0&&(o=!1),!n||o&&n!==Q(e)?!1:o}function me(e,o,n,i){o===void 0&&(o=!1),n===void 0&&(n=!1);let c=e.getBoundingClientRect(),l=gn(e),s=Ct(1);o&&(i?ht(i)&&(s=Qt(i)):s=Qt(e));let p=ca(l,n,i)?mn(l):Ct(0),y=(c.left+p.x)/s.x,h=(c.top+p.y)/s.y,O=c.width/s.x,x=c.height/s.y;if(l){let w=Q(l),N=i&&ht(i)?Q(i):i,L=w.frameElement;for(;L&&i&&N!==w;){let W=Qt(L),H=L.getBoundingClientRect(),z=ot(L),_=H.left+(L.clientLeft+parseFloat(z.paddingLeft))*W.x,j=H.top+(L.clientTop+parseFloat(z.paddingTop))*W.y;y*=W.x,h*=W.y,O*=W.x,x*=W.y,y+=_,h+=j,L=Q(L).frameElement}}return Wt({width:O,height:x,x:y,y:h})}function la(e){let{rect:o,offsetParent:n,strategy:i}=e,c=lt(n),l=Nt(n);if(n===l)return o;let s={scrollLeft:0,scrollTop:0},p=Ct(1),y=Ct(0);if((c||!c&&i!=="fixed")&&((vt(n)!=="body"||Jt(l))&&(s=ge(n)),lt(n))){let h=me(n);p=Qt(n),y.x=h.x+n.clientLeft,y.y=h.y+n.clientTop}return{width:o.width*p.x,height:o.height*p.y,x:o.x*p.x-s.scrollLeft*p.x+y.x,y:o.y*p.y-s.scrollTop*p.y+y.y}}function sa(e){return Array.from(e.getClientRects())}function hn(e){return me(Nt(e)).left+ge(e).scrollLeft}function da(e){let o=Nt(e),n=ge(e),i=e.ownerDocument.body,c=Rt(o.scrollWidth,o.clientWidth,i.scrollWidth,i.clientWidth),l=Rt(o.scrollHeight,o.clientHeight,i.scrollHeight,i.clientHeight),s=-n.scrollLeft+hn(e),p=-n.scrollTop;return ot(i).direction==="rtl"&&(s+=Rt(o.clientWidth,i.clientWidth)-c),{width:c,height:l,x:s,y:p}}function pa(e,o){let n=Q(e),i=Nt(e),c=n.visualViewport,l=i.clientWidth,s=i.clientHeight,p=0,y=0;if(c){l=c.width,s=c.height;let h=Be();(!h||h&&o==="fixed")&&(p=c.offsetLeft,y=c.offsetTop)}return{width:l,height:s,x:p,y}}function fa(e,o){let n=me(e,!0,o==="fixed"),i=n.top+e.clientTop,c=n.left+e.clientLeft,l=lt(e)?Qt(e):Ct(1),s=e.clientWidth*l.x,p=e.clientHeight*l.y,y=c*l.x,h=i*l.y;return{width:s,height:p,x:y,y:h}}function fn(e,o,n){let i;if(o==="viewport")i=pa(e,n);else if(o==="document")i=da(Nt(e));else if(ht(o))i=fa(o,n);else{let c=mn(e);i={...o,x:o.x-c.x,y:o.y-c.y}}return Wt(i)}function bn(e,o){let n=zt(e);return n===o||!ht(n)||ue(n)?!1:ot(n).position==="fixed"||bn(n,o)}function ya(e,o){let n=o.get(e);if(n)return n;let i=Ae(e,[],!1).filter(p=>ht(p)&&vt(p)!=="body"),c=null,l=ot(e).position==="fixed",s=l?zt(e):e;for(;ht(s)&&!ue(s);){let p=ot(s),y=Ie(s);!y&&p.position==="fixed"&&(c=null),(l?!y&&!c:!y&&p.position==="static"&&!!c&&["absolute","fixed"].includes(c.position)||Jt(s)&&!y&&bn(e,s))?i=i.filter(O=>O!==s):c=p,s=zt(s)}return o.set(e,i),i}function ua(e){let{element:o,boundary:n,rootBoundary:i,strategy:c}=e,s=[...n==="clippingAncestors"?ya(o,this._c):[].concat(n),i],p=s[0],y=s.reduce((h,O)=>{let x=fn(o,O,c);return h.top=Rt(x.top,h.top),h.right=fe(x.right,h.right),h.bottom=fe(x.bottom,h.bottom),h.left=Rt(x.left,h.left),h},fn(o,p,c));return{width:y.right-y.left,height:y.bottom-y.top,x:y.left,y:y.top}}function ga(e){return un(e)}function ma(e,o,n){let i=lt(o),c=Nt(o),l=n==="fixed",s=me(e,!0,l,o),p={scrollLeft:0,scrollTop:0},y=Ct(0);if(i||!i&&!l)if((vt(o)!=="body"||Jt(c))&&(p=ge(o)),i){let h=me(o,!0,l,o);y.x=h.x+o.clientLeft,y.y=h.y+o.clientTop}else c&&(y.x=hn(c));return{x:s.left+p.scrollLeft-y.x,y:s.top+p.scrollTop-y.y,width:s.width,height:s.height}}function yn(e,o){return!lt(e)||ot(e).position==="fixed"?null:o?o(e):e.offsetParent}function xn(e,o){let n=Q(e);if(!lt(e))return n;let i=yn(e,o);for(;i&&sn(i)&&ot(i).position==="static";)i=yn(i,o);return i&&(vt(i)==="html"||vt(i)==="body"&&ot(i).position==="static"&&!Ie(i))?n:i||dn(e)||n}var ha=async function(e){let{reference:o,floating:n,strategy:i}=e,c=this.getOffsetParent||xn,l=this.getDimensions;return{reference:ma(o,await c(n),i),floating:{x:0,y:0,...await l(n)}}};function ba(e){return ot(e).direction==="rtl"}var Pe={convertOffsetParentRelativeRectToViewportRelativeRect:la,getDocumentElement:Nt,getClippingRect:ua,getOffsetParent:xn,getElementRects:ha,getClientRects:sa,getDimensions:ga,getScale:Qt,isElement:ht,isRTL:ba};var Sn=(e,o,n)=>{let i=new Map,c={platform:Pe,...n},l={...c.platform,_c:i};return an(e,o,{...c,platform:l})};function On(e){return xa(e)}function lo(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function xa(e){for(let o=e;o;o=lo(o))if(o instanceof Element&&getComputedStyle(o).display==="none")return null;for(let o=lo(e);o;o=lo(o)){if(!(o instanceof Element))continue;let n=getComputedStyle(o);if(n.display!=="contents"&&(n.position!=="static"||n.filter!=="none"||o.tagName==="BODY"))return o}return null}async function Cn(e,o,n){return Sn(e,o,{platform:{...Pe,getOffsetParent:i=>Pe.getOffsetParent(i,On)},middleware:[co({crossAxis:!0}),io({allowedPlacements:[n]})]})}var tt=function(e,o,n,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(c<3?s(l):c>3?s(o,n,l):s(o,n))||l);return c>3&&l&&Object.defineProperty(o,n,l),l},B=class extends he.FtLitElement{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new he.Debouncer,this.revealDebouncer=new he.Debouncer}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return vn.html`
527
527
  <div part="container"
528
528
  class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
529
529
  @mouseenter=${this.onHover}
@@ -541,16 +541,16 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
541
541
  </div>
542
542
  </div>
543
543
  </div>
544
- `}updated(o){o.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(o)}contentAvailableCallback(o){super.contentAvailableCallback(o),["visible","text"].some(n=>o.has(n))&&this.visible&&this.positionTooltip()}async show(o){this.visible=!0,o!=null&&await this.hideDebounce.run(()=>{this.hide()},o)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var o;return((o=this.slotNodes)!==null&&o!==void 0?o:[]).filter(n=>n.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let o=this.tooltipContent.style;switch(o.transition="none",this.validPosition){case"top":o.top=this.tooltip.clientHeight+"px",o.left="0";break;case"bottom":o.top=-this.tooltip.clientHeight+"px",o.left="0";break;case"left":o.top="0",o.left=this.tooltip.clientWidth+"px";break;case"right":o.top="0",o.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",Cn(this.slottedElement,this.tooltip,this.position).then(({x:o,y:n})=>{this.tooltip&&(this.tooltip.style.left=`${o}px`,this.tooltip.style.top=`${n}px`)})),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout(()=>window.addEventListener("touchstart",o=>{o.composedPath().includes(this.container)||this.onOut()},{once:!0}),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(o,n){return Math.max(o,Math.min(0,-n))}};I.elementDefinitions={"ft-typography":Y};I.styles=Jr;tt([(0,U.property)()],I.prototype,"text",void 0);tt([(0,U.property)({type:Boolean})],I.prototype,"manual",void 0);tt([(0,U.property)({type:Boolean})],I.prototype,"inline",void 0);tt([(0,U.property)({type:Number})],I.prototype,"delay",void 0);tt([(0,U.property)()],I.prototype,"position",void 0);tt([(0,U.queryAssignedNodes)()],I.prototype,"slotNodes",void 0);tt([(0,U.query)(".ft-tooltip--container")],I.prototype,"container",void 0);tt([(0,U.query)(".ft-tooltip")],I.prototype,"tooltip",void 0);tt([(0,U.query)(".ft-tooltip--content")],I.prototype,"tooltipContent",void 0);tt([(0,U.state)()],I.prototype,"visible",void 0);tt([(0,U.eventOptions)({passive:!0})],I.prototype,"onTouch",null);tt([(0,U.eventOptions)({passive:!0})],I.prototype,"onHover",null);tt([(0,U.eventOptions)({passive:!0})],I.prototype,"onOut",null);tt([(0,U.eventOptions)({passive:!0})],I.prototype,"onClick",null);(0,Nn.customElement)("ft-tooltip")(I);var Rn=m(L());var En=m(_()),wn=m(L());var Tt=class extends wn.FtLitElement{render(){return En.html`
544
+ `}updated(o){o.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(o)}contentAvailableCallback(o){super.contentAvailableCallback(o),["visible","text"].some(n=>o.has(n))&&this.visible&&this.positionTooltip()}async show(o){this.visible=!0,o!=null&&await this.hideDebounce.run(()=>{this.hide()},o)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var o;return((o=this.slotNodes)!==null&&o!==void 0?o:[]).filter(n=>n.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let o=this.tooltipContent.style;switch(o.transition="none",this.validPosition){case"top":o.top=this.tooltip.clientHeight+"px",o.left="0";break;case"bottom":o.top=-this.tooltip.clientHeight+"px",o.left="0";break;case"left":o.top="0",o.left=this.tooltip.clientWidth+"px";break;case"right":o.top="0",o.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",Cn(this.slottedElement,this.tooltip,this.position).then(({x:o,y:n})=>{this.tooltip&&(this.tooltip.style.left=`${o}px`,this.tooltip.style.top=`${n}px`)})),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout(()=>window.addEventListener("touchstart",o=>{o.composedPath().includes(this.container)||this.onOut()},{once:!0}),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(o,n){return Math.max(o,Math.min(0,-n))}};B.elementDefinitions={"ft-typography":X};B.styles=Jr;tt([(0,U.property)()],B.prototype,"text",void 0);tt([(0,U.property)({type:Boolean})],B.prototype,"manual",void 0);tt([(0,U.property)({type:Boolean})],B.prototype,"inline",void 0);tt([(0,U.property)({type:Number})],B.prototype,"delay",void 0);tt([(0,U.property)()],B.prototype,"position",void 0);tt([(0,U.queryAssignedNodes)()],B.prototype,"slotNodes",void 0);tt([(0,U.query)(".ft-tooltip--container")],B.prototype,"container",void 0);tt([(0,U.query)(".ft-tooltip")],B.prototype,"tooltip",void 0);tt([(0,U.query)(".ft-tooltip--content")],B.prototype,"tooltipContent",void 0);tt([(0,U.state)()],B.prototype,"visible",void 0);tt([(0,U.eventOptions)({passive:!0})],B.prototype,"onTouch",null);tt([(0,U.eventOptions)({passive:!0})],B.prototype,"onHover",null);tt([(0,U.eventOptions)({passive:!0})],B.prototype,"onOut",null);tt([(0,U.eventOptions)({passive:!0})],B.prototype,"onClick",null);(0,Nn.customElement)("ft-tooltip")(B);var Ln=b(R());var En=b(D()),wn=b(R());var kt=class extends wn.FtLitElement{render(){return En.html`
545
545
  <div class="ft-loader">
546
546
  <div></div>
547
547
  <div></div>
548
548
  <div></div>
549
549
  <div></div>
550
550
  </div>
551
- `}};Tt.styles=Fr;(0,Rn.customElement)("ft-loader")(Tt);var te=m(_()),Ln=m(ne()),F=m(ht()),et=function(e,o,n,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,p;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,n,i);else for(var s=e.length-1;s>=0;s--)(p=e[s])&&(c=(l<3?p(c):l>3?p(o,n,c):p(o,n))||c);return l>3&&c&&Object.defineProperty(o,n,c),c},P=class extends(0,ee.toFtFormComponent)(ee.FtLitElement,"button"){get buttonClasses(){return{}}get typographyVariant(){return""}constructor(){super(),this.role="button",this.type="button",this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.ariaLabel=null,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.addEventListener("click",o=>{var n;this.isDisabled()?(o.preventDefault(),o.stopPropagation(),o.stopImmediatePropagation()):this.type=="submit"&&((n=this.form)===null||n===void 0||n.requestSubmit())})}render(){var o;return this.addTooltipIfNeeded(te.html`
551
+ `}};kt.styles=Kr;(0,Ln.customElement)("ft-loader")(kt);var te=b(D()),Rn=b(ne()),V=b(yt()),et=function(e,o,n,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(c<3?s(l):c>3?s(o,n,l):s(o,n))||l);return c>3&&l&&Object.defineProperty(o,n,l),l},P=class extends(0,ee.toFtFormComponent)(ee.FtLitElement,"button"){get buttonClasses(){return{}}get typographyVariant(){return""}constructor(){super(),this.role="button",this.type="button",this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.ariaLabel=null,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.addEventListener("click",o=>{var n;this.isDisabled()?(o.preventDefault(),o.stopPropagation(),o.stopImmediatePropagation()):this.type=="submit"&&((n=this.form)===null||n===void 0||n.requestSubmit())})}render(){var o;return this.addTooltipIfNeeded(te.html`
552
552
  <button part="button"
553
- class="${(0,Ln.classMap)(this.buttonClasses)}"
553
+ class="${(0,Rn.classMap)(this.buttonClasses)}"
554
554
  aria-label="${(o=this.ariaLabel)!==null&&o!==void 0?o:this.getLabel()}"
555
555
  ?disabled=${this.isDisabled()}>
556
556
  <ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
@@ -574,7 +574,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
574
574
  <ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon>
575
575
  `:te.html`
576
576
  <slot part="icon" name="icon"></slot>
577
- `}focus(){var o;(o=this.button)===null||o===void 0||o.focus()}getLabel(){return this.label||this.textContent}get textContent(){return this.unslotText(this.slottedContent).trim()}unslotText(o){return o instanceof HTMLSlotElement?o.assignedNodes().map(n=>this.unslotText(n)).join(""):o?.textContent||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};P.elementDefinitions={"ft-ripple":A,"ft-tooltip":I,"ft-typography":Y,"ft-icon":M,"ft-loader":Tt};et([(0,F.property)({type:String,reflect:!0})],P.prototype,"role",void 0);et([(0,F.property)()],P.prototype,"type",void 0);et([(0,F.property)({type:Boolean})],P.prototype,"disabled",void 0);et([(0,F.property)()],P.prototype,"label",void 0);et([(0,F.property)()],P.prototype,"icon",void 0);et([(0,F.property)()],P.prototype,"iconVariant",void 0);et([(0,F.property)({type:Boolean})],P.prototype,"trailingIcon",void 0);et([(0,F.property)({type:Boolean})],P.prototype,"loading",void 0);et([(0,F.property)({attribute:"aria-label"})],P.prototype,"ariaLabel",void 0);et([(0,F.property)()],P.prototype,"tooltipPosition",void 0);et([(0,F.property)({type:Boolean})],P.prototype,"hideTooltip",void 0);et([(0,F.property)({type:Boolean})],P.prototype,"forceTooltip",void 0);et([(0,F.query)(".ft-button")],P.prototype,"button",void 0);et([(0,F.query)(".ft-button--label slot")],P.prototype,"slottedContent",void 0);var Be=function(e,o,n,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,p;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,n,i);else for(var s=e.length-1;s>=0;s--)(p=e[s])&&(c=(l<3?p(c):l>3?p(o,n,c):p(o,n))||c);return l>3&&c&&Object.defineProperty(o,n,c),c},pt=class extends P{constructor(){super(...arguments),this.primary=!1,this.outlined=!1,this.dense=!1,this.round=!1}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--outlined":this.outlined,"ft-button--dense":this.dense,"ft-button--round":this.round,"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0}}get typographyVariant(){return"button"}};pt.styles=[An.safariEllipsisFix,Xr];Be([(0,be.property)({type:Boolean})],pt.prototype,"primary",void 0);Be([(0,be.property)({type:Boolean})],pt.prototype,"outlined",void 0);Be([(0,be.property)({type:Boolean})],pt.prototype,"dense",void 0);Be([(0,be.property)({type:Boolean})],pt.prototype,"round",void 0);var xe=m(ht());var Te=m(L());var $n=m(_()),E=m(L());var In=[$n.css`
577
+ `}focus(){var o;(o=this.button)===null||o===void 0||o.focus()}getLabel(){return this.label||this.textContent}get textContent(){return this.unslotText(this.slottedContent).trim()}unslotText(o){return o instanceof HTMLSlotElement?o.assignedNodes().map(n=>this.unslotText(n)).join(""):o?.textContent||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};P.elementDefinitions={"ft-ripple":$,"ft-tooltip":B,"ft-typography":X,"ft-icon":K,"ft-loader":kt};et([(0,V.property)({type:String,reflect:!0})],P.prototype,"role",void 0);et([(0,V.property)()],P.prototype,"type",void 0);et([(0,V.property)({type:Boolean})],P.prototype,"disabled",void 0);et([(0,V.property)()],P.prototype,"label",void 0);et([(0,V.property)()],P.prototype,"icon",void 0);et([(0,V.property)()],P.prototype,"iconVariant",void 0);et([(0,V.property)({type:Boolean})],P.prototype,"trailingIcon",void 0);et([(0,V.property)({type:Boolean})],P.prototype,"loading",void 0);et([(0,V.property)({attribute:"aria-label"})],P.prototype,"ariaLabel",void 0);et([(0,V.property)()],P.prototype,"tooltipPosition",void 0);et([(0,V.property)({type:Boolean})],P.prototype,"hideTooltip",void 0);et([(0,V.property)({type:Boolean})],P.prototype,"forceTooltip",void 0);et([(0,V.query)(".ft-button")],P.prototype,"button",void 0);et([(0,V.query)(".ft-button--label slot")],P.prototype,"slottedContent",void 0);var We=function(e,o,n,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(c<3?s(l):c>3?s(o,n,l):s(o,n))||l);return c>3&&l&&Object.defineProperty(o,n,l),l},st=class extends P{constructor(){super(...arguments),this.primary=!1,this.outlined=!1,this.dense=!1,this.round=!1}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--outlined":this.outlined,"ft-button--dense":this.dense,"ft-button--round":this.round,"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0}}get typographyVariant(){return"button"}};st.styles=[$n.safariEllipsisFix,Xr];We([(0,be.property)({type:Boolean})],st.prototype,"primary",void 0);We([(0,be.property)({type:Boolean})],st.prototype,"outlined",void 0);We([(0,be.property)({type:Boolean})],st.prototype,"dense",void 0);We([(0,be.property)({type:Boolean})],st.prototype,"round",void 0);var xe=b(yt());var ke=b(R());var An=b(D()),f=b(R());var In=[An.css`
578
578
  :host {
579
579
  display: inline-block;
580
580
  max-width: 100%;
@@ -624,7 +624,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
624
624
  }
625
625
 
626
626
  .ft-button:focus-visible {
627
- outline-color: ${f.focusFocusRingColor};
627
+ outline-color: ${d.focusFocusRingColor};
628
628
  outline-style: solid;
629
629
  }
630
630
 
@@ -655,170 +655,391 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
655
655
  border-radius: 50%;
656
656
  }
657
657
 
658
- /** Primary styles **/
658
+ /** Brand Primary styles **/
659
659
 
660
- .ft-button--primary {
661
- ${(0,E.setVariable)(X.color,f.primaryIconColor)};
660
+ .ftds--family-brand.ft-button--primary {
661
+ ${(0,f.setVariable)(A.color,d.primaryBrandIconColor)};
662
662
 
663
- ${(0,E.setVariable)(N.color,f.primaryStateLayerColor)};
664
- ${(0,E.setVariable)(N.opacityContentOnSurfaceHover,f.primaryHoverStateLayerOpacity)};
665
- ${(0,E.setVariable)(N.opacityContentOnSurfaceFocused,f.primaryFocusStateLayerOpacity)};
666
- ${(0,E.setVariable)(N.opacityContentOnSurfaceSelected,f.primaryActiveStateLayerOpacity)};
667
- ${(0,E.setVariable)(N.opacityContentOnSurfacePressed,f.primaryActiveStateLayerOpacity)};
663
+ ${(0,f.setVariable)(u.color,d.primaryBrandStateLayerColor)};
664
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceHover,d.primaryBrandHoverStateLayerOpacity)};
665
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceFocused,d.primaryBrandFocusStateLayerOpacity)};
666
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceSelected,d.primaryBrandActiveStateLayerOpacity)};
667
+ ${(0,f.setVariable)(u.opacityContentOnSurfacePressed,d.primaryBrandActiveStateLayerOpacity)};
668
668
 
669
- background-color: ${f.primaryBackgroundColor};
670
- color: ${f.primaryColor};
669
+ background-color: ${d.primaryBrandBackgroundColor};
670
+ color: ${d.primaryBrandColor};
671
671
  border-style: none;
672
672
  }
673
673
 
674
- .ft-button--primary[disabled] {
675
- opacity: ${f.primaryDisabledComponentOpacity};
674
+ .ftds--family-brand.ft-button--primary[disabled] {
675
+ opacity: ${d.primaryBrandDisabledComponentOpacity};
676
676
  }
677
677
 
678
- .ft-button--primary ft-icon {
679
- color: ${f.primaryIconColor};
678
+ .ftds--family-brand.ft-button--primary ft-icon {
679
+ color: ${d.primaryBrandIconColor};
680
680
  }
681
681
 
682
- /** Secondary styles **/
682
+ /** Brand Secondary styles **/
683
683
 
684
- .ft-button--secondary {
685
- ${(0,E.setVariable)(X.color,f.secondaryIconColor)};
684
+ .ftds--family-brand.ft-button--secondary {
685
+ ${(0,f.setVariable)(A.color,d.secondaryBrandIconColor)};
686
686
 
687
- ${(0,E.setVariable)(N.color,f.secondaryStateLayerColor)};
688
- ${(0,E.setVariable)(N.opacityContentOnSurfaceHover,f.secondaryHoverStateLayerOpacity)};
689
- ${(0,E.setVariable)(N.opacityContentOnSurfaceFocused,f.secondaryFocusStateLayerOpacity)};
690
- ${(0,E.setVariable)(N.opacityContentOnSurfaceSelected,f.secondaryActiveStateLayerOpacity)};
691
- ${(0,E.setVariable)(N.opacityContentOnSurfacePressed,f.secondaryActiveStateLayerOpacity)};
687
+ ${(0,f.setVariable)(u.color,d.secondaryBrandStateLayerColor)};
688
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceHover,d.secondaryBrandHoverStateLayerOpacity)};
689
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceFocused,d.secondaryBrandFocusStateLayerOpacity)};
690
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceSelected,d.secondaryBrandActiveStateLayerOpacity)};
691
+ ${(0,f.setVariable)(u.opacityContentOnSurfacePressed,d.secondaryBrandActiveStateLayerOpacity)};
692
692
 
693
- background-color: ${f.secondaryBackgroundColor};
694
- color: ${f.secondaryColor};
695
- border-color: ${f.secondaryBorderColor};
693
+ background-color: ${d.secondaryBrandBackgroundColor};
694
+ color: ${d.secondaryBrandColor};
695
+ border-color: ${d.secondaryBrandBorderColor};
696
696
  border-style: solid;
697
697
  }
698
698
 
699
- .ft-button--secondary[disabled] {
700
- opacity: ${f.secondaryDisabledComponentOpacity};
699
+ .ftds--family-brand.ft-button--secondary[disabled] {
700
+ opacity: ${d.secondaryBrandDisabledComponentOpacity};
701
701
  }
702
702
 
703
- .ft-button--secondary ft-icon {
704
- color: ${f.secondaryIconColor};
703
+ .ftds--family-brand.ft-button--secondary ft-icon {
704
+ color: ${d.secondaryBrandIconColor};
705
705
  }
706
706
 
707
- /** Tertiary styles **/
707
+ /** Brand Tertiary styles **/
708
708
 
709
- .ft-button--tertiary {
710
- ${(0,E.setVariable)(X.color,f.tertiaryIconColor)};
709
+ .ftds--family-brand.ft-button--tertiary {
710
+ ${(0,f.setVariable)(A.color,d.tertiaryBrandIconColor)};
711
711
 
712
- ${(0,E.setVariable)(N.color,f.tertiaryStateLayerColor)};
713
- ${(0,E.setVariable)(N.opacityContentOnSurfaceHover,f.tertiaryHoverStateLayerOpacity)};
714
- ${(0,E.setVariable)(N.opacityContentOnSurfaceFocused,f.tertiaryFocusStateLayerOpacity)};
715
- ${(0,E.setVariable)(N.opacityContentOnSurfaceSelected,f.tertiaryActiveStateLayerOpacity)};
716
- ${(0,E.setVariable)(N.opacityContentOnSurfacePressed,f.tertiaryActiveStateLayerOpacity)};
712
+ ${(0,f.setVariable)(u.color,d.tertiaryBrandStateLayerColor)};
713
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceHover,d.tertiaryBrandHoverStateLayerOpacity)};
714
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceFocused,d.tertiaryBrandFocusStateLayerOpacity)};
715
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceSelected,d.tertiaryBrandActiveStateLayerOpacity)};
716
+ ${(0,f.setVariable)(u.opacityContentOnSurfacePressed,d.tertiaryBrandActiveStateLayerOpacity)};
717
717
 
718
- background-color: ${f.tertiaryBackgroundColor};
719
- color: ${f.tertiaryColor};
718
+ background-color: ${d.tertiaryBrandBackgroundColor};
719
+ color: ${d.tertiaryBrandColor};
720
720
  border-style: none;
721
721
  }
722
722
 
723
- .ft-button--tertiary[disabled] {
724
- opacity: ${f.tertiaryDisabledComponentOpacity};
723
+ .ftds--family-brand.ft-button--tertiary[disabled] {
724
+ opacity: ${d.tertiaryBrandDisabledComponentOpacity};
725
725
  }
726
726
 
727
- .ft-button--tertiary ft-icon {
728
- color: ${f.tertiaryIconColor};
727
+ .ftds--family-brand.ft-button--tertiary ft-icon {
728
+ color: ${d.tertiaryBrandIconColor};
729
729
  }
730
730
 
731
- /** Neutral styles **/
731
+ /** Neutral Secondary styles **/
732
732
 
733
- .ftds--family-neutral {
734
- ${(0,E.setVariable)(X.color,f.neutralIconColor)};
733
+ .ftds--family-neutral.ft-button--secondary {
734
+ ${(0,f.setVariable)(A.color,d.secondaryNeutralIconColor)};
735
+
736
+ ${(0,f.setVariable)(u.backgroundColor,d.secondaryNeutralStateLayerColor)};
737
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceHover,d.secondaryNeutralHoverStateLayerOpacity)};
738
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceFocused,d.secondaryNeutralFocusStateLayerOpacity)};
739
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceSelected,d.secondaryNeutralActiveStateLayerOpacity)};
740
+ ${(0,f.setVariable)(u.opacityContentOnSurfacePressed,d.secondaryNeutralActiveStateLayerOpacity)};
741
+
742
+ background-color: ${d.secondaryNeutralBackgroundColor};
743
+ color: ${d.secondaryNeutralColor};
744
+ border-color: ${d.secondaryNeutralBorderColor};
745
+ border-style: solid;
746
+ }
747
+
748
+ .ftds--family-neutral.ft-button--secondary[disabled] {
749
+ opacity: ${d.secondaryNeutralDisabledComponentOpacity};
750
+ }
751
+
752
+ .ftds--family-neutral.ft-button--secondary ft-icon {
753
+ color: ${d.secondaryNeutralIconColor};
754
+ }
755
+
756
+ /** Neutral Tertiary styles **/
757
+
758
+ .ftds--family-neutral.ft-button--tertiary {
759
+ ${(0,f.setVariable)(A.color,d.tertiaryNeutralIconColor)};
760
+
761
+ ${(0,f.setVariable)(u.backgroundColor,d.tertiaryNeutralStateLayerColor)};
762
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceHover,d.tertiaryNeutralHoverStateLayerOpacity)};
763
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceFocused,d.tertiaryNeutralFocusStateLayerOpacity)};
764
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceSelected,d.tertiaryNeutralActiveStateLayerOpacity)};
765
+ ${(0,f.setVariable)(u.opacityContentOnSurfacePressed,d.tertiaryNeutralActiveStateLayerOpacity)};
766
+
767
+ background-color: ${d.tertiaryNeutralBackgroundColor};
768
+ color: ${d.tertiaryNeutralColor};
769
+ border-style: none;
770
+ }
771
+
772
+ .ftds--family-neutral.ft-button--tertiary[disabled] {
773
+ opacity: ${d.tertiaryNeutralDisabledComponentOpacity};
774
+ }
775
+
776
+ .ftds--family-neutral.ft-button--tertiary ft-icon {
777
+ color: ${d.tertiaryNeutralIconColor};
778
+ }
779
+
780
+ /** Info Secondary styles **/
781
+
782
+ .ftds--family-info.ft-button--secondary {
783
+ ${(0,f.setVariable)(A.color,d.secondaryInfoIconColor)};
784
+
785
+ ${(0,f.setVariable)(u.backgroundColor,d.secondaryInfoStateLayerColor)};
786
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceHover,d.secondaryInfoHoverStateLayerOpacity)};
787
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceFocused,d.secondaryInfoFocusStateLayerOpacity)};
788
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceSelected,d.secondaryInfoActiveStateLayerOpacity)};
789
+ ${(0,f.setVariable)(u.opacityContentOnSurfacePressed,d.secondaryInfoActiveStateLayerOpacity)};
790
+
791
+ background-color: ${d.secondaryInfoBackgroundColor};
792
+ color: ${d.secondaryInfoColor};
793
+ border-color: ${d.secondaryInfoBorderColor};
794
+ border-style: solid;
795
+ }
796
+
797
+ .ftds--family-info.ft-button--secondary[disabled] {
798
+ opacity: ${d.secondaryInfoDisabledComponentOpacity};
799
+ }
800
+
801
+ .ftds--family-info.ft-button--secondary ft-icon {
802
+ color: ${d.secondaryInfoIconColor};
803
+ }
804
+
805
+ /** Info Tertiary styles **/
806
+
807
+ .ftds--family-info.ft-button--tertiary {
808
+ ${(0,f.setVariable)(A.color,d.tertiaryInfoIconColor)};
809
+
810
+ ${(0,f.setVariable)(u.backgroundColor,d.tertiaryInfoStateLayerColor)};
811
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceHover,d.tertiaryInfoHoverStateLayerOpacity)};
812
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceFocused,d.tertiaryInfoFocusStateLayerOpacity)};
813
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceSelected,d.tertiaryInfoActiveStateLayerOpacity)};
814
+ ${(0,f.setVariable)(u.opacityContentOnSurfacePressed,d.tertiaryInfoActiveStateLayerOpacity)};
815
+
816
+ background-color: ${d.tertiaryInfoBackgroundColor};
817
+ color: ${d.tertiaryInfoColor};
818
+ border-style: none;
819
+ }
820
+
821
+ .ftds--family-info.ft-button--tertiary[disabled] {
822
+ opacity: ${d.tertiaryInfoDisabledComponentOpacity};
823
+ }
824
+
825
+ .ftds--family-info.ft-button--tertiary ft-icon {
826
+ color: ${d.tertiaryInfoIconColor};
827
+ }
828
+
829
+ /** Success Secondary styles **/
830
+
831
+ .ftds--family-success.ft-button--secondary {
832
+ ${(0,f.setVariable)(A.color,d.secondarySuccessIconColor)};
833
+
834
+ ${(0,f.setVariable)(u.backgroundColor,d.secondarySuccessStateLayerColor)};
835
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceHover,d.secondarySuccessHoverStateLayerOpacity)};
836
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceFocused,d.secondarySuccessFocusStateLayerOpacity)};
837
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceSelected,d.secondarySuccessActiveStateLayerOpacity)};
838
+ ${(0,f.setVariable)(u.opacityContentOnSurfacePressed,d.secondarySuccessActiveStateLayerOpacity)};
839
+
840
+ background-color: ${d.secondarySuccessBackgroundColor};
841
+ color: ${d.secondarySuccessColor};
842
+ border-color: ${d.secondarySuccessBorderColor};
843
+ border-style: solid;
844
+ }
845
+
846
+ .ftds--family-success.ft-button--secondary[disabled] {
847
+ opacity: ${d.secondarySuccessDisabledComponentOpacity};
848
+ }
849
+
850
+ .ftds--family-success.ft-button--secondary ft-icon {
851
+ color: ${d.secondarySuccessIconColor};
852
+ }
853
+
854
+ /** Success Tertiary styles **/
855
+
856
+ .ftds--family-success.ft-button--tertiary {
857
+ ${(0,f.setVariable)(A.color,d.tertiarySuccessIconColor)};
858
+
859
+ ${(0,f.setVariable)(u.backgroundColor,d.tertiarySuccessStateLayerColor)};
860
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceHover,d.tertiarySuccessHoverStateLayerOpacity)};
861
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceFocused,d.tertiarySuccessFocusStateLayerOpacity)};
862
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceSelected,d.tertiarySuccessActiveStateLayerOpacity)};
863
+ ${(0,f.setVariable)(u.opacityContentOnSurfacePressed,d.tertiarySuccessActiveStateLayerOpacity)};
864
+
865
+ background-color: ${d.tertiarySuccessBackgroundColor};
866
+ color: ${d.tertiarySuccessColor};
867
+ border-style: none;
868
+ }
869
+
870
+ .ftds--family-success.ft-button--tertiary[disabled] {
871
+ opacity: ${d.tertiarySuccessDisabledComponentOpacity};
872
+ }
873
+
874
+ .ftds--family-success.ft-button--tertiary ft-icon {
875
+ color: ${d.tertiarySuccessIconColor};
876
+ }
877
+
878
+ /** Warning Secondary styles **/
879
+
880
+ .ftds--family-warning.ft-button--secondary {
881
+ ${(0,f.setVariable)(A.color,d.secondaryWarningIconColor)};
882
+
883
+ ${(0,f.setVariable)(u.backgroundColor,d.secondaryWarningStateLayerColor)};
884
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceHover,d.secondaryWarningHoverStateLayerOpacity)};
885
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceFocused,d.secondaryWarningFocusStateLayerOpacity)};
886
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceSelected,d.secondaryWarningActiveStateLayerOpacity)};
887
+ ${(0,f.setVariable)(u.opacityContentOnSurfacePressed,d.secondaryWarningActiveStateLayerOpacity)};
888
+
889
+ background-color: ${d.secondaryWarningBackgroundColor};
890
+ color: ${d.secondaryWarningColor};
891
+ border-color: ${d.secondaryWarningBorderColor};
892
+ border-style: solid;
893
+ }
894
+
895
+ .ftds--family-warning.ft-button--secondary[disabled] {
896
+ opacity: ${d.secondaryWarningDisabledComponentOpacity};
897
+ }
898
+
899
+ .ftds--family-warning.ft-button--secondary ft-icon {
900
+ color: ${d.secondaryWarningIconColor};
901
+ }
902
+
903
+ /** Warning Tertiary styles **/
904
+
905
+ .ftds--family-warning.ft-button--tertiary {
906
+ ${(0,f.setVariable)(A.color,d.tertiaryWarningIconColor)};
907
+
908
+ ${(0,f.setVariable)(u.backgroundColor,d.tertiaryWarningStateLayerColor)};
909
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceHover,d.tertiaryWarningHoverStateLayerOpacity)};
910
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceFocused,d.tertiaryWarningFocusStateLayerOpacity)};
911
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceSelected,d.tertiaryWarningActiveStateLayerOpacity)};
912
+ ${(0,f.setVariable)(u.opacityContentOnSurfacePressed,d.tertiaryWarningActiveStateLayerOpacity)};
913
+
914
+ background-color: ${d.tertiaryWarningBackgroundColor};
915
+ color: ${d.tertiaryWarningColor};
916
+ border-style: none;
917
+ }
918
+
919
+ .ftds--family-warning.ft-button--tertiary[disabled] {
920
+ opacity: ${d.tertiaryWarningDisabledComponentOpacity};
921
+ }
922
+
923
+ .ftds--family-warning.ft-button--tertiary ft-icon {
924
+ color: ${d.tertiaryWarningIconColor};
925
+ }
926
+
927
+ /** Error Secondary styles **/
928
+
929
+ .ftds--family-error.ft-button--secondary {
930
+ ${(0,f.setVariable)(A.color,d.secondaryErrorIconColor)};
931
+
932
+ ${(0,f.setVariable)(u.backgroundColor,d.secondaryErrorStateLayerColor)};
933
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceHover,d.secondaryErrorHoverStateLayerOpacity)};
934
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceFocused,d.secondaryErrorFocusStateLayerOpacity)};
935
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceSelected,d.secondaryErrorActiveStateLayerOpacity)};
936
+ ${(0,f.setVariable)(u.opacityContentOnSurfacePressed,d.secondaryErrorActiveStateLayerOpacity)};
937
+
938
+ background-color: ${d.secondaryErrorBackgroundColor};
939
+ color: ${d.secondaryErrorColor};
940
+ border-color: ${d.secondaryErrorBorderColor};
941
+ border-style: solid;
942
+ }
943
+
944
+ .ftds--family-error.ft-button--secondary[disabled] {
945
+ opacity: ${d.secondaryErrorDisabledComponentOpacity};
946
+ }
947
+
948
+ .ftds--family-error.ft-button--secondary ft-icon {
949
+ color: ${d.secondaryErrorIconColor};
950
+ }
951
+
952
+ /** Error Tertiary styles **/
953
+
954
+ .ftds--family-error.ft-button--tertiary {
955
+ ${(0,f.setVariable)(A.color,d.tertiaryErrorIconColor)};
735
956
 
736
- ${(0,E.setVariable)(N.backgroundColor,f.neutralStateLayerColor)};
737
- ${(0,E.setVariable)(N.opacityContentOnSurfaceHover,f.neutralHoverStateLayerOpacity)};
738
- ${(0,E.setVariable)(N.opacityContentOnSurfaceFocused,f.neutralFocusStateLayerOpacity)};
739
- ${(0,E.setVariable)(N.opacityContentOnSurfaceSelected,f.neutralActiveStateLayerOpacity)};
740
- ${(0,E.setVariable)(N.opacityContentOnSurfacePressed,f.neutralActiveStateLayerOpacity)};
957
+ ${(0,f.setVariable)(u.backgroundColor,d.tertiaryErrorStateLayerColor)};
958
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceHover,d.tertiaryErrorHoverStateLayerOpacity)};
959
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceFocused,d.tertiaryErrorFocusStateLayerOpacity)};
960
+ ${(0,f.setVariable)(u.opacityContentOnSurfaceSelected,d.tertiaryErrorActiveStateLayerOpacity)};
961
+ ${(0,f.setVariable)(u.opacityContentOnSurfacePressed,d.tertiaryErrorActiveStateLayerOpacity)};
741
962
 
742
- background-color: ${f.neutralBackgroundColor};
743
- color: ${f.neutralColor};
963
+ background-color: ${d.tertiaryErrorBackgroundColor};
964
+ color: ${d.tertiaryErrorColor};
744
965
  border-style: none;
745
966
  }
746
967
 
747
- .ftds--family-neutral[disabled] {
748
- opacity: ${f.neutralDisabledComponentOpacity};
968
+ .ftds--family-error.ft-button--tertiary[disabled] {
969
+ opacity: ${d.tertiaryErrorDisabledComponentOpacity};
749
970
  }
750
971
 
751
- .ftds--family-neutral ft-icon {
752
- color: ${f.neutralIconColor};
972
+ .ftds--family-error.ft-button--tertiary ft-icon {
973
+ color: ${d.tertiaryErrorIconColor};
753
974
  }
754
975
 
755
976
  /** Large styles **/
756
977
 
757
978
  .ftds--size-large {
758
- ${(0,E.setVariable)(T.size,f.largeIconSize)};
759
- ${(0,E.setVariable)(X.size,f.largeIconSize)};
979
+ ${(0,f.setVariable)(T.size,d.largeIconSize)};
980
+ ${(0,f.setVariable)(A.size,d.largeIconSize)};
760
981
 
761
- height: ${f.largeHeight};
762
- padding: 0 ${f.largeHorizontalPadding};
763
- gap: ${f.largeGap};
764
- border-radius: ${f.largeBorderRadius};
765
- border-width: ${f.largeBorderWidth};
982
+ height: ${d.largeHeight};
983
+ padding: 0 ${d.largeHorizontalPadding};
984
+ gap: ${d.largeGap};
985
+ border-radius: ${d.largeBorderRadius};
986
+ border-width: ${d.largeBorderWidth};
766
987
  }
767
988
 
768
989
  .ftds--size-large:focus-visible {
769
- outline-width: ${f.largeFocusOutlineWidth};
770
- outline-offset: ${f.largeFocusOutlineOffset};
990
+ outline-width: ${d.largeFocusOutlineWidth};
991
+ outline-offset: ${d.largeFocusOutlineOffset};
771
992
  }
772
993
 
773
994
  .ftds--size-large.ft-button--icon-only {
774
- width: ${f.largeIconOnlyWidth};
995
+ width: ${d.largeIconOnlyWidth};
775
996
  }
776
997
 
777
998
  /** Small styles **/
778
999
 
779
1000
  .ftds--size-medium {
780
- ${(0,E.setVariable)(T.size,f.mediumIconSize)};
781
- ${(0,E.setVariable)(X.size,f.mediumIconSize)};
1001
+ ${(0,f.setVariable)(T.size,d.mediumIconSize)};
1002
+ ${(0,f.setVariable)(A.size,d.mediumIconSize)};
782
1003
 
783
- height: ${f.mediumHeight};
784
- padding: 0 ${f.mediumHorizontalPadding};
785
- gap: ${f.mediumGap};
786
- border-radius: ${f.mediumBorderRadius};
787
- border-width: ${f.mediumBorderWidth};
1004
+ height: ${d.mediumHeight};
1005
+ padding: 0 ${d.mediumHorizontalPadding};
1006
+ gap: ${d.mediumGap};
1007
+ border-radius: ${d.mediumBorderRadius};
1008
+ border-width: ${d.mediumBorderWidth};
788
1009
  }
789
1010
 
790
1011
  .ftds--size-medium:focus-visible {
791
- outline-width: ${f.mediumFocusOutlineWidth};
792
- outline-offset: ${f.mediumFocusOutlineOffset};
1012
+ outline-width: ${d.mediumFocusOutlineWidth};
1013
+ outline-offset: ${d.mediumFocusOutlineOffset};
793
1014
  }
794
1015
 
795
1016
  .ftds--size-medium.ft-button--icon-only {
796
- width: ${f.mediumIconOnlyWidth};
1017
+ width: ${d.mediumIconOnlyWidth};
797
1018
  }
798
1019
 
799
1020
 
800
1021
  /** Small styles **/
801
1022
 
802
1023
  .ftds--size-small {
803
- ${(0,E.setVariable)(T.size,f.smallIconSize)};
804
- ${(0,E.setVariable)(X.size,f.smallIconSize)};
1024
+ ${(0,f.setVariable)(T.size,d.smallIconSize)};
1025
+ ${(0,f.setVariable)(A.size,d.smallIconSize)};
805
1026
 
806
- height: ${f.smallHeight};
807
- padding: 0 ${f.smallHorizontalPadding};
808
- gap: ${f.smallGap};
809
- border-radius: ${f.smallBorderRadius};
810
- border-width: ${f.smallBorderWidth};
1027
+ height: ${d.smallHeight};
1028
+ padding: 0 ${d.smallHorizontalPadding};
1029
+ gap: ${d.smallGap};
1030
+ border-radius: ${d.smallBorderRadius};
1031
+ border-width: ${d.smallBorderWidth};
811
1032
  }
812
1033
 
813
1034
  .ftds--size-small:focus-visible {
814
- outline-width: ${f.smallFocusOutlineWidth};
815
- outline-offset: ${f.smallFocusOutlineOffset};
1035
+ outline-width: ${d.smallFocusOutlineWidth};
1036
+ outline-offset: ${d.smallFocusOutlineOffset};
816
1037
  }
817
1038
 
818
1039
  .ftds--size-small.ft-button--icon-only {
819
- width: ${f.smallIconOnlyWidth};
1040
+ width: ${d.smallIconOnlyWidth};
820
1041
  }
821
- `,E.noTextSelect];var ze=function(e,o,n,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,p;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,n,i);else for(var s=e.length-1;s>=0;s--)(p=e[s])&&(c=(l<3?p(c):l>3?p(o,n,c):p(o,n))||c);return l>3&&c&&Object.defineProperty(o,n,c),c},st=class extends(0,Te.toFtdsBase)(P){constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.round=!1,this.family=Ee.brand,this.iconVariant=at.fluid_topics}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--secondary":this.secondary,"ft-button--tertiary":this.tertiary||!this.primary&&!this.secondary,"ft-button--icon-only":!this.hasTextContent(),"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0,"ft-button--no-icon":!this.icon,"ft-button--round":this.round,...this.getDesignSystemBaseClasses()}}get typographyVariant(){switch(this.size){case j.large:return nt.body2medium;case j.medium:return nt.caption1medium;case j.small:return nt.caption2medium}}};st.styles=[Te.safariEllipsisFix,In];ze([(0,xe.property)({type:Boolean})],st.prototype,"primary",void 0);ze([(0,xe.property)({type:Boolean})],st.prototype,"secondary",void 0);ze([(0,xe.property)({type:Boolean})],st.prototype,"tertiary",void 0);ze([(0,xe.property)({type:Boolean})],st.prototype,"round",void 0);(0,po.customElement)("ft-button")(pt);(0,po.customElement)("ftds-button")(st);var Pn=S.FtCssVariableFactory.extend("--ft-chip-color","",S.designSystemVariables.colorOnSurface),lt={backgroundColor:S.FtCssVariableFactory.extend("--ft-chip-background-color","",S.designSystemVariables.colorSurface),color:Pn,fontSize:S.FtCssVariableFactory.extend("--ft-chip-font-size","",gt.fontSize),iconSize:S.FtCssVariableFactory.create("--ft-chip-icon-size","","SIZE","18px"),borderRadius:S.FtCssVariableFactory.create("--ft-chip-border-radius","","SIZE",""),rippleColor:S.FtCssVariableFactory.extend("--ft-chip-ripple-color","",Pn),horizontalPadding:S.FtCssVariableFactory.create("--ft-chip-horizontal-padding","","SIZE","6px"),verticalPadding:S.FtCssVariableFactory.create("--ft-chip-vertical-padding","","SIZE","6px"),colorOutline:S.FtCssVariableFactory.external(S.designSystemVariables.colorOutline,"Design system"),opacityDisabled:S.FtCssVariableFactory.external(S.designSystemVariables.colorOpacityDisabled,"Design system")},Wn=S.FtCssVariableFactory.extend("--ft-chip-highlighted-color","",S.FtCssVariableFactory.extend("--ft-chip-color","",S.designSystemVariables.colorOnPrimary)),so={backgroundColor:S.FtCssVariableFactory.extend("--ft-chip-highlighted-background-color","",S.FtCssVariableFactory.extend("--ft-chip-background-color","",S.designSystemVariables.colorPrimary)),color:Wn,rippleColor:S.FtCssVariableFactory.extend("--ft-chip-highlighted-ripple-color","",Wn)},Bn={horizontalPadding:S.FtCssVariableFactory.create("--ft-chip-dense-horizontal-padding","","SIZE","4px"),verticalPadding:S.FtCssVariableFactory.create("--ft-chip-dense-vertical-padding","","SIZE","4px")},zn=[S.noTextSelect,ke.css`
1042
+ `,f.noTextSelect];var ze=function(e,o,n,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(c<3?s(l):c>3?s(o,n,l):s(o,n))||l);return c>3&&l&&Object.defineProperty(o,n,l),l},dt=class extends(0,ke.toFtdsBase)(P){constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.round=!1,this.family=Ee.brand,this.iconVariant=it.fluid_topics}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--secondary":this.secondary,"ft-button--tertiary":this.tertiary||!this.primary&&!this.secondary,"ft-button--icon-only":!this.hasTextContent(),"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0,"ft-button--no-icon":!this.icon,"ft-button--round":this.round,...this.getDesignSystemBaseClasses()}}get typographyVariant(){switch(this.size){case Y.large:return nt.body2medium;case Y.medium:return nt.caption1medium;case Y.small:return nt.caption2medium}}};dt.styles=[ke.safariEllipsisFix,In];ze([(0,xe.property)({type:Boolean})],dt.prototype,"primary",void 0);ze([(0,xe.property)({type:Boolean})],dt.prototype,"secondary",void 0);ze([(0,xe.property)({type:Boolean})],dt.prototype,"tertiary",void 0);ze([(0,xe.property)({type:Boolean})],dt.prototype,"round",void 0);(0,so.customElement)("ft-button")(st);(0,so.customElement)("ftds-button")(dt);var Bn=v.FtCssVariableFactory.extend("--ft-chip-color","",v.designSystemVariables.colorOnSurface),ct={backgroundColor:v.FtCssVariableFactory.extend("--ft-chip-background-color","",v.designSystemVariables.colorSurface),color:Bn,fontSize:v.FtCssVariableFactory.extend("--ft-chip-font-size","",ut.fontSize),iconSize:v.FtCssVariableFactory.create("--ft-chip-icon-size","","SIZE","18px"),borderRadius:v.FtCssVariableFactory.create("--ft-chip-border-radius","","SIZE",""),rippleColor:v.FtCssVariableFactory.extend("--ft-chip-ripple-color","",Bn),horizontalPadding:v.FtCssVariableFactory.create("--ft-chip-horizontal-padding","","SIZE","6px"),verticalPadding:v.FtCssVariableFactory.create("--ft-chip-vertical-padding","","SIZE","6px"),colorOutline:v.FtCssVariableFactory.external(v.designSystemVariables.colorOutline,"Design system"),opacityDisabled:v.FtCssVariableFactory.external(v.designSystemVariables.colorOpacityDisabled,"Design system")},Pn=v.FtCssVariableFactory.extend("--ft-chip-highlighted-color","",v.FtCssVariableFactory.extend("--ft-chip-color","",v.designSystemVariables.colorOnPrimary)),po={backgroundColor:v.FtCssVariableFactory.extend("--ft-chip-highlighted-background-color","",v.FtCssVariableFactory.extend("--ft-chip-background-color","",v.designSystemVariables.colorPrimary)),color:Pn,rippleColor:v.FtCssVariableFactory.extend("--ft-chip-highlighted-ripple-color","",Pn)},Wn={horizontalPadding:v.FtCssVariableFactory.create("--ft-chip-dense-horizontal-padding","","SIZE","4px"),verticalPadding:v.FtCssVariableFactory.create("--ft-chip-dense-vertical-padding","","SIZE","4px")},zn=[v.noTextSelect,Te.css`
822
1043
  :host {
823
1044
  display: inline-block;
824
1045
  max-width: 100%;
@@ -834,20 +1055,20 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
834
1055
  box-sizing: border-box;
835
1056
  pointer-events: auto;
836
1057
 
837
- --ft-chip-internal-font-size: ${lt.fontSize};
1058
+ --ft-chip-internal-font-size: ${ct.fontSize};
838
1059
  --ft-chip-internal-line-height: max(20px, calc(var(--ft-chip-internal-font-size) + 2px));
839
- ${(0,S.setVariable)(T.size,lt.iconSize)};
840
- --ft-chip-internal-vertical-padding: ${lt.verticalPadding};
841
- --ft-chip-internal-horizontal-padding: ${lt.horizontalPadding};
1060
+ ${(0,v.setVariable)(T.size,ct.iconSize)};
1061
+ --ft-chip-internal-vertical-padding: ${ct.verticalPadding};
1062
+ --ft-chip-internal-horizontal-padding: ${ct.horizontalPadding};
842
1063
  --ft-chip-internal-icon-padding: 3px;
843
- --ft-chip-internal-content-height: max(var(--ft-chip-internal-line-height), ${lt.iconSize});
1064
+ --ft-chip-internal-content-height: max(var(--ft-chip-internal-line-height), ${ct.iconSize});
844
1065
 
845
- border: 1px solid ${lt.colorOutline};
846
- color: ${lt.color};
847
- ${(0,S.setVariable)(N.color,lt.rippleColor)};
848
- border-radius: var(${(0,ke.unsafeCSS)(lt.borderRadius.name)}, calc(var(--ft-chip-internal-content-height) / 2 + var(--ft-chip-internal-vertical-padding)));
1066
+ border: 1px solid ${ct.colorOutline};
1067
+ color: ${ct.color};
1068
+ ${(0,v.setVariable)(u.color,ct.rippleColor)};
1069
+ border-radius: var(${(0,Te.unsafeCSS)(ct.borderRadius.name)}, calc(var(--ft-chip-internal-content-height) / 2 + var(--ft-chip-internal-vertical-padding)));
849
1070
  padding: calc(var(--ft-chip-internal-vertical-padding) - 1px) calc(var(--ft-chip-internal-horizontal-padding) - 1px);
850
- background-color: ${lt.backgroundColor};
1071
+ background-color: ${ct.backgroundColor};
851
1072
  line-height: var(--ft-chip-internal-content-height);
852
1073
  }
853
1074
 
@@ -857,8 +1078,8 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
857
1078
 
858
1079
  .ft-chip--dense {
859
1080
  --ft-chip-internal-icon-padding: 3px;
860
- --ft-chip-internal-vertical-padding: ${Bn.verticalPadding};
861
- --ft-chip-internal-horizontal-padding: ${Bn.horizontalPadding};
1081
+ --ft-chip-internal-vertical-padding: ${Wn.verticalPadding};
1082
+ --ft-chip-internal-horizontal-padding: ${Wn.horizontalPadding};
862
1083
  --ft-chip-internal-line-height: max(16px, calc(var(--ft-chip-internal-font-size) + 2px));
863
1084
  }
864
1085
 
@@ -870,15 +1091,15 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
870
1091
  cursor: default;
871
1092
  pointer-events: none;
872
1093
  filter: grayscale(1);
873
- opacity: ${lt.opacityDisabled};
1094
+ opacity: ${ct.opacityDisabled};
874
1095
  }
875
1096
 
876
1097
  .ft-chip--highlighted {
877
1098
  border: none;
878
1099
  padding: var(--ft-chip-internal-vertical-padding) var(--ft-chip-internal-horizontal-padding);
879
- background-color: ${so.backgroundColor};
880
- ${(0,S.setVariable)(N.color,so.rippleColor)};
881
- color: ${so.color};
1100
+ background-color: ${po.backgroundColor};
1101
+ ${(0,v.setVariable)(u.color,po.rippleColor)};
1102
+ color: ${po.color};
882
1103
  }
883
1104
 
884
1105
  .ft-chip--clickable {
@@ -908,9 +1129,9 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
908
1129
  }
909
1130
 
910
1131
  .ft-chip--icon-button {
911
- ${(0,S.setVariable)($.iconSize,lt.iconSize)};
912
- ${(0,S.setVariable)($.horizontalPadding,"var(--ft-chip-internal-icon-padding)")};
913
- ${(0,S.setVariable)($.verticalPadding,"var(--ft-chip-internal-icon-padding)")};
1132
+ ${(0,v.setVariable)(I.iconSize,ct.iconSize)};
1133
+ ${(0,v.setVariable)(I.horizontalPadding,"var(--ft-chip-internal-icon-padding)")};
1134
+ ${(0,v.setVariable)(I.verticalPadding,"var(--ft-chip-internal-icon-padding)")};
914
1135
  margin: calc((-1) * var(--ft-chip-internal-icon-padding));
915
1136
  }
916
1137
 
@@ -918,8 +1139,8 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
918
1139
  vertical-align: bottom;
919
1140
  display: block;
920
1141
  margin: 0 var(--ft-chip-internal-horizontal-padding);
921
- ${(0,S.setVariable)(gt.fontSize,"var(--ft-chip-internal-font-size)")};
922
- ${(0,S.setVariable)(gt.lineHeight,"var(--ft-chip-internal-content-height)")};
1142
+ ${(0,v.setVariable)(ut.fontSize,"var(--ft-chip-internal-font-size)")};
1143
+ ${(0,v.setVariable)(ut.lineHeight,"var(--ft-chip-internal-content-height)")};
923
1144
  }
924
1145
 
925
1146
  .ft-chip--safari-fix .ft-chip--label {
@@ -955,8 +1176,8 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
955
1176
  .ft-chip:not(.ft-chip--trailing-icon) .ft-chip--icon-button {
956
1177
  order: -1;
957
1178
  }
958
- `];var rt=function(e,o,n,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,p;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,n,i);else for(var s=e.length-1;s>=0;s--)(p=e[s])&&(c=(l<3?p(c):l>3?p(o,n,c):p(o,n))||c);return l>3&&c&&Object.defineProperty(o,n,c),c},_e=class extends CustomEvent{constructor(){super("icon-click")}},D=class extends Ue.FtLitElement{constructor(){super(...arguments),this.highlighted=!1,this.removable=!1,this.disabled=!1,this.clickable=!1,this.iconClickable=!1,this.dense=!1,this.multiLine=!1,this.label="",this.iconLabel="",this.icon=void 0,this.trailingIcon=!1}render(){let o={"ft-chip":!0,"ft-chip--highlighted":this.highlighted,"ft-chip--disabled":this.disabled,"ft-chip--clickable":this.interactionsOnChip,"ft-chip--trailing-icon":this.trailingIcon||this.removable,"ft-chip--no-content":!this.hasTextContent(),"ft-chip--dense":this.dense,"ft-chip--multi-line":this.multiLine,"ft-chip--safari-fix":Ue.isSafari};return He.html`
959
- <div class="${(0,Tn.classMap)(o)}"
1179
+ `];var rt=function(e,o,n,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(c<3?s(l):c>3?s(o,n,l):s(o,n))||l);return c>3&&l&&Object.defineProperty(o,n,l),l},_e=class extends CustomEvent{constructor(){super("icon-click")}},G=class extends De.FtLitElement{constructor(){super(...arguments),this.highlighted=!1,this.removable=!1,this.disabled=!1,this.clickable=!1,this.iconClickable=!1,this.dense=!1,this.multiLine=!1,this.label="",this.iconLabel="",this.icon=void 0,this.trailingIcon=!1}render(){let o={"ft-chip":!0,"ft-chip--highlighted":this.highlighted,"ft-chip--disabled":this.disabled,"ft-chip--clickable":this.interactionsOnChip,"ft-chip--trailing-icon":this.trailingIcon||this.removable,"ft-chip--no-content":!this.hasTextContent(),"ft-chip--dense":this.dense,"ft-chip--multi-line":this.multiLine,"ft-chip--safari-fix":De.isSafari};return He.html`
1180
+ <div class="${(0,kn.classMap)(o)}"
960
1181
  aria-label="${this.getLabel()}"
961
1182
  tabindex="${this.interactionsOnChip?0:-1}"
962
1183
  @keyup=${this.onKeyUp}
@@ -981,7 +1202,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
981
1202
  <div class="ft-chip--icon-container ft-no-text-select" part="icon-container">
982
1203
  <ft-icon .variant=${this.iconVariant} .value="${this.internalIcon}" part="icon"></ft-icon>
983
1204
  </div>
984
- `}onKeyUp(o){this.interactionsOnChip&&["Enter"," "].includes(o.key)&&o.target.click()}onIconKeyUp(o){this.interactionsOnIcon&&["Enter"," "].includes(o.key)&&(o.stopPropagation(),this.dispatchEvent(new _e))}onIconClick(o){this.interactionsOnIcon&&(o.stopPropagation(),this.dispatchEvent(new _e))}getLabel(){return this.label||this.textContent}get textContent(){var o,n;return(n=(o=this.slottedContent)===null||o===void 0?void 0:o.assignedNodes().map(i=>i.textContent).join("").trim())!==null&&n!==void 0?n:""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}get internalIcon(){return this.icon||(this.removable?"close":void 0)}};D.elementDefinitions={"ft-ripple":A,"ft-typography":Y,"ft-icon":M,"ft-button":pt};D.styles=zn;rt([(0,q.property)({type:Boolean})],D.prototype,"highlighted",void 0);rt([(0,q.property)({type:Boolean})],D.prototype,"removable",void 0);rt([(0,q.property)({type:Boolean})],D.prototype,"disabled",void 0);rt([(0,q.property)({type:Boolean})],D.prototype,"clickable",void 0);rt([(0,q.property)({type:Boolean})],D.prototype,"iconClickable",void 0);rt([(0,q.property)({type:Boolean})],D.prototype,"dense",void 0);rt([(0,q.property)({type:Boolean})],D.prototype,"multiLine",void 0);rt([(0,q.property)()],D.prototype,"label",void 0);rt([(0,q.property)()],D.prototype,"iconLabel",void 0);rt([(0,q.property)()],D.prototype,"icon",void 0);rt([(0,q.property)()],D.prototype,"iconVariant",void 0);rt([(0,q.property)({type:Boolean})],D.prototype,"trailingIcon",void 0);rt([(0,q.query)("ft-typography slot")],D.prototype,"slottedContent",void 0);var kt=m(_()),Ht=m(ht()),_n=m(ne()),De=m(L());var kn=m(_());var fo=m(L());var Hn=[kn.css`
1205
+ `}onKeyUp(o){this.interactionsOnChip&&["Enter"," "].includes(o.key)&&o.target.click()}onIconKeyUp(o){this.interactionsOnIcon&&["Enter"," "].includes(o.key)&&(o.stopPropagation(),this.dispatchEvent(new _e))}onIconClick(o){this.interactionsOnIcon&&(o.stopPropagation(),this.dispatchEvent(new _e))}getLabel(){return this.label||this.textContent}get textContent(){var o,n;return(n=(o=this.slottedContent)===null||o===void 0?void 0:o.assignedNodes().map(i=>i.textContent).join("").trim())!==null&&n!==void 0?n:""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}get internalIcon(){return this.icon||(this.removable?"close":void 0)}};G.elementDefinitions={"ft-ripple":$,"ft-typography":X,"ft-icon":K,"ft-button":st};G.styles=zn;rt([(0,q.property)({type:Boolean})],G.prototype,"highlighted",void 0);rt([(0,q.property)({type:Boolean})],G.prototype,"removable",void 0);rt([(0,q.property)({type:Boolean})],G.prototype,"disabled",void 0);rt([(0,q.property)({type:Boolean})],G.prototype,"clickable",void 0);rt([(0,q.property)({type:Boolean})],G.prototype,"iconClickable",void 0);rt([(0,q.property)({type:Boolean})],G.prototype,"dense",void 0);rt([(0,q.property)({type:Boolean})],G.prototype,"multiLine",void 0);rt([(0,q.property)()],G.prototype,"label",void 0);rt([(0,q.property)()],G.prototype,"iconLabel",void 0);rt([(0,q.property)()],G.prototype,"icon",void 0);rt([(0,q.property)()],G.prototype,"iconVariant",void 0);rt([(0,q.property)({type:Boolean})],G.prototype,"trailingIcon",void 0);rt([(0,q.query)("ft-typography slot")],G.prototype,"slottedContent",void 0);var Tt=b(D()),Ht=b(yt()),_n=b(ne()),Ue=b(R());var Tn=b(D());var fo=b(R());var Hn=[Tn.css`
985
1206
  :host {
986
1207
  display: inline-block;
987
1208
  max-width: 100%;
@@ -999,95 +1220,95 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
999
1220
 
1000
1221
  /* MEDIUM VARIANT */
1001
1222
  .ftds--size-medium {
1002
- min-height: ${v.mediumMinHeight};
1003
- padding: 0 ${v.mediumHorizontalPadding};
1004
- border-radius: ${v.mediumBorderRadius};
1005
- border-width: ${v.mediumBorderWidth};
1223
+ min-height: ${E.mediumMinHeight};
1224
+ padding: 0 ${E.mediumHorizontalPadding};
1225
+ border-radius: ${E.mediumBorderRadius};
1226
+ border-width: ${E.mediumBorderWidth};
1006
1227
  border-style: solid;
1007
- gap: ${v.mediumGap};
1008
- ${(0,fo.setVariable)(T.size,v.mediumIconSize)}
1228
+ gap: ${E.mediumGap};
1229
+ ${(0,fo.setVariable)(T.size,E.mediumIconSize)}
1009
1230
  }
1010
1231
 
1011
1232
  .ftds--size-medium.ftds-chip--removable {
1012
- padding-right: ${v.mediumButtonRightPadding};
1233
+ padding-right: ${E.mediumButtonRightPadding};
1013
1234
  }
1014
1235
 
1015
1236
 
1016
1237
  /* LARGE VARIANT */
1017
1238
  .ftds--size-large {
1018
- min-height: ${v.largeMinHeight};
1019
- padding: 0 ${v.largeHorizontalPadding};
1020
- border-radius: ${v.largeBorderRadius};
1021
- border-width: ${v.largeBorderWidth};
1239
+ min-height: ${E.largeMinHeight};
1240
+ padding: 0 ${E.largeHorizontalPadding};
1241
+ border-radius: ${E.largeBorderRadius};
1242
+ border-width: ${E.largeBorderWidth};
1022
1243
  border-style: solid;
1023
- gap: ${v.largeGap};
1024
- ${(0,fo.setVariable)(T.size,v.largeIconSize)}
1244
+ gap: ${E.largeGap};
1245
+ ${(0,fo.setVariable)(T.size,E.largeIconSize)}
1025
1246
  }
1026
1247
 
1027
1248
  .ftds--size-large.ftds-chip--removable {
1028
- padding-right: ${v.largeButtonRightPadding};
1249
+ padding-right: ${E.largeButtonRightPadding};
1029
1250
  }
1030
1251
 
1031
1252
 
1032
1253
  /* NEUTRAL COLORS */
1033
1254
  .ftds--family-neutral {
1034
- background-color: ${v.neutralBackgroundColor};
1035
- border-color: ${v.neutralBorderColor};
1036
- color: ${v.neutralColor};
1255
+ background-color: ${E.neutralBackgroundColor};
1256
+ border-color: ${E.neutralBorderColor};
1257
+ color: ${E.neutralColor};
1037
1258
  }
1038
1259
 
1039
1260
  .ftds--family-neutral .ftds-chip--icon-container {
1040
- color: ${v.neutralIconColor};
1261
+ color: ${E.neutralIconColor};
1041
1262
  }
1042
1263
 
1043
1264
 
1044
1265
  /* INFO COLORS */
1045
1266
  .ftds--family-info {
1046
- background-color: ${v.infoBackgroundColor};
1047
- border-color: ${v.infoBorderColor};
1048
- color: ${v.infoColor};
1267
+ background-color: ${E.infoBackgroundColor};
1268
+ border-color: ${E.infoBorderColor};
1269
+ color: ${E.infoColor};
1049
1270
  }
1050
1271
 
1051
1272
  .ftds--family-info .ftds-chip--icon-container {
1052
- color: ${v.infoIconColor};
1273
+ color: ${E.infoIconColor};
1053
1274
  }
1054
1275
 
1055
1276
 
1056
1277
  /* SUCCESS COLORS */
1057
1278
  .ftds--family-success {
1058
- background-color: ${v.successBackgroundColor};
1059
- border-color: ${v.successBorderColor};
1060
- color: ${v.successColor};
1279
+ background-color: ${E.successBackgroundColor};
1280
+ border-color: ${E.successBorderColor};
1281
+ color: ${E.successColor};
1061
1282
  }
1062
1283
 
1063
1284
  .ftds--family-success .ftds-chip--icon-container {
1064
- color: ${v.successIconColor};
1285
+ color: ${E.successIconColor};
1065
1286
  }
1066
1287
 
1067
1288
 
1068
1289
  /* WARNING COLORS */
1069
1290
  .ftds--family-warning {
1070
- background-color: ${v.warningBackgroundColor};
1071
- border-color: ${v.warningBorderColor};
1072
- color: ${v.warningColor};
1291
+ background-color: ${E.warningBackgroundColor};
1292
+ border-color: ${E.warningBorderColor};
1293
+ color: ${E.warningColor};
1073
1294
  }
1074
1295
 
1075
1296
  .ftds--family-warning .ftds-chip--icon-container {
1076
- color: ${v.warningIconColor};
1297
+ color: ${E.warningIconColor};
1077
1298
  }
1078
1299
 
1079
1300
 
1080
1301
  /* ERROR COLORS */
1081
1302
  .ftds--family-error {
1082
- background-color: ${v.errorBackgroundColor};
1083
- border-color: ${v.errorBorderColor};
1084
- color: ${v.errorColor};
1303
+ background-color: ${E.errorBackgroundColor};
1304
+ border-color: ${E.errorBorderColor};
1305
+ color: ${E.errorColor};
1085
1306
  }
1086
1307
 
1087
1308
  .ftds--family-error .ftds-chip--icon-container {
1088
- color: ${v.errorIconColor};
1309
+ color: ${E.errorIconColor};
1089
1310
  }
1090
- `];var Oe=function(e,o,n,i){var l=arguments.length,c=l<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,p;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")c=Reflect.decorate(e,o,n,i);else for(var s=e.length-1;s>=0;s--)(p=e[s])&&(c=(l<3?p(c):l>3?p(o,n,c):p(o,n))||c);return l>3&&c&&Object.defineProperty(o,n,c),c},ho=class extends CustomEvent{constructor(){super("remove")}},dt=class extends De.FtdsBase{constructor(){super(...arguments),this.removable=!1,this.removeButtonLabel="Remove",this.label=""}render(){let o={"ftds-chip":!0,"ftds-chip--removable":this.removable,"ftds-chip--with-icon":!!this.icon,...this.getDesignSystemBaseClasses()};return kt.html`
1311
+ `];var Se=function(e,o,n,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(c<3?s(l):c>3?s(o,n,l):s(o,n))||l);return c>3&&l&&Object.defineProperty(o,n,l),l},yo=class extends CustomEvent{constructor(){super("remove")}},pt=class extends Ue.FtdsBase{constructor(){super(...arguments),this.removable=!1,this.removeButtonLabel="Remove",this.label=""}render(){let o={"ftds-chip":!0,"ftds-chip--removable":this.removable,"ftds-chip--with-icon":!!this.icon,...this.getDesignSystemBaseClasses()};return Tt.html`
1091
1312
  <div class="${(0,_n.classMap)(o)}"
1092
1313
  aria-label="${this.getLabel()}"
1093
1314
  part="chip">
@@ -1097,21 +1318,21 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
1097
1318
  </ft-typography>
1098
1319
  ${this.renderRemoveButton()}
1099
1320
  </div>
1100
- `}renderIcon(){return this.icon?kt.html`
1321
+ `}renderIcon(){return this.icon?Tt.html`
1101
1322
  <div class="ftds-chip--icon-container" part="icon-container">
1102
- <ft-icon .variant=${at.fluid_topics} .value="${this.icon}" part="icon"></ft-icon>
1323
+ <ft-icon .variant=${it.fluid_topics} .value="${this.icon}" part="icon"></ft-icon>
1103
1324
  </div>
1104
- `:kt.nothing}renderRemoveButton(){return this.removable?kt.html`
1325
+ `:Tt.nothing}renderRemoveButton(){return this.removable?Tt.html`
1105
1326
  <ftds-button round
1106
1327
  class="ftds-chip--remove-button"
1107
1328
  @click=${this.dispatchRemoveEvent}
1108
1329
  icon=${Yt.X_MARK}
1109
1330
  label=${this.removeButtonLabel}
1110
- family=${De.DesignSystemFamily.neutral}
1331
+ family=${Ue.DesignSystemFamily.neutral}
1111
1332
  size=${this.resolveButtonSize()}
1112
1333
  part="icon-button"
1113
1334
  ></ftds-button>
1114
- `:kt.nothing}resolveButtonSize(){switch(this.size){case j.large:return j.medium;case j.medium:case j.small:return j.small}}getLabel(){return this.label||this.textContent}get textContent(){var o,n;return(n=(o=this.slottedContent)===null||o===void 0?void 0:o.assignedNodes().map(i=>i.textContent).join("").trim())!==null&&n!==void 0?n:""}onSlotchange(){this.requestUpdate()}dispatchRemoveEvent(){this.dispatchEvent(new ho)}typographyVariant(){switch(this.size){case j.large:return nt.body2medium;case j.medium:return nt.caption1medium;case j.small:return nt.caption2medium}}};dt.elementDefinitions={"ft-typography":Y,"ft-icon":M,"ftds-button":st};dt.styles=Hn;Oe([(0,Ht.property)({type:Boolean})],dt.prototype,"removable",void 0);Oe([(0,Ht.property)()],dt.prototype,"removeButtonLabel",void 0);Oe([(0,Ht.property)()],dt.prototype,"label",void 0);Oe([(0,Ht.property)()],dt.prototype,"icon",void 0);Oe([(0,Ht.query)("ft-typography slot")],dt.prototype,"slottedContent",void 0);(0,go.customElement)("ft-chip")(D);(0,go.customElement)("ftds-chip")(dt);})();
1335
+ `:Tt.nothing}resolveButtonSize(){switch(this.size){case Y.large:return Y.medium;case Y.medium:case Y.small:return Y.small}}getLabel(){return this.label||this.textContent}get textContent(){var o,n;return(n=(o=this.slottedContent)===null||o===void 0?void 0:o.assignedNodes().map(i=>i.textContent).join("").trim())!==null&&n!==void 0?n:""}onSlotchange(){this.requestUpdate()}dispatchRemoveEvent(){this.dispatchEvent(new yo)}typographyVariant(){switch(this.size){case Y.large:return nt.body2medium;case Y.medium:return nt.caption1medium;case Y.small:return nt.caption2medium}}};pt.elementDefinitions={"ft-typography":X,"ft-icon":K,"ftds-button":dt};pt.styles=Hn;Se([(0,Ht.property)({type:Boolean})],pt.prototype,"removable",void 0);Se([(0,Ht.property)()],pt.prototype,"removeButtonLabel",void 0);Se([(0,Ht.property)()],pt.prototype,"label",void 0);Se([(0,Ht.property)()],pt.prototype,"icon",void 0);Se([(0,Ht.query)("ft-typography slot")],pt.prototype,"slottedContent",void 0);(0,uo.customElement)("ft-chip")(G);(0,uo.customElement)("ftds-chip")(pt);})();
1115
1336
  /*! Bundled license information:
1116
1337
 
1117
1338
  lit-html/lit-html.js: