@fluid-topics/ft-checkbox 1.1.26 → 1.1.28

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=i,l=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",i),c=o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),p=o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),f=o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),s=o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),h=o.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px"),y=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorPrimary),g=y,d=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",y),b=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorSecondary),u=b,m=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",b),O=e.css`
1
+ !function(t,o,e,r,a){const i=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorContent),n=i,l=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",i),p=o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),c=o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),f=o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),s=o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),h=o.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px"),g=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorPrimary),y=g,d=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",g),b=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorSecondary),m=b,u=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",b),O=e.css`
2
2
  :host {
3
3
  display: contents;
4
4
  }
@@ -53,11 +53,11 @@
53
53
  }
54
54
 
55
55
  .ft-ripple.ft-ripple--secondary .ft-ripple--background {
56
- background-color: ${m};
56
+ background-color: ${u};
57
57
  }
58
58
 
59
59
  .ft-ripple.ft-ripple--secondary .ft-ripple--effect {
60
- background-color: ${u};
60
+ background-color: ${m};
61
61
  }
62
62
 
63
63
  .ft-ripple.ft-ripple--primary .ft-ripple--background {
@@ -65,7 +65,7 @@
65
65
  }
66
66
 
67
67
  .ft-ripple.ft-ripple--primary .ft-ripple--effect {
68
- background-color: ${g};
68
+ background-color: ${y};
69
69
  }
70
70
 
71
71
  .ft-ripple .ft-ripple--background {
@@ -95,7 +95,7 @@
95
95
  }
96
96
 
97
97
  .ft-ripple.ft-ripple--hovered .ft-ripple--background {
98
- opacity: ${p};
98
+ opacity: ${c};
99
99
  }
100
100
 
101
101
  .ft-ripple.ft-ripple--selected .ft-ripple--background {
@@ -107,10 +107,10 @@
107
107
  }
108
108
 
109
109
  .ft-ripple.ft-ripple--pressed .ft-ripple--effect {
110
- opacity: ${c};
110
+ opacity: ${p};
111
111
  transform: translate(-50%, -50%) scale(1);
112
112
  }
113
- `;var N=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 S 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 N=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 x 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`
114
114
  <style>
115
115
  .ft-ripple .ft-ripple--effect {
116
116
  left: ${this.originX}px;
@@ -121,56 +121,56 @@
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()}}S.elementDefinitions={},S.styles=O,N([r.property({type:Boolean})],S.prototype,"primary",void 0),N([r.property({type:Boolean})],S.prototype,"secondary",void 0),N([r.property({type:Boolean})],S.prototype,"unbounded",void 0),N([r.property({type:Boolean})],S.prototype,"activated",void 0),N([r.property({type:Boolean})],S.prototype,"selected",void 0),N([r.property({type:Boolean})],S.prototype,"disabled",void 0),N([r.state()],S.prototype,"hovered",void 0),N([r.state()],S.prototype,"focused",void 0),N([r.state()],S.prototype,"pressed",void 0),N([r.state()],S.prototype,"rippling",void 0),N([r.state()],S.prototype,"originX",void 0),N([r.state()],S.prototype,"originY",void 0),N([r.query(".ft-ripple")],S.prototype,"ripple",void 0),N([r.query(".ft-ripple--effect")],S.prototype,"rippleEffect",void 0),o.customElement("ft-ripple")(S);
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()}}x.elementDefinitions={},x.styles=O,N([r.property({type:Boolean})],x.prototype,"primary",void 0),N([r.property({type:Boolean})],x.prototype,"secondary",void 0),N([r.property({type:Boolean})],x.prototype,"unbounded",void 0),N([r.property({type:Boolean})],x.prototype,"activated",void 0),N([r.property({type:Boolean})],x.prototype,"selected",void 0),N([r.property({type:Boolean})],x.prototype,"disabled",void 0),N([r.state()],x.prototype,"hovered",void 0),N([r.state()],x.prototype,"focused",void 0),N([r.state()],x.prototype,"pressed",void 0),N([r.state()],x.prototype,"rippling",void 0),N([r.state()],x.prototype,"originX",void 0),N([r.state()],x.prototype,"originY",void 0),N([r.query(".ft-ripple")],x.prototype,"ripple",void 0),N([r.query(".ft-ripple--effect")],x.prototype,"rippleEffect",void 0),o.customElement("ft-ripple")(x);
125
125
  /**
126
126
  * @license
127
127
  * Copyright 2017 Google LLC
128
128
  * SPDX-License-Identifier: BSD-3-Clause
129
129
  */
130
- const x=globalThis,C=x.trustedTypes,v=C?C.createPolicy("lit-html",{createHTML:t=>t}):void 0,I="$lit$",U=`lit$${(Math.random()+"").slice(9)}$`,R="?"+U,W=`<${R}>`,k=document,w=()=>k.createComment(""),E=t=>null===t||"object"!=typeof t&&"function"!=typeof t,L=Array.isArray,$="[ \t\n\f\r]",K=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Z=/-->/g,z=/>/g,D=RegExp(`>|${$}(?:([^\\s"'>=/]+)(${$}*=${$}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),F=/'/g,B=/"/g,A=/^(?:script|style|textarea|title)$/i,H=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),G=Symbol.for("lit-noChange"),P=Symbol.for("lit-nothing"),M=new WeakMap,Y=k.createTreeWalker(k,129);function _(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==v?v.createHTML(o):o}const j=(t,o)=>{const e=t.length-1,r=[];let a,i=2===o?"<svg>":"",n=K;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===K?"!--"===c[1]?n=Z:void 0!==c[1]?n=z:void 0!==c[2]?(A.test(c[2])&&(a=RegExp("</"+c[2],"g")),n=D):void 0!==c[3]&&(n=D):n===D?">"===c[0]?(n=a??K,p=-1):void 0===c[1]?p=-2:(p=n.lastIndex-c[2].length,l=c[1],n=void 0===c[3]?D:'"'===c[3]?B:F):n===B||n===F?n=D:n===Z||n===z?n=K:(n=D,a=void 0);const s=n===D&&t[o+1].startsWith("/>")?" ":"";i+=n===K?e+W:p>=0?(r.push(l),e.slice(0,p)+I+e.slice(p)+U+s):e+U+(-2===p?o:s)}return[_(t,i+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};class T{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]=j(t,o);if(this.el=T.createElement(c,e),Y.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=Y.nextNode())&&l.length<n;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(I)){const o=p[i++],e=r.getAttribute(t).split(U),n=/([.?@])?(.*)/.exec(o);l.push({type:1,index:a,name:n[2],strings:e,ctor:"."===n[1]?Q:"?"===n[1]?tt:"@"===n[1]?ot:J}),r.removeAttribute(t)}else t.startsWith(U)&&(l.push({type:6,index:a}),r.removeAttribute(t));if(A.test(r.tagName)){const t=r.textContent.split(U),o=t.length-1;if(o>0){r.textContent=C?C.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],w()),Y.nextNode(),l.push({type:2,index:++a});r.append(t[o],w())}}}else if(8===r.nodeType)if(r.data===R)l.push({type:2,index:a});else{let t=-1;for(;-1!==(t=r.data.indexOf(U,t+1));)l.push({type:7,index:a}),t+=U.length-1}a++}}static createElement(t,o){const e=k.createElement("template");return e.innerHTML=t,e}}function X(t,o,e=t,r){if(o===G)return o;let a=void 0!==r?e._$Co?.[r]:e._$Cl;const i=E(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=X(t,a._$AS(t,o.values),a,r)),o}class V{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:o},parts:e}=this._$AD,r=(t?.creationScope??k).importNode(o,!0);Y.currentNode=r;let a=Y.nextNode(),i=0,n=0,l=e[0];for(;void 0!==l;){if(i===l.index){let o;2===l.type?o=new q(a,a.nextSibling,this,t):1===l.type?o=new l.ctor(a,l.name,l.strings,this,t):6===l.type&&(o=new et(a,this,t)),this._$AV.push(o),l=e[++n]}i!==l?.index&&(a=Y.nextNode(),i++)}return Y.currentNode=k,r}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}}class q{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=P,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=X(this,t,o),E(t)?t===P||null==t||""===t?(this._$AH!==P&&this._$AR(),this._$AH=P):t!==this._$AH&&t!==G&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>L(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!==P&&E(this._$AH)?this._$AA.nextSibling.data=t:this.$(k.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,r="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=T.createElement(_(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new V(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=M.get(t.strings);return void 0===o&&M.set(t.strings,o=new T(t)),o}T(t){L(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 q(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 J{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,a){this.type=1,this._$AH=P,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=P}_$AI(t,o=this,e,r){const a=this.strings;let i=!1;if(void 0===a)t=X(this,t,o,0),i=!E(t)||t!==this._$AH&&t!==G,i&&(this._$AH=t);else{const r=t;let n,l;for(t=a[0],n=0;n<a.length-1;n++)l=X(this,r[e+n],o,n),l===G&&(l=this._$AH[n]),i||=!E(l)||l!==this._$AH[n],l===P?t=P:t!==P&&(t+=(l??"")+a[n+1]),this._$AH[n]=l}i&&!r&&this.O(t)}O(t){t===P?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class Q extends J{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===P?void 0:t}}class tt extends J{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==P)}}class ot extends J{constructor(t,o,e,r,a){super(t,o,e,r,a),this.type=5}_$AI(t,o=this){if((t=X(this,t,o,0)??P)===G)return;const e=this._$AH,r=t===P&&e!==P||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,a=t!==P&&(e===P||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 et{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){X(this,t)}}const rt=x.litHtmlPolyfillSupport;rt?.(T,q),(x.litHtmlVersions??=[]).push("3.1.0");
130
+ const S=globalThis,C=S.trustedTypes,v=C?C.createPolicy("lit-html",{createHTML:t=>t}):void 0,I="$lit$",W=`lit$${(Math.random()+"").slice(9)}$`,U="?"+W,w=`<${U}>`,R=document,E=()=>R.createComment(""),k=t=>null===t||"object"!=typeof t&&"function"!=typeof t,L=Array.isArray,K="[ \t\n\f\r]",$=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Z=/-->/g,z=/>/g,D=RegExp(`>|${K}(?:([^\\s"'>=/]+)(${K}*=${K}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),F=/'/g,H=/"/g,A=/^(?:script|style|textarea|title)$/i,B=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),G=Symbol.for("lit-noChange"),P=Symbol.for("lit-nothing"),M=new WeakMap,Y=R.createTreeWalker(R,129);function _(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==v?v.createHTML(o):o}const j=(t,o)=>{const e=t.length-1,r=[];let a,i=2===o?"<svg>":"",n=$;for(let o=0;o<e;o++){const e=t[o];let l,p,c=-1,f=0;for(;f<e.length&&(n.lastIndex=f,p=n.exec(e),null!==p);)f=n.lastIndex,n===$?"!--"===p[1]?n=Z:void 0!==p[1]?n=z:void 0!==p[2]?(A.test(p[2])&&(a=RegExp("</"+p[2],"g")),n=D):void 0!==p[3]&&(n=D):n===D?">"===p[0]?(n=a??$,c=-1):void 0===p[1]?c=-2:(c=n.lastIndex-p[2].length,l=p[1],n=void 0===p[3]?D:'"'===p[3]?H:F):n===H||n===F?n=D:n===Z||n===z?n=$:(n=D,a=void 0);const s=n===D&&t[o+1].startsWith("/>")?" ":"";i+=n===$?e+w:c>=0?(r.push(l),e.slice(0,c)+I+e.slice(c)+W+s):e+W+(-2===c?o:s)}return[_(t,i+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};class T{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let a=0,i=0;const n=t.length-1,l=this.parts,[p,c]=j(t,o);if(this.el=T.createElement(p,e),Y.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=Y.nextNode())&&l.length<n;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(I)){const o=c[i++],e=r.getAttribute(t).split(W),n=/([.?@])?(.*)/.exec(o);l.push({type:1,index:a,name:n[2],strings:e,ctor:"."===n[1]?Q:"?"===n[1]?tt:"@"===n[1]?ot:J}),r.removeAttribute(t)}else t.startsWith(W)&&(l.push({type:6,index:a}),r.removeAttribute(t));if(A.test(r.tagName)){const t=r.textContent.split(W),o=t.length-1;if(o>0){r.textContent=C?C.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],E()),Y.nextNode(),l.push({type:2,index:++a});r.append(t[o],E())}}}else if(8===r.nodeType)if(r.data===U)l.push({type:2,index:a});else{let t=-1;for(;-1!==(t=r.data.indexOf(W,t+1));)l.push({type:7,index:a}),t+=W.length-1}a++}}static createElement(t,o){const e=R.createElement("template");return e.innerHTML=t,e}}function X(t,o,e=t,r){if(o===G)return o;let a=void 0!==r?e._$Co?.[r]:e._$Cl;const i=k(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=X(t,a._$AS(t,o.values),a,r)),o}class V{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??R).importNode(o,!0);Y.currentNode=r;let a=Y.nextNode(),i=0,n=0,l=e[0];for(;void 0!==l;){if(i===l.index){let o;2===l.type?o=new q(a,a.nextSibling,this,t):1===l.type?o=new l.ctor(a,l.name,l.strings,this,t):6===l.type&&(o=new et(a,this,t)),this._$AV.push(o),l=e[++n]}i!==l?.index&&(a=Y.nextNode(),i++)}return Y.currentNode=R,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 q{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=P,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=X(this,t,o),k(t)?t===P||null==t||""===t?(this._$AH!==P&&this._$AR(),this._$AH=P):t!==this._$AH&&t!==G&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>L(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!==P&&k(this._$AH)?this._$AA.nextSibling.data=t:this.$(R.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=T.createElement(_(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new V(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=M.get(t.strings);return void 0===o&&M.set(t.strings,o=new T(t)),o}T(t){L(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 q(this.k(E()),this.k(E()),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 J{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,a){this.type=1,this._$AH=P,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=P}_$AI(t,o=this,e,r){const a=this.strings;let i=!1;if(void 0===a)t=X(this,t,o,0),i=!k(t)||t!==this._$AH&&t!==G,i&&(this._$AH=t);else{const r=t;let n,l;for(t=a[0],n=0;n<a.length-1;n++)l=X(this,r[e+n],o,n),l===G&&(l=this._$AH[n]),i||=!k(l)||l!==this._$AH[n],l===P?t=P:t!==P&&(t+=(l??"")+a[n+1]),this._$AH[n]=l}i&&!r&&this.O(t)}O(t){t===P?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class Q extends J{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===P?void 0:t}}class tt extends J{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==P)}}class ot extends J{constructor(t,o,e,r,a){super(t,o,e,r,a),this.type=5}_$AI(t,o=this){if((t=X(this,t,o,0)??P)===G)return;const e=this._$AH,r=t===P&&e!==P||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,a=t!==P&&(e===P||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 et{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){X(this,t)}}const rt=S.litHtmlPolyfillSupport;rt?.(T,q),(S.litHtmlVersions??=[]).push("3.1.0");
131
131
  /**
132
132
  * @license
133
133
  * Copyright 2020 Google LLC
134
134
  * SPDX-License-Identifier: BSD-3-Clause
135
135
  */
136
- const at=Symbol.for(""),it=t=>{if(t?.r===at)return t?._$litStatic$},nt=t=>({_$litStatic$:t,r:at}),lt=new Map,ct=(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=it(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=lt.get(t))&&(n.raw=n,lt.set(t,o=n)),e=l}return t(o,...e)})(H);var pt;!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"}(pt||(pt={}));const ft=t=>"string"==typeof t?e.unsafeCSS(t):t;class st{static create(t,o,r,a){const i=t=>ft(null!=t?t:a),n=e.css`var(${ft(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(${ft(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(${ft(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(${ft(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):ft(null!=o?o:t.lastResortDefaultValue()),a=e.css`var(${ft(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(${ft(t.name)}, ${r(o)})`,a.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],a.lastResortDefaultValue=()=>t.lastResortDefaultValue(),a}}const ht={colorWhite:st.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:st.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:st.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:st.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:st.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:st.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:st.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:st.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:st.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:st.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:st.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:st.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:st.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:st.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:st.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:st.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:st.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:st.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:st.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:st.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:st.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:st.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:st.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:st.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:st.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:st.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:st.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:st.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:st.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:st.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:st.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:st.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:st.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:st.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:st.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:st.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:st.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:st.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:st.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:st.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:st.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:st.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:st.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:st.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:st.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:st.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:st.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:st.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:st.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:st.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:st.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:st.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:st.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:st.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:st.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:st.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:st.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:st.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:st.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:st.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:st.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:st.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:st.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:st.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:st.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:st.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:st.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:st.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:st.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:st.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:st.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:st.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:st.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:st.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:st.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:st.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:st.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:st.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:st.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:st.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:st.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:st.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:st.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:st.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:st.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:st.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:st.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:st.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:st.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:st.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:st.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:st.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:st.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:st.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:st.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:st.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:st.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:st.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:st.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:st.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:st.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:st.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:st.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:st.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:st.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:st.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:st.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:st.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:st.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:st.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:st.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:st.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:st.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:st.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:st.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:st.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:st.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:st.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:st.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:st.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:st.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:st.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:st.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:st.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:st.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:st.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:st.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:st.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:st.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:st.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:st.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:st.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:st.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:st.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:st.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:st.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:st.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:st.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:st.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:st.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:st.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:st.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:st.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:st.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:st.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:st.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:st.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:st.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:st.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:st.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:st.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:st.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:st.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:st.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:st.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:st.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:st.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:st.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:st.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:st.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:st.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:st.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:st.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:st.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:st.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:st.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:st.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:st.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:st.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:st.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:st.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:st.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:st.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:st.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:st.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:st.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:st.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:st.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:st.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:st.create("--ft-icon-size-6","","SIZE","48px"),opacity0:st.create("--ft-opacity-0","","NUMBER","0"),opacity8:st.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:st.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:st.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:st.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:st.create("--ft-opacity-80","","NUMBER","0.8")},yt={display:{fontFamily:st.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:st.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:st.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:st.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:st.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:st.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:st.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:st.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:st.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:st.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:st.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:st.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:st.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:st.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:st.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:st.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:st.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:st.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:st.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:st.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:st.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:st.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:st.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:st.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:st.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:st.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:st.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:st.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:st.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:st.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:st.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:st.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:st.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:st.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:st.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:st.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:st.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:st.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:st.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:st.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:st.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:st.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:st.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:st.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:st.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:st.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:st.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:st.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:st.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:st.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:st.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:st.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:st.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:st.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:st.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:st.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:st.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:st.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:st.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:st.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:st.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:st.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:st.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:st.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:st.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:st.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:st.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:st.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:st.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:st.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:st.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:st.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:st.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:st.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:st.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:st.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:st.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:st.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:st.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:st.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:st.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:st.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:st.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:st.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:st.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:st.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:st.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:st.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:st.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:st.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:st.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:st.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:st.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:st.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:st.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:st.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:st.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:st.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:st.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:st.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:st.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:st.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:st.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:st.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:st.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:st.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:st.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:st.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:st.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:st.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:st.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:st.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:st.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:st.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:st.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:st.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:st.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:st.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:st.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:st.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:st.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:st.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:st.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:st.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:st.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:st.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:st.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:st.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:st.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:st.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:st.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:st.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")}},gt={backgroundActionPrimary:st.extend("--ft-background-action-primary","Used as backgorund of primary action components.",ht.colorBrand0),backgroundErrorPrimary:st.extend("--ft-background-error-primary","Used as background of error components.",ht.colorRed0),backgroundErrorSubtle:st.extend("--ft-background-error-subtle","Used as background of subtle error components.",ht.colorRed10),backgroundInfoPrimary:st.extend("--ft-background-info-primary","Used as background of information components.",ht.colorCyan200),backgroundInfoSubtle:st.extend("--ft-background-info-subtle","Used as background of subtle information components.",ht.colorCyan10),backgroundWarningPrimary:st.extend("--ft-background-warning-primary","Used as background of warning components.",ht.colorOrange300),backgroundWarningSubtle:st.extend("--ft-background-warning-subtle","Used as background of subtle information components.",ht.colorOrange10),backgroundSuccessPrimary:st.extend("--ft-background-success-primary","Used as background of success components.",ht.colorGreen200),backgroundSuccessSubtle:st.extend("--ft-background-success-subtle","Used as background of subtle success components.",ht.colorGreen10),backgroundGlobalSurface:st.extend("--ft-background-global-surface","Used as app background.",ht.colorWhite),backgroundGlobalOnSurface:st.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",ht.colorGray10),backgroundGlobalOnSurfaceDark:st.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",ht.colorGray30),contentActionPrimary:st.extend("--ft-content-action-primary","Used on label of primary action on light surface.",ht.colorBrand0),contentWarningPrimary:st.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",ht.colorOrange300),contentWarningIconOnly:st.extend("--ft-content-warning-icon-only","Used on warning status icons alone",ht.colorOrange0),contentErrorPrimary:st.extend("--ft-content-error-primary","Used on label of error messages on light surface.",ht.colorRed0),contentErrorIconOnly:st.extend("--ft-content-error-icon-only","Used on error status icons alone",ht.colorRed0),contentInfoPrimary:st.extend("--ft-content-info-primary","Used on label of information messages on light surface.",ht.colorCyan200),contentInfoIconOnly:st.extend("--ft-content-info-icon-only","Used on info status icons alone",ht.colorCyan0),contentSuccessIconOnly:st.extend("--ft-content-success-icon-only","Used on success status icons alone",ht.colorGreen0),contentSuccessPrimary:st.extend("--ft-content-success-primary","Used on label of success messages on light surface.",ht.colorGreen200),contentGlobalPrimary:st.extend("--ft-content-global-primary","Used for main content on the page.",ht.colorGray500),contentGlobalSecondary:st.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",ht.colorGray200),contentGlobalSubtle:st.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",ht.colorGray0),contentGlobalOnColor:st.extend("--ft-content-global-on-color","Used for content on a dominant color.",ht.colorWhite),borderActionPrimary:st.extend("--ft-border-action-primary","Used as border for primary action components.",ht.colorBrand0),borderActionFocusRing:st.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",ht.colorCyan0),borderWarningPrimary:st.extend("--ft-border-warning-primary","Used as border for warning components.",ht.colorOrange30),borderSuccessPrimary:st.extend("--ft-border-success-primary","Used as border for success components.",ht.colorGreen30),borderErrorPrimary:st.extend("--ft-border-error-primary","Used as border for error components.",ht.colorRed30),borderInfoPrimary:st.extend("--ft-border-info-primary","Used as border for information components.",ht.colorCyan30),borderGlobalSubtle:st.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",ht.colorGray30),borderGlobalPrimary:st.extend("--ft-border-global-primary","Used as border for element like input.",ht.colorGray50),borderInputPrimary:st.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",ht.colorGray80)};st.create("--ft-button-large-height","","SIZE","40px"),st.extend("--ft-button-large-horizontal-padding","",ht.spacing4),st.extend("--ft-button-large-gap","",ht.spacing2),st.extend("--ft-button-large-border-radius","",ht.borderRadiusS),st.extend("--ft-button-large-icon-size","",ht.iconSize3),st.create("--ft-button-large-border-width","","SIZE","1px"),st.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),st.create("--ft-button-large-focus-outline-width","","SIZE","2px"),st.create("--ft-button-large-icon-only-width","","SIZE","40px"),st.create("--ft-button-small-height","","SIZE","30px"),st.extend("--ft-button-small-horizontal-padding","",ht.spacing3),st.extend("--ft-button-small-gap","",ht.spacing2),st.extend("--ft-button-small-border-radius","",ht.borderRadiusS),st.extend("--ft-button-small-icon-size","",ht.iconSize2),st.create("--ft-button-small-border-width","","SIZE","1px"),st.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),st.create("--ft-button-small-focus-outline-width","","SIZE","2px"),st.create("--ft-button-small-icon-only-width","","SIZE","30px"),st.extend("--ft-button-primary-background-color","",gt.backgroundActionPrimary),st.extend("--ft-button-primary-color","",gt.contentGlobalOnColor),st.extend("--ft-button-primary-icon-color","",gt.contentGlobalOnColor),st.extend("--ft-button-primary-state-layer-color","",gt.contentGlobalOnColor),st.extend("--ft-button-primary-state-layer-opacity-hover","",ht.opacity16),st.extend("--ft-button-primary-state-layer-opacity-focus","",ht.opacity16),st.extend("--ft-button-primary-state-layer-opacity-active","",ht.opacity24),st.extend("--ft-button-primary-component-opacity-disabled","",ht.opacity40),st.extend("--ft-button-focus-focus-ring-color","",gt.borderActionFocusRing),st.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),st.extend("--ft-button-tertiary-color","",gt.contentActionPrimary),st.extend("--ft-button-tertiary-icon-color","",gt.contentActionPrimary),st.extend("--ft-button-tertiary-state-layer-color","",gt.contentActionPrimary),st.extend("--ft-button-tertiary-state-layer-opacity-hover","",ht.opacity8),st.extend("--ft-button-tertiary-state-layer-opacity-focus","",ht.opacity8),st.extend("--ft-button-tertiary-state-layer-opacity-active","",ht.opacity16),st.extend("--ft-button-tertiary-component-opacity-disabled","",ht.opacity40),st.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),st.extend("--ft-button-secondary-color","",gt.contentActionPrimary),st.extend("--ft-button-secondary-icon-color","",gt.contentActionPrimary),st.extend("--ft-button-secondary-state-layer-color","",gt.contentActionPrimary),st.extend("--ft-button-secondary-state-layer-opacity-hover","",ht.opacity8),st.extend("--ft-button-secondary-state-layer-opacity-focus","",ht.opacity8),st.extend("--ft-button-secondary-state-layer-opacity-active","",ht.opacity16),st.extend("--ft-button-secondary-component-opacity-disabled","",ht.opacity40),st.extend("--ft-button-secondary-border-color","",gt.borderActionPrimary),st.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),st.extend("--ft-button-neutral-icon-color","",gt.contentGlobalSecondary),st.extend("--ft-button-neutral-color","",gt.contentGlobalSecondary),st.extend("--ft-button-neutral-state-layer-color","",gt.contentGlobalSecondary),st.extend("--ft-button-neutral-state-layer-opacity-hover","",ht.opacity8),st.extend("--ft-button-neutral-state-layer-opacity-focus","",ht.opacity8),st.extend("--ft-button-neutral-state-layer-opacity-active","",ht.opacity16),st.extend("--ft-button-neutral-component-opacity-disabled","",ht.opacity40),st.extend("--ft-tabs-top-left-border-radius","",ht.borderRadiusS),st.extend("--ft-tabs-top-right-border-radius","",ht.borderRadiusS),st.extend("--ft-tabs-label-horizontal-padding","",ht.spacing4),st.extend("--ft-tabs-label-vertical-padding","",ht.spacing3),st.extend("--ft-tabs-label-gap","",ht.spacing1),st.extend("--ft-switch-group-horizontal-padding","",ht.spacing1),st.extend("--ft-switch-group-vertical-padding","",ht.spacing1),st.extend("--ft-switch-group-gap","",ht.spacing1),st.extend("--ft-switch-group-background-color","",gt.backgroundGlobalSurface),st.extend("--ft-switch-group-border-color","",gt.borderGlobalSubtle),st.create("--ft-switch-group-border-radius","","SIZE","6px"),st.extend("--ft-switch-label-horizontal-padding","",ht.spacing2),st.extend("--ft-switch-label-vertical-padding","",ht.spacing1),st.extend("--ft-switch-icon-horizontal-padding","",ht.spacing1),st.extend("--ft-switch-icon-vertical-padding","",ht.spacing1),st.create("--ft-switch-focus-outline-width","","SIZE","2px"),st.extend("--ft-switch-focus-focus-ring-color","",gt.borderActionFocusRing),st.extend("--ft-switch-option-border-radius","",ht.borderRadiusS),st.extend("--ft-switch-off-state-layer-opacity-hover","",ht.opacity8),st.extend("--ft-switch-off-state-layer-opacity-focus","",ht.opacity8),st.extend("--ft-switch-off-state-layer-opacity-active","",ht.opacity16),st.extend("--ft-switch-off-component-opacity-disabled","",ht.opacity40),st.extend("--ft-switch-off-color","",gt.contentGlobalSubtle),st.extend("--ft-switch-off-state-layer-color","",gt.contentGlobalSubtle),st.extend("--ft-chart-1-light","for area color charts",ht.colorBrand40),st.extend("--ft-chart-1-base","for line charts",ht.colorBrand0),st.extend("--ft-chart-2-light","for area color charts",ht.colorYellow60),st.extend("--ft-chart-2-base","for line charts",ht.colorYellow100),st.extend("--ft-chart-3-light","",ht.colorUltramarine40),st.extend("--ft-chart-3-base","",ht.colorUltramarine70),st.extend("--ft-chart-4-light","",ht.colorCyan50),st.extend("--ft-chart-4-base","",ht.colorCyan100),st.extend("--ft-chart-5-light","",ht.colorRed40),st.extend("--ft-chart-5-base","",ht.colorRed60),st.extend("--ft-chart-6-light","",ht.colorGreen40),st.extend("--ft-chart-6-base","",ht.colorGreen70),st.extend("--ft-chart-7-light","",ht.colorOrange70),st.extend("--ft-chart-7-base","",ht.colorOrange100),st.extend("--ft-chart-8-light","",ht.colorAvocado70),st.extend("--ft-chart-8-base","",ht.colorAvocado200),st.extend("--ft-chart-9-light","",ht.colorBrown50),st.extend("--ft-chart-9-base","",ht.colorBrown200),st.extend("--ft-chart-10-light","",ht.colorGray50),st.extend("--ft-chart-10-base","",ht.colorGray80),st.extend("--ft-chart-monochrome-10","",ht.colorBrand10),st.extend("--ft-chart-monochrome-20","",ht.colorBrand20),st.extend("--ft-chart-monochrome-30","",ht.colorBrand40),st.extend("--ft-chart-monochrome-40","",ht.colorBrand60),st.extend("--ft-chart-monochrome-50","",ht.colorBrand0),st.extend("--ft-chart-monochrome-60","",ht.colorBrand200),st.extend("--ft-chip-large-horizontal-padding","",ht.spacing4),st.extend("--ft-chip-large-vertical-padding","",ht.spacing2),st.extend("--ft-chip-large-gap","",ht.spacing1),st.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),st.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),st.extend("--ft-chip-large-border-radius","",ht.borderRadiusPill),st.create("--ft-chip-large-border-width","","SIZE","1px"),st.extend("--ft-chip-large-icon-size","",ht.iconSize3),st.extend("--ft-chip-medium-horizontal-padding","",ht.spacing3),st.extend("--ft-chip-medium-vertical-padding","",ht.spacing1),st.extend("--ft-chip-medium-gap","",ht.spacing1),st.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),st.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),st.extend("--ft-chip-medium-border-radius","",ht.borderRadiusPill),st.create("--ft-chip-medium-border-width","","SIZE","1px"),st.extend("--ft-chip-medium-icon-size","",ht.iconSize2),st.extend("--ft-chip-small-horizontal-padding","",ht.spacing2),st.extend("--ft-chip-small-vertical-padding","",ht.spacing05),st.extend("--ft-chip-small-gap","",ht.spacing1),st.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),st.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),st.extend("--ft-chip-small-border-radius","",ht.borderRadiusPill),st.create("--ft-chip-small-border-width","","SIZE","1px"),st.extend("--ft-chip-small-icon-size","",ht.iconSize1),st.extend("--ft-chip-neutral-background-color","",gt.backgroundGlobalOnSurface),st.extend("--ft-chip-neutral-color","",gt.contentGlobalPrimary),st.extend("--ft-chip-neutral-border-color","",gt.borderGlobalSubtle),st.extend("--ft-chip-info-background-color","",gt.backgroundInfoSubtle),st.extend("--ft-chip-info-color","",gt.contentInfoPrimary),st.extend("--ft-chip-info-border-color","",gt.borderInfoPrimary),st.extend("--ft-chip-success-background-color","",gt.backgroundSuccessSubtle),st.extend("--ft-chip-success-color","",gt.contentSuccessPrimary),st.extend("--ft-chip-success-border-color","",gt.borderSuccessPrimary),st.extend("--ft-chip-warning-background-color","",gt.backgroundWarningSubtle),st.extend("--ft-chip-warning-color","",gt.contentWarningPrimary),st.extend("--ft-chip-warning-border-color","",gt.borderWarningPrimary),st.extend("--ft-chip-error-background-color","",gt.backgroundErrorSubtle),st.extend("--ft-chip-error-color","",gt.contentErrorPrimary),st.extend("--ft-chip-error-border-color","",gt.borderErrorPrimary),st.create("--ft-notice-border-width","","SIZE","1px"),st.extend("--ft-notice-horizontal-padding","",ht.spacing2),st.extend("--ft-notice-vertical-padding","",ht.spacing1),st.extend("--ft-notice-border-radius","",ht.borderRadiusS),st.extend("--ft-notice-gap","",ht.spacing2),st.extend("--ft-notice-icon-size","",ht.iconSize3),st.extend("--ft-notice-info-background-color","",gt.backgroundInfoSubtle),st.extend("--ft-notice-info-border-color","",gt.borderInfoPrimary),st.extend("--ft-notice-info-color","",gt.contentInfoPrimary),st.extend("--ft-notice-warning-background-color","",gt.backgroundWarningSubtle),st.extend("--ft-notice-warning-border-color","",gt.borderWarningPrimary),st.extend("--ft-notice-warning-color","",gt.contentWarningPrimary),st.extend("--ft-checkbox-label-color","",gt.contentGlobalPrimary),st.extend("--ft-checkbox-checked-background-color","",gt.contentActionPrimary),st.extend("--ft-checkbox-checked-state-layer-color","",gt.contentActionPrimary),st.extend("--ft-checkbox-checked-color","",gt.contentGlobalOnColor),st.extend("--ft-checkbox-checked-state-layer-opacity-hover","",ht.opacity16),st.extend("--ft-checkbox-checked-state-layer-opacity-focus","",ht.opacity16),st.extend("--ft-checkbox-checked-state-layer-opacity-active","",ht.opacity24),st.extend("--ft-checkbox-checked-component-opacity-disabled","",ht.opacity40),st.extend("--ft-checkbox-unchecked-border-color","",ht.colorGray80),st.extend("--ft-checkbox-unchecked-state-layer-color","",ht.colorGray80),st.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",ht.opacity16),st.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",ht.opacity16),st.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",ht.opacity24),st.extend("--ft-checkbox-unchecked-component-opacity-disabled","",ht.opacity40),st.extend("--ft-checkbox-focus-focus-ring-color","",gt.borderActionFocusRing),st.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),st.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),st.extend("--ft-checkbox-gap","",ht.spacing3),st.extend("--ft-toggle-off-state-layer-opacity-hover","",ht.opacity16),st.extend("--ft-toggle-off-state-layer-opacity-focus","",ht.opacity16),st.extend("--ft-toggle-off-state-layer-opacity-active","",ht.opacity24),st.extend("--ft-toggle-off-component-opacity-disabled","",ht.opacity40),st.extend("--ft-toggle-off-background-color","",gt.contentGlobalSubtle),st.extend("--ft-toggle-off-icon-color","",gt.contentGlobalSubtle),st.extend("--ft-toggle-off-state-layer-color","",gt.contentGlobalSubtle),st.extend("--ft-toggle-on-state-layer-opacity-hover","",ht.opacity16),st.extend("--ft-toggle-on-state-layer-opacity-focus","",ht.opacity16),st.extend("--ft-toggle-on-state-layer-opacity-active","",ht.opacity24),st.extend("--ft-toggle-on-component-opacity-disabled","",ht.opacity40),st.extend("--ft-toggle-on-background-color","",gt.contentActionPrimary),st.extend("--ft-toggle-on-icon-color","",gt.contentActionPrimary),st.extend("--ft-toggle-on-state-layer-color","",gt.contentActionPrimary),st.extend("--ft-toggle-label-color","",gt.contentGlobalPrimary),st.extend("--ft-toggle-focus-focus-ring-color","",gt.borderActionFocusRing),st.extend("--ft-toggle-gap","",ht.spacing3),st.extend("--ft-radio-label-color","",gt.contentGlobalPrimary),st.extend("--ft-radio-selected-color","",gt.contentActionPrimary),st.extend("--ft-radio-selected-state-layer-color","",gt.contentActionPrimary),st.extend("--ft-radio-selected-state-layer-opacity-hover","",ht.opacity16),st.extend("--ft-radio-selected-state-layer-opacity-focus","",ht.opacity16),st.extend("--ft-radio-selected-state-layer-opacity-active","",ht.opacity24),st.extend("--ft-radio-selected-component-opacity-disabled","",ht.opacity40),st.extend("--ft-radio-unselected-state-layer-color","",ht.colorGray80),st.extend("--ft-radio-unselected-state-layer-opacity-hover","",ht.opacity16),st.extend("--ft-radio-unselected-state-layer-opacity-focus","",ht.opacity16),st.extend("--ft-radio-unselected-state-layer-opacity-active","",ht.opacity24),st.extend("--ft-radio-unselected-component-opacity-disabled","",ht.opacity40),st.extend("--ft-radio-focus-focus-ring-color","",gt.borderActionFocusRing),st.create("--ft-radio-focus-outline-offset","","SIZE","3px"),st.create("--ft-radio-focus-outline-width","","SIZE","2px"),st.extend("--ft-radio-gap","",ht.spacing3),st.extend("--ft-notification-icon-size","",ht.iconSize4),st.extend("--ft-notification-horizontal-padding","",ht.spacing4),st.extend("--ft-notification-vertical-padding","",ht.spacing4),st.extend("--ft-notification-info-background-color","",gt.backgroundInfoSubtle),st.extend("--ft-notification-info-color","",gt.contentInfoPrimary),st.extend("--ft-notification-info-border-color","",gt.borderInfoPrimary),st.extend("--ft-notification-success-background-color","",gt.backgroundSuccessSubtle),st.extend("--ft-notification-success-color","",gt.contentSuccessPrimary),st.extend("--ft-notification-success-border-color","",gt.borderSuccessPrimary),st.extend("--ft-notification-warning-background-color","",gt.backgroundWarningSubtle),st.extend("--ft-notification-warning-color","",gt.contentWarningPrimary),st.extend("--ft-notification-warning-border-color","",gt.borderWarningPrimary),st.extend("--ft-notification-error-background-color","",gt.backgroundErrorSubtle),st.extend("--ft-notification-error-color","",gt.contentErrorPrimary),st.extend("--ft-notification-error-border-color","",gt.borderErrorPrimary),st.extend("--ft-notification-border-radius","",ht.borderRadiusPill),st.create("--ft-notification-border-width","","SIZE","1px"),st.extend("--ft-notification-gap-leading","",ht.spacing2),st.extend("--ft-notification-gap-trailing","",ht.spacing8);const dt=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.titleFont),bt=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.contentFont),ut={fontFamily:bt,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")},mt=o.FtCssVariableFactory.extend("--ft-typography-title-font-family","",dt),Ot=o.FtCssVariableFactory.extend("--ft-typography-title-font-size","",ut.fontSize,"20px"),Nt=o.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",ut.fontWeight,"normal"),St=o.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",ut.letterSpacing,"0.15px"),xt=o.FtCssVariableFactory.extend("--ft-typography-title-line-height","",ut.lineHeight,"1.2"),Ct=o.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",ut.textTransform,"inherit"),vt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",dt),It=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",ut.fontSize,"14px"),Ut=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",ut.fontWeight,"normal"),Rt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",ut.letterSpacing,"0.105px"),Wt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",ut.lineHeight,"1.7"),kt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",ut.textTransform,"inherit"),wt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",bt),Et=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",ut.fontSize,"16px"),Lt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",ut.fontWeight,"600"),$t=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",ut.letterSpacing,"0.144px"),Kt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",ut.lineHeight,"1.5"),Zt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",ut.textTransform,"inherit"),zt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",bt),Dt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",ut.fontSize,"14px"),Ft=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",ut.fontWeight,"normal"),Bt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",ut.letterSpacing,"0.098px"),At=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",ut.lineHeight,"1.7"),Ht=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",ut.textTransform,"inherit"),Gt=o.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",bt),Pt=o.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",ut.fontSize,"16px"),Mt=o.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",ut.fontWeight,"normal"),Yt=o.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",ut.letterSpacing,"0.496px"),_t=o.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",ut.lineHeight,"1.5"),jt=o.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",ut.textTransform,"inherit"),Tt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",bt),Xt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",ut.fontSize,"14px"),Vt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",ut.fontWeight,"normal"),qt=o.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",ut.letterSpacing,"0.252px"),Jt=o.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",ut.lineHeight,"1.4"),Qt=o.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",ut.textTransform,"inherit"),to=o.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",bt),oo=o.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",ut.fontSize,"12px"),eo=o.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",ut.fontWeight,"normal"),ro=o.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",ut.letterSpacing,"0.396px"),ao=o.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",ut.lineHeight,"1.33"),io=o.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",ut.textTransform,"inherit"),no=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",bt),lo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",ut.fontSize,"10px"),co=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",ut.fontWeight,"normal"),po=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",ut.letterSpacing,"0.33px"),fo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",ut.lineHeight,"1.6"),so=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",ut.textTransform,"inherit"),ho=o.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",bt),yo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",ut.fontSize,"10px"),go=o.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",ut.fontWeight,"normal"),bo=o.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",ut.letterSpacing,"1.5px"),uo=o.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",ut.lineHeight,"1.6"),mo=o.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",ut.textTransform,"uppercase"),Oo=o.FtCssVariableFactory.extend("--ft-typography-button-font-family","",bt),No=o.FtCssVariableFactory.extend("--ft-typography-button-font-size","",ut.fontSize,"14px"),So=o.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",ut.fontWeight,"600"),xo=o.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",ut.letterSpacing,"1.246px"),Co=o.FtCssVariableFactory.extend("--ft-typography-button-line-height","",ut.lineHeight,"1.15"),vo=o.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",ut.textTransform,"uppercase"),Io=e.css`
136
+ const at=Symbol.for(""),it=t=>{if(t?.r===at)return t?._$litStatic$},nt=t=>({_$litStatic$:t,r:at}),lt=new Map,pt=(t=>(o,...e)=>{const r=e.length;let a,i;const n=[],l=[];let p,c=0,f=!1;for(;c<r;){for(p=o[c];c<r&&void 0!==(i=e[c],a=it(i));)p+=a+o[++c],f=!0;c!==r&&l.push(i),n.push(p),c++}if(c===r&&n.push(o[r]),f){const t=n.join("$$lit$$");void 0===(o=lt.get(t))&&(n.raw=n,lt.set(t,o=n)),e=l}return t(o,...e)})(B);var ct;!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"}(ct||(ct={}));const ft=t=>"string"==typeof t?e.unsafeCSS(t):t;class st{static create(t,o,r,a){const i=t=>ft(null!=t?t:a),n=e.css`var(${ft(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(${ft(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(${ft(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(${ft(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):ft(null!=o?o:t.lastResortDefaultValue()),a=e.css`var(${ft(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(${ft(t.name)}, ${r(o)})`,a.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],a.lastResortDefaultValue=()=>t.lastResortDefaultValue(),a}}const ht={colorWhite:st.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:st.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:st.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:st.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:st.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:st.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:st.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:st.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:st.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:st.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:st.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:st.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:st.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:st.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:st.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:st.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:st.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:st.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:st.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:st.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:st.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:st.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:st.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:st.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:st.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:st.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:st.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:st.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:st.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:st.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:st.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:st.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:st.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:st.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:st.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:st.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:st.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:st.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:st.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:st.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:st.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:st.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:st.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:st.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:st.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:st.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:st.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:st.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:st.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:st.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:st.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:st.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:st.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:st.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:st.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:st.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:st.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:st.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:st.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:st.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:st.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:st.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:st.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:st.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:st.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:st.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:st.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:st.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:st.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:st.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:st.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:st.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:st.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:st.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:st.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:st.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:st.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:st.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:st.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:st.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:st.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:st.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:st.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:st.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:st.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:st.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:st.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:st.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:st.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:st.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:st.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:st.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:st.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:st.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:st.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:st.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:st.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:st.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:st.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:st.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:st.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:st.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:st.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:st.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:st.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:st.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:st.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:st.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:st.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:st.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:st.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:st.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:st.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:st.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:st.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:st.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:st.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:st.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:st.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:st.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:st.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:st.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:st.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:st.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:st.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:st.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:st.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:st.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:st.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:st.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:st.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:st.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:st.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:st.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:st.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:st.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:st.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:st.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:st.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:st.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:st.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:st.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:st.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:st.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:st.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:st.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:st.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:st.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:st.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:st.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:st.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:st.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:st.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:st.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:st.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:st.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:st.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:st.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:st.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:st.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:st.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:st.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:st.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:st.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:st.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:st.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:st.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:st.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:st.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:st.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:st.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:st.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:st.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:st.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:st.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:st.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:st.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:st.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:st.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:st.create("--ft-icon-size-6","","SIZE","48px"),opacity0:st.create("--ft-opacity-0","","NUMBER","0"),opacity8:st.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:st.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:st.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:st.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:st.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:st.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:st.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:st.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:st.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:st.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:st.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:st.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:st.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:st.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)")},gt={display:{fontFamily:st.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:st.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:st.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:st.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:st.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:st.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:st.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:st.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:st.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:st.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:st.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:st.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:st.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:st.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:st.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:st.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:st.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:st.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:st.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:st.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:st.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:st.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:st.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:st.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:st.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:st.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:st.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:st.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:st.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:st.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:st.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:st.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:st.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:st.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:st.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:st.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:st.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:st.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:st.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:st.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:st.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:st.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:st.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:st.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:st.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:st.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:st.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:st.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:st.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:st.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:st.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:st.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:st.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:st.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:st.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:st.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:st.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:st.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:st.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:st.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:st.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:st.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:st.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:st.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:st.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:st.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:st.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:st.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:st.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:st.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:st.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:st.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:st.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:st.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:st.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:st.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:st.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:st.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:st.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:st.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:st.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:st.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:st.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:st.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:st.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:st.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:st.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:st.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:st.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:st.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:st.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:st.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:st.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:st.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:st.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:st.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:st.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:st.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:st.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:st.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:st.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:st.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:st.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:st.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:st.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:st.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:st.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:st.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:st.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:st.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:st.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:st.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:st.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:st.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:st.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:st.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:st.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:st.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:st.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:st.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:st.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:st.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:st.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:st.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:st.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:st.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:st.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:st.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:st.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:st.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:st.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:st.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},"caption-3-medium":{fontFamily:st.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:st.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:st.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:st.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:st.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:st.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},"caption-3-semibold":{fontFamily:st.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:st.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:st.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:st.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:st.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:st.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},"caption-3-bold":{fontFamily:st.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:st.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:st.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:st.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:st.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:st.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:st.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:st.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:st.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")}},yt={backgroundActionPrimary:st.extend("--ft-background-action-primary","Used as backgorund of primary action components.",ht.colorBrand0),backgroundErrorPrimary:st.extend("--ft-background-error-primary","Used as background of error components.",ht.colorRed0),backgroundErrorSubtle:st.extend("--ft-background-error-subtle","Used as background of subtle error components.",ht.colorRed10),backgroundInfoPrimary:st.extend("--ft-background-info-primary","Used as background of information components.",ht.colorCyan200),backgroundInfoSubtle:st.extend("--ft-background-info-subtle","Used as background of subtle information components.",ht.colorCyan10),backgroundWarningPrimary:st.extend("--ft-background-warning-primary","Used as background of warning components.",ht.colorOrange300),backgroundWarningSubtle:st.extend("--ft-background-warning-subtle","Used as background of subtle information components.",ht.colorOrange10),backgroundSuccessPrimary:st.extend("--ft-background-success-primary","Used as background of success components.",ht.colorGreen200),backgroundSuccessSubtle:st.extend("--ft-background-success-subtle","Used as background of subtle success components.",ht.colorGreen10),backgroundGlobalSurface:st.extend("--ft-background-global-surface","Used as app background.",ht.colorWhite),backgroundGlobalOnSurface:st.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",ht.colorGray10),backgroundGlobalOnSurfaceDark:st.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",ht.colorGray30),contentActionPrimary:st.extend("--ft-content-action-primary","Used on label of primary action on light surface.",ht.colorBrand0),contentWarningPrimary:st.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",ht.colorOrange300),contentWarningIconOnly:st.extend("--ft-content-warning-icon-only","Used on warning status icons alone",ht.colorOrange0),contentErrorPrimary:st.extend("--ft-content-error-primary","Used on label of error messages on light surface.",ht.colorRed0),contentErrorIconOnly:st.extend("--ft-content-error-icon-only","Used on error status icons alone",ht.colorRed0),contentInfoPrimary:st.extend("--ft-content-info-primary","Used on label of information messages on light surface.",ht.colorCyan200),contentInfoIconOnly:st.extend("--ft-content-info-icon-only","Used on info status icons alone",ht.colorCyan0),contentSuccessPrimary:st.extend("--ft-content-success-primary","Used on label of success messages on light surface.",ht.colorGreen200),contentSuccessIconOnly:st.extend("--ft-content-success-icon-only","Used on success status icons alone",ht.colorGreen0),contentGlobalPrimary:st.extend("--ft-content-global-primary","Used for main content on the page.",ht.colorGray500),contentGlobalSecondary:st.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",ht.colorGray200),contentGlobalSubtle:st.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",ht.colorGray0),contentGlobalOnColor:st.extend("--ft-content-global-on-color","Used for content on a dominant color.",ht.colorWhite),borderActionPrimary:st.extend("--ft-border-action-primary","Used as border for primary action components.",ht.colorBrand0),borderActionFocusRing:st.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",ht.colorCyan0),borderWarningPrimary:st.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",ht.colorOrange300),borderWarningSubtle:st.extend("--ft-border-warning-subtle","Used as border for warning components.",ht.colorOrange30),borderSuccessPrimary:st.extend("--ft-border-success-primary","Used as border for success buttons.",ht.colorGreen200),borderSuccessSubtle:st.extend("--ft-border-success-subtle","Used as border for success components.",ht.colorGreen30),borderErrorPrimary:st.extend("--ft-border-error-primary","Used as border for text fields in error states.",ht.colorRed0),borderErrorSubtle:st.extend("--ft-border-error-subtle","Used as border for error components.",ht.colorRed30),borderInfoPrimary:st.extend("--ft-border-info-primary","Used as border for buttons in info color.",ht.colorCyan200),borderInfoSubtle:st.extend("--ft-border-info-subtle","Used as border for information components.",ht.colorCyan30),borderGlobalPrimary:st.extend("--ft-border-global-primary","Used as border for element like input.",ht.colorGray50),borderGlobalSubtle:st.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",ht.colorGray30),borderInputPrimary:st.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",ht.colorGray80)};st.create("--ft-button-large-height","","SIZE","40px"),st.extend("--ft-button-large-horizontal-padding","",ht.spacing4),st.extend("--ft-button-large-gap","",ht.spacing2),st.extend("--ft-button-large-border-radius","",ht.borderRadiusS),st.extend("--ft-button-large-icon-size","",ht.iconSize3),st.create("--ft-button-large-border-width","","SIZE","1px"),st.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),st.create("--ft-button-large-focus-outline-width","","SIZE","2px"),st.create("--ft-button-large-icon-only-width","","SIZE","40px"),st.create("--ft-button-small-height","","SIZE","30px"),st.extend("--ft-button-small-horizontal-padding","",ht.spacing3),st.extend("--ft-button-small-gap","",ht.spacing2),st.extend("--ft-button-small-border-radius","",ht.borderRadiusS),st.extend("--ft-button-small-icon-size","",ht.iconSize2),st.create("--ft-button-small-border-width","","SIZE","1px"),st.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),st.create("--ft-button-small-focus-outline-width","","SIZE","2px"),st.create("--ft-button-small-icon-only-width","","SIZE","30px"),st.extend("--ft-button-primary-background-color","",yt.backgroundActionPrimary),st.extend("--ft-button-primary-color","",yt.contentGlobalOnColor),st.extend("--ft-button-primary-icon-color","",yt.contentGlobalOnColor),st.extend("--ft-button-primary-state-layer-color","",yt.contentGlobalOnColor),st.extend("--ft-button-primary-state-layer-opacity-hover","",ht.opacity16),st.extend("--ft-button-primary-state-layer-opacity-focus","",ht.opacity16),st.extend("--ft-button-primary-state-layer-opacity-active","",ht.opacity24),st.extend("--ft-button-primary-component-opacity-disabled","",ht.opacity40),st.extend("--ft-button-focus-focus-ring-color","",yt.borderActionFocusRing),st.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),st.extend("--ft-button-tertiary-color","",yt.contentActionPrimary),st.extend("--ft-button-tertiary-icon-color","",yt.contentActionPrimary),st.extend("--ft-button-tertiary-state-layer-color","",yt.contentActionPrimary),st.extend("--ft-button-tertiary-state-layer-opacity-hover","",ht.opacity8),st.extend("--ft-button-tertiary-state-layer-opacity-focus","",ht.opacity8),st.extend("--ft-button-tertiary-state-layer-opacity-active","",ht.opacity16),st.extend("--ft-button-tertiary-component-opacity-disabled","",ht.opacity40),st.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),st.extend("--ft-button-secondary-color","",yt.contentActionPrimary),st.extend("--ft-button-secondary-icon-color","",yt.contentActionPrimary),st.extend("--ft-button-secondary-state-layer-color","",yt.contentActionPrimary),st.extend("--ft-button-secondary-state-layer-opacity-hover","",ht.opacity8),st.extend("--ft-button-secondary-state-layer-opacity-focus","",ht.opacity8),st.extend("--ft-button-secondary-state-layer-opacity-active","",ht.opacity16),st.extend("--ft-button-secondary-component-opacity-disabled","",ht.opacity40),st.extend("--ft-button-secondary-border-color","",yt.borderActionPrimary),st.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),st.extend("--ft-button-neutral-icon-color","",yt.contentGlobalSecondary),st.extend("--ft-button-neutral-color","",yt.contentGlobalSecondary),st.extend("--ft-button-neutral-state-layer-color","",yt.contentGlobalSecondary),st.extend("--ft-button-neutral-state-layer-opacity-hover","",ht.opacity8),st.extend("--ft-button-neutral-state-layer-opacity-focus","",ht.opacity8),st.extend("--ft-button-neutral-state-layer-opacity-active","",ht.opacity16),st.extend("--ft-button-neutral-component-opacity-disabled","",ht.opacity40),st.extend("--ft-floating-menu-horizontal-padding","",ht.spacing4),st.extend("--ft-floating-menu-vertical-padding","",ht.spacing4),st.extend("--ft-floating-menu-off-icon-color","",yt.contentGlobalPrimary),st.extend("--ft-floating-menu-off-color","",yt.contentGlobalPrimary),st.extend("--ft-floating-menu-on-color","",yt.contentActionPrimary),st.extend("--ft-floating-menu-on-icon-color","",yt.contentActionPrimary),st.extend("--ft-floating-menu-on-state-layer-color","",yt.contentActionPrimary),st.extend("--ft-floating-menu-gap","",ht.spacing3),st.extend("--ft-floating-menu-focus-focus-ring-color","",yt.borderActionFocusRing),st.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),st.extend("--ft-floating-menu-state-layer-opacity-hover","",ht.opacity8),st.extend("--ft-floating-menu-state-layer-opacity-active","",ht.opacity16),st.extend("--ft-floating-menu-state-layer-opacity-focus","",ht.opacity8),st.extend("--ft-floating-menu-component-opacity-disabled","",ht.opacity40),st.extend("--ft-floating-menu-icon-size","",ht.iconSize3),st.extend("--ft-floating-menu-background-color","",yt.backgroundGlobalOnSurface),st.extend("--ft-tabs-top-left-border-radius","",ht.borderRadiusS),st.extend("--ft-tabs-top-right-border-radius","",ht.borderRadiusS),st.extend("--ft-tabs-label-horizontal-padding","",ht.spacing4),st.extend("--ft-tabs-label-vertical-padding","",ht.spacing3),st.extend("--ft-tabs-label-gap","",ht.spacing1),st.extend("--ft-tabs-icon-horizontal-padding","",ht.spacing1),st.extend("--ft-tabs-icon-vertical-padding","",ht.spacing4),st.create("--ft-tabs-focus-outline-width","","SIZE","2px"),st.extend("--ft-tabs-focus-focus-ring-color","",yt.borderActionFocusRing),st.extend("--ft-tabs-off-state-layer-opacity-hover","",ht.opacity8),st.extend("--ft-tabs-off-state-layer-opacity-focus","",ht.opacity8),st.extend("--ft-tabs-off-state-layer-opacity-active","",ht.opacity16),st.extend("--ft-tabs-off-component-opacity-disabled","",ht.opacity40),st.extend("--ft-tabs-off-color","",yt.contentGlobalSubtle),st.extend("--ft-tabs-off-state-layer-color","",yt.contentGlobalSubtle),st.extend("--ft-tabs-on-state-layer-opacity-hover","",ht.opacity8),st.extend("--ft-tabs-on-state-layer-opacity-focus","",ht.opacity8),st.extend("--ft-tabs-on-state-layer-opacity-active","",ht.opacity16),st.extend("--ft-tabs-on-component-opacity-disabled","",ht.opacity40),st.extend("--ft-tabs-on-color","",yt.contentActionPrimary),st.extend("--ft-tabs-on-state-layer-color","",yt.contentActionPrimary),st.extend("--ft-collapsible-state-layer-opacity-hover","",ht.opacity8),st.extend("--ft-collapsible-state-layer-opacity-focus","",ht.opacity8),st.extend("--ft-collapsible-state-layer-opacity-active","",ht.opacity16),st.extend("--ft-collapsible-component-opacity-disabled","",ht.opacity40),st.extend("--ft-collapsible-horizontal-padding","",ht.spacing4),st.extend("--ft-collapsible-vertical-padding","",ht.spacing3),st.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),st.extend("--ft-collapsible-focus-focus-ring-color","",yt.borderActionFocusRing),st.extend("--ft-collapsible-color","",yt.contentGlobalPrimary),st.extend("--ft-collapsible-state-layer-color","",yt.contentGlobalPrimary),st.extend("--ft-collapsible-background-color","",yt.backgroundGlobalOnSurface),st.extend("--ft-collapsible-border-color","",yt.borderGlobalSubtle),st.extend("--ft-collapsible-icon-size","",ht.iconSize3),st.extend("--ft-switch-group-horizontal-padding","",ht.spacing1),st.extend("--ft-switch-group-vertical-padding","",ht.spacing1),st.extend("--ft-switch-group-gap","",ht.spacing1),st.extend("--ft-switch-group-background-color","",yt.backgroundGlobalSurface),st.extend("--ft-switch-group-border-color","",yt.borderGlobalSubtle),st.create("--ft-switch-group-border-radius","","SIZE","6px"),st.extend("--ft-switch-label-horizontal-padding","",ht.spacing2),st.extend("--ft-switch-label-vertical-padding","",ht.spacing1),st.extend("--ft-switch-icon-horizontal-padding","",ht.spacing1),st.extend("--ft-switch-icon-vertical-padding","",ht.spacing1),st.create("--ft-switch-focus-outline-width","","SIZE","2px"),st.extend("--ft-switch-focus-focus-ring-color","",yt.borderActionFocusRing),st.extend("--ft-switch-option-border-radius","",ht.borderRadiusS),st.extend("--ft-switch-off-state-layer-opacity-hover","",ht.opacity8),st.extend("--ft-switch-off-state-layer-opacity-focus","",ht.opacity8),st.extend("--ft-switch-off-state-layer-opacity-active","",ht.opacity16),st.extend("--ft-switch-off-component-opacity-disabled","",ht.opacity40),st.extend("--ft-switch-off-color","",yt.contentGlobalSubtle),st.extend("--ft-switch-off-state-layer-color","",yt.contentGlobalSubtle),st.extend("--ft-switch-on-state-layer-opacity-hover","",ht.opacity8),st.extend("--ft-switch-on-state-layer-opacity-focus","",ht.opacity8),st.extend("--ft-switch-on-state-layer-opacity-active","",ht.opacity16),st.extend("--ft-switch-on-component-opacity-disabled","",ht.opacity40),st.extend("--ft-switch-on-color","",yt.contentActionPrimary),st.extend("--ft-switch-on-state-layer-color","",yt.contentActionPrimary),st.extend("--ft-chart-1-light","for area color charts",ht.colorBrand40),st.extend("--ft-chart-1-base","for line charts",ht.colorBrand0),st.extend("--ft-chart-2-light","for area color charts",ht.colorYellow60),st.extend("--ft-chart-2-base","for line charts",ht.colorYellow100),st.extend("--ft-chart-3-light","",ht.colorUltramarine40),st.extend("--ft-chart-3-base","",ht.colorUltramarine70),st.extend("--ft-chart-4-light","",ht.colorCyan50),st.extend("--ft-chart-4-base","",ht.colorCyan100),st.extend("--ft-chart-5-light","",ht.colorRed40),st.extend("--ft-chart-5-base","",ht.colorRed60),st.extend("--ft-chart-6-light","",ht.colorGreen40),st.extend("--ft-chart-6-base","",ht.colorGreen70),st.extend("--ft-chart-7-light","",ht.colorOrange70),st.extend("--ft-chart-7-base","",ht.colorOrange100),st.extend("--ft-chart-8-light","",ht.colorAvocado70),st.extend("--ft-chart-8-base","",ht.colorAvocado200),st.extend("--ft-chart-9-light","",ht.colorBrown50),st.extend("--ft-chart-9-base","",ht.colorBrown200),st.extend("--ft-chart-10-light","",ht.colorGray50),st.extend("--ft-chart-10-base","",ht.colorGray80),st.extend("--ft-chart-monochrome-10","",ht.colorBrand10),st.extend("--ft-chart-monochrome-20","",ht.colorBrand20),st.extend("--ft-chart-monochrome-30","",ht.colorBrand40),st.extend("--ft-chart-monochrome-40","",ht.colorBrand60),st.extend("--ft-chart-monochrome-50","",ht.colorBrand0),st.extend("--ft-chart-monochrome-60","",ht.colorBrand200),st.extend("--ft-chip-large-horizontal-padding","",ht.spacing4),st.extend("--ft-chip-large-vertical-padding","",ht.spacing2),st.extend("--ft-chip-large-gap","",ht.spacing1),st.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),st.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),st.extend("--ft-chip-large-border-radius","",ht.borderRadiusPill),st.create("--ft-chip-large-border-width","","SIZE","1px"),st.extend("--ft-chip-large-icon-size","",ht.iconSize3),st.extend("--ft-chip-medium-horizontal-padding","",ht.spacing3),st.extend("--ft-chip-medium-vertical-padding","",ht.spacing1),st.extend("--ft-chip-medium-gap","",ht.spacing1),st.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),st.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),st.extend("--ft-chip-medium-border-radius","",ht.borderRadiusPill),st.create("--ft-chip-medium-border-width","","SIZE","1px"),st.extend("--ft-chip-medium-icon-size","",ht.iconSize2),st.extend("--ft-chip-small-horizontal-padding","",ht.spacing2),st.extend("--ft-chip-small-vertical-padding","",ht.spacing05),st.extend("--ft-chip-small-gap","",ht.spacing1),st.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),st.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),st.extend("--ft-chip-small-border-radius","",ht.borderRadiusPill),st.create("--ft-chip-small-border-width","","SIZE","1px"),st.extend("--ft-chip-small-icon-size","",ht.iconSize1),st.extend("--ft-chip-neutral-background-color","",yt.backgroundGlobalOnSurface),st.extend("--ft-chip-neutral-color","",yt.contentGlobalPrimary),st.extend("--ft-chip-neutral-border-color","",yt.borderGlobalSubtle),st.extend("--ft-chip-info-background-color","",yt.backgroundInfoSubtle),st.extend("--ft-chip-info-color","",yt.contentInfoPrimary),st.extend("--ft-chip-info-border-color","",yt.borderInfoSubtle),st.extend("--ft-chip-success-background-color","",yt.backgroundSuccessSubtle),st.extend("--ft-chip-success-color","",yt.contentSuccessPrimary),st.extend("--ft-chip-success-border-color","",yt.borderSuccessSubtle),st.extend("--ft-chip-warning-background-color","",yt.backgroundWarningSubtle),st.extend("--ft-chip-warning-color","",yt.contentWarningPrimary),st.extend("--ft-chip-warning-border-color","",yt.borderWarningSubtle),st.extend("--ft-chip-error-background-color","",yt.backgroundErrorSubtle),st.extend("--ft-chip-error-color","",yt.contentErrorPrimary),st.extend("--ft-chip-error-border-color","",yt.borderErrorSubtle),st.create("--ft-notice-border-width","","SIZE","1px"),st.extend("--ft-notice-horizontal-padding","",ht.spacing2),st.extend("--ft-notice-vertical-padding","",ht.spacing1),st.extend("--ft-notice-border-radius","",ht.borderRadiusS),st.extend("--ft-notice-gap","",ht.spacing2),st.extend("--ft-notice-icon-size","",ht.iconSize3),st.extend("--ft-notice-info-background-color","",yt.backgroundInfoSubtle),st.extend("--ft-notice-info-border-color","",yt.borderInfoSubtle),st.extend("--ft-notice-info-color","",yt.contentInfoPrimary),st.extend("--ft-notice-warning-background-color","",yt.backgroundWarningSubtle),st.extend("--ft-notice-warning-border-color","",yt.borderWarningSubtle),st.extend("--ft-notice-warning-color","",yt.contentWarningPrimary),st.extend("--ft-checkbox-label-color","",yt.contentGlobalPrimary),st.extend("--ft-checkbox-checked-background-color","",yt.contentActionPrimary),st.extend("--ft-checkbox-checked-state-layer-color","",yt.contentActionPrimary),st.extend("--ft-checkbox-checked-color","",yt.contentGlobalOnColor),st.extend("--ft-checkbox-checked-state-layer-opacity-hover","",ht.opacity16),st.extend("--ft-checkbox-checked-state-layer-opacity-focus","",ht.opacity16),st.extend("--ft-checkbox-checked-state-layer-opacity-active","",ht.opacity24),st.extend("--ft-checkbox-checked-component-opacity-disabled","",ht.opacity40),st.extend("--ft-checkbox-unchecked-border-color","",ht.colorGray80),st.extend("--ft-checkbox-unchecked-state-layer-color","",ht.colorGray80),st.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",ht.opacity16),st.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",ht.opacity16),st.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",ht.opacity24),st.extend("--ft-checkbox-unchecked-component-opacity-disabled","",ht.opacity40),st.extend("--ft-checkbox-focus-focus-ring-color","",yt.borderActionFocusRing),st.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),st.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),st.extend("--ft-checkbox-gap","",ht.spacing3),st.extend("--ft-toggle-off-state-layer-opacity-hover","",ht.opacity16),st.extend("--ft-toggle-off-state-layer-opacity-focus","",ht.opacity16),st.extend("--ft-toggle-off-state-layer-opacity-active","",ht.opacity24),st.extend("--ft-toggle-off-component-opacity-disabled","",ht.opacity40),st.extend("--ft-toggle-off-background-color","",yt.contentGlobalSubtle),st.extend("--ft-toggle-off-icon-color","",yt.contentGlobalSubtle),st.extend("--ft-toggle-off-state-layer-color","",yt.contentGlobalSubtle),st.extend("--ft-toggle-on-state-layer-opacity-hover","",ht.opacity16),st.extend("--ft-toggle-on-state-layer-opacity-focus","",ht.opacity16),st.extend("--ft-toggle-on-state-layer-opacity-active","",ht.opacity24),st.extend("--ft-toggle-on-component-opacity-disabled","",ht.opacity40),st.extend("--ft-toggle-on-background-color","",yt.contentActionPrimary),st.extend("--ft-toggle-on-icon-color","",yt.contentActionPrimary),st.extend("--ft-toggle-on-state-layer-color","",yt.contentActionPrimary),st.extend("--ft-toggle-label-color","",yt.contentGlobalPrimary),st.extend("--ft-toggle-focus-focus-ring-color","",yt.borderActionFocusRing),st.extend("--ft-toggle-gap","",ht.spacing3),st.extend("--ft-radio-label-color","",yt.contentGlobalPrimary),st.extend("--ft-radio-selected-color","",yt.contentActionPrimary),st.extend("--ft-radio-selected-state-layer-color","",yt.contentActionPrimary),st.extend("--ft-radio-selected-state-layer-opacity-hover","",ht.opacity16),st.extend("--ft-radio-selected-state-layer-opacity-focus","",ht.opacity16),st.extend("--ft-radio-selected-state-layer-opacity-active","",ht.opacity24),st.extend("--ft-radio-selected-component-opacity-disabled","",ht.opacity40),st.extend("--ft-radio-unselected-state-layer-color","",ht.colorGray80),st.extend("--ft-radio-unselected-state-layer-opacity-hover","",ht.opacity16),st.extend("--ft-radio-unselected-state-layer-opacity-focus","",ht.opacity16),st.extend("--ft-radio-unselected-state-layer-opacity-active","",ht.opacity24),st.extend("--ft-radio-unselected-component-opacity-disabled","",ht.opacity40),st.extend("--ft-radio-focus-focus-ring-color","",yt.borderActionFocusRing),st.create("--ft-radio-focus-outline-offset","","SIZE","3px"),st.create("--ft-radio-focus-outline-width","","SIZE","2px"),st.extend("--ft-radio-gap","",ht.spacing3),st.extend("--ft-notification-icon-size","",ht.iconSize4),st.extend("--ft-notification-horizontal-padding","",ht.spacing4),st.extend("--ft-notification-vertical-padding","",ht.spacing4),st.extend("--ft-notification-info-background-color","",yt.backgroundInfoSubtle),st.extend("--ft-notification-info-color","",yt.contentInfoPrimary),st.extend("--ft-notification-info-border-color","",yt.borderInfoSubtle),st.extend("--ft-notification-success-background-color","",yt.backgroundSuccessSubtle),st.extend("--ft-notification-success-color","",yt.contentSuccessPrimary),st.extend("--ft-notification-success-border-color","",yt.borderSuccessSubtle),st.extend("--ft-notification-warning-background-color","",yt.backgroundWarningSubtle),st.extend("--ft-notification-warning-color","",yt.contentWarningPrimary),st.extend("--ft-notification-warning-border-color","",yt.borderWarningSubtle),st.extend("--ft-notification-error-background-color","",yt.backgroundErrorSubtle),st.extend("--ft-notification-error-color","",yt.contentErrorPrimary),st.extend("--ft-notification-error-border-color","",yt.borderErrorSubtle),st.extend("--ft-notification-border-radius","",ht.borderRadiusPill),st.create("--ft-notification-border-width","","SIZE","1px"),st.extend("--ft-notification-gap-leading","",ht.spacing2),st.extend("--ft-notification-gap-trailing","",ht.spacing8),st.extend("--ft-tooltip-horizontal-padding","",ht.spacing2),st.extend("--ft-tooltip-vertical-padding","",ht.spacing2),st.extend("--ft-tooltip-border-radius","",ht.borderRadiusS),st.extend("--ft-tooltip-label","",yt.contentGlobalOnColor),st.extend("--ft-tooltip-background","",yt.contentGlobalPrimary),st.extend("--ft-tooltip-background-opacity","",ht.opacity80),st.extend("--ft-tooltip-shadow","",ht.shadowElevation03);const dt=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.titleFont),bt=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.contentFont),mt={fontFamily:bt,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")},ut=o.FtCssVariableFactory.extend("--ft-typography-title-font-family","",dt),Ot=o.FtCssVariableFactory.extend("--ft-typography-title-font-size","",mt.fontSize,"20px"),Nt=o.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",mt.fontWeight,"normal"),xt=o.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",mt.letterSpacing,"0.15px"),St=o.FtCssVariableFactory.extend("--ft-typography-title-line-height","",mt.lineHeight,"1.2"),Ct=o.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",mt.textTransform,"inherit"),vt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",dt),It=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",mt.fontSize,"14px"),Wt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",mt.fontWeight,"normal"),Ut=o.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",mt.letterSpacing,"0.105px"),wt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",mt.lineHeight,"1.7"),Rt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",mt.textTransform,"inherit"),Et=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",bt),kt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",mt.fontSize,"16px"),Lt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",mt.fontWeight,"600"),Kt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",mt.letterSpacing,"0.144px"),$t=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",mt.lineHeight,"1.5"),Zt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",mt.textTransform,"inherit"),zt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",bt),Dt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",mt.fontSize,"14px"),Ft=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",mt.fontWeight,"normal"),Ht=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",mt.letterSpacing,"0.098px"),At=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",mt.lineHeight,"1.7"),Bt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",mt.textTransform,"inherit"),Gt=o.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",bt),Pt=o.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",mt.fontSize,"16px"),Mt=o.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",mt.fontWeight,"normal"),Yt=o.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",mt.letterSpacing,"0.496px"),_t=o.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",mt.lineHeight,"1.5"),jt=o.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",mt.textTransform,"inherit"),Tt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",bt),Xt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",mt.fontSize,"14px"),Vt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",mt.fontWeight,"normal"),qt=o.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",mt.letterSpacing,"0.252px"),Jt=o.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",mt.lineHeight,"1.4"),Qt=o.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",mt.textTransform,"inherit"),to=o.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",bt),oo=o.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",mt.fontSize,"12px"),eo=o.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",mt.fontWeight,"normal"),ro=o.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",mt.letterSpacing,"0.396px"),ao=o.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",mt.lineHeight,"1.33"),io=o.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",mt.textTransform,"inherit"),no=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",bt),lo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",mt.fontSize,"10px"),po=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",mt.fontWeight,"normal"),co=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",mt.letterSpacing,"0.33px"),fo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",mt.lineHeight,"1.6"),so=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",mt.textTransform,"inherit"),ho=o.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",bt),go=o.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",mt.fontSize,"10px"),yo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",mt.fontWeight,"normal"),bo=o.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",mt.letterSpacing,"1.5px"),mo=o.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",mt.lineHeight,"1.6"),uo=o.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",mt.textTransform,"uppercase"),Oo=o.FtCssVariableFactory.extend("--ft-typography-button-font-family","",bt),No=o.FtCssVariableFactory.extend("--ft-typography-button-font-size","",mt.fontSize,"14px"),xo=o.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",mt.fontWeight,"600"),So=o.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",mt.letterSpacing,"1.246px"),Co=o.FtCssVariableFactory.extend("--ft-typography-button-line-height","",mt.lineHeight,"1.15"),vo=o.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",mt.textTransform,"uppercase"),Io=e.css`
137
137
  .ft-typography--title {
138
- font-family: ${mt};
138
+ font-family: ${ut};
139
139
  font-size: ${Ot};
140
140
  font-weight: ${Nt};
141
- letter-spacing: ${St};
142
- line-height: ${xt};
141
+ letter-spacing: ${xt};
142
+ line-height: ${St};
143
143
  text-transform: ${Ct};
144
144
  }
145
- `,Uo=e.css`
145
+ `,Wo=e.css`
146
146
  .ft-typography--title-dense {
147
147
  font-family: ${vt};
148
148
  font-size: ${It};
149
- font-weight: ${Ut};
150
- letter-spacing: ${Rt};
151
- line-height: ${Wt};
152
- text-transform: ${kt};
149
+ font-weight: ${Wt};
150
+ letter-spacing: ${Ut};
151
+ line-height: ${wt};
152
+ text-transform: ${Rt};
153
153
  }
154
- `,Ro=e.css`
154
+ `,Uo=e.css`
155
155
  .ft-typography--subtitle1 {
156
- font-family: ${wt};
157
- font-size: ${Et};
156
+ font-family: ${Et};
157
+ font-size: ${kt};
158
158
  font-weight: ${Lt};
159
- letter-spacing: ${$t};
160
- line-height: ${Kt};
159
+ letter-spacing: ${Kt};
160
+ line-height: ${$t};
161
161
  text-transform: ${Zt};
162
162
  }
163
- `,Wo=e.css`
163
+ `,wo=e.css`
164
164
  .ft-typography--subtitle2 {
165
165
  font-family: ${zt};
166
166
  font-size: ${Dt};
167
167
  font-weight: ${Ft};
168
- letter-spacing: ${Bt};
168
+ letter-spacing: ${Ht};
169
169
  line-height: ${At};
170
- text-transform: ${Ht};
170
+ text-transform: ${Bt};
171
171
  }
172
172
 
173
- `,ko=e.css`
173
+ `,Ro=e.css`
174
174
  .ft-typography--body1 {
175
175
  font-family: ${Gt};
176
176
  font-size: ${Pt};
@@ -179,7 +179,7 @@ const at=Symbol.for(""),it=t=>{if(t?.r===at)return t?._$litStatic$},nt=t=>({_$li
179
179
  line-height: ${_t};
180
180
  text-transform: ${jt};
181
181
  }
182
- `,wo=e.css`
182
+ `,Eo=e.css`
183
183
  .ft-typography--body2 {
184
184
  font-family: ${Tt};
185
185
  font-size: ${Xt};
@@ -188,7 +188,7 @@ const at=Symbol.for(""),it=t=>{if(t?.r===at)return t?._$litStatic$},nt=t=>({_$li
188
188
  line-height: ${Jt};
189
189
  text-transform: ${Qt};
190
190
  }
191
- `,Eo=e.css`
191
+ `,ko=e.css`
192
192
  .ft-typography--caption {
193
193
  font-family: ${to};
194
194
  font-size: ${oo};
@@ -201,26 +201,26 @@ const at=Symbol.for(""),it=t=>{if(t?.r===at)return t?._$litStatic$},nt=t=>({_$li
201
201
  .ft-typography--breadcrumb {
202
202
  font-family: ${no};
203
203
  font-size: ${lo};
204
- font-weight: ${co};
205
- letter-spacing: ${po};
204
+ font-weight: ${po};
205
+ letter-spacing: ${co};
206
206
  line-height: ${fo};
207
207
  text-transform: ${so};
208
208
  }
209
- `,$o=e.css`
209
+ `,Ko=e.css`
210
210
  .ft-typography--overline {
211
211
  font-family: ${ho};
212
- font-size: ${yo};
213
- font-weight: ${go};
212
+ font-size: ${go};
213
+ font-weight: ${yo};
214
214
  letter-spacing: ${bo};
215
- line-height: ${uo};
216
- text-transform: ${mo};
215
+ line-height: ${mo};
216
+ text-transform: ${uo};
217
217
  }
218
- `,Ko=e.css`
218
+ `,$o=e.css`
219
219
  .ft-typography--button {
220
220
  font-family: ${Oo};
221
221
  font-size: ${No};
222
- font-weight: ${So};
223
- letter-spacing: ${xo};
222
+ font-weight: ${xo};
223
+ letter-spacing: ${So};
224
224
  line-height: ${Co};
225
225
  text-transform: ${vo};
226
226
  }
@@ -228,7 +228,7 @@ const at=Symbol.for(""),it=t=>{if(t?.r===at)return t?._$litStatic$},nt=t=>({_$li
228
228
  .ft-typography {
229
229
  vertical-align: inherit;
230
230
  }
231
- `,zo=[Object.keys(yt).map((t=>function(t){const o=yt[t];return e.css`
231
+ `,zo=[Object.keys(gt).map((t=>function(t){const o=gt[t];return e.css`
232
232
  .ft-typography--${e.unsafeCSS(t)} {
233
233
  font-family: ${o.fontFamily};
234
234
  font-size: ${o.fontSize};
@@ -237,22 +237,22 @@ const at=Symbol.for(""),it=t=>{if(t?.r===at)return t?._$litStatic$},nt=t=>({_$li
237
237
  line-height: ${o.lineHeight};
238
238
  text-transform: ${o.textCase};
239
239
  }
240
- `}(t)))];var Do=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 Fo extends o.FtLitElement{constructor(){super(...arguments),this.variant=pt.body1}render(){return this.element?ct`
240
+ `}(t)))];var Do=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 Fo extends o.FtLitElement{constructor(){super(...arguments),this.variant=ct.body1}render(){return this.element?pt`
241
241
  <${nt(this.element)}
242
242
  class="ft-typography ft-typography--${this.variant}">
243
243
  <slot></slot>
244
244
  </${nt(this.element)}>
245
- `:ct`
245
+ `:pt`
246
246
  <slot class="ft-typography ft-typography--${this.variant}"></slot>
247
- `}}Fo.styles=[Io,Uo,Ro,Wo,ko,wo,Eo,Lo,$o,Ko,Zo,...zo],Do([r.property()],Fo.prototype,"element",void 0),Do([r.property()],Fo.prototype,"variant",void 0),o.customElement("ft-typography")(Fo);const Bo={textColor:o.FtCssVariableFactory.extend("--ft-checkbox-text-color","",o.designSystemVariables.colorOnSurfaceHigh),fontSize:o.FtCssVariableFactory.extend("--ft-checkbox-font-size","",ut.fontSize),colorPrimary:o.FtCssVariableFactory.external(o.designSystemVariables.colorPrimary,"Design system"),colorOnPrimary:o.FtCssVariableFactory.external(o.designSystemVariables.colorOnPrimary,"Design system"),borderColor:o.FtCssVariableFactory.extend("--ft-checkbox-border-color","",o.designSystemVariables.colorOnSurfaceMedium),colorOnSurfaceDisabled:o.FtCssVariableFactory.external(o.designSystemVariables.colorOnSurfaceDisabled,"Design system")},Ao=e.css`
247
+ `}}Fo.styles=[Io,Wo,Uo,wo,Ro,Eo,ko,Lo,Ko,$o,Zo,...zo],Do([r.property()],Fo.prototype,"element",void 0),Do([r.property()],Fo.prototype,"variant",void 0),o.customElement("ft-typography")(Fo);const Ho={textColor:o.FtCssVariableFactory.extend("--ft-checkbox-text-color","",o.designSystemVariables.colorOnSurfaceHigh),fontSize:o.FtCssVariableFactory.extend("--ft-checkbox-font-size","",mt.fontSize),colorPrimary:o.FtCssVariableFactory.external(o.designSystemVariables.colorPrimary,"Design system"),colorOnPrimary:o.FtCssVariableFactory.external(o.designSystemVariables.colorOnPrimary,"Design system"),borderColor:o.FtCssVariableFactory.extend("--ft-checkbox-border-color","",o.designSystemVariables.colorOnSurfaceMedium),colorOnSurfaceDisabled:o.FtCssVariableFactory.external(o.designSystemVariables.colorOnSurfaceDisabled,"Design system")},Ao=e.css`
248
248
  * {
249
249
  box-sizing: border-box;
250
250
  }
251
251
 
252
252
  .ft-checkbox {
253
253
  box-sizing: border-box;
254
- color: ${Bo.textColor};
255
- font-size: ${Bo.fontSize};
254
+ color: ${Ho.textColor};
255
+ font-size: ${Ho.fontSize};
256
256
 
257
257
  display: inline-flex;
258
258
  align-items: center;
@@ -260,7 +260,7 @@ const at=Symbol.for(""),it=t=>{if(t?.r===at)return t?._$litStatic$},nt=t=>({_$li
260
260
  }
261
261
 
262
262
  .ft-checkbox--disabled {
263
- color: ${Bo.colorOnSurfaceDisabled};
263
+ color: ${Ho.colorOnSurfaceDisabled};
264
264
  }
265
265
 
266
266
  input {
@@ -284,26 +284,26 @@ const at=Symbol.for(""),it=t=>{if(t?.r===at)return t?._$litStatic$},nt=t=>({_$li
284
284
 
285
285
  .ft-checkbox--box {
286
286
  display: flex;
287
- border: 2px solid ${Bo.borderColor};
287
+ border: 2px solid ${Ho.borderColor};
288
288
  border-radius: 2px;
289
289
 
290
290
  width: 18px;
291
291
  height: 18px;
292
292
 
293
- color: ${Bo.colorOnPrimary};
293
+ color: ${Ho.colorOnPrimary};
294
294
  }
295
295
 
296
296
 
297
297
  .ft-checkbox--checked .ft-checkbox--box,
298
298
  .ft-checkbox--indeterminate .ft-checkbox--box {
299
- border-color: ${Bo.colorPrimary};
300
- background-color: ${Bo.colorPrimary};
299
+ border-color: ${Ho.colorPrimary};
300
+ background-color: ${Ho.colorPrimary};
301
301
  }
302
302
 
303
303
  .ft-checkbox--disabled .ft-checkbox--box {
304
- border-color: ${Bo.colorOnSurfaceDisabled};
304
+ border-color: ${Ho.colorOnSurfaceDisabled};
305
305
  background-color: transparent;
306
- color: ${Bo.colorOnSurfaceDisabled};
306
+ color: ${Ho.colorOnSurfaceDisabled};
307
307
  }
308
308
 
309
309
  .ft-checkbox--checkmark {
@@ -322,7 +322,7 @@ const at=Symbol.for(""),it=t=>{if(t?.r===at)return t?._$litStatic$},nt=t=>({_$li
322
322
  .ft-checkbox--indeterminate .ft-checkbox--checkmark {
323
323
  opacity: 1;
324
324
  }
325
- `;var Ho=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 Go extends o.FtLitElement{constructor(){super(...arguments),this.name="",this.checked=!1,this.indeterminate=!1,this.disabled=!1}render(){const t={"ft-checkbox":!0,"ft-checkbox--checked":this.checked,"ft-checkbox--indeterminate":this.indeterminate,"ft-checkbox--disabled":this.disabled};return e.html`
325
+ `;var Bo=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 Go extends o.FtLitElement{constructor(){super(...arguments),this.name="",this.checked=!1,this.indeterminate=!1,this.disabled=!1}render(){const t={"ft-checkbox":!0,"ft-checkbox--checked":this.checked,"ft-checkbox--indeterminate":this.indeterminate,"ft-checkbox--disabled":this.disabled};return e.html`
326
326
  <label class="${a.classMap(t)}" for="checkbox-input">
327
327
  <div class="ft-checkbox--box-container">
328
328
  <ft-ripple
@@ -348,4 +348,4 @@ const at=Symbol.for(""),it=t=>{if(t?.r===at)return t?._$litStatic$},nt=t=>({_$li
348
348
  <slot></slot>
349
349
  </ft-typography>
350
350
  </label>
351
- `}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.indeterminate=!1,this.dispatchEvent(new CustomEvent("change",{detail:this.checked}))}contentAvailableCallback(t){var o;super.contentAvailableCallback(t),null===(o=this.ripple)||void 0===o||o.setupFor(this.container)}}Go.elementDefinitions={"ft-ripple":S,"ft-typography":Fo},Go.styles=Ao,Ho([r.property()],Go.prototype,"name",void 0),Ho([r.property({type:Boolean,reflect:!0})],Go.prototype,"checked",void 0),Ho([r.property({type:Boolean})],Go.prototype,"indeterminate",void 0),Ho([r.property({type:Boolean})],Go.prototype,"disabled",void 0),Ho([r.query(".ft-checkbox")],Go.prototype,"container",void 0),Ho([r.query("ft-ripple")],Go.prototype,"ripple",void 0),o.customElement("ft-checkbox")(Go),t.FtCheckbox=Go,t.FtCheckboxCssVariables=Bo,t.styles=Ao}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators,ftGlobals.litClassMap);
351
+ `}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.indeterminate=!1,this.dispatchEvent(new CustomEvent("change",{detail:this.checked}))}contentAvailableCallback(t){var o;super.contentAvailableCallback(t),null===(o=this.ripple)||void 0===o||o.setupFor(this.container)}}Go.elementDefinitions={"ft-ripple":x,"ft-typography":Fo},Go.styles=Ao,Bo([r.property()],Go.prototype,"name",void 0),Bo([r.property({type:Boolean,reflect:!0})],Go.prototype,"checked",void 0),Bo([r.property({type:Boolean})],Go.prototype,"indeterminate",void 0),Bo([r.property({type:Boolean})],Go.prototype,"disabled",void 0),Bo([r.query(".ft-checkbox")],Go.prototype,"container",void 0),Bo([r.query("ft-ripple")],Go.prototype,"ripple",void 0),o.customElement("ft-checkbox")(Go),t.FtCheckbox=Go,t.FtCheckboxCssVariables=Ho,t.styles=Ao}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators,ftGlobals.litClassMap);