@fluid-topics/ft-card 1.1.69 → 1.1.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- !function(t,o,e,r,a){const i=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorContent),n={color:i,backgroundColor:o.FtCssVariableFactory.extend("--ft-ripple-background-color","",i),opacityContentOnSurfacePressed:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:o.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},l=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorPrimary),c=l,p=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",l),f=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorSecondary),d=f,s=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",f),g=e.css`
1
+ "use strict";(()=>{var qe=Object.create;var Wt=Object.defineProperty;var Je=Object.getOwnPropertyDescriptor;var Qe=Object.getOwnPropertyNames;var to=Object.getPrototypeOf,eo=Object.prototype.hasOwnProperty;var it=(i,o)=>()=>(o||i((o={exports:{}}).exports,o),o.exports);var oo=(i,o,n,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let c of Qe(o))!eo.call(i,c)&&c!==n&&Wt(i,c,{get:()=>o[c],enumerable:!(a=Je(o,c))||a.enumerable});return i};var u=(i,o,n)=>(n=i!=null?qe(to(i)):{},oo(o||!i||!i.__esModule?Wt(n,"default",{value:i,enumerable:!0}):n,i));var W=it((so,wt)=>{wt.exports=ftGlobals.wcUtils});var B=it((fo,Rt)=>{Rt.exports=ftGlobals.lit});var ct=it((yo,Et)=>{Et.exports=ftGlobals.litDecorators});var ht=it((go,Lt)=>{Lt.exports=ftGlobals.litClassMap});var Xe=u(W());var rt=u(B()),at=u(ct()),Ye=u(W());var Pt=u(W());var At=u(B()),N=u(ct()),Zt=u(ht()),J=u(W());var Ut=u(B()),x=u(W()),Ft=x.FtCssVariableFactory.extend("--ft-ripple-color","",x.designSystemVariables.colorContent),w={color:Ft,backgroundColor:x.FtCssVariableFactory.extend("--ft-ripple-background-color","",Ft),opacityContentOnSurfacePressed:x.FtCssVariableFactory.external(x.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:x.FtCssVariableFactory.external(x.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:x.FtCssVariableFactory.external(x.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:x.FtCssVariableFactory.external(x.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:x.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},$t=x.FtCssVariableFactory.extend("--ft-ripple-color","",x.designSystemVariables.colorPrimary),zt={color:$t,backgroundColor:x.FtCssVariableFactory.extend("--ft-ripple-background-color","",$t)},Bt=x.FtCssVariableFactory.extend("--ft-ripple-color","",x.designSystemVariables.colorSecondary),kt={color:Bt,backgroundColor:x.FtCssVariableFactory.extend("--ft-ripple-background-color","",Bt)},Ht=Ut.css`
2
2
  :host {
3
3
  display: contents;
4
4
  }
@@ -11,7 +11,7 @@
11
11
 
12
12
  .ft-ripple:not(.ft-ripple--unbounded) {
13
13
  overflow: hidden;
14
- border-radius: ${n.borderRadius};
14
+ border-radius: ${w.borderRadius};
15
15
  }
16
16
 
17
17
  .ft-ripple .ft-ripple--background,
@@ -45,27 +45,27 @@
45
45
  }
46
46
 
47
47
  .ft-ripple .ft-ripple--background {
48
- background-color: ${n.backgroundColor};
48
+ background-color: ${w.backgroundColor};
49
49
  }
50
50
 
51
51
  .ft-ripple .ft-ripple--effect {
52
- background-color: ${n.color};
52
+ background-color: ${w.color};
53
53
  }
54
54
 
55
55
  .ft-ripple.ft-ripple--secondary .ft-ripple--background {
56
- background-color: ${s};
56
+ background-color: ${kt.backgroundColor};
57
57
  }
58
58
 
59
59
  .ft-ripple.ft-ripple--secondary .ft-ripple--effect {
60
- background-color: ${d};
60
+ background-color: ${kt.color};
61
61
  }
62
62
 
63
63
  .ft-ripple.ft-ripple--primary .ft-ripple--background {
64
- background-color: ${p};
64
+ background-color: ${zt.backgroundColor};
65
65
  }
66
66
 
67
67
  .ft-ripple.ft-ripple--primary .ft-ripple--effect {
68
- background-color: ${c};
68
+ background-color: ${zt.color};
69
69
  }
70
70
 
71
71
  .ft-ripple .ft-ripple--background {
@@ -95,171 +95,163 @@
95
95
  }
96
96
 
97
97
  .ft-ripple.ft-ripple--hovered .ft-ripple--background {
98
- opacity: ${n.opacityContentOnSurfaceHover};
98
+ opacity: ${w.opacityContentOnSurfaceHover};
99
99
  }
100
100
 
101
101
  .ft-ripple.ft-ripple--selected .ft-ripple--background {
102
- opacity: ${n.opacityContentOnSurfaceSelected};
102
+ opacity: ${w.opacityContentOnSurfaceSelected};
103
103
  }
104
104
 
105
105
  .ft-ripple.ft-ripple--focused .ft-ripple--background {
106
- opacity: ${n.opacityContentOnSurfaceFocused};
106
+ opacity: ${w.opacityContentOnSurfaceFocused};
107
107
  }
108
108
 
109
109
  .ft-ripple.ft-ripple--pressed .ft-ripple--effect {
110
- opacity: ${n.opacityContentOnSurfacePressed};
110
+ opacity: ${w.opacityContentOnSurfacePressed};
111
111
  transform: translate(-50%, -50%) scale(1);
112
112
  }
113
- `;var h=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 y 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`
113
+ `;var v=function(i,o,n,a){var c=arguments.length,p=c<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,n):a,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")p=Reflect.decorate(i,o,n,a);else for(var f=i.length-1;f>=0;f--)(l=i[f])&&(p=(c<3?l(p):c>3?l(o,n,p):l(o,n))||p);return c>3&&p&&Object.defineProperty(o,n,p),p},m=class extends J.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 J.Debouncer(1e3),this.onTransitionStart=o=>{o.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=o=>{o.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new J.Debouncer(10),this.moveRipple=o=>{var n,a;let{x:c,y:p}=this.getCoordinates(o),l=(a=(n=this.ripple)===null||n===void 0?void 0:n.getBoundingClientRect())!==null&&a!==void 0?a:{x:0,y:0,width:0,height:0};this.originX=Math.round(c!=null?c-l.x:l.width/2),this.originY=Math.round(p!=null?p-l.y:l.height/2)},this.startPress=o=>{this.moveRipple(o),this.pressed=!this.isIgnored(o)},this.endPress=()=>{this.pressed=!1},this.startHover=o=>{this.hovered=!this.isIgnored(o)},this.endHover=()=>{this.hovered=!1},this.startFocus=o=>{this.focused=this.isFocusVisible(o?.target)&&!this.isIgnored(o)},this.endFocus=()=>{this.focused=!1}}render(){let o={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return At.html`
114
114
  <style>
115
115
  .ft-ripple .ft-ripple--effect {
116
116
  left: ${this.originX}px;
117
117
  top: ${this.originY}px;
118
118
  }
119
119
  </style>
120
- <div class="${a.classMap(t)}">
120
+ <div class="${(0,Zt.classMap)(o)}">
121
121
  <div class="ft-ripple--background"></div>
122
122
  <div class="ft-ripple--effect"></div>
123
123
  </div>
124
- `}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var o,e;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(o=this.target)||void 0===o||o.removeAttribute("data-is-ft-ripple-target")):null===(e=this.target)||void 0===e||e.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run((()=>this.defaultSetup()))}defaultSetup(){var t,o;const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;e&&this.setupFor(null!==(o=this.target)&&void 0!==o?o:e)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const o=(...t)=>o=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(o)},e=o("mouseup","contextmenu"),r=o("touchend","touchcancel"),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()}}y.elementDefinitions={},y.styles=g,h([r.property({type:Boolean})],y.prototype,"primary",void 0),h([r.property({type:Boolean})],y.prototype,"secondary",void 0),h([r.property({type:Boolean})],y.prototype,"unbounded",void 0),h([r.property({type:Boolean})],y.prototype,"activated",void 0),h([r.property({type:Boolean})],y.prototype,"selected",void 0),h([r.property({type:Boolean})],y.prototype,"disabled",void 0),h([r.state()],y.prototype,"hovered",void 0),h([r.state()],y.prototype,"focused",void 0),h([r.state()],y.prototype,"pressed",void 0),h([r.state()],y.prototype,"rippling",void 0),h([r.state()],y.prototype,"originX",void 0),h([r.state()],y.prototype,"originY",void 0),h([r.query(".ft-ripple")],y.prototype,"ripple",void 0),h([r.query(".ft-ripple--effect")],y.prototype,"rippleEffect",void 0),o.customElement("ft-ripple")(y);
125
- /**
126
- * @license
127
- * Copyright 2017 Google LLC
128
- * SPDX-License-Identifier: BSD-3-Clause
129
- */
130
- const b=globalThis,u=b.trustedTypes,m=u?u.createPolicy("lit-html",{createHTML:t=>t}):void 0,O="$lit$",x=`lit$${(Math.random()+"").slice(9)}$`,N="?"+x,S=`<${N}>`,v=document,w=()=>v.createComment(""),I=t=>null===t||"object"!=typeof t&&"function"!=typeof t,C=Array.isArray,E="[ \t\n\f\r]",W=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,U=/-->/g,R=/>/g,Z=RegExp(`>|${E}(?:([^\\s"'>=/]+)(${E}*=${E}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),K=/'/g,L=/"/g,$=/^(?:script|style|textarea|title)$/i,z=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),k=Symbol.for("lit-noChange"),D=Symbol.for("lit-nothing"),F=new WeakMap,B=v.createTreeWalker(v,129);function H(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==m?m.createHTML(o):o}const A=(t,o)=>{const e=t.length-1,r=[];let a,i=2===o?"<svg>":"",n=W;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===W?"!--"===c[1]?n=U:void 0!==c[1]?n=R:void 0!==c[2]?($.test(c[2])&&(a=RegExp("</"+c[2],"g")),n=Z):void 0!==c[3]&&(n=Z):n===Z?">"===c[0]?(n=a??W,p=-1):void 0===c[1]?p=-2:(p=n.lastIndex-c[2].length,l=c[1],n=void 0===c[3]?Z:'"'===c[3]?L:K):n===L||n===K?n=Z:n===U||n===R?n=W:(n=Z,a=void 0);const d=n===Z&&t[o+1].startsWith("/>")?" ":"";i+=n===W?e+S:p>=0?(r.push(l),e.slice(0,p)+O+e.slice(p)+x+d):e+x+(-2===p?o:d)}return[H(t,i+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};class G{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]=A(t,o);if(this.el=G.createElement(c,e),B.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=B.nextNode())&&l.length<n;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(O)){const o=p[i++],e=r.getAttribute(t).split(x),n=/([.?@])?(.*)/.exec(o);l.push({type:1,index:a,name:n[2],strings:e,ctor:"."===n[1]?j:"?"===n[1]?T:"@"===n[1]?X:_}),r.removeAttribute(t)}else t.startsWith(x)&&(l.push({type:6,index:a}),r.removeAttribute(t));if($.test(r.tagName)){const t=r.textContent.split(x),o=t.length-1;if(o>0){r.textContent=u?u.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],w()),B.nextNode(),l.push({type:2,index:++a});r.append(t[o],w())}}}else if(8===r.nodeType)if(r.data===N)l.push({type:2,index:a});else{let t=-1;for(;-1!==(t=r.data.indexOf(x,t+1));)l.push({type:7,index:a}),t+=x.length-1}a++}}static createElement(t,o){const e=v.createElement("template");return e.innerHTML=t,e}}function M(t,o,e=t,r){if(o===k)return o;let a=void 0!==r?e._$Co?.[r]:e._$Cl;const i=I(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=M(t,a._$AS(t,o.values),a,r)),o}class P{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??v).importNode(o,!0);B.currentNode=r;let a=B.nextNode(),i=0,n=0,l=e[0];for(;void 0!==l;){if(i===l.index){let o;2===l.type?o=new Y(a,a.nextSibling,this,t):1===l.type?o=new l.ctor(a,l.name,l.strings,this,t):6===l.type&&(o=new V(a,this,t)),this._$AV.push(o),l=e[++n]}i!==l?.index&&(a=B.nextNode(),i++)}return B.currentNode=v,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 Y{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=D,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===t?.nodeType&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=M(this,t,o),I(t)?t===D||null==t||""===t?(this._$AH!==D&&this._$AR(),this._$AH=D):t!==this._$AH&&t!==k&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>C(t)||"function"==typeof t?.[Symbol.iterator])(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==D&&I(this._$AH)?this._$AA.nextSibling.data=t:this.$(v.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=G.createElement(H(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new P(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=F.get(t.strings);return void 0===o&&F.set(t.strings,o=new G(t)),o}T(t){C(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 Y(this.k(w()),this.k(w()),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 _{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,a){this.type=1,this._$AH=D,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=D}_$AI(t,o=this,e,r){const a=this.strings;let i=!1;if(void 0===a)t=M(this,t,o,0),i=!I(t)||t!==this._$AH&&t!==k,i&&(this._$AH=t);else{const r=t;let n,l;for(t=a[0],n=0;n<a.length-1;n++)l=M(this,r[e+n],o,n),l===k&&(l=this._$AH[n]),i||=!I(l)||l!==this._$AH[n],l===D?t=D:t!==D&&(t+=(l??"")+a[n+1]),this._$AH[n]=l}i&&!r&&this.O(t)}O(t){t===D?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class j extends _{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===D?void 0:t}}class T extends _{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==D)}}class X extends _{constructor(t,o,e,r,a){super(t,o,e,r,a),this.type=5}_$AI(t,o=this){if((t=M(this,t,o,0)??D)===k)return;const e=this._$AH,r=t===D&&e!==D||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,a=t!==D&&(e===D||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 V{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){M(this,t)}}const q=b.litHtmlPolyfillSupport;q?.(G,Y),(b.litHtmlVersions??=[]).push("3.1.0");
131
- /**
132
- * @license
133
- * Copyright 2020 Google LLC
134
- * SPDX-License-Identifier: BSD-3-Clause
135
- */
136
- const J=Symbol.for(""),Q=t=>{if(t?.r===J)return t?._$litStatic$},tt=t=>({_$litStatic$:t,r:J}),ot=new Map,et=(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=Q(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=ot.get(t))&&(n.raw=n,ot.set(t,o=n)),e=l}return t(o,...e)})(z);var rt;!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"}(rt||(rt={}));const at=t=>"string"==typeof t?e.unsafeCSS(t):t;class it{static create(t,o,r,a){const i=t=>at(null!=t?t:a),n=e.css`var(${at(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(${at(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(${at(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(${at(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):at(null!=o?o:t.lastResortDefaultValue()),a=e.css`var(${at(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(${at(t.name)}, ${r(o)})`,a.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],a.lastResortDefaultValue=()=>t.lastResortDefaultValue(),a}}const nt={colorWhite:it.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:it.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:it.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:it.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:it.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:it.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:it.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:it.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:it.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:it.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:it.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:it.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:it.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:it.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:it.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:it.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:it.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:it.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:it.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:it.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:it.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:it.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:it.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:it.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:it.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:it.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:it.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:it.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:it.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:it.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:it.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:it.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:it.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:it.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:it.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:it.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:it.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:it.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:it.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:it.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:it.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:it.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:it.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:it.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:it.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:it.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:it.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:it.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:it.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:it.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:it.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:it.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:it.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:it.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:it.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:it.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:it.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:it.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:it.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:it.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:it.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:it.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:it.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:it.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:it.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:it.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:it.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:it.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:it.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:it.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:it.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:it.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:it.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:it.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:it.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:it.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:it.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:it.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:it.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:it.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:it.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:it.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:it.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:it.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:it.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:it.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:it.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:it.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:it.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:it.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:it.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:it.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:it.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:it.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:it.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:it.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:it.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:it.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:it.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:it.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:it.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:it.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:it.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:it.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:it.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:it.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:it.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:it.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:it.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:it.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:it.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:it.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:it.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:it.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:it.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:it.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:it.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:it.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:it.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:it.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:it.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:it.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:it.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:it.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:it.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:it.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:it.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:it.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:it.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:it.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:it.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:it.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:it.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:it.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:it.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:it.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:it.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:it.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:it.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:it.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:it.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:it.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:it.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:it.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:it.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:it.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:it.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:it.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:it.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:it.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:it.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:it.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:it.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:it.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:it.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:it.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:it.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:it.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:it.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:it.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:it.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:it.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:it.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:it.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:it.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:it.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:it.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:it.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:it.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:it.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:it.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:it.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:it.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:it.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:it.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:it.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:it.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:it.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:it.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:it.create("--ft-icon-size-6","","SIZE","48px"),opacity0:it.create("--ft-opacity-0","","NUMBER","0"),opacity8:it.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:it.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:it.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:it.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:it.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:it.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:it.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:it.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:it.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:it.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:it.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:it.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:it.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:it.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},lt={display:{fontFamily:it.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:it.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:it.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:it.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:it.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:it.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:it.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:it.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:it.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:it.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:it.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:it.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:it.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:it.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:it.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:it.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:it.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:it.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:it.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:it.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:it.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:it.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:it.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:it.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:it.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:it.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:it.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:it.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:it.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:it.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:it.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:it.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:it.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:it.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:it.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:it.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:it.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:it.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:it.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:it.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:it.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:it.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:it.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:it.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:it.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-medium-underline":{fontFamily:it.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:it.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:it.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:it.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:it.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:it.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:it.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},"body-2-semibold":{fontFamily:it.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:it.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:it.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:it.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:it.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:it.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:it.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:it.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:it.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:it.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:it.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:it.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:it.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:it.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:it.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:it.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:it.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:it.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:it.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:it.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:it.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:it.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:it.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:it.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:it.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:it.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:it.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:it.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:it.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:it.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:it.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:it.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:it.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:it.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:it.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:it.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:it.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:it.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:it.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:it.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:it.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:it.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:it.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:it.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:it.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:it.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:it.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:it.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:it.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:it.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:it.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:it.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:it.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:it.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:it.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:it.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:it.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:it.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:it.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:it.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:it.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:it.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:it.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:it.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:it.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:it.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:it.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:it.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:it.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:it.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:it.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:it.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:it.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:it.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:it.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:it.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:it.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},"caption-3-medium":{fontFamily:it.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:it.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:it.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:it.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:it.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:it.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},"caption-3-semibold":{fontFamily:it.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:it.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:it.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:it.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:it.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:it.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},"caption-3-bold":{fontFamily:it.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:it.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:it.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:it.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:it.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:it.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")}},ct={backgroundActionPrimary:it.extend("--ft-background-action-primary","Used as backgorund of primary action components.",nt.colorBrand0),backgroundErrorSubtle:it.extend("--ft-background-error-subtle","Used as background of subtle error components.",nt.colorRed10),backgroundInfoSubtle:it.extend("--ft-background-info-subtle","Used as background of subtle information components.",nt.colorCyan10),backgroundWarningSubtle:it.extend("--ft-background-warning-subtle","Used as background of subtle information components.",nt.colorOrange10),backgroundSuccessSubtle:it.extend("--ft-background-success-subtle","Used as background of subtle success components.",nt.colorGreen10),backgroundGlobalSurface:it.extend("--ft-background-global-surface","Used as app background.",nt.colorWhite),backgroundGlobalOnSurface:it.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",nt.colorGray10),backgroundGlobalOnSurfaceDark:it.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",nt.colorGray30),contentActionPrimary:it.extend("--ft-content-action-primary","Used on label of primary action on light surface.",nt.colorBrand0),contentWarningPrimary:it.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",nt.colorOrange200),contentWarningIconOnly:it.extend("--ft-content-warning-icon-only","Used on warning status icons alone",nt.colorOrange0),contentErrorPrimary:it.extend("--ft-content-error-primary","Used on label of error messages on light surface.",nt.colorRed0),contentErrorIconOnly:it.extend("--ft-content-error-icon-only","Used on error status icons alone",nt.colorRed70),contentInfoPrimary:it.extend("--ft-content-info-primary","Used on label of information messages on light surface.",nt.colorCyan200),contentInfoIconOnly:it.extend("--ft-content-info-icon-only","Used on info status icons alone",nt.colorCyan0),contentSuccessPrimary:it.extend("--ft-content-success-primary","Used on label of success messages on light surface.",nt.colorGreen200),contentSuccessIconOnly:it.extend("--ft-content-success-icon-only","Used on success status icons alone",nt.colorGreen0),contentGlobalPrimary:it.extend("--ft-content-global-primary","Used for main content on the page.",nt.colorGray500),contentGlobalSecondary:it.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",nt.colorGray200),contentGlobalSubtle:it.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",nt.colorGray0),contentGlobalOnColor:it.extend("--ft-content-global-on-color","Used for content on a dominant color.",nt.colorWhite),borderActionPrimary:it.extend("--ft-border-action-primary","Used as border for primary action components.",nt.colorBrand0),borderActionFocusRing:it.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",nt.colorCyan0),borderWarningPrimary:it.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",nt.colorOrange200),borderWarningSubtle:it.extend("--ft-border-warning-subtle","Used as border for warning components.",nt.colorOrange30),borderSuccessPrimary:it.extend("--ft-border-success-primary","Used as border for success buttons.",nt.colorGreen200),borderSuccessSubtle:it.extend("--ft-border-success-subtle","Used as border for success components.",nt.colorGreen30),borderErrorPrimary:it.extend("--ft-border-error-primary","Used as border for text fields in error states.",nt.colorRed0),borderErrorSubtle:it.extend("--ft-border-error-subtle","Used as border for error components.",nt.colorRed30),borderInfoPrimary:it.extend("--ft-border-info-primary","Used as border for buttons in info color.",nt.colorCyan200),borderInfoSubtle:it.extend("--ft-border-info-subtle","Used as border for information components.",nt.colorCyan30),borderGlobalPrimary:it.extend("--ft-border-global-primary","Used as border for element like input.",nt.colorGray50),borderGlobalSubtle:it.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",nt.colorGray30),borderInputPrimary:it.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",nt.colorGray80)};it.create("--ft-button-large-height","","SIZE","40px"),it.extend("--ft-button-large-horizontal-padding","",nt.spacing4),it.extend("--ft-button-large-gap","",nt.spacing2),it.extend("--ft-button-large-border-radius","",nt.borderRadiusS),it.extend("--ft-button-large-icon-size","",nt.iconSize3),it.create("--ft-button-large-border-width","","SIZE","1px"),it.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),it.create("--ft-button-large-focus-outline-width","","SIZE","2px"),it.create("--ft-button-large-icon-only-width","","SIZE","40px"),it.create("--ft-button-small-height","","SIZE","30px"),it.extend("--ft-button-small-horizontal-padding","",nt.spacing3),it.extend("--ft-button-small-gap","",nt.spacing2),it.extend("--ft-button-small-border-radius","",nt.borderRadiusS),it.extend("--ft-button-small-icon-size","",nt.iconSize2),it.create("--ft-button-small-border-width","","SIZE","1px"),it.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),it.create("--ft-button-small-focus-outline-width","","SIZE","2px"),it.create("--ft-button-small-icon-only-width","","SIZE","30px"),it.extend("--ft-button-primary-background-color","",ct.backgroundActionPrimary),it.extend("--ft-button-primary-color","",ct.contentGlobalOnColor),it.extend("--ft-button-primary-icon-color","",ct.contentGlobalOnColor),it.extend("--ft-button-primary-state-layer-color","",ct.contentGlobalOnColor),it.extend("--ft-button-primary-hover-state-layer-opacity","",nt.opacity16),it.extend("--ft-button-primary-focus-state-layer-opacity","",nt.opacity16),it.extend("--ft-button-primary-active-state-layer-opacity","",nt.opacity24),it.extend("--ft-button-primary-disabled-component-opacity","",nt.opacity40),it.extend("--ft-button-focus-focus-ring-color","",ct.borderActionFocusRing),it.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),it.extend("--ft-button-tertiary-color","",ct.contentActionPrimary),it.extend("--ft-button-tertiary-icon-color","",ct.contentActionPrimary),it.extend("--ft-button-tertiary-state-layer-color","",ct.contentActionPrimary),it.extend("--ft-button-tertiary-hover-state-layer-opacity","",nt.opacity8),it.extend("--ft-button-tertiary-focus-state-layer-opacity","",nt.opacity8),it.extend("--ft-button-tertiary-active-state-layer-opacity","",nt.opacity16),it.extend("--ft-button-tertiary-disabled-component-opacity","",nt.opacity40),it.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),it.extend("--ft-button-secondary-color","",ct.contentActionPrimary),it.extend("--ft-button-secondary-icon-color","",ct.contentActionPrimary),it.extend("--ft-button-secondary-state-layer-color","",ct.contentActionPrimary),it.extend("--ft-button-secondary-hover-state-layer-opacity","",nt.opacity8),it.extend("--ft-button-secondary-focus-state-layer-opacity","",nt.opacity8),it.extend("--ft-button-secondary-active-state-layer-opacity","",nt.opacity16),it.extend("--ft-button-secondary-disabled-component-opacity","",nt.opacity40),it.extend("--ft-button-secondary-border-color","",ct.borderActionPrimary),it.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),it.extend("--ft-button-neutral-icon-color","",ct.contentGlobalSecondary),it.extend("--ft-button-neutral-color","",ct.contentGlobalSecondary),it.extend("--ft-button-neutral-state-layer-color","",ct.contentGlobalSecondary),it.extend("--ft-button-neutral-hover-state-layer-opacity","",nt.opacity8),it.extend("--ft-button-neutral-focus-state-layer-opacity","",nt.opacity8),it.extend("--ft-button-neutral-active-state-layer-opacity","",nt.opacity16),it.extend("--ft-button-neutral-disabled-component-opacity","",nt.opacity40),it.extend("--ft-banner-icon-size","",nt.iconSize5),it.create("--ft-banner-border-width","","SIZE","1px"),it.extend("--ft-banner-horizontal-padding","",nt.spacing6),it.extend("--ft-banner-vertical-padding","",nt.spacing6),it.extend("--ft-banner-horizontal-side-gap","",nt.spacing6),it.extend("--ft-banner-horizontal-mobile-gap","",nt.spacing4),it.extend("--ft-banner-vertical-mobile-gap","",nt.spacing6),it.extend("--ft-banner-horizontal-middle-gap","",nt.spacing20),it.extend("--ft-banner-info-background-color","",ct.backgroundInfoSubtle),it.extend("--ft-banner-info-color","",ct.contentInfoPrimary),it.extend("--ft-banner-info-icon-color","",ct.contentInfoIconOnly),it.extend("--ft-breadcrumb-horizontal-gap","",nt.spacing1),it.extend("--ft-breadcrumb-vertical-gap","",nt.spacing2),it.extend("--ft-breadcrumb-current-element-color","",ct.contentGlobalPrimary),it.extend("--ft-breadcrumb-icon-color","",ct.contentGlobalSubtle),it.extend("--ft-page-header-horizontal-padding","",nt.spacing12),it.extend("--ft-page-header-horizontal-gap","",nt.spacing4),it.extend("--ft-page-header-vertical-gap","",nt.spacing2),it.extend("--ft-page-header-classic-vertical-padding","",nt.spacing6),it.extend("--ft-page-header-multiline-vertical-padding","",nt.spacing4),it.extend("--ft-page-header-inline-vertical-padding","",nt.spacing2),it.extend("--ft-page-header-background-color","",nt.colorWhite),it.extend("--ft-page-header-bottom-border-color","",ct.borderGlobalSubtle),it.extend("--ft-page-header-title-color","",ct.contentGlobalPrimary),it.extend("--ft-page-header-subtitle-color","",ct.contentGlobalSecondary),it.create("--ft-modal-small-container-width","","SIZE","600px"),it.create("--ft-modal-large-container-width","","SIZE","900px"),it.extend("--ft-modal-overlay-background-color","",nt.colorGray700),it.extend("--ft-modal-overlay-opacity","",nt.opacity40),it.extend("--ft-modal-shadow","",nt.shadowElevation03),it.extend("--ft-modal-body-background-color","",nt.colorWhite),it.extend("--ft-modal-body-color","",ct.contentGlobalPrimary),it.extend("--ft-modal-body-horizontal-padding","",nt.spacing6),it.extend("--ft-modal-body-vertical-padding","",nt.spacing6),it.extend("--ft-modal-body-vertical-gap","",nt.spacing6),it.extend("--ft-modal-container-margin","",nt.spacing3),it.extend("--ft-modal-header-background-color","",ct.backgroundGlobalOnSurface),it.extend("--ft-modal-header-border-color","",ct.borderGlobalSubtle),it.extend("--ft-modal-header-color","",ct.contentGlobalPrimary),it.extend("--ft-modal-header-trailing-icon-color","",ct.contentGlobalSecondary),it.extend("--ft-modal-header-vertical-padding","",nt.spacing1),it.extend("--ft-modal-header-right-padding","",nt.spacing1),it.extend("--ft-modal-header-left-padding","",nt.spacing6),it.extend("--ft-modal-header-gap","",nt.spacing2),it.create("--ft-modal-header-border-bottom","","SIZE","1px"),it.extend("--ft-modal-border-radius","",nt.borderRadiusM),it.extend("--ft-drawer-overlay-opacity","",nt.opacity40),it.extend("--ft-drawer-shadow","",nt.shadowElevation03),it.extend("--ft-drawer-body-color","",ct.contentGlobalPrimary),it.extend("--ft-drawer-body-horizontal-padding","",nt.spacing6),it.extend("--ft-drawer-body-vertical-padding","",nt.spacing6),it.extend("--ft-drawer-body-gap","",nt.spacing6),it.extend("--ft-drawer-body-background-color","",nt.colorWhite),it.extend("--ft-drawer-header-background-color","",ct.backgroundGlobalOnSurface),it.extend("--ft-drawer-header-border-color","",ct.borderGlobalSubtle),it.extend("--ft-drawer-header-color","",ct.contentGlobalPrimary),it.extend("--ft-drawer-header-trailing-icon-color","",ct.contentGlobalSecondary),it.create("--ft-drawer-header-height","","SIZE","50px"),it.extend("--ft-drawer-header-horizontal-padding","",nt.spacing2),it.create("--ft-drawer-header-border-width","","SIZE","1px"),it.extend("--ft-drawer-header-gap","",nt.spacing3),it.extend("--ft-drawer-buttons-bar-background-color","",ct.backgroundGlobalOnSurface),it.extend("--ft-drawer-buttons-bar-border-color","",ct.borderGlobalSubtle),it.extend("--ft-drawer-buttons-bar-color","",ct.contentGlobalPrimary),it.extend("--ft-drawer-buttons-bar-horizontal-padding","",nt.spacing4),it.extend("--ft-drawer-buttons-bar-vertical-padding","",nt.spacing4),it.extend("--ft-drawer-buttons-bar-gap","",nt.spacing3),it.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),it.create("--ft-drawer-container-width","","SIZE","66%"),it.create("--ft-drawer-container-min-width","","SIZE","500px"),it.create("--ft-drawer-container-max-width","","SIZE","1000px"),it.create("--ft-drawer-container-height","","SIZE","100%"),it.extend("--ft-drawer-overlay-background-color","",nt.colorGray700),it.extend("--ft-text-input-field-horizontal-padding","",nt.spacing4),it.extend("--ft-text-input-field-horizontal-gap","",nt.spacing3),it.extend("--ft-text-input-field-vertical-gap","",nt.spacing05),it.extend("--ft-text-input-field-icon-size","",nt.iconSize3),it.create("--ft-text-input-field-height","","SIZE","50px"),it.extend("--ft-text-input-helper-horizontal-padding","",nt.spacing4),it.extend("--ft-text-input-helper-horizontal-gap","",nt.spacing1),it.extend("--ft-text-input-helper-icon-size","",nt.iconSize2),it.extend("--ft-text-input-border-radius","",nt.borderRadiusM),it.extend("--ft-text-input-background-color","",nt.colorWhite),it.extend("--ft-text-input-content-value-color","",ct.contentGlobalPrimary),it.extend("--ft-text-input-trailing-icon-color","",ct.contentGlobalSubtle),it.extend("--ft-text-input-label-color","",ct.contentGlobalSubtle),it.extend("--ft-text-input-default-border-color","",ct.borderInputPrimary),it.extend("--ft-text-input-default-helper-text-color","",ct.contentGlobalSubtle),it.create("--ft-text-input-default-border-width","","SIZE","1px"),it.create("--ft-text-input-error-border-width","","SIZE","2px"),it.extend("--ft-text-input-error-border-color","",ct.borderErrorPrimary),it.extend("--ft-text-input-error-helper-text-color","",ct.contentErrorPrimary),it.extend("--ft-text-input-error-helper-icon-color","",ct.contentErrorIconOnly),it.create("--ft-text-input-warning-border-width","","SIZE","2px"),it.create("--ft-text-input-focus-outline-width","","SIZE","2px"),it.extend("--ft-text-input-focus-focus-ring-color","",ct.borderActionFocusRing),it.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),it.extend("--ft-text-input-disabled-component-opacity","",nt.opacity40),it.extend("--ft-text-area-background-color","",nt.colorWhite),it.extend("--ft-text-area-content-value-color","",ct.contentGlobalPrimary),it.extend("--ft-text-area-label-color","",ct.contentGlobalSubtle),it.extend("--ft-text-area-default-border-color","",ct.borderInputPrimary),it.extend("--ft-text-area-default-helper-text-color","",ct.contentGlobalSubtle),it.create("--ft-text-area-default-border-width","","SIZE","1px"),it.create("--ft-text-area-error-border-width","","SIZE","2px"),it.extend("--ft-text-area-error-border-color","",ct.borderErrorPrimary),it.extend("--ft-text-area-error-helper-text-color","",ct.contentErrorPrimary),it.extend("--ft-text-area-error-helper-icon-color","",ct.contentErrorIconOnly),it.extend("--ft-text-area-focus-focus-ring-color","",ct.borderActionFocusRing),it.create("--ft-text-area-focus-outline-width","","SIZE","2px"),it.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),it.extend("--ft-text-area-disabled-component-opacity","",nt.opacity40),it.extend("--ft-text-area-field-horizontal-left-padding","",nt.spacing4),it.extend("--ft-text-area-field-horizontal-gap","",nt.spacing3),it.extend("--ft-text-area-field-vertical-gap","",nt.spacing05),it.create("--ft-text-area-field-min-height","","SIZE","64px"),it.extend("--ft-text-area-helper-horizontal-padding","",nt.spacing4),it.extend("--ft-text-area-helper-horizontal-gap","",nt.spacing1),it.extend("--ft-text-area-helper-icon-size","",nt.iconSize2),it.extend("--ft-text-area-border-radius","",nt.borderRadiusM),it.create("--ft-floating-menu-height","","SIZE","50px"),it.extend("--ft-floating-menu-horizontal-padding","",nt.spacing4),it.extend("--ft-floating-menu-off-icon-color","",ct.contentGlobalPrimary),it.extend("--ft-floating-menu-off-color","",ct.contentGlobalPrimary),it.extend("--ft-floating-menu-on-color","",ct.contentActionPrimary),it.extend("--ft-floating-menu-on-state-layer-color","",ct.contentActionPrimary),it.extend("--ft-floating-menu-gap","",nt.spacing3),it.extend("--ft-floating-menu-focus-focus-ring-color","",ct.borderActionFocusRing),it.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),it.extend("--ft-floating-menu-focus-state-layer-opacity","",nt.opacity8),it.extend("--ft-floating-menu-hover-state-layer-opacity","",nt.opacity8),it.extend("--ft-floating-menu-active-state-layer-opacity","",nt.opacity16),it.extend("--ft-floating-menu-disabled-component-opacity","",nt.opacity40),it.extend("--ft-floating-menu-icon-size","",nt.iconSize3),it.extend("--ft-floating-menu-background-color","",ct.backgroundGlobalOnSurface),it.extend("--ft-combobox-single-select-field-horizontal-padding","",nt.spacing4),it.extend("--ft-combobox-single-select-field-horizontal-gap","",nt.spacing3),it.extend("--ft-combobox-single-select-field-vertical-gap","",nt.spacing05),it.extend("--ft-combobox-single-select-field-icon-size","",nt.iconSize3),it.create("--ft-combobox-single-select-field-height","","SIZE","50px"),it.extend("--ft-combobox-single-select-helper-horizontal-padding","",nt.spacing4),it.extend("--ft-combobox-single-select-helper-horizontal-gap","",nt.spacing1),it.extend("--ft-combobox-single-select-helper-vertical-gap","",nt.spacing1),it.extend("--ft-combobox-single-select-helper-icon-size","",nt.iconSize2),it.extend("--ft-combobox-single-select-menu-vertical-gap","",nt.spacing2),it.extend("--ft-combobox-single-select-border-radius","",nt.borderRadiusM),it.extend("--ft-combobox-single-select-background-color","",nt.colorWhite),it.extend("--ft-combobox-single-select-label-color","",ct.contentGlobalSubtle),it.extend("--ft-combobox-single-select-content-value-color","",ct.contentGlobalPrimary),it.extend("--ft-combobox-single-select-trailing-icon-color","",ct.contentGlobalSubtle),it.extend("--ft-combobox-single-select-default-border-color","",ct.borderInputPrimary),it.extend("--ft-combobox-single-select-default-helper-text-color","",ct.contentGlobalSubtle),it.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),it.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),it.extend("--ft-combobox-single-select-error-border-color","",ct.borderErrorPrimary),it.extend("--ft-combobox-single-select-error-helper-text-color","",ct.contentErrorPrimary),it.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),it.extend("--ft-combobox-single-select-warning-border-color","",ct.borderWarningPrimary),it.extend("--ft-combobox-single-select-warning-helper-text-color","",ct.contentWarningPrimary),it.extend("--ft-combobox-single-select-warning-helper-icon-color","",ct.contentWarningIconOnly),it.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),it.extend("--ft-combobox-single-select-focus-focus-ring-color","",ct.borderActionFocusRing),it.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),it.extend("--ft-combobox-single-select-disabled-component-opacity","",nt.opacity40),it.extend("--ft-combobox-multi-select-background-color","",nt.colorWhite),it.extend("--ft-combobox-multi-select-label-color","",ct.contentGlobalSubtle),it.extend("--ft-combobox-multi-select-trailing-icon-color","",ct.contentGlobalSubtle),it.extend("--ft-combobox-multi-select-default-border-color","",ct.borderInputPrimary),it.extend("--ft-combobox-multi-select-default-helper-text-color","",ct.contentGlobalSubtle),it.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),it.extend("--ft-combobox-multi-select-error-border-color","",ct.borderErrorPrimary),it.extend("--ft-combobox-multi-select-error-helper-text-color","",ct.contentErrorPrimary),it.extend("--ft-combobox-multi-select-error-helper-icon","",ct.contentErrorIconOnly),it.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),it.extend("--ft-combobox-multi-select-warning-border-color","",ct.borderWarningPrimary),it.extend("--ft-combobox-multi-select-warning-helper-text-color","",ct.contentWarningPrimary),it.extend("--ft-combobox-multi-select-warning-helper-icon-color","",ct.contentWarningIconOnly),it.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),it.extend("--ft-combobox-multi-select-focus-focus-ring-color","",ct.borderActionFocusRing),it.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),it.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),it.extend("--ft-combobox-multi-select-disabled-component-opacity","",nt.opacity40),it.extend("--ft-combobox-multi-select-helper-horizontal-padding","",nt.spacing4),it.extend("--ft-combobox-multi-select-helper-horizontal-gap","",nt.spacing1),it.extend("--ft-combobox-multi-select-helper-vertical-gap","",nt.spacing1),it.extend("--ft-combobox-multi-select-helper-icon-size","",nt.iconSize2),it.extend("--ft-combobox-multi-select-field-horizontal-padding","",nt.spacing4),it.extend("--ft-combobox-multi-select-field-horizontal-gap","",nt.spacing3),it.extend("--ft-combobox-multi-select-field-vertical-gap","",nt.spacing05),it.extend("--ft-combobox-multi-select-field-icon-size","",nt.iconSize3),it.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),it.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",nt.spacing1),it.extend("--ft-combobox-multi-select-content-values-vertical-gap","",nt.spacing1),it.extend("--ft-combobox-multi-select-border-radius","",nt.borderRadiusM),it.extend("--ft-popover-background-color","",ct.backgroundGlobalOnSurface),it.extend("--ft-popover-horizontal-padding","",nt.spacing6),it.extend("--ft-popover-vertical-padding","",nt.spacing6),it.extend("--ft-popover-icon-color","",ct.contentGlobalSecondary),it.extend("--ft-popover-icon-size","",nt.iconSize2),it.extend("--ft-popover-title-color","",ct.contentGlobalPrimary),it.extend("--ft-popover-body-color","",ct.contentGlobalSecondary),it.extend("--ft-popover-link-color","",ct.contentActionPrimary),it.extend("--ft-popover-gap","",nt.spacing3),it.extend("--ft-popover-border-radius","",nt.borderRadiusM),it.extend("--ft-popover-shadow","",nt.shadowElevation02),it.extend("--ft-tabs-top-left-border-radius","",nt.borderRadiusS),it.extend("--ft-tabs-top-right-border-radius","",nt.borderRadiusS),it.extend("--ft-tabs-label-horizontal-padding","",nt.spacing4),it.extend("--ft-tabs-label-vertical-padding","",nt.spacing3),it.extend("--ft-tabs-label-gap","",nt.spacing1),it.extend("--ft-tabs-off-hover-state-layer-opacity","",nt.opacity8),it.extend("--ft-tabs-off-focus-state-layer-opacity","",nt.opacity8),it.extend("--ft-tabs-off-active-state-layer-opacity","",nt.opacity16),it.extend("--ft-tabs-off-disabled-component-opacity","",nt.opacity40),it.extend("--ft-tabs-off-color","",ct.contentGlobalSubtle),it.extend("--ft-tabs-off-state-layer-color","",ct.contentGlobalSubtle),it.extend("--ft-tabs-on-hover-state-layer-opacity","",nt.opacity8),it.extend("--ft-tabs-on-focus-state-layer-opacity","",nt.opacity8),it.extend("--ft-tabs-on-active-state-layer-opacity","",nt.opacity16),it.extend("--ft-tabs-on-disabled-component-opacity","",nt.opacity40),it.extend("--ft-tabs-on-color","",ct.contentActionPrimary),it.extend("--ft-tabs-on-state-layer-color","",ct.contentActionPrimary),it.extend("--ft-tabs-icon-horizontal-padding","",nt.spacing1),it.extend("--ft-tabs-icon-vertical-padding","",nt.spacing4),it.create("--ft-tabs-focus-outline-width","","SIZE","2px"),it.extend("--ft-tabs-focus-focus-ring-color","",ct.borderActionFocusRing),it.extend("--ft-collapsible-hover-state-layer-opacity","",nt.opacity8),it.extend("--ft-collapsible-focus-state-layer-opacity","",nt.opacity8),it.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),it.extend("--ft-collapsible-focus-focus-ring-color","",ct.borderActionFocusRing),it.extend("--ft-collapsible-active-state-layer-opacity","",nt.opacity16),it.extend("--ft-collapsible-disabled-component-opacity","",nt.opacity40),it.extend("--ft-collapsible-horizontal-padding","",nt.spacing4),it.extend("--ft-collapsible-vertical-padding","",nt.spacing3),it.extend("--ft-collapsible-color","",ct.contentGlobalPrimary),it.extend("--ft-collapsible-state-layer-color","",ct.contentGlobalPrimary),it.extend("--ft-collapsible-background-color","",ct.backgroundGlobalOnSurface),it.extend("--ft-collapsible-border-color","",ct.borderGlobalSubtle),it.extend("--ft-collapsible-icon-size","",nt.iconSize3),it.extend("--ft-switch-group-horizontal-padding","",nt.spacing1),it.extend("--ft-switch-group-vertical-padding","",nt.spacing1),it.extend("--ft-switch-group-gap","",nt.spacing1),it.extend("--ft-switch-group-background-color","",ct.backgroundGlobalSurface),it.extend("--ft-switch-group-border-color","",ct.borderGlobalSubtle),it.create("--ft-switch-group-border-radius","","SIZE","6px"),it.extend("--ft-switch-label-horizontal-padding","",nt.spacing2),it.extend("--ft-switch-label-vertical-padding","",nt.spacing1),it.extend("--ft-switch-off-hover-state-layer-opacity","",nt.opacity8),it.extend("--ft-switch-off-focus-state-layer-opacity","",nt.opacity8),it.extend("--ft-switch-off-active-state-layer-opacity","",nt.opacity16),it.extend("--ft-switch-off-disabled-component-opacity","",nt.opacity40),it.extend("--ft-switch-off-color","",ct.contentGlobalSubtle),it.extend("--ft-switch-off-state-layer-color","",ct.contentGlobalSubtle),it.extend("--ft-switch-on-hover-state-layer-opacity","",nt.opacity8),it.extend("--ft-switch-on-focus-state-layer-opacity","",nt.opacity8),it.extend("--ft-switch-on-active-state-layer-opacity","",nt.opacity16),it.extend("--ft-switch-on-disabled-component-opacity","",nt.opacity40),it.extend("--ft-switch-on-color","",ct.contentActionPrimary),it.extend("--ft-switch-on-state-layer-color","",ct.contentActionPrimary),it.extend("--ft-switch-icon-horizontal-padding","",nt.spacing1),it.extend("--ft-switch-icon-vertical-padding","",nt.spacing1),it.create("--ft-switch-focus-outline-width","","SIZE","2px"),it.extend("--ft-switch-focus-focus-ring-color","",ct.borderActionFocusRing),it.extend("--ft-switch-option-border-radius","",nt.borderRadiusS),it.extend("--ft-chart-1-light","for area color charts",nt.colorBrand40),it.extend("--ft-chart-1-base","for line charts",nt.colorBrand0),it.extend("--ft-chart-2-light","for area color charts",nt.colorYellow60),it.extend("--ft-chart-2-base","for line charts",nt.colorYellow100),it.extend("--ft-chart-3-light","",nt.colorUltramarine40),it.extend("--ft-chart-3-base","",nt.colorUltramarine70),it.extend("--ft-chart-4-light","",nt.colorCyan50),it.extend("--ft-chart-4-base","",nt.colorCyan100),it.extend("--ft-chart-5-light","",nt.colorRed40),it.extend("--ft-chart-5-base","",nt.colorRed60),it.extend("--ft-chart-6-light","",nt.colorGreen40),it.extend("--ft-chart-6-base","",nt.colorGreen70),it.extend("--ft-chart-7-light","",nt.colorOrange70),it.extend("--ft-chart-7-base","",nt.colorOrange100),it.extend("--ft-chart-8-light","",nt.colorAvocado70),it.extend("--ft-chart-8-base","",nt.colorAvocado200),it.extend("--ft-chart-9-light","",nt.colorBrown50),it.extend("--ft-chart-9-base","",nt.colorBrown200),it.extend("--ft-chart-10-light","",nt.colorGray50),it.extend("--ft-chart-10-base","",nt.colorGray80),it.extend("--ft-chart-monochrome-10","",nt.colorBrand10),it.extend("--ft-chart-monochrome-20","",nt.colorBrand20),it.extend("--ft-chart-monochrome-30","",nt.colorBrand40),it.extend("--ft-chart-monochrome-40","",nt.colorBrand60),it.extend("--ft-chart-monochrome-50","",nt.colorBrand0),it.extend("--ft-chart-monochrome-60","",nt.colorBrand200),it.extend("--ft-chip-large-horizontal-padding","",nt.spacing4),it.extend("--ft-chip-large-vertical-padding","",nt.spacing2),it.extend("--ft-chip-large-gap","",nt.spacing1),it.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),it.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),it.extend("--ft-chip-large-border-radius","",nt.borderRadiusPill),it.create("--ft-chip-large-border-width","","SIZE","1px"),it.extend("--ft-chip-large-icon-size","",nt.iconSize3),it.extend("--ft-chip-medium-horizontal-padding","",nt.spacing3),it.extend("--ft-chip-medium-vertical-padding","",nt.spacing1),it.extend("--ft-chip-medium-gap","",nt.spacing1),it.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),it.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),it.extend("--ft-chip-medium-border-radius","",nt.borderRadiusPill),it.create("--ft-chip-medium-border-width","","SIZE","1px"),it.extend("--ft-chip-medium-icon-size","",nt.iconSize2),it.extend("--ft-chip-small-horizontal-padding","",nt.spacing2),it.extend("--ft-chip-small-vertical-padding","",nt.spacing05),it.extend("--ft-chip-small-gap","",nt.spacing1),it.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),it.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),it.extend("--ft-chip-small-border-radius","",nt.borderRadiusPill),it.create("--ft-chip-small-border-width","","SIZE","1px"),it.extend("--ft-chip-small-icon-size","",nt.iconSize1),it.extend("--ft-chip-neutral-background-color","",ct.backgroundGlobalOnSurface),it.extend("--ft-chip-neutral-color","",ct.contentGlobalPrimary),it.extend("--ft-chip-neutral-icon-color","",ct.contentGlobalPrimary),it.extend("--ft-chip-neutral-border-color","",ct.borderGlobalSubtle),it.extend("--ft-chip-info-background-color","",ct.backgroundInfoSubtle),it.extend("--ft-chip-info-color","",ct.contentInfoPrimary),it.extend("--ft-chip-info-icon-color","",ct.contentInfoIconOnly),it.extend("--ft-chip-info-border-color","",ct.borderInfoSubtle),it.extend("--ft-chip-success-background-color","",ct.backgroundSuccessSubtle),it.extend("--ft-chip-success-color","",ct.contentSuccessPrimary),it.extend("--ft-chip-success-icon-color","",ct.contentSuccessIconOnly),it.extend("--ft-chip-success-border-color","",ct.borderSuccessSubtle),it.extend("--ft-chip-warning-background-color","",ct.backgroundWarningSubtle),it.extend("--ft-chip-warning-color","",ct.contentWarningPrimary),it.extend("--ft-chip-warning-icon-color","",ct.contentWarningIconOnly),it.extend("--ft-chip-warning-border-color","",ct.borderWarningSubtle),it.extend("--ft-chip-error-background-color","",ct.backgroundErrorSubtle),it.extend("--ft-chip-error-color","",ct.contentErrorPrimary),it.extend("--ft-chip-error-icon-color","",ct.contentErrorIconOnly),it.extend("--ft-chip-error-border-color","",ct.borderErrorSubtle),it.extend("--ft-border-info-border-color","",ct.borderInfoSubtle),it.create("--ft-notice-border-width","","SIZE","1px"),it.extend("--ft-notice-horizontal-padding","",nt.spacing2),it.extend("--ft-notice-vertical-padding","",nt.spacing1),it.extend("--ft-notice-border-radius","",nt.borderRadiusS),it.extend("--ft-notice-gap","",nt.spacing2),it.extend("--ft-notice-icon-size","",nt.iconSize3),it.extend("--ft-notice-info-background-color","",ct.backgroundInfoSubtle),it.extend("--ft-notice-info-border-color","",ct.borderInfoSubtle),it.extend("--ft-notice-info-color","",ct.contentInfoPrimary),it.extend("--ft-notice-info-icon-color","",ct.contentInfoIconOnly),it.extend("--ft-notice-warning-background-color","",ct.backgroundWarningSubtle),it.extend("--ft-notice-warning-border-color","",ct.borderWarningSubtle),it.extend("--ft-notice-warning-color","",ct.contentWarningPrimary),it.extend("--ft-notice-warning-icon-color","",ct.contentWarningIconOnly),it.extend("--ft-notice-error-background-color","",ct.backgroundErrorSubtle),it.extend("--ft-notice-error-border-color","",ct.borderErrorSubtle),it.extend("--ft-notice-error-color","",ct.contentErrorPrimary),it.extend("--ft-notice-error-icon-color","",ct.contentErrorIconOnly),it.extend("--ft-notice-success-background-color","",ct.backgroundSuccessSubtle),it.extend("--ft-notice-success-border-color","",ct.borderSuccessSubtle),it.extend("--ft-notice-success-color","",ct.contentSuccessPrimary),it.extend("--ft-notice-success-icon-color","",ct.contentSuccessIconOnly),it.extend("--ft-checkbox-color","",ct.contentGlobalPrimary),it.extend("--ft-checkbox-checked-background-color","",ct.contentActionPrimary),it.extend("--ft-checkbox-checked-state-layer-color","",ct.contentActionPrimary),it.extend("--ft-checkbox-checked-icon-color","",ct.contentGlobalOnColor),it.extend("--ft-checkbox-checked-hover-state-layer-opacity","",nt.opacity16),it.extend("--ft-checkbox-checked-focus-state-layer-opacity","",nt.opacity16),it.extend("--ft-checkbox-checked-active-state-layer-opacity","",nt.opacity24),it.extend("--ft-checkbox-checked-disabled-component-opacity","",nt.opacity40),it.extend("--ft-checkbox-unchecked-border-color","",nt.colorGray80),it.extend("--ft-checkbox-unchecked-state-layer-color","",nt.colorGray80),it.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",nt.opacity16),it.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",nt.opacity16),it.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",nt.opacity24),it.extend("--ft-checkbox-unchecked-disabled-component-opacity","",nt.opacity40),it.extend("--ft-checkbox-focus-focus-ring-color","",ct.borderActionFocusRing),it.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),it.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),it.extend("--ft-checkbox-gap","",nt.spacing3),it.extend("--ft-toggle-off-hover-state-layer-opacity","",nt.opacity16),it.extend("--ft-toggle-off-focus-state-layer-opacity","",nt.opacity16),it.extend("--ft-toggle-off-active-state-layer-opacity","",nt.opacity24),it.extend("--ft-toggle-off-disabled-component-opacity","",nt.opacity40),it.extend("--ft-toggle-off-background-color","",ct.contentGlobalSubtle),it.extend("--ft-toggle-off-icon-color","",ct.contentGlobalSubtle),it.extend("--ft-toggle-off-state-layer-color","",ct.contentGlobalSubtle),it.extend("--ft-toggle-on-hover-state-layer-opacity","",nt.opacity16),it.extend("--ft-toggle-on-focus-state-layer-opacity","",nt.opacity16),it.extend("--ft-toggle-on-active-state-layer-opacity","",nt.opacity24),it.extend("--ft-toggle-on-disabled-component-opacity","",nt.opacity40),it.extend("--ft-toggle-on-background-color","",ct.contentActionPrimary),it.extend("--ft-toggle-on-state-layer-color","",ct.contentActionPrimary),it.extend("--ft-toggle-on-icon-color","",ct.contentActionPrimary),it.extend("--ft-toggle-color","",ct.contentGlobalPrimary),it.extend("--ft-toggle-focus-focus-ring-color","",ct.borderActionFocusRing),it.extend("--ft-toggle-gap","",nt.spacing3),it.extend("--ft-radio-color","",ct.contentGlobalPrimary),it.extend("--ft-radio-selected-radio-color","",ct.contentActionPrimary),it.extend("--ft-radio-selected-state-layer-color","",ct.contentActionPrimary),it.extend("--ft-radio-selected-hover-state-layer-opacity","",nt.opacity16),it.extend("--ft-radio-selected-focus-state-layer-opacity","",nt.opacity16),it.extend("--ft-radio-selected-active-state-layer-opacity","",nt.opacity24),it.extend("--ft-radio-selected-disabled-component-opacity","",nt.opacity40),it.extend("--ft-radio-unselected-state-layer-color","",ct.borderInputPrimary),it.extend("--ft-radio-unselected-border-color","",ct.borderInputPrimary),it.extend("--ft-radio-unselected-hover-state-layer-opacity","",nt.opacity16),it.extend("--ft-radio-unselected-focus-state-layer-opacity","",nt.opacity16),it.extend("--ft-radio-unselected-active-state-layer-opacity","",nt.opacity24),it.extend("--ft-radio-unselected-disabled-component-opacity","",nt.opacity40),it.extend("--ft-radio-focus-focus-ring-color","",ct.borderActionFocusRing),it.create("--ft-radio-focus-outline-offset","","SIZE","3px"),it.create("--ft-radio-focus-outline-width","","SIZE","2px"),it.extend("--ft-radio-gap","",nt.spacing3),it.extend("--ft-notification-icon-size","",nt.iconSize4),it.extend("--ft-notification-horizontal-padding","",nt.spacing4),it.extend("--ft-notification-vertical-padding","",nt.spacing4),it.extend("--ft-notification-info-background-color","",ct.backgroundInfoSubtle),it.extend("--ft-notification-info-color","",ct.contentInfoPrimary),it.extend("--ft-notification-info-icon-color","",ct.contentInfoIconOnly),it.extend("--ft-notification-info-border-color","",ct.borderInfoSubtle),it.extend("--ft-notification-success-background-color","",ct.backgroundSuccessSubtle),it.extend("--ft-notification-success-color","",ct.contentSuccessPrimary),it.extend("--ft-notification-success-icon-color","",ct.contentSuccessIconOnly),it.extend("--ft-notification-success-border-color","",ct.borderSuccessSubtle),it.extend("--ft-notification-warning-background-color","",ct.backgroundWarningSubtle),it.extend("--ft-notification-warning-color","",ct.contentWarningPrimary),it.extend("--ft-notification-warning-icon-color","",ct.contentWarningIconOnly),it.extend("--ft-notification-warning-border-color","",ct.borderWarningSubtle),it.extend("--ft-notification-error-background-color","",ct.backgroundErrorSubtle),it.extend("--ft-notification-error-color","",ct.contentErrorPrimary),it.extend("--ft-notification-error-icon-color","",ct.contentErrorIconOnly),it.extend("--ft-notification-error-border-color","",ct.borderErrorSubtle),it.extend("--ft-notification-border-radius","",nt.borderRadiusPill),it.create("--ft-notification-border-width","","SIZE","1px"),it.extend("--ft-notification-leading-gap","",nt.spacing2),it.extend("--ft-notification-trailing-gap","",nt.spacing8),it.extend("--ft-tooltip-horizontal-padding","",nt.spacing2),it.extend("--ft-tooltip-vertical-padding","",nt.spacing2),it.extend("--ft-tooltip-border-radius","",nt.borderRadiusS),it.extend("--ft-tooltip-color","",ct.contentGlobalOnColor),it.extend("--ft-tooltip-background-color","",ct.contentGlobalPrimary),it.extend("--ft-tooltip-background-opacity","",nt.opacity80),it.extend("--ft-tooltip-shadow","",nt.shadowElevation03),it.create("--ft-tooltip-max-width","","SIZE","256px"),it.extend("--ft-tooltip-gap","",nt.spacing05);const pt=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.titleFont),ft=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.contentFont),dt={fontFamily:ft,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")},st=o.FtCssVariableFactory.extend("--ft-typography-title-font-family","",pt),gt=o.FtCssVariableFactory.extend("--ft-typography-title-font-size","",dt.fontSize,"20px"),ht=o.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",dt.fontWeight,"normal"),yt=o.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",dt.letterSpacing,"0.15px"),bt=o.FtCssVariableFactory.extend("--ft-typography-title-line-height","",dt.lineHeight,"1.2"),ut=o.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",dt.textTransform,"inherit"),mt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",pt),Ot=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",dt.fontSize,"14px"),xt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",dt.fontWeight,"normal"),Nt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",dt.letterSpacing,"0.105px"),St=o.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",dt.lineHeight,"1.7"),vt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",dt.textTransform,"inherit"),wt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",ft),It=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",dt.fontSize,"16px"),Ct=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",dt.fontWeight,"600"),Et=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",dt.letterSpacing,"0.144px"),Wt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",dt.lineHeight,"1.5"),Ut=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",dt.textTransform,"inherit"),Rt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",ft),Zt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",dt.fontSize,"14px"),Kt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",dt.fontWeight,"normal"),Lt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",dt.letterSpacing,"0.098px"),$t=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",dt.lineHeight,"1.7"),zt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",dt.textTransform,"inherit"),kt=o.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",ft),Dt=o.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",dt.fontSize,"16px"),Ft=o.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",dt.fontWeight,"normal"),Bt=o.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",dt.letterSpacing,"0.496px"),Ht=o.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",dt.lineHeight,"1.5"),At=o.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",dt.textTransform,"inherit"),Gt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",ft),Mt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",dt.fontSize,"14px"),Pt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",dt.fontWeight,"normal"),Yt=o.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",dt.letterSpacing,"0.252px"),_t=o.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",dt.lineHeight,"1.4"),jt=o.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",dt.textTransform,"inherit"),Tt=o.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",ft),Xt=o.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",dt.fontSize,"12px"),Vt=o.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",dt.fontWeight,"normal"),qt=o.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",dt.letterSpacing,"0.396px"),Jt=o.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",dt.lineHeight,"1.33"),Qt=o.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",dt.textTransform,"inherit"),to=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",ft),oo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",dt.fontSize,"10px"),eo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",dt.fontWeight,"normal"),ro=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",dt.letterSpacing,"0.33px"),ao=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",dt.lineHeight,"1.6"),io=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",dt.textTransform,"inherit"),no=o.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",ft),lo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",dt.fontSize,"10px"),co=o.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",dt.fontWeight,"normal"),po=o.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",dt.letterSpacing,"1.5px"),fo=o.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",dt.lineHeight,"1.6"),so=o.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",dt.textTransform,"uppercase"),go=o.FtCssVariableFactory.extend("--ft-typography-button-font-family","",ft),ho=o.FtCssVariableFactory.extend("--ft-typography-button-font-size","",dt.fontSize,"14px"),yo=o.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",dt.fontWeight,"600"),bo=o.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",dt.letterSpacing,"1.246px"),uo=o.FtCssVariableFactory.extend("--ft-typography-button-line-height","",dt.lineHeight,"1.15"),mo=o.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",dt.textTransform,"uppercase"),Oo=e.css`
124
+ `}contentAvailableCallback(o){super.contentAvailableCallback(o),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(o){var n,a;super.update(o),o.has("disabled")&&(this.disabled?(this.endRipple(),(n=this.target)===null||n===void 0||n.removeAttribute("data-is-ft-ripple-target")):(a=this.target)===null||a===void 0||a.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var o,n;let a=(o=this.shadowRoot)===null||o===void 0?void 0:o.host.parentElement;a&&this.setupFor((n=this.target)!==null&&n!==void 0?n:a)}setupFor(o){if(this.setupDebouncer.cancel(),this.target===o)return;this.onDisconnect&&this.onDisconnect(),this.target=o,o.setAttribute("data-is-ft-ripple-target","true");let n=(...f)=>y=>{f.forEach(h=>window.addEventListener(h,this.endPress,{once:!0})),this.startPress(y)},a=n("mouseup","contextmenu"),c=n("touchend","touchcancel"),p=f=>{["Enter"," "].includes(f.key)&&n("keyup")(f)},l={passive:!0};o.addEventListener("mouseover",this.startHover,l),o.addEventListener("mousemove",this.moveRipple,l),o.addEventListener("mouseleave",this.endHover,l),o.addEventListener("mousedown",a,l),o.addEventListener("touchstart",c,l),o.addEventListener("touchmove",this.moveRipple,l),o.addEventListener("keydown",p,l),o.addEventListener("focus",this.startFocus,l),o.addEventListener("blur",this.endFocus,l),o.addEventListener("focusin",this.startFocus,l),o.addEventListener("focusout",this.endFocus,l),this.onDisconnect=()=>{o.removeAttribute("data-is-ft-ripple-target"),o.removeEventListener("mouseover",this.startHover,l),o.removeEventListener("mousemove",this.moveRipple,l),o.removeEventListener("mouseleave",this.endHover,l),o.removeEventListener("mousedown",a,l),o.removeEventListener("touchstart",c,l),o.removeEventListener("touchmove",this.moveRipple,l),o.removeEventListener("keydown",p,l),o.removeEventListener("focus",this.startFocus,l),o.removeEventListener("blur",this.endFocus,l),o.removeEventListener("focusin",this.startFocus,l),o.removeEventListener("focusout",this.endFocus,l),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(o){let n=o,a=o,c,p;return n.x!=null?{x:c,y:p}=n:a.touches!=null&&(c=a.touches[0].clientX,p=a.touches[0].clientY),{x:c,y:p}}isFocusVisible(o){return o instanceof HTMLElement?o.matches(":focus-visible"):!0}isIgnored(o){if(this.disabled)return!0;if(o!=null)for(let n of o.composedPath()){if(n===this.target)break;if("hasAttribute"in n&&n.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};m.elementDefinitions={};m.styles=Ht;v([(0,N.property)({type:Boolean})],m.prototype,"primary",void 0);v([(0,N.property)({type:Boolean})],m.prototype,"secondary",void 0);v([(0,N.property)({type:Boolean})],m.prototype,"unbounded",void 0);v([(0,N.property)({type:Boolean})],m.prototype,"activated",void 0);v([(0,N.property)({type:Boolean})],m.prototype,"selected",void 0);v([(0,N.property)({type:Boolean})],m.prototype,"disabled",void 0);v([(0,N.state)()],m.prototype,"hovered",void 0);v([(0,N.state)()],m.prototype,"focused",void 0);v([(0,N.state)()],m.prototype,"pressed",void 0);v([(0,N.state)()],m.prototype,"rippling",void 0);v([(0,N.state)()],m.prototype,"originX",void 0);v([(0,N.state)()],m.prototype,"originY",void 0);v([(0,N.query)(".ft-ripple")],m.prototype,"ripple",void 0);v([(0,N.query)(".ft-ripple--effect")],m.prototype,"rippleEffect",void 0);(0,Pt.customElement)("ft-ripple")(m);var Te=u(W());var Ct=globalThis,lt=Ct.trustedTypes,Gt=lt?lt.createPolicy("lit-html",{createHTML:i=>i}):void 0,Mt="$lit$",k=`lit$${(Math.random()+"").slice(9)}$`,Yt="?"+k,ro=`<${Yt}>`,Z=document,pt=()=>Z.createComment(""),tt=i=>i===null||typeof i!="object"&&typeof i!="function",jt=Array.isArray,ao=i=>jt(i)||typeof i?.[Symbol.iterator]=="function",bt=`[
125
+ \f\r]`,Q=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Kt=/-->/g,Dt=/>/g,H=RegExp(`>|${bt}(?:([^\\s"'>=/]+)(${bt}*=${bt}*(?:[^
126
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),_t=/'/g,Tt=/"/g,Xt=/^(?:script|style|textarea|title)$/i,qt=i=>(o,...n)=>({_$litType$:i,strings:o,values:n}),Jt=qt(1),Qt=qt(2),et=Symbol.for("lit-noChange"),C=Symbol.for("lit-nothing"),Vt=new WeakMap,A=Z.createTreeWalker(Z,129);function te(i,o){if(!Array.isArray(i)||!i.hasOwnProperty("raw"))throw Error("invalid template strings array");return Gt!==void 0?Gt.createHTML(o):o}var no=(i,o)=>{let n=i.length-1,a=[],c,p=o===2?"<svg>":"",l=Q;for(let f=0;f<n;f++){let y=i[f],h,O,b=-1,E=0;for(;E<y.length&&(l.lastIndex=E,O=l.exec(y),O!==null);)E=l.lastIndex,l===Q?O[1]==="!--"?l=Kt:O[1]!==void 0?l=Dt:O[2]!==void 0?(Xt.test(O[2])&&(c=RegExp("</"+O[2],"g")),l=H):O[3]!==void 0&&(l=H):l===H?O[0]===">"?(l=c??Q,b=-1):O[1]===void 0?b=-2:(b=l.lastIndex-O[2].length,h=O[1],l=O[3]===void 0?H:O[3]==='"'?Tt:_t):l===Tt||l===_t?l=H:l===Kt||l===Dt?l=Q:(l=H,c=void 0);let z=l===H&&i[f+1].startsWith("/>")?" ":"";p+=l===Q?y+ro:b>=0?(a.push(h),y.slice(0,b)+Mt+y.slice(b)+k+z):y+k+(b===-2?f:z)}return[te(i,p+(i[n]||"<?>")+(o===2?"</svg>":"")),a]},ot=class i{constructor({strings:o,_$litType$:n},a){let c;this.parts=[];let p=0,l=0,f=o.length-1,y=this.parts,[h,O]=no(o,n);if(this.el=i.createElement(h,a),A.currentNode=this.el.content,n===2){let b=this.el.content.firstChild;b.replaceWith(...b.childNodes)}for(;(c=A.nextNode())!==null&&y.length<f;){if(c.nodeType===1){if(c.hasAttributes())for(let b of c.getAttributeNames())if(b.endsWith(Mt)){let E=O[l++],z=c.getAttribute(b).split(k),nt=/([.?@])?(.*)/.exec(E);y.push({type:1,index:p,name:nt[2],strings:z,ctor:nt[1]==="."?ut:nt[1]==="?"?xt:nt[1]==="@"?St:G}),c.removeAttribute(b)}else b.startsWith(k)&&(y.push({type:6,index:p}),c.removeAttribute(b));if(Xt.test(c.tagName)){let b=c.textContent.split(k),E=b.length-1;if(E>0){c.textContent=lt?lt.emptyScript:"";for(let z=0;z<E;z++)c.append(b[z],pt()),A.nextNode(),y.push({type:2,index:++p});c.append(b[E],pt())}}}else if(c.nodeType===8)if(c.data===Yt)y.push({type:2,index:p});else{let b=-1;for(;(b=c.data.indexOf(k,b+1))!==-1;)y.push({type:7,index:p}),b+=k.length-1}p++}}static createElement(o,n){let a=Z.createElement("template");return a.innerHTML=o,a}};function P(i,o,n=i,a){if(o===et)return o;let c=a!==void 0?n._$Co?.[a]:n._$Cl,p=tt(o)?void 0:o._$litDirective$;return c?.constructor!==p&&(c?._$AO?.(!1),p===void 0?c=void 0:(c=new p(i),c._$AT(i,n,a)),a!==void 0?(n._$Co??=[])[a]=c:n._$Cl=c),c!==void 0&&(o=P(i,c._$AS(i,o.values),c,a)),o}var mt=class{constructor(o,n){this._$AV=[],this._$AN=void 0,this._$AD=o,this._$AM=n}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(o){let{el:{content:n},parts:a}=this._$AD,c=(o?.creationScope??Z).importNode(n,!0);A.currentNode=c;let p=A.nextNode(),l=0,f=0,y=a[0];for(;y!==void 0;){if(l===y.index){let h;y.type===2?h=new dt(p,p.nextSibling,this,o):y.type===1?h=new y.ctor(p,y.name,y.strings,this,o):y.type===6&&(h=new Ot(p,this,o)),this._$AV.push(h),y=a[++f]}l!==y?.index&&(p=A.nextNode(),l++)}return A.currentNode=Z,c}p(o){let n=0;for(let a of this._$AV)a!==void 0&&(a.strings!==void 0?(a._$AI(o,a,n),n+=a.strings.length-2):a._$AI(o[n])),n++}},dt=class i{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(o,n,a,c){this.type=2,this._$AH=C,this._$AN=void 0,this._$AA=o,this._$AB=n,this._$AM=a,this.options=c,this._$Cv=c?.isConnected??!0}get parentNode(){let o=this._$AA.parentNode,n=this._$AM;return n!==void 0&&o?.nodeType===11&&(o=n.parentNode),o}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(o,n=this){o=P(this,o,n),tt(o)?o===C||o==null||o===""?(this._$AH!==C&&this._$AR(),this._$AH=C):o!==this._$AH&&o!==et&&this._(o):o._$litType$!==void 0?this.g(o):o.nodeType!==void 0?this.$(o):ao(o)?this.T(o):this._(o)}k(o){return this._$AA.parentNode.insertBefore(o,this._$AB)}$(o){this._$AH!==o&&(this._$AR(),this._$AH=this.k(o))}_(o){this._$AH!==C&&tt(this._$AH)?this._$AA.nextSibling.data=o:this.$(Z.createTextNode(o)),this._$AH=o}g(o){let{values:n,_$litType$:a}=o,c=typeof a=="number"?this._$AC(o):(a.el===void 0&&(a.el=ot.createElement(te(a.h,a.h[0]),this.options)),a);if(this._$AH?._$AD===c)this._$AH.p(n);else{let p=new mt(c,this),l=p.u(this.options);p.p(n),this.$(l),this._$AH=p}}_$AC(o){let n=Vt.get(o.strings);return n===void 0&&Vt.set(o.strings,n=new ot(o)),n}T(o){jt(this._$AH)||(this._$AH=[],this._$AR());let n=this._$AH,a,c=0;for(let p of o)c===n.length?n.push(a=new i(this.k(pt()),this.k(pt()),this,this.options)):a=n[c],a._$AI(p),c++;c<n.length&&(this._$AR(a&&a._$AB.nextSibling,c),n.length=c)}_$AR(o=this._$AA.nextSibling,n){for(this._$AP?.(!1,!0,n);o&&o!==this._$AB;){let a=o.nextSibling;o.remove(),o=a}}setConnected(o){this._$AM===void 0&&(this._$Cv=o,this._$AP?.(o))}},G=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(o,n,a,c,p){this.type=1,this._$AH=C,this._$AN=void 0,this.element=o,this.name=n,this._$AM=c,this.options=p,a.length>2||a[0]!==""||a[1]!==""?(this._$AH=Array(a.length-1).fill(new String),this.strings=a):this._$AH=C}_$AI(o,n=this,a,c){let p=this.strings,l=!1;if(p===void 0)o=P(this,o,n,0),l=!tt(o)||o!==this._$AH&&o!==et,l&&(this._$AH=o);else{let f=o,y,h;for(o=p[0],y=0;y<p.length-1;y++)h=P(this,f[a+y],n,y),h===et&&(h=this._$AH[y]),l||=!tt(h)||h!==this._$AH[y],h===C?o=C:o!==C&&(o+=(h??"")+p[y+1]),this._$AH[y]=h}l&&!c&&this.O(o)}O(o){o===C?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,o??"")}},ut=class extends G{constructor(){super(...arguments),this.type=3}O(o){this.element[this.name]=o===C?void 0:o}},xt=class extends G{constructor(){super(...arguments),this.type=4}O(o){this.element.toggleAttribute(this.name,!!o&&o!==C)}},St=class extends G{constructor(o,n,a,c,p){super(o,n,a,c,p),this.type=5}_$AI(o,n=this){if((o=P(this,o,n,0)??C)===et)return;let a=this._$AH,c=o===C&&a!==C||o.capture!==a.capture||o.once!==a.once||o.passive!==a.passive,p=o!==C&&(a===C||c);c&&this.element.removeEventListener(this.name,this,a),p&&this.element.addEventListener(this.name,this,o),this._$AH=o}handleEvent(o){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,o):this._$AH.handleEvent(o)}},Ot=class{constructor(o,n,a){this.element=o,this.type=6,this._$AN=void 0,this._$AM=n,this.options=a}get _$AU(){return this._$AM._$AU}_$AI(o){P(this,o)}};var io=Ct.litHtmlPolyfillSupport;io?.(ot,dt),(Ct.litHtmlVersions??=[]).push("3.1.0");var oe=Symbol.for(""),co=i=>{if(i?.r===oe)return i?._$litStatic$},Nt=i=>({_$litStatic$:i,r:oe});var ee=new Map,re=i=>(o,...n)=>{let a=n.length,c,p,l=[],f=[],y,h=0,O=!1;for(;h<a;){for(y=o[h];h<a&&(p=n[h],(c=co(p))!==void 0);)y+=c+o[++h],O=!0;h!==a&&f.push(p),l.push(y),h++}if(h===a&&l.push(o[a]),O){let b=l.join("$$lit$$");(o=ee.get(b))===void 0&&(l.raw=l,ee.set(b,o=l)),n=f}return i(o,...n)},vt=re(Jt),Io=re(Qt);var It=u(ct()),_e=u(W());var st;(function(i){i.title="title",i.title_dense="title-dense",i.subtitle1="subtitle1",i.subtitle2="subtitle2",i.body1="body1",i.body2="body2",i.caption="caption",i.breadcrumb="breadcrumb",i.overline="overline",i.button="button",i.display="display",i.title1="title-1",i.title2="title-2",i.title3="title-3",i.body1regular="body-1-regular",i.body1medium="body-1-medium",i.body1semibold="body-1-semibold",i.body2regular="body-2-regular",i.body2medium="body-2-medium",i.body2semibold="body-2-semibold",i.label1medium="label-1-medium",i.label1semibold="label-1-semibold",i.label1bold="label-1-bold",i.label2medium="label-2-medium",i.label2semibold="label-2-semibold",i.label2bold="label-2-bold",i.caption1medium="caption-1-medium",i.caption1semibold="caption-1-semibold",i.caption1bold="caption-1-bold",i.caption2medium="caption-2-medium",i.caption2semibold="caption-2-semibold",i.caption2bold="caption-2-bold"})(st||(st={}));var I=u(B()),d=u(W());var L=u(B(),1),U=i=>typeof i=="string"?(0,L.unsafeCSS)(i):i,t=class{static create(o,n,a,c){let p=f=>U(f??c),l=L.css`var(${U(o)}, ${p(c)})`;return l.name=o,l.description=n,l.category=a,l.defaultValue=c,l.defaultCssValue=p,l.get=f=>L.css`var(${U(o)}, ${p(f)})`,l.breadcrumb=()=>[],l.lastResortDefaultValue=()=>c,l}static extend(o,n,a,c){let p=f=>a.get(f??c),l=L.css`var(${U(o)}, ${p(c)})`;return l.name=o,l.description=n,l.category=a.category,l.fallbackVariable=a,l.defaultValue=c,l.defaultCssValue=p,l.get=f=>L.css`var(${U(o)}, ${p(f)})`,l.breadcrumb=()=>[a.name,...a.breadcrumb()],l.lastResortDefaultValue=()=>c??a.lastResortDefaultValue(),l}static external(o,n){let a=p=>o.fallbackVariable?o.fallbackVariable.get(p??o.defaultValue):U(p??o.lastResortDefaultValue()),c=L.css`var(${U(o.name)}, ${a(o.defaultValue)})`;return c.name=o.name,c.category=o.category,c.fallbackVariable=o.fallbackVariable,c.defaultValue=o.defaultValue,c.context=n,c.defaultCssValue=a,c.get=p=>L.css`var(${U(o.name)}, ${a(p)})`,c.breadcrumb=()=>o.fallbackVariable?[o.fallbackVariable.name,...o.fallbackVariable.breadcrumb()]:[],c.lastResortDefaultValue=()=>o.lastResortDefaultValue(),c}};var e={colorWhite:t.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:t.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:t.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:t.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:t.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:t.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:t.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:t.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:t.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:t.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:t.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:t.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:t.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:t.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:t.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:t.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:t.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:t.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:t.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:t.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:t.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:t.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:t.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:t.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:t.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:t.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:t.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:t.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:t.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:t.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:t.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:t.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:t.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:t.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:t.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:t.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:t.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:t.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:t.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:t.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:t.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:t.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:t.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:t.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:t.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:t.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:t.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:t.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:t.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:t.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:t.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:t.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:t.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:t.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:t.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:t.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:t.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:t.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:t.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:t.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:t.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:t.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:t.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:t.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:t.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:t.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:t.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:t.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:t.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:t.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:t.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:t.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:t.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:t.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:t.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:t.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:t.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:t.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:t.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:t.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:t.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:t.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:t.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:t.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:t.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:t.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:t.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:t.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:t.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:t.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:t.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:t.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:t.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:t.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:t.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:t.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:t.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:t.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:t.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:t.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:t.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:t.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:t.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:t.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:t.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:t.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:t.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:t.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:t.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:t.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:t.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:t.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:t.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:t.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:t.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:t.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:t.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:t.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:t.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:t.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:t.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:t.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:t.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:t.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:t.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:t.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:t.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:t.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:t.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:t.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:t.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:t.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:t.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:t.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:t.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:t.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:t.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:t.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:t.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:t.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:t.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:t.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:t.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:t.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:t.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:t.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:t.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:t.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:t.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:t.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:t.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:t.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:t.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:t.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:t.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:t.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:t.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:t.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:t.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:t.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:t.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:t.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:t.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:t.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:t.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:t.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:t.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:t.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:t.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:t.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:t.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:t.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:t.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:t.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:t.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:t.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:t.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:t.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:t.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:t.create("--ft-icon-size-6","","SIZE","48px"),opacity0:t.create("--ft-opacity-0","","NUMBER","0"),opacity8:t.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:t.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:t.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:t.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:t.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:t.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:t.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:t.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:t.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:t.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:t.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:t.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:t.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:t.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},ae={fontFamily:t.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:t.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-display-textCase","","UNKNOWN","none")},ne={fontFamily:t.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:t.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},ie={fontFamily:t.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:t.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},ce={fontFamily:t.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:t.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:t.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},le={fontFamily:t.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:t.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},pe={fontFamily:t.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},de={fontFamily:t.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},se={fontFamily:t.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:t.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},fe={fontFamily:t.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},lo={fontFamily:t.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:t.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:t.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},ye={fontFamily:t.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},ge={fontFamily:t.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},he={fontFamily:t.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},be={fontFamily:t.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},me={fontFamily:t.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},ue={fontFamily:t.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},xe={fontFamily:t.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},Se={fontFamily:t.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},Oe={fontFamily:t.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Ce={fontFamily:t.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Ne={fontFamily:t.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},ve={fontFamily:t.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Ie={fontFamily:t.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},We={fontFamily:t.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},we={fontFamily:t.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},Re={fontFamily:t.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},ft={display:ae,"title-1":ne,"title-2":ie,"title-3":ce,"body-1-regular":le,"body-1-medium":pe,"body-1-semibold":de,"body-2-regular":se,"body-2-medium":fe,"body-2-medium-underline":lo,"body-2-semibold":ye,"label-1-medium":ge,"label-1-semibold":he,"label-1-bold":be,"label-2-medium":me,"label-2-semibold":ue,"label-2-bold":xe,"caption-1-medium":Se,"caption-1-semibold":Oe,"caption-1-bold":Ce,"caption-2-medium":Ne,"caption-2-semibold":ve,"caption-2-bold":Ie,"caption-3-medium":We,"caption-3-semibold":we,"caption-3-bold":Re};var r={backgroundActionPrimary:t.extend("--ft-background-action-primary","Used as backgorund of primary action components.",e.colorBrand0),backgroundErrorSubtle:t.extend("--ft-background-error-subtle","Used as background of subtle error components.",e.colorRed10),backgroundInfoSubtle:t.extend("--ft-background-info-subtle","Used as background of subtle information components.",e.colorCyan10),backgroundWarningSubtle:t.extend("--ft-background-warning-subtle","Used as background of subtle information components.",e.colorOrange10),backgroundSuccessSubtle:t.extend("--ft-background-success-subtle","Used as background of subtle success components.",e.colorGreen10),backgroundGlobalSurface:t.extend("--ft-background-global-surface","Used as app background.",e.colorWhite),backgroundGlobalOnSurface:t.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",e.colorGray10),backgroundGlobalOnSurfaceDark:t.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",e.colorGray30),contentActionPrimary:t.extend("--ft-content-action-primary","Used on label of primary action on light surface.",e.colorBrand0),contentWarningPrimary:t.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",e.colorOrange200),contentWarningIconOnly:t.extend("--ft-content-warning-icon-only","Used on warning status icons alone",e.colorOrange0),contentErrorPrimary:t.extend("--ft-content-error-primary","Used on label of error messages on light surface.",e.colorRed0),contentErrorIconOnly:t.extend("--ft-content-error-icon-only","Used on error status icons alone",e.colorRed70),contentInfoPrimary:t.extend("--ft-content-info-primary","Used on label of information messages on light surface.",e.colorCyan200),contentInfoIconOnly:t.extend("--ft-content-info-icon-only","Used on info status icons alone",e.colorCyan0),contentSuccessPrimary:t.extend("--ft-content-success-primary","Used on label of success messages on light surface.",e.colorGreen200),contentSuccessIconOnly:t.extend("--ft-content-success-icon-only","Used on success status icons alone",e.colorGreen0),contentGlobalPrimary:t.extend("--ft-content-global-primary","Used for main content on the page.",e.colorGray500),contentGlobalSecondary:t.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
127
+ Also for action icons.`,e.colorGray200),contentGlobalSubtle:t.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",e.colorGray0),contentGlobalOnColor:t.extend("--ft-content-global-on-color","Used for content on a dominant color.",e.colorWhite),borderActionPrimary:t.extend("--ft-border-action-primary","Used as border for primary action components.",e.colorBrand0),borderActionFocusRing:t.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",e.colorCyan0),borderWarningPrimary:t.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",e.colorOrange200),borderWarningSubtle:t.extend("--ft-border-warning-subtle","Used as border for warning components.",e.colorOrange30),borderSuccessPrimary:t.extend("--ft-border-success-primary","Used as border for success buttons.",e.colorGreen200),borderSuccessSubtle:t.extend("--ft-border-success-subtle","Used as border for success components.",e.colorGreen30),borderErrorPrimary:t.extend("--ft-border-error-primary","Used as border for text fields in error states.",e.colorRed0),borderErrorSubtle:t.extend("--ft-border-error-subtle","Used as border for error components.",e.colorRed30),borderInfoPrimary:t.extend("--ft-border-info-primary","Used as border for buttons in info color.",e.colorCyan200),borderInfoSubtle:t.extend("--ft-border-info-subtle","Used as border for information components.",e.colorCyan30),borderGlobalPrimary:t.extend("--ft-border-global-primary","Used as border for element like input.",e.colorGray50),borderGlobalSubtle:t.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",e.colorGray30),borderInputPrimary:t.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",e.colorGray80)};var Zo={largeHeight:t.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:t.extend("--ft-button-large-horizontal-padding","",e.spacing4),largeGap:t.extend("--ft-button-large-gap","",e.spacing2),largeBorderRadius:t.extend("--ft-button-large-border-radius","",e.borderRadiusS),largeIconSize:t.extend("--ft-button-large-icon-size","",e.iconSize3),largeBorderWidth:t.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:t.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:t.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:t.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:t.extend("--ft-button-small-horizontal-padding","",e.spacing3),smallGap:t.extend("--ft-button-small-gap","",e.spacing2),smallBorderRadius:t.extend("--ft-button-small-border-radius","",e.borderRadiusS),smallIconSize:t.extend("--ft-button-small-icon-size","",e.iconSize2),smallBorderWidth:t.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:t.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:t.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:t.extend("--ft-button-primary-background-color","",r.backgroundActionPrimary),primaryColor:t.extend("--ft-button-primary-color","",r.contentGlobalOnColor),primaryIconColor:t.extend("--ft-button-primary-icon-color","",r.contentGlobalOnColor),primaryStateLayerColor:t.extend("--ft-button-primary-state-layer-color","",r.contentGlobalOnColor),primaryHoverStateLayerOpacity:t.extend("--ft-button-primary-hover-state-layer-opacity","",e.opacity16),primaryFocusStateLayerOpacity:t.extend("--ft-button-primary-focus-state-layer-opacity","",e.opacity16),primaryActiveStateLayerOpacity:t.extend("--ft-button-primary-active-state-layer-opacity","",e.opacity24),primaryDisabledComponentOpacity:t.extend("--ft-button-primary-disabled-component-opacity","",e.opacity40),focusFocusRingColor:t.extend("--ft-button-focus-focus-ring-color","",r.borderActionFocusRing),tertiaryBackgroundColor:t.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:t.extend("--ft-button-tertiary-color","",r.contentActionPrimary),tertiaryIconColor:t.extend("--ft-button-tertiary-icon-color","",r.contentActionPrimary),tertiaryStateLayerColor:t.extend("--ft-button-tertiary-state-layer-color","",r.contentActionPrimary),tertiaryHoverStateLayerOpacity:t.extend("--ft-button-tertiary-hover-state-layer-opacity","",e.opacity8),tertiaryFocusStateLayerOpacity:t.extend("--ft-button-tertiary-focus-state-layer-opacity","",e.opacity8),tertiaryActiveStateLayerOpacity:t.extend("--ft-button-tertiary-active-state-layer-opacity","",e.opacity16),tertiaryDisabledComponentOpacity:t.extend("--ft-button-tertiary-disabled-component-opacity","",e.opacity40),secondaryBackgroundColor:t.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:t.extend("--ft-button-secondary-color","",r.contentActionPrimary),secondaryIconColor:t.extend("--ft-button-secondary-icon-color","",r.contentActionPrimary),secondaryStateLayerColor:t.extend("--ft-button-secondary-state-layer-color","",r.contentActionPrimary),secondaryHoverStateLayerOpacity:t.extend("--ft-button-secondary-hover-state-layer-opacity","",e.opacity8),secondaryFocusStateLayerOpacity:t.extend("--ft-button-secondary-focus-state-layer-opacity","",e.opacity8),secondaryActiveStateLayerOpacity:t.extend("--ft-button-secondary-active-state-layer-opacity","",e.opacity16),secondaryDisabledComponentOpacity:t.extend("--ft-button-secondary-disabled-component-opacity","",e.opacity40),secondaryBorderColor:t.extend("--ft-button-secondary-border-color","",r.borderActionPrimary),neutralBackgroundColor:t.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:t.extend("--ft-button-neutral-icon-color","",r.contentGlobalSecondary),neutralColor:t.extend("--ft-button-neutral-color","",r.contentGlobalSecondary),neutralStateLayerColor:t.extend("--ft-button-neutral-state-layer-color","",r.contentGlobalSecondary),neutralHoverStateLayerOpacity:t.extend("--ft-button-neutral-hover-state-layer-opacity","",e.opacity8),neutralFocusStateLayerOpacity:t.extend("--ft-button-neutral-focus-state-layer-opacity","",e.opacity8),neutralActiveStateLayerOpacity:t.extend("--ft-button-neutral-active-state-layer-opacity","",e.opacity16),neutralDisabledComponentOpacity:t.extend("--ft-button-neutral-disabled-component-opacity","",e.opacity40)};var _o={iconSize:t.extend("--ft-banner-icon-size","",e.iconSize5),borderWidth:t.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:t.extend("--ft-banner-horizontal-padding","",e.spacing6),verticalPadding:t.extend("--ft-banner-vertical-padding","",e.spacing6),horizontalSideGap:t.extend("--ft-banner-horizontal-side-gap","",e.spacing6),horizontalMobileGap:t.extend("--ft-banner-horizontal-mobile-gap","",e.spacing4),verticalMobileGap:t.extend("--ft-banner-vertical-mobile-gap","",e.spacing6),horizontalMiddleGap:t.extend("--ft-banner-horizontal-middle-gap","",e.spacing20),infoBackgroundColor:t.extend("--ft-banner-info-background-color","",r.backgroundInfoSubtle),infoColor:t.extend("--ft-banner-info-color","",r.contentInfoPrimary),infoIconColor:t.extend("--ft-banner-info-icon-color","",r.contentInfoIconOnly)};var jo={horizontalGap:t.extend("--ft-breadcrumb-horizontal-gap","",e.spacing1),verticalGap:t.extend("--ft-breadcrumb-vertical-gap","",e.spacing2),currentElementColor:t.extend("--ft-breadcrumb-current-element-color","",r.contentGlobalPrimary),iconColor:t.extend("--ft-breadcrumb-icon-color","",r.contentGlobalSubtle)};var tr={horizontalPadding:t.extend("--ft-page-header-horizontal-padding","",e.spacing12),horizontalGap:t.extend("--ft-page-header-horizontal-gap","",e.spacing4),verticalGap:t.extend("--ft-page-header-vertical-gap","",e.spacing2),classicVerticalPadding:t.extend("--ft-page-header-classic-vertical-padding","",e.spacing6),multilineVerticalPadding:t.extend("--ft-page-header-multiline-vertical-padding","",e.spacing4),inlineVerticalPadding:t.extend("--ft-page-header-inline-vertical-padding","",e.spacing2),backgroundColor:t.extend("--ft-page-header-background-color","",e.colorWhite),bottomBorderColor:t.extend("--ft-page-header-bottom-border-color","",r.borderGlobalSubtle),titleColor:t.extend("--ft-page-header-title-color","",r.contentGlobalPrimary),subtitleColor:t.extend("--ft-page-header-subtitle-color","",r.contentGlobalSecondary)};var nr={smallContainerWidth:t.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:t.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:t.extend("--ft-modal-overlay-background-color","",e.colorGray700),overlayOpacity:t.extend("--ft-modal-overlay-opacity","",e.opacity40),shadow:t.extend("--ft-modal-shadow","",e.shadowElevation03),bodyBackgroundColor:t.extend("--ft-modal-body-background-color","",e.colorWhite),bodyColor:t.extend("--ft-modal-body-color","",r.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-modal-body-horizontal-padding","",e.spacing6),bodyVerticalPadding:t.extend("--ft-modal-body-vertical-padding","",e.spacing6),bodyVerticalGap:t.extend("--ft-modal-body-vertical-gap","",e.spacing6),containerMargin:t.extend("--ft-modal-container-margin","",e.spacing3),headerBackgroundColor:t.extend("--ft-modal-header-background-color","",r.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-modal-header-border-color","",r.borderGlobalSubtle),headerColor:t.extend("--ft-modal-header-color","",r.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-modal-header-trailing-icon-color","",r.contentGlobalSecondary),headerVerticalPadding:t.extend("--ft-modal-header-vertical-padding","",e.spacing1),headerRightPadding:t.extend("--ft-modal-header-right-padding","",e.spacing1),headerLeftPadding:t.extend("--ft-modal-header-left-padding","",e.spacing6),headerGap:t.extend("--ft-modal-header-gap","",e.spacing2),headerBorderBottom:t.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:t.extend("--ft-modal-border-radius","",e.borderRadiusM)};var dr={overlayOpacity:t.extend("--ft-drawer-overlay-opacity","",e.opacity40),shadow:t.extend("--ft-drawer-shadow","",e.shadowElevation03),bodyColor:t.extend("--ft-drawer-body-color","",r.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-drawer-body-horizontal-padding","",e.spacing6),bodyVerticalPadding:t.extend("--ft-drawer-body-vertical-padding","",e.spacing6),bodyGap:t.extend("--ft-drawer-body-gap","",e.spacing6),bodyBackgroundColor:t.extend("--ft-drawer-body-background-color","",e.colorWhite),headerBackgroundColor:t.extend("--ft-drawer-header-background-color","",r.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-drawer-header-border-color","",r.borderGlobalSubtle),headerColor:t.extend("--ft-drawer-header-color","",r.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-drawer-header-trailing-icon-color","",r.contentGlobalSecondary),headerHeight:t.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:t.extend("--ft-drawer-header-horizontal-padding","",e.spacing2),headerBorderWidth:t.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:t.extend("--ft-drawer-header-gap","",e.spacing3),buttonsBarBackgroundColor:t.extend("--ft-drawer-buttons-bar-background-color","",r.backgroundGlobalOnSurface),buttonsBarBorderColor:t.extend("--ft-drawer-buttons-bar-border-color","",r.borderGlobalSubtle),buttonsBarColor:t.extend("--ft-drawer-buttons-bar-color","",r.contentGlobalPrimary),buttonsBarHorizontalPadding:t.extend("--ft-drawer-buttons-bar-horizontal-padding","",e.spacing4),buttonsBarVerticalPadding:t.extend("--ft-drawer-buttons-bar-vertical-padding","",e.spacing4),buttonsBarGap:t.extend("--ft-drawer-buttons-bar-gap","",e.spacing3),buttonsBarBorderWidth:t.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:t.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:t.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:t.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:t.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:t.extend("--ft-drawer-overlay-background-color","",e.colorGray700)};var hr={fieldHorizontalPadding:t.extend("--ft-text-input-field-horizontal-padding","",e.spacing4),fieldHorizontalGap:t.extend("--ft-text-input-field-horizontal-gap","",e.spacing3),fieldVerticalGap:t.extend("--ft-text-input-field-vertical-gap","",e.spacing05),fieldIconSize:t.extend("--ft-text-input-field-icon-size","",e.iconSize3),fieldHeight:t.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:t.extend("--ft-text-input-helper-horizontal-padding","",e.spacing4),helperHorizontalGap:t.extend("--ft-text-input-helper-horizontal-gap","",e.spacing1),helperIconSize:t.extend("--ft-text-input-helper-icon-size","",e.iconSize2),borderRadius:t.extend("--ft-text-input-border-radius","",e.borderRadiusM),backgroundColor:t.extend("--ft-text-input-background-color","",e.colorWhite),contentValueColor:t.extend("--ft-text-input-content-value-color","",r.contentGlobalPrimary),trailingIconColor:t.extend("--ft-text-input-trailing-icon-color","",r.contentGlobalSubtle),labelColor:t.extend("--ft-text-input-label-color","",r.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-input-default-border-color","",r.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-input-default-helper-text-color","",r.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-text-input-error-border-color","",r.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-input-error-helper-text-color","",r.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-input-error-helper-icon-color","",r.contentErrorIconOnly),warningBorderWidth:t.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:t.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-text-input-focus-focus-ring-color","",r.borderActionFocusRing),focusOutlineOffset:t.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-input-disabled-component-opacity","",e.opacity40)};var Sr={backgroundColor:t.extend("--ft-text-area-background-color","",e.colorWhite),contentValueColor:t.extend("--ft-text-area-content-value-color","",r.contentGlobalPrimary),labelColor:t.extend("--ft-text-area-label-color","",r.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-area-default-border-color","",r.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-area-default-helper-text-color","",r.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-text-area-error-border-color","",r.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-area-error-helper-text-color","",r.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-area-error-helper-icon-color","",r.contentErrorIconOnly),focusFocusRingColor:t.extend("--ft-text-area-focus-focus-ring-color","",r.borderActionFocusRing),focusOutlineWidth:t.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:t.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-area-disabled-component-opacity","",e.opacity40),fieldHorizontalLeftPadding:t.extend("--ft-text-area-field-horizontal-left-padding","",e.spacing4),fieldHorizontalGap:t.extend("--ft-text-area-field-horizontal-gap","",e.spacing3),fieldVerticalGap:t.extend("--ft-text-area-field-vertical-gap","",e.spacing05),fieldMinHeight:t.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:t.extend("--ft-text-area-helper-horizontal-padding","",e.spacing4),helperHorizontalGap:t.extend("--ft-text-area-helper-horizontal-gap","",e.spacing1),helperIconSize:t.extend("--ft-text-area-helper-icon-size","",e.iconSize2),borderRadius:t.extend("--ft-text-area-border-radius","",e.borderRadiusM)};var Ir={height:t.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:t.extend("--ft-floating-menu-horizontal-padding","",e.spacing4),offIconColor:t.extend("--ft-floating-menu-off-icon-color","",r.contentGlobalPrimary),offColor:t.extend("--ft-floating-menu-off-color","",r.contentGlobalPrimary),onColor:t.extend("--ft-floating-menu-on-color","",r.contentActionPrimary),onStateLayerColor:t.extend("--ft-floating-menu-on-state-layer-color","",r.contentActionPrimary),gap:t.extend("--ft-floating-menu-gap","",e.spacing3),focusFocusRingColor:t.extend("--ft-floating-menu-focus-focus-ring-color","",r.borderActionFocusRing),focusOutlineWidth:t.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:t.extend("--ft-floating-menu-focus-state-layer-opacity","",e.opacity8),hoverStateLayerOpacity:t.extend("--ft-floating-menu-hover-state-layer-opacity","",e.opacity8),activeStateLayerOpacity:t.extend("--ft-floating-menu-active-state-layer-opacity","",e.opacity16),disabledComponentOpacity:t.extend("--ft-floating-menu-disabled-component-opacity","",e.opacity40),iconSize:t.extend("--ft-floating-menu-icon-size","",e.iconSize3),backgroundColor:t.extend("--ft-floating-menu-background-color","",r.backgroundGlobalOnSurface)};var Lr={fieldHorizontalPadding:t.extend("--ft-combobox-single-select-field-horizontal-padding","",e.spacing4),fieldHorizontalGap:t.extend("--ft-combobox-single-select-field-horizontal-gap","",e.spacing3),fieldVerticalGap:t.extend("--ft-combobox-single-select-field-vertical-gap","",e.spacing05),fieldIconSize:t.extend("--ft-combobox-single-select-field-icon-size","",e.iconSize3),fieldHeight:t.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:t.extend("--ft-combobox-single-select-helper-horizontal-padding","",e.spacing4),helperHorizontalGap:t.extend("--ft-combobox-single-select-helper-horizontal-gap","",e.spacing1),helperVerticalGap:t.extend("--ft-combobox-single-select-helper-vertical-gap","",e.spacing1),helperIconSize:t.extend("--ft-combobox-single-select-helper-icon-size","",e.iconSize2),menuVerticalGap:t.extend("--ft-combobox-single-select-menu-vertical-gap","",e.spacing2),borderRadius:t.extend("--ft-combobox-single-select-border-radius","",e.borderRadiusM),backgroundColor:t.extend("--ft-combobox-single-select-background-color","",e.colorWhite),labelColor:t.extend("--ft-combobox-single-select-label-color","",r.contentGlobalSubtle),contentValueColor:t.extend("--ft-combobox-single-select-content-value-color","",r.contentGlobalPrimary),trailingIconColor:t.extend("--ft-combobox-single-select-trailing-icon-color","",r.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-single-select-default-border-color","",r.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-single-select-default-helper-text-color","",r.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-combobox-single-select-error-border-color","",r.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-single-select-error-helper-text-color","",r.contentErrorPrimary),warningBorderWidth:t.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-single-select-warning-border-color","",r.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-single-select-warning-helper-text-color","",r.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-single-select-warning-helper-icon-color","",r.contentWarningIconOnly),focusOutlineWidth:t.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-single-select-focus-focus-ring-color","",r.borderActionFocusRing),focusOutlineOffset:t.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-combobox-single-select-disabled-component-opacity","",e.opacity40)};var kr={backgroundColor:t.extend("--ft-combobox-multi-select-background-color","",e.colorWhite),labelColor:t.extend("--ft-combobox-multi-select-label-color","",r.contentGlobalSubtle),trailingIconColor:t.extend("--ft-combobox-multi-select-trailing-icon-color","",r.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-multi-select-default-border-color","",r.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-multi-select-default-helper-text-color","",r.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:t.extend("--ft-combobox-multi-select-error-border-color","",r.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-multi-select-error-helper-text-color","",r.contentErrorPrimary),errorHelperIcon:t.extend("--ft-combobox-multi-select-error-helper-icon","",r.contentErrorIconOnly),errorBorderWidth:t.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-multi-select-warning-border-color","",r.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-multi-select-warning-helper-text-color","",r.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-multi-select-warning-helper-icon-color","",r.contentWarningIconOnly),warningBorderWidth:t.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-multi-select-focus-focus-ring-color","",r.borderActionFocusRing),focusOutlineWidth:t.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:t.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-combobox-multi-select-disabled-component-opacity","",e.opacity40),helperHorizontalPadding:t.extend("--ft-combobox-multi-select-helper-horizontal-padding","",e.spacing4),helperHorizontalGap:t.extend("--ft-combobox-multi-select-helper-horizontal-gap","",e.spacing1),helperVerticalGap:t.extend("--ft-combobox-multi-select-helper-vertical-gap","",e.spacing1),helperIconSize:t.extend("--ft-combobox-multi-select-helper-icon-size","",e.iconSize2),fieldHorizontalPadding:t.extend("--ft-combobox-multi-select-field-horizontal-padding","",e.spacing4),fieldHorizontalGap:t.extend("--ft-combobox-multi-select-field-horizontal-gap","",e.spacing3),fieldVerticalGap:t.extend("--ft-combobox-multi-select-field-vertical-gap","",e.spacing05),fieldIconSize:t.extend("--ft-combobox-multi-select-field-icon-size","",e.iconSize3),fieldMaxHeight:t.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:t.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",e.spacing1),contentValuesVerticalGap:t.extend("--ft-combobox-multi-select-content-values-vertical-gap","",e.spacing1),borderRadius:t.extend("--ft-combobox-multi-select-border-radius","",e.borderRadiusM)};var Pr={backgroundColor:t.extend("--ft-popover-background-color","",r.backgroundGlobalOnSurface),horizontalPadding:t.extend("--ft-popover-horizontal-padding","",e.spacing6),verticalPadding:t.extend("--ft-popover-vertical-padding","",e.spacing6),iconColor:t.extend("--ft-popover-icon-color","",r.contentGlobalSecondary),iconSize:t.extend("--ft-popover-icon-size","",e.iconSize2),titleColor:t.extend("--ft-popover-title-color","",r.contentGlobalPrimary),bodyColor:t.extend("--ft-popover-body-color","",r.contentGlobalSecondary),linkColor:t.extend("--ft-popover-link-color","",r.contentActionPrimary),gap:t.extend("--ft-popover-gap","",e.spacing3),borderRadius:t.extend("--ft-popover-border-radius","",e.borderRadiusM),shadow:t.extend("--ft-popover-shadow","",e.shadowElevation02)};var Tr={topLeftBorderRadius:t.extend("--ft-tabs-top-left-border-radius","",e.borderRadiusS),topRightBorderRadius:t.extend("--ft-tabs-top-right-border-radius","",e.borderRadiusS),labelHorizontalPadding:t.extend("--ft-tabs-label-horizontal-padding","",e.spacing4),labelVerticalPadding:t.extend("--ft-tabs-label-vertical-padding","",e.spacing3),labelGap:t.extend("--ft-tabs-label-gap","",e.spacing1),offHoverStateLayerOpacity:t.extend("--ft-tabs-off-hover-state-layer-opacity","",e.opacity8),offFocusStateLayerOpacity:t.extend("--ft-tabs-off-focus-state-layer-opacity","",e.opacity8),offActiveStateLayerOpacity:t.extend("--ft-tabs-off-active-state-layer-opacity","",e.opacity16),offDisabledComponentOpacity:t.extend("--ft-tabs-off-disabled-component-opacity","",e.opacity40),offColor:t.extend("--ft-tabs-off-color","",r.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-tabs-off-state-layer-color","",r.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-tabs-on-hover-state-layer-opacity","",e.opacity8),onFocusStateLayerOpacity:t.extend("--ft-tabs-on-focus-state-layer-opacity","",e.opacity8),onActiveStateLayerOpacity:t.extend("--ft-tabs-on-active-state-layer-opacity","",e.opacity16),onDisabledComponentOpacity:t.extend("--ft-tabs-on-disabled-component-opacity","",e.opacity40),onColor:t.extend("--ft-tabs-on-color","",r.contentActionPrimary),onStateLayerColor:t.extend("--ft-tabs-on-state-layer-color","",r.contentActionPrimary),iconHorizontalPadding:t.extend("--ft-tabs-icon-horizontal-padding","",e.spacing1),iconVerticalPadding:t.extend("--ft-tabs-icon-vertical-padding","",e.spacing4),focusOutlineWidth:t.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-tabs-focus-focus-ring-color","",r.borderActionFocusRing)};var Xr={hoverStateLayerOpacity:t.extend("--ft-collapsible-hover-state-layer-opacity","",e.opacity8),focusStateLayerOpacity:t.extend("--ft-collapsible-focus-state-layer-opacity","",e.opacity8),focusOutlineWidth:t.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:t.extend("--ft-collapsible-focus-focus-ring-color","",r.borderActionFocusRing),activeStateLayerOpacity:t.extend("--ft-collapsible-active-state-layer-opacity","",e.opacity16),disabledComponentOpacity:t.extend("--ft-collapsible-disabled-component-opacity","",e.opacity40),horizontalPadding:t.extend("--ft-collapsible-horizontal-padding","",e.spacing4),verticalPadding:t.extend("--ft-collapsible-vertical-padding","",e.spacing3),color:t.extend("--ft-collapsible-color","",r.contentGlobalPrimary),stateLayerColor:t.extend("--ft-collapsible-state-layer-color","",r.contentGlobalPrimary),backgroundColor:t.extend("--ft-collapsible-background-color","",r.backgroundGlobalOnSurface),borderColor:t.extend("--ft-collapsible-border-color","",r.borderGlobalSubtle),iconSize:t.extend("--ft-collapsible-icon-size","",e.iconSize3)};var ea={groupHorizontalPadding:t.extend("--ft-switch-group-horizontal-padding","",e.spacing1),groupVerticalPadding:t.extend("--ft-switch-group-vertical-padding","",e.spacing1),groupGap:t.extend("--ft-switch-group-gap","",e.spacing1),groupBackgroundColor:t.extend("--ft-switch-group-background-color","",r.backgroundGlobalSurface),groupBorderColor:t.extend("--ft-switch-group-border-color","",r.borderGlobalSubtle),groupBorderRadius:t.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:t.extend("--ft-switch-label-horizontal-padding","",e.spacing2),labelVerticalPadding:t.extend("--ft-switch-label-vertical-padding","",e.spacing1),offHoverStateLayerOpacity:t.extend("--ft-switch-off-hover-state-layer-opacity","",e.opacity8),offFocusStateLayerOpacity:t.extend("--ft-switch-off-focus-state-layer-opacity","",e.opacity8),offActiveStateLayerOpacity:t.extend("--ft-switch-off-active-state-layer-opacity","",e.opacity16),offDisabledComponentOpacity:t.extend("--ft-switch-off-disabled-component-opacity","",e.opacity40),offColor:t.extend("--ft-switch-off-color","",r.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-switch-off-state-layer-color","",r.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-switch-on-hover-state-layer-opacity","",e.opacity8),onFocusStateLayerOpacity:t.extend("--ft-switch-on-focus-state-layer-opacity","",e.opacity8),onActiveStateLayerOpacity:t.extend("--ft-switch-on-active-state-layer-opacity","",e.opacity16),onDisabledComponentOpacity:t.extend("--ft-switch-on-disabled-component-opacity","",e.opacity40),onColor:t.extend("--ft-switch-on-color","",r.contentActionPrimary),onStateLayerColor:t.extend("--ft-switch-on-state-layer-color","",r.contentActionPrimary),iconHorizontalPadding:t.extend("--ft-switch-icon-horizontal-padding","",e.spacing1),iconVerticalPadding:t.extend("--ft-switch-icon-vertical-padding","",e.spacing1),focusOutlineWidth:t.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-switch-focus-focus-ring-color","",r.borderActionFocusRing),optionBorderRadius:t.extend("--ft-switch-option-border-radius","",e.borderRadiusS)};var na={color1Light:t.extend("--ft-chart-1-light","for area color charts",e.colorBrand40),color1Base:t.extend("--ft-chart-1-base","for line charts",e.colorBrand0),color2Light:t.extend("--ft-chart-2-light","for area color charts",e.colorYellow60),color2Base:t.extend("--ft-chart-2-base","for line charts",e.colorYellow100),color3Light:t.extend("--ft-chart-3-light","",e.colorUltramarine40),color3Base:t.extend("--ft-chart-3-base","",e.colorUltramarine70),color4Light:t.extend("--ft-chart-4-light","",e.colorCyan50),color4Base:t.extend("--ft-chart-4-base","",e.colorCyan100),color5Light:t.extend("--ft-chart-5-light","",e.colorRed40),color5Base:t.extend("--ft-chart-5-base","",e.colorRed60),color6Light:t.extend("--ft-chart-6-light","",e.colorGreen40),color6Base:t.extend("--ft-chart-6-base","",e.colorGreen70),color7Light:t.extend("--ft-chart-7-light","",e.colorOrange70),color7Base:t.extend("--ft-chart-7-base","",e.colorOrange100),color8Light:t.extend("--ft-chart-8-light","",e.colorAvocado70),color8Base:t.extend("--ft-chart-8-base","",e.colorAvocado200),color9Light:t.extend("--ft-chart-9-light","",e.colorBrown50),color9Base:t.extend("--ft-chart-9-base","",e.colorBrown200),color10Light:t.extend("--ft-chart-10-light","",e.colorGray50),color10Base:t.extend("--ft-chart-10-base","",e.colorGray80),monochrome10:t.extend("--ft-chart-monochrome-10","",e.colorBrand10),monochrome20:t.extend("--ft-chart-monochrome-20","",e.colorBrand20),monochrome30:t.extend("--ft-chart-monochrome-30","",e.colorBrand40),monochrome40:t.extend("--ft-chart-monochrome-40","",e.colorBrand60),monochrome50:t.extend("--ft-chart-monochrome-50","",e.colorBrand0),monochrome60:t.extend("--ft-chart-monochrome-60","",e.colorBrand200)};var da={largeHorizontalPadding:t.extend("--ft-chip-large-horizontal-padding","",e.spacing4),largeVerticalPadding:t.extend("--ft-chip-large-vertical-padding","",e.spacing2),largeGap:t.extend("--ft-chip-large-gap","",e.spacing1),largeFocusOutlineOffset:t.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:t.extend("--ft-chip-large-border-radius","",e.borderRadiusPill),largeBorderWidth:t.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-large-icon-size","",e.iconSize3),mediumHorizontalPadding:t.extend("--ft-chip-medium-horizontal-padding","",e.spacing3),mediumVerticalPadding:t.extend("--ft-chip-medium-vertical-padding","",e.spacing1),mediumGap:t.extend("--ft-chip-medium-gap","",e.spacing1),mediumFocusOutlineOffset:t.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:t.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:t.extend("--ft-chip-medium-border-radius","",e.borderRadiusPill),mediumBorderWidth:t.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-medium-icon-size","",e.iconSize2),smallHorizontalPadding:t.extend("--ft-chip-small-horizontal-padding","",e.spacing2),smallVerticalPadding:t.extend("--ft-chip-small-vertical-padding","",e.spacing05),smallGap:t.extend("--ft-chip-small-gap","",e.spacing1),smallFocusOutlineOffset:t.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:t.extend("--ft-chip-small-border-radius","",e.borderRadiusPill),smallBorderWidth:t.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:t.extend("--ft-chip-small-icon-size","",e.iconSize1),neutralBackgroundColor:t.extend("--ft-chip-neutral-background-color","",r.backgroundGlobalOnSurface),neutralColor:t.extend("--ft-chip-neutral-color","",r.contentGlobalPrimary),neutralIconColor:t.extend("--ft-chip-neutral-icon-color","",r.contentGlobalPrimary),neutralBorderColor:t.extend("--ft-chip-neutral-border-color","",r.borderGlobalSubtle),infoBackgroundColor:t.extend("--ft-chip-info-background-color","",r.backgroundInfoSubtle),infoColor:t.extend("--ft-chip-info-color","",r.contentInfoPrimary),infoIconColor:t.extend("--ft-chip-info-icon-color","",r.contentInfoIconOnly),infoBorderColor:t.extend("--ft-chip-info-border-color","",r.borderInfoSubtle),successBackgroundColor:t.extend("--ft-chip-success-background-color","",r.backgroundSuccessSubtle),successColor:t.extend("--ft-chip-success-color","",r.contentSuccessPrimary),successIconColor:t.extend("--ft-chip-success-icon-color","",r.contentSuccessIconOnly),successBorderColor:t.extend("--ft-chip-success-border-color","",r.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-chip-warning-background-color","",r.backgroundWarningSubtle),warningColor:t.extend("--ft-chip-warning-color","",r.contentWarningPrimary),warningIconColor:t.extend("--ft-chip-warning-icon-color","",r.contentWarningIconOnly),warningBorderColor:t.extend("--ft-chip-warning-border-color","",r.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-chip-error-background-color","",r.backgroundErrorSubtle),errorColor:t.extend("--ft-chip-error-color","",r.contentErrorPrimary),errorIconColor:t.extend("--ft-chip-error-icon-color","",r.contentErrorIconOnly),errorBorderColor:t.extend("--ft-chip-error-border-color","",r.borderErrorSubtle)};var ga={infoBorderColor:t.extend("--ft-border-info-border-color","",r.borderInfoSubtle)};var xa={borderWidth:t.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:t.extend("--ft-notice-horizontal-padding","",e.spacing2),verticalPadding:t.extend("--ft-notice-vertical-padding","",e.spacing1),borderRadius:t.extend("--ft-notice-border-radius","",e.borderRadiusS),gap:t.extend("--ft-notice-gap","",e.spacing2),iconSize:t.extend("--ft-notice-icon-size","",e.iconSize3),infoBackgroundColor:t.extend("--ft-notice-info-background-color","",r.backgroundInfoSubtle),infoBorderColor:t.extend("--ft-notice-info-border-color","",r.borderInfoSubtle),infoColor:t.extend("--ft-notice-info-color","",r.contentInfoPrimary),infoIconColor:t.extend("--ft-notice-info-icon-color","",r.contentInfoIconOnly),warningBackgroundColor:t.extend("--ft-notice-warning-background-color","",r.backgroundWarningSubtle),warningBorderColor:t.extend("--ft-notice-warning-border-color","",r.borderWarningSubtle),warningColor:t.extend("--ft-notice-warning-color","",r.contentWarningPrimary),warningIconColor:t.extend("--ft-notice-warning-icon-color","",r.contentWarningIconOnly),errorBackgroundColor:t.extend("--ft-notice-error-background-color","",r.backgroundErrorSubtle),errorBorderColor:t.extend("--ft-notice-error-border-color","",r.borderErrorSubtle),errorColor:t.extend("--ft-notice-error-color","",r.contentErrorPrimary),errorIconColor:t.extend("--ft-notice-error-icon-color","",r.contentErrorIconOnly),successBackgroundColor:t.extend("--ft-notice-success-background-color","",r.backgroundSuccessSubtle),successBorderColor:t.extend("--ft-notice-success-border-color","",r.borderSuccessSubtle),successColor:t.extend("--ft-notice-success-color","",r.contentSuccessPrimary),successIconColor:t.extend("--ft-notice-success-icon-color","",r.contentSuccessIconOnly)};var va={color:t.extend("--ft-checkbox-color","",r.contentGlobalPrimary),checkedBackgroundColor:t.extend("--ft-checkbox-checked-background-color","",r.contentActionPrimary),checkedStateLayerColor:t.extend("--ft-checkbox-checked-state-layer-color","",r.contentActionPrimary),checkedIconColor:t.extend("--ft-checkbox-checked-icon-color","",r.contentGlobalOnColor),checkedHoverStateLayerOpacity:t.extend("--ft-checkbox-checked-hover-state-layer-opacity","",e.opacity16),checkedFocusStateLayerOpacity:t.extend("--ft-checkbox-checked-focus-state-layer-opacity","",e.opacity16),checkedActiveStateLayerOpacity:t.extend("--ft-checkbox-checked-active-state-layer-opacity","",e.opacity24),checkedDisabledComponentOpacity:t.extend("--ft-checkbox-checked-disabled-component-opacity","",e.opacity40),uncheckedBorderColor:t.extend("--ft-checkbox-unchecked-border-color","",e.colorGray80),uncheckedStateLayerColor:t.extend("--ft-checkbox-unchecked-state-layer-color","",e.colorGray80),uncheckedHoverStateLayerOpacity:t.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",e.opacity16),uncheckedFocusStateLayerOpacity:t.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",e.opacity16),uncheckedActiveStateLayerOpacity:t.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",e.opacity24),uncheckedDisabledComponentOpacity:t.extend("--ft-checkbox-unchecked-disabled-component-opacity","",e.opacity40),focusFocusRingColor:t.extend("--ft-checkbox-focus-focus-ring-color","",r.borderActionFocusRing),focusOutlineOffset:t.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:t.extend("--ft-checkbox-gap","",e.spacing3)};var Ea={offHoverStateLayerOpacity:t.extend("--ft-toggle-off-hover-state-layer-opacity","",e.opacity16),offFocusStateLayerOpacity:t.extend("--ft-toggle-off-focus-state-layer-opacity","",e.opacity16),offActiveStateLayerOpacity:t.extend("--ft-toggle-off-active-state-layer-opacity","",e.opacity24),offDisabledComponentOpacity:t.extend("--ft-toggle-off-disabled-component-opacity","",e.opacity40),offBackgroundColor:t.extend("--ft-toggle-off-background-color","",r.contentGlobalSubtle),offIconColor:t.extend("--ft-toggle-off-icon-color","",r.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-toggle-off-state-layer-color","",r.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-toggle-on-hover-state-layer-opacity","",e.opacity16),onFocusStateLayerOpacity:t.extend("--ft-toggle-on-focus-state-layer-opacity","",e.opacity16),onActiveStateLayerOpacity:t.extend("--ft-toggle-on-active-state-layer-opacity","",e.opacity24),onDisabledComponentOpacity:t.extend("--ft-toggle-on-disabled-component-opacity","",e.opacity40),onBackgroundColor:t.extend("--ft-toggle-on-background-color","",r.contentActionPrimary),onStateLayerColor:t.extend("--ft-toggle-on-state-layer-color","",r.contentActionPrimary),onIconColor:t.extend("--ft-toggle-on-icon-color","",r.contentActionPrimary),color:t.extend("--ft-toggle-color","",r.contentGlobalPrimary),focusFocusRingColor:t.extend("--ft-toggle-focus-focus-ring-color","",r.borderActionFocusRing),gap:t.extend("--ft-toggle-gap","",e.spacing3)};var Ba={color:t.extend("--ft-radio-color","",r.contentGlobalPrimary),selectedRadioColor:t.extend("--ft-radio-selected-radio-color","",r.contentActionPrimary),selectedStateLayerColor:t.extend("--ft-radio-selected-state-layer-color","",r.contentActionPrimary),selectedHoverStateLayerOpacity:t.extend("--ft-radio-selected-hover-state-layer-opacity","",e.opacity16),selectedFocusStateLayerOpacity:t.extend("--ft-radio-selected-focus-state-layer-opacity","",e.opacity16),selectedActiveStateLayerOpacity:t.extend("--ft-radio-selected-active-state-layer-opacity","",e.opacity24),selectedDisabledComponentOpacity:t.extend("--ft-radio-selected-disabled-component-opacity","",e.opacity40),unselectedStateLayerColor:t.extend("--ft-radio-unselected-state-layer-color","",r.borderInputPrimary),unselectedBorderColor:t.extend("--ft-radio-unselected-border-color","",r.borderInputPrimary),unselectedHoverStateLayerOpacity:t.extend("--ft-radio-unselected-hover-state-layer-opacity","",e.opacity16),unselectedFocusStateLayerOpacity:t.extend("--ft-radio-unselected-focus-state-layer-opacity","",e.opacity16),unselectedActiveStateLayerOpacity:t.extend("--ft-radio-unselected-active-state-layer-opacity","",e.opacity24),unselectedDisabledComponentOpacity:t.extend("--ft-radio-unselected-disabled-component-opacity","",e.opacity40),focusFocusRingColor:t.extend("--ft-radio-focus-focus-ring-color","",r.borderActionFocusRing),focusOutlineOffset:t.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:t.extend("--ft-radio-gap","",e.spacing3)};var Za={iconSize:t.extend("--ft-notification-icon-size","",e.iconSize4),horizontalPadding:t.extend("--ft-notification-horizontal-padding","",e.spacing4),verticalPadding:t.extend("--ft-notification-vertical-padding","",e.spacing4),infoBackgroundColor:t.extend("--ft-notification-info-background-color","",r.backgroundInfoSubtle),infoColor:t.extend("--ft-notification-info-color","",r.contentInfoPrimary),infoIconColor:t.extend("--ft-notification-info-icon-color","",r.contentInfoIconOnly),infoBorderColor:t.extend("--ft-notification-info-border-color","",r.borderInfoSubtle),successBackgroundColor:t.extend("--ft-notification-success-background-color","",r.backgroundSuccessSubtle),successColor:t.extend("--ft-notification-success-color","",r.contentSuccessPrimary),successIconColor:t.extend("--ft-notification-success-icon-color","",r.contentSuccessIconOnly),successBorderColor:t.extend("--ft-notification-success-border-color","",r.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-notification-warning-background-color","",r.backgroundWarningSubtle),warningColor:t.extend("--ft-notification-warning-color","",r.contentWarningPrimary),warningIconColor:t.extend("--ft-notification-warning-icon-color","",r.contentWarningIconOnly),warningBorderColor:t.extend("--ft-notification-warning-border-color","",r.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-notification-error-background-color","",r.backgroundErrorSubtle),errorColor:t.extend("--ft-notification-error-color","",r.contentErrorPrimary),errorIconColor:t.extend("--ft-notification-error-icon-color","",r.contentErrorIconOnly),errorBorderColor:t.extend("--ft-notification-error-border-color","",r.borderErrorSubtle),borderRadius:t.extend("--ft-notification-border-radius","",e.borderRadiusPill),borderWidth:t.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:t.extend("--ft-notification-leading-gap","",e.spacing2),trailingGap:t.extend("--ft-notification-trailing-gap","",e.spacing8)};var _a={horizontalPadding:t.extend("--ft-tooltip-horizontal-padding","",e.spacing2),verticalPadding:t.extend("--ft-tooltip-vertical-padding","",e.spacing2),borderRadius:t.extend("--ft-tooltip-border-radius","",e.borderRadiusS),color:t.extend("--ft-tooltip-color","",r.contentGlobalOnColor),backgroundColor:t.extend("--ft-tooltip-background-color","",r.contentGlobalPrimary),backgroundOpacity:t.extend("--ft-tooltip-background-opacity","",e.opacity80),shadow:t.extend("--ft-tooltip-shadow","",e.shadowElevation03),maxWidth:t.create("--ft-tooltip-max-width","","SIZE","256px"),gap:t.extend("--ft-tooltip-gap","",e.spacing05)};var yt=u(B());function Ee(i){let o=ft[i];return yt.css`
128
+ .ft-typography--${(0,yt.unsafeCSS)(i)} {
129
+ font-family: ${o.fontFamily};
130
+ font-size: ${o.fontSize};
131
+ font-weight: ${o.fontWeight};
132
+ letter-spacing: ${o.letterSpacing};
133
+ line-height: ${o.lineHeight};
134
+ text-transform: ${o.textCase};
135
+ }
136
+ `}var Le=d.FtCssVariableFactory.extend("--ft-typography-font-family","",d.designSystemVariables.titleFont),F=d.FtCssVariableFactory.extend("--ft-typography-font-family","",d.designSystemVariables.contentFont),s={fontFamily:F,fontSize:d.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:d.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:d.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:d.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:d.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},K={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Le),fontSize:d.FtCssVariableFactory.extend("--ft-typography-title-font-size","",s.fontSize,"20px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",s.fontWeight,"normal"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",s.letterSpacing,"0.15px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-title-line-height","",s.lineHeight,"1.2"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",s.textTransform,"inherit")},D={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Le),fontSize:d.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",s.fontSize,"14px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",s.fontWeight,"normal"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",s.letterSpacing,"0.105px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",s.lineHeight,"1.7"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",s.textTransform,"inherit")},_={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",F),fontSize:d.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",s.fontSize,"16px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",s.fontWeight,"600"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",s.letterSpacing,"0.144px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",s.lineHeight,"1.5"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",s.textTransform,"inherit")},T={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",F),fontSize:d.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",s.fontSize,"14px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",s.fontWeight,"normal"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",s.letterSpacing,"0.098px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",s.lineHeight,"1.7"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",s.textTransform,"inherit")},V={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",F),fontSize:d.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",s.fontSize,"16px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",s.fontWeight,"normal"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",s.letterSpacing,"0.496px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",s.lineHeight,"1.5"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",s.textTransform,"inherit")},M={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",F),fontSize:d.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",s.fontSize,"14px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",s.fontWeight,"normal"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",s.letterSpacing,"0.252px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",s.lineHeight,"1.4"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",s.textTransform,"inherit")},Y={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",F),fontSize:d.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",s.fontSize,"12px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",s.fontWeight,"normal"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",s.letterSpacing,"0.396px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",s.lineHeight,"1.33"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",s.textTransform,"inherit")},j={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",F),fontSize:d.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",s.fontSize,"10px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",s.fontWeight,"normal"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",s.letterSpacing,"0.33px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",s.lineHeight,"1.6"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",s.textTransform,"inherit")},X={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",F),fontSize:d.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",s.fontSize,"10px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",s.fontWeight,"normal"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",s.letterSpacing,"1.5px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",s.lineHeight,"1.6"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",s.textTransform,"uppercase")},q={fontFamily:d.FtCssVariableFactory.extend("--ft-typography-button-font-family","",F),fontSize:d.FtCssVariableFactory.extend("--ft-typography-button-font-size","",s.fontSize,"14px"),fontWeight:d.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",s.fontWeight,"600"),letterSpacing:d.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",s.letterSpacing,"1.246px"),lineHeight:d.FtCssVariableFactory.extend("--ft-typography-button-line-height","",s.lineHeight,"1.15"),textTransform:d.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",s.textTransform,"uppercase")},Fe=I.css`
137
137
  .ft-typography--title {
138
- font-family: ${st};
139
- font-size: ${gt};
140
- font-weight: ${ht};
141
- letter-spacing: ${yt};
142
- line-height: ${bt};
143
- text-transform: ${ut};
144
- }
145
- `,xo=e.css`
138
+ font-family: ${K.fontFamily};
139
+ font-size: ${K.fontSize};
140
+ font-weight: ${K.fontWeight};
141
+ letter-spacing: ${K.letterSpacing};
142
+ line-height: ${K.lineHeight};
143
+ text-transform: ${K.textTransform};
144
+ }
145
+ `,$e=I.css`
146
146
  .ft-typography--title-dense {
147
- font-family: ${mt};
148
- font-size: ${Ot};
149
- font-weight: ${xt};
150
- letter-spacing: ${Nt};
151
- line-height: ${St};
152
- text-transform: ${vt};
153
- }
154
- `,No=e.css`
147
+ font-family: ${D.fontFamily};
148
+ font-size: ${D.fontSize};
149
+ font-weight: ${D.fontWeight};
150
+ letter-spacing: ${D.letterSpacing};
151
+ line-height: ${D.lineHeight};
152
+ text-transform: ${D.textTransform};
153
+ }
154
+ `,ze=I.css`
155
155
  .ft-typography--subtitle1 {
156
- font-family: ${wt};
157
- font-size: ${It};
158
- font-weight: ${Ct};
159
- letter-spacing: ${Et};
160
- line-height: ${Wt};
161
- text-transform: ${Ut};
162
- }
163
- `,So=e.css`
156
+ font-family: ${_.fontFamily};
157
+ font-size: ${_.fontSize};
158
+ font-weight: ${_.fontWeight};
159
+ letter-spacing: ${_.letterSpacing};
160
+ line-height: ${_.lineHeight};
161
+ text-transform: ${_.textTransform};
162
+ }
163
+ `,Be=I.css`
164
164
  .ft-typography--subtitle2 {
165
- font-family: ${Rt};
166
- font-size: ${Zt};
167
- font-weight: ${Kt};
168
- letter-spacing: ${Lt};
169
- line-height: ${$t};
170
- text-transform: ${zt};
165
+ font-family: ${T.fontFamily};
166
+ font-size: ${T.fontSize};
167
+ font-weight: ${T.fontWeight};
168
+ letter-spacing: ${T.letterSpacing};
169
+ line-height: ${T.lineHeight};
170
+ text-transform: ${T.textTransform};
171
171
  }
172
172
 
173
- `,vo=e.css`
173
+ `,ke=I.css`
174
174
  .ft-typography--body1 {
175
- font-family: ${kt};
176
- font-size: ${Dt};
177
- font-weight: ${Ft};
178
- letter-spacing: ${Bt};
179
- line-height: ${Ht};
180
- text-transform: ${At};
181
- }
182
- `,wo=e.css`
175
+ font-family: ${V.fontFamily};
176
+ font-size: ${V.fontSize};
177
+ font-weight: ${V.fontWeight};
178
+ letter-spacing: ${V.letterSpacing};
179
+ line-height: ${V.lineHeight};
180
+ text-transform: ${V.textTransform};
181
+ }
182
+ `,Ue=I.css`
183
183
  .ft-typography--body2 {
184
- font-family: ${Gt};
185
- font-size: ${Mt};
186
- font-weight: ${Pt};
187
- letter-spacing: ${Yt};
188
- line-height: ${_t};
189
- text-transform: ${jt};
190
- }
191
- `,Io=e.css`
184
+ font-family: ${M.fontFamily};
185
+ font-size: ${M.fontSize};
186
+ font-weight: ${M.fontWeight};
187
+ letter-spacing: ${M.letterSpacing};
188
+ line-height: ${M.lineHeight};
189
+ text-transform: ${M.textTransform};
190
+ }
191
+ `,He=I.css`
192
192
  .ft-typography--caption {
193
- font-family: ${Tt};
194
- font-size: ${Xt};
195
- font-weight: ${Vt};
196
- letter-spacing: ${qt};
197
- line-height: ${Jt};
198
- text-transform: ${Qt};
199
- }
200
- `,Co=e.css`
193
+ font-family: ${Y.fontFamily};
194
+ font-size: ${Y.fontSize};
195
+ font-weight: ${Y.fontWeight};
196
+ letter-spacing: ${Y.letterSpacing};
197
+ line-height: ${Y.lineHeight};
198
+ text-transform: ${Y.textTransform};
199
+ }
200
+ `,Ae=I.css`
201
201
  .ft-typography--breadcrumb {
202
- font-family: ${to};
203
- font-size: ${oo};
204
- font-weight: ${eo};
205
- letter-spacing: ${ro};
206
- line-height: ${ao};
207
- text-transform: ${io};
208
- }
209
- `,Eo=e.css`
202
+ font-family: ${j.fontFamily};
203
+ font-size: ${j.fontSize};
204
+ font-weight: ${j.fontWeight};
205
+ letter-spacing: ${j.letterSpacing};
206
+ line-height: ${j.lineHeight};
207
+ text-transform: ${j.textTransform};
208
+ }
209
+ `,Ze=I.css`
210
210
  .ft-typography--overline {
211
- font-family: ${no};
212
- font-size: ${lo};
213
- font-weight: ${co};
214
- letter-spacing: ${po};
215
- line-height: ${fo};
216
- text-transform: ${so};
217
- }
218
- `,Wo=e.css`
211
+ font-family: ${X.fontFamily};
212
+ font-size: ${X.fontSize};
213
+ font-weight: ${X.fontWeight};
214
+ letter-spacing: ${X.letterSpacing};
215
+ line-height: ${X.lineHeight};
216
+ text-transform: ${X.textTransform};
217
+ }
218
+ `,Pe=I.css`
219
219
  .ft-typography--button {
220
- font-family: ${go};
221
- font-size: ${ho};
222
- font-weight: ${yo};
223
- letter-spacing: ${bo};
224
- line-height: ${uo};
225
- text-transform: ${mo};
226
- }
227
- `,Uo=e.css`
220
+ font-family: ${q.fontFamily};
221
+ font-size: ${q.fontSize};
222
+ font-weight: ${q.fontWeight};
223
+ letter-spacing: ${q.letterSpacing};
224
+ line-height: ${q.lineHeight};
225
+ text-transform: ${q.textTransform};
226
+ }
227
+ `,Ge=I.css`
228
228
  .ft-typography {
229
229
  vertical-align: inherit;
230
230
  }
231
- `,Ro=[Object.keys(lt).map((t=>function(t){const o=lt[t];return e.css`
232
- .ft-typography--${e.unsafeCSS(t)} {
233
- font-family: ${o.fontFamily};
234
- font-size: ${o.fontSize};
235
- font-weight: ${o.fontWeight};
236
- letter-spacing: ${o.letterSpacing};
237
- line-height: ${o.lineHeight};
238
- text-transform: ${o.textCase};
239
- }
240
- `}(t)))];var Zo=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 Ko extends o.FtLitElement{constructor(){super(...arguments),this.variant=rt.body1}render(){return this.element?et`
241
- <${tt(this.element)}
231
+ `,Ke=[Object.keys(ft).map(i=>Ee(i))];var De=function(i,o,n,a){var c=arguments.length,p=c<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,n):a,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")p=Reflect.decorate(i,o,n,a);else for(var f=i.length-1;f>=0;f--)(l=i[f])&&(p=(c<3?l(p):c>3?l(o,n,p):l(o,n))||p);return c>3&&p&&Object.defineProperty(o,n,p),p},$=class extends _e.FtLitElement{constructor(){super(...arguments),this.variant=st.body1}render(){return this.element?vt`
232
+ <${Nt(this.element)}
233
+ part="text"
242
234
  class="ft-typography ft-typography--${this.variant}">
243
235
  <slot></slot>
244
- </${tt(this.element)}>
245
- `:et`
246
- <slot class="ft-typography ft-typography--${this.variant}"></slot>
247
- `}}Ko.styles=[Oo,xo,No,So,vo,wo,Io,Co,Eo,Wo,Uo,...Ro],Zo([r.property()],Ko.prototype,"element",void 0),Zo([r.property()],Ko.prototype,"variant",void 0),o.customElement("ft-typography")(Ko);const Lo={padding:o.FtCssVariableFactory.create("--ft-card-padding","","SIZE","12px"),borderRadius:o.FtCssVariableFactory.extend("--ft-card-border-radius","",o.designSystemVariables.borderRadiusM),borderStyle:o.FtCssVariableFactory.create("--ft-card-border-style","","UNKNOWN","none"),borderColor:o.FtCssVariableFactory.extend("--ft-card-border-color","",o.designSystemVariables.colorOutline),hoverBorderColor:o.FtCssVariableFactory.extend("--ft-card-hover-border-color","",o.designSystemVariables.colorPrimary),outlineStyle:o.FtCssVariableFactory.create("--ft-card-outline-style","","UNKNOWN","solid"),outlineWidth:o.FtCssVariableFactory.create("--ft-card-outline-width","","SIZE","0"),outlineColor:o.FtCssVariableFactory.extend("--ft-card-outline-color","",o.designSystemVariables.colorPrimary),selectedOutlineStyle:o.FtCssVariableFactory.create("--ft-card-selected-outline-style","","UNKNOWN","solid"),selectedOutlineWidth:o.FtCssVariableFactory.create("--ft-card-selected-outline-width","","SIZE","2px"),selectedOutlineColor:o.FtCssVariableFactory.extend("--ft-card-selected-outline-color","",o.designSystemVariables.colorPrimary),selectedBorderRadius:o.FtCssVariableFactory.extend("--ft-card-selected-border-radius","",o.designSystemVariables.borderRadiusM),colorSurface:o.FtCssVariableFactory.extend("--ft-card-background-color","",o.designSystemVariables.colorSurface),colorOnSurfaceMedium:o.FtCssVariableFactory.extend("--ft-card-content-color","",o.designSystemVariables.colorOnSurfaceMedium),colorOnSurfaceHigh:o.FtCssVariableFactory.extend("--ft-card-title-color","",o.designSystemVariables.colorOnSurfaceHigh),elevation02:o.FtCssVariableFactory.extend("--ft-card-elevation","",o.designSystemVariables.elevation02),elevation04:o.FtCssVariableFactory.extend("--ft-card-selected-elevation","",o.designSystemVariables.elevation04)},$o=e.css`
236
+ </${Nt(this.element)}>
237
+ `:vt`
238
+ <slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
239
+ `}};$.styles=[Fe,$e,ze,Be,ke,Ue,He,Ae,Ze,Pe,Ge,...Ke];De([(0,It.property)()],$.prototype,"element",void 0);De([(0,It.property)()],$.prototype,"variant",void 0);(0,Te.customElement)("ft-typography")($);var Ve=u(B()),g=u(W());var S={padding:g.FtCssVariableFactory.create("--ft-card-padding","","SIZE","12px"),borderRadius:g.FtCssVariableFactory.extend("--ft-card-border-radius","",g.designSystemVariables.borderRadiusM),borderStyle:g.FtCssVariableFactory.create("--ft-card-border-style","","UNKNOWN","none"),borderColor:g.FtCssVariableFactory.extend("--ft-card-border-color","",g.designSystemVariables.colorOutline),hoverBorderColor:g.FtCssVariableFactory.extend("--ft-card-hover-border-color","",g.designSystemVariables.colorPrimary),outlineStyle:g.FtCssVariableFactory.create("--ft-card-outline-style","","UNKNOWN","solid"),outlineWidth:g.FtCssVariableFactory.create("--ft-card-outline-width","","SIZE","0"),outlineColor:g.FtCssVariableFactory.extend("--ft-card-outline-color","",g.designSystemVariables.colorPrimary),selectedOutlineStyle:g.FtCssVariableFactory.create("--ft-card-selected-outline-style","","UNKNOWN","solid"),selectedOutlineWidth:g.FtCssVariableFactory.create("--ft-card-selected-outline-width","","SIZE","2px"),selectedOutlineColor:g.FtCssVariableFactory.extend("--ft-card-selected-outline-color","",g.designSystemVariables.colorPrimary),selectedBorderRadius:g.FtCssVariableFactory.extend("--ft-card-selected-border-radius","",g.designSystemVariables.borderRadiusM),colorSurface:g.FtCssVariableFactory.extend("--ft-card-background-color","",g.designSystemVariables.colorSurface),colorOnSurfaceMedium:g.FtCssVariableFactory.extend("--ft-card-content-color","",g.designSystemVariables.colorOnSurfaceMedium),colorOnSurfaceHigh:g.FtCssVariableFactory.extend("--ft-card-title-color","",g.designSystemVariables.colorOnSurfaceHigh),elevation02:g.FtCssVariableFactory.extend("--ft-card-elevation","",g.designSystemVariables.elevation02),elevation04:g.FtCssVariableFactory.extend("--ft-card-selected-elevation","",g.designSystemVariables.elevation04)},Me=Ve.css`
248
240
  :host {
249
241
  display: block;
250
242
  }
251
243
 
252
244
  #container {
253
- padding: ${Lo.padding};
254
- outline-style: ${Lo.outlineStyle};
255
- outline-width: ${Lo.outlineWidth};
256
- outline-color: ${Lo.outlineColor};
257
- border-color: ${Lo.borderColor};
258
- border-style: ${Lo.borderStyle};
245
+ padding: ${S.padding};
246
+ outline-style: ${S.outlineStyle};
247
+ outline-width: ${S.outlineWidth};
248
+ outline-color: ${S.outlineColor};
249
+ border-color: ${S.borderColor};
250
+ border-style: ${S.borderStyle};
259
251
  border-width: 1px;
260
- border-radius: ${Lo.borderRadius};
261
- ${o.setVariable(n.borderRadius,Lo.borderRadius)};
262
- box-shadow: ${Lo.elevation02};
252
+ border-radius: ${S.borderRadius};
253
+ ${(0,g.setVariable)(w.borderRadius,S.borderRadius)};
254
+ box-shadow: ${S.elevation02};
263
255
  position: relative;
264
256
  width: 100%;
265
257
  height: 100%;
@@ -271,7 +263,7 @@ const J=Symbol.for(""),Q=t=>{if(t?.r===J)return t?._$litStatic$},tt=t=>({_$litSt
271
263
  grid-template-rows: max-content minmax(0, 1fr);
272
264
  grid-gap: 8px;
273
265
  box-sizing: border-box;
274
- background-color: ${Lo.colorSurface};
266
+ background-color: ${S.colorSurface};
275
267
  transition: box-shadow 0.2s linear, color 0.2s linear;
276
268
  }
277
269
 
@@ -284,12 +276,12 @@ const J=Symbol.for(""),Q=t=>{if(t?.r===J)return t?._$litStatic$},tt=t=>({_$litSt
284
276
  }
285
277
 
286
278
  #container.selected {
287
- outline-style: ${Lo.selectedOutlineStyle};
288
- outline-width: ${Lo.selectedOutlineWidth};
289
- outline-color: ${Lo.selectedOutlineColor};
290
- border-radius: ${Lo.selectedBorderRadius};
291
- ${o.setVariable(n.borderRadius,Lo.selectedBorderRadius)};
292
- box-shadow: ${Lo.elevation04};
279
+ outline-style: ${S.selectedOutlineStyle};
280
+ outline-width: ${S.selectedOutlineWidth};
281
+ outline-color: ${S.selectedOutlineColor};
282
+ border-radius: ${S.selectedBorderRadius};
283
+ ${(0,g.setVariable)(w.borderRadius,S.selectedBorderRadius)};
284
+ box-shadow: ${S.elevation04};
293
285
  }
294
286
 
295
287
  #container.clickable {
@@ -297,8 +289,8 @@ const J=Symbol.for(""),Q=t=>{if(t?.r===J)return t?._$litStatic$},tt=t=>({_$litSt
297
289
  }
298
290
 
299
291
  #container.clickable:hover {
300
- box-shadow: ${Lo.elevation04};
301
- border-color: ${Lo.hoverBorderColor};
292
+ box-shadow: ${S.elevation04};
293
+ border-color: ${S.hoverBorderColor};
302
294
  }
303
295
 
304
296
  #header {
@@ -309,24 +301,24 @@ const J=Symbol.for(""),Q=t=>{if(t?.r===J)return t?._$litStatic$},tt=t=>({_$litSt
309
301
  text-overflow: ellipsis;
310
302
  overflow: hidden;
311
303
  word-break: break-word;
312
- color: ${Lo.colorOnSurfaceHigh};
304
+ color: ${S.colorOnSurfaceHigh};
313
305
  }
314
306
 
315
307
  #content {
316
308
  word-break: break-word;
317
309
  min-width: 0; /* like with flexbox, some items have a hard time shrinking when necessary */
318
310
  grid-area: content;
319
- color: ${Lo.colorOnSurfaceMedium};
311
+ color: ${S.colorOnSurfaceMedium};
320
312
  }
321
313
 
322
314
  #action {
323
315
  grid-area: actions;
324
316
  }
325
- `;var zo=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 ko extends o.FtLitElement{constructor(){super(...arguments),this.title="",this.clickable=!1,this.selected=!1,this.noHeader=!1}render(){const t={selected:this.selected,clickable:this.clickable,"no-header":this.noHeader};return e.html`
326
- <div id="container" part="container" class=${a.classMap(t)}>
327
- ${this.clickable?e.html`
317
+ `;var je=u(ht()),gt=function(i,o,n,a){var c=arguments.length,p=c<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,n):a,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")p=Reflect.decorate(i,o,n,a);else for(var f=i.length-1;f>=0;f--)(l=i[f])&&(p=(c<3?l(p):c>3?l(o,n,p):l(o,n))||p);return c>3&&p&&Object.defineProperty(o,n,p),p},R=class extends Ye.FtLitElement{constructor(){super(...arguments),this.title="",this.clickable=!1,this.selected=!1,this.noHeader=!1}render(){let o={selected:this.selected,clickable:this.clickable,"no-header":this.noHeader};return rt.html`
318
+ <div id="container" part="container" class=${(0,je.classMap)(o)}>
319
+ ${this.clickable?rt.html`
328
320
  <ft-ripple primary ?selected=${this.selected}></ft-ripple>
329
- `:e.nothing}
321
+ `:rt.nothing}
330
322
  <div id="header" part="header">
331
323
  <ft-typography class="title" element="span" variant="title">${this.title}</ft-typography>
332
324
  <slot name="header"></slot>
@@ -340,4 +332,20 @@ const J=Symbol.for(""),Q=t=>{if(t?.r===J)return t?._$litStatic$},tt=t=>({_$litSt
340
332
  </ft-typography>
341
333
  </div>
342
334
  </div>
343
- `}}ko.elementDefinitions={"ft-ripple":y,"ft-typography":Ko},ko.styles=$o,zo([r.property()],ko.prototype,"title",void 0),zo([r.property({type:Boolean})],ko.prototype,"clickable",void 0),zo([r.property({type:Boolean})],ko.prototype,"selected",void 0),zo([r.property({type:Boolean})],ko.prototype,"noHeader",void 0),o.customElement("ft-card")(ko),t.FtCard=ko,t.FtCardCssVariables=Lo,t.styles=$o}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators,ftGlobals.litClassMap);
335
+ `}};R.elementDefinitions={"ft-ripple":m,"ft-typography":$};R.styles=Me;gt([(0,at.property)()],R.prototype,"title",void 0);gt([(0,at.property)({type:Boolean})],R.prototype,"clickable",void 0);gt([(0,at.property)({type:Boolean})],R.prototype,"selected",void 0);gt([(0,at.property)({type:Boolean})],R.prototype,"noHeader",void 0);(0,Xe.customElement)("ft-card")(R);})();
336
+ /*! Bundled license information:
337
+
338
+ lit-html/lit-html.js:
339
+ (**
340
+ * @license
341
+ * Copyright 2017 Google LLC
342
+ * SPDX-License-Identifier: BSD-3-Clause
343
+ *)
344
+
345
+ lit-html/static.js:
346
+ (**
347
+ * @license
348
+ * Copyright 2020 Google LLC
349
+ * SPDX-License-Identifier: BSD-3-Clause
350
+ *)
351
+ */