@fluid-topics/ft-switch 1.1.69 → 1.1.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- !function(t,o,e,r,i,a){const n=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorContent),l={color:n,backgroundColor:o.FtCssVariableFactory.extend("--ft-ripple-background-color","",n),opacityContentOnSurfacePressed:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:o.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},c=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorPrimary),p=c,f=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",c),s=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorSecondary),d=s,h=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",s),g=e.css`
1
+ "use strict";(()=>{var Qr=Object.create;var Fe=Object.defineProperty;var tn=Object.getOwnPropertyDescriptor;var en=Object.getOwnPropertyNames;var on=Object.getPrototypeOf,rn=Object.prototype.hasOwnProperty;var Kt=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports);var nn=(e,o,n,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let a of en(o))!rn.call(e,a)&&a!==n&&Fe(e,a,{get:()=>o[a],enumerable:!(i=tn(o,a))||i.enumerable});return e};var b=(e,o,n)=>(n=e!=null?Qr(on(e)):{},nn(o||!e||!e.__esModule?Fe(n,"default",{value:e,enumerable:!0}):n,e));var P=Kt((Pn,Ve)=>{Ve.exports=ftGlobals.wcUtils});var K=Kt((Bn,Ye)=>{Ye.exports=ftGlobals.lit});var bt=Kt(($n,je)=>{je.exports=ftGlobals.litDecorators});var re=Kt((Tn,Xe)=>{Xe.exports=ftGlobals.litClassMap});var Dr=Kt((cs,Hr)=>{Hr.exports=ftGlobals.litUnsafeHTML});var Ge=b(P());var be=b(K()),ut=b(bt()),Xr=b(re()),pt=b(P());var Ht=b(K()),V=b(bt()),Dt=b(P());var ao=b(P());var no=b(K()),z=b(bt()),io=b(re()),Zt=b(P());var oo=b(K()),R=b(P()),qe=R.FtCssVariableFactory.extend("--ft-ripple-color","",R.designSystemVariables.colorContent),ot={color:qe,backgroundColor:R.FtCssVariableFactory.extend("--ft-ripple-background-color","",qe),opacityContentOnSurfacePressed:R.FtCssVariableFactory.external(R.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:R.FtCssVariableFactory.external(R.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:R.FtCssVariableFactory.external(R.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:R.FtCssVariableFactory.external(R.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:R.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},Je=R.FtCssVariableFactory.extend("--ft-ripple-color","",R.designSystemVariables.colorPrimary),Qe={color:Je,backgroundColor:R.FtCssVariableFactory.extend("--ft-ripple-background-color","",Je)},to=R.FtCssVariableFactory.extend("--ft-ripple-color","",R.designSystemVariables.colorSecondary),eo={color:to,backgroundColor:R.FtCssVariableFactory.extend("--ft-ripple-background-color","",to)},ro=oo.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: ${l.borderRadius};
14
+ border-radius: ${ot.borderRadius};
15
15
  }
16
16
 
17
17
  .ft-ripple .ft-ripple--background,
@@ -45,27 +45,27 @@
45
45
  }
46
46
 
47
47
  .ft-ripple .ft-ripple--background {
48
- background-color: ${l.backgroundColor};
48
+ background-color: ${ot.backgroundColor};
49
49
  }
50
50
 
51
51
  .ft-ripple .ft-ripple--effect {
52
- background-color: ${l.color};
52
+ background-color: ${ot.color};
53
53
  }
54
54
 
55
55
  .ft-ripple.ft-ripple--secondary .ft-ripple--background {
56
- background-color: ${h};
56
+ background-color: ${eo.backgroundColor};
57
57
  }
58
58
 
59
59
  .ft-ripple.ft-ripple--secondary .ft-ripple--effect {
60
- background-color: ${d};
60
+ background-color: ${eo.color};
61
61
  }
62
62
 
63
63
  .ft-ripple.ft-ripple--primary .ft-ripple--background {
64
- background-color: ${f};
64
+ background-color: ${Qe.backgroundColor};
65
65
  }
66
66
 
67
67
  .ft-ripple.ft-ripple--primary .ft-ripple--effect {
68
- background-color: ${p};
68
+ background-color: ${Qe.color};
69
69
  }
70
70
 
71
71
  .ft-ripple .ft-ripple--background {
@@ -95,156 +95,148 @@
95
95
  }
96
96
 
97
97
  .ft-ripple.ft-ripple--hovered .ft-ripple--background {
98
- opacity: ${l.opacityContentOnSurfaceHover};
98
+ opacity: ${ot.opacityContentOnSurfaceHover};
99
99
  }
100
100
 
101
101
  .ft-ripple.ft-ripple--selected .ft-ripple--background {
102
- opacity: ${l.opacityContentOnSurfaceSelected};
102
+ opacity: ${ot.opacityContentOnSurfaceSelected};
103
103
  }
104
104
 
105
105
  .ft-ripple.ft-ripple--focused .ft-ripple--background {
106
- opacity: ${l.opacityContentOnSurfaceFocused};
106
+ opacity: ${ot.opacityContentOnSurfaceFocused};
107
107
  }
108
108
 
109
109
  .ft-ripple.ft-ripple--pressed .ft-ripple--effect {
110
- opacity: ${l.opacityContentOnSurfacePressed};
110
+ opacity: ${ot.opacityContentOnSurfacePressed};
111
111
  transform: translate(-50%, -50%) scale(1);
112
112
  }
113
- `;var y=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class b extends o.FtLitElement{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new o.Debouncer(1e3),this.onTransitionStart=t=>{"transform"===t.propertyName&&(this.rippling=this.pressed,this.debouncer.run((()=>this.rippling=!1)))},this.onTransitionEnd=t=>{"transform"===t.propertyName&&(this.rippling=!1)},this.setupDebouncer=new o.Debouncer(10),this.moveRipple=t=>{var o,e;let{x:r,y:i}=this.getCoordinates(t),a=null!==(e=null===(o=this.ripple)||void 0===o?void 0:o.getBoundingClientRect())&&void 0!==e?e:{x:0,y:0,width:0,height:0};this.originX=Math.round(null!=r?r-a.x:a.width/2),this.originY=Math.round(null!=i?i-a.y:a.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(null==t?void 0:t.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return e.html`
113
+ `;var H=function(e,o,n,i){var a=arguments.length,s=a<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,o,n,i);else for(var p=e.length-1;p>=0;p--)(c=e[p])&&(s=(a<3?c(s):a>3?c(o,n,s):c(o,n))||s);return a>3&&s&&Object.defineProperty(o,n,s),s},C=class extends Zt.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 Zt.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 Zt.Debouncer(10),this.moveRipple=o=>{var n,i;let{x:a,y:s}=this.getCoordinates(o),c=(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(a!=null?a-c.x:c.width/2),this.originY=Math.round(s!=null?s-c.y:c.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 no.html`
114
114
  <style>
115
115
  .ft-ripple .ft-ripple--effect {
116
116
  left: ${this.originX}px;
117
117
  top: ${this.originY}px;
118
118
  }
119
119
  </style>
120
- <div class="${i.classMap(t)}">
120
+ <div class="${(0,io.classMap)(o)}">
121
121
  <div class="ft-ripple--background"></div>
122
122
  <div class="ft-ripple--effect"></div>
123
123
  </div>
124
- `}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var o,e;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(o=this.target)||void 0===o||o.removeAttribute("data-is-ft-ripple-target")):null===(e=this.target)||void 0===e||e.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run((()=>this.defaultSetup()))}defaultSetup(){var t,o;const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;e&&this.setupFor(null!==(o=this.target)&&void 0!==o?o:e)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const o=(...t)=>o=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(o)},e=o("mouseup","contextmenu"),r=o("touchend","touchcancel"),i=t=>{["Enter"," "].includes(t.key)&&o("keyup")(t)},a={passive:!0};t.addEventListener("mouseover",this.startHover,a),t.addEventListener("mousemove",this.moveRipple,a),t.addEventListener("mouseleave",this.endHover,a),t.addEventListener("mousedown",e,a),t.addEventListener("touchstart",r,a),t.addEventListener("touchmove",this.moveRipple,a),t.addEventListener("keydown",i,a),t.addEventListener("focus",this.startFocus,a),t.addEventListener("blur",this.endFocus,a),t.addEventListener("focusin",this.startFocus,a),t.addEventListener("focusout",this.endFocus,a),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,a),t.removeEventListener("mousemove",this.moveRipple,a),t.removeEventListener("mouseleave",this.endHover,a),t.removeEventListener("mousedown",e,a),t.removeEventListener("touchstart",r,a),t.removeEventListener("touchmove",this.moveRipple,a),t.removeEventListener("keydown",i,a),t.removeEventListener("focus",this.startFocus,a),t.removeEventListener("blur",this.endFocus,a),t.removeEventListener("focusin",this.startFocus,a),t.removeEventListener("focusout",this.endFocus,a),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const o=t,e=t;let r,i;return null!=o.x?({x:r,y:i}=o):null!=e.touches&&(r=e.touches[0].clientX,i=e.touches[0].clientY),{x:r,y:i}}isFocusVisible(t){return!(t instanceof HTMLElement)||t.matches(":focus-visible")}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let o of t.composedPath()){if(o===this.target)break;if("hasAttribute"in o&&o.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}}b.elementDefinitions={},b.styles=g,y([r.property({type:Boolean})],b.prototype,"primary",void 0),y([r.property({type:Boolean})],b.prototype,"secondary",void 0),y([r.property({type:Boolean})],b.prototype,"unbounded",void 0),y([r.property({type:Boolean})],b.prototype,"activated",void 0),y([r.property({type:Boolean})],b.prototype,"selected",void 0),y([r.property({type:Boolean})],b.prototype,"disabled",void 0),y([r.state()],b.prototype,"hovered",void 0),y([r.state()],b.prototype,"focused",void 0),y([r.state()],b.prototype,"pressed",void 0),y([r.state()],b.prototype,"rippling",void 0),y([r.state()],b.prototype,"originX",void 0),y([r.state()],b.prototype,"originY",void 0),y([r.query(".ft-ripple")],b.prototype,"ripple",void 0),y([r.query(".ft-ripple--effect")],b.prototype,"rippleEffect",void 0),o.customElement("ft-ripple")(b);
125
- /**
126
- * @license
127
- * Copyright 2017 Google LLC
128
- * SPDX-License-Identifier: BSD-3-Clause
129
- */
130
- const u=globalThis,m=u.trustedTypes,x=m?m.createPolicy("lit-html",{createHTML:t=>t}):void 0,O="$lit$",N=`lit$${(Math.random()+"").slice(9)}$`,v="?"+N,w=`<${v}>`,S=document,C=()=>S.createComment(""),I=t=>null===t||"object"!=typeof t&&"function"!=typeof t,E=Array.isArray,W="[ \t\n\f\r]",U=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,$=/-->/g,R=/>/g,k=RegExp(`>|${W}(?:([^\\s"'>=/]+)(${W}*=${W}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),Z=/'/g,z=/"/g,L=/^(?:script|style|textarea|title)$/i,K=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),F=Symbol.for("lit-noChange"),D=Symbol.for("lit-nothing"),B=new WeakMap,A=S.createTreeWalker(S,129);function H(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==x?x.createHTML(o):o}const G=(t,o)=>{const e=t.length-1,r=[];let i,a=2===o?"<svg>":"",n=U;for(let o=0;o<e;o++){const e=t[o];let l,c,p=-1,f=0;for(;f<e.length&&(n.lastIndex=f,c=n.exec(e),null!==c);)f=n.lastIndex,n===U?"!--"===c[1]?n=$:void 0!==c[1]?n=R:void 0!==c[2]?(L.test(c[2])&&(i=RegExp("</"+c[2],"g")),n=k):void 0!==c[3]&&(n=k):n===k?">"===c[0]?(n=i??U,p=-1):void 0===c[1]?p=-2:(p=n.lastIndex-c[2].length,l=c[1],n=void 0===c[3]?k:'"'===c[3]?z:Z):n===z||n===Z?n=k:n===$||n===R?n=U:(n=k,i=void 0);const s=n===k&&t[o+1].startsWith("/>")?" ":"";a+=n===U?e+w:p>=0?(r.push(l),e.slice(0,p)+O+e.slice(p)+N+s):e+N+(-2===p?o:s)}return[H(t,a+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};class j{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let i=0,a=0;const n=t.length-1,l=this.parts,[c,p]=G(t,o);if(this.el=j.createElement(c,e),A.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=A.nextNode())&&l.length<n;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(O)){const o=p[a++],e=r.getAttribute(t).split(N),n=/([.?@])?(.*)/.exec(o);l.push({type:1,index:i,name:n[2],strings:e,ctor:"."===n[1]?_:"?"===n[1]?V:"@"===n[1]?X:Y}),r.removeAttribute(t)}else t.startsWith(N)&&(l.push({type:6,index:i}),r.removeAttribute(t));if(L.test(r.tagName)){const t=r.textContent.split(N),o=t.length-1;if(o>0){r.textContent=m?m.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],C()),A.nextNode(),l.push({type:2,index:++i});r.append(t[o],C())}}}else if(8===r.nodeType)if(r.data===v)l.push({type:2,index:i});else{let t=-1;for(;-1!==(t=r.data.indexOf(N,t+1));)l.push({type:7,index:i}),t+=N.length-1}i++}}static createElement(t,o){const e=S.createElement("template");return e.innerHTML=t,e}}function P(t,o,e=t,r){if(o===F)return o;let i=void 0!==r?e._$Co?.[r]:e._$Cl;const a=I(o)?void 0:o._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),void 0===a?i=void 0:(i=new a(t),i._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=i:e._$Cl=i),void 0!==i&&(o=P(t,i._$AS(t,o.values),i,r)),o}class M{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:o},parts:e}=this._$AD,r=(t?.creationScope??S).importNode(o,!0);A.currentNode=r;let i=A.nextNode(),a=0,n=0,l=e[0];for(;void 0!==l;){if(a===l.index){let o;2===l.type?o=new T(i,i.nextSibling,this,t):1===l.type?o=new l.ctor(i,l.name,l.strings,this,t):6===l.type&&(o=new q(i,this,t)),this._$AV.push(o),l=e[++n]}a!==l?.index&&(i=A.nextNode(),a++)}return A.currentNode=S,r}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}}class T{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=D,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===t?.nodeType&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=P(this,t,o),I(t)?t===D||null==t||""===t?(this._$AH!==D&&this._$AR(),this._$AH=D):t!==this._$AH&&t!==F&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>E(t)||"function"==typeof t?.[Symbol.iterator])(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==D&&I(this._$AH)?this._$AA.nextSibling.data=t:this.$(S.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,r="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=j.createElement(H(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new M(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=B.get(t.strings);return void 0===o&&B.set(t.strings,o=new j(t)),o}T(t){E(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let e,r=0;for(const i of t)r===o.length?o.push(e=new T(this.k(C()),this.k(C()),this,this.options)):e=o[r],e._$AI(i),r++;r<o.length&&(this._$AR(e&&e._$AB.nextSibling,r),o.length=r)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}}class Y{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=D,this._$AN=void 0,this.element=t,this.name=o,this._$AM=r,this.options=i,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=D}_$AI(t,o=this,e,r){const i=this.strings;let a=!1;if(void 0===i)t=P(this,t,o,0),a=!I(t)||t!==this._$AH&&t!==F,a&&(this._$AH=t);else{const r=t;let n,l;for(t=i[0],n=0;n<i.length-1;n++)l=P(this,r[e+n],o,n),l===F&&(l=this._$AH[n]),a||=!I(l)||l!==this._$AH[n],l===D?t=D:t!==D&&(t+=(l??"")+i[n+1]),this._$AH[n]=l}a&&!r&&this.O(t)}O(t){t===D?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class _ extends Y{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===D?void 0:t}}class V extends Y{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==D)}}class X extends Y{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=P(this,t,o,0)??D)===F)return;const e=this._$AH,r=t===D&&e!==D||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==D&&(e===D||r);r&&this.element.removeEventListener(this.name,this,e),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class q{constructor(t,o,e){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=e}get _$AU(){return this._$AM._$AU}_$AI(t){P(this,t)}}const J=u.litHtmlPolyfillSupport;J?.(j,T),(u.litHtmlVersions??=[]).push("3.1.0");
131
- /**
132
- * @license
133
- * Copyright 2020 Google LLC
134
- * SPDX-License-Identifier: BSD-3-Clause
135
- */
136
- const Q=Symbol.for(""),tt=t=>{if(t?.r===Q)return t?._$litStatic$},ot=t=>({_$litStatic$:t,r:Q}),et=new Map,rt=(t=>(o,...e)=>{const r=e.length;let i,a;const n=[],l=[];let c,p=0,f=!1;for(;p<r;){for(c=o[p];p<r&&void 0!==(a=e[p],i=tt(a));)c+=i+o[++p],f=!0;p!==r&&l.push(a),n.push(c),p++}if(p===r&&n.push(o[r]),f){const t=n.join("$$lit$$");void 0===(o=et.get(t))&&(n.raw=n,et.set(t,o=n)),e=l}return t(o,...e)})(K);var it;!function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button",t.display="display",t.title1="title-1",t.title2="title-2",t.title3="title-3",t.body1regular="body-1-regular",t.body1medium="body-1-medium",t.body1semibold="body-1-semibold",t.body2regular="body-2-regular",t.body2medium="body-2-medium",t.body2semibold="body-2-semibold",t.label1medium="label-1-medium",t.label1semibold="label-1-semibold",t.label1bold="label-1-bold",t.label2medium="label-2-medium",t.label2semibold="label-2-semibold",t.label2bold="label-2-bold",t.caption1medium="caption-1-medium",t.caption1semibold="caption-1-semibold",t.caption1bold="caption-1-bold",t.caption2medium="caption-2-medium",t.caption2semibold="caption-2-semibold",t.caption2bold="caption-2-bold"}(it||(it={}));const at=t=>"string"==typeof t?e.unsafeCSS(t):t;class nt{static create(t,o,r,i){const a=t=>at(null!=t?t:i),n=e.css`var(${at(t)}, ${a(i)})`;return n.name=t,n.description=o,n.category=r,n.defaultValue=i,n.defaultCssValue=a,n.get=o=>e.css`var(${at(t)}, ${a(o)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>i,n}static extend(t,o,r,i){const a=t=>r.get(null!=t?t:i),n=e.css`var(${at(t)}, ${a(i)})`;return n.name=t,n.description=o,n.category=r.category,n.fallbackVariable=r,n.defaultValue=i,n.defaultCssValue=a,n.get=o=>e.css`var(${at(t)}, ${a(o)})`,n.breadcrumb=()=>[r.name,...r.breadcrumb()],n.lastResortDefaultValue=()=>null!=i?i:r.lastResortDefaultValue(),n}static external(t,o){const r=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):at(null!=o?o:t.lastResortDefaultValue()),i=e.css`var(${at(t.name)}, ${r(t.defaultValue)})`;return i.name=t.name,i.category=t.category,i.fallbackVariable=t.fallbackVariable,i.defaultValue=t.defaultValue,i.context=o,i.defaultCssValue=r,i.get=o=>e.css`var(${at(t.name)}, ${r(o)})`,i.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>t.lastResortDefaultValue(),i}}const lt={colorWhite:nt.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:nt.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:nt.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:nt.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:nt.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:nt.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:nt.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:nt.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:nt.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:nt.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:nt.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:nt.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:nt.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:nt.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:nt.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:nt.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:nt.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:nt.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:nt.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:nt.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:nt.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:nt.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:nt.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:nt.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:nt.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:nt.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:nt.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:nt.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:nt.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:nt.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:nt.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:nt.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:nt.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:nt.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:nt.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:nt.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:nt.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:nt.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:nt.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:nt.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:nt.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:nt.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:nt.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:nt.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:nt.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:nt.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:nt.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:nt.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:nt.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:nt.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:nt.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:nt.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:nt.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:nt.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:nt.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:nt.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:nt.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:nt.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:nt.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:nt.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:nt.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:nt.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:nt.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:nt.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:nt.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:nt.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:nt.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:nt.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:nt.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:nt.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:nt.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:nt.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:nt.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:nt.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:nt.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:nt.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:nt.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:nt.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:nt.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:nt.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:nt.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:nt.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:nt.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:nt.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:nt.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:nt.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:nt.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:nt.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:nt.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:nt.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:nt.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:nt.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:nt.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:nt.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:nt.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:nt.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:nt.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:nt.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:nt.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:nt.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:nt.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:nt.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:nt.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:nt.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:nt.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:nt.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:nt.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:nt.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:nt.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:nt.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:nt.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:nt.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:nt.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:nt.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:nt.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:nt.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:nt.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:nt.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:nt.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:nt.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:nt.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:nt.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:nt.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:nt.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:nt.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:nt.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:nt.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:nt.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:nt.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:nt.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:nt.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:nt.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:nt.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:nt.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:nt.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:nt.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:nt.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:nt.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:nt.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:nt.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:nt.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:nt.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:nt.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:nt.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:nt.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:nt.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:nt.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:nt.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:nt.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:nt.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:nt.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:nt.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:nt.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:nt.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:nt.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:nt.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:nt.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:nt.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:nt.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:nt.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:nt.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:nt.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:nt.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:nt.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:nt.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:nt.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:nt.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:nt.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:nt.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:nt.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:nt.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:nt.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:nt.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:nt.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:nt.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:nt.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:nt.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:nt.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:nt.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:nt.create("--ft-icon-size-6","","SIZE","48px"),opacity0:nt.create("--ft-opacity-0","","NUMBER","0"),opacity8:nt.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:nt.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:nt.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:nt.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:nt.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:nt.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:nt.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:nt.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:nt.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:nt.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:nt.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:nt.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:nt.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:nt.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)")},ct={display:{fontFamily:nt.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:nt.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:nt.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:nt.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:nt.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:nt.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:nt.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:nt.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:nt.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:nt.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:nt.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:nt.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:nt.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:nt.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:nt.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:nt.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:nt.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:nt.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:nt.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:nt.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:nt.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:nt.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:nt.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:nt.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:nt.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:nt.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:nt.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:nt.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:nt.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:nt.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:nt.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:nt.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:nt.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:nt.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:nt.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:nt.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:nt.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:nt.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:nt.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:nt.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:nt.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:nt.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:nt.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:nt.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:nt.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:nt.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:nt.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:nt.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:nt.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:nt.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:nt.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:nt.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:nt.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:nt.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:nt.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:nt.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:nt.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:nt.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:nt.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:nt.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:nt.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:nt.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:nt.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:nt.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:nt.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:nt.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:nt.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:nt.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:nt.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:nt.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:nt.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:nt.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:nt.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:nt.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:nt.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:nt.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:nt.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:nt.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:nt.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:nt.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:nt.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-medium-underline":{fontFamily:nt.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:nt.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:nt.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:nt.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:nt.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:nt.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:nt.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:nt.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:nt.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},"body-2-semibold":{fontFamily:nt.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:nt.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:nt.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:nt.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:nt.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:nt.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:nt.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:nt.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:nt.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:nt.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:nt.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:nt.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:nt.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:nt.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:nt.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:nt.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:nt.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:nt.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:nt.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:nt.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:nt.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:nt.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:nt.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:nt.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:nt.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:nt.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:nt.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:nt.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:nt.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:nt.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:nt.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:nt.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:nt.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:nt.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:nt.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:nt.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:nt.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:nt.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:nt.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:nt.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:nt.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:nt.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:nt.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:nt.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:nt.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:nt.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:nt.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:nt.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:nt.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:nt.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:nt.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:nt.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:nt.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:nt.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:nt.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:nt.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:nt.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:nt.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:nt.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:nt.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:nt.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:nt.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:nt.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:nt.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:nt.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:nt.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:nt.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:nt.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:nt.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:nt.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:nt.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:nt.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:nt.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:nt.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:nt.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:nt.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:nt.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:nt.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:nt.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:nt.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:nt.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:nt.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:nt.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:nt.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:nt.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:nt.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:nt.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:nt.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:nt.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:nt.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:nt.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:nt.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:nt.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:nt.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:nt.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:nt.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:nt.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:nt.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:nt.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:nt.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:nt.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:nt.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:nt.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:nt.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:nt.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:nt.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:nt.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:nt.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:nt.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:nt.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:nt.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:nt.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:nt.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:nt.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:nt.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:nt.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:nt.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},"caption-3-medium":{fontFamily:nt.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:nt.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:nt.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:nt.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:nt.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:nt.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:nt.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:nt.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:nt.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},"caption-3-semibold":{fontFamily:nt.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:nt.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:nt.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:nt.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:nt.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:nt.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:nt.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:nt.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:nt.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},"caption-3-bold":{fontFamily:nt.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:nt.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:nt.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:nt.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:nt.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:nt.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:nt.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:nt.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:nt.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")}},pt={backgroundActionPrimary:nt.extend("--ft-background-action-primary","Used as backgorund of primary action components.",lt.colorBrand0),backgroundErrorSubtle:nt.extend("--ft-background-error-subtle","Used as background of subtle error components.",lt.colorRed10),backgroundInfoSubtle:nt.extend("--ft-background-info-subtle","Used as background of subtle information components.",lt.colorCyan10),backgroundWarningSubtle:nt.extend("--ft-background-warning-subtle","Used as background of subtle information components.",lt.colorOrange10),backgroundSuccessSubtle:nt.extend("--ft-background-success-subtle","Used as background of subtle success components.",lt.colorGreen10),backgroundGlobalSurface:nt.extend("--ft-background-global-surface","Used as app background.",lt.colorWhite),backgroundGlobalOnSurface:nt.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",lt.colorGray10),backgroundGlobalOnSurfaceDark:nt.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",lt.colorGray30),contentActionPrimary:nt.extend("--ft-content-action-primary","Used on label of primary action on light surface.",lt.colorBrand0),contentWarningPrimary:nt.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",lt.colorOrange200),contentWarningIconOnly:nt.extend("--ft-content-warning-icon-only","Used on warning status icons alone",lt.colorOrange0),contentErrorPrimary:nt.extend("--ft-content-error-primary","Used on label of error messages on light surface.",lt.colorRed0),contentErrorIconOnly:nt.extend("--ft-content-error-icon-only","Used on error status icons alone",lt.colorRed70),contentInfoPrimary:nt.extend("--ft-content-info-primary","Used on label of information messages on light surface.",lt.colorCyan200),contentInfoIconOnly:nt.extend("--ft-content-info-icon-only","Used on info status icons alone",lt.colorCyan0),contentSuccessPrimary:nt.extend("--ft-content-success-primary","Used on label of success messages on light surface.",lt.colorGreen200),contentSuccessIconOnly:nt.extend("--ft-content-success-icon-only","Used on success status icons alone",lt.colorGreen0),contentGlobalPrimary:nt.extend("--ft-content-global-primary","Used for main content on the page.",lt.colorGray500),contentGlobalSecondary:nt.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",lt.colorGray200),contentGlobalSubtle:nt.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",lt.colorGray0),contentGlobalOnColor:nt.extend("--ft-content-global-on-color","Used for content on a dominant color.",lt.colorWhite),borderActionPrimary:nt.extend("--ft-border-action-primary","Used as border for primary action components.",lt.colorBrand0),borderActionFocusRing:nt.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",lt.colorCyan0),borderWarningPrimary:nt.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",lt.colorOrange200),borderWarningSubtle:nt.extend("--ft-border-warning-subtle","Used as border for warning components.",lt.colorOrange30),borderSuccessPrimary:nt.extend("--ft-border-success-primary","Used as border for success buttons.",lt.colorGreen200),borderSuccessSubtle:nt.extend("--ft-border-success-subtle","Used as border for success components.",lt.colorGreen30),borderErrorPrimary:nt.extend("--ft-border-error-primary","Used as border for text fields in error states.",lt.colorRed0),borderErrorSubtle:nt.extend("--ft-border-error-subtle","Used as border for error components.",lt.colorRed30),borderInfoPrimary:nt.extend("--ft-border-info-primary","Used as border for buttons in info color.",lt.colorCyan200),borderInfoSubtle:nt.extend("--ft-border-info-subtle","Used as border for information components.",lt.colorCyan30),borderGlobalPrimary:nt.extend("--ft-border-global-primary","Used as border for element like input.",lt.colorGray50),borderGlobalSubtle:nt.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",lt.colorGray30),borderInputPrimary:nt.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",lt.colorGray80)};nt.create("--ft-button-large-height","","SIZE","40px"),nt.extend("--ft-button-large-horizontal-padding","",lt.spacing4),nt.extend("--ft-button-large-gap","",lt.spacing2),nt.extend("--ft-button-large-border-radius","",lt.borderRadiusS),nt.extend("--ft-button-large-icon-size","",lt.iconSize3),nt.create("--ft-button-large-border-width","","SIZE","1px"),nt.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),nt.create("--ft-button-large-focus-outline-width","","SIZE","2px"),nt.create("--ft-button-large-icon-only-width","","SIZE","40px"),nt.create("--ft-button-small-height","","SIZE","30px"),nt.extend("--ft-button-small-horizontal-padding","",lt.spacing3),nt.extend("--ft-button-small-gap","",lt.spacing2),nt.extend("--ft-button-small-border-radius","",lt.borderRadiusS),nt.extend("--ft-button-small-icon-size","",lt.iconSize2),nt.create("--ft-button-small-border-width","","SIZE","1px"),nt.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),nt.create("--ft-button-small-focus-outline-width","","SIZE","2px"),nt.create("--ft-button-small-icon-only-width","","SIZE","30px"),nt.extend("--ft-button-primary-background-color","",pt.backgroundActionPrimary),nt.extend("--ft-button-primary-color","",pt.contentGlobalOnColor),nt.extend("--ft-button-primary-icon-color","",pt.contentGlobalOnColor),nt.extend("--ft-button-primary-state-layer-color","",pt.contentGlobalOnColor),nt.extend("--ft-button-primary-hover-state-layer-opacity","",lt.opacity16),nt.extend("--ft-button-primary-focus-state-layer-opacity","",lt.opacity16),nt.extend("--ft-button-primary-active-state-layer-opacity","",lt.opacity24),nt.extend("--ft-button-primary-disabled-component-opacity","",lt.opacity40),nt.extend("--ft-button-focus-focus-ring-color","",pt.borderActionFocusRing),nt.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),nt.extend("--ft-button-tertiary-color","",pt.contentActionPrimary),nt.extend("--ft-button-tertiary-icon-color","",pt.contentActionPrimary),nt.extend("--ft-button-tertiary-state-layer-color","",pt.contentActionPrimary),nt.extend("--ft-button-tertiary-hover-state-layer-opacity","",lt.opacity8),nt.extend("--ft-button-tertiary-focus-state-layer-opacity","",lt.opacity8),nt.extend("--ft-button-tertiary-active-state-layer-opacity","",lt.opacity16),nt.extend("--ft-button-tertiary-disabled-component-opacity","",lt.opacity40),nt.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),nt.extend("--ft-button-secondary-color","",pt.contentActionPrimary),nt.extend("--ft-button-secondary-icon-color","",pt.contentActionPrimary),nt.extend("--ft-button-secondary-state-layer-color","",pt.contentActionPrimary),nt.extend("--ft-button-secondary-hover-state-layer-opacity","",lt.opacity8),nt.extend("--ft-button-secondary-focus-state-layer-opacity","",lt.opacity8),nt.extend("--ft-button-secondary-active-state-layer-opacity","",lt.opacity16),nt.extend("--ft-button-secondary-disabled-component-opacity","",lt.opacity40),nt.extend("--ft-button-secondary-border-color","",pt.borderActionPrimary),nt.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),nt.extend("--ft-button-neutral-icon-color","",pt.contentGlobalSecondary),nt.extend("--ft-button-neutral-color","",pt.contentGlobalSecondary),nt.extend("--ft-button-neutral-state-layer-color","",pt.contentGlobalSecondary),nt.extend("--ft-button-neutral-hover-state-layer-opacity","",lt.opacity8),nt.extend("--ft-button-neutral-focus-state-layer-opacity","",lt.opacity8),nt.extend("--ft-button-neutral-active-state-layer-opacity","",lt.opacity16),nt.extend("--ft-button-neutral-disabled-component-opacity","",lt.opacity40),nt.extend("--ft-banner-icon-size","",lt.iconSize5),nt.create("--ft-banner-border-width","","SIZE","1px"),nt.extend("--ft-banner-horizontal-padding","",lt.spacing6),nt.extend("--ft-banner-vertical-padding","",lt.spacing6),nt.extend("--ft-banner-horizontal-side-gap","",lt.spacing6),nt.extend("--ft-banner-horizontal-mobile-gap","",lt.spacing4),nt.extend("--ft-banner-vertical-mobile-gap","",lt.spacing6),nt.extend("--ft-banner-horizontal-middle-gap","",lt.spacing20),nt.extend("--ft-banner-info-background-color","",pt.backgroundInfoSubtle),nt.extend("--ft-banner-info-color","",pt.contentInfoPrimary),nt.extend("--ft-banner-info-icon-color","",pt.contentInfoIconOnly),nt.extend("--ft-breadcrumb-horizontal-gap","",lt.spacing1),nt.extend("--ft-breadcrumb-vertical-gap","",lt.spacing2),nt.extend("--ft-breadcrumb-current-element-color","",pt.contentGlobalPrimary),nt.extend("--ft-breadcrumb-icon-color","",pt.contentGlobalSubtle),nt.extend("--ft-page-header-horizontal-padding","",lt.spacing12),nt.extend("--ft-page-header-horizontal-gap","",lt.spacing4),nt.extend("--ft-page-header-vertical-gap","",lt.spacing2),nt.extend("--ft-page-header-classic-vertical-padding","",lt.spacing6),nt.extend("--ft-page-header-multiline-vertical-padding","",lt.spacing4),nt.extend("--ft-page-header-inline-vertical-padding","",lt.spacing2),nt.extend("--ft-page-header-background-color","",lt.colorWhite),nt.extend("--ft-page-header-bottom-border-color","",pt.borderGlobalSubtle),nt.extend("--ft-page-header-title-color","",pt.contentGlobalPrimary),nt.extend("--ft-page-header-subtitle-color","",pt.contentGlobalSecondary),nt.create("--ft-modal-small-container-width","","SIZE","600px"),nt.create("--ft-modal-large-container-width","","SIZE","900px"),nt.extend("--ft-modal-overlay-background-color","",lt.colorGray700),nt.extend("--ft-modal-overlay-opacity","",lt.opacity40),nt.extend("--ft-modal-shadow","",lt.shadowElevation03),nt.extend("--ft-modal-body-background-color","",lt.colorWhite),nt.extend("--ft-modal-body-color","",pt.contentGlobalPrimary),nt.extend("--ft-modal-body-horizontal-padding","",lt.spacing6),nt.extend("--ft-modal-body-vertical-padding","",lt.spacing6),nt.extend("--ft-modal-body-vertical-gap","",lt.spacing6),nt.extend("--ft-modal-container-margin","",lt.spacing3),nt.extend("--ft-modal-header-background-color","",pt.backgroundGlobalOnSurface),nt.extend("--ft-modal-header-border-color","",pt.borderGlobalSubtle),nt.extend("--ft-modal-header-color","",pt.contentGlobalPrimary),nt.extend("--ft-modal-header-trailing-icon-color","",pt.contentGlobalSecondary),nt.extend("--ft-modal-header-vertical-padding","",lt.spacing1),nt.extend("--ft-modal-header-right-padding","",lt.spacing1),nt.extend("--ft-modal-header-left-padding","",lt.spacing6),nt.extend("--ft-modal-header-gap","",lt.spacing2),nt.create("--ft-modal-header-border-bottom","","SIZE","1px"),nt.extend("--ft-modal-border-radius","",lt.borderRadiusM),nt.extend("--ft-drawer-overlay-opacity","",lt.opacity40),nt.extend("--ft-drawer-shadow","",lt.shadowElevation03),nt.extend("--ft-drawer-body-color","",pt.contentGlobalPrimary),nt.extend("--ft-drawer-body-horizontal-padding","",lt.spacing6),nt.extend("--ft-drawer-body-vertical-padding","",lt.spacing6),nt.extend("--ft-drawer-body-gap","",lt.spacing6),nt.extend("--ft-drawer-body-background-color","",lt.colorWhite),nt.extend("--ft-drawer-header-background-color","",pt.backgroundGlobalOnSurface),nt.extend("--ft-drawer-header-border-color","",pt.borderGlobalSubtle),nt.extend("--ft-drawer-header-color","",pt.contentGlobalPrimary),nt.extend("--ft-drawer-header-trailing-icon-color","",pt.contentGlobalSecondary),nt.create("--ft-drawer-header-height","","SIZE","50px"),nt.extend("--ft-drawer-header-horizontal-padding","",lt.spacing2),nt.create("--ft-drawer-header-border-width","","SIZE","1px"),nt.extend("--ft-drawer-header-gap","",lt.spacing3),nt.extend("--ft-drawer-buttons-bar-background-color","",pt.backgroundGlobalOnSurface),nt.extend("--ft-drawer-buttons-bar-border-color","",pt.borderGlobalSubtle),nt.extend("--ft-drawer-buttons-bar-color","",pt.contentGlobalPrimary),nt.extend("--ft-drawer-buttons-bar-horizontal-padding","",lt.spacing4),nt.extend("--ft-drawer-buttons-bar-vertical-padding","",lt.spacing4),nt.extend("--ft-drawer-buttons-bar-gap","",lt.spacing3),nt.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),nt.create("--ft-drawer-container-width","","SIZE","66%"),nt.create("--ft-drawer-container-min-width","","SIZE","500px"),nt.create("--ft-drawer-container-max-width","","SIZE","1000px"),nt.create("--ft-drawer-container-height","","SIZE","100%"),nt.extend("--ft-drawer-overlay-background-color","",lt.colorGray700),nt.extend("--ft-text-input-field-horizontal-padding","",lt.spacing4),nt.extend("--ft-text-input-field-horizontal-gap","",lt.spacing3),nt.extend("--ft-text-input-field-vertical-gap","",lt.spacing05),nt.extend("--ft-text-input-field-icon-size","",lt.iconSize3),nt.create("--ft-text-input-field-height","","SIZE","50px"),nt.extend("--ft-text-input-helper-horizontal-padding","",lt.spacing4),nt.extend("--ft-text-input-helper-horizontal-gap","",lt.spacing1),nt.extend("--ft-text-input-helper-icon-size","",lt.iconSize2),nt.extend("--ft-text-input-border-radius","",lt.borderRadiusM),nt.extend("--ft-text-input-background-color","",lt.colorWhite),nt.extend("--ft-text-input-content-value-color","",pt.contentGlobalPrimary),nt.extend("--ft-text-input-trailing-icon-color","",pt.contentGlobalSubtle),nt.extend("--ft-text-input-label-color","",pt.contentGlobalSubtle),nt.extend("--ft-text-input-default-border-color","",pt.borderInputPrimary),nt.extend("--ft-text-input-default-helper-text-color","",pt.contentGlobalSubtle),nt.create("--ft-text-input-default-border-width","","SIZE","1px"),nt.create("--ft-text-input-error-border-width","","SIZE","2px"),nt.extend("--ft-text-input-error-border-color","",pt.borderErrorPrimary),nt.extend("--ft-text-input-error-helper-text-color","",pt.contentErrorPrimary),nt.extend("--ft-text-input-error-helper-icon-color","",pt.contentErrorIconOnly),nt.create("--ft-text-input-warning-border-width","","SIZE","2px"),nt.create("--ft-text-input-focus-outline-width","","SIZE","2px"),nt.extend("--ft-text-input-focus-focus-ring-color","",pt.borderActionFocusRing),nt.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),nt.extend("--ft-text-input-disabled-component-opacity","",lt.opacity40),nt.extend("--ft-text-area-background-color","",lt.colorWhite),nt.extend("--ft-text-area-content-value-color","",pt.contentGlobalPrimary),nt.extend("--ft-text-area-label-color","",pt.contentGlobalSubtle),nt.extend("--ft-text-area-default-border-color","",pt.borderInputPrimary),nt.extend("--ft-text-area-default-helper-text-color","",pt.contentGlobalSubtle),nt.create("--ft-text-area-default-border-width","","SIZE","1px"),nt.create("--ft-text-area-error-border-width","","SIZE","2px"),nt.extend("--ft-text-area-error-border-color","",pt.borderErrorPrimary),nt.extend("--ft-text-area-error-helper-text-color","",pt.contentErrorPrimary),nt.extend("--ft-text-area-error-helper-icon-color","",pt.contentErrorIconOnly),nt.extend("--ft-text-area-focus-focus-ring-color","",pt.borderActionFocusRing),nt.create("--ft-text-area-focus-outline-width","","SIZE","2px"),nt.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),nt.extend("--ft-text-area-disabled-component-opacity","",lt.opacity40),nt.extend("--ft-text-area-field-horizontal-left-padding","",lt.spacing4),nt.extend("--ft-text-area-field-horizontal-gap","",lt.spacing3),nt.extend("--ft-text-area-field-vertical-gap","",lt.spacing05),nt.create("--ft-text-area-field-min-height","","SIZE","64px"),nt.extend("--ft-text-area-helper-horizontal-padding","",lt.spacing4),nt.extend("--ft-text-area-helper-horizontal-gap","",lt.spacing1),nt.extend("--ft-text-area-helper-icon-size","",lt.iconSize2),nt.extend("--ft-text-area-border-radius","",lt.borderRadiusM),nt.create("--ft-floating-menu-height","","SIZE","50px"),nt.extend("--ft-floating-menu-horizontal-padding","",lt.spacing4),nt.extend("--ft-floating-menu-off-icon-color","",pt.contentGlobalPrimary),nt.extend("--ft-floating-menu-off-color","",pt.contentGlobalPrimary),nt.extend("--ft-floating-menu-on-color","",pt.contentActionPrimary),nt.extend("--ft-floating-menu-on-state-layer-color","",pt.contentActionPrimary),nt.extend("--ft-floating-menu-gap","",lt.spacing3),nt.extend("--ft-floating-menu-focus-focus-ring-color","",pt.borderActionFocusRing),nt.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),nt.extend("--ft-floating-menu-focus-state-layer-opacity","",lt.opacity8),nt.extend("--ft-floating-menu-hover-state-layer-opacity","",lt.opacity8),nt.extend("--ft-floating-menu-active-state-layer-opacity","",lt.opacity16),nt.extend("--ft-floating-menu-disabled-component-opacity","",lt.opacity40),nt.extend("--ft-floating-menu-icon-size","",lt.iconSize3),nt.extend("--ft-floating-menu-background-color","",pt.backgroundGlobalOnSurface),nt.extend("--ft-combobox-single-select-field-horizontal-padding","",lt.spacing4),nt.extend("--ft-combobox-single-select-field-horizontal-gap","",lt.spacing3),nt.extend("--ft-combobox-single-select-field-vertical-gap","",lt.spacing05),nt.extend("--ft-combobox-single-select-field-icon-size","",lt.iconSize3),nt.create("--ft-combobox-single-select-field-height","","SIZE","50px"),nt.extend("--ft-combobox-single-select-helper-horizontal-padding","",lt.spacing4),nt.extend("--ft-combobox-single-select-helper-horizontal-gap","",lt.spacing1),nt.extend("--ft-combobox-single-select-helper-vertical-gap","",lt.spacing1),nt.extend("--ft-combobox-single-select-helper-icon-size","",lt.iconSize2),nt.extend("--ft-combobox-single-select-menu-vertical-gap","",lt.spacing2),nt.extend("--ft-combobox-single-select-border-radius","",lt.borderRadiusM),nt.extend("--ft-combobox-single-select-background-color","",lt.colorWhite),nt.extend("--ft-combobox-single-select-label-color","",pt.contentGlobalSubtle),nt.extend("--ft-combobox-single-select-content-value-color","",pt.contentGlobalPrimary),nt.extend("--ft-combobox-single-select-trailing-icon-color","",pt.contentGlobalSubtle),nt.extend("--ft-combobox-single-select-default-border-color","",pt.borderInputPrimary),nt.extend("--ft-combobox-single-select-default-helper-text-color","",pt.contentGlobalSubtle),nt.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),nt.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),nt.extend("--ft-combobox-single-select-error-border-color","",pt.borderErrorPrimary),nt.extend("--ft-combobox-single-select-error-helper-text-color","",pt.contentErrorPrimary),nt.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),nt.extend("--ft-combobox-single-select-warning-border-color","",pt.borderWarningPrimary),nt.extend("--ft-combobox-single-select-warning-helper-text-color","",pt.contentWarningPrimary),nt.extend("--ft-combobox-single-select-warning-helper-icon-color","",pt.contentWarningIconOnly),nt.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),nt.extend("--ft-combobox-single-select-focus-focus-ring-color","",pt.borderActionFocusRing),nt.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),nt.extend("--ft-combobox-single-select-disabled-component-opacity","",lt.opacity40),nt.extend("--ft-combobox-multi-select-background-color","",lt.colorWhite),nt.extend("--ft-combobox-multi-select-label-color","",pt.contentGlobalSubtle),nt.extend("--ft-combobox-multi-select-trailing-icon-color","",pt.contentGlobalSubtle),nt.extend("--ft-combobox-multi-select-default-border-color","",pt.borderInputPrimary),nt.extend("--ft-combobox-multi-select-default-helper-text-color","",pt.contentGlobalSubtle),nt.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),nt.extend("--ft-combobox-multi-select-error-border-color","",pt.borderErrorPrimary),nt.extend("--ft-combobox-multi-select-error-helper-text-color","",pt.contentErrorPrimary),nt.extend("--ft-combobox-multi-select-error-helper-icon","",pt.contentErrorIconOnly),nt.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),nt.extend("--ft-combobox-multi-select-warning-border-color","",pt.borderWarningPrimary),nt.extend("--ft-combobox-multi-select-warning-helper-text-color","",pt.contentWarningPrimary),nt.extend("--ft-combobox-multi-select-warning-helper-icon-color","",pt.contentWarningIconOnly),nt.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),nt.extend("--ft-combobox-multi-select-focus-focus-ring-color","",pt.borderActionFocusRing),nt.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),nt.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),nt.extend("--ft-combobox-multi-select-disabled-component-opacity","",lt.opacity40),nt.extend("--ft-combobox-multi-select-helper-horizontal-padding","",lt.spacing4),nt.extend("--ft-combobox-multi-select-helper-horizontal-gap","",lt.spacing1),nt.extend("--ft-combobox-multi-select-helper-vertical-gap","",lt.spacing1),nt.extend("--ft-combobox-multi-select-helper-icon-size","",lt.iconSize2),nt.extend("--ft-combobox-multi-select-field-horizontal-padding","",lt.spacing4),nt.extend("--ft-combobox-multi-select-field-horizontal-gap","",lt.spacing3),nt.extend("--ft-combobox-multi-select-field-vertical-gap","",lt.spacing05),nt.extend("--ft-combobox-multi-select-field-icon-size","",lt.iconSize3),nt.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),nt.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",lt.spacing1),nt.extend("--ft-combobox-multi-select-content-values-vertical-gap","",lt.spacing1),nt.extend("--ft-combobox-multi-select-border-radius","",lt.borderRadiusM),nt.extend("--ft-popover-background-color","",pt.backgroundGlobalOnSurface),nt.extend("--ft-popover-horizontal-padding","",lt.spacing6),nt.extend("--ft-popover-vertical-padding","",lt.spacing6),nt.extend("--ft-popover-icon-color","",pt.contentGlobalSecondary),nt.extend("--ft-popover-icon-size","",lt.iconSize2),nt.extend("--ft-popover-title-color","",pt.contentGlobalPrimary),nt.extend("--ft-popover-body-color","",pt.contentGlobalSecondary),nt.extend("--ft-popover-link-color","",pt.contentActionPrimary),nt.extend("--ft-popover-gap","",lt.spacing3),nt.extend("--ft-popover-border-radius","",lt.borderRadiusM),nt.extend("--ft-popover-shadow","",lt.shadowElevation02),nt.extend("--ft-tabs-top-left-border-radius","",lt.borderRadiusS),nt.extend("--ft-tabs-top-right-border-radius","",lt.borderRadiusS),nt.extend("--ft-tabs-label-horizontal-padding","",lt.spacing4),nt.extend("--ft-tabs-label-vertical-padding","",lt.spacing3),nt.extend("--ft-tabs-label-gap","",lt.spacing1),nt.extend("--ft-tabs-off-hover-state-layer-opacity","",lt.opacity8),nt.extend("--ft-tabs-off-focus-state-layer-opacity","",lt.opacity8),nt.extend("--ft-tabs-off-active-state-layer-opacity","",lt.opacity16),nt.extend("--ft-tabs-off-disabled-component-opacity","",lt.opacity40),nt.extend("--ft-tabs-off-color","",pt.contentGlobalSubtle),nt.extend("--ft-tabs-off-state-layer-color","",pt.contentGlobalSubtle),nt.extend("--ft-tabs-on-hover-state-layer-opacity","",lt.opacity8),nt.extend("--ft-tabs-on-focus-state-layer-opacity","",lt.opacity8),nt.extend("--ft-tabs-on-active-state-layer-opacity","",lt.opacity16),nt.extend("--ft-tabs-on-disabled-component-opacity","",lt.opacity40),nt.extend("--ft-tabs-on-color","",pt.contentActionPrimary),nt.extend("--ft-tabs-on-state-layer-color","",pt.contentActionPrimary),nt.extend("--ft-tabs-icon-horizontal-padding","",lt.spacing1),nt.extend("--ft-tabs-icon-vertical-padding","",lt.spacing4),nt.create("--ft-tabs-focus-outline-width","","SIZE","2px"),nt.extend("--ft-tabs-focus-focus-ring-color","",pt.borderActionFocusRing),nt.extend("--ft-collapsible-hover-state-layer-opacity","",lt.opacity8),nt.extend("--ft-collapsible-focus-state-layer-opacity","",lt.opacity8),nt.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),nt.extend("--ft-collapsible-focus-focus-ring-color","",pt.borderActionFocusRing),nt.extend("--ft-collapsible-active-state-layer-opacity","",lt.opacity16),nt.extend("--ft-collapsible-disabled-component-opacity","",lt.opacity40),nt.extend("--ft-collapsible-horizontal-padding","",lt.spacing4),nt.extend("--ft-collapsible-vertical-padding","",lt.spacing3),nt.extend("--ft-collapsible-color","",pt.contentGlobalPrimary),nt.extend("--ft-collapsible-state-layer-color","",pt.contentGlobalPrimary),nt.extend("--ft-collapsible-background-color","",pt.backgroundGlobalOnSurface),nt.extend("--ft-collapsible-border-color","",pt.borderGlobalSubtle),nt.extend("--ft-collapsible-icon-size","",lt.iconSize3),nt.extend("--ft-switch-group-horizontal-padding","",lt.spacing1),nt.extend("--ft-switch-group-vertical-padding","",lt.spacing1),nt.extend("--ft-switch-group-gap","",lt.spacing1),nt.extend("--ft-switch-group-background-color","",pt.backgroundGlobalSurface),nt.extend("--ft-switch-group-border-color","",pt.borderGlobalSubtle),nt.create("--ft-switch-group-border-radius","","SIZE","6px"),nt.extend("--ft-switch-label-horizontal-padding","",lt.spacing2),nt.extend("--ft-switch-label-vertical-padding","",lt.spacing1),nt.extend("--ft-switch-off-hover-state-layer-opacity","",lt.opacity8),nt.extend("--ft-switch-off-focus-state-layer-opacity","",lt.opacity8),nt.extend("--ft-switch-off-active-state-layer-opacity","",lt.opacity16),nt.extend("--ft-switch-off-disabled-component-opacity","",lt.opacity40),nt.extend("--ft-switch-off-color","",pt.contentGlobalSubtle),nt.extend("--ft-switch-off-state-layer-color","",pt.contentGlobalSubtle),nt.extend("--ft-switch-on-hover-state-layer-opacity","",lt.opacity8),nt.extend("--ft-switch-on-focus-state-layer-opacity","",lt.opacity8),nt.extend("--ft-switch-on-active-state-layer-opacity","",lt.opacity16),nt.extend("--ft-switch-on-disabled-component-opacity","",lt.opacity40),nt.extend("--ft-switch-on-color","",pt.contentActionPrimary),nt.extend("--ft-switch-on-state-layer-color","",pt.contentActionPrimary),nt.extend("--ft-switch-icon-horizontal-padding","",lt.spacing1),nt.extend("--ft-switch-icon-vertical-padding","",lt.spacing1),nt.create("--ft-switch-focus-outline-width","","SIZE","2px"),nt.extend("--ft-switch-focus-focus-ring-color","",pt.borderActionFocusRing),nt.extend("--ft-switch-option-border-radius","",lt.borderRadiusS),nt.extend("--ft-chart-1-light","for area color charts",lt.colorBrand40),nt.extend("--ft-chart-1-base","for line charts",lt.colorBrand0),nt.extend("--ft-chart-2-light","for area color charts",lt.colorYellow60),nt.extend("--ft-chart-2-base","for line charts",lt.colorYellow100),nt.extend("--ft-chart-3-light","",lt.colorUltramarine40),nt.extend("--ft-chart-3-base","",lt.colorUltramarine70),nt.extend("--ft-chart-4-light","",lt.colorCyan50),nt.extend("--ft-chart-4-base","",lt.colorCyan100),nt.extend("--ft-chart-5-light","",lt.colorRed40),nt.extend("--ft-chart-5-base","",lt.colorRed60),nt.extend("--ft-chart-6-light","",lt.colorGreen40),nt.extend("--ft-chart-6-base","",lt.colorGreen70),nt.extend("--ft-chart-7-light","",lt.colorOrange70),nt.extend("--ft-chart-7-base","",lt.colorOrange100),nt.extend("--ft-chart-8-light","",lt.colorAvocado70),nt.extend("--ft-chart-8-base","",lt.colorAvocado200),nt.extend("--ft-chart-9-light","",lt.colorBrown50),nt.extend("--ft-chart-9-base","",lt.colorBrown200),nt.extend("--ft-chart-10-light","",lt.colorGray50),nt.extend("--ft-chart-10-base","",lt.colorGray80),nt.extend("--ft-chart-monochrome-10","",lt.colorBrand10),nt.extend("--ft-chart-monochrome-20","",lt.colorBrand20),nt.extend("--ft-chart-monochrome-30","",lt.colorBrand40),nt.extend("--ft-chart-monochrome-40","",lt.colorBrand60),nt.extend("--ft-chart-monochrome-50","",lt.colorBrand0),nt.extend("--ft-chart-monochrome-60","",lt.colorBrand200),nt.extend("--ft-chip-large-horizontal-padding","",lt.spacing4),nt.extend("--ft-chip-large-vertical-padding","",lt.spacing2),nt.extend("--ft-chip-large-gap","",lt.spacing1),nt.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),nt.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),nt.extend("--ft-chip-large-border-radius","",lt.borderRadiusPill),nt.create("--ft-chip-large-border-width","","SIZE","1px"),nt.extend("--ft-chip-large-icon-size","",lt.iconSize3),nt.extend("--ft-chip-medium-horizontal-padding","",lt.spacing3),nt.extend("--ft-chip-medium-vertical-padding","",lt.spacing1),nt.extend("--ft-chip-medium-gap","",lt.spacing1),nt.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),nt.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),nt.extend("--ft-chip-medium-border-radius","",lt.borderRadiusPill),nt.create("--ft-chip-medium-border-width","","SIZE","1px"),nt.extend("--ft-chip-medium-icon-size","",lt.iconSize2),nt.extend("--ft-chip-small-horizontal-padding","",lt.spacing2),nt.extend("--ft-chip-small-vertical-padding","",lt.spacing05),nt.extend("--ft-chip-small-gap","",lt.spacing1),nt.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),nt.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),nt.extend("--ft-chip-small-border-radius","",lt.borderRadiusPill),nt.create("--ft-chip-small-border-width","","SIZE","1px"),nt.extend("--ft-chip-small-icon-size","",lt.iconSize1),nt.extend("--ft-chip-neutral-background-color","",pt.backgroundGlobalOnSurface),nt.extend("--ft-chip-neutral-color","",pt.contentGlobalPrimary),nt.extend("--ft-chip-neutral-icon-color","",pt.contentGlobalPrimary),nt.extend("--ft-chip-neutral-border-color","",pt.borderGlobalSubtle),nt.extend("--ft-chip-info-background-color","",pt.backgroundInfoSubtle),nt.extend("--ft-chip-info-color","",pt.contentInfoPrimary),nt.extend("--ft-chip-info-icon-color","",pt.contentInfoIconOnly),nt.extend("--ft-chip-info-border-color","",pt.borderInfoSubtle),nt.extend("--ft-chip-success-background-color","",pt.backgroundSuccessSubtle),nt.extend("--ft-chip-success-color","",pt.contentSuccessPrimary),nt.extend("--ft-chip-success-icon-color","",pt.contentSuccessIconOnly),nt.extend("--ft-chip-success-border-color","",pt.borderSuccessSubtle),nt.extend("--ft-chip-warning-background-color","",pt.backgroundWarningSubtle),nt.extend("--ft-chip-warning-color","",pt.contentWarningPrimary),nt.extend("--ft-chip-warning-icon-color","",pt.contentWarningIconOnly),nt.extend("--ft-chip-warning-border-color","",pt.borderWarningSubtle),nt.extend("--ft-chip-error-background-color","",pt.backgroundErrorSubtle),nt.extend("--ft-chip-error-color","",pt.contentErrorPrimary),nt.extend("--ft-chip-error-icon-color","",pt.contentErrorIconOnly),nt.extend("--ft-chip-error-border-color","",pt.borderErrorSubtle),nt.extend("--ft-border-info-border-color","",pt.borderInfoSubtle),nt.create("--ft-notice-border-width","","SIZE","1px"),nt.extend("--ft-notice-horizontal-padding","",lt.spacing2),nt.extend("--ft-notice-vertical-padding","",lt.spacing1),nt.extend("--ft-notice-border-radius","",lt.borderRadiusS),nt.extend("--ft-notice-gap","",lt.spacing2),nt.extend("--ft-notice-icon-size","",lt.iconSize3),nt.extend("--ft-notice-info-background-color","",pt.backgroundInfoSubtle),nt.extend("--ft-notice-info-border-color","",pt.borderInfoSubtle),nt.extend("--ft-notice-info-color","",pt.contentInfoPrimary),nt.extend("--ft-notice-info-icon-color","",pt.contentInfoIconOnly),nt.extend("--ft-notice-warning-background-color","",pt.backgroundWarningSubtle),nt.extend("--ft-notice-warning-border-color","",pt.borderWarningSubtle),nt.extend("--ft-notice-warning-color","",pt.contentWarningPrimary),nt.extend("--ft-notice-warning-icon-color","",pt.contentWarningIconOnly),nt.extend("--ft-notice-error-background-color","",pt.backgroundErrorSubtle),nt.extend("--ft-notice-error-border-color","",pt.borderErrorSubtle),nt.extend("--ft-notice-error-color","",pt.contentErrorPrimary),nt.extend("--ft-notice-error-icon-color","",pt.contentErrorIconOnly),nt.extend("--ft-notice-success-background-color","",pt.backgroundSuccessSubtle),nt.extend("--ft-notice-success-border-color","",pt.borderSuccessSubtle),nt.extend("--ft-notice-success-color","",pt.contentSuccessPrimary),nt.extend("--ft-notice-success-icon-color","",pt.contentSuccessIconOnly),nt.extend("--ft-checkbox-color","",pt.contentGlobalPrimary),nt.extend("--ft-checkbox-checked-background-color","",pt.contentActionPrimary),nt.extend("--ft-checkbox-checked-state-layer-color","",pt.contentActionPrimary),nt.extend("--ft-checkbox-checked-icon-color","",pt.contentGlobalOnColor),nt.extend("--ft-checkbox-checked-hover-state-layer-opacity","",lt.opacity16),nt.extend("--ft-checkbox-checked-focus-state-layer-opacity","",lt.opacity16),nt.extend("--ft-checkbox-checked-active-state-layer-opacity","",lt.opacity24),nt.extend("--ft-checkbox-checked-disabled-component-opacity","",lt.opacity40),nt.extend("--ft-checkbox-unchecked-border-color","",lt.colorGray80),nt.extend("--ft-checkbox-unchecked-state-layer-color","",lt.colorGray80),nt.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",lt.opacity16),nt.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",lt.opacity16),nt.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",lt.opacity24),nt.extend("--ft-checkbox-unchecked-disabled-component-opacity","",lt.opacity40),nt.extend("--ft-checkbox-focus-focus-ring-color","",pt.borderActionFocusRing),nt.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),nt.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),nt.extend("--ft-checkbox-gap","",lt.spacing3),nt.extend("--ft-toggle-off-hover-state-layer-opacity","",lt.opacity16),nt.extend("--ft-toggle-off-focus-state-layer-opacity","",lt.opacity16),nt.extend("--ft-toggle-off-active-state-layer-opacity","",lt.opacity24),nt.extend("--ft-toggle-off-disabled-component-opacity","",lt.opacity40),nt.extend("--ft-toggle-off-background-color","",pt.contentGlobalSubtle),nt.extend("--ft-toggle-off-icon-color","",pt.contentGlobalSubtle),nt.extend("--ft-toggle-off-state-layer-color","",pt.contentGlobalSubtle),nt.extend("--ft-toggle-on-hover-state-layer-opacity","",lt.opacity16),nt.extend("--ft-toggle-on-focus-state-layer-opacity","",lt.opacity16),nt.extend("--ft-toggle-on-active-state-layer-opacity","",lt.opacity24),nt.extend("--ft-toggle-on-disabled-component-opacity","",lt.opacity40),nt.extend("--ft-toggle-on-background-color","",pt.contentActionPrimary),nt.extend("--ft-toggle-on-state-layer-color","",pt.contentActionPrimary),nt.extend("--ft-toggle-on-icon-color","",pt.contentActionPrimary),nt.extend("--ft-toggle-color","",pt.contentGlobalPrimary),nt.extend("--ft-toggle-focus-focus-ring-color","",pt.borderActionFocusRing),nt.extend("--ft-toggle-gap","",lt.spacing3),nt.extend("--ft-radio-color","",pt.contentGlobalPrimary),nt.extend("--ft-radio-selected-radio-color","",pt.contentActionPrimary),nt.extend("--ft-radio-selected-state-layer-color","",pt.contentActionPrimary),nt.extend("--ft-radio-selected-hover-state-layer-opacity","",lt.opacity16),nt.extend("--ft-radio-selected-focus-state-layer-opacity","",lt.opacity16),nt.extend("--ft-radio-selected-active-state-layer-opacity","",lt.opacity24),nt.extend("--ft-radio-selected-disabled-component-opacity","",lt.opacity40),nt.extend("--ft-radio-unselected-state-layer-color","",pt.borderInputPrimary),nt.extend("--ft-radio-unselected-border-color","",pt.borderInputPrimary),nt.extend("--ft-radio-unselected-hover-state-layer-opacity","",lt.opacity16),nt.extend("--ft-radio-unselected-focus-state-layer-opacity","",lt.opacity16),nt.extend("--ft-radio-unselected-active-state-layer-opacity","",lt.opacity24),nt.extend("--ft-radio-unselected-disabled-component-opacity","",lt.opacity40),nt.extend("--ft-radio-focus-focus-ring-color","",pt.borderActionFocusRing),nt.create("--ft-radio-focus-outline-offset","","SIZE","3px"),nt.create("--ft-radio-focus-outline-width","","SIZE","2px"),nt.extend("--ft-radio-gap","",lt.spacing3),nt.extend("--ft-notification-icon-size","",lt.iconSize4),nt.extend("--ft-notification-horizontal-padding","",lt.spacing4),nt.extend("--ft-notification-vertical-padding","",lt.spacing4),nt.extend("--ft-notification-info-background-color","",pt.backgroundInfoSubtle),nt.extend("--ft-notification-info-color","",pt.contentInfoPrimary),nt.extend("--ft-notification-info-icon-color","",pt.contentInfoIconOnly),nt.extend("--ft-notification-info-border-color","",pt.borderInfoSubtle),nt.extend("--ft-notification-success-background-color","",pt.backgroundSuccessSubtle),nt.extend("--ft-notification-success-color","",pt.contentSuccessPrimary),nt.extend("--ft-notification-success-icon-color","",pt.contentSuccessIconOnly),nt.extend("--ft-notification-success-border-color","",pt.borderSuccessSubtle),nt.extend("--ft-notification-warning-background-color","",pt.backgroundWarningSubtle),nt.extend("--ft-notification-warning-color","",pt.contentWarningPrimary),nt.extend("--ft-notification-warning-icon-color","",pt.contentWarningIconOnly),nt.extend("--ft-notification-warning-border-color","",pt.borderWarningSubtle),nt.extend("--ft-notification-error-background-color","",pt.backgroundErrorSubtle),nt.extend("--ft-notification-error-color","",pt.contentErrorPrimary),nt.extend("--ft-notification-error-icon-color","",pt.contentErrorIconOnly),nt.extend("--ft-notification-error-border-color","",pt.borderErrorSubtle),nt.extend("--ft-notification-border-radius","",lt.borderRadiusPill),nt.create("--ft-notification-border-width","","SIZE","1px"),nt.extend("--ft-notification-leading-gap","",lt.spacing2),nt.extend("--ft-notification-trailing-gap","",lt.spacing8),nt.extend("--ft-tooltip-horizontal-padding","",lt.spacing2),nt.extend("--ft-tooltip-vertical-padding","",lt.spacing2),nt.extend("--ft-tooltip-border-radius","",lt.borderRadiusS),nt.extend("--ft-tooltip-color","",pt.contentGlobalOnColor),nt.extend("--ft-tooltip-background-color","",pt.contentGlobalPrimary),nt.extend("--ft-tooltip-background-opacity","",lt.opacity80),nt.extend("--ft-tooltip-shadow","",lt.shadowElevation03),nt.create("--ft-tooltip-max-width","","SIZE","256px"),nt.extend("--ft-tooltip-gap","",lt.spacing05);const ft=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.titleFont),st=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.contentFont),dt={fontFamily:st,fontSize:o.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:o.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:o.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:o.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:o.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},ht=o.FtCssVariableFactory.extend("--ft-typography-title-font-family","",ft),gt=o.FtCssVariableFactory.extend("--ft-typography-title-font-size","",dt.fontSize,"20px"),yt=o.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",dt.fontWeight,"normal"),bt=o.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",dt.letterSpacing,"0.15px"),ut=o.FtCssVariableFactory.extend("--ft-typography-title-line-height","",dt.lineHeight,"1.2"),mt=o.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",dt.textTransform,"inherit"),xt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",ft),Ot=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",dt.fontSize,"14px"),Nt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",dt.fontWeight,"normal"),vt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",dt.letterSpacing,"0.105px"),wt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",dt.lineHeight,"1.7"),St=o.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",dt.textTransform,"inherit"),Ct=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",st),It=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",dt.fontSize,"16px"),Et=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",dt.fontWeight,"600"),Wt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",dt.letterSpacing,"0.144px"),Ut=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",dt.lineHeight,"1.5"),$t=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",dt.textTransform,"inherit"),Rt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",st),kt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",dt.fontSize,"14px"),Zt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",dt.fontWeight,"normal"),zt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",dt.letterSpacing,"0.098px"),Lt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",dt.lineHeight,"1.7"),Kt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",dt.textTransform,"inherit"),Ft=o.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",st),Dt=o.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",dt.fontSize,"16px"),Bt=o.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",dt.fontWeight,"normal"),At=o.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",dt.letterSpacing,"0.496px"),Ht=o.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",dt.lineHeight,"1.5"),Gt=o.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",dt.textTransform,"inherit"),jt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",st),Pt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",dt.fontSize,"14px"),Mt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",dt.fontWeight,"normal"),Tt=o.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",dt.letterSpacing,"0.252px"),Yt=o.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",dt.lineHeight,"1.4"),_t=o.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",dt.textTransform,"inherit"),Vt=o.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",st),Xt=o.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",dt.fontSize,"12px"),qt=o.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",dt.fontWeight,"normal"),Jt=o.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",dt.letterSpacing,"0.396px"),Qt=o.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",dt.lineHeight,"1.33"),to=o.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",dt.textTransform,"inherit"),oo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",st),eo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",dt.fontSize,"10px"),ro=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",dt.fontWeight,"normal"),io=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",dt.letterSpacing,"0.33px"),ao=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",dt.lineHeight,"1.6"),no=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",dt.textTransform,"inherit"),lo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",st),co=o.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",dt.fontSize,"10px"),po=o.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",dt.fontWeight,"normal"),fo=o.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",dt.letterSpacing,"1.5px"),so=o.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",dt.lineHeight,"1.6"),ho=o.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",dt.textTransform,"uppercase"),go={fontFamily:o.FtCssVariableFactory.extend("--ft-typography-button-font-family","",st),fontSize:o.FtCssVariableFactory.extend("--ft-typography-button-font-size","",dt.fontSize,"14px"),fontWeight:o.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",dt.fontWeight,"600"),letterSpacing:o.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",dt.letterSpacing,"1.246px"),lineHeight:o.FtCssVariableFactory.extend("--ft-typography-button-line-height","",dt.lineHeight,"1.15"),textTransform:o.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",dt.textTransform,"uppercase")},yo=e.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)=>d=>{p.forEach(h=>window.addEventListener(h,this.endPress,{once:!0})),this.startPress(d)},i=n("mouseup","contextmenu"),a=n("touchend","touchcancel"),s=p=>{["Enter"," "].includes(p.key)&&n("keyup")(p)},c={passive:!0};o.addEventListener("mouseover",this.startHover,c),o.addEventListener("mousemove",this.moveRipple,c),o.addEventListener("mouseleave",this.endHover,c),o.addEventListener("mousedown",i,c),o.addEventListener("touchstart",a,c),o.addEventListener("touchmove",this.moveRipple,c),o.addEventListener("keydown",s,c),o.addEventListener("focus",this.startFocus,c),o.addEventListener("blur",this.endFocus,c),o.addEventListener("focusin",this.startFocus,c),o.addEventListener("focusout",this.endFocus,c),this.onDisconnect=()=>{o.removeAttribute("data-is-ft-ripple-target"),o.removeEventListener("mouseover",this.startHover,c),o.removeEventListener("mousemove",this.moveRipple,c),o.removeEventListener("mouseleave",this.endHover,c),o.removeEventListener("mousedown",i,c),o.removeEventListener("touchstart",a,c),o.removeEventListener("touchmove",this.moveRipple,c),o.removeEventListener("keydown",s,c),o.removeEventListener("focus",this.startFocus,c),o.removeEventListener("blur",this.endFocus,c),o.removeEventListener("focusin",this.startFocus,c),o.removeEventListener("focusout",this.endFocus,c),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(o){let n=o,i=o,a,s;return n.x!=null?{x:a,y:s}=n:i.touches!=null&&(a=i.touches[0].clientX,s=i.touches[0].clientY),{x:a,y:s}}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()}};C.elementDefinitions={};C.styles=ro;H([(0,z.property)({type:Boolean})],C.prototype,"primary",void 0);H([(0,z.property)({type:Boolean})],C.prototype,"secondary",void 0);H([(0,z.property)({type:Boolean})],C.prototype,"unbounded",void 0);H([(0,z.property)({type:Boolean})],C.prototype,"activated",void 0);H([(0,z.property)({type:Boolean})],C.prototype,"selected",void 0);H([(0,z.property)({type:Boolean})],C.prototype,"disabled",void 0);H([(0,z.state)()],C.prototype,"hovered",void 0);H([(0,z.state)()],C.prototype,"focused",void 0);H([(0,z.state)()],C.prototype,"pressed",void 0);H([(0,z.state)()],C.prototype,"rippling",void 0);H([(0,z.state)()],C.prototype,"originX",void 0);H([(0,z.state)()],C.prototype,"originY",void 0);H([(0,z.query)(".ft-ripple")],C.prototype,"ripple",void 0);H([(0,z.query)(".ft-ripple--effect")],C.prototype,"rippleEffect",void 0);(0,ao.customElement)("ft-ripple")(C);var fr=b(P());var we=globalThis,ne=we.trustedTypes,lo=ne?ne.createPolicy("lit-html",{createHTML:e=>e}):void 0,ho="$lit$",ft=`lit$${(Math.random()+"").slice(9)}$`,yo="?"+ft,an=`<${yo}>`,St=document,ie=()=>St.createComment(""),Ft=e=>e===null||typeof e!="object"&&typeof e!="function",mo=Array.isArray,ln=e=>mo(e)||typeof e?.[Symbol.iterator]=="function",xe=`[
125
+ \f\r]`,Mt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,co=/-->/g,so=/>/g,xt=RegExp(`>|${xe}(?:([^\\s"'>=/]+)(${xe}*=${xe}*(?:[^
126
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),po=/'/g,fo=/"/g,uo=/^(?:script|style|textarea|title)$/i,bo=e=>(o,...n)=>({_$litType$:e,strings:o,values:n}),xo=bo(1),Oo=bo(2),Vt=Symbol.for("lit-noChange"),B=Symbol.for("lit-nothing"),go=new WeakMap,Ot=St.createTreeWalker(St,129);function So(e,o){if(!Array.isArray(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return lo!==void 0?lo.createHTML(o):o}var cn=(e,o)=>{let n=e.length-1,i=[],a,s=o===2?"<svg>":"",c=Mt;for(let p=0;p<n;p++){let d=e[p],h,u,y=-1,O=0;for(;O<d.length&&(c.lastIndex=O,u=c.exec(d),u!==null);)O=c.lastIndex,c===Mt?u[1]==="!--"?c=co:u[1]!==void 0?c=so:u[2]!==void 0?(uo.test(u[2])&&(a=RegExp("</"+u[2],"g")),c=xt):u[3]!==void 0&&(c=xt):c===xt?u[0]===">"?(c=a??Mt,y=-1):u[1]===void 0?y=-2:(y=c.lastIndex-u[2].length,h=u[1],c=u[3]===void 0?xt:u[3]==='"'?fo:po):c===fo||c===po?c=xt:c===co||c===so?c=Mt:(c=xt,a=void 0);let x=c===xt&&e[p+1].startsWith("/>")?" ":"";s+=c===Mt?d+an:y>=0?(i.push(h),d.slice(0,y)+ho+d.slice(y)+ft+x):d+ft+(y===-2?p:x)}return[So(e,s+(e[n]||"<?>")+(o===2?"</svg>":"")),i]},Yt=class e{constructor({strings:o,_$litType$:n},i){let a;this.parts=[];let s=0,c=0,p=o.length-1,d=this.parts,[h,u]=cn(o,n);if(this.el=e.createElement(h,i),Ot.currentNode=this.el.content,n===2){let y=this.el.content.firstChild;y.replaceWith(...y.childNodes)}for(;(a=Ot.nextNode())!==null&&d.length<p;){if(a.nodeType===1){if(a.hasAttributes())for(let y of a.getAttributeNames())if(y.endsWith(ho)){let O=u[c++],x=a.getAttribute(y).split(ft),S=/([.?@])?(.*)/.exec(O);d.push({type:1,index:s,name:S[2],strings:x,ctor:S[1]==="."?Se:S[1]==="?"?Ce:S[1]==="@"?ve:Et}),a.removeAttribute(y)}else y.startsWith(ft)&&(d.push({type:6,index:s}),a.removeAttribute(y));if(uo.test(a.tagName)){let y=a.textContent.split(ft),O=y.length-1;if(O>0){a.textContent=ne?ne.emptyScript:"";for(let x=0;x<O;x++)a.append(y[x],ie()),Ot.nextNode(),d.push({type:2,index:++s});a.append(y[O],ie())}}}else if(a.nodeType===8)if(a.data===yo)d.push({type:2,index:s});else{let y=-1;for(;(y=a.data.indexOf(ft,y+1))!==-1;)d.push({type:7,index:s}),y+=ft.length-1}s++}}static createElement(o,n){let i=St.createElement("template");return i.innerHTML=o,i}};function wt(e,o,n=e,i){if(o===Vt)return o;let a=i!==void 0?n._$Co?.[i]:n._$Cl,s=Ft(o)?void 0:o._$litDirective$;return a?.constructor!==s&&(a?._$AO?.(!1),s===void 0?a=void 0:(a=new s(e),a._$AT(e,n,i)),i!==void 0?(n._$Co??=[])[i]=a:n._$Cl=a),a!==void 0&&(o=wt(e,a._$AS(e,o.values),a,i)),o}var Oe=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,a=(o?.creationScope??St).importNode(n,!0);Ot.currentNode=a;let s=Ot.nextNode(),c=0,p=0,d=i[0];for(;d!==void 0;){if(c===d.index){let h;d.type===2?h=new ae(s,s.nextSibling,this,o):d.type===1?h=new d.ctor(s,d.name,d.strings,this,o):d.type===6&&(h=new Ne(s,this,o)),this._$AV.push(h),d=i[++p]}c!==d?.index&&(s=Ot.nextNode(),c++)}return Ot.currentNode=St,a}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++}},ae=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(o,n,i,a){this.type=2,this._$AH=B,this._$AN=void 0,this._$AA=o,this._$AB=n,this._$AM=i,this.options=a,this._$Cv=a?.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=wt(this,o,n),Ft(o)?o===B||o==null||o===""?(this._$AH!==B&&this._$AR(),this._$AH=B):o!==this._$AH&&o!==Vt&&this._(o):o._$litType$!==void 0?this.g(o):o.nodeType!==void 0?this.$(o):ln(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!==B&&Ft(this._$AH)?this._$AA.nextSibling.data=o:this.$(St.createTextNode(o)),this._$AH=o}g(o){let{values:n,_$litType$:i}=o,a=typeof i=="number"?this._$AC(o):(i.el===void 0&&(i.el=Yt.createElement(So(i.h,i.h[0]),this.options)),i);if(this._$AH?._$AD===a)this._$AH.p(n);else{let s=new Oe(a,this),c=s.u(this.options);s.p(n),this.$(c),this._$AH=s}}_$AC(o){let n=go.get(o.strings);return n===void 0&&go.set(o.strings,n=new Yt(o)),n}T(o){mo(this._$AH)||(this._$AH=[],this._$AR());let n=this._$AH,i,a=0;for(let s of o)a===n.length?n.push(i=new e(this.k(ie()),this.k(ie()),this,this.options)):i=n[a],i._$AI(s),a++;a<n.length&&(this._$AR(i&&i._$AB.nextSibling,a),n.length=a)}_$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))}},Et=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(o,n,i,a,s){this.type=1,this._$AH=B,this._$AN=void 0,this.element=o,this.name=n,this._$AM=a,this.options=s,i.length>2||i[0]!==""||i[1]!==""?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=B}_$AI(o,n=this,i,a){let s=this.strings,c=!1;if(s===void 0)o=wt(this,o,n,0),c=!Ft(o)||o!==this._$AH&&o!==Vt,c&&(this._$AH=o);else{let p=o,d,h;for(o=s[0],d=0;d<s.length-1;d++)h=wt(this,p[i+d],n,d),h===Vt&&(h=this._$AH[d]),c||=!Ft(h)||h!==this._$AH[d],h===B?o=B:o!==B&&(o+=(h??"")+s[d+1]),this._$AH[d]=h}c&&!a&&this.O(o)}O(o){o===B?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,o??"")}},Se=class extends Et{constructor(){super(...arguments),this.type=3}O(o){this.element[this.name]=o===B?void 0:o}},Ce=class extends Et{constructor(){super(...arguments),this.type=4}O(o){this.element.toggleAttribute(this.name,!!o&&o!==B)}},ve=class extends Et{constructor(o,n,i,a,s){super(o,n,i,a,s),this.type=5}_$AI(o,n=this){if((o=wt(this,o,n,0)??B)===Vt)return;let i=this._$AH,a=o===B&&i!==B||o.capture!==i.capture||o.once!==i.once||o.passive!==i.passive,s=o!==B&&(i===B||a);a&&this.element.removeEventListener(this.name,this,i),s&&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)}},Ne=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){wt(this,o)}};var sn=we.litHtmlPolyfillSupport;sn?.(Yt,ae),(we.litHtmlVersions??=[]).push("3.1.0");var vo=Symbol.for(""),pn=e=>{if(e?.r===vo)return e?._$litStatic$},Ee=e=>({_$litStatic$:e,r:vo});var Co=new Map,No=e=>(o,...n)=>{let i=n.length,a,s,c=[],p=[],d,h=0,u=!1;for(;h<i;){for(d=o[h];h<i&&(s=n[h],(a=pn(s))!==void 0);)d+=a+o[++h],u=!0;h!==i&&p.push(s),c.push(d),h++}if(h===i&&c.push(o[i]),u){let y=c.join("$$lit$$");(o=Co.get(y))===void 0&&(c.raw=c,Co.set(y,o=c)),n=p}return e(o,...n)},Re=No(xo),Fn=No(Oo);var Ae=b(bt()),dr=b(P());var le;(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"})(le||(le={}));var M=b(K()),g=b(P());var rt=b(K(),1),gt=e=>typeof e=="string"?(0,rt.unsafeCSS)(e):e,t=class{static create(o,n,i,a){let s=p=>gt(p??a),c=rt.css`var(${gt(o)}, ${s(a)})`;return c.name=o,c.description=n,c.category=i,c.defaultValue=a,c.defaultCssValue=s,c.get=p=>rt.css`var(${gt(o)}, ${s(p)})`,c.breadcrumb=()=>[],c.lastResortDefaultValue=()=>a,c}static extend(o,n,i,a){let s=p=>i.get(p??a),c=rt.css`var(${gt(o)}, ${s(a)})`;return c.name=o,c.description=n,c.category=i.category,c.fallbackVariable=i,c.defaultValue=a,c.defaultCssValue=s,c.get=p=>rt.css`var(${gt(o)}, ${s(p)})`,c.breadcrumb=()=>[i.name,...i.breadcrumb()],c.lastResortDefaultValue=()=>a??i.lastResortDefaultValue(),c}static external(o,n){let i=s=>o.fallbackVariable?o.fallbackVariable.get(s??o.defaultValue):gt(s??o.lastResortDefaultValue()),a=rt.css`var(${gt(o.name)}, ${i(o.defaultValue)})`;return a.name=o.name,a.category=o.category,a.fallbackVariable=o.fallbackVariable,a.defaultValue=o.defaultValue,a.context=n,a.defaultCssValue=i,a.get=s=>rt.css`var(${gt(o.name)}, ${i(s)})`,a.breadcrumb=()=>o.fallbackVariable?[o.fallbackVariable.name,...o.fallbackVariable.breadcrumb()]:[],a.lastResortDefaultValue=()=>o.lastResortDefaultValue(),a}};var r={colorWhite:t.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:t.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:t.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:t.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:t.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:t.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:t.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:t.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:t.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:t.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:t.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:t.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:t.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:t.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:t.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:t.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:t.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:t.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:t.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:t.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:t.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:t.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:t.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:t.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:t.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:t.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:t.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:t.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:t.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:t.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:t.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:t.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:t.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:t.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:t.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:t.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:t.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:t.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:t.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:t.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:t.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:t.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:t.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:t.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:t.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:t.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:t.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:t.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:t.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:t.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:t.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:t.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:t.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:t.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:t.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:t.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:t.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:t.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:t.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:t.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:t.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:t.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:t.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:t.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:t.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:t.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:t.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:t.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:t.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:t.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:t.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:t.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:t.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:t.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:t.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:t.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:t.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:t.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:t.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:t.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:t.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:t.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:t.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:t.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:t.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:t.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:t.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:t.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:t.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:t.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:t.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:t.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:t.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:t.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:t.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:t.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:t.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:t.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:t.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:t.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:t.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:t.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:t.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:t.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:t.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:t.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:t.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:t.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:t.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:t.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:t.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:t.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:t.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:t.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:t.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:t.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:t.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:t.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:t.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:t.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:t.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:t.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:t.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:t.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:t.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:t.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:t.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:t.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:t.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:t.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:t.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:t.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:t.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:t.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:t.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:t.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:t.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:t.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:t.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:t.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:t.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:t.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:t.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:t.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:t.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:t.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:t.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:t.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:t.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:t.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:t.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:t.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:t.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:t.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:t.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:t.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:t.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:t.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:t.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:t.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:t.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:t.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:t.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:t.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:t.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:t.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:t.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:t.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:t.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:t.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:t.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:t.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:t.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:t.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:t.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:t.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:t.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:t.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:t.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:t.create("--ft-icon-size-6","","SIZE","48px"),opacity0:t.create("--ft-opacity-0","","NUMBER","0"),opacity8:t.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:t.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:t.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:t.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:t.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:t.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:t.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:t.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:t.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:t.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:t.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:t.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:t.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:t.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},wo={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")},Eo={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")},Ro={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")},Ao={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")},Lo={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")},Wo={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")},Io={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")},Po={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")},Bo={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")},dn={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")},$o={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")},To={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")},zo={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")},Uo={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")},_o={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")},ko={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")},Ho={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")},Do={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")},Go={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")},Ko={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")},Zo={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")},Mo={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")},Fo={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")},Vo={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")},Yo={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")},jo={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")},ce={display:wo,"title-1":Eo,"title-2":Ro,"title-3":Ao,"body-1-regular":Lo,"body-1-medium":Wo,"body-1-semibold":Io,"body-2-regular":Po,"body-2-medium":Bo,"body-2-medium-underline":dn,"body-2-semibold":$o,"label-1-medium":To,"label-1-semibold":zo,"label-1-bold":Uo,"label-2-medium":_o,"label-2-semibold":ko,"label-2-bold":Ho,"caption-1-medium":Do,"caption-1-semibold":Go,"caption-1-bold":Ko,"caption-2-medium":Zo,"caption-2-semibold":Mo,"caption-2-bold":Fo,"caption-3-medium":Vo,"caption-3-semibold":Yo,"caption-3-bold":jo};var l={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 ai={largeHeight:t.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:t.extend("--ft-button-large-horizontal-padding","",r.spacing4),largeGap:t.extend("--ft-button-large-gap","",r.spacing2),largeBorderRadius:t.extend("--ft-button-large-border-radius","",r.borderRadiusS),largeIconSize:t.extend("--ft-button-large-icon-size","",r.iconSize3),largeBorderWidth:t.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:t.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:t.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:t.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:t.extend("--ft-button-small-horizontal-padding","",r.spacing3),smallGap:t.extend("--ft-button-small-gap","",r.spacing2),smallBorderRadius:t.extend("--ft-button-small-border-radius","",r.borderRadiusS),smallIconSize:t.extend("--ft-button-small-icon-size","",r.iconSize2),smallBorderWidth:t.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:t.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:t.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:t.extend("--ft-button-primary-background-color","",l.backgroundActionPrimary),primaryColor:t.extend("--ft-button-primary-color","",l.contentGlobalOnColor),primaryIconColor:t.extend("--ft-button-primary-icon-color","",l.contentGlobalOnColor),primaryStateLayerColor:t.extend("--ft-button-primary-state-layer-color","",l.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","",l.borderActionFocusRing),tertiaryBackgroundColor:t.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:t.extend("--ft-button-tertiary-color","",l.contentActionPrimary),tertiaryIconColor:t.extend("--ft-button-tertiary-icon-color","",l.contentActionPrimary),tertiaryStateLayerColor:t.extend("--ft-button-tertiary-state-layer-color","",l.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","",l.contentActionPrimary),secondaryIconColor:t.extend("--ft-button-secondary-icon-color","",l.contentActionPrimary),secondaryStateLayerColor:t.extend("--ft-button-secondary-state-layer-color","",l.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","",l.borderActionPrimary),neutralBackgroundColor:t.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:t.extend("--ft-button-neutral-icon-color","",l.contentGlobalSecondary),neutralColor:t.extend("--ft-button-neutral-color","",l.contentGlobalSecondary),neutralStateLayerColor:t.extend("--ft-button-neutral-state-layer-color","",l.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 di={iconSize:t.extend("--ft-banner-icon-size","",r.iconSize5),borderWidth:t.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:t.extend("--ft-banner-horizontal-padding","",r.spacing6),verticalPadding:t.extend("--ft-banner-vertical-padding","",r.spacing6),horizontalSideGap:t.extend("--ft-banner-horizontal-side-gap","",r.spacing6),horizontalMobileGap:t.extend("--ft-banner-horizontal-mobile-gap","",r.spacing4),verticalMobileGap:t.extend("--ft-banner-vertical-mobile-gap","",r.spacing6),horizontalMiddleGap:t.extend("--ft-banner-horizontal-middle-gap","",r.spacing20),infoBackgroundColor:t.extend("--ft-banner-info-background-color","",l.backgroundInfoSubtle),infoColor:t.extend("--ft-banner-info-color","",l.contentInfoPrimary),infoIconColor:t.extend("--ft-banner-info-icon-color","",l.contentInfoIconOnly)};var mi={horizontalGap:t.extend("--ft-breadcrumb-horizontal-gap","",r.spacing1),verticalGap:t.extend("--ft-breadcrumb-vertical-gap","",r.spacing2),currentElementColor:t.extend("--ft-breadcrumb-current-element-color","",l.contentGlobalPrimary),iconColor:t.extend("--ft-breadcrumb-icon-color","",l.contentGlobalSubtle)};var Si={horizontalPadding:t.extend("--ft-page-header-horizontal-padding","",r.spacing12),horizontalGap:t.extend("--ft-page-header-horizontal-gap","",r.spacing4),verticalGap:t.extend("--ft-page-header-vertical-gap","",r.spacing2),classicVerticalPadding:t.extend("--ft-page-header-classic-vertical-padding","",r.spacing6),multilineVerticalPadding:t.extend("--ft-page-header-multiline-vertical-padding","",r.spacing4),inlineVerticalPadding:t.extend("--ft-page-header-inline-vertical-padding","",r.spacing2),backgroundColor:t.extend("--ft-page-header-background-color","",r.colorWhite),bottomBorderColor:t.extend("--ft-page-header-bottom-border-color","",l.borderGlobalSubtle),titleColor:t.extend("--ft-page-header-title-color","",l.contentGlobalPrimary),subtitleColor:t.extend("--ft-page-header-subtitle-color","",l.contentGlobalSecondary)};var Ei={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","",l.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","",l.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-modal-header-border-color","",l.borderGlobalSubtle),headerColor:t.extend("--ft-modal-header-color","",l.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-modal-header-trailing-icon-color","",l.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 Ii={overlayOpacity:t.extend("--ft-drawer-overlay-opacity","",r.opacity40),shadow:t.extend("--ft-drawer-shadow","",r.shadowElevation03),bodyColor:t.extend("--ft-drawer-body-color","",l.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","",l.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-drawer-header-border-color","",l.borderGlobalSubtle),headerColor:t.extend("--ft-drawer-header-color","",l.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-drawer-header-trailing-icon-color","",l.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","",l.backgroundGlobalOnSurface),buttonsBarBorderColor:t.extend("--ft-drawer-buttons-bar-border-color","",l.borderGlobalSubtle),buttonsBarColor:t.extend("--ft-drawer-buttons-bar-color","",l.contentGlobalPrimary),buttonsBarHorizontalPadding:t.extend("--ft-drawer-buttons-bar-horizontal-padding","",r.spacing4),buttonsBarVerticalPadding:t.extend("--ft-drawer-buttons-bar-vertical-padding","",r.spacing4),buttonsBarGap:t.extend("--ft-drawer-buttons-bar-gap","",r.spacing3),buttonsBarBorderWidth:t.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:t.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:t.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:t.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:t.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:t.extend("--ft-drawer-overlay-background-color","",r.colorGray700)};var zi={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","",l.contentGlobalPrimary),trailingIconColor:t.extend("--ft-text-input-trailing-icon-color","",l.contentGlobalSubtle),labelColor:t.extend("--ft-text-input-label-color","",l.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-input-default-border-color","",l.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-input-default-helper-text-color","",l.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","",l.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-input-error-helper-text-color","",l.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-input-error-helper-icon-color","",l.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","",l.borderActionFocusRing),focusOutlineOffset:t.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-input-disabled-component-opacity","",r.opacity40)};var Di={backgroundColor:t.extend("--ft-text-area-background-color","",r.colorWhite),contentValueColor:t.extend("--ft-text-area-content-value-color","",l.contentGlobalPrimary),labelColor:t.extend("--ft-text-area-label-color","",l.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-area-default-border-color","",l.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-area-default-helper-text-color","",l.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","",l.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-area-error-helper-text-color","",l.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-area-error-helper-icon-color","",l.contentErrorIconOnly),focusFocusRingColor:t.extend("--ft-text-area-focus-focus-ring-color","",l.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 Fi={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","",l.contentGlobalPrimary),offColor:t.extend("--ft-floating-menu-off-color","",l.contentGlobalPrimary),onColor:t.extend("--ft-floating-menu-on-color","",l.contentActionPrimary),onStateLayerColor:t.extend("--ft-floating-menu-on-state-layer-color","",l.contentActionPrimary),gap:t.extend("--ft-floating-menu-gap","",r.spacing3),focusFocusRingColor:t.extend("--ft-floating-menu-focus-focus-ring-color","",l.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","",l.backgroundGlobalOnSurface)};var qi={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","",l.contentGlobalSubtle),contentValueColor:t.extend("--ft-combobox-single-select-content-value-color","",l.contentGlobalPrimary),trailingIconColor:t.extend("--ft-combobox-single-select-trailing-icon-color","",l.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-single-select-default-border-color","",l.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-single-select-default-helper-text-color","",l.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","",l.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-single-select-error-helper-text-color","",l.contentErrorPrimary),warningBorderWidth:t.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-single-select-warning-border-color","",l.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-single-select-warning-helper-text-color","",l.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-single-select-warning-helper-icon-color","",l.contentWarningIconOnly),focusOutlineWidth:t.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-single-select-focus-focus-ring-color","",l.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 oa={backgroundColor:t.extend("--ft-combobox-multi-select-background-color","",r.colorWhite),labelColor:t.extend("--ft-combobox-multi-select-label-color","",l.contentGlobalSubtle),trailingIconColor:t.extend("--ft-combobox-multi-select-trailing-icon-color","",l.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-multi-select-default-border-color","",l.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-multi-select-default-helper-text-color","",l.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:t.extend("--ft-combobox-multi-select-error-border-color","",l.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-multi-select-error-helper-text-color","",l.contentErrorPrimary),errorHelperIcon:t.extend("--ft-combobox-multi-select-error-helper-icon","",l.contentErrorIconOnly),errorBorderWidth:t.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-multi-select-warning-border-color","",l.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-multi-select-warning-helper-text-color","",l.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-multi-select-warning-helper-icon-color","",l.contentWarningIconOnly),warningBorderWidth:t.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-multi-select-focus-focus-ring-color","",l.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 la={backgroundColor:t.extend("--ft-popover-background-color","",l.backgroundGlobalOnSurface),horizontalPadding:t.extend("--ft-popover-horizontal-padding","",r.spacing6),verticalPadding:t.extend("--ft-popover-vertical-padding","",r.spacing6),iconColor:t.extend("--ft-popover-icon-color","",l.contentGlobalSecondary),iconSize:t.extend("--ft-popover-icon-size","",r.iconSize2),titleColor:t.extend("--ft-popover-title-color","",l.contentGlobalPrimary),bodyColor:t.extend("--ft-popover-body-color","",l.contentGlobalSecondary),linkColor:t.extend("--ft-popover-link-color","",l.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 fa={topLeftBorderRadius:t.extend("--ft-tabs-top-left-border-radius","",r.borderRadiusS),topRightBorderRadius:t.extend("--ft-tabs-top-right-border-radius","",r.borderRadiusS),labelHorizontalPadding:t.extend("--ft-tabs-label-horizontal-padding","",r.spacing4),labelVerticalPadding:t.extend("--ft-tabs-label-vertical-padding","",r.spacing3),labelGap:t.extend("--ft-tabs-label-gap","",r.spacing1),offHoverStateLayerOpacity:t.extend("--ft-tabs-off-hover-state-layer-opacity","",r.opacity8),offFocusStateLayerOpacity:t.extend("--ft-tabs-off-focus-state-layer-opacity","",r.opacity8),offActiveStateLayerOpacity:t.extend("--ft-tabs-off-active-state-layer-opacity","",r.opacity16),offDisabledComponentOpacity:t.extend("--ft-tabs-off-disabled-component-opacity","",r.opacity40),offColor:t.extend("--ft-tabs-off-color","",l.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-tabs-off-state-layer-color","",l.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-tabs-on-hover-state-layer-opacity","",r.opacity8),onFocusStateLayerOpacity:t.extend("--ft-tabs-on-focus-state-layer-opacity","",r.opacity8),onActiveStateLayerOpacity:t.extend("--ft-tabs-on-active-state-layer-opacity","",r.opacity16),onDisabledComponentOpacity:t.extend("--ft-tabs-on-disabled-component-opacity","",r.opacity40),onColor:t.extend("--ft-tabs-on-color","",l.contentActionPrimary),onStateLayerColor:t.extend("--ft-tabs-on-state-layer-color","",l.contentActionPrimary),iconHorizontalPadding:t.extend("--ft-tabs-icon-horizontal-padding","",r.spacing1),iconVerticalPadding:t.extend("--ft-tabs-icon-vertical-padding","",r.spacing4),focusOutlineWidth:t.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-tabs-focus-focus-ring-color","",l.borderActionFocusRing)};var ua={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","",l.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","",l.contentGlobalPrimary),stateLayerColor:t.extend("--ft-collapsible-state-layer-color","",l.contentGlobalPrimary),backgroundColor:t.extend("--ft-collapsible-background-color","",l.backgroundGlobalOnSurface),borderColor:t.extend("--ft-collapsible-border-color","",l.borderGlobalSubtle),iconSize:t.extend("--ft-collapsible-icon-size","",r.iconSize3)};var Ca={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","",l.backgroundGlobalSurface),groupBorderColor:t.extend("--ft-switch-group-border-color","",l.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","",l.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-switch-off-state-layer-color","",l.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","",l.contentActionPrimary),onStateLayerColor:t.extend("--ft-switch-on-state-layer-color","",l.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","",l.borderActionFocusRing),optionBorderRadius:t.extend("--ft-switch-option-border-radius","",r.borderRadiusS)};var Ea={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 Ia={largeHorizontalPadding:t.extend("--ft-chip-large-horizontal-padding","",r.spacing4),largeVerticalPadding:t.extend("--ft-chip-large-vertical-padding","",r.spacing2),largeGap:t.extend("--ft-chip-large-gap","",r.spacing1),largeFocusOutlineOffset:t.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:t.extend("--ft-chip-large-border-radius","",r.borderRadiusPill),largeBorderWidth:t.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-large-icon-size","",r.iconSize3),mediumHorizontalPadding:t.extend("--ft-chip-medium-horizontal-padding","",r.spacing3),mediumVerticalPadding:t.extend("--ft-chip-medium-vertical-padding","",r.spacing1),mediumGap:t.extend("--ft-chip-medium-gap","",r.spacing1),mediumFocusOutlineOffset:t.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:t.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:t.extend("--ft-chip-medium-border-radius","",r.borderRadiusPill),mediumBorderWidth:t.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-medium-icon-size","",r.iconSize2),smallHorizontalPadding:t.extend("--ft-chip-small-horizontal-padding","",r.spacing2),smallVerticalPadding:t.extend("--ft-chip-small-vertical-padding","",r.spacing05),smallGap:t.extend("--ft-chip-small-gap","",r.spacing1),smallFocusOutlineOffset:t.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:t.extend("--ft-chip-small-border-radius","",r.borderRadiusPill),smallBorderWidth:t.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:t.extend("--ft-chip-small-icon-size","",r.iconSize1),neutralBackgroundColor:t.extend("--ft-chip-neutral-background-color","",l.backgroundGlobalOnSurface),neutralColor:t.extend("--ft-chip-neutral-color","",l.contentGlobalPrimary),neutralIconColor:t.extend("--ft-chip-neutral-icon-color","",l.contentGlobalPrimary),neutralBorderColor:t.extend("--ft-chip-neutral-border-color","",l.borderGlobalSubtle),infoBackgroundColor:t.extend("--ft-chip-info-background-color","",l.backgroundInfoSubtle),infoColor:t.extend("--ft-chip-info-color","",l.contentInfoPrimary),infoIconColor:t.extend("--ft-chip-info-icon-color","",l.contentInfoIconOnly),infoBorderColor:t.extend("--ft-chip-info-border-color","",l.borderInfoSubtle),successBackgroundColor:t.extend("--ft-chip-success-background-color","",l.backgroundSuccessSubtle),successColor:t.extend("--ft-chip-success-color","",l.contentSuccessPrimary),successIconColor:t.extend("--ft-chip-success-icon-color","",l.contentSuccessIconOnly),successBorderColor:t.extend("--ft-chip-success-border-color","",l.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-chip-warning-background-color","",l.backgroundWarningSubtle),warningColor:t.extend("--ft-chip-warning-color","",l.contentWarningPrimary),warningIconColor:t.extend("--ft-chip-warning-icon-color","",l.contentWarningIconOnly),warningBorderColor:t.extend("--ft-chip-warning-border-color","",l.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-chip-error-background-color","",l.backgroundErrorSubtle),errorColor:t.extend("--ft-chip-error-color","",l.contentErrorPrimary),errorIconColor:t.extend("--ft-chip-error-icon-color","",l.contentErrorIconOnly),errorBorderColor:t.extend("--ft-chip-error-border-color","",l.borderErrorSubtle)};var Ta={infoBorderColor:t.extend("--ft-border-info-border-color","",l.borderInfoSubtle)};var Ha={borderWidth:t.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:t.extend("--ft-notice-horizontal-padding","",r.spacing2),verticalPadding:t.extend("--ft-notice-vertical-padding","",r.spacing1),borderRadius:t.extend("--ft-notice-border-radius","",r.borderRadiusS),gap:t.extend("--ft-notice-gap","",r.spacing2),iconSize:t.extend("--ft-notice-icon-size","",r.iconSize3),infoBackgroundColor:t.extend("--ft-notice-info-background-color","",l.backgroundInfoSubtle),infoBorderColor:t.extend("--ft-notice-info-border-color","",l.borderInfoSubtle),infoColor:t.extend("--ft-notice-info-color","",l.contentInfoPrimary),infoIconColor:t.extend("--ft-notice-info-icon-color","",l.contentInfoIconOnly),warningBackgroundColor:t.extend("--ft-notice-warning-background-color","",l.backgroundWarningSubtle),warningBorderColor:t.extend("--ft-notice-warning-border-color","",l.borderWarningSubtle),warningColor:t.extend("--ft-notice-warning-color","",l.contentWarningPrimary),warningIconColor:t.extend("--ft-notice-warning-icon-color","",l.contentWarningIconOnly),errorBackgroundColor:t.extend("--ft-notice-error-background-color","",l.backgroundErrorSubtle),errorBorderColor:t.extend("--ft-notice-error-border-color","",l.borderErrorSubtle),errorColor:t.extend("--ft-notice-error-color","",l.contentErrorPrimary),errorIconColor:t.extend("--ft-notice-error-icon-color","",l.contentErrorIconOnly),successBackgroundColor:t.extend("--ft-notice-success-background-color","",l.backgroundSuccessSubtle),successBorderColor:t.extend("--ft-notice-success-border-color","",l.borderSuccessSubtle),successColor:t.extend("--ft-notice-success-color","",l.contentSuccessPrimary),successIconColor:t.extend("--ft-notice-success-icon-color","",l.contentSuccessIconOnly)};var Ma={color:t.extend("--ft-checkbox-color","",l.contentGlobalPrimary),checkedBackgroundColor:t.extend("--ft-checkbox-checked-background-color","",l.contentActionPrimary),checkedStateLayerColor:t.extend("--ft-checkbox-checked-state-layer-color","",l.contentActionPrimary),checkedIconColor:t.extend("--ft-checkbox-checked-icon-color","",l.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","",l.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 Xa={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","",l.contentGlobalSubtle),offIconColor:t.extend("--ft-toggle-off-icon-color","",l.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-toggle-off-state-layer-color","",l.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","",l.contentActionPrimary),onStateLayerColor:t.extend("--ft-toggle-on-state-layer-color","",l.contentActionPrimary),onIconColor:t.extend("--ft-toggle-on-icon-color","",l.contentActionPrimary),color:t.extend("--ft-toggle-color","",l.contentGlobalPrimary),focusFocusRingColor:t.extend("--ft-toggle-focus-focus-ring-color","",l.borderActionFocusRing),gap:t.extend("--ft-toggle-gap","",r.spacing3)};var el={color:t.extend("--ft-radio-color","",l.contentGlobalPrimary),selectedRadioColor:t.extend("--ft-radio-selected-radio-color","",l.contentActionPrimary),selectedStateLayerColor:t.extend("--ft-radio-selected-state-layer-color","",l.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","",l.borderInputPrimary),unselectedBorderColor:t.extend("--ft-radio-unselected-border-color","",l.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","",l.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 al={iconSize:t.extend("--ft-notification-icon-size","",r.iconSize4),horizontalPadding:t.extend("--ft-notification-horizontal-padding","",r.spacing4),verticalPadding:t.extend("--ft-notification-vertical-padding","",r.spacing4),infoBackgroundColor:t.extend("--ft-notification-info-background-color","",l.backgroundInfoSubtle),infoColor:t.extend("--ft-notification-info-color","",l.contentInfoPrimary),infoIconColor:t.extend("--ft-notification-info-icon-color","",l.contentInfoIconOnly),infoBorderColor:t.extend("--ft-notification-info-border-color","",l.borderInfoSubtle),successBackgroundColor:t.extend("--ft-notification-success-background-color","",l.backgroundSuccessSubtle),successColor:t.extend("--ft-notification-success-color","",l.contentSuccessPrimary),successIconColor:t.extend("--ft-notification-success-icon-color","",l.contentSuccessIconOnly),successBorderColor:t.extend("--ft-notification-success-border-color","",l.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-notification-warning-background-color","",l.backgroundWarningSubtle),warningColor:t.extend("--ft-notification-warning-color","",l.contentWarningPrimary),warningIconColor:t.extend("--ft-notification-warning-icon-color","",l.contentWarningIconOnly),warningBorderColor:t.extend("--ft-notification-warning-border-color","",l.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-notification-error-background-color","",l.backgroundErrorSubtle),errorColor:t.extend("--ft-notification-error-color","",l.contentErrorPrimary),errorIconColor:t.extend("--ft-notification-error-icon-color","",l.contentErrorIconOnly),errorBorderColor:t.extend("--ft-notification-error-border-color","",l.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 dl={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","",l.contentGlobalOnColor),backgroundColor:t.extend("--ft-tooltip-background-color","",l.contentGlobalPrimary),backgroundOpacity:t.extend("--ft-tooltip-background-opacity","",r.opacity80),shadow:t.extend("--ft-tooltip-shadow","",r.shadowElevation03),maxWidth:t.create("--ft-tooltip-max-width","","SIZE","256px"),gap:t.extend("--ft-tooltip-gap","",r.spacing05)};var se=b(K());function Xo(e){let o=ce[e];return se.css`
128
+ .ft-typography--${(0,se.unsafeCSS)(e)} {
129
+ font-family: ${o.fontFamily};
130
+ font-size: ${o.fontSize};
131
+ font-weight: ${o.fontWeight};
132
+ letter-spacing: ${o.letterSpacing};
133
+ line-height: ${o.lineHeight};
134
+ text-transform: ${o.textCase};
135
+ }
136
+ `}var qo=g.FtCssVariableFactory.extend("--ft-typography-font-family","",g.designSystemVariables.titleFont),nt=g.FtCssVariableFactory.extend("--ft-typography-font-family","",g.designSystemVariables.contentFont),m={fontFamily:nt,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")},Rt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-title-font-family","",qo),fontSize:g.FtCssVariableFactory.extend("--ft-typography-title-font-size","",m.fontSize,"20px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",m.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",m.letterSpacing,"0.15px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-title-line-height","",m.lineHeight,"1.2"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",m.textTransform,"inherit")},At={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",qo),fontSize:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",m.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",m.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",m.letterSpacing,"0.105px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",m.lineHeight,"1.7"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",m.textTransform,"inherit")},Lt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",nt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",m.fontSize,"16px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",m.fontWeight,"600"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",m.letterSpacing,"0.144px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",m.lineHeight,"1.5"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",m.textTransform,"inherit")},Wt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",nt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",m.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",m.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",m.letterSpacing,"0.098px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",m.lineHeight,"1.7"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",m.textTransform,"inherit")},It={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",nt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",m.fontSize,"16px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",m.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",m.letterSpacing,"0.496px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",m.lineHeight,"1.5"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",m.textTransform,"inherit")},Pt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",nt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",m.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",m.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",m.letterSpacing,"0.252px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",m.lineHeight,"1.4"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",m.textTransform,"inherit")},Bt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",nt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",m.fontSize,"12px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",m.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",m.letterSpacing,"0.396px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",m.lineHeight,"1.33"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",m.textTransform,"inherit")},$t={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",nt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",m.fontSize,"10px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",m.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",m.letterSpacing,"0.33px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",m.lineHeight,"1.6"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",m.textTransform,"inherit")},Tt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",nt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",m.fontSize,"10px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",m.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",m.letterSpacing,"1.5px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",m.lineHeight,"1.6"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",m.textTransform,"uppercase")},Y={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-button-font-family","",nt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-button-font-size","",m.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",m.fontWeight,"600"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",m.letterSpacing,"1.246px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-button-line-height","",m.lineHeight,"1.15"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",m.textTransform,"uppercase")},Jo=M.css`
137
137
  .ft-typography--title {
138
- font-family: ${ht};
139
- font-size: ${gt};
140
- font-weight: ${yt};
141
- letter-spacing: ${bt};
142
- line-height: ${ut};
143
- text-transform: ${mt};
144
- }
145
- `,bo=e.css`
138
+ font-family: ${Rt.fontFamily};
139
+ font-size: ${Rt.fontSize};
140
+ font-weight: ${Rt.fontWeight};
141
+ letter-spacing: ${Rt.letterSpacing};
142
+ line-height: ${Rt.lineHeight};
143
+ text-transform: ${Rt.textTransform};
144
+ }
145
+ `,Qo=M.css`
146
146
  .ft-typography--title-dense {
147
- font-family: ${xt};
148
- font-size: ${Ot};
149
- font-weight: ${Nt};
150
- letter-spacing: ${vt};
151
- line-height: ${wt};
152
- text-transform: ${St};
153
- }
154
- `,uo=e.css`
147
+ font-family: ${At.fontFamily};
148
+ font-size: ${At.fontSize};
149
+ font-weight: ${At.fontWeight};
150
+ letter-spacing: ${At.letterSpacing};
151
+ line-height: ${At.lineHeight};
152
+ text-transform: ${At.textTransform};
153
+ }
154
+ `,tr=M.css`
155
155
  .ft-typography--subtitle1 {
156
- font-family: ${Ct};
157
- font-size: ${It};
158
- font-weight: ${Et};
159
- letter-spacing: ${Wt};
160
- line-height: ${Ut};
161
- text-transform: ${$t};
162
- }
163
- `,mo=e.css`
156
+ font-family: ${Lt.fontFamily};
157
+ font-size: ${Lt.fontSize};
158
+ font-weight: ${Lt.fontWeight};
159
+ letter-spacing: ${Lt.letterSpacing};
160
+ line-height: ${Lt.lineHeight};
161
+ text-transform: ${Lt.textTransform};
162
+ }
163
+ `,er=M.css`
164
164
  .ft-typography--subtitle2 {
165
- font-family: ${Rt};
166
- font-size: ${kt};
167
- font-weight: ${Zt};
168
- letter-spacing: ${zt};
169
- line-height: ${Lt};
170
- text-transform: ${Kt};
165
+ font-family: ${Wt.fontFamily};
166
+ font-size: ${Wt.fontSize};
167
+ font-weight: ${Wt.fontWeight};
168
+ letter-spacing: ${Wt.letterSpacing};
169
+ line-height: ${Wt.lineHeight};
170
+ text-transform: ${Wt.textTransform};
171
171
  }
172
172
 
173
- `,xo=e.css`
173
+ `,or=M.css`
174
174
  .ft-typography--body1 {
175
- font-family: ${Ft};
176
- font-size: ${Dt};
177
- font-weight: ${Bt};
178
- letter-spacing: ${At};
179
- line-height: ${Ht};
180
- text-transform: ${Gt};
181
- }
182
- `,Oo=e.css`
175
+ font-family: ${It.fontFamily};
176
+ font-size: ${It.fontSize};
177
+ font-weight: ${It.fontWeight};
178
+ letter-spacing: ${It.letterSpacing};
179
+ line-height: ${It.lineHeight};
180
+ text-transform: ${It.textTransform};
181
+ }
182
+ `,rr=M.css`
183
183
  .ft-typography--body2 {
184
- font-family: ${jt};
185
- font-size: ${Pt};
186
- font-weight: ${Mt};
187
- letter-spacing: ${Tt};
188
- line-height: ${Yt};
189
- text-transform: ${_t};
190
- }
191
- `,No=e.css`
184
+ font-family: ${Pt.fontFamily};
185
+ font-size: ${Pt.fontSize};
186
+ font-weight: ${Pt.fontWeight};
187
+ letter-spacing: ${Pt.letterSpacing};
188
+ line-height: ${Pt.lineHeight};
189
+ text-transform: ${Pt.textTransform};
190
+ }
191
+ `,nr=M.css`
192
192
  .ft-typography--caption {
193
- font-family: ${Vt};
194
- font-size: ${Xt};
195
- font-weight: ${qt};
196
- letter-spacing: ${Jt};
197
- line-height: ${Qt};
198
- text-transform: ${to};
199
- }
200
- `,vo=e.css`
193
+ font-family: ${Bt.fontFamily};
194
+ font-size: ${Bt.fontSize};
195
+ font-weight: ${Bt.fontWeight};
196
+ letter-spacing: ${Bt.letterSpacing};
197
+ line-height: ${Bt.lineHeight};
198
+ text-transform: ${Bt.textTransform};
199
+ }
200
+ `,ir=M.css`
201
201
  .ft-typography--breadcrumb {
202
- font-family: ${oo};
203
- font-size: ${eo};
204
- font-weight: ${ro};
205
- letter-spacing: ${io};
206
- line-height: ${ao};
207
- text-transform: ${no};
208
- }
209
- `,wo=e.css`
202
+ font-family: ${$t.fontFamily};
203
+ font-size: ${$t.fontSize};
204
+ font-weight: ${$t.fontWeight};
205
+ letter-spacing: ${$t.letterSpacing};
206
+ line-height: ${$t.lineHeight};
207
+ text-transform: ${$t.textTransform};
208
+ }
209
+ `,ar=M.css`
210
210
  .ft-typography--overline {
211
- font-family: ${lo};
212
- font-size: ${co};
213
- font-weight: ${po};
214
- letter-spacing: ${fo};
215
- line-height: ${so};
216
- text-transform: ${ho};
217
- }
218
- `,So=e.css`
211
+ font-family: ${Tt.fontFamily};
212
+ font-size: ${Tt.fontSize};
213
+ font-weight: ${Tt.fontWeight};
214
+ letter-spacing: ${Tt.letterSpacing};
215
+ line-height: ${Tt.lineHeight};
216
+ text-transform: ${Tt.textTransform};
217
+ }
218
+ `,lr=M.css`
219
219
  .ft-typography--button {
220
- font-family: ${go.fontFamily};
221
- font-size: ${go.fontSize};
222
- font-weight: ${go.fontWeight};
223
- letter-spacing: ${go.letterSpacing};
224
- line-height: ${go.lineHeight};
225
- text-transform: ${go.textTransform};
226
- }
227
- `,Co=e.css`
220
+ font-family: ${Y.fontFamily};
221
+ font-size: ${Y.fontSize};
222
+ font-weight: ${Y.fontWeight};
223
+ letter-spacing: ${Y.letterSpacing};
224
+ line-height: ${Y.lineHeight};
225
+ text-transform: ${Y.textTransform};
226
+ }
227
+ `,cr=M.css`
228
228
  .ft-typography {
229
229
  vertical-align: inherit;
230
230
  }
231
- `,Io=[Object.keys(ct).map((t=>function(t){const o=ct[t];return e.css`
232
- .ft-typography--${e.unsafeCSS(t)} {
233
- font-family: ${o.fontFamily};
234
- font-size: ${o.fontSize};
235
- font-weight: ${o.fontWeight};
236
- letter-spacing: ${o.letterSpacing};
237
- line-height: ${o.lineHeight};
238
- text-transform: ${o.textCase};
239
- }
240
- `}(t)))];var Eo=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class Wo extends o.FtLitElement{constructor(){super(...arguments),this.variant=it.body1}render(){return this.element?rt`
241
- <${ot(this.element)}
231
+ `,sr=[Object.keys(ce).map(e=>Xo(e))];var pr=function(e,o,n,i){var a=arguments.length,s=a<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,o,n,i);else for(var p=e.length-1;p>=0;p--)(c=e[p])&&(s=(a<3?c(s):a>3?c(o,n,s):c(o,n))||s);return a>3&&s&&Object.defineProperty(o,n,s),s},j=class extends dr.FtLitElement{constructor(){super(...arguments),this.variant=le.body1}render(){return this.element?Re`
232
+ <${Ee(this.element)}
233
+ part="text"
242
234
  class="ft-typography ft-typography--${this.variant}">
243
235
  <slot></slot>
244
- </${ot(this.element)}>
245
- `:rt`
246
- <slot class="ft-typography ft-typography--${this.variant}"></slot>
247
- `}}Wo.styles=[yo,bo,uo,mo,xo,Oo,No,vo,wo,So,Co,...Io],Eo([r.property()],Wo.prototype,"element",void 0),Eo([r.property()],Wo.prototype,"variant",void 0),o.customElement("ft-typography")(Wo);const Uo=o.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),$o=o.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),Ro=o.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),ko=o.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),Zo=o.FtCssVariableFactory.external(o.designSystemVariables.borderRadiusS,"Design system"),zo=o.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px"),Lo=e.css`
236
+ </${Ee(this.element)}>
237
+ `:Re`
238
+ <slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
239
+ `}};j.styles=[Jo,Qo,tr,er,or,rr,nr,ir,ar,lr,cr,...sr];pr([(0,Ae.property)()],j.prototype,"element",void 0);pr([(0,Ae.property)()],j.prototype,"variant",void 0);(0,fr.customElement)("ft-typography")(j);var jr=b(re());var kr=b(P());var _r=b(K()),W=b(bt()),te=b(P());var gr=b(K()),it=b(P()),zt={distance:it.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:it.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:it.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:it.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:it.FtCssVariableFactory.external(it.designSystemVariables.borderRadiusS,"Design system"),maxWidth:it.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},hr=gr.css`
248
240
  .ft-tooltip--container {
249
241
  display: block;
250
242
  }
@@ -259,21 +251,21 @@ const Q=Symbol.for(""),tt=t=>{if(t?.r===Q)return t?._$litStatic$},ot=t=>({_$litS
259
251
  box-sizing: border-box;
260
252
  overflow: hidden;
261
253
  width: max-content;
262
- max-width: ${zo};
254
+ max-width: ${zt.maxWidth};
263
255
  text-align: center;
264
- padding: ${Uo};
265
- z-index: ${ko};
256
+ padding: ${zt.distance};
257
+ z-index: ${zt.zIndex};
266
258
  }
267
259
 
268
260
  .ft-tooltip--content {
269
261
  padding: 4px 8px;
270
- border-radius: ${Zo};
271
- background-color: ${Ro};
272
- color: ${$o};
262
+ border-radius: ${zt.borderRadiusS};
263
+ background-color: ${zt.backgroundColor};
264
+ color: ${zt.color};
273
265
  position: relative;
274
266
  word-break: break-word;
275
267
  }
276
- `,Ko=["start","end"],Fo=["top","right","bottom","left"].reduce(((t,o)=>t.concat(o,o+"-"+Ko[0],o+"-"+Ko[1])),[]),Do=Math.min,Bo=Math.max,Ao=Math.round,Ho=t=>({x:t,y:t}),Go={left:"right",right:"left",bottom:"top",top:"bottom"},jo={start:"end",end:"start"};function Po(t,o,e){return Bo(t,Do(o,e))}function Mo(t,o){return"function"==typeof t?t(o):t}function To(t){return t.split("-")[0]}function Yo(t){return t.split("-")[1]}function _o(t){return"x"===t?"y":"x"}function Vo(t){return"y"===t?"height":"width"}function Xo(t){return["top","bottom"].includes(To(t))?"y":"x"}function qo(t){return _o(Xo(t))}function Jo(t){return t.replace(/left|right|bottom|top/g,(t=>Go[t]))}function Qo(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function te(t,o,e){let{reference:r,floating:i}=t;const a=Xo(o),n=qo(o),l=Vo(n),c=To(o),p="y"===a,f=r.x+r.width/2-i.width/2,s=r.y+r.height/2-i.height/2,d=r[l]/2-i[l]/2;let h;switch(c){case"top":h={x:f,y:r.y-i.height};break;case"bottom":h={x:f,y:r.y+r.height};break;case"right":h={x:r.x+r.width,y:s};break;case"left":h={x:r.x-i.width,y:s};break;default:h={x:r.x,y:r.y}}switch(Yo(o)){case"start":h[n]-=d*(e&&p?-1:1);break;case"end":h[n]+=d*(e&&p?-1:1)}return h}async function oe(t,o){var e;void 0===o&&(o={});const{x:r,y:i,platform:a,rects:n,elements:l,strategy:c}=t,{boundary:p="clippingAncestors",rootBoundary:f="viewport",elementContext:s="floating",altBoundary:d=!1,padding:h=0}=Mo(o,t),g=function(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}(h),y=l[d?"floating"===s?"reference":"floating":s],b=Qo(await a.getClippingRect({element:null==(e=await(null==a.isElement?void 0:a.isElement(y)))||e?y:y.contextElement||await(null==a.getDocumentElement?void 0:a.getDocumentElement(l.floating)),boundary:p,rootBoundary:f,strategy:c})),u="floating"===s?{...n.floating,x:r,y:i}:n.reference,m=await(null==a.getOffsetParent?void 0:a.getOffsetParent(l.floating)),x=await(null==a.isElement?void 0:a.isElement(m))&&await(null==a.getScale?void 0:a.getScale(m))||{x:1,y:1},O=Qo(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({rect:u,offsetParent:m,strategy:c}):u);return{top:(b.top-O.top+g.top)/x.y,bottom:(O.bottom-b.bottom+g.bottom)/x.y,left:(b.left-O.left+g.left)/x.x,right:(O.right-b.right+g.right)/x.x}}function ee(t,o,e){return(t?[...e.filter((o=>Yo(o)===t)),...e.filter((o=>Yo(o)!==t))]:e.filter((t=>To(t)===t))).filter((e=>!t||(Yo(e)===t||!!o&&function(t){return t.replace(/start|end/g,(t=>jo[t]))}(e)!==e)))}const re=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(o){var e,r,i;const{rects:a,middlewareData:n,placement:l,platform:c,elements:p}=o,{crossAxis:f=!1,alignment:s,allowedPlacements:d=Fo,autoAlignment:h=!0,...g}=Mo(t,o),y=void 0!==s||d===Fo?ee(s||null,h,d):d,b=await oe(o,g),u=(null==(e=n.autoPlacement)?void 0:e.index)||0,m=y[u];if(null==m)return{};const x=function(t,o,e){void 0===e&&(e=!1);const r=Yo(t),i=qo(t),a=Vo(i);let n="x"===i?r===(e?"end":"start")?"right":"left":"start"===r?"bottom":"top";return o.reference[a]>o.floating[a]&&(n=Jo(n)),[n,Jo(n)]}(m,a,await(null==c.isRTL?void 0:c.isRTL(p.floating)));if(l!==m)return{reset:{placement:y[0]}};const O=[b[To(m)],b[x[0]],b[x[1]]],N=[...(null==(r=n.autoPlacement)?void 0:r.overflows)||[],{placement:m,overflows:O}],v=y[u+1];if(v)return{data:{index:u+1,overflows:N},reset:{placement:v}};const w=N.map((t=>{const o=Yo(t.placement);return[t.placement,o&&f?t.overflows.slice(0,2).reduce(((t,o)=>t+o),0):t.overflows[0],t.overflows]})).sort(((t,o)=>t[1]-o[1])),S=w.filter((t=>t[2].slice(0,Yo(t[0])?2:3).every((t=>t<=0)))),C=(null==(i=S[0])?void 0:i[0])||w[0][0];return C!==l?{data:{index:u+1,overflows:N},reset:{placement:C}}:{}}}};function ie(t){return le(t)?(t.nodeName||"").toLowerCase():"#document"}function ae(t){var o;return(null==t||null==(o=t.ownerDocument)?void 0:o.defaultView)||window}function ne(t){var o;return null==(o=(le(t)?t.ownerDocument:t.document)||window.document)?void 0:o.documentElement}function le(t){return t instanceof Node||t instanceof ae(t).Node}function ce(t){return t instanceof Element||t instanceof ae(t).Element}function pe(t){return t instanceof HTMLElement||t instanceof ae(t).HTMLElement}function fe(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof ae(t).ShadowRoot)}function se(t){const{overflow:o,overflowX:e,overflowY:r,display:i}=be(t);return/auto|scroll|overlay|hidden|clip/.test(o+r+e)&&!["inline","contents"].includes(i)}function de(t){return["table","td","th"].includes(ie(t))}function he(t){const o=ge(),e=be(t);return"none"!==e.transform||"none"!==e.perspective||!!e.containerType&&"normal"!==e.containerType||!o&&!!e.backdropFilter&&"none"!==e.backdropFilter||!o&&!!e.filter&&"none"!==e.filter||["transform","perspective","filter"].some((t=>(e.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(e.contain||"").includes(t)))}function ge(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function ye(t){return["html","body","#document"].includes(ie(t))}function be(t){return ae(t).getComputedStyle(t)}function ue(t){return ce(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function me(t){if("html"===ie(t))return t;const o=t.assignedSlot||t.parentNode||fe(t)&&t.host||ne(t);return fe(o)?o.host:o}function xe(t){const o=me(t);return ye(o)?t.ownerDocument?t.ownerDocument.body:t.body:pe(o)&&se(o)?o:xe(o)}function Oe(t,o,e){var r;void 0===o&&(o=[]),void 0===e&&(e=!0);const i=xe(t),a=i===(null==(r=t.ownerDocument)?void 0:r.body),n=ae(i);return a?o.concat(n,n.visualViewport||[],se(i)?i:[],n.frameElement&&e?Oe(n.frameElement):[]):o.concat(i,Oe(i,[],e))}function Ne(t){const o=be(t);let e=parseFloat(o.width)||0,r=parseFloat(o.height)||0;const i=pe(t),a=i?t.offsetWidth:e,n=i?t.offsetHeight:r,l=Ao(e)!==a||Ao(r)!==n;return l&&(e=a,r=n),{width:e,height:r,$:l}}function ve(t){return ce(t)?t:t.contextElement}function we(t){const o=ve(t);if(!pe(o))return Ho(1);const e=o.getBoundingClientRect(),{width:r,height:i,$:a}=Ne(o);let n=(a?Ao(e.width):e.width)/r,l=(a?Ao(e.height):e.height)/i;return n&&Number.isFinite(n)||(n=1),l&&Number.isFinite(l)||(l=1),{x:n,y:l}}const Se=Ho(0);function Ce(t){const o=ae(t);return ge()&&o.visualViewport?{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}:Se}function Ie(t,o,e,r){void 0===o&&(o=!1),void 0===e&&(e=!1);const i=t.getBoundingClientRect(),a=ve(t);let n=Ho(1);o&&(r?ce(r)&&(n=we(r)):n=we(t));const l=function(t,o,e){return void 0===o&&(o=!1),!(!e||o&&e!==ae(t))&&o}(a,e,r)?Ce(a):Ho(0);let c=(i.left+l.x)/n.x,p=(i.top+l.y)/n.y,f=i.width/n.x,s=i.height/n.y;if(a){const t=ae(a),o=r&&ce(r)?ae(r):r;let e=t.frameElement;for(;e&&r&&o!==t;){const t=we(e),o=e.getBoundingClientRect(),r=be(e),i=o.left+(e.clientLeft+parseFloat(r.paddingLeft))*t.x,a=o.top+(e.clientTop+parseFloat(r.paddingTop))*t.y;c*=t.x,p*=t.y,f*=t.x,s*=t.y,c+=i,p+=a,e=ae(e).frameElement}}return Qo({width:f,height:s,x:c,y:p})}function Ee(t){return Ie(ne(t)).left+ue(t).scrollLeft}function We(t,o,e){let r;if("viewport"===o)r=function(t,o){const e=ae(t),r=ne(t),i=e.visualViewport;let a=r.clientWidth,n=r.clientHeight,l=0,c=0;if(i){a=i.width,n=i.height;const t=ge();(!t||t&&"fixed"===o)&&(l=i.offsetLeft,c=i.offsetTop)}return{width:a,height:n,x:l,y:c}}(t,e);else if("document"===o)r=function(t){const o=ne(t),e=ue(t),r=t.ownerDocument.body,i=Bo(o.scrollWidth,o.clientWidth,r.scrollWidth,r.clientWidth),a=Bo(o.scrollHeight,o.clientHeight,r.scrollHeight,r.clientHeight);let n=-e.scrollLeft+Ee(t);const l=-e.scrollTop;return"rtl"===be(r).direction&&(n+=Bo(o.clientWidth,r.clientWidth)-i),{width:i,height:a,x:n,y:l}}(ne(t));else if(ce(o))r=function(t,o){const e=Ie(t,!0,"fixed"===o),r=e.top+t.clientTop,i=e.left+t.clientLeft,a=pe(t)?we(t):Ho(1);return{width:t.clientWidth*a.x,height:t.clientHeight*a.y,x:i*a.x,y:r*a.y}}(o,e);else{const e=Ce(t);r={...o,x:o.x-e.x,y:o.y-e.y}}return Qo(r)}function Ue(t,o){const e=me(t);return!(e===o||!ce(e)||ye(e))&&("fixed"===be(e).position||Ue(e,o))}function $e(t,o,e){const r=pe(o),i=ne(o),a="fixed"===e,n=Ie(t,!0,a,o);let l={scrollLeft:0,scrollTop:0};const c=Ho(0);if(r||!r&&!a)if(("body"!==ie(o)||se(i))&&(l=ue(o)),r){const t=Ie(o,!0,a,o);c.x=t.x+o.clientLeft,c.y=t.y+o.clientTop}else i&&(c.x=Ee(i));return{x:n.left+l.scrollLeft-c.x,y:n.top+l.scrollTop-c.y,width:n.width,height:n.height}}function Re(t,o){return pe(t)&&"fixed"!==be(t).position?o?o(t):t.offsetParent:null}function ke(t,o){const e=ae(t);if(!pe(t))return e;let r=Re(t,o);for(;r&&de(r)&&"static"===be(r).position;)r=Re(r,o);return r&&("html"===ie(r)||"body"===ie(r)&&"static"===be(r).position&&!he(r))?e:r||function(t){let o=me(t);for(;pe(o)&&!ye(o);){if(he(o))return o;o=me(o)}return null}(t)||e}const Ze={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:o,offsetParent:e,strategy:r}=t;const i=pe(e),a=ne(e);if(e===a)return o;let n={scrollLeft:0,scrollTop:0},l=Ho(1);const c=Ho(0);if((i||!i&&"fixed"!==r)&&(("body"!==ie(e)||se(a))&&(n=ue(e)),pe(e))){const t=Ie(e);l=we(e),c.x=t.x+e.clientLeft,c.y=t.y+e.clientTop}return{width:o.width*l.x,height:o.height*l.y,x:o.x*l.x-n.scrollLeft*l.x+c.x,y:o.y*l.y-n.scrollTop*l.y+c.y}},getDocumentElement:ne,getClippingRect:function(t){let{element:o,boundary:e,rootBoundary:r,strategy:i}=t;const a=[..."clippingAncestors"===e?function(t,o){const e=o.get(t);if(e)return e;let r=Oe(t,[],!1).filter((t=>ce(t)&&"body"!==ie(t))),i=null;const a="fixed"===be(t).position;let n=a?me(t):t;for(;ce(n)&&!ye(n);){const o=be(n),e=he(n);e||"fixed"!==o.position||(i=null),(a?!e&&!i:!e&&"static"===o.position&&i&&["absolute","fixed"].includes(i.position)||se(n)&&!e&&Ue(t,n))?r=r.filter((t=>t!==n)):i=o,n=me(n)}return o.set(t,r),r}(o,this._c):[].concat(e),r],n=a[0],l=a.reduce(((t,e)=>{const r=We(o,e,i);return t.top=Bo(r.top,t.top),t.right=Do(r.right,t.right),t.bottom=Do(r.bottom,t.bottom),t.left=Bo(r.left,t.left),t}),We(o,n,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},getOffsetParent:ke,getElementRects:async function(t){let{reference:o,floating:e,strategy:r}=t;const i=this.getOffsetParent||ke,a=this.getDimensions;return{reference:$e(o,await i(e),r),floating:{x:0,y:0,...await a(e)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return Ne(t)},getScale:we,isElement:ce,isRTL:function(t){return"rtl"===be(t).direction}},ze=(t,o,e)=>{const r=new Map,i={platform:Ze,...e},a={...i.platform,_c:r};return(async(t,o,e)=>{const{placement:r="bottom",strategy:i="absolute",middleware:a=[],platform:n}=e,l=a.filter(Boolean),c=await(null==n.isRTL?void 0:n.isRTL(o));let p=await n.getElementRects({reference:t,floating:o,strategy:i}),{x:f,y:s}=te(p,r,c),d=r,h={},g=0;for(let e=0;e<l.length;e++){const{name:a,fn:y}=l[e],{x:b,y:u,data:m,reset:x}=await y({x:f,y:s,initialPlacement:r,placement:d,strategy:i,middlewareData:h,rects:p,platform:n,elements:{reference:t,floating:o}});f=null!=b?b:f,s=null!=u?u:s,h={...h,[a]:{...h[a],...m}},x&&g<=50&&(g++,"object"==typeof x&&(x.placement&&(d=x.placement),x.rects&&(p=!0===x.rects?await n.getElementRects({reference:t,floating:o,strategy:i}):x.rects),({x:f,y:s}=te(p,d,c))),e=-1)}return{x:f,y:s,placement:d,strategy:i,middlewareData:h}})(t,o,{...i,platform:a})};function Le(t){return function(t){for(let o=t;o;o=Ke(o))if(o instanceof Element&&"none"===getComputedStyle(o).display)return null;for(let o=Ke(t);o;o=Ke(o)){if(!(o instanceof Element))continue;const t=getComputedStyle(o);if("contents"!==t.display){if("static"!==t.position||"none"!==t.filter)return o;if("BODY"===o.tagName)return o}}return null}(t)}function Ke(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}var Fe,De,Be=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class Ae extends o.FtLitElement{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new o.Debouncer,this.revealDebouncer=new o.Debouncer}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return e.html`
268
+ `;var mr=["top","right","bottom","left"],yr=["start","end"],We=mr.reduce((e,o)=>e.concat(o,o+"-"+yr[0],o+"-"+yr[1]),[]),jt=Math.min,ht=Math.max,Xt=Math.round;var at=e=>({x:e,y:e}),fn={left:"right",right:"left",bottom:"top",top:"bottom"},gn={start:"end",end:"start"};function Ie(e,o,n){return ht(e,jt(o,n))}function pe(e,o){return typeof e=="function"?e(o):e}function Ut(e){return e.split("-")[0]}function yt(e){return e.split("-")[1]}function Pe(e){return e==="x"?"y":"x"}function Be(e){return e==="y"?"height":"width"}function de(e){return["top","bottom"].includes(Ut(e))?"y":"x"}function $e(e){return Pe(de(e))}function ur(e,o,n){n===void 0&&(n=!1);let i=yt(e),a=$e(e),s=Be(a),c=a==="x"?i===(n?"end":"start")?"right":"left":i==="start"?"bottom":"top";return o.reference[s]>o.floating[s]&&(c=Le(c)),[c,Le(c)]}function br(e){return e.replace(/start|end/g,o=>gn[o])}function Le(e){return e.replace(/left|right|bottom|top/g,o=>fn[o])}function hn(e){return{top:0,right:0,bottom:0,left:0,...e}}function xr(e){return typeof e!="number"?hn(e):{top:e,right:e,bottom:e,left:e}}function Ct(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}function Or(e,o,n){let{reference:i,floating:a}=e,s=de(o),c=$e(o),p=Be(c),d=Ut(o),h=s==="y",u=i.x+i.width/2-a.width/2,y=i.y+i.height/2-a.height/2,O=i[p]/2-a[p]/2,x;switch(d){case"top":x={x:u,y:i.y-a.height};break;case"bottom":x={x:u,y:i.y+i.height};break;case"right":x={x:i.x+i.width,y};break;case"left":x={x:i.x-a.width,y};break;default:x={x:i.x,y:i.y}}switch(yt(o)){case"start":x[c]-=O*(n&&h?-1:1);break;case"end":x[c]+=O*(n&&h?-1:1);break}return x}var Sr=async(e,o,n)=>{let{placement:i="bottom",strategy:a="absolute",middleware:s=[],platform:c}=n,p=s.filter(Boolean),d=await(c.isRTL==null?void 0:c.isRTL(o)),h=await c.getElementRects({reference:e,floating:o,strategy:a}),{x:u,y}=Or(h,i,d),O=i,x={},S=0;for(let w=0;w<p.length;w++){let{name:A,fn:E}=p[w],{x:L,y:_,data:dt,reset:U}=await E({x:u,y,initialPlacement:i,placement:O,strategy:a,middlewareData:x,rects:h,platform:c,elements:{reference:e,floating:o}});if(u=L??u,y=_??y,x={...x,[A]:{...x[A],...dt}},U&&S<=50){S++,typeof U=="object"&&(U.placement&&(O=U.placement),U.rects&&(h=U.rects===!0?await c.getElementRects({reference:e,floating:o,strategy:a}):U.rects),{x:u,y}=Or(h,O,d)),w=-1;continue}}return{x:u,y,placement:O,strategy:a,middlewareData:x}};async function Te(e,o){var n;o===void 0&&(o={});let{x:i,y:a,platform:s,rects:c,elements:p,strategy:d}=e,{boundary:h="clippingAncestors",rootBoundary:u="viewport",elementContext:y="floating",altBoundary:O=!1,padding:x=0}=pe(o,e),S=xr(x),A=p[O?y==="floating"?"reference":"floating":y],E=Ct(await s.getClippingRect({element:(n=await(s.isElement==null?void 0:s.isElement(A)))==null||n?A:A.contextElement||await(s.getDocumentElement==null?void 0:s.getDocumentElement(p.floating)),boundary:h,rootBoundary:u,strategy:d})),L=y==="floating"?{...c.floating,x:i,y:a}:c.reference,_=await(s.getOffsetParent==null?void 0:s.getOffsetParent(p.floating)),dt=await(s.isElement==null?void 0:s.isElement(_))?await(s.getScale==null?void 0:s.getScale(_))||{x:1,y:1}:{x:1,y:1},U=Ct(s.convertOffsetParentRelativeRectToViewportRelativeRect?await s.convertOffsetParentRelativeRectToViewportRelativeRect({rect:L,offsetParent:_,strategy:d}):L);return{top:(E.top-U.top+S.top)/dt.y,bottom:(U.bottom-E.bottom+S.bottom)/dt.y,left:(E.left-U.left+S.left)/dt.x,right:(U.right-E.right+S.right)/dt.x}}function yn(e,o,n){return(e?[...n.filter(a=>yt(a)===e),...n.filter(a=>yt(a)!==e)]:n.filter(a=>Ut(a)===a)).filter(a=>e?yt(a)===e||(o?br(a)!==a:!1):!0)}var ze=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(o){var n,i,a;let{rects:s,middlewareData:c,placement:p,platform:d,elements:h}=o,{crossAxis:u=!1,alignment:y,allowedPlacements:O=We,autoAlignment:x=!0,...S}=pe(e,o),w=y!==void 0||O===We?yn(y||null,x,O):O,A=await Te(o,S),E=((n=c.autoPlacement)==null?void 0:n.index)||0,L=w[E];if(L==null)return{};let _=ur(L,s,await(d.isRTL==null?void 0:d.isRTL(h.floating)));if(p!==L)return{reset:{placement:w[0]}};let dt=[A[Ut(L)],A[_[0]],A[_[1]]],U=[...((i=c.autoPlacement)==null?void 0:i.overflows)||[],{placement:L,overflows:dt}],Ke=w[E+1];if(Ke)return{data:{index:E+1,overflows:U},reset:{placement:Ke}};let Ze=U.map(Q=>{let Gt=yt(Q.placement);return[Q.placement,Gt&&u?Q.overflows.slice(0,2).reduce((qr,Jr)=>qr+Jr,0):Q.overflows[0],Q.overflows]}).sort((Q,Gt)=>Q[1]-Gt[1]),Me=((a=Ze.filter(Q=>Q[2].slice(0,yt(Q[0])?2:3).every(Gt=>Gt<=0))[0])==null?void 0:a[0])||Ze[0][0];return Me!==p?{data:{index:E+1,overflows:U},reset:{placement:Me}}:{}}}};var Ue=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(o){let{x:n,y:i,placement:a}=o,{mainAxis:s=!0,crossAxis:c=!1,limiter:p={fn:A=>{let{x:E,y:L}=A;return{x:E,y:L}}},...d}=pe(e,o),h={x:n,y:i},u=await Te(o,d),y=de(Ut(a)),O=Pe(y),x=h[O],S=h[y];if(s){let A=O==="y"?"top":"left",E=O==="y"?"bottom":"right",L=x+u[A],_=x-u[E];x=Ie(L,x,_)}if(c){let A=y==="y"?"top":"left",E=y==="y"?"bottom":"right",L=S+u[A],_=S-u[E];S=Ie(L,S,_)}let w=p.fn({...o,[O]:x,[y]:S});return{...w,data:{x:w.x-n,y:w.y-i}}}}};function lt(e){return vr(e)?(e.nodeName||"").toLowerCase():"#document"}function D(e){var o;return(e==null||(o=e.ownerDocument)==null?void 0:o.defaultView)||window}function ct(e){var o;return(o=(vr(e)?e.ownerDocument:e.document)||window.document)==null?void 0:o.documentElement}function vr(e){return e instanceof Node||e instanceof D(e).Node}function tt(e){return e instanceof Element||e instanceof D(e).Element}function X(e){return e instanceof HTMLElement||e instanceof D(e).HTMLElement}function Cr(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof D(e).ShadowRoot}function _t(e){let{overflow:o,overflowX:n,overflowY:i,display:a}=Z(e);return/auto|scroll|overlay|hidden|clip/.test(o+i+n)&&!["inline","contents"].includes(a)}function Nr(e){return["table","td","th"].includes(lt(e))}function ge(e){let o=he(),n=Z(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 wr(e){let o=vt(e);for(;X(o)&&!qt(o);){if(ge(o))return o;o=vt(o)}return null}function he(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function qt(e){return["html","body","#document"].includes(lt(e))}function Z(e){return D(e).getComputedStyle(e)}function Jt(e){return tt(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function vt(e){if(lt(e)==="html")return e;let o=e.assignedSlot||e.parentNode||Cr(e)&&e.host||ct(e);return Cr(o)?o.host:o}function Er(e){let o=vt(e);return qt(o)?e.ownerDocument?e.ownerDocument.body:e.body:X(o)&&_t(o)?o:Er(o)}function fe(e,o,n){var i;o===void 0&&(o=[]),n===void 0&&(n=!0);let a=Er(e),s=a===((i=e.ownerDocument)==null?void 0:i.body),c=D(a);return s?o.concat(c,c.visualViewport||[],_t(a)?a:[],c.frameElement&&n?fe(c.frameElement):[]):o.concat(a,fe(a,[],n))}function Lr(e){let o=Z(e),n=parseFloat(o.width)||0,i=parseFloat(o.height)||0,a=X(e),s=a?e.offsetWidth:n,c=a?e.offsetHeight:i,p=Xt(n)!==s||Xt(i)!==c;return p&&(n=s,i=c),{width:n,height:i,$:p}}function Wr(e){return tt(e)?e:e.contextElement}function kt(e){let o=Wr(e);if(!X(o))return at(1);let n=o.getBoundingClientRect(),{width:i,height:a,$:s}=Lr(o),c=(s?Xt(n.width):n.width)/i,p=(s?Xt(n.height):n.height)/a;return(!c||!Number.isFinite(c))&&(c=1),(!p||!Number.isFinite(p))&&(p=1),{x:c,y:p}}var mn=at(0);function Ir(e){let o=D(e);return!he()||!o.visualViewport?mn:{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}}function un(e,o,n){return o===void 0&&(o=!1),!n||o&&n!==D(e)?!1:o}function Qt(e,o,n,i){o===void 0&&(o=!1),n===void 0&&(n=!1);let a=e.getBoundingClientRect(),s=Wr(e),c=at(1);o&&(i?tt(i)&&(c=kt(i)):c=kt(e));let p=un(s,n,i)?Ir(s):at(0),d=(a.left+p.x)/c.x,h=(a.top+p.y)/c.y,u=a.width/c.x,y=a.height/c.y;if(s){let O=D(s),x=i&&tt(i)?D(i):i,S=O.frameElement;for(;S&&i&&x!==O;){let w=kt(S),A=S.getBoundingClientRect(),E=Z(S),L=A.left+(S.clientLeft+parseFloat(E.paddingLeft))*w.x,_=A.top+(S.clientTop+parseFloat(E.paddingTop))*w.y;d*=w.x,h*=w.y,u*=w.x,y*=w.y,d+=L,h+=_,S=D(S).frameElement}}return Ct({width:u,height:y,x:d,y:h})}function bn(e){let{rect:o,offsetParent:n,strategy:i}=e,a=X(n),s=ct(n);if(n===s)return o;let c={scrollLeft:0,scrollTop:0},p=at(1),d=at(0);if((a||!a&&i!=="fixed")&&((lt(n)!=="body"||_t(s))&&(c=Jt(n)),X(n))){let h=Qt(n);p=kt(n),d.x=h.x+n.clientLeft,d.y=h.y+n.clientTop}return{width:o.width*p.x,height:o.height*p.y,x:o.x*p.x-c.scrollLeft*p.x+d.x,y:o.y*p.y-c.scrollTop*p.y+d.y}}function xn(e){return Array.from(e.getClientRects())}function Pr(e){return Qt(ct(e)).left+Jt(e).scrollLeft}function On(e){let o=ct(e),n=Jt(e),i=e.ownerDocument.body,a=ht(o.scrollWidth,o.clientWidth,i.scrollWidth,i.clientWidth),s=ht(o.scrollHeight,o.clientHeight,i.scrollHeight,i.clientHeight),c=-n.scrollLeft+Pr(e),p=-n.scrollTop;return Z(i).direction==="rtl"&&(c+=ht(o.clientWidth,i.clientWidth)-a),{width:a,height:s,x:c,y:p}}function Sn(e,o){let n=D(e),i=ct(e),a=n.visualViewport,s=i.clientWidth,c=i.clientHeight,p=0,d=0;if(a){s=a.width,c=a.height;let h=he();(!h||h&&o==="fixed")&&(p=a.offsetLeft,d=a.offsetTop)}return{width:s,height:c,x:p,y:d}}function Cn(e,o){let n=Qt(e,!0,o==="fixed"),i=n.top+e.clientTop,a=n.left+e.clientLeft,s=X(e)?kt(e):at(1),c=e.clientWidth*s.x,p=e.clientHeight*s.y,d=a*s.x,h=i*s.y;return{width:c,height:p,x:d,y:h}}function Rr(e,o,n){let i;if(o==="viewport")i=Sn(e,n);else if(o==="document")i=On(ct(e));else if(tt(o))i=Cn(o,n);else{let a=Ir(e);i={...o,x:o.x-a.x,y:o.y-a.y}}return Ct(i)}function Br(e,o){let n=vt(e);return n===o||!tt(n)||qt(n)?!1:Z(n).position==="fixed"||Br(n,o)}function vn(e,o){let n=o.get(e);if(n)return n;let i=fe(e,[],!1).filter(p=>tt(p)&&lt(p)!=="body"),a=null,s=Z(e).position==="fixed",c=s?vt(e):e;for(;tt(c)&&!qt(c);){let p=Z(c),d=ge(c);!d&&p.position==="fixed"&&(a=null),(s?!d&&!a:!d&&p.position==="static"&&!!a&&["absolute","fixed"].includes(a.position)||_t(c)&&!d&&Br(e,c))?i=i.filter(u=>u!==c):a=p,c=vt(c)}return o.set(e,i),i}function Nn(e){let{element:o,boundary:n,rootBoundary:i,strategy:a}=e,c=[...n==="clippingAncestors"?vn(o,this._c):[].concat(n),i],p=c[0],d=c.reduce((h,u)=>{let y=Rr(o,u,a);return h.top=ht(y.top,h.top),h.right=jt(y.right,h.right),h.bottom=jt(y.bottom,h.bottom),h.left=ht(y.left,h.left),h},Rr(o,p,a));return{width:d.right-d.left,height:d.bottom-d.top,x:d.left,y:d.top}}function wn(e){return Lr(e)}function En(e,o,n){let i=X(o),a=ct(o),s=n==="fixed",c=Qt(e,!0,s,o),p={scrollLeft:0,scrollTop:0},d=at(0);if(i||!i&&!s)if((lt(o)!=="body"||_t(a))&&(p=Jt(o)),i){let h=Qt(o,!0,s,o);d.x=h.x+o.clientLeft,d.y=h.y+o.clientTop}else a&&(d.x=Pr(a));return{x:c.left+p.scrollLeft-d.x,y:c.top+p.scrollTop-d.y,width:c.width,height:c.height}}function Ar(e,o){return!X(e)||Z(e).position==="fixed"?null:o?o(e):e.offsetParent}function $r(e,o){let n=D(e);if(!X(e))return n;let i=Ar(e,o);for(;i&&Nr(i)&&Z(i).position==="static";)i=Ar(i,o);return i&&(lt(i)==="html"||lt(i)==="body"&&Z(i).position==="static"&&!ge(i))?n:i||wr(e)||n}var Rn=async function(e){let{reference:o,floating:n,strategy:i}=e,a=this.getOffsetParent||$r,s=this.getDimensions;return{reference:En(o,await a(n),i),floating:{x:0,y:0,...await s(n)}}};function An(e){return Z(e).direction==="rtl"}var ye={convertOffsetParentRelativeRectToViewportRelativeRect:bn,getDocumentElement:ct,getClippingRect:Nn,getOffsetParent:$r,getElementRects:Rn,getClientRects:xn,getDimensions:wn,getScale:kt,isElement:tt,isRTL:An};var Tr=(e,o,n)=>{let i=new Map,a={platform:ye,...n},s={...a.platform,_c:i};return Sr(e,o,{...a,platform:s})};function zr(e){return Ln(e)}function _e(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function Ln(e){for(let o=e;o;o=_e(o))if(o instanceof Element&&getComputedStyle(o).display==="none")return null;for(let o=_e(e);o;o=_e(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 Ur(e,o,n){return Tr(e,o,{platform:{...ye,getOffsetParent:i=>ye.getOffsetParent(i,zr)},middleware:[Ue({crossAxis:!0}),ze({allowedPlacements:[n]})]})}var G=function(e,o,n,i){var a=arguments.length,s=a<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,o,n,i);else for(var p=e.length-1;p>=0;p--)(c=e[p])&&(s=(a<3?c(s):a>3?c(o,n,s):c(o,n))||s);return a>3&&s&&Object.defineProperty(o,n,s),s},v=class extends te.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 te.Debouncer,this.revealDebouncer=new te.Debouncer}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return _r.html`
277
269
  <div part="container"
278
270
  class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
279
271
  @mouseenter=${this.onHover}
@@ -291,7 +283,7 @@ const Q=Symbol.for(""),tt=t=>{if(t?.r===Q)return t?._$litStatic$},ot=t=>({_$litS
291
283
  </div>
292
284
  </div>
293
285
  </div>
294
- `}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((o=>t.has(o)))&&this.visible&&this.positionTooltip()}async show(t){this.visible=!0,null!=t&&await this.hideDebounce.run((()=>{this.hide()}),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",async function(t,o,e){return ze(t,o,{platform:{...Ze,getOffsetParent:t=>Ze.getOffsetParent(t,Le)},middleware:[(r={crossAxis:!0},void 0===r&&(r={}),{name:"shift",options:r,async fn(t){const{x:o,y:e,placement:i}=t,{mainAxis:a=!0,crossAxis:n=!1,limiter:l={fn:t=>{let{x:o,y:e}=t;return{x:o,y:e}}},...c}=Mo(r,t),p={x:o,y:e},f=await oe(t,c),s=Xo(To(i)),d=_o(s);let h=p[d],g=p[s];if(a){const t="y"===d?"bottom":"right";h=Po(h+f["y"===d?"top":"left"],h,h-f[t])}if(n){const t="y"===s?"bottom":"right";g=Po(g+f["y"===s?"top":"left"],g,g-f[t])}const y=l.fn({...t,[d]:h,[s]:g});return{...y,data:{x:y.x-o,y:y.y-e}}}}),re({allowedPlacements:[e]})]});var r}(this.slottedElement,this.tooltip,this.position).then((({x:t,y:o})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${o}px`)}))),this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,o){return Math.max(t,Math.min(0,-o))}}Ae.elementDefinitions={"ft-typography":Wo},Ae.styles=Lo,Be([r.property()],Ae.prototype,"text",void 0),Be([r.property({type:Boolean})],Ae.prototype,"manual",void 0),Be([r.property({type:Boolean})],Ae.prototype,"inline",void 0),Be([r.property({type:Number})],Ae.prototype,"delay",void 0),Be([r.property()],Ae.prototype,"position",void 0),Be([r.queryAssignedNodes()],Ae.prototype,"slotNodes",void 0),Be([r.query(".ft-tooltip--container")],Ae.prototype,"container",void 0),Be([r.query(".ft-tooltip")],Ae.prototype,"tooltip",void 0),Be([r.query(".ft-tooltip--content")],Ae.prototype,"tooltipContent",void 0),Be([r.state()],Ae.prototype,"visible",void 0),Be([r.eventOptions({passive:!0})],Ae.prototype,"onTouch",null),Be([r.eventOptions({passive:!0})],Ae.prototype,"onHover",null),Be([r.eventOptions({passive:!0})],Ae.prototype,"onOut",null),Be([r.eventOptions({passive:!0})],Ae.prototype,"onClick",null),o.customElement("ft-tooltip")(Ae),function(t){t.THUMBS_DOWN="&#xe94d;",t.THUMBS_DOWN_PLAIN="&#xe94e;",t.THUMBS_UP="&#xe94f;",t.THUMBS_UP_PLAIN="&#xe950;",t.STAR="&#xe94c;",t.STAR_PLAIN="&#xe900;",t.DESKTOP="&#xe95e;",t.LIFE_RING="&#xe975;",t.GLOBE="&#xe976;",t.PIGGY_BANK="&#xe977;",t.TABLET_LANDSCAPE="&#xe95f;",t.TABLET_PORTRAIT="&#xe960;",t.MOBILE_LANDSCAPE="&#xe961;",t.MOBILE_PORTRAIT="&#xe962;",t.ARROW_RIGHT_TO_LINE="&#xe95d;",t.THIN_ARROW_UP="&#xe95c;",t.CONTEXTUAL="&#xe95b;",t.CHART_SIMPLE="&#xe968;",t.BARS_PROGRESS="&#xe969;",t.LINE_CHART="&#xe96c;",t.STACKED_CHART="&#xe96d;",t.CHART_BAR_NORMALIZED="&#xe97b;",t.BOOK_OPEN_GEAR="&#xe96a;",t.BOOK_OPEN_GEAR_SLASH="&#xe96b;",t.DIAGRAM_SUNBURST="&#xe963;",t.DIAGRAM_SANKEY="&#xe964;",t.UNSTRUCTURED_DOC="&#xe95a;",t.RESET="&#xe958;",t.THIN_ARROW_LEFT="&#xe956;",t.THIN_ARROW_RIGHT="&#xe957;",t.MY_COLLECTIONS="&#xe955;",t.OFFLINE_SETTINGS="&#xe954;",t.MY_LIBRARY="&#xe959;",t.RATE_PLAIN="&#xe952;",t.RATE="&#xe953;",t.FEEDBACK_PLAIN="&#xe951;",t.PAUSE="&#xe949;",t.PLAY="&#xe94a;",t.RELATIVES_PLAIN="&#xe947;",t.RELATIVES="&#xe948;",t.SHORTCUT_MENU="&#xe946;",t.PRINT="&#xe944;",t.DEFAULT_ROLES="&#xe945;",t.ACCOUNT_SETTINGS="&#xe943;",t.ONLINE="&#xe941;",t.OFFLINE="&#xe816;",t.UPLOAD="&#xe940;",t.BOOK_PLAIN="&#xe93f;",t.SYNC="&#xe93d;",t.SHARED_PBK="&#xe931;",t.COLLECTIONS="&#xe92a;",t.SEARCH_IN_PUBLICATION="&#xe92f;",t.BOOKS="&#xe806;",t.LOCKER="&#xe93b;",t.ARROW_DOWN="&#xe92b;",t.ARROW_LEFT="&#xe92c;",t.ARROW_RIGHT="&#xe92d;",t.ARROW_UP="&#xe92e;",t.SAVE="&#xe93a;",t.MAILS_AND_NOTIFICATIONS="&#xe939;",t.DOT="&#xe936;",t.MINUS="&#xe937;",t.PLUS="&#xe938;",t.FILTERS="&#xe935;",t.STRIPE_ARROW_RIGHT="&#xe934;",t.STRIPE_ARROW_LEFT="&#xe933;",t.ATTACHMENTS="&#xe932;",t.ADD_BOOKMARK="&#xe804;",t.BOOKMARK="&#xe805;",t.EXPORT="&#xe80f;",t.MENU="&#xe807;",t.TAG="&#xe93e;",t.TAG_PLAIN="&#xe942;",t.COPY_TO_CLIPBOARD="&#xe930;",t.COLUMNS="&#xe928;",t.ARTICLE="&#xe927;",t.CLOSE="&#xe909;",t.OCTAGON_XMARK="&#xe97d;",t.CLOSE_PLAIN="&#xe925;",t.CHECK_PLAIN="&#xe926;",t.LOGOUT="&#xe923;",t.SIGN_IN="&#xe922;",t.THIN_ARROW="&#xe921;",t.TRIANGLE_BOTTOM="&#xe91d;",t.TRIANGLE_LEFT="&#xe91e;",t.TRIANGLE_RIGHT="&#xe91f;",t.TRIANGLE_TOP="&#xe920;",t.FACET_HAS_DESCENDANT="&#xe91c;",t.MINUS_PLAIN="&#xe91a;",t.PLUS_PLAIN="&#xe91b;",t.INFO="&#xe919;",t.ICON_EXPAND="&#xe917;",t.ICON_COLLAPSE="&#xe918;",t.ADD_TO_PBK="&#xe800;",t.ALERT="&#xe801;",t.ADD_ALERT="&#xe802;",t.BACK_TO_SEARCH="&#xe803;",t.DOWNLOAD="&#xe808;",t.EDIT="&#xe809;",t.FEEDBACK="&#xe80a;",t.MODIFY_PBK="&#xe80c;",t.SCHEDULED="&#xe80d;",t.SEARCH="&#xe80e;",t.SHARE="&#xe80f1;",t.TOC="&#xe810;",t.WRITE_UGC="&#xe811;",t.TRASH="&#xe812;",t.EXTLINK="&#xe814;",t.EXTLINK_LIGHT="&#xe978;",t.CALENDAR="&#xe815;",t.BOOK="&#xe817;",t.DOWNLOAD_PLAIN="&#xe818;",t.CHECK="&#xe819;",t.TOPICS="&#xe901;",t.EYE="&#xf06e;",t.EYE_SLASH="&#xe970;",t.DISC="&#xe902;",t.CIRCLE="&#xe903;",t.SHARED="&#xe904;",t.SORT_UNSORTED="&#xe905;",t.SORT_UP="&#xe906;",t.SORT_DOWN="&#xe907;",t.WORKING="&#xe908;",t.ZOOM_OUT="&#xe90a;",t.ZOOM_IN="&#xe90b;",t.ZOOM_REALSIZE="&#xe90c;",t.ZOOM_FULLSCREEN="&#xe90d;",t.ADMIN_RESTRICTED="&#xe90e;",t.ADMIN_THEME="&#xe911;",t.WARNING="&#xe913;",t.CONTEXT="&#xe914;",t.SEARCH_HOME="&#xe915;",t.STEPS="&#xe916;",t.HOME="&#xe80b;",t.TRANSLATE="&#xe924;",t.USER="&#xe813;",t.ADMIN="&#xe90f;",t.ANALYTICS="&#xe929;",t.ADMIN_KHUB="&#xe910;",t.ADMIN_USERS="&#xe912;",t.ADMIN_INTEGRATION="&#xe93c;",t.ADMIN_PORTAL="&#xe94b;",t.COMMENT_QUESTION="&#xe965;",t.COMMENT_QUESTION_PLAIN="&#xe966;",t.MESSAGE_BOT="&#xe967;",t.PIP="&#xe973;",t.PIP_WIDE="&#xe974;",t.EXPAND_WIDE="&#xe972;",t.X_MARK="&#xe971;",t.CLONE="&#xe979;",t.CLONE_LINK_SIMPLE="&#xe97a;",t.CONSUMER="&#xe97c;",t.HOURGLASS_HALF="&#xe97e;",t.CLOCK_THREE="&#xe97f;",t.CALENDAR_DAY="&#xe980;",t.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",t.WAND_MAGIC_SPARKLES="&#xe982;",t.PAPER_PLANE="&#xe983;"}(Fe||(Fe={})),function(t){t.UNKNOWN="&#xe90a;",t.ABW="&#xe900;",t.AUDIO="&#xe901;",t.AVI="&#xe902;",t.CHM="&#xe904;",t.CODE="&#xe905;",t.CSV="&#xe903;",t.DITA="&#xe906;",t.EPUB="&#xe907;",t.EXCEL="&#xe908;",t.FLAC="&#xe909;",t.GIF="&#xe90b;",t.GZIP="&#xe90c;",t.HTML="&#xe90d;",t.IMAGE="&#xe90e;",t.JPEG="&#xe90f;",t.JSON="&#xe910;",t.M4A="&#xe911;",t.MOV="&#xe912;",t.MP3="&#xe913;",t.MP4="&#xe914;",t.OGG="&#xe915;",t.PDF="&#xe916;",t.PNG="&#xe917;",t.POWERPOINT="&#xe918;",t.RAR="&#xe91a;",t.STP="&#xe91b;",t.TEXT="&#xe91c;",t.VIDEO="&#xe91e;",t.WAV="&#xe91f;",t.WMA="&#xe920;",t.WORD="&#xe921;",t.XML="&#xe922;",t.YAML="&#xe919;",t.ZIP="&#xe923;"}(De||(De={})),new Map([...["abw"].map((t=>[t,De.ABW])),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map((t=>[t,De.AUDIO])),...["avi"].map((t=>[t,De.AVI])),...["chm","xhs"].map((t=>[t,De.CHM])),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map((t=>[t,De.CODE])),...["csv"].map((t=>[t,De.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,De.DITA])),...["epub"].map((t=>[t,De.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,De.EXCEL])),...["flac"].map((t=>[t,De.FLAC])),...["gif"].map((t=>[t,De.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,De.GZIP])),...["html","htm","xhtml"].map((t=>[t,De.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map((t=>[t,De.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,De.JPEG])),...["json"].map((t=>[t,De.JSON])),...["m4a","m4p"].map((t=>[t,De.M4A])),...["mov","qt"].map((t=>[t,De.MOV])),...["mp3"].map((t=>[t,De.MP3])),...["mp4","m4v"].map((t=>[t,De.MP4])),...["ogg","oga"].map((t=>[t,De.OGG])),...["pdf","ps"].map((t=>[t,De.PDF])),...["png"].map((t=>[t,De.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,De.POWERPOINT])),...["rar"].map((t=>[t,De.RAR])),...["stp"].map((t=>[t,De.STP])),...["txt","rtf","md","mdown"].map((t=>[t,De.TEXT])),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map((t=>[t,De.VIDEO])),...["wav"].map((t=>[t,De.WAV])),...["wma"].map((t=>[t,De.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,De.WORD])),...["xml","xsl","rdf"].map((t=>[t,De.XML])),...["yaml","yml","x-yaml"].map((t=>[t,De.YAML])),...["zip"].map((t=>[t,De.ZIP]))]),De.ABW,De.AUDIO,De.AVI,De.CHM,De.CODE,De.CSV,De.DITA,De.EPUB,De.EXCEL,De.FLAC,De.GIF,De.GZIP,De.HTML,De.IMAGE,De.JPEG,De.JSON,De.M4A,De.MOV,De.MP3,De.MP4,De.OGG,De.PDF,De.PNG,De.POWERPOINT,De.RAR,De.STP,De.TEXT,De.UNKNOWN,De.VIDEO,De.WAV,De.WMA,De.WORD,De.XML,De.YAML,De.ZIP;const He={size:o.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:o.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",o.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:o.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",o.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:o.FtCssVariableFactory.extend("--ft-icon-material-font-family","",o.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:o.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},Ge=e.css`
286
+ `}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="",Ur(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))}};v.elementDefinitions={"ft-typography":j};v.styles=hr;G([(0,W.property)()],v.prototype,"text",void 0);G([(0,W.property)({type:Boolean})],v.prototype,"manual",void 0);G([(0,W.property)({type:Boolean})],v.prototype,"inline",void 0);G([(0,W.property)({type:Number})],v.prototype,"delay",void 0);G([(0,W.property)()],v.prototype,"position",void 0);G([(0,W.queryAssignedNodes)()],v.prototype,"slotNodes",void 0);G([(0,W.query)(".ft-tooltip--container")],v.prototype,"container",void 0);G([(0,W.query)(".ft-tooltip")],v.prototype,"tooltip",void 0);G([(0,W.query)(".ft-tooltip--content")],v.prototype,"tooltipContent",void 0);G([(0,W.state)()],v.prototype,"visible",void 0);G([(0,W.eventOptions)({passive:!0})],v.prototype,"onTouch",null);G([(0,W.eventOptions)({passive:!0})],v.prototype,"onHover",null);G([(0,W.eventOptions)({passive:!0})],v.prototype,"onOut",null);G([(0,W.eventOptions)({passive:!0})],v.prototype,"onClick",null);(0,kr.customElement)("ft-tooltip")(v);var Fr=b(P());var ee=b(K()),Nt=b(bt()),Zr=b(P()),Mr=b(Dr());var me;(function(e){e.THUMBS_DOWN="&#xe94d;",e.THUMBS_DOWN_PLAIN="&#xe94e;",e.THUMBS_UP="&#xe94f;",e.THUMBS_UP_PLAIN="&#xe950;",e.STAR="&#xe94c;",e.STAR_PLAIN="&#xe900;",e.DESKTOP="&#xe95e;",e.LIFE_RING="&#xe975;",e.GLOBE="&#xe976;",e.PIGGY_BANK="&#xe977;",e.TABLET_LANDSCAPE="&#xe95f;",e.TABLET_PORTRAIT="&#xe960;",e.MOBILE_LANDSCAPE="&#xe961;",e.MOBILE_PORTRAIT="&#xe962;",e.ARROW_RIGHT_TO_LINE="&#xe95d;",e.THIN_ARROW_UP="&#xe95c;",e.CONTEXTUAL="&#xe95b;",e.CHART_SIMPLE="&#xe968;",e.BARS_PROGRESS="&#xe969;",e.LINE_CHART="&#xe96c;",e.STACKED_CHART="&#xe96d;",e.CHART_BAR_NORMALIZED="&#xe97b;",e.BOOK_OPEN_GEAR="&#xe96a;",e.BOOK_OPEN_GEAR_SLASH="&#xe96b;",e.DIAGRAM_SUNBURST="&#xe963;",e.DIAGRAM_SANKEY="&#xe964;",e.UNSTRUCTURED_DOC="&#xe95a;",e.RESET="&#xe958;",e.THIN_ARROW_LEFT="&#xe956;",e.THIN_ARROW_RIGHT="&#xe957;",e.MY_COLLECTIONS="&#xe955;",e.OFFLINE_SETTINGS="&#xe954;",e.MY_LIBRARY="&#xe959;",e.RATE_PLAIN="&#xe952;",e.RATE="&#xe953;",e.FEEDBACK_PLAIN="&#xe951;",e.PAUSE="&#xe949;",e.PLAY="&#xe94a;",e.RELATIVES_PLAIN="&#xe947;",e.RELATIVES="&#xe948;",e.SHORTCUT_MENU="&#xe946;",e.PRINT="&#xe944;",e.DEFAULT_ROLES="&#xe945;",e.ACCOUNT_SETTINGS="&#xe943;",e.ONLINE="&#xe941;",e.OFFLINE="&#xe816;",e.UPLOAD="&#xe940;",e.BOOK_PLAIN="&#xe93f;",e.SYNC="&#xe93d;",e.SHARED_PBK="&#xe931;",e.COLLECTIONS="&#xe92a;",e.SEARCH_IN_PUBLICATION="&#xe92f;",e.BOOKS="&#xe806;",e.LOCKER="&#xe93b;",e.ARROW_DOWN="&#xe92b;",e.ARROW_LEFT="&#xe92c;",e.ARROW_RIGHT="&#xe92d;",e.ARROW_UP="&#xe92e;",e.SAVE="&#xe93a;",e.MAILS_AND_NOTIFICATIONS="&#xe939;",e.DOT="&#xe936;",e.MINUS="&#xe937;",e.PLUS="&#xe938;",e.FILTERS="&#xe935;",e.STRIPE_ARROW_RIGHT="&#xe934;",e.STRIPE_ARROW_LEFT="&#xe933;",e.ATTACHMENTS="&#xe932;",e.ADD_BOOKMARK="&#xe804;",e.BOOKMARK="&#xe805;",e.EXPORT="&#xe80f;",e.MENU="&#xe807;",e.TAG="&#xe93e;",e.TAG_PLAIN="&#xe942;",e.COPY_TO_CLIPBOARD="&#xe930;",e.COLUMNS="&#xe928;",e.ARTICLE="&#xe927;",e.CLOSE="&#xe909;",e.OCTAGON_XMARK="&#xe97d;",e.CLOSE_PLAIN="&#xe925;",e.CHECK_PLAIN="&#xe926;",e.LOGOUT="&#xe923;",e.SIGN_IN="&#xe922;",e.THIN_ARROW="&#xe921;",e.TRIANGLE_BOTTOM="&#xe91d;",e.TRIANGLE_LEFT="&#xe91e;",e.TRIANGLE_RIGHT="&#xe91f;",e.TRIANGLE_TOP="&#xe920;",e.FACET_HAS_DESCENDANT="&#xe91c;",e.MINUS_PLAIN="&#xe91a;",e.PLUS_PLAIN="&#xe91b;",e.INFO="&#xe919;",e.ICON_EXPAND="&#xe917;",e.ICON_COLLAPSE="&#xe918;",e.ADD_TO_PBK="&#xe800;",e.ALERT="&#xe801;",e.ADD_ALERT="&#xe802;",e.BACK_TO_SEARCH="&#xe803;",e.DOWNLOAD="&#xe808;",e.EDIT="&#xe809;",e.FEEDBACK="&#xe80a;",e.MODIFY_PBK="&#xe80c;",e.SCHEDULED="&#xe80d;",e.SEARCH="&#xe80e;",e.SHARE="&#xe80f1;",e.TOC="&#xe810;",e.WRITE_UGC="&#xe811;",e.TRASH="&#xe812;",e.EXTLINK="&#xe814;",e.EXTLINK_LIGHT="&#xe978;",e.CALENDAR="&#xe815;",e.BOOK="&#xe817;",e.DOWNLOAD_PLAIN="&#xe818;",e.CHECK="&#xe819;",e.TOPICS="&#xe901;",e.EYE="&#xf06e;",e.EYE_SLASH="&#xe970;",e.DISC="&#xe902;",e.CIRCLE="&#xe903;",e.SHARED="&#xe904;",e.SORT_UNSORTED="&#xe905;",e.SORT_UP="&#xe906;",e.SORT_DOWN="&#xe907;",e.WORKING="&#xe908;",e.ZOOM_OUT="&#xe90a;",e.ZOOM_IN="&#xe90b;",e.ZOOM_REALSIZE="&#xe90c;",e.ZOOM_FULLSCREEN="&#xe90d;",e.ADMIN_RESTRICTED="&#xe90e;",e.ADMIN_THEME="&#xe911;",e.WARNING="&#xe913;",e.CONTEXT="&#xe914;",e.SEARCH_HOME="&#xe915;",e.STEPS="&#xe916;",e.HOME="&#xe80b;",e.TRANSLATE="&#xe924;",e.USER="&#xe813;",e.ADMIN="&#xe90f;",e.ANALYTICS="&#xe929;",e.ADMIN_KHUB="&#xe910;",e.ADMIN_USERS="&#xe912;",e.ADMIN_INTEGRATION="&#xe93c;",e.ADMIN_PORTAL="&#xe94b;",e.COMMENT_QUESTION="&#xe965;",e.COMMENT_QUESTION_PLAIN="&#xe966;",e.MESSAGE_BOT="&#xe967;",e.PIP="&#xe973;",e.PIP_WIDE="&#xe974;",e.EXPAND_WIDE="&#xe972;",e.X_MARK="&#xe971;",e.CLONE="&#xe979;",e.CLONE_LINK_SIMPLE="&#xe97a;",e.CONSUMER="&#xe97c;",e.HOURGLASS_HALF="&#xe97e;",e.CLOCK_THREE="&#xe97f;",e.CALENDAR_DAY="&#xe980;",e.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",e.WAND_MAGIC_SPARKLES="&#xe982;",e.PAPER_PLANE="&#xe983;"})(me||(me={}));var f;(function(e){e.UNKNOWN="&#xe90a;",e.ABW="&#xe900;",e.AUDIO="&#xe901;",e.AVI="&#xe902;",e.CHM="&#xe904;",e.CODE="&#xe905;",e.CSV="&#xe903;",e.DITA="&#xe906;",e.EPUB="&#xe907;",e.EXCEL="&#xe908;",e.FLAC="&#xe909;",e.GIF="&#xe90b;",e.GZIP="&#xe90c;",e.HTML="&#xe90d;",e.IMAGE="&#xe90e;",e.JPEG="&#xe90f;",e.JSON="&#xe910;",e.M4A="&#xe911;",e.MOV="&#xe912;",e.MP3="&#xe913;",e.MP4="&#xe914;",e.OGG="&#xe915;",e.PDF="&#xe916;",e.PNG="&#xe917;",e.POWERPOINT="&#xe918;",e.RAR="&#xe91a;",e.STP="&#xe91b;",e.TEXT="&#xe91c;",e.VIDEO="&#xe91e;",e.WAV="&#xe91f;",e.WMA="&#xe920;",e.WORD="&#xe921;",e.XML="&#xe922;",e.YAML="&#xe919;",e.ZIP="&#xe923;"})(f||(f={}));var ss=new Map([...["abw"].map(e=>[e,f.ABW]),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map(e=>[e,f.AUDIO]),...["avi"].map(e=>[e,f.AVI]),...["chm","xhs"].map(e=>[e,f.CHM]),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map(e=>[e,f.CODE]),...["csv"].map(e=>[e,f.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,f.DITA]),...["epub"].map(e=>[e,f.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,f.EXCEL]),...["flac"].map(e=>[e,f.FLAC]),...["gif"].map(e=>[e,f.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,f.GZIP]),...["html","htm","xhtml"].map(e=>[e,f.HTML]),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map(e=>[e,f.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,f.JPEG]),...["json"].map(e=>[e,f.JSON]),...["m4a","m4p"].map(e=>[e,f.M4A]),...["mov","qt"].map(e=>[e,f.MOV]),...["mp3"].map(e=>[e,f.MP3]),...["mp4","m4v"].map(e=>[e,f.MP4]),...["ogg","oga"].map(e=>[e,f.OGG]),...["pdf","ps"].map(e=>[e,f.PDF]),...["png"].map(e=>[e,f.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,f.POWERPOINT]),...["rar"].map(e=>[e,f.RAR]),...["stp"].map(e=>[e,f.STP]),...["txt","rtf","md","mdown"].map(e=>[e,f.TEXT]),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map(e=>[e,f.VIDEO]),...["wav"].map(e=>[e,f.WAV]),...["wma"].map(e=>[e,f.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,f.WORD]),...["xml","xsl","rdf"].map(e=>[e,f.XML]),...["yaml","yml","x-yaml"].map(e=>[e,f.YAML]),...["zip"].map(e=>[e,f.ZIP])]);var ps={[f.ABW]:"#91ABC6",[f.AUDIO]:"#1795E3",[f.AVI]:"#E63324",[f.CHM]:"#71C3EB",[f.CODE]:"#71C3EB",[f.CSV]:"#1F7345",[f.DITA]:"#71C3EB",[f.EPUB]:"#85B926",[f.EXCEL]:"#1F7345",[f.FLAC]:"#1795E3",[f.GIF]:"#59B031",[f.GZIP]:"#F8AB36",[f.HTML]:"#71C3EB",[f.IMAGE]:"#59B031",[f.JPEG]:"#59B031",[f.JSON]:"#71C3EB",[f.M4A]:"#1795E3",[f.MOV]:"#E63324",[f.MP3]:"#1795E3",[f.MP4]:"#E63324",[f.OGG]:"#1795E3",[f.PDF]:"#E44948",[f.PNG]:"#59B031",[f.POWERPOINT]:"#B54A2B",[f.RAR]:"#F8AB36",[f.STP]:"#3764B1",[f.TEXT]:"#3162AB",[f.UNKNOWN]:"#999999",[f.VIDEO]:"#E63324",[f.WAV]:"#1795E3",[f.WMA]:"#1795E3",[f.WORD]:"#3162AB",[f.XML]:"#71C3EB",[f.YAML]:"#71C3EB",[f.ZIP]:"#F8AB36"};var Gr=b(K()),st=b(P()),q={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")},Kr=Gr.css`
295
287
  :host, i.ft-icon {
296
288
  display: inline-flex;
297
289
  align-items: center;
@@ -300,14 +292,14 @@ const Q=Symbol.for(""),tt=t=>{if(t?.r===Q)return t?._$litStatic$},ot=t=>({_$litS
300
292
  }
301
293
 
302
294
  :host {
303
- width: ${He.size};
304
- height: ${He.size};
295
+ width: ${q.size};
296
+ height: ${q.size};
305
297
  }
306
298
 
307
299
  i.ft-icon {
308
300
  width: 100%;
309
301
  height: 100%;
310
- font-size: ${He.size};
302
+ font-size: ${q.size};
311
303
  line-height: 1;
312
304
  font-weight: normal;
313
305
  text-transform: none;
@@ -318,33 +310,33 @@ const Q=Symbol.for(""),tt=t=>{if(t?.r===Q)return t?._$litStatic$},ot=t=>({_$litS
318
310
  text-rendering: auto;
319
311
  -webkit-font-smoothing: antialiased;
320
312
  -moz-osx-font-smoothing: grayscale;
321
- vertical-align: ${He.verticalAlign};
313
+ vertical-align: ${q.verticalAlign};
322
314
  }
323
315
 
324
316
  i.ft-icon.ft-icon--fluid-topics {
325
- font-family: ${He.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
317
+ font-family: ${q.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
326
318
 
327
319
  /* Ugly fix because font is broken */
328
- font-size: calc(0.75 * ${He.size});
329
- line-height: ${He.size};
320
+ font-size: calc(0.75 * ${q.size});
321
+ line-height: ${q.size};
330
322
  position: relative;
331
323
  top: -4%;
332
324
  justify-content: center;
333
325
  }
334
326
 
335
327
  .ft-icon--file-format {
336
- font-family: ${He.fileFormatFontFamily}, ft-mime, sans-serif;
328
+ font-family: ${q.fileFormatFontFamily}, ft-mime, sans-serif;
337
329
  }
338
330
 
339
331
  .ft-icon--material {
340
- font-family: ${He.materialFontFamily}, "Material Icons", sans-serif;
332
+ font-family: ${q.materialFontFamily}, "Material Icons", sans-serif;
341
333
  }
342
- `;var je;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(je||(je={}));var Pe=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class Me extends o.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=e.nothing}render(){const t=this.variant&&Object.values(je).includes(this.variant)?this.variant:je.fluid_topics,o=t!==je.material||!!this.value;return e.html`
343
- <i class="ft-icon ft-icon--${t}" part="icon icon-${t}">
344
- ${a.unsafeHTML(this.resolvedIcon)}
345
- <slot ?hidden=${o}></slot>
334
+ `;var mt;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(mt||(mt={}));var ue=function(e,o,n,i){var a=arguments.length,s=a<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,o,n,i);else for(var p=e.length-1;p>=0;p--)(c=e[p])&&(s=(a<3?c(s):a>3?c(o,n,s):c(o,n))||s);return a>3&&s&&Object.defineProperty(o,n,s),s},F=class extends Zr.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=ee.nothing}render(){let o=this.variant&&Object.values(mt).includes(this.variant)?this.variant:mt.fluid_topics,n=o!==mt.material||!!this.value;return ee.html`
335
+ <i class="ft-icon ft-icon--${o}" part="icon icon-${o}">
336
+ ${(0,Mr.unsafeHTML)(this.resolvedIcon)}
337
+ <slot ?hidden=${n}></slot>
346
338
  </i>
347
- `}get textContent(){var t,o;return null!==(o=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==o?o:""}update(t){super.update(t),["value","variant"].some((o=>t.has(o)))&&this.resolveIcon()}resolveIcon(){var t,o;let r=this.value||this.textContent;switch(this.variant){case je.file_format:this.resolvedIcon=null!==(t=De[r.replace("-","_").toUpperCase()])&&void 0!==t?t:r;break;case je.material:this.resolvedIcon=this.value||e.nothing;break;default:this.resolvedIcon=null!==(o=Fe[r.replace("-","_").toUpperCase()])&&void 0!==o?o:r}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}Me.elementDefinitions={},Me.styles=Ge,Pe([r.property()],Me.prototype,"variant",void 0),Pe([r.property()],Me.prototype,"value",void 0),Pe([r.state()],Me.prototype,"resolvedIcon",void 0),Pe([r.query("slot")],Me.prototype,"slottedContent",void 0),o.customElement("ft-icon")(Me);const Te={textColor:o.FtCssVariableFactory.extend("--ft-switch-text-color","",o.designSystemVariables.colorOnSurfaceHigh),backgroundColor:o.FtCssVariableFactory.extend("--ft-switch-background-color","",o.designSystemVariables.colorSurface),selectedTextColor:o.FtCssVariableFactory.extend("--ft-switch-selected-text-color","",o.designSystemVariables.colorPrimary),selectedBackgroundColor:o.FtCssVariableFactory.extend("--ft-switch-selected-background-color","",o.designSystemVariables.colorPrimary),borderColor:o.FtCssVariableFactory.extend("--ft-switch-border-color","",o.designSystemVariables.colorOutline),borderRadius:o.FtCssVariableFactory.extend("--ft-switch-border-radius","",o.designSystemVariables.borderRadiusL),fontSize:o.FtCssVariableFactory.extend("--ft-switch-font-size","",go.fontSize),iconSize:o.FtCssVariableFactory.create("--ft-switch-icon-size","","SIZE","24px"),iconColor:o.FtCssVariableFactory.extend("--ft-switch-text-color","",o.designSystemVariables.colorOnSurfaceMedium),rippleColor:o.FtCssVariableFactory.extend("--ft-switch-ripple-color","",o.designSystemVariables.colorPrimary),outlineColor:o.FtCssVariableFactory.extend("--ft-switch-outline-color","",o.designSystemVariables.colorPrimary)},Ye={borderRadiusLeft:o.FtCssVariableFactory.extend("--ft-switch-option-border-radius-left","",o.designSystemVariables.borderRadiusL),borderRadiusRight:o.FtCssVariableFactory.extend("--ft-switch-option-border-radius-right","",o.designSystemVariables.borderRadiusL),borderWidthLeft:o.FtCssVariableFactory.create("--ft-switch-option-border-width-left","","SIZE","1px"),borderWidthRight:o.FtCssVariableFactory.create("--ft-switch-option-border-width-right","","SIZE","1px"),borderWidthVertical:o.FtCssVariableFactory.create("--ft-switch-option-border-width-vertical","","SIZE","1px")},_e=e.css`
339
+ `}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 mt.file_format:this.resolvedIcon=(o=f[i.replace("-","_").toUpperCase()])!==null&&o!==void 0?o:i;break;case mt.material:this.resolvedIcon=this.value||ee.nothing;break;default:this.resolvedIcon=(n=me[i.replace("-","_").toUpperCase()])!==null&&n!==void 0?n:i;break}}firstUpdated(o){super.firstUpdated(o),setTimeout(()=>this.resolveIcon())}};F.elementDefinitions={};F.styles=Kr;ue([(0,Nt.property)()],F.prototype,"variant",void 0);ue([(0,Nt.property)()],F.prototype,"value",void 0);ue([(0,Nt.state)()],F.prototype,"resolvedIcon",void 0);ue([(0,Nt.query)("slot")],F.prototype,"slottedContent",void 0);(0,Fr.customElement)("ft-icon")(F);var Vr=b(K()),k=b(P());var N=b(P());var $={textColor:N.FtCssVariableFactory.extend("--ft-switch-text-color","",N.designSystemVariables.colorOnSurfaceHigh),backgroundColor:N.FtCssVariableFactory.extend("--ft-switch-background-color","",N.designSystemVariables.colorSurface),selectedTextColor:N.FtCssVariableFactory.extend("--ft-switch-selected-text-color","",N.designSystemVariables.colorPrimary),selectedBackgroundColor:N.FtCssVariableFactory.extend("--ft-switch-selected-background-color","",N.designSystemVariables.colorPrimary),borderColor:N.FtCssVariableFactory.extend("--ft-switch-border-color","",N.designSystemVariables.colorOutline),borderRadius:N.FtCssVariableFactory.extend("--ft-switch-border-radius","",N.designSystemVariables.borderRadiusL),fontSize:N.FtCssVariableFactory.extend("--ft-switch-font-size","",Y.fontSize),iconSize:N.FtCssVariableFactory.create("--ft-switch-icon-size","","SIZE","24px"),iconColor:N.FtCssVariableFactory.extend("--ft-switch-text-color","",N.designSystemVariables.colorOnSurfaceMedium),rippleColor:N.FtCssVariableFactory.extend("--ft-switch-ripple-color","",N.designSystemVariables.colorPrimary),outlineColor:N.FtCssVariableFactory.extend("--ft-switch-outline-color","",N.designSystemVariables.colorPrimary)};var I={borderRadiusLeft:k.FtCssVariableFactory.extend("--ft-switch-option-border-radius-left","",k.designSystemVariables.borderRadiusL),borderRadiusRight:k.FtCssVariableFactory.extend("--ft-switch-option-border-radius-right","",k.designSystemVariables.borderRadiusL),borderWidthLeft:k.FtCssVariableFactory.create("--ft-switch-option-border-width-left","","SIZE","1px"),borderWidthRight:k.FtCssVariableFactory.create("--ft-switch-option-border-width-right","","SIZE","1px"),borderWidthVertical:k.FtCssVariableFactory.create("--ft-switch-option-border-width-vertical","","SIZE","1px")},Yr=Vr.css`
348
340
  .ft-switch-option {
349
341
  position: relative;
350
342
  display: inline-block;
@@ -358,20 +350,20 @@ const Q=Symbol.for(""),tt=t=>{if(t?.r===Q)return t?._$litStatic$},ot=t=>({_$litS
358
350
  }
359
351
 
360
352
  .ft-switch-option--content {
361
- --ft-switch-option-internal-line-height: calc(${Te.fontSize} + 2px);
362
- --ft-switch-option-internal-content-height: max(var(--ft-switch-option-internal-line-height), ${Te.iconSize});
353
+ --ft-switch-option-internal-line-height: calc(${$.fontSize} + 2px);
354
+ --ft-switch-option-internal-content-height: max(var(--ft-switch-option-internal-line-height), ${$.iconSize});
363
355
 
364
356
  border-style: solid;
365
- border-color: ${Te.borderColor};
366
- border-width: ${Ye.borderWidthVertical} ${Ye.borderWidthRight} ${Ye.borderWidthVertical} ${Ye.borderWidthLeft};
367
- border-radius: ${Ye.borderRadiusLeft} ${Ye.borderRadiusRight} ${Ye.borderRadiusRight} ${Ye.borderRadiusLeft};
357
+ border-color: ${$.borderColor};
358
+ border-width: ${I.borderWidthVertical} ${I.borderWidthRight} ${I.borderWidthVertical} ${I.borderWidthLeft};
359
+ border-radius: ${I.borderRadiusLeft} ${I.borderRadiusRight} ${I.borderRadiusRight} ${I.borderRadiusLeft};
368
360
  display: flex;
369
361
  align-items: center;
370
362
  justify-content: center;
371
363
  overflow: hidden;
372
- ${o.setVariable(He.size,Te.iconSize)};
364
+ ${(0,k.setVariable)(q.size,$.iconSize)};
373
365
  padding: var(--ft-switch-internal-vertical-padding, 6px) var(--ft-switch-internal-horizontal-padding, 8px);
374
- background-color: ${Te.backgroundColor};
366
+ background-color: ${$.backgroundColor};
375
367
  -webkit-mask-image: radial-gradient(white, black);
376
368
  }
377
369
 
@@ -380,28 +372,28 @@ const Q=Symbol.for(""),tt=t=>{if(t?.r===Q)return t?._$litStatic$},ot=t=>({_$litS
380
372
  }
381
373
 
382
374
  .ft-switch-option--selected .ft-switch-option--content:before {
383
- background-color: ${Te.selectedBackgroundColor};
384
- border-radius: ${Ye.borderRadiusLeft} ${Ye.borderRadiusRight} ${Ye.borderRadiusRight} ${Ye.borderRadiusLeft};
375
+ background-color: ${$.selectedBackgroundColor};
376
+ border-radius: ${I.borderRadiusLeft} ${I.borderRadiusRight} ${I.borderRadiusRight} ${I.borderRadiusLeft};
385
377
  position: absolute;
386
378
  inset: 0;
387
379
  content: "";
388
380
  z-index: 1;
389
- opacity: ${o.designSystemVariables.opacityPrimaryOnSurfaceSelected};
381
+ opacity: ${k.designSystemVariables.opacityPrimaryOnSurfaceSelected};
390
382
  }
391
383
 
392
384
  .ft-switch-option--label {
393
- color: ${Te.textColor};
385
+ color: ${$.textColor};
394
386
  overflow: hidden;
395
387
  white-space: nowrap;
396
388
  text-overflow: ellipsis;
397
389
  display: block;
398
390
  margin: 0 8px;
399
- ${o.setVariable(go.fontSize,Te.fontSize)};
400
- ${o.setVariable(go.lineHeight,"var(--ft-switch-option-internal-content-height)")}
391
+ ${(0,k.setVariable)(Y.fontSize,$.fontSize)};
392
+ ${(0,k.setVariable)(Y.lineHeight,"var(--ft-switch-option-internal-content-height)")}
401
393
  }
402
394
 
403
395
  .ft-switch-option--selected .ft-switch-option--label {
404
- color: ${Te.selectedTextColor};
396
+ color: ${$.selectedTextColor};
405
397
  }
406
398
 
407
399
  .ft-switch-option--label[hidden] {
@@ -409,7 +401,7 @@ const Q=Symbol.for(""),tt=t=>{if(t?.r===Q)return t?._$litStatic$},ot=t=>({_$litS
409
401
  }
410
402
 
411
403
  .ft-switch-option--ripple {
412
- ${o.setVariable(l.color,Te.rippleColor)};
404
+ ${(0,k.setVariable)(ot.color,$.rippleColor)};
413
405
  }
414
406
 
415
407
  ft-icon, ft-ripple, ft-typography {
@@ -422,20 +414,20 @@ const Q=Symbol.for(""),tt=t=>{if(t?.r===Q)return t?._$litStatic$},ot=t=>({_$litS
422
414
 
423
415
  ft-icon {
424
416
  flex-shrink: 0;
425
- color: ${Te.iconColor};
417
+ color: ${$.iconColor};
426
418
  }
427
419
 
428
420
  .ft-switch-option--selected ft-icon {
429
- color: ${Te.selectedTextColor};
421
+ color: ${$.selectedTextColor};
430
422
  }
431
- `;var Ve=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class Xe extends CustomEvent{constructor(t){super("option-change-by-user",{detail:t,bubbles:!0,composed:!0})}}class qe extends CustomEvent{constructor(t){super("option-change",{detail:t,bubbles:!0,composed:!0})}}class Je extends o.FtLitElement{constructor(){super(...arguments),this.value="",this.label="",this.tooltipPosition="bottom",this.selected=!1,this.trailingIcon=!1,this.unselectable=!1}focus(){this.input.focus()}update(t){super.update(t),t.has("selected")&&this.dispatchEvent(new qe(this.selected))}render(){const t={"ft-switch-option":!0,"ft-switch-option--trailing-icon":this.trailingIcon,"ft-switch-option--selected":this.selected};return this.addTooltip(e.html`
432
- <label part="label" for="input" class=${i.classMap(t)}
423
+ `;var et=function(e,o,n,i){var a=arguments.length,s=a<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,o,n,i);else for(var p=e.length-1;p>=0;p--)(c=e[p])&&(s=(a<3?c(s):a>3?c(o,n,s):c(o,n))||s);return a>3&&s&&Object.defineProperty(o,n,s),s},ke=class extends CustomEvent{constructor(o){super("option-change-by-user",{detail:o,bubbles:!0,composed:!0})}},He=class extends CustomEvent{constructor(o){super("option-change",{detail:o,bubbles:!0,composed:!0})}},T=class extends Dt.FtLitElement{constructor(){super(...arguments),this.value="",this.label="",this.tooltipPosition="bottom",this.selected=!1,this.trailingIcon=!1,this.unselectable=!1}focus(){this.input.focus()}update(o){super.update(o),o.has("selected")&&this.dispatchEvent(new He(this.selected))}render(){let o={"ft-switch-option":!0,"ft-switch-option--trailing-icon":this.trailingIcon,"ft-switch-option--selected":this.selected};return this.addTooltip(Ht.html`
424
+ <label part="label" for="input" class=${(0,jr.classMap)(o)}
433
425
  @click=${this.onChange}>
434
426
  <div class="ft-switch-option--content">
435
427
  <ft-ripple part="ripple" class="ft-switch-option--ripple"></ft-ripple>
436
428
  <ft-typography part="text"
437
429
  variant="button"
438
- class="ft-switch-option--label ${o.isSafari?"ft-safari-ellipsis-fix":""}"
430
+ class="ft-switch-option--label ${Dt.isSafari?"ft-safari-ellipsis-fix":""}"
439
431
  ?hidden=${!this.hasTextContent()}>
440
432
  <slot @slotchange=${this.onSlotchange}></slot>
441
433
  </ft-typography>
@@ -444,29 +436,29 @@ const Q=Symbol.for(""),tt=t=>{if(t?.r===Q)return t?._$litStatic$},ot=t=>({_$litS
444
436
  </label>
445
437
  <input id="input" type="radio" class="ft-switch-option--input"
446
438
  .checked=${this.selected}>
447
- `)}addTooltip(t){return this.hasTextContent()||0===this.getLabel().trim().length?t:e.html`
439
+ `)}addTooltip(o){return this.hasTextContent()||this.getLabel().trim().length===0?o:Ht.html`
448
440
  <ft-tooltip part="tooltip"
449
441
  text="${this.getLabel()}"
450
442
  position="${this.tooltipPosition}">
451
- ${t}
443
+ ${o}
452
444
  </ft-tooltip>
453
- `}onChange(){this.selected=!this.unselectable||!this.selected,this.dispatchEvent(new Xe(this.selected))}getLabel(){return this.label||this.textContent}resolveIcon(){return this.icon?e.html`
445
+ `}onChange(){this.selected=this.unselectable?!this.selected:!0,this.dispatchEvent(new ke(this.selected))}getLabel(){return this.label||this.textContent}resolveIcon(){return this.icon?Ht.html`
454
446
  <ft-icon part="icon" .variant=${this.iconVariant} .value=${this.icon}></ft-icon>
455
- `:e.nothing}get textContent(){var t,o;return null!==(o=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==o?o:""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}}Je.elementDefinitions={"ft-ripple":b,"ft-typography":Wo,"ft-tooltip":Ae,"ft-icon":Me},Je.styles=[o.safariEllipsisFix,_e],Ve([r.property()],Je.prototype,"value",void 0),Ve([r.property()],Je.prototype,"icon",void 0),Ve([r.property()],Je.prototype,"iconVariant",void 0),Ve([r.property()],Je.prototype,"label",void 0),Ve([r.property()],Je.prototype,"tooltipPosition",void 0),Ve([r.property({type:Boolean,reflect:!0})],Je.prototype,"selected",void 0),Ve([r.property({type:Boolean})],Je.prototype,"trailingIcon",void 0),Ve([r.property({type:Boolean})],Je.prototype,"unselectable",void 0),Ve([r.query(".ft-switch-option--content slot")],Je.prototype,"slottedContent",void 0),Ve([r.query(".ft-switch-option--input")],Je.prototype,"input",void 0);var Qe=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class tr extends CustomEvent{constructor(t){super("change",{detail:t})}}class or extends o.FtLitElement{constructor(){super(...arguments),this.dense=!1,this.unselectable=!1,this.options=[]}get value(){var t;return null===(t=this.selectedOption)||void 0===t?void 0:t.value}update(t){super.update(t),t.has("selectedOption")&&this.updateOptions(),t.has("unselectable")&&this.options.forEach((t=>t.unselectable=this.unselectable))}render(){const t={"ft-switch":!0,"ft-switch--dense":this.dense};return e.html`
456
- <div @keydown=${this.onKeyDown} tabindex="0" class="${i.classMap(t)}">
447
+ `:Ht.nothing}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()}};T.elementDefinitions={"ft-ripple":C,"ft-typography":j,"ft-tooltip":v,"ft-icon":F};T.styles=[Dt.safariEllipsisFix,Yr];et([(0,V.property)()],T.prototype,"value",void 0);et([(0,V.property)()],T.prototype,"icon",void 0);et([(0,V.property)()],T.prototype,"iconVariant",void 0);et([(0,V.property)()],T.prototype,"label",void 0);et([(0,V.property)()],T.prototype,"tooltipPosition",void 0);et([(0,V.property)({type:Boolean,reflect:!0})],T.prototype,"selected",void 0);et([(0,V.property)({type:Boolean})],T.prototype,"trailingIcon",void 0);et([(0,V.property)({type:Boolean})],T.prototype,"unselectable",void 0);et([(0,V.query)(".ft-switch-option--content slot")],T.prototype,"slottedContent",void 0);et([(0,V.query)(".ft-switch-option--input")],T.prototype,"input",void 0);var oe=function(e,o,n,i){var a=arguments.length,s=a<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")s=Reflect.decorate(e,o,n,i);else for(var p=e.length-1;p>=0;p--)(c=e[p])&&(s=(a<3?c(s):a>3?c(o,n,s):c(o,n))||s);return a>3&&s&&Object.defineProperty(o,n,s),s},De=class extends CustomEvent{constructor(o){super("change",{detail:o})}},J=class extends pt.FtLitElement{constructor(){super(...arguments),this.dense=!1,this.unselectable=!1,this.options=[]}get value(){var o;return(o=this.selectedOption)===null||o===void 0?void 0:o.value}update(o){super.update(o),o.has("selectedOption")&&this.updateOptions(),o.has("unselectable")&&this.options.forEach(n=>n.unselectable=this.unselectable)}render(){let o={"ft-switch":!0,"ft-switch--dense":this.dense};return be.html`
448
+ <div @keydown=${this.onKeyDown} tabindex="0" class="${(0,Xr.classMap)(o)}">
457
449
  <slot @slotchange=${this.onSlotchange}
458
450
  @option-change=${this.onOptionChangeByScript}
459
451
  @option-change-by-user=${this.onOptionChangeByUser}
460
452
  ></slot>
461
453
  </div>
462
- `}onKeyDown(t){let o;"ArrowDown"!=t.key&&"ArrowRight"!=t.key||(o=this.selectedOption?this.options.indexOf(this.selectedOption)+1:0),"ArrowUp"!=t.key&&"ArrowLeft"!=t.key||(o=this.selectedOption?this.options.indexOf(this.selectedOption)-1:this.options.length-1),null!=o&&(t.preventDefault(),this.options[this.fixIndex(o)].selected=!0)}fixIndex(t){return t<0?this.options.length-1:t>this.options.length-1?0:t}onSlotchange(){var t;this.options=[],null===(t=this.slottedContent)||void 0===t||t.assignedElements().forEach((t=>{t instanceof Je&&this.registerOption(t)})),this.selectedOption=this.options.find((t=>t.selected))}registerOption(t){t.setAttribute("tabindex","-1"),t.unselectable=this.unselectable,this.options.push(t)}onOptionChangeByScript(t){t.stopPropagation();let o=t.target;this.onOptionChange(o)}onOptionChangeByUser(t){var o;t.stopPropagation(),this.onOptionChange(t.target),this.dispatchEvent(new tr(null===(o=this.selectedOption)||void 0===o?void 0:o.value))}onOptionChange(t){t.selected?this.selectedOption=t:this.selectedOption=this.options.find((t=>t.selected))}private(t){t.selected?this.selectedOption=t:this.selectedOption=this.options.find((t=>t.selected))}focus(){this.ftSwitchDiv.focus()}updateOptions(){this.options.forEach((t=>{t.selected=t===this.selectedOption}))}}or.elementDefinitions={},or.styles=e.css`
454
+ `}onKeyDown(o){let n;(o.key=="ArrowDown"||o.key=="ArrowRight")&&(n=this.selectedOption?this.options.indexOf(this.selectedOption)+1:0),(o.key=="ArrowUp"||o.key=="ArrowLeft")&&(n=this.selectedOption?this.options.indexOf(this.selectedOption)-1:this.options.length-1),n!=null&&(o.preventDefault(),this.options[this.fixIndex(n)].selected=!0)}fixIndex(o){return o<0?this.options.length-1:o>this.options.length-1?0:o}onSlotchange(){var o;this.options=[],(o=this.slottedContent)===null||o===void 0||o.assignedElements().forEach(n=>{n instanceof T&&this.registerOption(n)}),this.selectedOption=this.options.find(n=>n.selected)}registerOption(o){o.setAttribute("tabindex","-1"),o.unselectable=this.unselectable,this.options.push(o)}onOptionChangeByScript(o){o.stopPropagation();let n=o.target;this.onOptionChange(n)}onOptionChangeByUser(o){var n;o.stopPropagation(),this.onOptionChange(o.target),this.dispatchEvent(new De((n=this.selectedOption)===null||n===void 0?void 0:n.value))}onOptionChange(o){o.selected?this.selectedOption=o:this.selectedOption=this.options.find(n=>n.selected)}private(o){o.selected?this.selectedOption=o:this.selectedOption=this.options.find(n=>n.selected)}focus(){this.ftSwitchDiv.focus()}updateOptions(){this.options.forEach(o=>{o.selected=o===this.selectedOption})}};J.elementDefinitions={};J.styles=be.css`
463
455
  :host {
464
456
  display: inline-block;
465
457
  }
466
458
 
467
459
  .ft-switch {
468
- border-radius: ${Te.borderRadius};
469
- outline-color: ${Te.outlineColor};
460
+ border-radius: ${$.borderRadius};
461
+ outline-color: ${$.outlineColor};
470
462
  }
471
463
 
472
464
  .ft-switch slot {
@@ -475,22 +467,38 @@ const Q=Symbol.for(""),tt=t=>{if(t?.r===Q)return t?._$litStatic$},ot=t=>({_$litS
475
467
  }
476
468
 
477
469
  .ft-switch slot::slotted(ft-switch-option) {
478
- ${o.setVariable(Ye.borderRadiusLeft,"0")};
479
- ${o.setVariable(Ye.borderRadiusRight,"0")};
480
- ${o.setVariable(Ye.borderWidthLeft,"0")};
470
+ ${(0,pt.setVariable)(I.borderRadiusLeft,"0")};
471
+ ${(0,pt.setVariable)(I.borderRadiusRight,"0")};
472
+ ${(0,pt.setVariable)(I.borderWidthLeft,"0")};
481
473
  }
482
474
 
483
475
  .ft-switch slot::slotted(ft-switch-option:first-child) {
484
- ${o.setVariable(Ye.borderRadiusLeft,Te.borderRadius)};
485
- ${o.setVariable(Ye.borderWidthLeft,"1px")};
476
+ ${(0,pt.setVariable)(I.borderRadiusLeft,$.borderRadius)};
477
+ ${(0,pt.setVariable)(I.borderWidthLeft,"1px")};
486
478
  }
487
479
 
488
480
  .ft-switch slot::slotted(ft-switch-option:last-child) {
489
- ${o.setVariable(Ye.borderRadiusRight,Te.borderRadius)};
481
+ ${(0,pt.setVariable)(I.borderRadiusRight,$.borderRadius)};
490
482
  }
491
483
 
492
484
  .ft-switch--dense slot::slotted(ft-switch-option) {
493
485
  --ft-switch-internal-vertical-padding: 2px;
494
486
  --ft-switch-internal-horizontal-padding: 4px;
495
487
  }
496
- `,Qe([r.property({type:Boolean})],or.prototype,"dense",void 0),Qe([r.property({type:Boolean})],or.prototype,"unselectable",void 0),Qe([r.query(".ft-switch slot")],or.prototype,"slottedContent",void 0),Qe([r.state()],or.prototype,"selectedOption",void 0),Qe([r.query(".ft-switch")],or.prototype,"ftSwitchDiv",void 0),o.customElement("ft-switch")(or),o.customElement("ft-switch-option")(Je),t.FtSwitch=or,t.FtSwitchChange=tr,t.FtSwitchCssVariables=Te,t.FtSwitchOption=Je,t.FtSwitchOptionCssVariables=Ye,t.SwitchOptionChange=qe,t.SwitchOptionChangeByUser=Xe,t.optionStyles=_e}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators,ftGlobals.litClassMap,ftGlobals.litUnsafeHTML);
488
+ `;oe([(0,ut.property)({type:Boolean})],J.prototype,"dense",void 0);oe([(0,ut.property)({type:Boolean})],J.prototype,"unselectable",void 0);oe([(0,ut.query)(".ft-switch slot")],J.prototype,"slottedContent",void 0);oe([(0,ut.state)()],J.prototype,"selectedOption",void 0);oe([(0,ut.query)(".ft-switch")],J.prototype,"ftSwitchDiv",void 0);(0,Ge.customElement)("ft-switch")(J);(0,Ge.customElement)("ft-switch-option")(T);})();
489
+ /*! Bundled license information:
490
+
491
+ lit-html/lit-html.js:
492
+ (**
493
+ * @license
494
+ * Copyright 2017 Google LLC
495
+ * SPDX-License-Identifier: BSD-3-Clause
496
+ *)
497
+
498
+ lit-html/static.js:
499
+ (**
500
+ * @license
501
+ * Copyright 2020 Google LLC
502
+ * SPDX-License-Identifier: BSD-3-Clause
503
+ *)
504
+ */