@fluid-topics/ft-toggle 1.1.70 → 1.1.71

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