@fluid-topics/ft-tabs 1.1.3 → 1.1.5

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.
@@ -5,7 +5,7 @@
5
5
  }
6
6
  </style>
7
7
  <slot></slot>
8
- `}update(t){super.update(t),this.id||(this.id="tab-"+this.uniqueId),this.ariaLabelledBy=this.id+"-control"}updated(t){super.updated(t),this.dispatchEvent(new Event("updated"))}}c.elementDefinitions={},l([r.property({type:String})],c.prototype,"label",void 0),l([r.property({type:String})],c.prototype,"icon",void 0),l([r.property()],c.prototype,"iconVariant",void 0),l([r.property({type:Boolean,reflect:!0})],c.prototype,"active",void 0),l([r.property({type:Boolean})],c.prototype,"disabled",void 0),l([r.property({reflect:!0})],c.prototype,"id",void 0),l([r.property()],c.prototype,"color",void 0),l([r.property()],c.prototype,"rippleColor",void 0),l([r.property({reflect:!0,attribute:"aria-labelledby"})],c.prototype,"ariaLabelledBy",void 0);const p=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorContent),s=p,f=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",p),h=o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),d=o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),g=o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),y=o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),b=o.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px"),u=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorPrimary),m=u,x=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",u),O=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorSecondary),N=O,v=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",O),S=e.css`
8
+ `}update(t){super.update(t),this.id||(this.id="tab-"+this.uniqueId),this.ariaLabelledBy=this.id+"-control"}updated(t){super.updated(t),this.dispatchEvent(new Event("updated"))}}c.elementDefinitions={},l([r.property({type:String})],c.prototype,"label",void 0),l([r.property({type:String})],c.prototype,"icon",void 0),l([r.property()],c.prototype,"iconVariant",void 0),l([r.property({type:Boolean,reflect:!0})],c.prototype,"active",void 0),l([r.property({type:Boolean})],c.prototype,"disabled",void 0),l([r.property({reflect:!0})],c.prototype,"id",void 0),l([r.property()],c.prototype,"color",void 0),l([r.property()],c.prototype,"rippleColor",void 0),l([r.property({reflect:!0,attribute:"aria-labelledby"})],c.prototype,"ariaLabelledBy",void 0);const p=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorContent),f=p,s=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",p),d=o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),h=o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),y=o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),g=o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),b=o.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px"),u=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorPrimary),m=u,x=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",u),O=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorSecondary),N=O,v=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",O),S=e.css`
9
9
  :host {
10
10
  display: contents;
11
11
  }
@@ -52,11 +52,11 @@
52
52
  }
53
53
 
54
54
  .ft-ripple .ft-ripple--background {
55
- background-color: ${f};
55
+ background-color: ${s};
56
56
  }
57
57
 
58
58
  .ft-ripple .ft-ripple--effect {
59
- background-color: ${s};
59
+ background-color: ${f};
60
60
  }
61
61
 
62
62
  .ft-ripple.ft-ripple--secondary .ft-ripple--background {
@@ -102,22 +102,22 @@
102
102
  }
103
103
 
104
104
  .ft-ripple.ft-ripple--hovered .ft-ripple--background {
105
- opacity: ${d};
105
+ opacity: ${h};
106
106
  }
107
107
 
108
108
  .ft-ripple.ft-ripple--selected .ft-ripple--background {
109
- opacity: ${y};
109
+ opacity: ${g};
110
110
  }
111
111
 
112
112
  .ft-ripple.ft-ripple--focused .ft-ripple--background {
113
- opacity: ${g};
113
+ opacity: ${y};
114
114
  }
115
115
 
116
116
  .ft-ripple.ft-ripple--pressed .ft-ripple--effect {
117
- opacity: ${h};
117
+ opacity: ${d};
118
118
  transform: translate(-50%, -50%) scale(1);
119
119
  }
120
- `;var C=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class w extends o.FtLitElement{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new o.Debouncer(1e3),this.onTransitionStart=t=>{"transform"===t.propertyName&&(this.rippling=this.pressed,this.debouncer.run((()=>this.rippling=!1)))},this.onTransitionEnd=t=>{"transform"===t.propertyName&&(this.rippling=!1)},this.setupDebouncer=new o.Debouncer(10),this.moveRipple=t=>{var o,e;let{x:r,y:a}=this.getCoordinates(t),i=null!==(e=null===(o=this.ripple)||void 0===o?void 0:o.getBoundingClientRect())&&void 0!==e?e:{x:0,y:0,width:0,height:0};this.originX=Math.round(null!=r?r-i.x:i.width/2),this.originY=Math.round(null!=a?a-i.y:i.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(null==t?void 0:t.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return e.html`
120
+ `;var w=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class C extends o.FtLitElement{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new o.Debouncer(1e3),this.onTransitionStart=t=>{"transform"===t.propertyName&&(this.rippling=this.pressed,this.debouncer.run((()=>this.rippling=!1)))},this.onTransitionEnd=t=>{"transform"===t.propertyName&&(this.rippling=!1)},this.setupDebouncer=new o.Debouncer(10),this.moveRipple=t=>{var o,e;let{x:r,y:a}=this.getCoordinates(t),i=null!==(e=null===(o=this.ripple)||void 0===o?void 0:o.getBoundingClientRect())&&void 0!==e?e:{x:0,y:0,width:0,height:0};this.originX=Math.round(null!=r?r-i.x:i.width/2),this.originY=Math.round(null!=a?a-i.y:i.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(null==t?void 0:t.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return e.html`
121
121
  <style>
122
122
  .ft-ripple .ft-ripple--effect {
123
123
  left: ${this.originX}px;
@@ -128,31 +128,31 @@
128
128
  <div class="ft-ripple--background"></div>
129
129
  <div class="ft-ripple--effect"></div>
130
130
  </div>
131
- `}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var o,e;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(o=this.target)||void 0===o||o.removeAttribute("data-is-ft-ripple-target")):null===(e=this.target)||void 0===e||e.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run((()=>this.defaultSetup()))}defaultSetup(){var t,o;const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;e&&this.setupFor(null!==(o=this.target)&&void 0!==o?o:e)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const o=(...t)=>o=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(o)},e=o("mouseup","contextmenu"),r=o("touchend","touchcancel"),a=t=>{["Enter"," "].includes(t.key)&&o("keyup")(t)};t.addEventListener("mouseover",this.startHover),t.addEventListener("mousemove",this.moveRipple),t.addEventListener("mouseleave",this.endHover),t.addEventListener("mousedown",e),t.addEventListener("touchstart",r),t.addEventListener("touchmove",this.moveRipple),t.addEventListener("keydown",a),t.addEventListener("focus",this.startFocus),t.addEventListener("blur",this.endFocus),t.addEventListener("focusin",this.startFocus),t.addEventListener("focusout",this.endFocus),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover),t.removeEventListener("mousemove",this.moveRipple),t.removeEventListener("mouseleave",this.endHover),t.removeEventListener("mousedown",e),t.removeEventListener("touchstart",r),t.removeEventListener("touchmove",this.moveRipple),t.removeEventListener("keydown",a),t.removeEventListener("focus",this.startFocus),t.removeEventListener("blur",this.endFocus),t.removeEventListener("focusin",this.startFocus),t.removeEventListener("focusout",this.endFocus),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const o=t,e=t;let r,a;return null!=o.x?({x:r,y:a}=o):null!=e.touches&&(r=e.touches[0].clientX,a=e.touches[0].clientY),{x:r,y:a}}isFocusVisible(t){return!(t instanceof HTMLElement)||t.matches(":focus-visible")}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let o of t.composedPath()){if(o===this.target)break;if("hasAttribute"in o&&o.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}}w.elementDefinitions={},w.styles=S,C([r.property({type:Boolean})],w.prototype,"primary",void 0),C([r.property({type:Boolean})],w.prototype,"secondary",void 0),C([r.property({type:Boolean})],w.prototype,"unbounded",void 0),C([r.property({type:Boolean})],w.prototype,"activated",void 0),C([r.property({type:Boolean})],w.prototype,"selected",void 0),C([r.property({type:Boolean})],w.prototype,"disabled",void 0),C([r.state()],w.prototype,"hovered",void 0),C([r.state()],w.prototype,"focused",void 0),C([r.state()],w.prototype,"pressed",void 0),C([r.state()],w.prototype,"rippling",void 0),C([r.state()],w.prototype,"originX",void 0),C([r.state()],w.prototype,"originY",void 0),C([r.query(".ft-ripple")],w.prototype,"ripple",void 0),C([r.query(".ft-ripple--effect")],w.prototype,"rippleEffect",void 0),o.customElement("ft-ripple")(w);
131
+ `}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var o,e;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(o=this.target)||void 0===o||o.removeAttribute("data-is-ft-ripple-target")):null===(e=this.target)||void 0===e||e.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run((()=>this.defaultSetup()))}defaultSetup(){var t,o;const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;e&&this.setupFor(null!==(o=this.target)&&void 0!==o?o:e)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const o=(...t)=>o=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(o)},e=o("mouseup","contextmenu"),r=o("touchend","touchcancel"),a=t=>{["Enter"," "].includes(t.key)&&o("keyup")(t)},i={passive:!0};t.addEventListener("mouseover",this.startHover,i),t.addEventListener("mousemove",this.moveRipple,i),t.addEventListener("mouseleave",this.endHover,i),t.addEventListener("mousedown",e,i),t.addEventListener("touchstart",r,i),t.addEventListener("touchmove",this.moveRipple,i),t.addEventListener("keydown",a,i),t.addEventListener("focus",this.startFocus,i),t.addEventListener("blur",this.endFocus,i),t.addEventListener("focusin",this.startFocus,i),t.addEventListener("focusout",this.endFocus,i),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,i),t.removeEventListener("mousemove",this.moveRipple,i),t.removeEventListener("mouseleave",this.endHover,i),t.removeEventListener("mousedown",e,i),t.removeEventListener("touchstart",r,i),t.removeEventListener("touchmove",this.moveRipple,i),t.removeEventListener("keydown",a,i),t.removeEventListener("focus",this.startFocus,i),t.removeEventListener("blur",this.endFocus,i),t.removeEventListener("focusin",this.startFocus,i),t.removeEventListener("focusout",this.endFocus,i),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const o=t,e=t;let r,a;return null!=o.x?({x:r,y:a}=o):null!=e.touches&&(r=e.touches[0].clientX,a=e.touches[0].clientY),{x:r,y:a}}isFocusVisible(t){return!(t instanceof HTMLElement)||t.matches(":focus-visible")}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let o of t.composedPath()){if(o===this.target)break;if("hasAttribute"in o&&o.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}}C.elementDefinitions={},C.styles=S,w([r.property({type:Boolean})],C.prototype,"primary",void 0),w([r.property({type:Boolean})],C.prototype,"secondary",void 0),w([r.property({type:Boolean})],C.prototype,"unbounded",void 0),w([r.property({type:Boolean})],C.prototype,"activated",void 0),w([r.property({type:Boolean})],C.prototype,"selected",void 0),w([r.property({type:Boolean})],C.prototype,"disabled",void 0),w([r.state()],C.prototype,"hovered",void 0),w([r.state()],C.prototype,"focused",void 0),w([r.state()],C.prototype,"pressed",void 0),w([r.state()],C.prototype,"rippling",void 0),w([r.state()],C.prototype,"originX",void 0),w([r.state()],C.prototype,"originY",void 0),w([r.query(".ft-ripple")],C.prototype,"ripple",void 0),w([r.query(".ft-ripple--effect")],C.prototype,"rippleEffect",void 0),o.customElement("ft-ripple")(C);
132
132
  /**
133
133
  * @license
134
134
  * Copyright 2017 Google LLC
135
135
  * SPDX-License-Identifier: BSD-3-Clause
136
136
  */
137
- const I=globalThis,U=I.trustedTypes,$=U?U.createPolicy("lit-html",{createHTML:t=>t}):void 0,R="$lit$",W=`lit$${(Math.random()+"").slice(9)}$`,E="?"+W,L=`<${E}>`,k=document,K=()=>k.createComment(""),Z=t=>null===t||"object"!=typeof t&&"function"!=typeof t,z=Array.isArray,F="[ \t\n\f\r]",D=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,B=/-->/g,A=/>/g,H=RegExp(`>|${F}(?:([^\\s"'>=/]+)(${F}*=${F}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),G=/'/g,j=/"/g,M=/^(?:script|style|textarea|title)$/i,P=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),T=Symbol.for("lit-noChange"),_=Symbol.for("lit-nothing"),Y=new WeakMap,q=k.createTreeWalker(k,129);function V(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==$?$.createHTML(o):o}const X=(t,o)=>{const e=t.length-1,r=[];let a,i=2===o?"<svg>":"",n=D;for(let o=0;o<e;o++){const e=t[o];let l,c,p=-1,s=0;for(;s<e.length&&(n.lastIndex=s,c=n.exec(e),null!==c);)s=n.lastIndex,n===D?"!--"===c[1]?n=B:void 0!==c[1]?n=A:void 0!==c[2]?(M.test(c[2])&&(a=RegExp("</"+c[2],"g")),n=H):void 0!==c[3]&&(n=H):n===H?">"===c[0]?(n=a??D,p=-1):void 0===c[1]?p=-2:(p=n.lastIndex-c[2].length,l=c[1],n=void 0===c[3]?H:'"'===c[3]?j:G):n===j||n===G?n=H:n===B||n===A?n=D:(n=H,a=void 0);const f=n===H&&t[o+1].startsWith("/>")?" ":"";i+=n===D?e+L:p>=0?(r.push(l),e.slice(0,p)+R+e.slice(p)+W+f):e+W+(-2===p?o:f)}return[V(t,i+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};class J{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let a=0,i=0;const n=t.length-1,l=this.parts,[c,p]=X(t,o);if(this.el=J.createElement(c,e),q.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=q.nextNode())&&l.length<n;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(R)){const o=p[i++],e=r.getAttribute(t).split(W),n=/([.?@])?(.*)/.exec(o);l.push({type:1,index:a,name:n[2],strings:e,ctor:"."===n[1]?rt:"?"===n[1]?at:"@"===n[1]?it:et}),r.removeAttribute(t)}else t.startsWith(W)&&(l.push({type:6,index:a}),r.removeAttribute(t));if(M.test(r.tagName)){const t=r.textContent.split(W),o=t.length-1;if(o>0){r.textContent=U?U.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],K()),q.nextNode(),l.push({type:2,index:++a});r.append(t[o],K())}}}else if(8===r.nodeType)if(r.data===E)l.push({type:2,index:a});else{let t=-1;for(;-1!==(t=r.data.indexOf(W,t+1));)l.push({type:7,index:a}),t+=W.length-1}a++}}static createElement(t,o){const e=k.createElement("template");return e.innerHTML=t,e}}function Q(t,o,e=t,r){if(o===T)return o;let a=void 0!==r?e._$Co?.[r]:e._$Cl;const i=Z(o)?void 0:o._$litDirective$;return a?.constructor!==i&&(a?._$AO?.(!1),void 0===i?a=void 0:(a=new i(t),a._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=a:e._$Cl=a),void 0!==a&&(o=Q(t,a._$AS(t,o.values),a,r)),o}class tt{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??k).importNode(o,!0);q.currentNode=r;let a=q.nextNode(),i=0,n=0,l=e[0];for(;void 0!==l;){if(i===l.index){let o;2===l.type?o=new ot(a,a.nextSibling,this,t):1===l.type?o=new l.ctor(a,l.name,l.strings,this,t):6===l.type&&(o=new nt(a,this,t)),this._$AV.push(o),l=e[++n]}i!==l?.index&&(a=q.nextNode(),i++)}return q.currentNode=k,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 ot{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=_,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=Q(this,t,o),Z(t)?t===_||null==t||""===t?(this._$AH!==_&&this._$AR(),this._$AH=_):t!==this._$AH&&t!==T&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>z(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!==_&&Z(this._$AH)?this._$AA.nextSibling.data=t:this.$(k.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(V(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new tt(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=Y.get(t.strings);return void 0===o&&Y.set(t.strings,o=new J(t)),o}T(t){z(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let e,r=0;for(const a of t)r===o.length?o.push(e=new ot(this.k(K()),this.k(K()),this,this.options)):e=o[r],e._$AI(a),r++;r<o.length&&(this._$AR(e&&e._$AB.nextSibling,r),o.length=r)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}}class et{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,a){this.type=1,this._$AH=_,this._$AN=void 0,this.element=t,this.name=o,this._$AM=r,this.options=a,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=_}_$AI(t,o=this,e,r){const a=this.strings;let i=!1;if(void 0===a)t=Q(this,t,o,0),i=!Z(t)||t!==this._$AH&&t!==T,i&&(this._$AH=t);else{const r=t;let n,l;for(t=a[0],n=0;n<a.length-1;n++)l=Q(this,r[e+n],o,n),l===T&&(l=this._$AH[n]),i||=!Z(l)||l!==this._$AH[n],l===_?t=_:t!==_&&(t+=(l??"")+a[n+1]),this._$AH[n]=l}i&&!r&&this.O(t)}O(t){t===_?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class rt extends et{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===_?void 0:t}}class at extends et{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==_)}}class it extends et{constructor(t,o,e,r,a){super(t,o,e,r,a),this.type=5}_$AI(t,o=this){if((t=Q(this,t,o,0)??_)===T)return;const e=this._$AH,r=t===_&&e!==_||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,a=t!==_&&(e===_||r);r&&this.element.removeEventListener(this.name,this,e),a&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class nt{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){Q(this,t)}}const lt=I.litHtmlPolyfillSupport;lt?.(J,ot),(I.litHtmlVersions??=[]).push("3.1.0");
137
+ const I=globalThis,R=I.trustedTypes,$=R?R.createPolicy("lit-html",{createHTML:t=>t}):void 0,U="$lit$",W=`lit$${(Math.random()+"").slice(9)}$`,E="?"+W,L=`<${E}>`,k=document,K=()=>k.createComment(""),Z=t=>null===t||"object"!=typeof t&&"function"!=typeof t,z=Array.isArray,D="[ \t\n\f\r]",F=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,B=/-->/g,A=/>/g,H=RegExp(`>|${D}(?:([^\\s"'>=/]+)(${D}*=${D}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),G=/'/g,j=/"/g,P=/^(?:script|style|textarea|title)$/i,M=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),T=Symbol.for("lit-noChange"),_=Symbol.for("lit-nothing"),Y=new WeakMap,V=k.createTreeWalker(k,129);function X(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==$?$.createHTML(o):o}const q=(t,o)=>{const e=t.length-1,r=[];let a,i=2===o?"<svg>":"",n=F;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===F?"!--"===c[1]?n=B:void 0!==c[1]?n=A:void 0!==c[2]?(P.test(c[2])&&(a=RegExp("</"+c[2],"g")),n=H):void 0!==c[3]&&(n=H):n===H?">"===c[0]?(n=a??F,p=-1):void 0===c[1]?p=-2:(p=n.lastIndex-c[2].length,l=c[1],n=void 0===c[3]?H:'"'===c[3]?j:G):n===j||n===G?n=H:n===B||n===A?n=F:(n=H,a=void 0);const s=n===H&&t[o+1].startsWith("/>")?" ":"";i+=n===F?e+L:p>=0?(r.push(l),e.slice(0,p)+U+e.slice(p)+W+s):e+W+(-2===p?o:s)}return[X(t,i+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};class J{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let a=0,i=0;const n=t.length-1,l=this.parts,[c,p]=q(t,o);if(this.el=J.createElement(c,e),V.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=V.nextNode())&&l.length<n;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(U)){const o=p[i++],e=r.getAttribute(t).split(W),n=/([.?@])?(.*)/.exec(o);l.push({type:1,index:a,name:n[2],strings:e,ctor:"."===n[1]?rt:"?"===n[1]?at:"@"===n[1]?it:et}),r.removeAttribute(t)}else t.startsWith(W)&&(l.push({type:6,index:a}),r.removeAttribute(t));if(P.test(r.tagName)){const t=r.textContent.split(W),o=t.length-1;if(o>0){r.textContent=R?R.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],K()),V.nextNode(),l.push({type:2,index:++a});r.append(t[o],K())}}}else if(8===r.nodeType)if(r.data===E)l.push({type:2,index:a});else{let t=-1;for(;-1!==(t=r.data.indexOf(W,t+1));)l.push({type:7,index:a}),t+=W.length-1}a++}}static createElement(t,o){const e=k.createElement("template");return e.innerHTML=t,e}}function Q(t,o,e=t,r){if(o===T)return o;let a=void 0!==r?e._$Co?.[r]:e._$Cl;const i=Z(o)?void 0:o._$litDirective$;return a?.constructor!==i&&(a?._$AO?.(!1),void 0===i?a=void 0:(a=new i(t),a._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=a:e._$Cl=a),void 0!==a&&(o=Q(t,a._$AS(t,o.values),a,r)),o}class tt{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??k).importNode(o,!0);V.currentNode=r;let a=V.nextNode(),i=0,n=0,l=e[0];for(;void 0!==l;){if(i===l.index){let o;2===l.type?o=new ot(a,a.nextSibling,this,t):1===l.type?o=new l.ctor(a,l.name,l.strings,this,t):6===l.type&&(o=new nt(a,this,t)),this._$AV.push(o),l=e[++n]}i!==l?.index&&(a=V.nextNode(),i++)}return V.currentNode=k,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 ot{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=_,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=Q(this,t,o),Z(t)?t===_||null==t||""===t?(this._$AH!==_&&this._$AR(),this._$AH=_):t!==this._$AH&&t!==T&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>z(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!==_&&Z(this._$AH)?this._$AA.nextSibling.data=t:this.$(k.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(X(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new tt(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=Y.get(t.strings);return void 0===o&&Y.set(t.strings,o=new J(t)),o}T(t){z(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let e,r=0;for(const a of t)r===o.length?o.push(e=new ot(this.k(K()),this.k(K()),this,this.options)):e=o[r],e._$AI(a),r++;r<o.length&&(this._$AR(e&&e._$AB.nextSibling,r),o.length=r)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}}class et{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,a){this.type=1,this._$AH=_,this._$AN=void 0,this.element=t,this.name=o,this._$AM=r,this.options=a,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=_}_$AI(t,o=this,e,r){const a=this.strings;let i=!1;if(void 0===a)t=Q(this,t,o,0),i=!Z(t)||t!==this._$AH&&t!==T,i&&(this._$AH=t);else{const r=t;let n,l;for(t=a[0],n=0;n<a.length-1;n++)l=Q(this,r[e+n],o,n),l===T&&(l=this._$AH[n]),i||=!Z(l)||l!==this._$AH[n],l===_?t=_:t!==_&&(t+=(l??"")+a[n+1]),this._$AH[n]=l}i&&!r&&this.O(t)}O(t){t===_?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class rt extends et{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===_?void 0:t}}class at extends et{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==_)}}class it extends et{constructor(t,o,e,r,a){super(t,o,e,r,a),this.type=5}_$AI(t,o=this){if((t=Q(this,t,o,0)??_)===T)return;const e=this._$AH,r=t===_&&e!==_||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,a=t!==_&&(e===_||r);r&&this.element.removeEventListener(this.name,this,e),a&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class nt{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){Q(this,t)}}const lt=I.litHtmlPolyfillSupport;lt?.(J,ot),(I.litHtmlVersions??=[]).push("3.1.0");
138
138
  /**
139
139
  * @license
140
140
  * Copyright 2020 Google LLC
141
141
  * SPDX-License-Identifier: BSD-3-Clause
142
142
  */
143
- const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},st=t=>({_$litStatic$:t,r:ct}),ft=new Map,ht=(t=>(o,...e)=>{const r=e.length;let a,i;const n=[],l=[];let c,p=0,s=!1;for(;p<r;){for(c=o[p];p<r&&void 0!==(i=e[p],a=pt(i));)c+=a+o[++p],s=!0;p!==r&&l.push(i),n.push(c),p++}if(p===r&&n.push(o[r]),s){const t=n.join("$$lit$$");void 0===(o=ft.get(t))&&(n.raw=n,ft.set(t,o=n)),e=l}return t(o,...e)})(P);var dt;!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"}(dt||(dt={}));const gt=t=>"string"==typeof t?e.unsafeCSS(t):t;class yt{static create(t,o,r,a){const i=t=>gt(null!=t?t:a),n=e.css`var(${gt(t)}, ${i(a)})`;return n.name=t,n.description=o,n.category=r,n.defaultValue=a,n.defaultCssValue=i,n.get=o=>e.css`var(${gt(t)}, ${i(o)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>a,n}static extend(t,o,r,a){const i=t=>r.get(null!=t?t:a),n=e.css`var(${gt(t)}, ${i(a)})`;return n.name=t,n.description=o,n.category=r.category,n.fallbackVariable=r,n.defaultValue=a,n.defaultCssValue=i,n.get=o=>e.css`var(${gt(t)}, ${i(o)})`,n.breadcrumb=()=>[r.name,...r.breadcrumb()],n.lastResortDefaultValue=()=>null!=a?a:r.lastResortDefaultValue(),n}static external(t,o){const r=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):gt(null!=o?o:t.lastResortDefaultValue()),a=e.css`var(${gt(t.name)}, ${r(t.defaultValue)})`;return a.name=t.name,a.category=t.category,a.fallbackVariable=t.fallbackVariable,a.defaultValue=t.defaultValue,a.context=o,a.defaultCssValue=r,a.get=o=>e.css`var(${gt(t.name)}, ${r(o)})`,a.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],a.lastResortDefaultValue=()=>t.lastResortDefaultValue(),a}}const bt={colorWhite:yt.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:yt.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:yt.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:yt.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:yt.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:yt.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:yt.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:yt.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:yt.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:yt.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:yt.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:yt.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:yt.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:yt.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:yt.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:yt.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:yt.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:yt.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:yt.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:yt.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:yt.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:yt.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:yt.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:yt.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:yt.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:yt.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:yt.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:yt.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:yt.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:yt.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:yt.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:yt.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:yt.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:yt.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:yt.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:yt.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:yt.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:yt.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:yt.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:yt.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:yt.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:yt.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:yt.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:yt.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:yt.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:yt.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:yt.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:yt.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:yt.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:yt.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:yt.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:yt.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:yt.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:yt.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:yt.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:yt.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:yt.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:yt.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:yt.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:yt.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:yt.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:yt.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:yt.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:yt.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:yt.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:yt.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:yt.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:yt.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:yt.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:yt.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:yt.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:yt.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:yt.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:yt.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:yt.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:yt.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:yt.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:yt.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:yt.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:yt.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:yt.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:yt.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:yt.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:yt.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:yt.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:yt.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:yt.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:yt.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:yt.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:yt.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:yt.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:yt.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:yt.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:yt.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:yt.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:yt.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:yt.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:yt.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:yt.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:yt.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:yt.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:yt.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:yt.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:yt.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:yt.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:yt.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:yt.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:yt.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:yt.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:yt.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:yt.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:yt.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:yt.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:yt.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:yt.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:yt.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:yt.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:yt.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:yt.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:yt.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:yt.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:yt.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:yt.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:yt.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:yt.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:yt.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:yt.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:yt.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:yt.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:yt.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:yt.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:yt.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:yt.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:yt.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:yt.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:yt.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:yt.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:yt.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:yt.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:yt.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:yt.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:yt.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:yt.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:yt.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:yt.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:yt.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:yt.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:yt.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:yt.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:yt.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:yt.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:yt.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:yt.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:yt.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:yt.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:yt.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:yt.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:yt.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:yt.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:yt.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:yt.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:yt.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:yt.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:yt.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:yt.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:yt.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:yt.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:yt.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:yt.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:yt.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:yt.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:yt.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:yt.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:yt.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:yt.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:yt.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:yt.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:yt.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:yt.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:yt.create("--ft-icon-size-6","","SIZE","48px"),opacity0:yt.create("--ft-opacity-0","","NUMBER","0"),opacity8:yt.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:yt.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:yt.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:yt.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:yt.create("--ft-opacity-80","","NUMBER","0.8")},ut={display:{fontFamily:yt.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:yt.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:yt.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:yt.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:yt.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:yt.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:yt.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:yt.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:yt.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:yt.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:yt.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:yt.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:yt.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:yt.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:yt.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:yt.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:yt.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:yt.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:yt.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:yt.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:yt.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:yt.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:yt.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:yt.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:yt.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:yt.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:yt.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:yt.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:yt.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:yt.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:yt.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:yt.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:yt.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:yt.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:yt.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:yt.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:yt.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:yt.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:yt.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:yt.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:yt.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:yt.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:yt.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:yt.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:yt.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:yt.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:yt.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:yt.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:yt.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yt.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:yt.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:yt.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:yt.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:yt.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yt.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:yt.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:yt.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:yt.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:yt.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:yt.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yt.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:yt.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:yt.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:yt.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:yt.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:yt.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yt.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:yt.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:yt.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:yt.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:yt.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yt.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:yt.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:yt.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:yt.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:yt.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:yt.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yt.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:yt.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:yt.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:yt.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:yt.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:yt.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:yt.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:yt.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:yt.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:yt.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:yt.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:yt.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:yt.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:yt.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:yt.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:yt.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:yt.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:yt.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:yt.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:yt.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:yt.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:yt.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:yt.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:yt.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:yt.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:yt.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:yt.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:yt.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:yt.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:yt.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:yt.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:yt.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:yt.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:yt.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:yt.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")}},mt={backgroundActionPrimary:yt.extend("--ft-background-action-primary","Used as backgorund of primary action components.",bt.colorBrand0),backgroundErrorPrimary:yt.extend("--ft-background-error-primary","Used as background of error components.",bt.colorRed0),backgroundErrorSubtle:yt.extend("--ft-background-error-subtle","Used as background of subtle error components.",bt.colorRed10),backgroundInfoPrimary:yt.extend("--ft-background-info-primary","Used as background of information components.",bt.colorCyan200),backgroundInfoSubtle:yt.extend("--ft-background-info-subtle","Used as background of subtle information components.",bt.colorCyan10),backgroundWarningPrimary:yt.extend("--ft-background-warning-primary","Used as background of warning components.",bt.colorOrange300),backgroundWarningSubtle:yt.extend("--ft-background-warning-subtle","Used as background of subtle information components.",bt.colorOrange10),backgroundSuccessPrimary:yt.extend("--ft-background-success-primary","Used as background of success components.",bt.colorGreen200),backgroundSuccessSubtle:yt.extend("--ft-background-success-subtle","Used as background of subtle success components.",bt.colorGreen10),backgroundGlobalSurface:yt.extend("--ft-background-global-surface","Used as app background.",bt.colorWhite),backgroundGlobalOnSurface:yt.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",bt.colorGray10),backgroundGlobalOnSurfaceDark:yt.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",bt.colorGray30),contentActionPrimary:yt.extend("--ft-content-action-primary","Used on label of primary action on light surface.",bt.colorBrand0),contentWarningPrimary:yt.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",bt.colorOrange300),contentWarningIconOnly:yt.extend("--ft-content-warning-icon-only","Used on warning status icons alone",bt.colorOrange0),contentErrorPrimary:yt.extend("--ft-content-error-primary","Used on label of error messages on light surface.",bt.colorRed0),contentErrorIconOnly:yt.extend("--ft-content-error-icon-only","Used on error status icons alone",bt.colorRed0),contentInfoPrimary:yt.extend("--ft-content-info-primary","Used on label of information messages on light surface.",bt.colorCyan200),contentInfoIconOnly:yt.extend("--ft-content-info-icon-only","Used on info status icons alone",bt.colorCyan0),contentSuccessIconOnly:yt.extend("--ft-content-success-icon-only","Used on success status icons alone",bt.colorGreen0),contentSuccessPrimary:yt.extend("--ft-content-success-primary","Used on label of success messages on light surface.",bt.colorGreen200),contentGlobalPrimary:yt.extend("--ft-content-global-primary","Used for main content on the page.",bt.colorGray500),contentGlobalSecondary:yt.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",bt.colorGray200),contentGlobalSubtle:yt.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",bt.colorGray0),contentGlobalOnColor:yt.extend("--ft-content-global-on-color","Used for content on a dominant color.",bt.colorWhite),borderActionPrimary:yt.extend("--ft-border-action-primary","Used as border for primary action components.",bt.colorBrand0),borderActionFocusRing:yt.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",bt.colorCyan0),borderWarningPrimary:yt.extend("--ft-border-warning-primary","Used as border for warning components.",bt.colorOrange30),borderSuccessPrimary:yt.extend("--ft-border-success-primary","Used as border for success components.",bt.colorGreen30),borderErrorPrimary:yt.extend("--ft-border-error-primary","Used as border for error components.",bt.colorRed30),borderInfoPrimary:yt.extend("--ft-border-info-primary","Used as border for information components.",bt.colorCyan30),borderGlobalSubtle:yt.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",bt.colorGray30),borderGlobalPrimary:yt.extend("--ft-border-global-primary","Used as border for element like input.",bt.colorGray50),borderInputPrimary:yt.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",bt.colorGray80)};yt.create("--ft-button-large-height","","SIZE","40px"),yt.extend("--ft-button-large-horizontal-padding","",bt.spacing4),yt.extend("--ft-button-large-gap","",bt.spacing2),yt.extend("--ft-button-large-border-radius","",bt.borderRadiusS),yt.extend("--ft-button-large-icon-size","",bt.iconSize3),yt.create("--ft-button-large-border-width","","SIZE","1px"),yt.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),yt.create("--ft-button-large-focus-outline-width","","SIZE","2px"),yt.create("--ft-button-large-icon-only-width","","SIZE","40px"),yt.create("--ft-button-small-height","","SIZE","30px"),yt.extend("--ft-button-small-horizontal-padding","",bt.spacing3),yt.extend("--ft-button-small-gap","",bt.spacing2),yt.extend("--ft-button-small-border-radius","",bt.borderRadiusS),yt.extend("--ft-button-small-icon-size","",bt.iconSize2),yt.create("--ft-button-small-border-width","","SIZE","1px"),yt.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),yt.create("--ft-button-small-focus-outline-width","","SIZE","2px"),yt.create("--ft-button-small-icon-only-width","","SIZE","30px"),yt.extend("--ft-button-primary-background-color","",mt.backgroundActionPrimary),yt.extend("--ft-button-primary-color","",mt.contentGlobalOnColor),yt.extend("--ft-button-primary-icon-color","",mt.contentGlobalOnColor),yt.extend("--ft-button-primary-state-layer-color","",mt.contentGlobalOnColor),yt.extend("--ft-button-primary-state-layer-opacity-hover","",bt.opacity16),yt.extend("--ft-button-primary-state-layer-opacity-focus","",bt.opacity16),yt.extend("--ft-button-primary-state-layer-opacity-active","",bt.opacity24),yt.extend("--ft-button-primary-component-opacity-disabled","",bt.opacity40),yt.extend("--ft-button-focus-focus-ring-color","",mt.borderActionFocusRing),yt.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),yt.extend("--ft-button-tertiary-color","",mt.contentActionPrimary),yt.extend("--ft-button-tertiary-icon-color","",mt.contentActionPrimary),yt.extend("--ft-button-tertiary-state-layer-color","",mt.contentActionPrimary),yt.extend("--ft-button-tertiary-state-layer-opacity-hover","",bt.opacity8),yt.extend("--ft-button-tertiary-state-layer-opacity-focus","",bt.opacity8),yt.extend("--ft-button-tertiary-state-layer-opacity-active","",bt.opacity16),yt.extend("--ft-button-tertiary-component-opacity-disabled","",bt.opacity40),yt.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),yt.extend("--ft-button-secondary-color","",mt.contentActionPrimary),yt.extend("--ft-button-secondary-icon-color","",mt.contentActionPrimary),yt.extend("--ft-button-secondary-state-layer-color","",mt.contentActionPrimary),yt.extend("--ft-button-secondary-state-layer-opacity-hover","",bt.opacity8),yt.extend("--ft-button-secondary-state-layer-opacity-focus","",bt.opacity8),yt.extend("--ft-button-secondary-state-layer-opacity-active","",bt.opacity16),yt.extend("--ft-button-secondary-component-opacity-disabled","",bt.opacity40),yt.extend("--ft-button-secondary-border-color","",mt.borderActionPrimary),yt.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),yt.extend("--ft-button-neutral-icon-color","",mt.contentGlobalSecondary),yt.extend("--ft-button-neutral-color","",mt.contentGlobalSecondary),yt.extend("--ft-button-neutral-state-layer-color","",mt.contentGlobalSecondary),yt.extend("--ft-button-neutral-state-layer-opacity-hover","",bt.opacity8),yt.extend("--ft-button-neutral-state-layer-opacity-focus","",bt.opacity8),yt.extend("--ft-button-neutral-state-layer-opacity-active","",bt.opacity16),yt.extend("--ft-button-neutral-component-opacity-disabled","",bt.opacity40),yt.extend("--ft-tabs-top-left-border-radius","",bt.borderRadiusS),yt.extend("--ft-tabs-top-right-border-radius","",bt.borderRadiusS),yt.extend("--ft-tabs-label-horizontal-padding","",bt.spacing4),yt.extend("--ft-tabs-label-vertical-padding","",bt.spacing3),yt.extend("--ft-tabs-label-gap","",bt.spacing1),yt.extend("--ft-switch-group-horizontal-padding","",bt.spacing1),yt.extend("--ft-switch-group-vertical-padding","",bt.spacing1),yt.extend("--ft-switch-group-gap","",bt.spacing1),yt.extend("--ft-switch-group-background-color","",mt.backgroundGlobalSurface),yt.extend("--ft-switch-group-border-color","",mt.borderGlobalSubtle),yt.create("--ft-switch-group-border-radius","","SIZE","6px"),yt.extend("--ft-switch-label-horizontal-padding","",bt.spacing2),yt.extend("--ft-switch-label-vertical-padding","",bt.spacing1),yt.extend("--ft-switch-icon-horizontal-padding","",bt.spacing1),yt.extend("--ft-switch-icon-vertical-padding","",bt.spacing1),yt.create("--ft-switch-focus-outline-width","","SIZE","2px"),yt.extend("--ft-switch-focus-focus-ring-color","",mt.borderActionFocusRing),yt.extend("--ft-switch-option-border-radius","",bt.borderRadiusS),yt.extend("--ft-switch-off-state-layer-opacity-hover","",bt.opacity8),yt.extend("--ft-switch-off-state-layer-opacity-focus","",bt.opacity8),yt.extend("--ft-switch-off-state-layer-opacity-active","",bt.opacity16),yt.extend("--ft-switch-off-component-opacity-disabled","",bt.opacity40),yt.extend("--ft-switch-off-color","",mt.contentGlobalSubtle),yt.extend("--ft-switch-off-state-layer-color","",mt.contentGlobalSubtle),yt.extend("--ft-chart-1-light","for area color charts",bt.colorBrand40),yt.extend("--ft-chart-1-base","for line charts",bt.colorBrand0),yt.extend("--ft-chart-2-light","for area color charts",bt.colorYellow60),yt.extend("--ft-chart-2-base","for line charts",bt.colorYellow100),yt.extend("--ft-chart-3-light","",bt.colorUltramarine40),yt.extend("--ft-chart-3-base","",bt.colorUltramarine70),yt.extend("--ft-chart-4-light","",bt.colorCyan50),yt.extend("--ft-chart-4-base","",bt.colorCyan100),yt.extend("--ft-chart-5-light","",bt.colorRed40),yt.extend("--ft-chart-5-base","",bt.colorRed60),yt.extend("--ft-chart-6-light","",bt.colorGreen40),yt.extend("--ft-chart-6-base","",bt.colorGreen70),yt.extend("--ft-chart-7-light","",bt.colorOrange70),yt.extend("--ft-chart-7-base","",bt.colorOrange100),yt.extend("--ft-chart-8-light","",bt.colorAvocado70),yt.extend("--ft-chart-8-base","",bt.colorAvocado200),yt.extend("--ft-chart-9-light","",bt.colorBrown50),yt.extend("--ft-chart-9-base","",bt.colorBrown200),yt.extend("--ft-chart-10-light","",bt.colorGray50),yt.extend("--ft-chart-10-base","",bt.colorGray80),yt.extend("--ft-chart-monochrome-10","",bt.colorBrand10),yt.extend("--ft-chart-monochrome-20","",bt.colorBrand20),yt.extend("--ft-chart-monochrome-30","",bt.colorBrand40),yt.extend("--ft-chart-monochrome-40","",bt.colorBrand60),yt.extend("--ft-chart-monochrome-50","",bt.colorBrand0),yt.extend("--ft-chart-monochrome-60","",bt.colorBrand200),yt.extend("--ft-chip-large-horizontal-padding","",bt.spacing4),yt.extend("--ft-chip-large-vertical-padding","",bt.spacing2),yt.extend("--ft-chip-large-gap","",bt.spacing1),yt.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),yt.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),yt.extend("--ft-chip-large-border-radius","",bt.borderRadiusPill),yt.create("--ft-chip-large-border-width","","SIZE","1px"),yt.extend("--ft-chip-large-icon-size","",bt.iconSize3),yt.extend("--ft-chip-medium-horizontal-padding","",bt.spacing3),yt.extend("--ft-chip-medium-vertical-padding","",bt.spacing1),yt.extend("--ft-chip-medium-gap","",bt.spacing1),yt.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),yt.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),yt.extend("--ft-chip-medium-border-radius","",bt.borderRadiusPill),yt.create("--ft-chip-medium-border-width","","SIZE","1px"),yt.extend("--ft-chip-medium-icon-size","",bt.iconSize2),yt.extend("--ft-chip-small-horizontal-padding","",bt.spacing2),yt.extend("--ft-chip-small-vertical-padding","",bt.spacing05),yt.extend("--ft-chip-small-gap","",bt.spacing1),yt.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),yt.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),yt.extend("--ft-chip-small-border-radius","",bt.borderRadiusPill),yt.create("--ft-chip-small-border-width","","SIZE","1px"),yt.extend("--ft-chip-small-icon-size","",bt.iconSize1),yt.extend("--ft-chip-neutral-background-color","",mt.backgroundGlobalOnSurface),yt.extend("--ft-chip-neutral-color","",mt.contentGlobalPrimary),yt.extend("--ft-chip-neutral-border-color","",mt.borderGlobalSubtle),yt.extend("--ft-chip-info-background-color","",mt.backgroundInfoSubtle),yt.extend("--ft-chip-info-color","",mt.contentInfoPrimary),yt.extend("--ft-chip-info-border-color","",mt.borderInfoPrimary),yt.extend("--ft-chip-success-background-color","",mt.backgroundSuccessSubtle),yt.extend("--ft-chip-success-color","",mt.contentSuccessPrimary),yt.extend("--ft-chip-success-border-color","",mt.borderSuccessPrimary),yt.extend("--ft-chip-warning-background-color","",mt.backgroundWarningSubtle),yt.extend("--ft-chip-warning-color","",mt.contentWarningPrimary),yt.extend("--ft-chip-warning-border-color","",mt.borderWarningPrimary),yt.extend("--ft-chip-error-background-color","",mt.backgroundErrorSubtle),yt.extend("--ft-chip-error-color","",mt.contentErrorPrimary),yt.extend("--ft-chip-error-border-color","",mt.borderErrorPrimary),yt.create("--ft-notice-border-width","","SIZE","1px"),yt.extend("--ft-notice-horizontal-padding","",bt.spacing2),yt.extend("--ft-notice-vertical-padding","",bt.spacing1),yt.extend("--ft-notice-border-radius","",bt.borderRadiusS),yt.extend("--ft-notice-gap","",bt.spacing2),yt.extend("--ft-notice-icon-size","",bt.iconSize3),yt.extend("--ft-notice-info-background-color","",mt.backgroundInfoSubtle),yt.extend("--ft-notice-info-border-color","",mt.borderInfoPrimary),yt.extend("--ft-notice-info-color","",mt.contentInfoPrimary),yt.extend("--ft-notice-warning-background-color","",mt.backgroundWarningSubtle),yt.extend("--ft-notice-warning-border-color","",mt.borderWarningPrimary),yt.extend("--ft-notice-warning-color","",mt.contentWarningPrimary),yt.extend("--ft-checkbox-label-color","",mt.contentGlobalPrimary),yt.extend("--ft-checkbox-checked-background-color","",mt.contentActionPrimary),yt.extend("--ft-checkbox-checked-state-layer-color","",mt.contentActionPrimary),yt.extend("--ft-checkbox-checked-color","",mt.contentGlobalOnColor),yt.extend("--ft-checkbox-checked-state-layer-opacity-hover","",bt.opacity16),yt.extend("--ft-checkbox-checked-state-layer-opacity-focus","",bt.opacity16),yt.extend("--ft-checkbox-checked-state-layer-opacity-active","",bt.opacity24),yt.extend("--ft-checkbox-checked-component-opacity-disabled","",bt.opacity40),yt.extend("--ft-checkbox-unchecked-border-color","",bt.colorGray80),yt.extend("--ft-checkbox-unchecked-state-layer-color","",bt.colorGray80),yt.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",bt.opacity16),yt.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",bt.opacity16),yt.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",bt.opacity24),yt.extend("--ft-checkbox-unchecked-component-opacity-disabled","",bt.opacity40),yt.extend("--ft-checkbox-focus-focus-ring-color","",mt.borderActionFocusRing),yt.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),yt.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),yt.extend("--ft-checkbox-gap","",bt.spacing3),yt.extend("--ft-toggle-off-state-layer-opacity-hover","",bt.opacity16),yt.extend("--ft-toggle-off-state-layer-opacity-focus","",bt.opacity16),yt.extend("--ft-toggle-off-state-layer-opacity-active","",bt.opacity24),yt.extend("--ft-toggle-off-component-opacity-disabled","",bt.opacity40),yt.extend("--ft-toggle-off-background-color","",mt.contentGlobalSubtle),yt.extend("--ft-toggle-off-icon-color","",mt.contentGlobalSubtle),yt.extend("--ft-toggle-off-state-layer-color","",mt.contentGlobalSubtle),yt.extend("--ft-toggle-on-state-layer-opacity-hover","",bt.opacity16),yt.extend("--ft-toggle-on-state-layer-opacity-focus","",bt.opacity16),yt.extend("--ft-toggle-on-state-layer-opacity-active","",bt.opacity24),yt.extend("--ft-toggle-on-component-opacity-disabled","",bt.opacity40),yt.extend("--ft-toggle-on-background-color","",mt.contentActionPrimary),yt.extend("--ft-toggle-on-icon-color","",mt.contentActionPrimary),yt.extend("--ft-toggle-on-state-layer-color","",mt.contentActionPrimary),yt.extend("--ft-toggle-label-color","",mt.contentGlobalPrimary),yt.extend("--ft-toggle-focus-focus-ring-color","",mt.borderActionFocusRing),yt.extend("--ft-toggle-gap","",bt.spacing3),yt.extend("--ft-radio-label-color","",mt.contentGlobalPrimary),yt.extend("--ft-radio-selected-color","",mt.contentActionPrimary),yt.extend("--ft-radio-selected-state-layer-color","",mt.contentActionPrimary),yt.extend("--ft-radio-selected-state-layer-opacity-hover","",bt.opacity16),yt.extend("--ft-radio-selected-state-layer-opacity-focus","",bt.opacity16),yt.extend("--ft-radio-selected-state-layer-opacity-active","",bt.opacity24),yt.extend("--ft-radio-selected-component-opacity-disabled","",bt.opacity40),yt.extend("--ft-radio-unselected-state-layer-color","",bt.colorGray80),yt.extend("--ft-radio-unselected-state-layer-opacity-hover","",bt.opacity16),yt.extend("--ft-radio-unselected-state-layer-opacity-focus","",bt.opacity16),yt.extend("--ft-radio-unselected-state-layer-opacity-active","",bt.opacity24),yt.extend("--ft-radio-unselected-component-opacity-disabled","",bt.opacity40),yt.extend("--ft-radio-focus-focus-ring-color","",mt.borderActionFocusRing),yt.create("--ft-radio-focus-outline-offset","","SIZE","3px"),yt.create("--ft-radio-focus-outline-width","","SIZE","2px"),yt.extend("--ft-radio-gap","",bt.spacing3),yt.extend("--ft-notification-icon-size","",bt.iconSize4),yt.extend("--ft-notification-horizontal-padding","",bt.spacing4),yt.extend("--ft-notification-vertical-padding","",bt.spacing4),yt.extend("--ft-notification-info-background-color","",mt.backgroundInfoSubtle),yt.extend("--ft-notification-info-color","",mt.contentInfoPrimary),yt.extend("--ft-notification-info-border-color","",mt.borderInfoPrimary),yt.extend("--ft-notification-success-background-color","",mt.backgroundSuccessSubtle),yt.extend("--ft-notification-success-color","",mt.contentSuccessPrimary),yt.extend("--ft-notification-success-border-color","",mt.borderSuccessPrimary),yt.extend("--ft-notification-warning-background-color","",mt.backgroundWarningSubtle),yt.extend("--ft-notification-warning-color","",mt.contentWarningPrimary),yt.extend("--ft-notification-warning-border-color","",mt.borderWarningPrimary),yt.extend("--ft-notification-error-background-color","",mt.backgroundErrorSubtle),yt.extend("--ft-notification-error-color","",mt.contentErrorPrimary),yt.extend("--ft-notification-error-border-color","",mt.borderErrorPrimary),yt.extend("--ft-notification-border-radius","",bt.borderRadiusPill),yt.create("--ft-notification-border-width","","SIZE","1px"),yt.extend("--ft-notification-gap-leading","",bt.spacing2),yt.extend("--ft-notification-gap-trailing","",bt.spacing8);const xt=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.titleFont),Ot=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.contentFont),Nt={fontFamily:Ot,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")},vt=o.FtCssVariableFactory.extend("--ft-typography-title-font-family","",xt),St=o.FtCssVariableFactory.extend("--ft-typography-title-font-size","",Nt.fontSize,"20px"),Ct=o.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",Nt.fontWeight,"normal"),wt=o.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",Nt.letterSpacing,"0.15px"),It=o.FtCssVariableFactory.extend("--ft-typography-title-line-height","",Nt.lineHeight,"1.2"),Ut=o.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",Nt.textTransform,"inherit"),$t=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",xt),Rt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",Nt.fontSize,"14px"),Wt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",Nt.fontWeight,"normal"),Et=o.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",Nt.letterSpacing,"0.105px"),Lt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",Nt.lineHeight,"1.7"),kt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",Nt.textTransform,"inherit"),Kt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Ot),Zt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",Nt.fontSize,"16px"),zt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",Nt.fontWeight,"600"),Ft=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",Nt.letterSpacing,"0.144px"),Dt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",Nt.lineHeight,"1.5"),Bt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",Nt.textTransform,"inherit"),At=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Ot),Ht=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",Nt.fontSize,"14px"),Gt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",Nt.fontWeight,"normal"),jt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",Nt.letterSpacing,"0.098px"),Mt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",Nt.lineHeight,"1.7"),Pt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",Nt.textTransform,"inherit"),Tt=o.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Ot),_t=o.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",Nt.fontSize,"16px"),Yt=o.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",Nt.fontWeight,"normal"),qt=o.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",Nt.letterSpacing,"0.496px"),Vt=o.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",Nt.lineHeight,"1.5"),Xt=o.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",Nt.textTransform,"inherit"),Jt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Ot),Qt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",Nt.fontSize,"14px"),to=o.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",Nt.fontWeight,"normal"),oo=o.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",Nt.letterSpacing,"0.252px"),eo=o.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",Nt.lineHeight,"1.4"),ro=o.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",Nt.textTransform,"inherit"),ao=o.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Ot),io=o.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",Nt.fontSize,"12px"),no=o.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",Nt.fontWeight,"normal"),lo=o.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",Nt.letterSpacing,"0.396px"),co=o.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",Nt.lineHeight,"1.33"),po=o.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",Nt.textTransform,"inherit"),so=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Ot),fo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",Nt.fontSize,"10px"),ho=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",Nt.fontWeight,"normal"),go=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",Nt.letterSpacing,"0.33px"),yo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",Nt.lineHeight,"1.6"),bo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",Nt.textTransform,"inherit"),uo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Ot),mo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",Nt.fontSize,"10px"),xo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",Nt.fontWeight,"normal"),Oo=o.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",Nt.letterSpacing,"1.5px"),No=o.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",Nt.lineHeight,"1.6"),vo=o.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",Nt.textTransform,"uppercase"),So=o.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Ot),Co=o.FtCssVariableFactory.extend("--ft-typography-button-font-size","",Nt.fontSize,"14px"),wo=o.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",Nt.fontWeight,"600"),Io=o.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",Nt.letterSpacing,"1.246px"),Uo=o.FtCssVariableFactory.extend("--ft-typography-button-line-height","",Nt.lineHeight,"1.15"),$o=o.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",Nt.textTransform,"uppercase"),Ro=e.css`
143
+ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},ft=t=>({_$litStatic$:t,r:ct}),st=new Map,dt=(t=>(o,...e)=>{const r=e.length;let a,i;const n=[],l=[];let c,p=0,f=!1;for(;p<r;){for(c=o[p];p<r&&void 0!==(i=e[p],a=pt(i));)c+=a+o[++p],f=!0;p!==r&&l.push(i),n.push(c),p++}if(p===r&&n.push(o[r]),f){const t=n.join("$$lit$$");void 0===(o=st.get(t))&&(n.raw=n,st.set(t,o=n)),e=l}return t(o,...e)})(M);var ht;!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"}(ht||(ht={}));const yt=t=>"string"==typeof t?e.unsafeCSS(t):t;class gt{static create(t,o,r,a){const i=t=>yt(null!=t?t:a),n=e.css`var(${yt(t)}, ${i(a)})`;return n.name=t,n.description=o,n.category=r,n.defaultValue=a,n.defaultCssValue=i,n.get=o=>e.css`var(${yt(t)}, ${i(o)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>a,n}static extend(t,o,r,a){const i=t=>r.get(null!=t?t:a),n=e.css`var(${yt(t)}, ${i(a)})`;return n.name=t,n.description=o,n.category=r.category,n.fallbackVariable=r,n.defaultValue=a,n.defaultCssValue=i,n.get=o=>e.css`var(${yt(t)}, ${i(o)})`,n.breadcrumb=()=>[r.name,...r.breadcrumb()],n.lastResortDefaultValue=()=>null!=a?a:r.lastResortDefaultValue(),n}static external(t,o){const r=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):yt(null!=o?o:t.lastResortDefaultValue()),a=e.css`var(${yt(t.name)}, ${r(t.defaultValue)})`;return a.name=t.name,a.category=t.category,a.fallbackVariable=t.fallbackVariable,a.defaultValue=t.defaultValue,a.context=o,a.defaultCssValue=r,a.get=o=>e.css`var(${yt(t.name)}, ${r(o)})`,a.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],a.lastResortDefaultValue=()=>t.lastResortDefaultValue(),a}}const bt={colorWhite:gt.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:gt.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:gt.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:gt.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:gt.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:gt.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:gt.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:gt.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:gt.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:gt.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:gt.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:gt.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:gt.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:gt.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:gt.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:gt.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:gt.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:gt.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:gt.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:gt.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:gt.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:gt.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:gt.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:gt.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:gt.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:gt.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:gt.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:gt.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:gt.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:gt.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:gt.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:gt.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:gt.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:gt.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:gt.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:gt.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:gt.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:gt.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:gt.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:gt.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:gt.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:gt.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:gt.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:gt.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:gt.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:gt.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:gt.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:gt.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:gt.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:gt.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:gt.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:gt.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:gt.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:gt.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:gt.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:gt.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:gt.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:gt.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:gt.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:gt.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:gt.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:gt.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:gt.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:gt.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:gt.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:gt.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:gt.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:gt.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:gt.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:gt.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:gt.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:gt.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:gt.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:gt.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:gt.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:gt.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:gt.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:gt.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:gt.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:gt.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:gt.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:gt.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:gt.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:gt.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:gt.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:gt.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:gt.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:gt.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:gt.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:gt.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:gt.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:gt.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:gt.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:gt.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:gt.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:gt.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:gt.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:gt.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:gt.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:gt.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:gt.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:gt.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:gt.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:gt.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:gt.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:gt.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:gt.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:gt.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:gt.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:gt.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:gt.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:gt.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:gt.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:gt.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:gt.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:gt.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:gt.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:gt.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:gt.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:gt.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:gt.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:gt.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:gt.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:gt.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:gt.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:gt.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:gt.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:gt.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:gt.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:gt.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:gt.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:gt.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:gt.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:gt.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:gt.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:gt.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:gt.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:gt.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:gt.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:gt.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:gt.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:gt.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:gt.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:gt.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:gt.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:gt.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:gt.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:gt.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:gt.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:gt.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:gt.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:gt.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:gt.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:gt.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:gt.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:gt.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:gt.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:gt.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:gt.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:gt.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:gt.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:gt.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:gt.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:gt.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:gt.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:gt.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:gt.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:gt.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:gt.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:gt.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:gt.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:gt.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:gt.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:gt.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:gt.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:gt.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:gt.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:gt.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:gt.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:gt.create("--ft-icon-size-6","","SIZE","48px"),opacity0:gt.create("--ft-opacity-0","","NUMBER","0"),opacity8:gt.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:gt.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:gt.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:gt.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:gt.create("--ft-opacity-80","","NUMBER","0.8")},ut={display:{fontFamily:gt.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:gt.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:gt.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:gt.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:gt.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:gt.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:gt.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:gt.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:gt.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:gt.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:gt.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:gt.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:gt.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:gt.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:gt.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:gt.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:gt.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:gt.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:gt.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:gt.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:gt.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:gt.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:gt.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:gt.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:gt.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:gt.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:gt.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:gt.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:gt.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:gt.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:gt.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:gt.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:gt.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:gt.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:gt.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:gt.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:gt.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:gt.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:gt.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:gt.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:gt.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:gt.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:gt.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:gt.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:gt.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:gt.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:gt.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:gt.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:gt.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:gt.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:gt.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:gt.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:gt.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:gt.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:gt.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:gt.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:gt.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:gt.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:gt.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:gt.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:gt.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:gt.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:gt.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:gt.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:gt.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:gt.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:gt.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:gt.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:gt.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:gt.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:gt.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:gt.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:gt.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:gt.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:gt.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:gt.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:gt.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:gt.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:gt.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:gt.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:gt.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:gt.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:gt.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:gt.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:gt.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:gt.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:gt.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:gt.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:gt.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:gt.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:gt.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:gt.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:gt.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:gt.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:gt.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:gt.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:gt.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:gt.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:gt.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:gt.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:gt.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:gt.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:gt.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:gt.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:gt.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:gt.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:gt.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:gt.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:gt.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:gt.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:gt.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:gt.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:gt.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:gt.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:gt.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:gt.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:gt.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:gt.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:gt.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:gt.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:gt.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:gt.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:gt.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:gt.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:gt.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:gt.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:gt.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:gt.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:gt.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:gt.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:gt.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:gt.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:gt.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:gt.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:gt.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")}},mt={backgroundActionPrimary:gt.extend("--ft-background-action-primary","Used as backgorund of primary action components.",bt.colorBrand0),backgroundErrorPrimary:gt.extend("--ft-background-error-primary","Used as background of error components.",bt.colorRed0),backgroundErrorSubtle:gt.extend("--ft-background-error-subtle","Used as background of subtle error components.",bt.colorRed10),backgroundInfoPrimary:gt.extend("--ft-background-info-primary","Used as background of information components.",bt.colorCyan200),backgroundInfoSubtle:gt.extend("--ft-background-info-subtle","Used as background of subtle information components.",bt.colorCyan10),backgroundWarningPrimary:gt.extend("--ft-background-warning-primary","Used as background of warning components.",bt.colorOrange300),backgroundWarningSubtle:gt.extend("--ft-background-warning-subtle","Used as background of subtle information components.",bt.colorOrange10),backgroundSuccessPrimary:gt.extend("--ft-background-success-primary","Used as background of success components.",bt.colorGreen200),backgroundSuccessSubtle:gt.extend("--ft-background-success-subtle","Used as background of subtle success components.",bt.colorGreen10),backgroundGlobalSurface:gt.extend("--ft-background-global-surface","Used as app background.",bt.colorWhite),backgroundGlobalOnSurface:gt.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",bt.colorGray10),backgroundGlobalOnSurfaceDark:gt.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",bt.colorGray30),contentActionPrimary:gt.extend("--ft-content-action-primary","Used on label of primary action on light surface.",bt.colorBrand0),contentWarningPrimary:gt.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",bt.colorOrange300),contentWarningIconOnly:gt.extend("--ft-content-warning-icon-only","Used on warning status icons alone",bt.colorOrange0),contentErrorPrimary:gt.extend("--ft-content-error-primary","Used on label of error messages on light surface.",bt.colorRed0),contentErrorIconOnly:gt.extend("--ft-content-error-icon-only","Used on error status icons alone",bt.colorRed0),contentInfoPrimary:gt.extend("--ft-content-info-primary","Used on label of information messages on light surface.",bt.colorCyan200),contentInfoIconOnly:gt.extend("--ft-content-info-icon-only","Used on info status icons alone",bt.colorCyan0),contentSuccessIconOnly:gt.extend("--ft-content-success-icon-only","Used on success status icons alone",bt.colorGreen0),contentSuccessPrimary:gt.extend("--ft-content-success-primary","Used on label of success messages on light surface.",bt.colorGreen200),contentGlobalPrimary:gt.extend("--ft-content-global-primary","Used for main content on the page.",bt.colorGray500),contentGlobalSecondary:gt.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",bt.colorGray200),contentGlobalSubtle:gt.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",bt.colorGray0),contentGlobalOnColor:gt.extend("--ft-content-global-on-color","Used for content on a dominant color.",bt.colorWhite),borderActionPrimary:gt.extend("--ft-border-action-primary","Used as border for primary action components.",bt.colorBrand0),borderActionFocusRing:gt.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",bt.colorCyan0),borderWarningPrimary:gt.extend("--ft-border-warning-primary","Used as border for warning components.",bt.colorOrange30),borderSuccessPrimary:gt.extend("--ft-border-success-primary","Used as border for success components.",bt.colorGreen30),borderErrorPrimary:gt.extend("--ft-border-error-primary","Used as border for error components.",bt.colorRed30),borderInfoPrimary:gt.extend("--ft-border-info-primary","Used as border for information components.",bt.colorCyan30),borderGlobalSubtle:gt.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",bt.colorGray30),borderGlobalPrimary:gt.extend("--ft-border-global-primary","Used as border for element like input.",bt.colorGray50),borderInputPrimary:gt.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",bt.colorGray80)};gt.create("--ft-button-large-height","","SIZE","40px"),gt.extend("--ft-button-large-horizontal-padding","",bt.spacing4),gt.extend("--ft-button-large-gap","",bt.spacing2),gt.extend("--ft-button-large-border-radius","",bt.borderRadiusS),gt.extend("--ft-button-large-icon-size","",bt.iconSize3),gt.create("--ft-button-large-border-width","","SIZE","1px"),gt.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),gt.create("--ft-button-large-focus-outline-width","","SIZE","2px"),gt.create("--ft-button-large-icon-only-width","","SIZE","40px"),gt.create("--ft-button-small-height","","SIZE","30px"),gt.extend("--ft-button-small-horizontal-padding","",bt.spacing3),gt.extend("--ft-button-small-gap","",bt.spacing2),gt.extend("--ft-button-small-border-radius","",bt.borderRadiusS),gt.extend("--ft-button-small-icon-size","",bt.iconSize2),gt.create("--ft-button-small-border-width","","SIZE","1px"),gt.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),gt.create("--ft-button-small-focus-outline-width","","SIZE","2px"),gt.create("--ft-button-small-icon-only-width","","SIZE","30px"),gt.extend("--ft-button-primary-background-color","",mt.backgroundActionPrimary),gt.extend("--ft-button-primary-color","",mt.contentGlobalOnColor),gt.extend("--ft-button-primary-icon-color","",mt.contentGlobalOnColor),gt.extend("--ft-button-primary-state-layer-color","",mt.contentGlobalOnColor),gt.extend("--ft-button-primary-state-layer-opacity-hover","",bt.opacity16),gt.extend("--ft-button-primary-state-layer-opacity-focus","",bt.opacity16),gt.extend("--ft-button-primary-state-layer-opacity-active","",bt.opacity24),gt.extend("--ft-button-primary-component-opacity-disabled","",bt.opacity40),gt.extend("--ft-button-focus-focus-ring-color","",mt.borderActionFocusRing),gt.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),gt.extend("--ft-button-tertiary-color","",mt.contentActionPrimary),gt.extend("--ft-button-tertiary-icon-color","",mt.contentActionPrimary),gt.extend("--ft-button-tertiary-state-layer-color","",mt.contentActionPrimary),gt.extend("--ft-button-tertiary-state-layer-opacity-hover","",bt.opacity8),gt.extend("--ft-button-tertiary-state-layer-opacity-focus","",bt.opacity8),gt.extend("--ft-button-tertiary-state-layer-opacity-active","",bt.opacity16),gt.extend("--ft-button-tertiary-component-opacity-disabled","",bt.opacity40),gt.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),gt.extend("--ft-button-secondary-color","",mt.contentActionPrimary),gt.extend("--ft-button-secondary-icon-color","",mt.contentActionPrimary),gt.extend("--ft-button-secondary-state-layer-color","",mt.contentActionPrimary),gt.extend("--ft-button-secondary-state-layer-opacity-hover","",bt.opacity8),gt.extend("--ft-button-secondary-state-layer-opacity-focus","",bt.opacity8),gt.extend("--ft-button-secondary-state-layer-opacity-active","",bt.opacity16),gt.extend("--ft-button-secondary-component-opacity-disabled","",bt.opacity40),gt.extend("--ft-button-secondary-border-color","",mt.borderActionPrimary),gt.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),gt.extend("--ft-button-neutral-icon-color","",mt.contentGlobalSecondary),gt.extend("--ft-button-neutral-color","",mt.contentGlobalSecondary),gt.extend("--ft-button-neutral-state-layer-color","",mt.contentGlobalSecondary),gt.extend("--ft-button-neutral-state-layer-opacity-hover","",bt.opacity8),gt.extend("--ft-button-neutral-state-layer-opacity-focus","",bt.opacity8),gt.extend("--ft-button-neutral-state-layer-opacity-active","",bt.opacity16),gt.extend("--ft-button-neutral-component-opacity-disabled","",bt.opacity40),gt.extend("--ft-tabs-top-left-border-radius","",bt.borderRadiusS),gt.extend("--ft-tabs-top-right-border-radius","",bt.borderRadiusS),gt.extend("--ft-tabs-label-horizontal-padding","",bt.spacing4),gt.extend("--ft-tabs-label-vertical-padding","",bt.spacing3),gt.extend("--ft-tabs-label-gap","",bt.spacing1),gt.extend("--ft-switch-group-horizontal-padding","",bt.spacing1),gt.extend("--ft-switch-group-vertical-padding","",bt.spacing1),gt.extend("--ft-switch-group-gap","",bt.spacing1),gt.extend("--ft-switch-group-background-color","",mt.backgroundGlobalSurface),gt.extend("--ft-switch-group-border-color","",mt.borderGlobalSubtle),gt.create("--ft-switch-group-border-radius","","SIZE","6px"),gt.extend("--ft-switch-label-horizontal-padding","",bt.spacing2),gt.extend("--ft-switch-label-vertical-padding","",bt.spacing1),gt.extend("--ft-switch-icon-horizontal-padding","",bt.spacing1),gt.extend("--ft-switch-icon-vertical-padding","",bt.spacing1),gt.create("--ft-switch-focus-outline-width","","SIZE","2px"),gt.extend("--ft-switch-focus-focus-ring-color","",mt.borderActionFocusRing),gt.extend("--ft-switch-option-border-radius","",bt.borderRadiusS),gt.extend("--ft-switch-off-state-layer-opacity-hover","",bt.opacity8),gt.extend("--ft-switch-off-state-layer-opacity-focus","",bt.opacity8),gt.extend("--ft-switch-off-state-layer-opacity-active","",bt.opacity16),gt.extend("--ft-switch-off-component-opacity-disabled","",bt.opacity40),gt.extend("--ft-switch-off-color","",mt.contentGlobalSubtle),gt.extend("--ft-switch-off-state-layer-color","",mt.contentGlobalSubtle),gt.extend("--ft-chart-1-light","for area color charts",bt.colorBrand40),gt.extend("--ft-chart-1-base","for line charts",bt.colorBrand0),gt.extend("--ft-chart-2-light","for area color charts",bt.colorYellow60),gt.extend("--ft-chart-2-base","for line charts",bt.colorYellow100),gt.extend("--ft-chart-3-light","",bt.colorUltramarine40),gt.extend("--ft-chart-3-base","",bt.colorUltramarine70),gt.extend("--ft-chart-4-light","",bt.colorCyan50),gt.extend("--ft-chart-4-base","",bt.colorCyan100),gt.extend("--ft-chart-5-light","",bt.colorRed40),gt.extend("--ft-chart-5-base","",bt.colorRed60),gt.extend("--ft-chart-6-light","",bt.colorGreen40),gt.extend("--ft-chart-6-base","",bt.colorGreen70),gt.extend("--ft-chart-7-light","",bt.colorOrange70),gt.extend("--ft-chart-7-base","",bt.colorOrange100),gt.extend("--ft-chart-8-light","",bt.colorAvocado70),gt.extend("--ft-chart-8-base","",bt.colorAvocado200),gt.extend("--ft-chart-9-light","",bt.colorBrown50),gt.extend("--ft-chart-9-base","",bt.colorBrown200),gt.extend("--ft-chart-10-light","",bt.colorGray50),gt.extend("--ft-chart-10-base","",bt.colorGray80),gt.extend("--ft-chart-monochrome-10","",bt.colorBrand10),gt.extend("--ft-chart-monochrome-20","",bt.colorBrand20),gt.extend("--ft-chart-monochrome-30","",bt.colorBrand40),gt.extend("--ft-chart-monochrome-40","",bt.colorBrand60),gt.extend("--ft-chart-monochrome-50","",bt.colorBrand0),gt.extend("--ft-chart-monochrome-60","",bt.colorBrand200),gt.extend("--ft-chip-large-horizontal-padding","",bt.spacing4),gt.extend("--ft-chip-large-vertical-padding","",bt.spacing2),gt.extend("--ft-chip-large-gap","",bt.spacing1),gt.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),gt.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),gt.extend("--ft-chip-large-border-radius","",bt.borderRadiusPill),gt.create("--ft-chip-large-border-width","","SIZE","1px"),gt.extend("--ft-chip-large-icon-size","",bt.iconSize3),gt.extend("--ft-chip-medium-horizontal-padding","",bt.spacing3),gt.extend("--ft-chip-medium-vertical-padding","",bt.spacing1),gt.extend("--ft-chip-medium-gap","",bt.spacing1),gt.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),gt.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),gt.extend("--ft-chip-medium-border-radius","",bt.borderRadiusPill),gt.create("--ft-chip-medium-border-width","","SIZE","1px"),gt.extend("--ft-chip-medium-icon-size","",bt.iconSize2),gt.extend("--ft-chip-small-horizontal-padding","",bt.spacing2),gt.extend("--ft-chip-small-vertical-padding","",bt.spacing05),gt.extend("--ft-chip-small-gap","",bt.spacing1),gt.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),gt.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),gt.extend("--ft-chip-small-border-radius","",bt.borderRadiusPill),gt.create("--ft-chip-small-border-width","","SIZE","1px"),gt.extend("--ft-chip-small-icon-size","",bt.iconSize1),gt.extend("--ft-chip-neutral-background-color","",mt.backgroundGlobalOnSurface),gt.extend("--ft-chip-neutral-color","",mt.contentGlobalPrimary),gt.extend("--ft-chip-neutral-border-color","",mt.borderGlobalSubtle),gt.extend("--ft-chip-info-background-color","",mt.backgroundInfoSubtle),gt.extend("--ft-chip-info-color","",mt.contentInfoPrimary),gt.extend("--ft-chip-info-border-color","",mt.borderInfoPrimary),gt.extend("--ft-chip-success-background-color","",mt.backgroundSuccessSubtle),gt.extend("--ft-chip-success-color","",mt.contentSuccessPrimary),gt.extend("--ft-chip-success-border-color","",mt.borderSuccessPrimary),gt.extend("--ft-chip-warning-background-color","",mt.backgroundWarningSubtle),gt.extend("--ft-chip-warning-color","",mt.contentWarningPrimary),gt.extend("--ft-chip-warning-border-color","",mt.borderWarningPrimary),gt.extend("--ft-chip-error-background-color","",mt.backgroundErrorSubtle),gt.extend("--ft-chip-error-color","",mt.contentErrorPrimary),gt.extend("--ft-chip-error-border-color","",mt.borderErrorPrimary),gt.create("--ft-notice-border-width","","SIZE","1px"),gt.extend("--ft-notice-horizontal-padding","",bt.spacing2),gt.extend("--ft-notice-vertical-padding","",bt.spacing1),gt.extend("--ft-notice-border-radius","",bt.borderRadiusS),gt.extend("--ft-notice-gap","",bt.spacing2),gt.extend("--ft-notice-icon-size","",bt.iconSize3),gt.extend("--ft-notice-info-background-color","",mt.backgroundInfoSubtle),gt.extend("--ft-notice-info-border-color","",mt.borderInfoPrimary),gt.extend("--ft-notice-info-color","",mt.contentInfoPrimary),gt.extend("--ft-notice-warning-background-color","",mt.backgroundWarningSubtle),gt.extend("--ft-notice-warning-border-color","",mt.borderWarningPrimary),gt.extend("--ft-notice-warning-color","",mt.contentWarningPrimary),gt.extend("--ft-checkbox-label-color","",mt.contentGlobalPrimary),gt.extend("--ft-checkbox-checked-background-color","",mt.contentActionPrimary),gt.extend("--ft-checkbox-checked-state-layer-color","",mt.contentActionPrimary),gt.extend("--ft-checkbox-checked-color","",mt.contentGlobalOnColor),gt.extend("--ft-checkbox-checked-state-layer-opacity-hover","",bt.opacity16),gt.extend("--ft-checkbox-checked-state-layer-opacity-focus","",bt.opacity16),gt.extend("--ft-checkbox-checked-state-layer-opacity-active","",bt.opacity24),gt.extend("--ft-checkbox-checked-component-opacity-disabled","",bt.opacity40),gt.extend("--ft-checkbox-unchecked-border-color","",bt.colorGray80),gt.extend("--ft-checkbox-unchecked-state-layer-color","",bt.colorGray80),gt.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",bt.opacity16),gt.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",bt.opacity16),gt.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",bt.opacity24),gt.extend("--ft-checkbox-unchecked-component-opacity-disabled","",bt.opacity40),gt.extend("--ft-checkbox-focus-focus-ring-color","",mt.borderActionFocusRing),gt.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),gt.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gt.extend("--ft-checkbox-gap","",bt.spacing3),gt.extend("--ft-toggle-off-state-layer-opacity-hover","",bt.opacity16),gt.extend("--ft-toggle-off-state-layer-opacity-focus","",bt.opacity16),gt.extend("--ft-toggle-off-state-layer-opacity-active","",bt.opacity24),gt.extend("--ft-toggle-off-component-opacity-disabled","",bt.opacity40),gt.extend("--ft-toggle-off-background-color","",mt.contentGlobalSubtle),gt.extend("--ft-toggle-off-icon-color","",mt.contentGlobalSubtle),gt.extend("--ft-toggle-off-state-layer-color","",mt.contentGlobalSubtle),gt.extend("--ft-toggle-on-state-layer-opacity-hover","",bt.opacity16),gt.extend("--ft-toggle-on-state-layer-opacity-focus","",bt.opacity16),gt.extend("--ft-toggle-on-state-layer-opacity-active","",bt.opacity24),gt.extend("--ft-toggle-on-component-opacity-disabled","",bt.opacity40),gt.extend("--ft-toggle-on-background-color","",mt.contentActionPrimary),gt.extend("--ft-toggle-on-icon-color","",mt.contentActionPrimary),gt.extend("--ft-toggle-on-state-layer-color","",mt.contentActionPrimary),gt.extend("--ft-toggle-label-color","",mt.contentGlobalPrimary),gt.extend("--ft-toggle-focus-focus-ring-color","",mt.borderActionFocusRing),gt.extend("--ft-toggle-gap","",bt.spacing3),gt.extend("--ft-radio-label-color","",mt.contentGlobalPrimary),gt.extend("--ft-radio-selected-color","",mt.contentActionPrimary),gt.extend("--ft-radio-selected-state-layer-color","",mt.contentActionPrimary),gt.extend("--ft-radio-selected-state-layer-opacity-hover","",bt.opacity16),gt.extend("--ft-radio-selected-state-layer-opacity-focus","",bt.opacity16),gt.extend("--ft-radio-selected-state-layer-opacity-active","",bt.opacity24),gt.extend("--ft-radio-selected-component-opacity-disabled","",bt.opacity40),gt.extend("--ft-radio-unselected-state-layer-color","",bt.colorGray80),gt.extend("--ft-radio-unselected-state-layer-opacity-hover","",bt.opacity16),gt.extend("--ft-radio-unselected-state-layer-opacity-focus","",bt.opacity16),gt.extend("--ft-radio-unselected-state-layer-opacity-active","",bt.opacity24),gt.extend("--ft-radio-unselected-component-opacity-disabled","",bt.opacity40),gt.extend("--ft-radio-focus-focus-ring-color","",mt.borderActionFocusRing),gt.create("--ft-radio-focus-outline-offset","","SIZE","3px"),gt.create("--ft-radio-focus-outline-width","","SIZE","2px"),gt.extend("--ft-radio-gap","",bt.spacing3),gt.extend("--ft-notification-icon-size","",bt.iconSize4),gt.extend("--ft-notification-horizontal-padding","",bt.spacing4),gt.extend("--ft-notification-vertical-padding","",bt.spacing4),gt.extend("--ft-notification-info-background-color","",mt.backgroundInfoSubtle),gt.extend("--ft-notification-info-color","",mt.contentInfoPrimary),gt.extend("--ft-notification-info-border-color","",mt.borderInfoPrimary),gt.extend("--ft-notification-success-background-color","",mt.backgroundSuccessSubtle),gt.extend("--ft-notification-success-color","",mt.contentSuccessPrimary),gt.extend("--ft-notification-success-border-color","",mt.borderSuccessPrimary),gt.extend("--ft-notification-warning-background-color","",mt.backgroundWarningSubtle),gt.extend("--ft-notification-warning-color","",mt.contentWarningPrimary),gt.extend("--ft-notification-warning-border-color","",mt.borderWarningPrimary),gt.extend("--ft-notification-error-background-color","",mt.backgroundErrorSubtle),gt.extend("--ft-notification-error-color","",mt.contentErrorPrimary),gt.extend("--ft-notification-error-border-color","",mt.borderErrorPrimary),gt.extend("--ft-notification-border-radius","",bt.borderRadiusPill),gt.create("--ft-notification-border-width","","SIZE","1px"),gt.extend("--ft-notification-gap-leading","",bt.spacing2),gt.extend("--ft-notification-gap-trailing","",bt.spacing8);const xt=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.titleFont),Ot=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.contentFont),Nt={fontFamily:Ot,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")},vt=o.FtCssVariableFactory.extend("--ft-typography-title-font-family","",xt),St=o.FtCssVariableFactory.extend("--ft-typography-title-font-size","",Nt.fontSize,"20px"),wt=o.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",Nt.fontWeight,"normal"),Ct=o.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",Nt.letterSpacing,"0.15px"),It=o.FtCssVariableFactory.extend("--ft-typography-title-line-height","",Nt.lineHeight,"1.2"),Rt=o.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",Nt.textTransform,"inherit"),$t=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",xt),Ut=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",Nt.fontSize,"14px"),Wt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",Nt.fontWeight,"normal"),Et=o.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",Nt.letterSpacing,"0.105px"),Lt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",Nt.lineHeight,"1.7"),kt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",Nt.textTransform,"inherit"),Kt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Ot),Zt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",Nt.fontSize,"16px"),zt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",Nt.fontWeight,"600"),Dt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",Nt.letterSpacing,"0.144px"),Ft=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",Nt.lineHeight,"1.5"),Bt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",Nt.textTransform,"inherit"),At=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Ot),Ht=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",Nt.fontSize,"14px"),Gt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",Nt.fontWeight,"normal"),jt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",Nt.letterSpacing,"0.098px"),Pt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",Nt.lineHeight,"1.7"),Mt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",Nt.textTransform,"inherit"),Tt=o.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Ot),_t=o.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",Nt.fontSize,"16px"),Yt=o.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",Nt.fontWeight,"normal"),Vt=o.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",Nt.letterSpacing,"0.496px"),Xt=o.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",Nt.lineHeight,"1.5"),qt=o.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",Nt.textTransform,"inherit"),Jt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Ot),Qt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",Nt.fontSize,"14px"),to=o.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",Nt.fontWeight,"normal"),oo=o.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",Nt.letterSpacing,"0.252px"),eo=o.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",Nt.lineHeight,"1.4"),ro=o.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",Nt.textTransform,"inherit"),ao=o.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Ot),io=o.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",Nt.fontSize,"12px"),no=o.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",Nt.fontWeight,"normal"),lo=o.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",Nt.letterSpacing,"0.396px"),co=o.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",Nt.lineHeight,"1.33"),po=o.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",Nt.textTransform,"inherit"),fo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Ot),so=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",Nt.fontSize,"10px"),ho=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",Nt.fontWeight,"normal"),yo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",Nt.letterSpacing,"0.33px"),go=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",Nt.lineHeight,"1.6"),bo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",Nt.textTransform,"inherit"),uo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Ot),mo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",Nt.fontSize,"10px"),xo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",Nt.fontWeight,"normal"),Oo=o.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",Nt.letterSpacing,"1.5px"),No=o.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",Nt.lineHeight,"1.6"),vo=o.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",Nt.textTransform,"uppercase"),So=o.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Ot),wo=o.FtCssVariableFactory.extend("--ft-typography-button-font-size","",Nt.fontSize,"14px"),Co=o.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",Nt.fontWeight,"600"),Io=o.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",Nt.letterSpacing,"1.246px"),Ro=o.FtCssVariableFactory.extend("--ft-typography-button-line-height","",Nt.lineHeight,"1.15"),$o=o.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",Nt.textTransform,"uppercase"),Uo=e.css`
144
144
  .ft-typography--title {
145
145
  font-family: ${vt};
146
146
  font-size: ${St};
147
- font-weight: ${Ct};
148
- letter-spacing: ${wt};
147
+ font-weight: ${wt};
148
+ letter-spacing: ${Ct};
149
149
  line-height: ${It};
150
- text-transform: ${Ut};
150
+ text-transform: ${Rt};
151
151
  }
152
152
  `,Wo=e.css`
153
153
  .ft-typography--title-dense {
154
154
  font-family: ${$t};
155
- font-size: ${Rt};
155
+ font-size: ${Ut};
156
156
  font-weight: ${Wt};
157
157
  letter-spacing: ${Et};
158
158
  line-height: ${Lt};
@@ -163,8 +163,8 @@ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},st=t=>({_$li
163
163
  font-family: ${Kt};
164
164
  font-size: ${Zt};
165
165
  font-weight: ${zt};
166
- letter-spacing: ${Ft};
167
- line-height: ${Dt};
166
+ letter-spacing: ${Dt};
167
+ line-height: ${Ft};
168
168
  text-transform: ${Bt};
169
169
  }
170
170
  `,Lo=e.css`
@@ -173,8 +173,8 @@ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},st=t=>({_$li
173
173
  font-size: ${Ht};
174
174
  font-weight: ${Gt};
175
175
  letter-spacing: ${jt};
176
- line-height: ${Mt};
177
- text-transform: ${Pt};
176
+ line-height: ${Pt};
177
+ text-transform: ${Mt};
178
178
  }
179
179
 
180
180
  `,ko=e.css`
@@ -182,9 +182,9 @@ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},st=t=>({_$li
182
182
  font-family: ${Tt};
183
183
  font-size: ${_t};
184
184
  font-weight: ${Yt};
185
- letter-spacing: ${qt};
186
- line-height: ${Vt};
187
- text-transform: ${Xt};
185
+ letter-spacing: ${Vt};
186
+ line-height: ${Xt};
187
+ text-transform: ${qt};
188
188
  }
189
189
  `,Ko=e.css`
190
190
  .ft-typography--body2 {
@@ -206,14 +206,14 @@ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},st=t=>({_$li
206
206
  }
207
207
  `,zo=e.css`
208
208
  .ft-typography--breadcrumb {
209
- font-family: ${so};
210
- font-size: ${fo};
209
+ font-family: ${fo};
210
+ font-size: ${so};
211
211
  font-weight: ${ho};
212
- letter-spacing: ${go};
213
- line-height: ${yo};
212
+ letter-spacing: ${yo};
213
+ line-height: ${go};
214
214
  text-transform: ${bo};
215
215
  }
216
- `,Fo=e.css`
216
+ `,Do=e.css`
217
217
  .ft-typography--overline {
218
218
  font-family: ${uo};
219
219
  font-size: ${mo};
@@ -222,13 +222,13 @@ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},st=t=>({_$li
222
222
  line-height: ${No};
223
223
  text-transform: ${vo};
224
224
  }
225
- `,Do=e.css`
225
+ `,Fo=e.css`
226
226
  .ft-typography--button {
227
227
  font-family: ${So};
228
- font-size: ${Co};
229
- font-weight: ${wo};
228
+ font-size: ${wo};
229
+ font-weight: ${Co};
230
230
  letter-spacing: ${Io};
231
- line-height: ${Uo};
231
+ line-height: ${Ro};
232
232
  text-transform: ${$o};
233
233
  }
234
234
  `,Bo=e.css`
@@ -244,14 +244,14 @@ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},st=t=>({_$li
244
244
  line-height: ${o.lineHeight};
245
245
  text-transform: ${o.textCase};
246
246
  }
247
- `}(t)))];var Ho,Go,jo=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class Mo extends o.FtLitElement{constructor(){super(...arguments),this.variant=dt.body1}render(){return this.element?ht`
248
- <${st(this.element)}
247
+ `}(t)))];var Ho,Go,jo=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class Po extends o.FtLitElement{constructor(){super(...arguments),this.variant=ht.body1}render(){return this.element?dt`
248
+ <${ft(this.element)}
249
249
  class="ft-typography ft-typography--${this.variant}">
250
250
  <slot></slot>
251
- </${st(this.element)}>
252
- `:ht`
251
+ </${ft(this.element)}>
252
+ `:dt`
253
253
  <slot class="ft-typography ft-typography--${this.variant}"></slot>
254
- `}}Mo.styles=[Ro,Wo,Eo,Lo,ko,Ko,Zo,zo,Fo,Do,Bo,...Ao],jo([r.property()],Mo.prototype,"element",void 0),jo([r.property()],Mo.prototype,"variant",void 0),o.customElement("ft-typography")(Mo),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.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_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.CLOSE="&#xe909;",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;"}(Ho||(Ho={})),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;"}(Go||(Go={})),new Map([...["abw"].map((t=>[t,Go.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,Go.AUDIO])),...["avi"].map((t=>[t,Go.AVI])),...["chm","xhs"].map((t=>[t,Go.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,Go.CODE])),...["csv"].map((t=>[t,Go.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,Go.DITA])),...["epub"].map((t=>[t,Go.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,Go.EXCEL])),...["flac"].map((t=>[t,Go.FLAC])),...["gif"].map((t=>[t,Go.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,Go.GZIP])),...["html","htm","xhtml"].map((t=>[t,Go.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf"].map((t=>[t,Go.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,Go.JPEG])),...["json"].map((t=>[t,Go.JSON])),...["m4a","m4p"].map((t=>[t,Go.M4A])),...["mov","qt"].map((t=>[t,Go.MOV])),...["mp3"].map((t=>[t,Go.MP3])),...["mp4","m4v"].map((t=>[t,Go.MP4])),...["ogg","oga"].map((t=>[t,Go.OGG])),...["pdf","ps"].map((t=>[t,Go.PDF])),...["png"].map((t=>[t,Go.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,Go.POWERPOINT])),...["rar"].map((t=>[t,Go.RAR])),...["stp"].map((t=>[t,Go.STP])),...["txt","rtf","md","mdown"].map((t=>[t,Go.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,Go.VIDEO])),...["wav"].map((t=>[t,Go.WAV])),...["wma"].map((t=>[t,Go.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,Go.WORD])),...["xml","xsl","rdf"].map((t=>[t,Go.XML])),...["yaml","yml","x-yaml"].map((t=>[t,Go.YAML])),...["zip"].map((t=>[t,Go.ZIP]))]);const Po=o.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),To=o.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",o.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),_o=o.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",o.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),Yo=o.FtCssVariableFactory.extend("--ft-icon-material-font-family","",o.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),qo=o.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset"),Vo=e.css`
254
+ `}}Po.styles=[Uo,Wo,Eo,Lo,ko,Ko,Zo,zo,Do,Fo,Bo,...Ao],jo([r.property()],Po.prototype,"element",void 0),jo([r.property()],Po.prototype,"variant",void 0),o.customElement("ft-typography")(Po),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.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_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.CLOSE="&#xe909;",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;"}(Ho||(Ho={})),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;"}(Go||(Go={})),new Map([...["abw"].map((t=>[t,Go.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,Go.AUDIO])),...["avi"].map((t=>[t,Go.AVI])),...["chm","xhs"].map((t=>[t,Go.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,Go.CODE])),...["csv"].map((t=>[t,Go.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,Go.DITA])),...["epub"].map((t=>[t,Go.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,Go.EXCEL])),...["flac"].map((t=>[t,Go.FLAC])),...["gif"].map((t=>[t,Go.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,Go.GZIP])),...["html","htm","xhtml"].map((t=>[t,Go.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf"].map((t=>[t,Go.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,Go.JPEG])),...["json"].map((t=>[t,Go.JSON])),...["m4a","m4p"].map((t=>[t,Go.M4A])),...["mov","qt"].map((t=>[t,Go.MOV])),...["mp3"].map((t=>[t,Go.MP3])),...["mp4","m4v"].map((t=>[t,Go.MP4])),...["ogg","oga"].map((t=>[t,Go.OGG])),...["pdf","ps"].map((t=>[t,Go.PDF])),...["png"].map((t=>[t,Go.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,Go.POWERPOINT])),...["rar"].map((t=>[t,Go.RAR])),...["stp"].map((t=>[t,Go.STP])),...["txt","rtf","md","mdown"].map((t=>[t,Go.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,Go.VIDEO])),...["wav"].map((t=>[t,Go.WAV])),...["wma"].map((t=>[t,Go.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,Go.WORD])),...["xml","xsl","rdf"].map((t=>[t,Go.XML])),...["yaml","yml","x-yaml"].map((t=>[t,Go.YAML])),...["zip"].map((t=>[t,Go.ZIP]))]);const Mo=o.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),To=o.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",o.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),_o=o.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",o.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),Yo=o.FtCssVariableFactory.extend("--ft-icon-material-font-family","",o.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),Vo=o.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset"),Xo=e.css`
255
255
  :host, i.ft-icon {
256
256
  display: inline-flex;
257
257
  align-items: center;
@@ -260,14 +260,14 @@ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},st=t=>({_$li
260
260
  }
261
261
 
262
262
  :host {
263
- width: ${Po};
264
- height: ${Po};
263
+ width: ${Mo};
264
+ height: ${Mo};
265
265
  }
266
266
 
267
267
  i.ft-icon {
268
268
  width: 100%;
269
269
  height: 100%;
270
- font-size: ${Po};
270
+ font-size: ${Mo};
271
271
  line-height: 1;
272
272
  font-weight: normal;
273
273
  text-transform: none;
@@ -278,15 +278,15 @@ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},st=t=>({_$li
278
278
  text-rendering: auto;
279
279
  -webkit-font-smoothing: antialiased;
280
280
  -moz-osx-font-smoothing: grayscale;
281
- vertical-align: ${qo};
281
+ vertical-align: ${Vo};
282
282
  }
283
283
 
284
284
  i.ft-icon.ft-icon--fluid-topics {
285
285
  font-family: ${To}, ft-icons, fticons, sans-serif;
286
286
 
287
287
  /* Ugly fix because font is broken */
288
- font-size: calc(0.75 * ${Po});
289
- line-height: ${Po};
288
+ font-size: calc(0.75 * ${Mo});
289
+ line-height: ${Mo};
290
290
  position: relative;
291
291
  top: -4%;
292
292
  justify-content: center;
@@ -299,12 +299,12 @@ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},st=t=>({_$li
299
299
  .ft-icon--material {
300
300
  font-family: ${Yo}, "Material Icons", sans-serif;
301
301
  }
302
- `;var Xo;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(Xo||(Xo={}));var Jo,Qo=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class te extends o.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=e.nothing}render(){const t=this.variant&&Object.values(Xo).includes(this.variant)?this.variant:Xo.fluid_topics,o=t!==Xo.material||!!this.value;return e.html`
302
+ `;var qo;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(qo||(qo={}));var Jo,Qo=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class te extends o.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=e.nothing}render(){const t=this.variant&&Object.values(qo).includes(this.variant)?this.variant:qo.fluid_topics,o=t!==qo.material||!!this.value;return e.html`
303
303
  <i class="ft-icon ft-icon--${t}" part="icon icon-${t}">
304
304
  ${n.unsafeHTML(this.resolvedIcon)}
305
305
  <slot ?hidden=${o}></slot>
306
306
  </i>
307
- `}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 Xo.file_format:this.resolvedIcon=null!==(t=Go[r.replace("-","_").toUpperCase()])&&void 0!==t?t:r;break;case Xo.material:this.resolvedIcon=this.value||e.nothing;break;default:this.resolvedIcon=null!==(o=Ho[r.replace("-","_").toUpperCase()])&&void 0!==o?o:r}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}te.elementDefinitions={},te.styles=Vo,Qo([r.property()],te.prototype,"variant",void 0),Qo([r.property()],te.prototype,"value",void 0),Qo([r.state()],te.prototype,"resolvedIcon",void 0),Qo([r.query("slot")],te.prototype,"slottedContent",void 0),o.customElement("ft-icon")(te),t.FtTabsAlignment=void 0,(Jo=t.FtTabsAlignment||(t.FtTabsAlignment={})).left="left",Jo.right="right",Jo.justify="justify";const oe={colorSurface:o.FtCssVariableFactory.external(o.designSystemVariables.colorSurface,"Design system"),colorPrimary:o.FtCssVariableFactory.external(o.designSystemVariables.colorPrimary,"Design system"),colorOnSurfaceMedium:o.FtCssVariableFactory.external(o.designSystemVariables.colorOnSurfaceMedium,"Design system"),colorOnSurfaceDisabled:o.FtCssVariableFactory.external(o.designSystemVariables.colorOnSurfaceDisabled,"Design system")},ee=e.css`
307
+ `}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 qo.file_format:this.resolvedIcon=null!==(t=Go[r.replace("-","_").toUpperCase()])&&void 0!==t?t:r;break;case qo.material:this.resolvedIcon=this.value||e.nothing;break;default:this.resolvedIcon=null!==(o=Ho[r.replace("-","_").toUpperCase()])&&void 0!==o?o:r}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}te.elementDefinitions={},te.styles=Xo,Qo([r.property()],te.prototype,"variant",void 0),Qo([r.property()],te.prototype,"value",void 0),Qo([r.state()],te.prototype,"resolvedIcon",void 0),Qo([r.query("slot")],te.prototype,"slottedContent",void 0),o.customElement("ft-icon")(te),t.FtTabsAlignment=void 0,(Jo=t.FtTabsAlignment||(t.FtTabsAlignment={})).left="left",Jo.right="right",Jo.justify="justify";const oe={colorSurface:o.FtCssVariableFactory.external(o.designSystemVariables.colorSurface,"Design system"),colorPrimary:o.FtCssVariableFactory.external(o.designSystemVariables.colorPrimary,"Design system"),colorOnSurfaceMedium:o.FtCssVariableFactory.external(o.designSystemVariables.colorOnSurfaceMedium,"Design system"),colorOnSurfaceDisabled:o.FtCssVariableFactory.external(o.designSystemVariables.colorOnSurfaceDisabled,"Design system")},ee=e.css`
308
308
  .ft-tabs {
309
309
  display: flex;
310
310
  flex-direction: column;
@@ -426,7 +426,7 @@ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},st=t=>({_$li
426
426
  position: relative;
427
427
  word-break: break-word;
428
428
  }
429
- `;var se=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class fe 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`
429
+ `,fe=["start","end"],se=["top","right","bottom","left"].reduce(((t,o)=>t.concat(o,o+"-"+fe[0],o+"-"+fe[1])),[]),de=Math.min,he=Math.max,ye=Math.round,ge=t=>({x:t,y:t}),be={left:"right",right:"left",bottom:"top",top:"bottom"},ue={start:"end",end:"start"};function me(t,o,e){return he(t,de(o,e))}function xe(t,o){return"function"==typeof t?t(o):t}function Oe(t){return t.split("-")[0]}function Ne(t){return t.split("-")[1]}function ve(t){return"x"===t?"y":"x"}function Se(t){return"y"===t?"height":"width"}function we(t){return["top","bottom"].includes(Oe(t))?"y":"x"}function Ce(t){return ve(we(t))}function Ie(t){return t.replace(/left|right|bottom|top/g,(t=>be[t]))}function Re(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function $e(t,o,e){let{reference:r,floating:a}=t;const i=we(o),n=Ce(o),l=Se(n),c=Oe(o),p="y"===i,f=r.x+r.width/2-a.width/2,s=r.y+r.height/2-a.height/2,d=r[l]/2-a[l]/2;let h;switch(c){case"top":h={x:f,y:r.y-a.height};break;case"bottom":h={x:f,y:r.y+r.height};break;case"right":h={x:r.x+r.width,y:s};break;case"left":h={x:r.x-a.width,y:s};break;default:h={x:r.x,y:r.y}}switch(Ne(o)){case"start":h[n]-=d*(e&&p?-1:1);break;case"end":h[n]+=d*(e&&p?-1:1)}return h}async function Ue(t,o){var e;void 0===o&&(o={});const{x:r,y:a,platform:i,rects:n,elements:l,strategy:c}=t,{boundary:p="clippingAncestors",rootBoundary:f="viewport",elementContext:s="floating",altBoundary:d=!1,padding:h=0}=xe(o,t),y=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),g=l[d?"floating"===s?"reference":"floating":s],b=Re(await i.getClippingRect({element:null==(e=await(null==i.isElement?void 0:i.isElement(g)))||e?g:g.contextElement||await(null==i.getDocumentElement?void 0:i.getDocumentElement(l.floating)),boundary:p,rootBoundary:f,strategy:c})),u="floating"===s?{...n.floating,x:r,y:a}:n.reference,m=await(null==i.getOffsetParent?void 0:i.getOffsetParent(l.floating)),x=await(null==i.isElement?void 0:i.isElement(m))&&await(null==i.getScale?void 0:i.getScale(m))||{x:1,y:1},O=Re(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({rect:u,offsetParent:m,strategy:c}):u);return{top:(b.top-O.top+y.top)/x.y,bottom:(O.bottom-b.bottom+y.bottom)/x.y,left:(b.left-O.left+y.left)/x.x,right:(O.right-b.right+y.right)/x.x}}function We(t,o,e){return(t?[...e.filter((o=>Ne(o)===t)),...e.filter((o=>Ne(o)!==t))]:e.filter((t=>Oe(t)===t))).filter((e=>!t||(Ne(e)===t||!!o&&function(t){return t.replace(/start|end/g,(t=>ue[t]))}(e)!==e)))}const Ee=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(o){var e,r,a;const{rects:i,middlewareData:n,placement:l,platform:c,elements:p}=o,{crossAxis:f=!1,alignment:s,allowedPlacements:d=se,autoAlignment:h=!0,...y}=xe(t,o),g=void 0!==s||d===se?We(s||null,h,d):d,b=await Ue(o,y),u=(null==(e=n.autoPlacement)?void 0:e.index)||0,m=g[u];if(null==m)return{};const x=function(t,o,e){void 0===e&&(e=!1);const r=Ne(t),a=Ce(t),i=Se(a);let n="x"===a?r===(e?"end":"start")?"right":"left":"start"===r?"bottom":"top";return o.reference[i]>o.floating[i]&&(n=Ie(n)),[n,Ie(n)]}(m,i,await(null==c.isRTL?void 0:c.isRTL(p.floating)));if(l!==m)return{reset:{placement:g[0]}};const O=[b[Oe(m)],b[x[0]],b[x[1]]],N=[...(null==(r=n.autoPlacement)?void 0:r.overflows)||[],{placement:m,overflows:O}],v=g[u+1];if(v)return{data:{index:u+1,overflows:N},reset:{placement:v}};const S=N.map((t=>{const o=Ne(t.placement);return[t.placement,o&&f?t.overflows.slice(0,2).reduce(((t,o)=>t+o),0):t.overflows[0],t.overflows]})).sort(((t,o)=>t[1]-o[1])),w=S.filter((t=>t[2].slice(0,Ne(t[0])?2:3).every((t=>t<=0)))),C=(null==(a=w[0])?void 0:a[0])||S[0][0];return C!==l?{data:{index:u+1,overflows:N},reset:{placement:C}}:{}}}};function Le(t){return Ze(t)?(t.nodeName||"").toLowerCase():"#document"}function ke(t){var o;return(null==t||null==(o=t.ownerDocument)?void 0:o.defaultView)||window}function Ke(t){var o;return null==(o=(Ze(t)?t.ownerDocument:t.document)||window.document)?void 0:o.documentElement}function Ze(t){return t instanceof Node||t instanceof ke(t).Node}function ze(t){return t instanceof Element||t instanceof ke(t).Element}function De(t){return t instanceof HTMLElement||t instanceof ke(t).HTMLElement}function Fe(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof ke(t).ShadowRoot)}function Be(t){const{overflow:o,overflowX:e,overflowY:r,display:a}=Pe(t);return/auto|scroll|overlay|hidden|clip/.test(o+r+e)&&!["inline","contents"].includes(a)}function Ae(t){return["table","td","th"].includes(Le(t))}function He(t){const o=Ge(),e=Pe(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 je(t){return["html","body","#document"].includes(Le(t))}function Pe(t){return ke(t).getComputedStyle(t)}function Me(t){return ze(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function Te(t){if("html"===Le(t))return t;const o=t.assignedSlot||t.parentNode||Fe(t)&&t.host||Ke(t);return Fe(o)?o.host:o}function _e(t){const o=Te(t);return je(o)?t.ownerDocument?t.ownerDocument.body:t.body:De(o)&&Be(o)?o:_e(o)}function Ye(t,o,e){var r;void 0===o&&(o=[]),void 0===e&&(e=!0);const a=_e(t),i=a===(null==(r=t.ownerDocument)?void 0:r.body),n=ke(a);return i?o.concat(n,n.visualViewport||[],Be(a)?a:[],n.frameElement&&e?Ye(n.frameElement):[]):o.concat(a,Ye(a,[],e))}function Ve(t){const o=Pe(t);let e=parseFloat(o.width)||0,r=parseFloat(o.height)||0;const a=De(t),i=a?t.offsetWidth:e,n=a?t.offsetHeight:r,l=ye(e)!==i||ye(r)!==n;return l&&(e=i,r=n),{width:e,height:r,$:l}}function Xe(t){return ze(t)?t:t.contextElement}function qe(t){const o=Xe(t);if(!De(o))return ge(1);const e=o.getBoundingClientRect(),{width:r,height:a,$:i}=Ve(o);let n=(i?ye(e.width):e.width)/r,l=(i?ye(e.height):e.height)/a;return n&&Number.isFinite(n)||(n=1),l&&Number.isFinite(l)||(l=1),{x:n,y:l}}const Je=ge(0);function Qe(t){const o=ke(t);return Ge()&&o.visualViewport?{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}:Je}function tr(t,o,e,r){void 0===o&&(o=!1),void 0===e&&(e=!1);const a=t.getBoundingClientRect(),i=Xe(t);let n=ge(1);o&&(r?ze(r)&&(n=qe(r)):n=qe(t));const l=function(t,o,e){return void 0===o&&(o=!1),!(!e||o&&e!==ke(t))&&o}(i,e,r)?Qe(i):ge(0);let c=(a.left+l.x)/n.x,p=(a.top+l.y)/n.y,f=a.width/n.x,s=a.height/n.y;if(i){const t=ke(i),o=r&&ze(r)?ke(r):r;let e=t.frameElement;for(;e&&r&&o!==t;){const t=qe(e),o=e.getBoundingClientRect(),r=Pe(e),a=o.left+(e.clientLeft+parseFloat(r.paddingLeft))*t.x,i=o.top+(e.clientTop+parseFloat(r.paddingTop))*t.y;c*=t.x,p*=t.y,f*=t.x,s*=t.y,c+=a,p+=i,e=ke(e).frameElement}}return Re({width:f,height:s,x:c,y:p})}function or(t){return tr(Ke(t)).left+Me(t).scrollLeft}function er(t,o,e){let r;if("viewport"===o)r=function(t,o){const e=ke(t),r=Ke(t),a=e.visualViewport;let i=r.clientWidth,n=r.clientHeight,l=0,c=0;if(a){i=a.width,n=a.height;const t=Ge();(!t||t&&"fixed"===o)&&(l=a.offsetLeft,c=a.offsetTop)}return{width:i,height:n,x:l,y:c}}(t,e);else if("document"===o)r=function(t){const o=Ke(t),e=Me(t),r=t.ownerDocument.body,a=he(o.scrollWidth,o.clientWidth,r.scrollWidth,r.clientWidth),i=he(o.scrollHeight,o.clientHeight,r.scrollHeight,r.clientHeight);let n=-e.scrollLeft+or(t);const l=-e.scrollTop;return"rtl"===Pe(r).direction&&(n+=he(o.clientWidth,r.clientWidth)-a),{width:a,height:i,x:n,y:l}}(Ke(t));else if(ze(o))r=function(t,o){const e=tr(t,!0,"fixed"===o),r=e.top+t.clientTop,a=e.left+t.clientLeft,i=De(t)?qe(t):ge(1);return{width:t.clientWidth*i.x,height:t.clientHeight*i.y,x:a*i.x,y:r*i.y}}(o,e);else{const e=Qe(t);r={...o,x:o.x-e.x,y:o.y-e.y}}return Re(r)}function rr(t,o){const e=Te(t);return!(e===o||!ze(e)||je(e))&&("fixed"===Pe(e).position||rr(e,o))}function ar(t,o,e){const r=De(o),a=Ke(o),i="fixed"===e,n=tr(t,!0,i,o);let l={scrollLeft:0,scrollTop:0};const c=ge(0);if(r||!r&&!i)if(("body"!==Le(o)||Be(a))&&(l=Me(o)),r){const t=tr(o,!0,i,o);c.x=t.x+o.clientLeft,c.y=t.y+o.clientTop}else a&&(c.x=or(a));return{x:n.left+l.scrollLeft-c.x,y:n.top+l.scrollTop-c.y,width:n.width,height:n.height}}function ir(t,o){return De(t)&&"fixed"!==Pe(t).position?o?o(t):t.offsetParent:null}function nr(t,o){const e=ke(t);if(!De(t))return e;let r=ir(t,o);for(;r&&Ae(r)&&"static"===Pe(r).position;)r=ir(r,o);return r&&("html"===Le(r)||"body"===Le(r)&&"static"===Pe(r).position&&!He(r))?e:r||function(t){let o=Te(t);for(;De(o)&&!je(o);){if(He(o))return o;o=Te(o)}return null}(t)||e}const lr={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:o,offsetParent:e,strategy:r}=t;const a=De(e),i=Ke(e);if(e===i)return o;let n={scrollLeft:0,scrollTop:0},l=ge(1);const c=ge(0);if((a||!a&&"fixed"!==r)&&(("body"!==Le(e)||Be(i))&&(n=Me(e)),De(e))){const t=tr(e);l=qe(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:Ke,getClippingRect:function(t){let{element:o,boundary:e,rootBoundary:r,strategy:a}=t;const i=[..."clippingAncestors"===e?function(t,o){const e=o.get(t);if(e)return e;let r=Ye(t,[],!1).filter((t=>ze(t)&&"body"!==Le(t))),a=null;const i="fixed"===Pe(t).position;let n=i?Te(t):t;for(;ze(n)&&!je(n);){const o=Pe(n),e=He(n);e||"fixed"!==o.position||(a=null),(i?!e&&!a:!e&&"static"===o.position&&a&&["absolute","fixed"].includes(a.position)||Be(n)&&!e&&rr(t,n))?r=r.filter((t=>t!==n)):a=o,n=Te(n)}return o.set(t,r),r}(o,this._c):[].concat(e),r],n=i[0],l=i.reduce(((t,e)=>{const r=er(o,e,a);return t.top=he(r.top,t.top),t.right=de(r.right,t.right),t.bottom=de(r.bottom,t.bottom),t.left=he(r.left,t.left),t}),er(o,n,a));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},getOffsetParent:nr,getElementRects:async function(t){let{reference:o,floating:e,strategy:r}=t;const a=this.getOffsetParent||nr,i=this.getDimensions;return{reference:ar(o,await a(e),r),floating:{x:0,y:0,...await i(e)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return Ve(t)},getScale:qe,isElement:ze,isRTL:function(t){return"rtl"===Pe(t).direction}},cr=(t,o,e)=>{const r=new Map,a={platform:lr,...e},i={...a.platform,_c:r};return(async(t,o,e)=>{const{placement:r="bottom",strategy:a="absolute",middleware:i=[],platform:n}=e,l=i.filter(Boolean),c=await(null==n.isRTL?void 0:n.isRTL(o));let p=await n.getElementRects({reference:t,floating:o,strategy:a}),{x:f,y:s}=$e(p,r,c),d=r,h={},y=0;for(let e=0;e<l.length;e++){const{name:i,fn:g}=l[e],{x:b,y:u,data:m,reset:x}=await g({x:f,y:s,initialPlacement:r,placement:d,strategy:a,middlewareData:h,rects:p,platform:n,elements:{reference:t,floating:o}});f=null!=b?b:f,s=null!=u?u:s,h={...h,[i]:{...h[i],...m}},x&&y<=50&&(y++,"object"==typeof x&&(x.placement&&(d=x.placement),x.rects&&(p=!0===x.rects?await n.getElementRects({reference:t,floating:o,strategy:a}):x.rects),({x:f,y:s}=$e(p,d,c))),e=-1)}return{x:f,y:s,placement:d,strategy:a,middlewareData:h}})(t,o,{...a,platform:i})};var pr=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class fr extends 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`
430
430
  <div part="container"
431
431
  class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
432
432
  @mouseenter=${this.onHover}
@@ -444,7 +444,7 @@ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},st=t=>({_$li
444
444
  </div>
445
445
  </div>
446
446
  </div>
447
- `}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()}show(t){this.visible=!0,null!=t&&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();const t=this.slottedElement;if(this.tooltip&&t){const o=this.tooltip.offsetWidth,e=this.tooltip.offsetHeight,r=(t.offsetHeight-e)/2,a=(t.offsetWidth-o)/2;let i=0,n=0;switch(this.tooltip.style.top="0",this.tooltip.style.left="0",this.validPosition){case"top":n=t.offsetTop-e-this.tooltip.offsetTop,i=t.offsetLeft+a-this.tooltip.offsetLeft;break;case"bottom":n=t.offsetTop+t.offsetHeight-this.tooltip.offsetTop,i=t.offsetLeft+a-this.tooltip.offsetLeft;break;case"left":n=t.offsetTop+r-this.tooltip.offsetTop,i=t.offsetLeft-o-this.tooltip.offsetLeft;break;case"right":n=t.offsetTop+r-this.tooltip.offsetTop,i=t.offsetLeft+t.offsetWidth-this.tooltip.offsetLeft}const l=this.tooltip.style;l.left=i+"px",l.top=n+"px";const c=this.tooltip.getBoundingClientRect();let p=-c.x,s=c.x+c.width-window.innerWidth;l.left=i+Math.round(this.correctOutOfWindowPixels(p,s))+"px";let f=-c.y,h=c.y+c.height-window.innerHeight;l.top=n+Math.round(this.correctOutOfWindowPixels(f,h))+"px",l.maxWidth=`max(${t.offsetWidth}px, ${ce})`}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())}correctOutOfWindowPixels(t,o){return Math.max(t,Math.min(0,-o))}}fe.elementDefinitions={"ft-typography":Mo},fe.styles=pe,se([r.property()],fe.prototype,"text",void 0),se([r.property({type:Boolean})],fe.prototype,"manual",void 0),se([r.property({type:Boolean})],fe.prototype,"inline",void 0),se([r.property({type:Number})],fe.prototype,"delay",void 0),se([r.property()],fe.prototype,"position",void 0),se([r.queryAssignedNodes()],fe.prototype,"slotNodes",void 0),se([r.query(".ft-tooltip--container")],fe.prototype,"container",void 0),se([r.query(".ft-tooltip")],fe.prototype,"tooltip",void 0),se([r.query(".ft-tooltip--content")],fe.prototype,"tooltipContent",void 0),se([r.state()],fe.prototype,"visible",void 0),o.customElement("ft-tooltip")(fe);var he=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class de extends CustomEvent{constructor(t){super("index-change",{detail:t})}}class ge extends o.FtLitElement{constructor(){super(...arguments),this.dense=!1,this.contentBefore=!1,this.alignTabs=t.FtTabsAlignment.justify,this.ftTabs=[],this.activeIndex=0,this.updateDebouncer=new o.Debouncer(2),this.onTabUpdated=()=>this.updateDebouncer.run((()=>{this.requestUpdate(),this.dispatchEvent(new o.PostResizeEvent)})),this.resizeObserver=new ResizeObserver((()=>this.placeIndicator()))}render(){var t;const o={"ft-tabs":!0,"ft-tabs--reverse":this.contentBefore,"ft-tabs--dense":this.dense},r=null===(t=this.ftTabs[this.activeIndex])||void 0===t?void 0:t.color;return e.html`
447
+ `}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()}show(t){this.visible=!0,null!=t&&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(){var t;this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",cr(this.slottedElement,this.tooltip,{middleware:[(t={crossAxis:!0},void 0===t&&(t={}),{name:"shift",options:t,async fn(o){const{x:e,y:r,placement:a}=o,{mainAxis:i=!0,crossAxis:n=!1,limiter:l={fn:t=>{let{x:o,y:e}=t;return{x:o,y:e}}},...c}=xe(t,o),p={x:e,y:r},f=await Ue(o,c),s=we(Oe(a)),d=ve(s);let h=p[d],y=p[s];if(i){const t="y"===d?"bottom":"right";h=me(h+f["y"===d?"top":"left"],h,h-f[t])}if(n){const t="y"===s?"bottom":"right";y=me(y+f["y"===s?"top":"left"],y,y-f[t])}const g=l.fn({...o,[d]:h,[s]:y});return{...g,data:{x:g.x-e,y:g.y-r}}}}),Ee({allowedPlacements:[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())}correctOutOfWindowPixels(t,o){return Math.max(t,Math.min(0,-o))}}fr.elementDefinitions={"ft-typography":Po},fr.styles=pe,pr([r.property()],fr.prototype,"text",void 0),pr([r.property({type:Boolean})],fr.prototype,"manual",void 0),pr([r.property({type:Boolean})],fr.prototype,"inline",void 0),pr([r.property({type:Number})],fr.prototype,"delay",void 0),pr([r.property()],fr.prototype,"position",void 0),pr([r.queryAssignedNodes()],fr.prototype,"slotNodes",void 0),pr([r.query(".ft-tooltip--container")],fr.prototype,"container",void 0),pr([r.query(".ft-tooltip")],fr.prototype,"tooltip",void 0),pr([r.query(".ft-tooltip--content")],fr.prototype,"tooltipContent",void 0),pr([r.state()],fr.prototype,"visible",void 0),pr([r.eventOptions({passive:!0})],fr.prototype,"onTouch",null),pr([r.eventOptions({passive:!0})],fr.prototype,"onHover",null),pr([r.eventOptions({passive:!0})],fr.prototype,"onOut",null),o.customElement("ft-tooltip")(fr);var sr=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class dr extends CustomEvent{constructor(t){super("index-change",{detail:t})}}class hr extends o.FtLitElement{constructor(){super(...arguments),this.dense=!1,this.contentBefore=!1,this.alignTabs=t.FtTabsAlignment.justify,this.ftTabs=[],this.activeIndex=0,this.updateDebouncer=new o.Debouncer(2),this.onTabUpdated=()=>this.updateDebouncer.run((()=>{this.requestUpdate(),this.dispatchEvent(new o.PostResizeEvent)})),this.resizeObserver=new ResizeObserver((()=>this.placeIndicator()))}render(){var t;const o={"ft-tabs":!0,"ft-tabs--reverse":this.contentBefore,"ft-tabs--dense":this.dense},r=null===(t=this.ftTabs[this.activeIndex])||void 0===t?void 0:t.color;return e.html`
448
448
  <div class="${i.classMap(o)}" part="container">
449
449
  <div class="ft-tabs--align-${this.alignTabs}" role="tablist" part="tablist">
450
450
  ${a.repeat(this.ftTabs,((t,o)=>this.addTooltipIfNecessary(t,e.html`
@@ -470,7 +470,7 @@ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},st=t=>({_$li
470
470
  </ft-icon>
471
471
  <ft-typography class="ft-tabs--tab-label"
472
472
  part="tab-label${t.active?" active-tab-label":""}"
473
- variant="${dt.body2}">
473
+ variant="${ht.body2}">
474
474
  ${t.label}
475
475
  </ft-typography>
476
476
  </button>
@@ -484,11 +484,11 @@ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},st=t=>({_$li
484
484
  <slot @slotchange=${this.onContentChange}></slot>
485
485
  </div>
486
486
  </div>
487
- `}onContentChange(t){const o=t.composedPath()[0];this.ftTabs=o.assignedElements().map((t=>t)),this.ftTabs.forEach((t=>{t.removeEventListener("updated",this.onTabUpdated),t.addEventListener("updated",this.onTabUpdated)})),this.updateTabs()}update(t){super.update(t),t.has("activeIndex")&&this.dispatchEvent(new o.PreResizeEvent),(t.has("ftTabs")||t.has("activeIndex"))&&this.updateTabs(),t.has("activeIndex")&&this.dispatchEvent(new de(this.activeIndex))}contentAvailableCallback(t){super.contentAvailableCallback(t),this.tabsContainer&&this.resizeObserver.observe(this.tabsContainer),this.placeIndicator()}placeIndicator(){var t,o,e,r,a,i,n;if(this.activeTabIndicator){const l=null!==(o=null===(t=this.activeTab)||void 0===t?void 0:t.closest(".ft-tabs--tab-tooltip"))&&void 0!==o?o:this.activeTab;this.activeTabIndicator.style.width=(null!==(e=null==l?void 0:l.clientWidth)&&void 0!==e?e:0)+"px",this.activeTabIndicator.style.left=(null!==(r=null==l?void 0:l.offsetLeft)&&void 0!==r?r:0)+"px",this.contentBefore?this.activeTabIndicator.style.top=(null!==(a=null==l?void 0:l.offsetTop)&&void 0!==a?a:0)+"px":this.activeTabIndicator.style.top=(null!==(i=null==l?void 0:l.offsetTop)&&void 0!==i?i:0)+(null!==(n=null==l?void 0:l.clientHeight)&&void 0!==n?n:0)-this.activeTabIndicator.clientHeight+"px"}}updateTabs(){this.ftTabs.forEach(((t,o)=>{t.active=o==this.activeIndex}))}addTooltipIfNecessary(t,o){return this.dense&&t.label&&t.icon?e.html`
487
+ `}onContentChange(t){const o=t.composedPath()[0];this.ftTabs=o.assignedElements().map((t=>t)),this.ftTabs.forEach((t=>{t.removeEventListener("updated",this.onTabUpdated),t.addEventListener("updated",this.onTabUpdated)})),this.updateTabs()}update(t){super.update(t),t.has("activeIndex")&&this.dispatchEvent(new o.PreResizeEvent),(t.has("ftTabs")||t.has("activeIndex"))&&this.updateTabs(),t.has("activeIndex")&&this.dispatchEvent(new dr(this.activeIndex))}contentAvailableCallback(t){super.contentAvailableCallback(t),this.tabsContainer&&this.resizeObserver.observe(this.tabsContainer),this.placeIndicator()}placeIndicator(){var t,o,e,r,a,i,n;if(this.activeTabIndicator){const l=null!==(o=null===(t=this.activeTab)||void 0===t?void 0:t.closest(".ft-tabs--tab-tooltip"))&&void 0!==o?o:this.activeTab;this.activeTabIndicator.style.width=(null!==(e=null==l?void 0:l.clientWidth)&&void 0!==e?e:0)+"px",this.activeTabIndicator.style.left=(null!==(r=null==l?void 0:l.offsetLeft)&&void 0!==r?r:0)+"px",this.contentBefore?this.activeTabIndicator.style.top=(null!==(a=null==l?void 0:l.offsetTop)&&void 0!==a?a:0)+"px":this.activeTabIndicator.style.top=(null!==(i=null==l?void 0:l.offsetTop)&&void 0!==i?i:0)+(null!==(n=null==l?void 0:l.clientHeight)&&void 0!==n?n:0)-this.activeTabIndicator.clientHeight+"px"}}updateTabs(){this.ftTabs.forEach(((t,o)=>{t.active=o==this.activeIndex}))}addTooltipIfNecessary(t,o){return this.dense&&t.label&&t.icon?e.html`
488
488
  <ft-tooltip class="ft-tabs--tab-tooltip"
489
489
  part="tab-tooltip"
490
490
  text="${t.label}"
491
491
  position="${this.contentBefore?"top":"bottom"}">
492
492
  ${o}
493
493
  </ft-tooltip>
494
- `:o}}ge.elementDefinitions={"ft-tab":c,"ft-ripple":w,"ft-tooltip":fe,"ft-typography":Mo,"ft-icon":te},ge.styles=ee,he([r.property({type:Boolean})],ge.prototype,"dense",void 0),he([r.property({type:Boolean})],ge.prototype,"contentBefore",void 0),he([r.property()],ge.prototype,"alignTabs",void 0),he([r.state()],ge.prototype,"ftTabs",void 0),he([r.query("[role='tablist']")],ge.prototype,"tabsContainer",void 0),he([r.query("[aria-selected='true']")],ge.prototype,"activeTab",void 0),he([r.query(".ft-tabs--active-tab-indicator")],ge.prototype,"activeTabIndicator",void 0),he([r.property({type:Number,reflect:!0})],ge.prototype,"activeIndex",void 0);o.customElement("ft-tab")(c),o.customElement("ft-tabs")(ge),t.FtTab=c,t.FtTabCssVariables={},t.FtTabs=ge,t.FtTabsCssVariables=oe,t.IndexChangeEvent=de,t.styles=ee}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators,ftGlobals.litRepeat,ftGlobals.litClassMap,ftGlobals.litUnsafeHTML);
494
+ `:o}}hr.elementDefinitions={"ft-tab":c,"ft-ripple":C,"ft-tooltip":fr,"ft-typography":Po,"ft-icon":te},hr.styles=ee,sr([r.property({type:Boolean})],hr.prototype,"dense",void 0),sr([r.property({type:Boolean})],hr.prototype,"contentBefore",void 0),sr([r.property()],hr.prototype,"alignTabs",void 0),sr([r.state()],hr.prototype,"ftTabs",void 0),sr([r.query("[role='tablist']")],hr.prototype,"tabsContainer",void 0),sr([r.query("[aria-selected='true']")],hr.prototype,"activeTab",void 0),sr([r.query(".ft-tabs--active-tab-indicator")],hr.prototype,"activeTabIndicator",void 0),sr([r.property({type:Number,reflect:!0})],hr.prototype,"activeIndex",void 0);o.customElement("ft-tab")(c),o.customElement("ft-tabs")(hr),t.FtTab=c,t.FtTabCssVariables={},t.FtTabs=hr,t.FtTabsCssVariables=oe,t.IndexChangeEvent=dr,t.styles=ee}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators,ftGlobals.litRepeat,ftGlobals.litClassMap,ftGlobals.litUnsafeHTML);