@fluid-topics/ft-accordion 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.
- package/build/ft-accordion.light.js +155 -147
- package/build/ft-accordion.min.js +345 -285
- package/package.json +6 -6
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";(()=>{var Oo=Object.create;var Pe=Object.defineProperty;var So=Object.getOwnPropertyDescriptor;var Co=Object.getOwnPropertyNames;var No=Object.getPrototypeOf,vo=Object.prototype.hasOwnProperty;var ie=(t,r)=>()=>(r||t((r={exports:{}}).exports,r),r.exports);var Eo=(t,r,n,i)=>{if(r&&typeof r=="object"||typeof r=="function")for(let c of Co(r))!vo.call(t,c)&&c!==n&&Pe(t,c,{get:()=>r[c],enumerable:!(i=So(r,c))||i.enumerable});return t};var m=(t,r,n)=>(n=t!=null?Oo(No(t)):{},Eo(r||!t||!t.__esModule?Pe(n,"default",{value:t,enumerable:!0}):n,t));var N=ie((Uo,He)=>{He.exports=ftGlobals.wcUtils});var E=ie((zo,Te)=>{Te.exports=ftGlobals.lit});var F=ie((_o,ke)=>{ke.exports=ftGlobals.litDecorators});var Fe=ie((ko,Ve)=>{Ve.exports=ftGlobals.litClassMap});var fo=ie((zi,po)=>{po.exports=ftGlobals.litUnsafeHTML});var $e=m(N());var Ze=m(E()),he=m(F()),Me=m(N());var Ge=m(E()),$o={},De=Ge.css`
|
|
2
2
|
.ft-accordion {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
}
|
|
5
|
-
`;var
|
|
5
|
+
`;var Ke=function(t,r,n,i){var c=arguments.length,p=c<3?r:i===null?i=Object.getOwnPropertyDescriptor(r,n):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")p=Reflect.decorate(t,r,n,i);else for(var s=t.length-1;s>=0;s--)(l=t[s])&&(p=(c<3?l(p):c>3?l(r,n,p):l(r,n))||p);return c>3&&p&&Object.defineProperty(r,n,p),p},$=class extends Me.FtLitElement{constructor(){super(...arguments),this.multi=!1}render(){return Ze.html`
|
|
6
6
|
<div class="ft-accordion">
|
|
7
7
|
<slot @activated=${this.onChange}></slot>
|
|
8
8
|
</div>
|
|
9
|
-
`}onChange(
|
|
9
|
+
`}onChange(r){r.stopPropagation(),this.multi||this.content.assignedElements().forEach(n=>n.active=n===r.target)}};$.elementDefinitions={};$.styles=De;Ke([(0,he.property)({type:Boolean})],$.prototype,"multi",void 0);Ke([(0,he.query)("slot")],$.prototype,"content",void 0);var ge=m(E()),ye=m(F()),uo=m(N());var rt=m(N());var tt=m(E()),C=m(F()),ot=m(Fe()),ce=m(N());var Qe=m(E()),u=m(N()),Ye=u.FtCssVariableFactory.extend("--ft-ripple-color","",u.designSystemVariables.colorContent),k={color:Ye,backgroundColor:u.FtCssVariableFactory.extend("--ft-ripple-background-color","",Ye),opacityContentOnSurfacePressed:u.FtCssVariableFactory.external(u.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:u.FtCssVariableFactory.external(u.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:u.FtCssVariableFactory.external(u.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:u.FtCssVariableFactory.external(u.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:u.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},je=u.FtCssVariableFactory.extend("--ft-ripple-color","",u.designSystemVariables.colorPrimary),Xe={color:je,backgroundColor:u.FtCssVariableFactory.extend("--ft-ripple-background-color","",je)},Je=u.FtCssVariableFactory.extend("--ft-ripple-color","",u.designSystemVariables.colorSecondary),qe={color:Je,backgroundColor:u.FtCssVariableFactory.extend("--ft-ripple-background-color","",Je)},et=Qe.css`
|
|
10
10
|
:host {
|
|
11
11
|
display: contents;
|
|
12
12
|
}
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
|
|
20
20
|
.ft-ripple:not(.ft-ripple--unbounded) {
|
|
21
21
|
overflow: hidden;
|
|
22
|
-
border-radius: ${
|
|
22
|
+
border-radius: ${k.borderRadius};
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.ft-ripple .ft-ripple--background,
|
|
@@ -53,27 +53,27 @@
|
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
.ft-ripple .ft-ripple--background {
|
|
56
|
-
background-color: ${
|
|
56
|
+
background-color: ${k.backgroundColor};
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
.ft-ripple .ft-ripple--effect {
|
|
60
|
-
background-color: ${
|
|
60
|
+
background-color: ${k.color};
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
.ft-ripple.ft-ripple--secondary .ft-ripple--background {
|
|
64
|
-
background-color: ${
|
|
64
|
+
background-color: ${qe.backgroundColor};
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
.ft-ripple.ft-ripple--secondary .ft-ripple--effect {
|
|
68
|
-
background-color: ${
|
|
68
|
+
background-color: ${qe.color};
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
.ft-ripple.ft-ripple--primary .ft-ripple--background {
|
|
72
|
-
background-color: ${
|
|
72
|
+
background-color: ${Xe.backgroundColor};
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
.ft-ripple.ft-ripple--primary .ft-ripple--effect {
|
|
76
|
-
background-color: ${
|
|
76
|
+
background-color: ${Xe.color};
|
|
77
77
|
}
|
|
78
78
|
|
|
79
79
|
.ft-ripple .ft-ripple--background {
|
|
@@ -103,156 +103,148 @@
|
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
.ft-ripple.ft-ripple--hovered .ft-ripple--background {
|
|
106
|
-
opacity: ${
|
|
106
|
+
opacity: ${k.opacityContentOnSurfaceHover};
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
.ft-ripple.ft-ripple--selected .ft-ripple--background {
|
|
110
|
-
opacity: ${
|
|
110
|
+
opacity: ${k.opacityContentOnSurfaceSelected};
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
.ft-ripple.ft-ripple--focused .ft-ripple--background {
|
|
114
|
-
opacity: ${
|
|
114
|
+
opacity: ${k.opacityContentOnSurfaceFocused};
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
.ft-ripple.ft-ripple--pressed .ft-ripple--effect {
|
|
118
|
-
opacity: ${
|
|
118
|
+
opacity: ${k.opacityContentOnSurfacePressed};
|
|
119
119
|
transform: translate(-50%, -50%) scale(1);
|
|
120
120
|
}
|
|
121
|
-
`;var
|
|
121
|
+
`;var v=function(t,r,n,i){var c=arguments.length,p=c<3?r:i===null?i=Object.getOwnPropertyDescriptor(r,n):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")p=Reflect.decorate(t,r,n,i);else for(var s=t.length-1;s>=0;s--)(l=t[s])&&(p=(c<3?l(p):c>3?l(r,n,p):l(r,n))||p);return c>3&&p&&Object.defineProperty(r,n,p),p},x=class extends ce.FtLitElement{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new ce.Debouncer(1e3),this.onTransitionStart=r=>{r.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=r=>{r.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new ce.Debouncer(10),this.moveRipple=r=>{var n,i;let{x:c,y:p}=this.getCoordinates(r),l=(i=(n=this.ripple)===null||n===void 0?void 0:n.getBoundingClientRect())!==null&&i!==void 0?i:{x:0,y:0,width:0,height:0};this.originX=Math.round(c!=null?c-l.x:l.width/2),this.originY=Math.round(p!=null?p-l.y:l.height/2)},this.startPress=r=>{this.moveRipple(r),this.pressed=!this.isIgnored(r)},this.endPress=()=>{this.pressed=!1},this.startHover=r=>{this.hovered=!this.isIgnored(r)},this.endHover=()=>{this.hovered=!1},this.startFocus=r=>{this.focused=this.isFocusVisible(r?.target)&&!this.isIgnored(r)},this.endFocus=()=>{this.focused=!1}}render(){let r={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return tt.html`
|
|
122
122
|
<style>
|
|
123
123
|
.ft-ripple .ft-ripple--effect {
|
|
124
124
|
left: ${this.originX}px;
|
|
125
125
|
top: ${this.originY}px;
|
|
126
126
|
}
|
|
127
127
|
</style>
|
|
128
|
-
<div class="${
|
|
128
|
+
<div class="${(0,ot.classMap)(r)}">
|
|
129
129
|
<div class="ft-ripple--background"></div>
|
|
130
130
|
<div class="ft-ripple--effect"></div>
|
|
131
131
|
</div>
|
|
132
|
-
`}contentAvailableCallback(
|
|
133
|
-
|
|
134
|
-
* @license
|
|
135
|
-
* Copyright 2017 Google LLC
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},ft=t=>({_$litStatic$:t,r:ct}),st=new Map,dt=(t=>(o,...e)=>{const r=e.length;let a,i;const n=[],l=[];let c,p=0,f=!1;for(;p<r;){for(c=o[p];p<r&&void 0!==(i=e[p],a=pt(i));)c+=a+o[++p],f=!0;p!==r&&l.push(i),n.push(c),p++}if(p===r&&n.push(o[r]),f){const t=n.join("$$lit$$");void 0===(o=st.get(t))&&(n.raw=n,st.set(t,o=n)),e=l}return t(o,...e)})(M);var gt;!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"}(gt||(gt={}));const ht=t=>"string"==typeof t?e.unsafeCSS(t):t;class yt{static create(t,o,r,a){const i=t=>ht(null!=t?t:a),n=e.css`var(${ht(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(${ht(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(${ht(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(${ht(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):ht(null!=o?o:t.lastResortDefaultValue()),a=e.css`var(${ht(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(${ht(t.name)}, ${r(o)})`,a.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],a.lastResortDefaultValue=()=>t.lastResortDefaultValue(),a}}const bt={colorWhite:yt.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:yt.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:yt.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:yt.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:yt.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:yt.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:yt.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:yt.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:yt.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:yt.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:yt.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:yt.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:yt.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:yt.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:yt.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:yt.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:yt.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:yt.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:yt.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:yt.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:yt.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:yt.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:yt.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:yt.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:yt.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:yt.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:yt.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:yt.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:yt.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:yt.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:yt.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:yt.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:yt.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:yt.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:yt.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:yt.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:yt.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:yt.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:yt.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:yt.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:yt.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:yt.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:yt.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:yt.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:yt.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:yt.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:yt.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:yt.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:yt.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:yt.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:yt.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:yt.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:yt.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:yt.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:yt.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:yt.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:yt.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:yt.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:yt.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:yt.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:yt.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:yt.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:yt.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:yt.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:yt.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:yt.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:yt.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:yt.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:yt.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:yt.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:yt.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:yt.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:yt.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:yt.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:yt.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:yt.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:yt.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:yt.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:yt.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:yt.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:yt.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:yt.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:yt.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:yt.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:yt.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:yt.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:yt.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:yt.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:yt.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:yt.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:yt.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:yt.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:yt.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:yt.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:yt.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:yt.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:yt.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:yt.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:yt.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:yt.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:yt.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:yt.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:yt.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:yt.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:yt.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:yt.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:yt.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:yt.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:yt.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:yt.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:yt.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:yt.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:yt.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:yt.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:yt.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:yt.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:yt.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:yt.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:yt.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:yt.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:yt.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:yt.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:yt.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:yt.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:yt.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:yt.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:yt.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:yt.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:yt.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:yt.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:yt.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:yt.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:yt.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:yt.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:yt.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:yt.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:yt.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:yt.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:yt.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:yt.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:yt.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:yt.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:yt.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:yt.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:yt.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:yt.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:yt.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:yt.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:yt.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:yt.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:yt.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:yt.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:yt.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:yt.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:yt.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:yt.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:yt.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:yt.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:yt.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:yt.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:yt.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:yt.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:yt.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:yt.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:yt.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:yt.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:yt.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:yt.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:yt.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:yt.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:yt.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:yt.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:yt.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:yt.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:yt.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:yt.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:yt.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:yt.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:yt.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:yt.create("--ft-icon-size-6","","SIZE","48px"),opacity0:yt.create("--ft-opacity-0","","NUMBER","0"),opacity8:yt.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:yt.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:yt.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:yt.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:yt.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:yt.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:yt.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:yt.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:yt.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:yt.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:yt.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:yt.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:yt.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:yt.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)")},mt={display:{fontFamily:yt.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:yt.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:yt.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:yt.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:yt.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:yt.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:yt.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:yt.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:yt.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:yt.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:yt.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:yt.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:yt.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:yt.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:yt.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:yt.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:yt.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:yt.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:yt.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:yt.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:yt.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:yt.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:yt.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:yt.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:yt.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:yt.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:yt.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:yt.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:yt.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:yt.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:yt.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:yt.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:yt.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:yt.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:yt.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:yt.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:yt.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:yt.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:yt.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:yt.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:yt.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:yt.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-medium-underline":{fontFamily:yt.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:yt.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:yt.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:yt.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:yt.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:yt.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:yt.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},"body-2-semibold":{fontFamily:yt.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:yt.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:yt.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:yt.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:yt.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:yt.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:yt.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:yt.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:yt.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yt.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:yt.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:yt.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:yt.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:yt.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yt.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:yt.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:yt.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:yt.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:yt.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:yt.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yt.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:yt.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:yt.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:yt.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:yt.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:yt.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yt.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:yt.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:yt.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:yt.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:yt.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yt.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:yt.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:yt.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:yt.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:yt.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:yt.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yt.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:yt.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:yt.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:yt.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:yt.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:yt.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:yt.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:yt.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:yt.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:yt.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:yt.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:yt.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:yt.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:yt.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:yt.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:yt.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:yt.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:yt.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:yt.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:yt.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:yt.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:yt.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:yt.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:yt.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:yt.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:yt.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:yt.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:yt.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:yt.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:yt.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:yt.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:yt.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:yt.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:yt.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:yt.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},"caption-3-medium":{fontFamily:yt.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:yt.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:yt.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:yt.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:yt.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:yt.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},"caption-3-semibold":{fontFamily:yt.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:yt.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:yt.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:yt.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:yt.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},"caption-3-bold":{fontFamily:yt.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:yt.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:yt.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:yt.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:yt.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:yt.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")}},ut={backgroundActionPrimary:yt.extend("--ft-background-action-primary","Used as backgorund of primary action components.",bt.colorBrand0),backgroundErrorSubtle:yt.extend("--ft-background-error-subtle","Used as background of subtle error components.",bt.colorRed10),backgroundInfoSubtle:yt.extend("--ft-background-info-subtle","Used as background of subtle information components.",bt.colorCyan10),backgroundWarningSubtle:yt.extend("--ft-background-warning-subtle","Used as background of subtle information components.",bt.colorOrange10),backgroundSuccessSubtle:yt.extend("--ft-background-success-subtle","Used as background of subtle success components.",bt.colorGreen10),backgroundGlobalSurface:yt.extend("--ft-background-global-surface","Used as app background.",bt.colorWhite),backgroundGlobalOnSurface:yt.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",bt.colorGray10),backgroundGlobalOnSurfaceDark:yt.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",bt.colorGray30),contentActionPrimary:yt.extend("--ft-content-action-primary","Used on label of primary action on light surface.",bt.colorBrand0),contentWarningPrimary:yt.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",bt.colorOrange200),contentWarningIconOnly:yt.extend("--ft-content-warning-icon-only","Used on warning status icons alone",bt.colorOrange0),contentErrorPrimary:yt.extend("--ft-content-error-primary","Used on label of error messages on light surface.",bt.colorRed0),contentErrorIconOnly:yt.extend("--ft-content-error-icon-only","Used on error status icons alone",bt.colorRed70),contentInfoPrimary:yt.extend("--ft-content-info-primary","Used on label of information messages on light surface.",bt.colorCyan200),contentInfoIconOnly:yt.extend("--ft-content-info-icon-only","Used on info status icons alone",bt.colorCyan0),contentSuccessPrimary:yt.extend("--ft-content-success-primary","Used on label of success messages on light surface.",bt.colorGreen200),contentSuccessIconOnly:yt.extend("--ft-content-success-icon-only","Used on success status icons alone",bt.colorGreen0),contentGlobalPrimary:yt.extend("--ft-content-global-primary","Used for main content on the page.",bt.colorGray500),contentGlobalSecondary:yt.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",bt.colorGray200),contentGlobalSubtle:yt.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",bt.colorGray0),contentGlobalOnColor:yt.extend("--ft-content-global-on-color","Used for content on a dominant color.",bt.colorWhite),borderActionPrimary:yt.extend("--ft-border-action-primary","Used as border for primary action components.",bt.colorBrand0),borderActionFocusRing:yt.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",bt.colorCyan0),borderWarningPrimary:yt.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",bt.colorOrange200),borderWarningSubtle:yt.extend("--ft-border-warning-subtle","Used as border for warning components.",bt.colorOrange30),borderSuccessPrimary:yt.extend("--ft-border-success-primary","Used as border for success buttons.",bt.colorGreen200),borderSuccessSubtle:yt.extend("--ft-border-success-subtle","Used as border for success components.",bt.colorGreen30),borderErrorPrimary:yt.extend("--ft-border-error-primary","Used as border for text fields in error states.",bt.colorRed0),borderErrorSubtle:yt.extend("--ft-border-error-subtle","Used as border for error components.",bt.colorRed30),borderInfoPrimary:yt.extend("--ft-border-info-primary","Used as border for buttons in info color.",bt.colorCyan200),borderInfoSubtle:yt.extend("--ft-border-info-subtle","Used as border for information components.",bt.colorCyan30),borderGlobalPrimary:yt.extend("--ft-border-global-primary","Used as border for element like input.",bt.colorGray50),borderGlobalSubtle:yt.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",bt.colorGray30),borderInputPrimary:yt.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",bt.colorGray80)};yt.create("--ft-button-large-height","","SIZE","40px"),yt.extend("--ft-button-large-horizontal-padding","",bt.spacing4),yt.extend("--ft-button-large-gap","",bt.spacing2),yt.extend("--ft-button-large-border-radius","",bt.borderRadiusS),yt.extend("--ft-button-large-icon-size","",bt.iconSize3),yt.create("--ft-button-large-border-width","","SIZE","1px"),yt.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),yt.create("--ft-button-large-focus-outline-width","","SIZE","2px"),yt.create("--ft-button-large-icon-only-width","","SIZE","40px"),yt.create("--ft-button-small-height","","SIZE","30px"),yt.extend("--ft-button-small-horizontal-padding","",bt.spacing3),yt.extend("--ft-button-small-gap","",bt.spacing2),yt.extend("--ft-button-small-border-radius","",bt.borderRadiusS),yt.extend("--ft-button-small-icon-size","",bt.iconSize2),yt.create("--ft-button-small-border-width","","SIZE","1px"),yt.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),yt.create("--ft-button-small-focus-outline-width","","SIZE","2px"),yt.create("--ft-button-small-icon-only-width","","SIZE","30px"),yt.extend("--ft-button-primary-background-color","",ut.backgroundActionPrimary),yt.extend("--ft-button-primary-color","",ut.contentGlobalOnColor),yt.extend("--ft-button-primary-icon-color","",ut.contentGlobalOnColor),yt.extend("--ft-button-primary-state-layer-color","",ut.contentGlobalOnColor),yt.extend("--ft-button-primary-hover-state-layer-opacity","",bt.opacity16),yt.extend("--ft-button-primary-focus-state-layer-opacity","",bt.opacity16),yt.extend("--ft-button-primary-active-state-layer-opacity","",bt.opacity24),yt.extend("--ft-button-primary-disabled-component-opacity","",bt.opacity40),yt.extend("--ft-button-focus-focus-ring-color","",ut.borderActionFocusRing),yt.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),yt.extend("--ft-button-tertiary-color","",ut.contentActionPrimary),yt.extend("--ft-button-tertiary-icon-color","",ut.contentActionPrimary),yt.extend("--ft-button-tertiary-state-layer-color","",ut.contentActionPrimary),yt.extend("--ft-button-tertiary-hover-state-layer-opacity","",bt.opacity8),yt.extend("--ft-button-tertiary-focus-state-layer-opacity","",bt.opacity8),yt.extend("--ft-button-tertiary-active-state-layer-opacity","",bt.opacity16),yt.extend("--ft-button-tertiary-disabled-component-opacity","",bt.opacity40),yt.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),yt.extend("--ft-button-secondary-color","",ut.contentActionPrimary),yt.extend("--ft-button-secondary-icon-color","",ut.contentActionPrimary),yt.extend("--ft-button-secondary-state-layer-color","",ut.contentActionPrimary),yt.extend("--ft-button-secondary-hover-state-layer-opacity","",bt.opacity8),yt.extend("--ft-button-secondary-focus-state-layer-opacity","",bt.opacity8),yt.extend("--ft-button-secondary-active-state-layer-opacity","",bt.opacity16),yt.extend("--ft-button-secondary-disabled-component-opacity","",bt.opacity40),yt.extend("--ft-button-secondary-border-color","",ut.borderActionPrimary),yt.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),yt.extend("--ft-button-neutral-icon-color","",ut.contentGlobalSecondary),yt.extend("--ft-button-neutral-color","",ut.contentGlobalSecondary),yt.extend("--ft-button-neutral-state-layer-color","",ut.contentGlobalSecondary),yt.extend("--ft-button-neutral-hover-state-layer-opacity","",bt.opacity8),yt.extend("--ft-button-neutral-focus-state-layer-opacity","",bt.opacity8),yt.extend("--ft-button-neutral-active-state-layer-opacity","",bt.opacity16),yt.extend("--ft-button-neutral-disabled-component-opacity","",bt.opacity40),yt.extend("--ft-banner-icon-size","",bt.iconSize5),yt.create("--ft-banner-border-width","","SIZE","1px"),yt.extend("--ft-banner-horizontal-padding","",bt.spacing6),yt.extend("--ft-banner-vertical-padding","",bt.spacing6),yt.extend("--ft-banner-horizontal-side-gap","",bt.spacing6),yt.extend("--ft-banner-horizontal-mobile-gap","",bt.spacing4),yt.extend("--ft-banner-vertical-mobile-gap","",bt.spacing6),yt.extend("--ft-banner-horizontal-middle-gap","",bt.spacing20),yt.extend("--ft-banner-info-background-color","",ut.backgroundInfoSubtle),yt.extend("--ft-banner-info-color","",ut.contentInfoPrimary),yt.extend("--ft-banner-info-icon-color","",ut.contentInfoIconOnly),yt.extend("--ft-breadcrumb-horizontal-gap","",bt.spacing1),yt.extend("--ft-breadcrumb-vertical-gap","",bt.spacing2),yt.extend("--ft-breadcrumb-current-element-color","",ut.contentGlobalPrimary),yt.extend("--ft-breadcrumb-icon-color","",ut.contentGlobalSubtle),yt.extend("--ft-page-header-horizontal-padding","",bt.spacing12),yt.extend("--ft-page-header-horizontal-gap","",bt.spacing4),yt.extend("--ft-page-header-vertical-gap","",bt.spacing2),yt.extend("--ft-page-header-classic-vertical-padding","",bt.spacing6),yt.extend("--ft-page-header-multiline-vertical-padding","",bt.spacing4),yt.extend("--ft-page-header-inline-vertical-padding","",bt.spacing2),yt.extend("--ft-page-header-background-color","",bt.colorWhite),yt.extend("--ft-page-header-bottom-border-color","",ut.borderGlobalSubtle),yt.extend("--ft-page-header-title-color","",ut.contentGlobalPrimary),yt.extend("--ft-page-header-subtitle-color","",ut.contentGlobalSecondary),yt.create("--ft-modal-small-container-width","","SIZE","600px"),yt.create("--ft-modal-large-container-width","","SIZE","900px"),yt.extend("--ft-modal-overlay-background-color","",bt.colorGray700),yt.extend("--ft-modal-overlay-opacity","",bt.opacity40),yt.extend("--ft-modal-shadow","",bt.shadowElevation03),yt.extend("--ft-modal-body-background-color","",bt.colorWhite),yt.extend("--ft-modal-body-color","",ut.contentGlobalPrimary),yt.extend("--ft-modal-body-horizontal-padding","",bt.spacing6),yt.extend("--ft-modal-body-vertical-padding","",bt.spacing6),yt.extend("--ft-modal-body-vertical-gap","",bt.spacing6),yt.extend("--ft-modal-container-margin","",bt.spacing3),yt.extend("--ft-modal-header-background-color","",ut.backgroundGlobalOnSurface),yt.extend("--ft-modal-header-border-color","",ut.borderGlobalSubtle),yt.extend("--ft-modal-header-color","",ut.contentGlobalPrimary),yt.extend("--ft-modal-header-trailing-icon-color","",ut.contentGlobalSecondary),yt.extend("--ft-modal-header-vertical-padding","",bt.spacing1),yt.extend("--ft-modal-header-right-padding","",bt.spacing1),yt.extend("--ft-modal-header-left-padding","",bt.spacing6),yt.extend("--ft-modal-header-gap","",bt.spacing2),yt.create("--ft-modal-header-border-bottom","","SIZE","1px"),yt.extend("--ft-modal-border-radius","",bt.borderRadiusM),yt.extend("--ft-drawer-overlay-opacity","",bt.opacity40),yt.extend("--ft-drawer-shadow","",bt.shadowElevation03),yt.extend("--ft-drawer-body-color","",ut.contentGlobalPrimary),yt.extend("--ft-drawer-body-horizontal-padding","",bt.spacing6),yt.extend("--ft-drawer-body-vertical-padding","",bt.spacing6),yt.extend("--ft-drawer-body-gap","",bt.spacing6),yt.extend("--ft-drawer-body-background-color","",bt.colorWhite),yt.extend("--ft-drawer-header-background-color","",ut.backgroundGlobalOnSurface),yt.extend("--ft-drawer-header-border-color","",ut.borderGlobalSubtle),yt.extend("--ft-drawer-header-color","",ut.contentGlobalPrimary),yt.extend("--ft-drawer-header-trailing-icon-color","",ut.contentGlobalSecondary),yt.create("--ft-drawer-header-height","","SIZE","50px"),yt.extend("--ft-drawer-header-horizontal-padding","",bt.spacing2),yt.create("--ft-drawer-header-border-width","","SIZE","1px"),yt.extend("--ft-drawer-header-gap","",bt.spacing3),yt.extend("--ft-drawer-buttons-bar-background-color","",ut.backgroundGlobalOnSurface),yt.extend("--ft-drawer-buttons-bar-border-color","",ut.borderGlobalSubtle),yt.extend("--ft-drawer-buttons-bar-color","",ut.contentGlobalPrimary),yt.extend("--ft-drawer-buttons-bar-horizontal-padding","",bt.spacing4),yt.extend("--ft-drawer-buttons-bar-vertical-padding","",bt.spacing4),yt.extend("--ft-drawer-buttons-bar-gap","",bt.spacing3),yt.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),yt.create("--ft-drawer-container-width","","SIZE","66%"),yt.create("--ft-drawer-container-min-width","","SIZE","500px"),yt.create("--ft-drawer-container-max-width","","SIZE","1000px"),yt.create("--ft-drawer-container-height","","SIZE","100%"),yt.extend("--ft-drawer-overlay-background-color","",bt.colorGray700),yt.extend("--ft-text-input-field-horizontal-padding","",bt.spacing4),yt.extend("--ft-text-input-field-horizontal-gap","",bt.spacing3),yt.extend("--ft-text-input-field-vertical-gap","",bt.spacing05),yt.extend("--ft-text-input-field-icon-size","",bt.iconSize3),yt.create("--ft-text-input-field-height","","SIZE","50px"),yt.extend("--ft-text-input-helper-horizontal-padding","",bt.spacing4),yt.extend("--ft-text-input-helper-horizontal-gap","",bt.spacing1),yt.extend("--ft-text-input-helper-icon-size","",bt.iconSize2),yt.extend("--ft-text-input-border-radius","",bt.borderRadiusM),yt.extend("--ft-text-input-background-color","",bt.colorWhite),yt.extend("--ft-text-input-content-value-color","",ut.contentGlobalPrimary),yt.extend("--ft-text-input-trailing-icon-color","",ut.contentGlobalSubtle),yt.extend("--ft-text-input-label-color","",ut.contentGlobalSubtle),yt.extend("--ft-text-input-default-border-color","",ut.borderInputPrimary),yt.extend("--ft-text-input-default-helper-text-color","",ut.contentGlobalSubtle),yt.create("--ft-text-input-default-border-width","","SIZE","1px"),yt.create("--ft-text-input-error-border-width","","SIZE","2px"),yt.extend("--ft-text-input-error-border-color","",ut.borderErrorPrimary),yt.extend("--ft-text-input-error-helper-text-color","",ut.contentErrorPrimary),yt.extend("--ft-text-input-error-helper-icon-color","",ut.contentErrorIconOnly),yt.create("--ft-text-input-warning-border-width","","SIZE","2px"),yt.create("--ft-text-input-focus-outline-width","","SIZE","2px"),yt.extend("--ft-text-input-focus-focus-ring-color","",ut.borderActionFocusRing),yt.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),yt.extend("--ft-text-input-disabled-component-opacity","",bt.opacity40),yt.extend("--ft-text-area-background-color","",bt.colorWhite),yt.extend("--ft-text-area-content-value-color","",ut.contentGlobalPrimary),yt.extend("--ft-text-area-label-color","",ut.contentGlobalSubtle),yt.extend("--ft-text-area-default-border-color","",ut.borderInputPrimary),yt.extend("--ft-text-area-default-helper-text-color","",ut.contentGlobalSubtle),yt.create("--ft-text-area-default-border-width","","SIZE","1px"),yt.create("--ft-text-area-error-border-width","","SIZE","2px"),yt.extend("--ft-text-area-error-border-color","",ut.borderErrorPrimary),yt.extend("--ft-text-area-error-helper-text-color","",ut.contentErrorPrimary),yt.extend("--ft-text-area-error-helper-icon-color","",ut.contentErrorIconOnly),yt.extend("--ft-text-area-focus-focus-ring-color","",ut.borderActionFocusRing),yt.create("--ft-text-area-focus-outline-width","","SIZE","2px"),yt.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),yt.extend("--ft-text-area-disabled-component-opacity","",bt.opacity40),yt.extend("--ft-text-area-field-horizontal-left-padding","",bt.spacing4),yt.extend("--ft-text-area-field-horizontal-gap","",bt.spacing3),yt.extend("--ft-text-area-field-vertical-gap","",bt.spacing05),yt.create("--ft-text-area-field-min-height","","SIZE","64px"),yt.extend("--ft-text-area-helper-horizontal-padding","",bt.spacing4),yt.extend("--ft-text-area-helper-horizontal-gap","",bt.spacing1),yt.extend("--ft-text-area-helper-icon-size","",bt.iconSize2),yt.extend("--ft-text-area-border-radius","",bt.borderRadiusM),yt.create("--ft-floating-menu-height","","SIZE","50px"),yt.extend("--ft-floating-menu-horizontal-padding","",bt.spacing4),yt.extend("--ft-floating-menu-off-icon-color","",ut.contentGlobalPrimary),yt.extend("--ft-floating-menu-off-color","",ut.contentGlobalPrimary),yt.extend("--ft-floating-menu-on-color","",ut.contentActionPrimary),yt.extend("--ft-floating-menu-on-state-layer-color","",ut.contentActionPrimary),yt.extend("--ft-floating-menu-gap","",bt.spacing3),yt.extend("--ft-floating-menu-focus-focus-ring-color","",ut.borderActionFocusRing),yt.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),yt.extend("--ft-floating-menu-focus-state-layer-opacity","",bt.opacity8),yt.extend("--ft-floating-menu-hover-state-layer-opacity","",bt.opacity8),yt.extend("--ft-floating-menu-active-state-layer-opacity","",bt.opacity16),yt.extend("--ft-floating-menu-disabled-component-opacity","",bt.opacity40),yt.extend("--ft-floating-menu-icon-size","",bt.iconSize3),yt.extend("--ft-floating-menu-background-color","",ut.backgroundGlobalOnSurface),yt.extend("--ft-combobox-single-select-field-horizontal-padding","",bt.spacing4),yt.extend("--ft-combobox-single-select-field-horizontal-gap","",bt.spacing3),yt.extend("--ft-combobox-single-select-field-vertical-gap","",bt.spacing05),yt.extend("--ft-combobox-single-select-field-icon-size","",bt.iconSize3),yt.create("--ft-combobox-single-select-field-height","","SIZE","50px"),yt.extend("--ft-combobox-single-select-helper-horizontal-padding","",bt.spacing4),yt.extend("--ft-combobox-single-select-helper-horizontal-gap","",bt.spacing1),yt.extend("--ft-combobox-single-select-helper-vertical-gap","",bt.spacing1),yt.extend("--ft-combobox-single-select-helper-icon-size","",bt.iconSize2),yt.extend("--ft-combobox-single-select-menu-vertical-gap","",bt.spacing2),yt.extend("--ft-combobox-single-select-border-radius","",bt.borderRadiusM),yt.extend("--ft-combobox-single-select-background-color","",bt.colorWhite),yt.extend("--ft-combobox-single-select-label-color","",ut.contentGlobalSubtle),yt.extend("--ft-combobox-single-select-content-value-color","",ut.contentGlobalPrimary),yt.extend("--ft-combobox-single-select-trailing-icon-color","",ut.contentGlobalSubtle),yt.extend("--ft-combobox-single-select-default-border-color","",ut.borderInputPrimary),yt.extend("--ft-combobox-single-select-default-helper-text-color","",ut.contentGlobalSubtle),yt.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),yt.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),yt.extend("--ft-combobox-single-select-error-border-color","",ut.borderErrorPrimary),yt.extend("--ft-combobox-single-select-error-helper-text-color","",ut.contentErrorPrimary),yt.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),yt.extend("--ft-combobox-single-select-warning-border-color","",ut.borderWarningPrimary),yt.extend("--ft-combobox-single-select-warning-helper-text-color","",ut.contentWarningPrimary),yt.extend("--ft-combobox-single-select-warning-helper-icon-color","",ut.contentWarningIconOnly),yt.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),yt.extend("--ft-combobox-single-select-focus-focus-ring-color","",ut.borderActionFocusRing),yt.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),yt.extend("--ft-combobox-single-select-disabled-component-opacity","",bt.opacity40),yt.extend("--ft-combobox-multi-select-background-color","",bt.colorWhite),yt.extend("--ft-combobox-multi-select-label-color","",ut.contentGlobalSubtle),yt.extend("--ft-combobox-multi-select-trailing-icon-color","",ut.contentGlobalSubtle),yt.extend("--ft-combobox-multi-select-default-border-color","",ut.borderInputPrimary),yt.extend("--ft-combobox-multi-select-default-helper-text-color","",ut.contentGlobalSubtle),yt.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),yt.extend("--ft-combobox-multi-select-error-border-color","",ut.borderErrorPrimary),yt.extend("--ft-combobox-multi-select-error-helper-text-color","",ut.contentErrorPrimary),yt.extend("--ft-combobox-multi-select-error-helper-icon","",ut.contentErrorIconOnly),yt.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),yt.extend("--ft-combobox-multi-select-warning-border-color","",ut.borderWarningPrimary),yt.extend("--ft-combobox-multi-select-warning-helper-text-color","",ut.contentWarningPrimary),yt.extend("--ft-combobox-multi-select-warning-helper-icon-color","",ut.contentWarningIconOnly),yt.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),yt.extend("--ft-combobox-multi-select-focus-focus-ring-color","",ut.borderActionFocusRing),yt.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),yt.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),yt.extend("--ft-combobox-multi-select-disabled-component-opacity","",bt.opacity40),yt.extend("--ft-combobox-multi-select-helper-horizontal-padding","",bt.spacing4),yt.extend("--ft-combobox-multi-select-helper-horizontal-gap","",bt.spacing1),yt.extend("--ft-combobox-multi-select-helper-vertical-gap","",bt.spacing1),yt.extend("--ft-combobox-multi-select-helper-icon-size","",bt.iconSize2),yt.extend("--ft-combobox-multi-select-field-horizontal-padding","",bt.spacing4),yt.extend("--ft-combobox-multi-select-field-horizontal-gap","",bt.spacing3),yt.extend("--ft-combobox-multi-select-field-vertical-gap","",bt.spacing05),yt.extend("--ft-combobox-multi-select-field-icon-size","",bt.iconSize3),yt.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),yt.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",bt.spacing1),yt.extend("--ft-combobox-multi-select-content-values-vertical-gap","",bt.spacing1),yt.extend("--ft-combobox-multi-select-border-radius","",bt.borderRadiusM),yt.extend("--ft-popover-background-color","",ut.backgroundGlobalOnSurface),yt.extend("--ft-popover-horizontal-padding","",bt.spacing6),yt.extend("--ft-popover-vertical-padding","",bt.spacing6),yt.extend("--ft-popover-icon-color","",ut.contentGlobalSecondary),yt.extend("--ft-popover-icon-size","",bt.iconSize2),yt.extend("--ft-popover-title-color","",ut.contentGlobalPrimary),yt.extend("--ft-popover-body-color","",ut.contentGlobalSecondary),yt.extend("--ft-popover-link-color","",ut.contentActionPrimary),yt.extend("--ft-popover-gap","",bt.spacing3),yt.extend("--ft-popover-border-radius","",bt.borderRadiusM),yt.extend("--ft-popover-shadow","",bt.shadowElevation02),yt.extend("--ft-tabs-top-left-border-radius","",bt.borderRadiusS),yt.extend("--ft-tabs-top-right-border-radius","",bt.borderRadiusS),yt.extend("--ft-tabs-label-horizontal-padding","",bt.spacing4),yt.extend("--ft-tabs-label-vertical-padding","",bt.spacing3),yt.extend("--ft-tabs-label-gap","",bt.spacing1),yt.extend("--ft-tabs-off-hover-state-layer-opacity","",bt.opacity8),yt.extend("--ft-tabs-off-focus-state-layer-opacity","",bt.opacity8),yt.extend("--ft-tabs-off-active-state-layer-opacity","",bt.opacity16),yt.extend("--ft-tabs-off-disabled-component-opacity","",bt.opacity40),yt.extend("--ft-tabs-off-color","",ut.contentGlobalSubtle),yt.extend("--ft-tabs-off-state-layer-color","",ut.contentGlobalSubtle),yt.extend("--ft-tabs-on-hover-state-layer-opacity","",bt.opacity8),yt.extend("--ft-tabs-on-focus-state-layer-opacity","",bt.opacity8),yt.extend("--ft-tabs-on-active-state-layer-opacity","",bt.opacity16),yt.extend("--ft-tabs-on-disabled-component-opacity","",bt.opacity40),yt.extend("--ft-tabs-on-color","",ut.contentActionPrimary),yt.extend("--ft-tabs-on-state-layer-color","",ut.contentActionPrimary),yt.extend("--ft-tabs-icon-horizontal-padding","",bt.spacing1),yt.extend("--ft-tabs-icon-vertical-padding","",bt.spacing4),yt.create("--ft-tabs-focus-outline-width","","SIZE","2px"),yt.extend("--ft-tabs-focus-focus-ring-color","",ut.borderActionFocusRing),yt.extend("--ft-collapsible-hover-state-layer-opacity","",bt.opacity8),yt.extend("--ft-collapsible-focus-state-layer-opacity","",bt.opacity8),yt.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),yt.extend("--ft-collapsible-focus-focus-ring-color","",ut.borderActionFocusRing),yt.extend("--ft-collapsible-active-state-layer-opacity","",bt.opacity16),yt.extend("--ft-collapsible-disabled-component-opacity","",bt.opacity40),yt.extend("--ft-collapsible-horizontal-padding","",bt.spacing4),yt.extend("--ft-collapsible-vertical-padding","",bt.spacing3),yt.extend("--ft-collapsible-color","",ut.contentGlobalPrimary),yt.extend("--ft-collapsible-state-layer-color","",ut.contentGlobalPrimary),yt.extend("--ft-collapsible-background-color","",ut.backgroundGlobalOnSurface),yt.extend("--ft-collapsible-border-color","",ut.borderGlobalSubtle),yt.extend("--ft-collapsible-icon-size","",bt.iconSize3),yt.extend("--ft-switch-group-horizontal-padding","",bt.spacing1),yt.extend("--ft-switch-group-vertical-padding","",bt.spacing1),yt.extend("--ft-switch-group-gap","",bt.spacing1),yt.extend("--ft-switch-group-background-color","",ut.backgroundGlobalSurface),yt.extend("--ft-switch-group-border-color","",ut.borderGlobalSubtle),yt.create("--ft-switch-group-border-radius","","SIZE","6px"),yt.extend("--ft-switch-label-horizontal-padding","",bt.spacing2),yt.extend("--ft-switch-label-vertical-padding","",bt.spacing1),yt.extend("--ft-switch-off-hover-state-layer-opacity","",bt.opacity8),yt.extend("--ft-switch-off-focus-state-layer-opacity","",bt.opacity8),yt.extend("--ft-switch-off-active-state-layer-opacity","",bt.opacity16),yt.extend("--ft-switch-off-disabled-component-opacity","",bt.opacity40),yt.extend("--ft-switch-off-color","",ut.contentGlobalSubtle),yt.extend("--ft-switch-off-state-layer-color","",ut.contentGlobalSubtle),yt.extend("--ft-switch-on-hover-state-layer-opacity","",bt.opacity8),yt.extend("--ft-switch-on-focus-state-layer-opacity","",bt.opacity8),yt.extend("--ft-switch-on-active-state-layer-opacity","",bt.opacity16),yt.extend("--ft-switch-on-disabled-component-opacity","",bt.opacity40),yt.extend("--ft-switch-on-color","",ut.contentActionPrimary),yt.extend("--ft-switch-on-state-layer-color","",ut.contentActionPrimary),yt.extend("--ft-switch-icon-horizontal-padding","",bt.spacing1),yt.extend("--ft-switch-icon-vertical-padding","",bt.spacing1),yt.create("--ft-switch-focus-outline-width","","SIZE","2px"),yt.extend("--ft-switch-focus-focus-ring-color","",ut.borderActionFocusRing),yt.extend("--ft-switch-option-border-radius","",bt.borderRadiusS),yt.extend("--ft-chart-1-light","for area color charts",bt.colorBrand40),yt.extend("--ft-chart-1-base","for line charts",bt.colorBrand0),yt.extend("--ft-chart-2-light","for area color charts",bt.colorYellow60),yt.extend("--ft-chart-2-base","for line charts",bt.colorYellow100),yt.extend("--ft-chart-3-light","",bt.colorUltramarine40),yt.extend("--ft-chart-3-base","",bt.colorUltramarine70),yt.extend("--ft-chart-4-light","",bt.colorCyan50),yt.extend("--ft-chart-4-base","",bt.colorCyan100),yt.extend("--ft-chart-5-light","",bt.colorRed40),yt.extend("--ft-chart-5-base","",bt.colorRed60),yt.extend("--ft-chart-6-light","",bt.colorGreen40),yt.extend("--ft-chart-6-base","",bt.colorGreen70),yt.extend("--ft-chart-7-light","",bt.colorOrange70),yt.extend("--ft-chart-7-base","",bt.colorOrange100),yt.extend("--ft-chart-8-light","",bt.colorAvocado70),yt.extend("--ft-chart-8-base","",bt.colorAvocado200),yt.extend("--ft-chart-9-light","",bt.colorBrown50),yt.extend("--ft-chart-9-base","",bt.colorBrown200),yt.extend("--ft-chart-10-light","",bt.colorGray50),yt.extend("--ft-chart-10-base","",bt.colorGray80),yt.extend("--ft-chart-monochrome-10","",bt.colorBrand10),yt.extend("--ft-chart-monochrome-20","",bt.colorBrand20),yt.extend("--ft-chart-monochrome-30","",bt.colorBrand40),yt.extend("--ft-chart-monochrome-40","",bt.colorBrand60),yt.extend("--ft-chart-monochrome-50","",bt.colorBrand0),yt.extend("--ft-chart-monochrome-60","",bt.colorBrand200),yt.extend("--ft-chip-large-horizontal-padding","",bt.spacing4),yt.extend("--ft-chip-large-vertical-padding","",bt.spacing2),yt.extend("--ft-chip-large-gap","",bt.spacing1),yt.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),yt.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),yt.extend("--ft-chip-large-border-radius","",bt.borderRadiusPill),yt.create("--ft-chip-large-border-width","","SIZE","1px"),yt.extend("--ft-chip-large-icon-size","",bt.iconSize3),yt.extend("--ft-chip-medium-horizontal-padding","",bt.spacing3),yt.extend("--ft-chip-medium-vertical-padding","",bt.spacing1),yt.extend("--ft-chip-medium-gap","",bt.spacing1),yt.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),yt.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),yt.extend("--ft-chip-medium-border-radius","",bt.borderRadiusPill),yt.create("--ft-chip-medium-border-width","","SIZE","1px"),yt.extend("--ft-chip-medium-icon-size","",bt.iconSize2),yt.extend("--ft-chip-small-horizontal-padding","",bt.spacing2),yt.extend("--ft-chip-small-vertical-padding","",bt.spacing05),yt.extend("--ft-chip-small-gap","",bt.spacing1),yt.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),yt.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),yt.extend("--ft-chip-small-border-radius","",bt.borderRadiusPill),yt.create("--ft-chip-small-border-width","","SIZE","1px"),yt.extend("--ft-chip-small-icon-size","",bt.iconSize1),yt.extend("--ft-chip-neutral-background-color","",ut.backgroundGlobalOnSurface),yt.extend("--ft-chip-neutral-color","",ut.contentGlobalPrimary),yt.extend("--ft-chip-neutral-icon-color","",ut.contentGlobalPrimary),yt.extend("--ft-chip-neutral-border-color","",ut.borderGlobalSubtle),yt.extend("--ft-chip-info-background-color","",ut.backgroundInfoSubtle),yt.extend("--ft-chip-info-color","",ut.contentInfoPrimary),yt.extend("--ft-chip-info-icon-color","",ut.contentInfoIconOnly),yt.extend("--ft-chip-info-border-color","",ut.borderInfoSubtle),yt.extend("--ft-chip-success-background-color","",ut.backgroundSuccessSubtle),yt.extend("--ft-chip-success-color","",ut.contentSuccessPrimary),yt.extend("--ft-chip-success-icon-color","",ut.contentSuccessIconOnly),yt.extend("--ft-chip-success-border-color","",ut.borderSuccessSubtle),yt.extend("--ft-chip-warning-background-color","",ut.backgroundWarningSubtle),yt.extend("--ft-chip-warning-color","",ut.contentWarningPrimary),yt.extend("--ft-chip-warning-icon-color","",ut.contentWarningIconOnly),yt.extend("--ft-chip-warning-border-color","",ut.borderWarningSubtle),yt.extend("--ft-chip-error-background-color","",ut.backgroundErrorSubtle),yt.extend("--ft-chip-error-color","",ut.contentErrorPrimary),yt.extend("--ft-chip-error-icon-color","",ut.contentErrorIconOnly),yt.extend("--ft-chip-error-border-color","",ut.borderErrorSubtle),yt.extend("--ft-border-info-border-color","",ut.borderInfoSubtle),yt.create("--ft-notice-border-width","","SIZE","1px"),yt.extend("--ft-notice-horizontal-padding","",bt.spacing2),yt.extend("--ft-notice-vertical-padding","",bt.spacing1),yt.extend("--ft-notice-border-radius","",bt.borderRadiusS),yt.extend("--ft-notice-gap","",bt.spacing2),yt.extend("--ft-notice-icon-size","",bt.iconSize3),yt.extend("--ft-notice-info-background-color","",ut.backgroundInfoSubtle),yt.extend("--ft-notice-info-border-color","",ut.borderInfoSubtle),yt.extend("--ft-notice-info-color","",ut.contentInfoPrimary),yt.extend("--ft-notice-info-icon-color","",ut.contentInfoIconOnly),yt.extend("--ft-notice-warning-background-color","",ut.backgroundWarningSubtle),yt.extend("--ft-notice-warning-border-color","",ut.borderWarningSubtle),yt.extend("--ft-notice-warning-color","",ut.contentWarningPrimary),yt.extend("--ft-notice-warning-icon-color","",ut.contentWarningIconOnly),yt.extend("--ft-notice-error-background-color","",ut.backgroundErrorSubtle),yt.extend("--ft-notice-error-border-color","",ut.borderErrorSubtle),yt.extend("--ft-notice-error-color","",ut.contentErrorPrimary),yt.extend("--ft-notice-error-icon-color","",ut.contentErrorIconOnly),yt.extend("--ft-notice-success-background-color","",ut.backgroundSuccessSubtle),yt.extend("--ft-notice-success-border-color","",ut.borderSuccessSubtle),yt.extend("--ft-notice-success-color","",ut.contentSuccessPrimary),yt.extend("--ft-notice-success-icon-color","",ut.contentSuccessIconOnly),yt.extend("--ft-checkbox-color","",ut.contentGlobalPrimary),yt.extend("--ft-checkbox-checked-background-color","",ut.contentActionPrimary),yt.extend("--ft-checkbox-checked-state-layer-color","",ut.contentActionPrimary),yt.extend("--ft-checkbox-checked-icon-color","",ut.contentGlobalOnColor),yt.extend("--ft-checkbox-checked-hover-state-layer-opacity","",bt.opacity16),yt.extend("--ft-checkbox-checked-focus-state-layer-opacity","",bt.opacity16),yt.extend("--ft-checkbox-checked-active-state-layer-opacity","",bt.opacity24),yt.extend("--ft-checkbox-checked-disabled-component-opacity","",bt.opacity40),yt.extend("--ft-checkbox-unchecked-border-color","",bt.colorGray80),yt.extend("--ft-checkbox-unchecked-state-layer-color","",bt.colorGray80),yt.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",bt.opacity16),yt.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",bt.opacity16),yt.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",bt.opacity24),yt.extend("--ft-checkbox-unchecked-disabled-component-opacity","",bt.opacity40),yt.extend("--ft-checkbox-focus-focus-ring-color","",ut.borderActionFocusRing),yt.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),yt.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),yt.extend("--ft-checkbox-gap","",bt.spacing3),yt.extend("--ft-toggle-off-hover-state-layer-opacity","",bt.opacity16),yt.extend("--ft-toggle-off-focus-state-layer-opacity","",bt.opacity16),yt.extend("--ft-toggle-off-active-state-layer-opacity","",bt.opacity24),yt.extend("--ft-toggle-off-disabled-component-opacity","",bt.opacity40),yt.extend("--ft-toggle-off-background-color","",ut.contentGlobalSubtle),yt.extend("--ft-toggle-off-icon-color","",ut.contentGlobalSubtle),yt.extend("--ft-toggle-off-state-layer-color","",ut.contentGlobalSubtle),yt.extend("--ft-toggle-on-hover-state-layer-opacity","",bt.opacity16),yt.extend("--ft-toggle-on-focus-state-layer-opacity","",bt.opacity16),yt.extend("--ft-toggle-on-active-state-layer-opacity","",bt.opacity24),yt.extend("--ft-toggle-on-disabled-component-opacity","",bt.opacity40),yt.extend("--ft-toggle-on-background-color","",ut.contentActionPrimary),yt.extend("--ft-toggle-on-state-layer-color","",ut.contentActionPrimary),yt.extend("--ft-toggle-on-icon-color","",ut.contentActionPrimary),yt.extend("--ft-toggle-color","",ut.contentGlobalPrimary),yt.extend("--ft-toggle-focus-focus-ring-color","",ut.borderActionFocusRing),yt.extend("--ft-toggle-gap","",bt.spacing3),yt.extend("--ft-radio-color","",ut.contentGlobalPrimary),yt.extend("--ft-radio-selected-radio-color","",ut.contentActionPrimary),yt.extend("--ft-radio-selected-state-layer-color","",ut.contentActionPrimary),yt.extend("--ft-radio-selected-hover-state-layer-opacity","",bt.opacity16),yt.extend("--ft-radio-selected-focus-state-layer-opacity","",bt.opacity16),yt.extend("--ft-radio-selected-active-state-layer-opacity","",bt.opacity24),yt.extend("--ft-radio-selected-disabled-component-opacity","",bt.opacity40),yt.extend("--ft-radio-unselected-state-layer-color","",ut.borderInputPrimary),yt.extend("--ft-radio-unselected-border-color","",ut.borderInputPrimary),yt.extend("--ft-radio-unselected-hover-state-layer-opacity","",bt.opacity16),yt.extend("--ft-radio-unselected-focus-state-layer-opacity","",bt.opacity16),yt.extend("--ft-radio-unselected-active-state-layer-opacity","",bt.opacity24),yt.extend("--ft-radio-unselected-disabled-component-opacity","",bt.opacity40),yt.extend("--ft-radio-focus-focus-ring-color","",ut.borderActionFocusRing),yt.create("--ft-radio-focus-outline-offset","","SIZE","3px"),yt.create("--ft-radio-focus-outline-width","","SIZE","2px"),yt.extend("--ft-radio-gap","",bt.spacing3),yt.extend("--ft-notification-icon-size","",bt.iconSize4),yt.extend("--ft-notification-horizontal-padding","",bt.spacing4),yt.extend("--ft-notification-vertical-padding","",bt.spacing4),yt.extend("--ft-notification-info-background-color","",ut.backgroundInfoSubtle),yt.extend("--ft-notification-info-color","",ut.contentInfoPrimary),yt.extend("--ft-notification-info-icon-color","",ut.contentInfoIconOnly),yt.extend("--ft-notification-info-border-color","",ut.borderInfoSubtle),yt.extend("--ft-notification-success-background-color","",ut.backgroundSuccessSubtle),yt.extend("--ft-notification-success-color","",ut.contentSuccessPrimary),yt.extend("--ft-notification-success-icon-color","",ut.contentSuccessIconOnly),yt.extend("--ft-notification-success-border-color","",ut.borderSuccessSubtle),yt.extend("--ft-notification-warning-background-color","",ut.backgroundWarningSubtle),yt.extend("--ft-notification-warning-color","",ut.contentWarningPrimary),yt.extend("--ft-notification-warning-icon-color","",ut.contentWarningIconOnly),yt.extend("--ft-notification-warning-border-color","",ut.borderWarningSubtle),yt.extend("--ft-notification-error-background-color","",ut.backgroundErrorSubtle),yt.extend("--ft-notification-error-color","",ut.contentErrorPrimary),yt.extend("--ft-notification-error-icon-color","",ut.contentErrorIconOnly),yt.extend("--ft-notification-error-border-color","",ut.borderErrorSubtle),yt.extend("--ft-notification-border-radius","",bt.borderRadiusPill),yt.create("--ft-notification-border-width","","SIZE","1px"),yt.extend("--ft-notification-leading-gap","",bt.spacing2),yt.extend("--ft-notification-trailing-gap","",bt.spacing8),yt.extend("--ft-tooltip-horizontal-padding","",bt.spacing2),yt.extend("--ft-tooltip-vertical-padding","",bt.spacing2),yt.extend("--ft-tooltip-border-radius","",bt.borderRadiusS),yt.extend("--ft-tooltip-color","",ut.contentGlobalOnColor),yt.extend("--ft-tooltip-background-color","",ut.contentGlobalPrimary),yt.extend("--ft-tooltip-background-opacity","",bt.opacity80),yt.extend("--ft-tooltip-shadow","",bt.shadowElevation03),yt.create("--ft-tooltip-max-width","","SIZE","256px"),yt.extend("--ft-tooltip-gap","",bt.spacing05);const xt=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.titleFont),Ot=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.contentFont),Nt={fontFamily:Ot,fontSize:o.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:o.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:o.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:o.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:o.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},St=o.FtCssVariableFactory.extend("--ft-typography-title-font-family","",xt),vt=o.FtCssVariableFactory.extend("--ft-typography-title-font-size","",Nt.fontSize,"20px"),wt=o.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",Nt.fontWeight,"normal"),It=o.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",Nt.letterSpacing,"0.15px"),Ct=o.FtCssVariableFactory.extend("--ft-typography-title-line-height","",Nt.lineHeight,"1.2"),Et=o.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",Nt.textTransform,"inherit"),Wt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",xt),Ut=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",Nt.fontSize,"14px"),Rt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",Nt.fontWeight,"normal"),Zt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",Nt.letterSpacing,"0.105px"),zt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",Nt.lineHeight,"1.7"),$t=o.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",Nt.textTransform,"inherit"),Kt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",Ot),Lt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",Nt.fontSize,"16px"),kt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",Nt.fontWeight,"600"),Ft=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",Nt.letterSpacing,"0.144px"),Dt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",Nt.lineHeight,"1.5"),Bt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",Nt.textTransform,"inherit"),Ht=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Ot),At=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",Nt.fontSize,"14px"),Gt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",Nt.fontWeight,"normal"),jt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",Nt.letterSpacing,"0.098px"),_t=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",Nt.lineHeight,"1.7"),Mt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",Nt.textTransform,"inherit"),Yt=o.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Ot),Pt=o.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",Nt.fontSize,"16px"),Tt=o.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",Nt.fontWeight,"normal"),qt=o.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",Nt.letterSpacing,"0.496px"),Vt=o.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",Nt.lineHeight,"1.5"),Xt=o.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",Nt.textTransform,"inherit"),Jt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Ot),Qt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",Nt.fontSize,"14px"),to=o.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",Nt.fontWeight,"normal"),oo=o.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",Nt.letterSpacing,"0.252px"),eo=o.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",Nt.lineHeight,"1.4"),ro=o.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",Nt.textTransform,"inherit"),ao=o.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Ot),io=o.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",Nt.fontSize,"12px"),no=o.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",Nt.fontWeight,"normal"),lo=o.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",Nt.letterSpacing,"0.396px"),co=o.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",Nt.lineHeight,"1.33"),po=o.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",Nt.textTransform,"inherit"),fo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Ot),so=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",Nt.fontSize,"10px"),go=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",Nt.fontWeight,"normal"),ho=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",Nt.letterSpacing,"0.33px"),yo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",Nt.lineHeight,"1.6"),bo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",Nt.textTransform,"inherit"),mo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Ot),uo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",Nt.fontSize,"10px"),xo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",Nt.fontWeight,"normal"),Oo=o.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",Nt.letterSpacing,"1.5px"),No=o.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",Nt.lineHeight,"1.6"),So=o.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",Nt.textTransform,"uppercase"),vo=o.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Ot),wo=o.FtCssVariableFactory.extend("--ft-typography-button-font-size","",Nt.fontSize,"14px"),Io=o.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",Nt.fontWeight,"600"),Co=o.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",Nt.letterSpacing,"1.246px"),Eo=o.FtCssVariableFactory.extend("--ft-typography-button-line-height","",Nt.lineHeight,"1.15"),Wo=o.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",Nt.textTransform,"uppercase"),Uo=e.css`
|
|
132
|
+
`}contentAvailableCallback(r){super.contentAvailableCallback(r),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(r){var n,i;super.update(r),r.has("disabled")&&(this.disabled?(this.endRipple(),(n=this.target)===null||n===void 0||n.removeAttribute("data-is-ft-ripple-target")):(i=this.target)===null||i===void 0||i.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var r,n;let i=(r=this.shadowRoot)===null||r===void 0?void 0:r.host.parentElement;i&&this.setupFor((n=this.target)!==null&&n!==void 0?n:i)}setupFor(r){if(this.setupDebouncer.cancel(),this.target===r)return;this.onDisconnect&&this.onDisconnect(),this.target=r,r.setAttribute("data-is-ft-ripple-target","true");let n=(...s)=>y=>{s.forEach(h=>window.addEventListener(h,this.endPress,{once:!0})),this.startPress(y)},i=n("mouseup","contextmenu"),c=n("touchend","touchcancel"),p=s=>{["Enter"," "].includes(s.key)&&n("keyup")(s)},l={passive:!0};r.addEventListener("mouseover",this.startHover,l),r.addEventListener("mousemove",this.moveRipple,l),r.addEventListener("mouseleave",this.endHover,l),r.addEventListener("mousedown",i,l),r.addEventListener("touchstart",c,l),r.addEventListener("touchmove",this.moveRipple,l),r.addEventListener("keydown",p,l),r.addEventListener("focus",this.startFocus,l),r.addEventListener("blur",this.endFocus,l),r.addEventListener("focusin",this.startFocus,l),r.addEventListener("focusout",this.endFocus,l),this.onDisconnect=()=>{r.removeAttribute("data-is-ft-ripple-target"),r.removeEventListener("mouseover",this.startHover,l),r.removeEventListener("mousemove",this.moveRipple,l),r.removeEventListener("mouseleave",this.endHover,l),r.removeEventListener("mousedown",i,l),r.removeEventListener("touchstart",c,l),r.removeEventListener("touchmove",this.moveRipple,l),r.removeEventListener("keydown",p,l),r.removeEventListener("focus",this.startFocus,l),r.removeEventListener("blur",this.endFocus,l),r.removeEventListener("focusin",this.startFocus,l),r.removeEventListener("focusout",this.endFocus,l),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(r){let n=r,i=r,c,p;return n.x!=null?{x:c,y:p}=n:i.touches!=null&&(c=i.touches[0].clientX,p=i.touches[0].clientY),{x:c,y:p}}isFocusVisible(r){return r instanceof HTMLElement?r.matches(":focus-visible"):!0}isIgnored(r){if(this.disabled)return!0;if(r!=null)for(let n of r.composedPath()){if(n===this.target)break;if("hasAttribute"in n&&n.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};x.elementDefinitions={};x.styles=et;v([(0,C.property)({type:Boolean})],x.prototype,"primary",void 0);v([(0,C.property)({type:Boolean})],x.prototype,"secondary",void 0);v([(0,C.property)({type:Boolean})],x.prototype,"unbounded",void 0);v([(0,C.property)({type:Boolean})],x.prototype,"activated",void 0);v([(0,C.property)({type:Boolean})],x.prototype,"selected",void 0);v([(0,C.property)({type:Boolean})],x.prototype,"disabled",void 0);v([(0,C.state)()],x.prototype,"hovered",void 0);v([(0,C.state)()],x.prototype,"focused",void 0);v([(0,C.state)()],x.prototype,"pressed",void 0);v([(0,C.state)()],x.prototype,"rippling",void 0);v([(0,C.state)()],x.prototype,"originX",void 0);v([(0,C.state)()],x.prototype,"originY",void 0);v([(0,C.query)(".ft-ripple")],x.prototype,"ripple",void 0);v([(0,C.query)(".ft-ripple--effect")],x.prototype,"rippleEffect",void 0);(0,rt.customElement)("ft-ripple")(x);var lo=m(N());var Be=globalThis,be=Be.trustedTypes,at=be?be.createPolicy("lit-html",{createHTML:t=>t}):void 0,dt="$lit$",P=`lit$${(Math.random()+"").slice(9)}$`,ft="?"+P,Ro=`<${ft}>`,K=document,xe=()=>K.createComment(""),pe=t=>t===null||typeof t!="object"&&typeof t!="function",st=Array.isArray,Lo=t=>st(t)||typeof t?.[Symbol.iterator]=="function",Re=`[
|
|
133
|
+
\f\r]`,le=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,nt=/-->/g,it=/>/g,G=RegExp(`>|${Re}(?:([^\\s"'>=/]+)(${Re}*=${Re}*(?:[^
|
|
134
|
+
\f\r"'\`<>=]|("|')|))|$)`,"g"),ct=/'/g,lt=/"/g,gt=/^(?:script|style|textarea|title)$/i,yt=t=>(r,...n)=>({_$litType$:t,strings:r,values:n}),mt=yt(1),ht=yt(2),de=Symbol.for("lit-noChange"),S=Symbol.for("lit-nothing"),pt=new WeakMap,D=K.createTreeWalker(K,129);function bt(t,r){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return at!==void 0?at.createHTML(r):r}var Ao=(t,r)=>{let n=t.length-1,i=[],c,p=r===2?"<svg>":"",l=le;for(let s=0;s<n;s++){let y=t[s],h,O,b=-1,W=0;for(;W<y.length&&(l.lastIndex=W,O=l.exec(y),O!==null);)W=l.lastIndex,l===le?O[1]==="!--"?l=nt:O[1]!==void 0?l=it:O[2]!==void 0?(gt.test(O[2])&&(c=RegExp("</"+O[2],"g")),l=G):O[3]!==void 0&&(l=G):l===G?O[0]===">"?(l=c??le,b=-1):O[1]===void 0?b=-2:(b=l.lastIndex-O[2].length,h=O[1],l=O[3]===void 0?G:O[3]==='"'?lt:ct):l===lt||l===ct?l=G:l===nt||l===it?l=le:(l=G,c=void 0);let _=l===G&&t[s+1].startsWith("/>")?" ":"";p+=l===le?y+Ro:b>=0?(i.push(h),y.slice(0,b)+dt+y.slice(b)+P+_):y+P+(b===-2?s:_)}return[bt(t,p+(t[n]||"<?>")+(r===2?"</svg>":"")),i]},fe=class t{constructor({strings:r,_$litType$:n},i){let c;this.parts=[];let p=0,l=0,s=r.length-1,y=this.parts,[h,O]=Ao(r,n);if(this.el=t.createElement(h,i),D.currentNode=this.el.content,n===2){let b=this.el.content.firstChild;b.replaceWith(...b.childNodes)}for(;(c=D.nextNode())!==null&&y.length<s;){if(c.nodeType===1){if(c.hasAttributes())for(let b of c.getAttributeNames())if(b.endsWith(dt)){let W=O[l++],_=c.getAttribute(b).split(P),me=/([.?@])?(.*)/.exec(W);y.push({type:1,index:p,name:me[2],strings:_,ctor:me[1]==="."?Ae:me[1]==="?"?We:me[1]==="@"?we:j}),c.removeAttribute(b)}else b.startsWith(P)&&(y.push({type:6,index:p}),c.removeAttribute(b));if(gt.test(c.tagName)){let b=c.textContent.split(P),W=b.length-1;if(W>0){c.textContent=be?be.emptyScript:"";for(let _=0;_<W;_++)c.append(b[_],xe()),D.nextNode(),y.push({type:2,index:++p});c.append(b[W],xe())}}}else if(c.nodeType===8)if(c.data===ft)y.push({type:2,index:p});else{let b=-1;for(;(b=c.data.indexOf(P,b+1))!==-1;)y.push({type:7,index:p}),b+=P.length-1}p++}}static createElement(r,n){let i=K.createElement("template");return i.innerHTML=r,i}};function Y(t,r,n=t,i){if(r===de)return r;let c=i!==void 0?n._$Co?.[i]:n._$Cl,p=pe(r)?void 0:r._$litDirective$;return c?.constructor!==p&&(c?._$AO?.(!1),p===void 0?c=void 0:(c=new p(t),c._$AT(t,n,i)),i!==void 0?(n._$Co??=[])[i]=c:n._$Cl=c),c!==void 0&&(r=Y(t,c._$AS(t,r.values),c,i)),r}var Le=class{constructor(r,n){this._$AV=[],this._$AN=void 0,this._$AD=r,this._$AM=n}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(r){let{el:{content:n},parts:i}=this._$AD,c=(r?.creationScope??K).importNode(n,!0);D.currentNode=c;let p=D.nextNode(),l=0,s=0,y=i[0];for(;y!==void 0;){if(l===y.index){let h;y.type===2?h=new ue(p,p.nextSibling,this,r):y.type===1?h=new y.ctor(p,y.name,y.strings,this,r):y.type===6&&(h=new Ie(p,this,r)),this._$AV.push(h),y=i[++s]}l!==y?.index&&(p=D.nextNode(),l++)}return D.currentNode=K,c}p(r){let n=0;for(let i of this._$AV)i!==void 0&&(i.strings!==void 0?(i._$AI(r,i,n),n+=i.strings.length-2):i._$AI(r[n])),n++}},ue=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(r,n,i,c){this.type=2,this._$AH=S,this._$AN=void 0,this._$AA=r,this._$AB=n,this._$AM=i,this.options=c,this._$Cv=c?.isConnected??!0}get parentNode(){let r=this._$AA.parentNode,n=this._$AM;return n!==void 0&&r?.nodeType===11&&(r=n.parentNode),r}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(r,n=this){r=Y(this,r,n),pe(r)?r===S||r==null||r===""?(this._$AH!==S&&this._$AR(),this._$AH=S):r!==this._$AH&&r!==de&&this._(r):r._$litType$!==void 0?this.g(r):r.nodeType!==void 0?this.$(r):Lo(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!==S&&pe(this._$AH)?this._$AA.nextSibling.data=r:this.$(K.createTextNode(r)),this._$AH=r}g(r){let{values:n,_$litType$:i}=r,c=typeof i=="number"?this._$AC(r):(i.el===void 0&&(i.el=fe.createElement(bt(i.h,i.h[0]),this.options)),i);if(this._$AH?._$AD===c)this._$AH.p(n);else{let p=new Le(c,this),l=p.u(this.options);p.p(n),this.$(l),this._$AH=p}}_$AC(r){let n=pt.get(r.strings);return n===void 0&&pt.set(r.strings,n=new fe(r)),n}T(r){st(this._$AH)||(this._$AH=[],this._$AR());let n=this._$AH,i,c=0;for(let p of r)c===n.length?n.push(i=new t(this.k(xe()),this.k(xe()),this,this.options)):i=n[c],i._$AI(p),c++;c<n.length&&(this._$AR(i&&i._$AB.nextSibling,c),n.length=c)}_$AR(r=this._$AA.nextSibling,n){for(this._$AP?.(!1,!0,n);r&&r!==this._$AB;){let i=r.nextSibling;r.remove(),r=i}}setConnected(r){this._$AM===void 0&&(this._$Cv=r,this._$AP?.(r))}},j=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(r,n,i,c,p){this.type=1,this._$AH=S,this._$AN=void 0,this.element=r,this.name=n,this._$AM=c,this.options=p,i.length>2||i[0]!==""||i[1]!==""?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=S}_$AI(r,n=this,i,c){let p=this.strings,l=!1;if(p===void 0)r=Y(this,r,n,0),l=!pe(r)||r!==this._$AH&&r!==de,l&&(this._$AH=r);else{let s=r,y,h;for(r=p[0],y=0;y<p.length-1;y++)h=Y(this,s[i+y],n,y),h===de&&(h=this._$AH[y]),l||=!pe(h)||h!==this._$AH[y],h===S?r=S:r!==S&&(r+=(h??"")+p[y+1]),this._$AH[y]=h}l&&!c&&this.O(r)}O(r){r===S?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,r??"")}},Ae=class extends j{constructor(){super(...arguments),this.type=3}O(r){this.element[this.name]=r===S?void 0:r}},We=class extends j{constructor(){super(...arguments),this.type=4}O(r){this.element.toggleAttribute(this.name,!!r&&r!==S)}},we=class extends j{constructor(r,n,i,c,p){super(r,n,i,c,p),this.type=5}_$AI(r,n=this){if((r=Y(this,r,n,0)??S)===de)return;let i=this._$AH,c=r===S&&i!==S||r.capture!==i.capture||r.once!==i.once||r.passive!==i.passive,p=r!==S&&(i===S||c);c&&this.element.removeEventListener(this.name,this,i),p&&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)}},Ie=class{constructor(r,n,i){this.element=r,this.type=6,this._$AN=void 0,this._$AM=n,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(r){Y(this,r)}};var Wo=Be.litHtmlPolyfillSupport;Wo?.(fe,ue),(Be.litHtmlVersions??=[]).push("3.1.0");var ut=Symbol.for(""),wo=t=>{if(t?.r===ut)return t?._$litStatic$},Ue=t=>({_$litStatic$:t,r:ut});var xt=new Map,Ot=t=>(r,...n)=>{let i=n.length,c,p,l=[],s=[],y,h=0,O=!1;for(;h<i;){for(y=r[h];h<i&&(p=n[h],(c=wo(p))!==void 0);)y+=c+r[++h],O=!0;h!==i&&s.push(p),l.push(y),h++}if(h===i&&l.push(r[i]),O){let b=l.join("$$lit$$");(r=xt.get(b))===void 0&&(l.raw=l,xt.set(b,r=l)),n=s}return t(r,...n)},ze=Ot(mt),Jo=Ot(ht);var _e=m(F()),co=m(N());var Oe;(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"})(Oe||(Oe={}));var R=m(E()),f=m(N());var w=m(E(),1),H=t=>typeof t=="string"?(0,w.unsafeCSS)(t):t,e=class{static create(r,n,i,c){let p=s=>H(s??c),l=w.css`var(${H(r)}, ${p(c)})`;return l.name=r,l.description=n,l.category=i,l.defaultValue=c,l.defaultCssValue=p,l.get=s=>w.css`var(${H(r)}, ${p(s)})`,l.breadcrumb=()=>[],l.lastResortDefaultValue=()=>c,l}static extend(r,n,i,c){let p=s=>i.get(s??c),l=w.css`var(${H(r)}, ${p(c)})`;return l.name=r,l.description=n,l.category=i.category,l.fallbackVariable=i,l.defaultValue=c,l.defaultCssValue=p,l.get=s=>w.css`var(${H(r)}, ${p(s)})`,l.breadcrumb=()=>[i.name,...i.breadcrumb()],l.lastResortDefaultValue=()=>c??i.lastResortDefaultValue(),l}static external(r,n){let i=p=>r.fallbackVariable?r.fallbackVariable.get(p??r.defaultValue):H(p??r.lastResortDefaultValue()),c=w.css`var(${H(r.name)}, ${i(r.defaultValue)})`;return c.name=r.name,c.category=r.category,c.fallbackVariable=r.fallbackVariable,c.defaultValue=r.defaultValue,c.context=n,c.defaultCssValue=i,c.get=p=>w.css`var(${H(r.name)}, ${i(p)})`,c.breadcrumb=()=>r.fallbackVariable?[r.fallbackVariable.name,...r.fallbackVariable.breadcrumb()]:[],c.lastResortDefaultValue=()=>r.lastResortDefaultValue(),c}};var o={colorWhite:e.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:e.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:e.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:e.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:e.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:e.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:e.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:e.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:e.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:e.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:e.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:e.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:e.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:e.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:e.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:e.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:e.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:e.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:e.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:e.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:e.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:e.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:e.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:e.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:e.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:e.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:e.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:e.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:e.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:e.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:e.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:e.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:e.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:e.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:e.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:e.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:e.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:e.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:e.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:e.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:e.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:e.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:e.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:e.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:e.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:e.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:e.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:e.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:e.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:e.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:e.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:e.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:e.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:e.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:e.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:e.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:e.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:e.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:e.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:e.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:e.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:e.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:e.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:e.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:e.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:e.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:e.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:e.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:e.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:e.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:e.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:e.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:e.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:e.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:e.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:e.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:e.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:e.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:e.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:e.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:e.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:e.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:e.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:e.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:e.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:e.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:e.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:e.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:e.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:e.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:e.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:e.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:e.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:e.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:e.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:e.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:e.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:e.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:e.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:e.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:e.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:e.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:e.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:e.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:e.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:e.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:e.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:e.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:e.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:e.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:e.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:e.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:e.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:e.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:e.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:e.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:e.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:e.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:e.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:e.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:e.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:e.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:e.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:e.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:e.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:e.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:e.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:e.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:e.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:e.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:e.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:e.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:e.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:e.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:e.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:e.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:e.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:e.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:e.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:e.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:e.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:e.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:e.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:e.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:e.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:e.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:e.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:e.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:e.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:e.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:e.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:e.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:e.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:e.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:e.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:e.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:e.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:e.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:e.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:e.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:e.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:e.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:e.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:e.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:e.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:e.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:e.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:e.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:e.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:e.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:e.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:e.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:e.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:e.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:e.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:e.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:e.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:e.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:e.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:e.create("--ft-icon-size-6","","SIZE","48px"),opacity0:e.create("--ft-opacity-0","","NUMBER","0"),opacity8:e.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:e.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:e.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:e.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:e.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:e.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:e.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:e.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:e.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:e.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:e.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:e.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:e.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:e.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)")},St={fontFamily:e.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:e.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:e.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:e.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-display-textCase","","UNKNOWN","none")},Ct={fontFamily:e.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:e.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:e.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:e.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},Nt={fontFamily:e.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:e.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:e.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:e.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},vt={fontFamily:e.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:e.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:e.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:e.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},Et={fontFamily:e.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:e.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:e.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:e.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:e.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},Rt={fontFamily:e.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:e.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:e.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:e.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},Lt={fontFamily:e.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:e.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:e.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:e.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},At={fontFamily:e.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:e.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:e.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:e.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:e.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},Wt={fontFamily:e.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:e.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:e.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:e.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},Io={fontFamily:e.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:e.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:e.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:e.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:e.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:e.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},wt={fontFamily:e.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:e.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:e.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:e.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},It={fontFamily:e.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:e.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:e.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:e.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:e.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Bt={fontFamily:e.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:e.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:e.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:e.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:e.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},Ut={fontFamily:e.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:e.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:e.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:e.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:e.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:e.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},zt={fontFamily:e.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:e.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:e.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:e.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:e.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},_t={fontFamily:e.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:e.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:e.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:e.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:e.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},$t={fontFamily:e.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:e.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:e.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:e.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:e.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:e.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},Pt={fontFamily:e.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:e.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},Ht={fontFamily:e.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:e.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Tt={fontFamily:e.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:e.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:e.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},kt={fontFamily:e.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:e.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},Gt={fontFamily:e.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:e.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Dt={fontFamily:e.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:e.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:e.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},Kt={fontFamily:e.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:e.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},Zt={fontFamily:e.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:e.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},Mt={fontFamily:e.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:e.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:e.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},Se={display:St,"title-1":Ct,"title-2":Nt,"title-3":vt,"body-1-regular":Et,"body-1-medium":Rt,"body-1-semibold":Lt,"body-2-regular":At,"body-2-medium":Wt,"body-2-medium-underline":Io,"body-2-semibold":wt,"label-1-medium":It,"label-1-semibold":Bt,"label-1-bold":Ut,"label-2-medium":zt,"label-2-semibold":_t,"label-2-bold":$t,"caption-1-medium":Pt,"caption-1-semibold":Ht,"caption-1-bold":Tt,"caption-2-medium":kt,"caption-2-semibold":Gt,"caption-2-bold":Dt,"caption-3-medium":Kt,"caption-3-semibold":Zt,"caption-3-bold":Mt};var a={backgroundActionPrimary:e.extend("--ft-background-action-primary","Used as backgorund of primary action components.",o.colorBrand0),backgroundErrorSubtle:e.extend("--ft-background-error-subtle","Used as background of subtle error components.",o.colorRed10),backgroundInfoSubtle:e.extend("--ft-background-info-subtle","Used as background of subtle information components.",o.colorCyan10),backgroundWarningSubtle:e.extend("--ft-background-warning-subtle","Used as background of subtle information components.",o.colorOrange10),backgroundSuccessSubtle:e.extend("--ft-background-success-subtle","Used as background of subtle success components.",o.colorGreen10),backgroundGlobalSurface:e.extend("--ft-background-global-surface","Used as app background.",o.colorWhite),backgroundGlobalOnSurface:e.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",o.colorGray10),backgroundGlobalOnSurfaceDark:e.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",o.colorGray30),contentActionPrimary:e.extend("--ft-content-action-primary","Used on label of primary action on light surface.",o.colorBrand0),contentWarningPrimary:e.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",o.colorOrange200),contentWarningIconOnly:e.extend("--ft-content-warning-icon-only","Used on warning status icons alone",o.colorOrange0),contentErrorPrimary:e.extend("--ft-content-error-primary","Used on label of error messages on light surface.",o.colorRed0),contentErrorIconOnly:e.extend("--ft-content-error-icon-only","Used on error status icons alone",o.colorRed70),contentInfoPrimary:e.extend("--ft-content-info-primary","Used on label of information messages on light surface.",o.colorCyan200),contentInfoIconOnly:e.extend("--ft-content-info-icon-only","Used on info status icons alone",o.colorCyan0),contentSuccessPrimary:e.extend("--ft-content-success-primary","Used on label of success messages on light surface.",o.colorGreen200),contentSuccessIconOnly:e.extend("--ft-content-success-icon-only","Used on success status icons alone",o.colorGreen0),contentGlobalPrimary:e.extend("--ft-content-global-primary","Used for main content on the page.",o.colorGray500),contentGlobalSecondary:e.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
|
|
135
|
+
Also for action icons.`,o.colorGray200),contentGlobalSubtle:e.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",o.colorGray0),contentGlobalOnColor:e.extend("--ft-content-global-on-color","Used for content on a dominant color.",o.colorWhite),borderActionPrimary:e.extend("--ft-border-action-primary","Used as border for primary action components.",o.colorBrand0),borderActionFocusRing:e.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",o.colorCyan0),borderWarningPrimary:e.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",o.colorOrange200),borderWarningSubtle:e.extend("--ft-border-warning-subtle","Used as border for warning components.",o.colorOrange30),borderSuccessPrimary:e.extend("--ft-border-success-primary","Used as border for success buttons.",o.colorGreen200),borderSuccessSubtle:e.extend("--ft-border-success-subtle","Used as border for success components.",o.colorGreen30),borderErrorPrimary:e.extend("--ft-border-error-primary","Used as border for text fields in error states.",o.colorRed0),borderErrorSubtle:e.extend("--ft-border-error-subtle","Used as border for error components.",o.colorRed30),borderInfoPrimary:e.extend("--ft-border-info-primary","Used as border for buttons in info color.",o.colorCyan200),borderInfoSubtle:e.extend("--ft-border-info-subtle","Used as border for information components.",o.colorCyan30),borderGlobalPrimary:e.extend("--ft-border-global-primary","Used as border for element like input.",o.colorGray50),borderGlobalSubtle:e.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",o.colorGray30),borderInputPrimary:e.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",o.colorGray80)};var fr={largeHeight:e.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:e.extend("--ft-button-large-horizontal-padding","",o.spacing4),largeGap:e.extend("--ft-button-large-gap","",o.spacing2),largeBorderRadius:e.extend("--ft-button-large-border-radius","",o.borderRadiusS),largeIconSize:e.extend("--ft-button-large-icon-size","",o.iconSize3),largeBorderWidth:e.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:e.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:e.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:e.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:e.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:e.extend("--ft-button-small-horizontal-padding","",o.spacing3),smallGap:e.extend("--ft-button-small-gap","",o.spacing2),smallBorderRadius:e.extend("--ft-button-small-border-radius","",o.borderRadiusS),smallIconSize:e.extend("--ft-button-small-icon-size","",o.iconSize2),smallBorderWidth:e.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:e.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:e.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:e.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:e.extend("--ft-button-primary-background-color","",a.backgroundActionPrimary),primaryColor:e.extend("--ft-button-primary-color","",a.contentGlobalOnColor),primaryIconColor:e.extend("--ft-button-primary-icon-color","",a.contentGlobalOnColor),primaryStateLayerColor:e.extend("--ft-button-primary-state-layer-color","",a.contentGlobalOnColor),primaryHoverStateLayerOpacity:e.extend("--ft-button-primary-hover-state-layer-opacity","",o.opacity16),primaryFocusStateLayerOpacity:e.extend("--ft-button-primary-focus-state-layer-opacity","",o.opacity16),primaryActiveStateLayerOpacity:e.extend("--ft-button-primary-active-state-layer-opacity","",o.opacity24),primaryDisabledComponentOpacity:e.extend("--ft-button-primary-disabled-component-opacity","",o.opacity40),focusFocusRingColor:e.extend("--ft-button-focus-focus-ring-color","",a.borderActionFocusRing),tertiaryBackgroundColor:e.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:e.extend("--ft-button-tertiary-color","",a.contentActionPrimary),tertiaryIconColor:e.extend("--ft-button-tertiary-icon-color","",a.contentActionPrimary),tertiaryStateLayerColor:e.extend("--ft-button-tertiary-state-layer-color","",a.contentActionPrimary),tertiaryHoverStateLayerOpacity:e.extend("--ft-button-tertiary-hover-state-layer-opacity","",o.opacity8),tertiaryFocusStateLayerOpacity:e.extend("--ft-button-tertiary-focus-state-layer-opacity","",o.opacity8),tertiaryActiveStateLayerOpacity:e.extend("--ft-button-tertiary-active-state-layer-opacity","",o.opacity16),tertiaryDisabledComponentOpacity:e.extend("--ft-button-tertiary-disabled-component-opacity","",o.opacity40),secondaryBackgroundColor:e.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:e.extend("--ft-button-secondary-color","",a.contentActionPrimary),secondaryIconColor:e.extend("--ft-button-secondary-icon-color","",a.contentActionPrimary),secondaryStateLayerColor:e.extend("--ft-button-secondary-state-layer-color","",a.contentActionPrimary),secondaryHoverStateLayerOpacity:e.extend("--ft-button-secondary-hover-state-layer-opacity","",o.opacity8),secondaryFocusStateLayerOpacity:e.extend("--ft-button-secondary-focus-state-layer-opacity","",o.opacity8),secondaryActiveStateLayerOpacity:e.extend("--ft-button-secondary-active-state-layer-opacity","",o.opacity16),secondaryDisabledComponentOpacity:e.extend("--ft-button-secondary-disabled-component-opacity","",o.opacity40),secondaryBorderColor:e.extend("--ft-button-secondary-border-color","",a.borderActionPrimary),neutralBackgroundColor:e.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:e.extend("--ft-button-neutral-icon-color","",a.contentGlobalSecondary),neutralColor:e.extend("--ft-button-neutral-color","",a.contentGlobalSecondary),neutralStateLayerColor:e.extend("--ft-button-neutral-state-layer-color","",a.contentGlobalSecondary),neutralHoverStateLayerOpacity:e.extend("--ft-button-neutral-hover-state-layer-opacity","",o.opacity8),neutralFocusStateLayerOpacity:e.extend("--ft-button-neutral-focus-state-layer-opacity","",o.opacity8),neutralActiveStateLayerOpacity:e.extend("--ft-button-neutral-active-state-layer-opacity","",o.opacity16),neutralDisabledComponentOpacity:e.extend("--ft-button-neutral-disabled-component-opacity","",o.opacity40)};var hr={iconSize:e.extend("--ft-banner-icon-size","",o.iconSize5),borderWidth:e.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:e.extend("--ft-banner-horizontal-padding","",o.spacing6),verticalPadding:e.extend("--ft-banner-vertical-padding","",o.spacing6),horizontalSideGap:e.extend("--ft-banner-horizontal-side-gap","",o.spacing6),horizontalMobileGap:e.extend("--ft-banner-horizontal-mobile-gap","",o.spacing4),verticalMobileGap:e.extend("--ft-banner-vertical-mobile-gap","",o.spacing6),horizontalMiddleGap:e.extend("--ft-banner-horizontal-middle-gap","",o.spacing20),infoBackgroundColor:e.extend("--ft-banner-info-background-color","",a.backgroundInfoSubtle),infoColor:e.extend("--ft-banner-info-color","",a.contentInfoPrimary),infoIconColor:e.extend("--ft-banner-info-icon-color","",a.contentInfoIconOnly)};var Sr={horizontalGap:e.extend("--ft-breadcrumb-horizontal-gap","",o.spacing1),verticalGap:e.extend("--ft-breadcrumb-vertical-gap","",o.spacing2),currentElementColor:e.extend("--ft-breadcrumb-current-element-color","",a.contentGlobalPrimary),iconColor:e.extend("--ft-breadcrumb-icon-color","",a.contentGlobalSubtle)};var Rr={horizontalPadding:e.extend("--ft-page-header-horizontal-padding","",o.spacing12),horizontalGap:e.extend("--ft-page-header-horizontal-gap","",o.spacing4),verticalGap:e.extend("--ft-page-header-vertical-gap","",o.spacing2),classicVerticalPadding:e.extend("--ft-page-header-classic-vertical-padding","",o.spacing6),multilineVerticalPadding:e.extend("--ft-page-header-multiline-vertical-padding","",o.spacing4),inlineVerticalPadding:e.extend("--ft-page-header-inline-vertical-padding","",o.spacing2),backgroundColor:e.extend("--ft-page-header-background-color","",o.colorWhite),bottomBorderColor:e.extend("--ft-page-header-bottom-border-color","",a.borderGlobalSubtle),titleColor:e.extend("--ft-page-header-title-color","",a.contentGlobalPrimary),subtitleColor:e.extend("--ft-page-header-subtitle-color","",a.contentGlobalSecondary)};var Ir={smallContainerWidth:e.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:e.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:e.extend("--ft-modal-overlay-background-color","",o.colorGray700),overlayOpacity:e.extend("--ft-modal-overlay-opacity","",o.opacity40),shadow:e.extend("--ft-modal-shadow","",o.shadowElevation03),bodyBackgroundColor:e.extend("--ft-modal-body-background-color","",o.colorWhite),bodyColor:e.extend("--ft-modal-body-color","",a.contentGlobalPrimary),bodyHorizontalPadding:e.extend("--ft-modal-body-horizontal-padding","",o.spacing6),bodyVerticalPadding:e.extend("--ft-modal-body-vertical-padding","",o.spacing6),bodyVerticalGap:e.extend("--ft-modal-body-vertical-gap","",o.spacing6),containerMargin:e.extend("--ft-modal-container-margin","",o.spacing3),headerBackgroundColor:e.extend("--ft-modal-header-background-color","",a.backgroundGlobalOnSurface),headerBorderColor:e.extend("--ft-modal-header-border-color","",a.borderGlobalSubtle),headerColor:e.extend("--ft-modal-header-color","",a.contentGlobalPrimary),headerTrailingIconColor:e.extend("--ft-modal-header-trailing-icon-color","",a.contentGlobalSecondary),headerVerticalPadding:e.extend("--ft-modal-header-vertical-padding","",o.spacing1),headerRightPadding:e.extend("--ft-modal-header-right-padding","",o.spacing1),headerLeftPadding:e.extend("--ft-modal-header-left-padding","",o.spacing6),headerGap:e.extend("--ft-modal-header-gap","",o.spacing2),headerBorderBottom:e.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:e.extend("--ft-modal-border-radius","",o.borderRadiusM)};var $r={overlayOpacity:e.extend("--ft-drawer-overlay-opacity","",o.opacity40),shadow:e.extend("--ft-drawer-shadow","",o.shadowElevation03),bodyColor:e.extend("--ft-drawer-body-color","",a.contentGlobalPrimary),bodyHorizontalPadding:e.extend("--ft-drawer-body-horizontal-padding","",o.spacing6),bodyVerticalPadding:e.extend("--ft-drawer-body-vertical-padding","",o.spacing6),bodyGap:e.extend("--ft-drawer-body-gap","",o.spacing6),bodyBackgroundColor:e.extend("--ft-drawer-body-background-color","",o.colorWhite),headerBackgroundColor:e.extend("--ft-drawer-header-background-color","",a.backgroundGlobalOnSurface),headerBorderColor:e.extend("--ft-drawer-header-border-color","",a.borderGlobalSubtle),headerColor:e.extend("--ft-drawer-header-color","",a.contentGlobalPrimary),headerTrailingIconColor:e.extend("--ft-drawer-header-trailing-icon-color","",a.contentGlobalSecondary),headerHeight:e.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:e.extend("--ft-drawer-header-horizontal-padding","",o.spacing2),headerBorderWidth:e.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:e.extend("--ft-drawer-header-gap","",o.spacing3),buttonsBarBackgroundColor:e.extend("--ft-drawer-buttons-bar-background-color","",a.backgroundGlobalOnSurface),buttonsBarBorderColor:e.extend("--ft-drawer-buttons-bar-border-color","",a.borderGlobalSubtle),buttonsBarColor:e.extend("--ft-drawer-buttons-bar-color","",a.contentGlobalPrimary),buttonsBarHorizontalPadding:e.extend("--ft-drawer-buttons-bar-horizontal-padding","",o.spacing4),buttonsBarVerticalPadding:e.extend("--ft-drawer-buttons-bar-vertical-padding","",o.spacing4),buttonsBarGap:e.extend("--ft-drawer-buttons-bar-gap","",o.spacing3),buttonsBarBorderWidth:e.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:e.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:e.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:e.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:e.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:e.extend("--ft-drawer-overlay-background-color","",o.colorGray700)};var Gr={fieldHorizontalPadding:e.extend("--ft-text-input-field-horizontal-padding","",o.spacing4),fieldHorizontalGap:e.extend("--ft-text-input-field-horizontal-gap","",o.spacing3),fieldVerticalGap:e.extend("--ft-text-input-field-vertical-gap","",o.spacing05),fieldIconSize:e.extend("--ft-text-input-field-icon-size","",o.iconSize3),fieldHeight:e.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:e.extend("--ft-text-input-helper-horizontal-padding","",o.spacing4),helperHorizontalGap:e.extend("--ft-text-input-helper-horizontal-gap","",o.spacing1),helperIconSize:e.extend("--ft-text-input-helper-icon-size","",o.iconSize2),borderRadius:e.extend("--ft-text-input-border-radius","",o.borderRadiusM),backgroundColor:e.extend("--ft-text-input-background-color","",o.colorWhite),contentValueColor:e.extend("--ft-text-input-content-value-color","",a.contentGlobalPrimary),trailingIconColor:e.extend("--ft-text-input-trailing-icon-color","",a.contentGlobalSubtle),labelColor:e.extend("--ft-text-input-label-color","",a.contentGlobalSubtle),defaultBorderColor:e.extend("--ft-text-input-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:e.extend("--ft-text-input-default-helper-text-color","",a.contentGlobalSubtle),defaultBorderWidth:e.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:e.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:e.extend("--ft-text-input-error-border-color","",a.borderErrorPrimary),errorHelperTextColor:e.extend("--ft-text-input-error-helper-text-color","",a.contentErrorPrimary),errorHelperIconColor:e.extend("--ft-text-input-error-helper-icon-color","",a.contentErrorIconOnly),warningBorderWidth:e.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:e.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:e.extend("--ft-text-input-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineOffset:e.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:e.extend("--ft-text-input-disabled-component-opacity","",o.opacity40)};var Vr={backgroundColor:e.extend("--ft-text-area-background-color","",o.colorWhite),contentValueColor:e.extend("--ft-text-area-content-value-color","",a.contentGlobalPrimary),labelColor:e.extend("--ft-text-area-label-color","",a.contentGlobalSubtle),defaultBorderColor:e.extend("--ft-text-area-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:e.extend("--ft-text-area-default-helper-text-color","",a.contentGlobalSubtle),defaultBorderWidth:e.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:e.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:e.extend("--ft-text-area-error-border-color","",a.borderErrorPrimary),errorHelperTextColor:e.extend("--ft-text-area-error-helper-text-color","",a.contentErrorPrimary),errorHelperIconColor:e.extend("--ft-text-area-error-helper-icon-color","",a.contentErrorIconOnly),focusFocusRingColor:e.extend("--ft-text-area-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineWidth:e.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:e.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:e.extend("--ft-text-area-disabled-component-opacity","",o.opacity40),fieldHorizontalLeftPadding:e.extend("--ft-text-area-field-horizontal-left-padding","",o.spacing4),fieldHorizontalGap:e.extend("--ft-text-area-field-horizontal-gap","",o.spacing3),fieldVerticalGap:e.extend("--ft-text-area-field-vertical-gap","",o.spacing05),fieldMinHeight:e.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:e.extend("--ft-text-area-helper-horizontal-padding","",o.spacing4),helperHorizontalGap:e.extend("--ft-text-area-helper-horizontal-gap","",o.spacing1),helperIconSize:e.extend("--ft-text-area-helper-icon-size","",o.iconSize2),borderRadius:e.extend("--ft-text-area-border-radius","",o.borderRadiusM)};var Jr={height:e.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:e.extend("--ft-floating-menu-horizontal-padding","",o.spacing4),offIconColor:e.extend("--ft-floating-menu-off-icon-color","",a.contentGlobalPrimary),offColor:e.extend("--ft-floating-menu-off-color","",a.contentGlobalPrimary),onColor:e.extend("--ft-floating-menu-on-color","",a.contentActionPrimary),onStateLayerColor:e.extend("--ft-floating-menu-on-state-layer-color","",a.contentActionPrimary),gap:e.extend("--ft-floating-menu-gap","",o.spacing3),focusFocusRingColor:e.extend("--ft-floating-menu-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineWidth:e.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:e.extend("--ft-floating-menu-focus-state-layer-opacity","",o.opacity8),hoverStateLayerOpacity:e.extend("--ft-floating-menu-hover-state-layer-opacity","",o.opacity8),activeStateLayerOpacity:e.extend("--ft-floating-menu-active-state-layer-opacity","",o.opacity16),disabledComponentOpacity:e.extend("--ft-floating-menu-disabled-component-opacity","",o.opacity40),iconSize:e.extend("--ft-floating-menu-icon-size","",o.iconSize3),backgroundColor:e.extend("--ft-floating-menu-background-color","",a.backgroundGlobalOnSurface)};var oa={fieldHorizontalPadding:e.extend("--ft-combobox-single-select-field-horizontal-padding","",o.spacing4),fieldHorizontalGap:e.extend("--ft-combobox-single-select-field-horizontal-gap","",o.spacing3),fieldVerticalGap:e.extend("--ft-combobox-single-select-field-vertical-gap","",o.spacing05),fieldIconSize:e.extend("--ft-combobox-single-select-field-icon-size","",o.iconSize3),fieldHeight:e.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:e.extend("--ft-combobox-single-select-helper-horizontal-padding","",o.spacing4),helperHorizontalGap:e.extend("--ft-combobox-single-select-helper-horizontal-gap","",o.spacing1),helperVerticalGap:e.extend("--ft-combobox-single-select-helper-vertical-gap","",o.spacing1),helperIconSize:e.extend("--ft-combobox-single-select-helper-icon-size","",o.iconSize2),menuVerticalGap:e.extend("--ft-combobox-single-select-menu-vertical-gap","",o.spacing2),borderRadius:e.extend("--ft-combobox-single-select-border-radius","",o.borderRadiusM),backgroundColor:e.extend("--ft-combobox-single-select-background-color","",o.colorWhite),labelColor:e.extend("--ft-combobox-single-select-label-color","",a.contentGlobalSubtle),contentValueColor:e.extend("--ft-combobox-single-select-content-value-color","",a.contentGlobalPrimary),trailingIconColor:e.extend("--ft-combobox-single-select-trailing-icon-color","",a.contentGlobalSubtle),defaultBorderColor:e.extend("--ft-combobox-single-select-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:e.extend("--ft-combobox-single-select-default-helper-text-color","",a.contentGlobalSubtle),defaultBorderWidth:e.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:e.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:e.extend("--ft-combobox-single-select-error-border-color","",a.borderErrorPrimary),errorHelperTextColor:e.extend("--ft-combobox-single-select-error-helper-text-color","",a.contentErrorPrimary),warningBorderWidth:e.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:e.extend("--ft-combobox-single-select-warning-border-color","",a.borderWarningPrimary),warningHelperTextColor:e.extend("--ft-combobox-single-select-warning-helper-text-color","",a.contentWarningPrimary),warningHelperIconColor:e.extend("--ft-combobox-single-select-warning-helper-icon-color","",a.contentWarningIconOnly),focusOutlineWidth:e.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:e.extend("--ft-combobox-single-select-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineOffset:e.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:e.extend("--ft-combobox-single-select-disabled-component-opacity","",o.opacity40)};var ca={backgroundColor:e.extend("--ft-combobox-multi-select-background-color","",o.colorWhite),labelColor:e.extend("--ft-combobox-multi-select-label-color","",a.contentGlobalSubtle),trailingIconColor:e.extend("--ft-combobox-multi-select-trailing-icon-color","",a.contentGlobalSubtle),defaultBorderColor:e.extend("--ft-combobox-multi-select-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:e.extend("--ft-combobox-multi-select-default-helper-text-color","",a.contentGlobalSubtle),defaultBorderWidth:e.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:e.extend("--ft-combobox-multi-select-error-border-color","",a.borderErrorPrimary),errorHelperTextColor:e.extend("--ft-combobox-multi-select-error-helper-text-color","",a.contentErrorPrimary),errorHelperIcon:e.extend("--ft-combobox-multi-select-error-helper-icon","",a.contentErrorIconOnly),errorBorderWidth:e.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:e.extend("--ft-combobox-multi-select-warning-border-color","",a.borderWarningPrimary),warningHelperTextColor:e.extend("--ft-combobox-multi-select-warning-helper-text-color","",a.contentWarningPrimary),warningHelperIconColor:e.extend("--ft-combobox-multi-select-warning-helper-icon-color","",a.contentWarningIconOnly),warningBorderWidth:e.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:e.extend("--ft-combobox-multi-select-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineWidth:e.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:e.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:e.extend("--ft-combobox-multi-select-disabled-component-opacity","",o.opacity40),helperHorizontalPadding:e.extend("--ft-combobox-multi-select-helper-horizontal-padding","",o.spacing4),helperHorizontalGap:e.extend("--ft-combobox-multi-select-helper-horizontal-gap","",o.spacing1),helperVerticalGap:e.extend("--ft-combobox-multi-select-helper-vertical-gap","",o.spacing1),helperIconSize:e.extend("--ft-combobox-multi-select-helper-icon-size","",o.iconSize2),fieldHorizontalPadding:e.extend("--ft-combobox-multi-select-field-horizontal-padding","",o.spacing4),fieldHorizontalGap:e.extend("--ft-combobox-multi-select-field-horizontal-gap","",o.spacing3),fieldVerticalGap:e.extend("--ft-combobox-multi-select-field-vertical-gap","",o.spacing05),fieldIconSize:e.extend("--ft-combobox-multi-select-field-icon-size","",o.iconSize3),fieldMaxHeight:e.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:e.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",o.spacing1),contentValuesVerticalGap:e.extend("--ft-combobox-multi-select-content-values-vertical-gap","",o.spacing1),borderRadius:e.extend("--ft-combobox-multi-select-border-radius","",o.borderRadiusM)};var sa={backgroundColor:e.extend("--ft-popover-background-color","",a.backgroundGlobalOnSurface),horizontalPadding:e.extend("--ft-popover-horizontal-padding","",o.spacing6),verticalPadding:e.extend("--ft-popover-vertical-padding","",o.spacing6),iconColor:e.extend("--ft-popover-icon-color","",a.contentGlobalSecondary),iconSize:e.extend("--ft-popover-icon-size","",o.iconSize2),titleColor:e.extend("--ft-popover-title-color","",a.contentGlobalPrimary),bodyColor:e.extend("--ft-popover-body-color","",a.contentGlobalSecondary),linkColor:e.extend("--ft-popover-link-color","",a.contentActionPrimary),gap:e.extend("--ft-popover-gap","",o.spacing3),borderRadius:e.extend("--ft-popover-border-radius","",o.borderRadiusM),shadow:e.extend("--ft-popover-shadow","",o.shadowElevation02)};var ba={topLeftBorderRadius:e.extend("--ft-tabs-top-left-border-radius","",o.borderRadiusS),topRightBorderRadius:e.extend("--ft-tabs-top-right-border-radius","",o.borderRadiusS),labelHorizontalPadding:e.extend("--ft-tabs-label-horizontal-padding","",o.spacing4),labelVerticalPadding:e.extend("--ft-tabs-label-vertical-padding","",o.spacing3),labelGap:e.extend("--ft-tabs-label-gap","",o.spacing1),offHoverStateLayerOpacity:e.extend("--ft-tabs-off-hover-state-layer-opacity","",o.opacity8),offFocusStateLayerOpacity:e.extend("--ft-tabs-off-focus-state-layer-opacity","",o.opacity8),offActiveStateLayerOpacity:e.extend("--ft-tabs-off-active-state-layer-opacity","",o.opacity16),offDisabledComponentOpacity:e.extend("--ft-tabs-off-disabled-component-opacity","",o.opacity40),offColor:e.extend("--ft-tabs-off-color","",a.contentGlobalSubtle),offStateLayerColor:e.extend("--ft-tabs-off-state-layer-color","",a.contentGlobalSubtle),onHoverStateLayerOpacity:e.extend("--ft-tabs-on-hover-state-layer-opacity","",o.opacity8),onFocusStateLayerOpacity:e.extend("--ft-tabs-on-focus-state-layer-opacity","",o.opacity8),onActiveStateLayerOpacity:e.extend("--ft-tabs-on-active-state-layer-opacity","",o.opacity16),onDisabledComponentOpacity:e.extend("--ft-tabs-on-disabled-component-opacity","",o.opacity40),onColor:e.extend("--ft-tabs-on-color","",a.contentActionPrimary),onStateLayerColor:e.extend("--ft-tabs-on-state-layer-color","",a.contentActionPrimary),iconHorizontalPadding:e.extend("--ft-tabs-icon-horizontal-padding","",o.spacing1),iconVerticalPadding:e.extend("--ft-tabs-icon-vertical-padding","",o.spacing4),focusOutlineWidth:e.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:e.extend("--ft-tabs-focus-focus-ring-color","",a.borderActionFocusRing)};var Ca={hoverStateLayerOpacity:e.extend("--ft-collapsible-hover-state-layer-opacity","",o.opacity8),focusStateLayerOpacity:e.extend("--ft-collapsible-focus-state-layer-opacity","",o.opacity8),focusOutlineWidth:e.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:e.extend("--ft-collapsible-focus-focus-ring-color","",a.borderActionFocusRing),activeStateLayerOpacity:e.extend("--ft-collapsible-active-state-layer-opacity","",o.opacity16),disabledComponentOpacity:e.extend("--ft-collapsible-disabled-component-opacity","",o.opacity40),horizontalPadding:e.extend("--ft-collapsible-horizontal-padding","",o.spacing4),verticalPadding:e.extend("--ft-collapsible-vertical-padding","",o.spacing3),color:e.extend("--ft-collapsible-color","",a.contentGlobalPrimary),stateLayerColor:e.extend("--ft-collapsible-state-layer-color","",a.contentGlobalPrimary),backgroundColor:e.extend("--ft-collapsible-background-color","",a.backgroundGlobalOnSurface),borderColor:e.extend("--ft-collapsible-border-color","",a.borderGlobalSubtle),iconSize:e.extend("--ft-collapsible-icon-size","",o.iconSize3)};var La={groupHorizontalPadding:e.extend("--ft-switch-group-horizontal-padding","",o.spacing1),groupVerticalPadding:e.extend("--ft-switch-group-vertical-padding","",o.spacing1),groupGap:e.extend("--ft-switch-group-gap","",o.spacing1),groupBackgroundColor:e.extend("--ft-switch-group-background-color","",a.backgroundGlobalSurface),groupBorderColor:e.extend("--ft-switch-group-border-color","",a.borderGlobalSubtle),groupBorderRadius:e.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:e.extend("--ft-switch-label-horizontal-padding","",o.spacing2),labelVerticalPadding:e.extend("--ft-switch-label-vertical-padding","",o.spacing1),offHoverStateLayerOpacity:e.extend("--ft-switch-off-hover-state-layer-opacity","",o.opacity8),offFocusStateLayerOpacity:e.extend("--ft-switch-off-focus-state-layer-opacity","",o.opacity8),offActiveStateLayerOpacity:e.extend("--ft-switch-off-active-state-layer-opacity","",o.opacity16),offDisabledComponentOpacity:e.extend("--ft-switch-off-disabled-component-opacity","",o.opacity40),offColor:e.extend("--ft-switch-off-color","",a.contentGlobalSubtle),offStateLayerColor:e.extend("--ft-switch-off-state-layer-color","",a.contentGlobalSubtle),onHoverStateLayerOpacity:e.extend("--ft-switch-on-hover-state-layer-opacity","",o.opacity8),onFocusStateLayerOpacity:e.extend("--ft-switch-on-focus-state-layer-opacity","",o.opacity8),onActiveStateLayerOpacity:e.extend("--ft-switch-on-active-state-layer-opacity","",o.opacity16),onDisabledComponentOpacity:e.extend("--ft-switch-on-disabled-component-opacity","",o.opacity40),onColor:e.extend("--ft-switch-on-color","",a.contentActionPrimary),onStateLayerColor:e.extend("--ft-switch-on-state-layer-color","",a.contentActionPrimary),iconHorizontalPadding:e.extend("--ft-switch-icon-horizontal-padding","",o.spacing1),iconVerticalPadding:e.extend("--ft-switch-icon-vertical-padding","",o.spacing1),focusOutlineWidth:e.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:e.extend("--ft-switch-focus-focus-ring-color","",a.borderActionFocusRing),optionBorderRadius:e.extend("--ft-switch-option-border-radius","",o.borderRadiusS)};var Ia={color1Light:e.extend("--ft-chart-1-light","for area color charts",o.colorBrand40),color1Base:e.extend("--ft-chart-1-base","for line charts",o.colorBrand0),color2Light:e.extend("--ft-chart-2-light","for area color charts",o.colorYellow60),color2Base:e.extend("--ft-chart-2-base","for line charts",o.colorYellow100),color3Light:e.extend("--ft-chart-3-light","",o.colorUltramarine40),color3Base:e.extend("--ft-chart-3-base","",o.colorUltramarine70),color4Light:e.extend("--ft-chart-4-light","",o.colorCyan50),color4Base:e.extend("--ft-chart-4-base","",o.colorCyan100),color5Light:e.extend("--ft-chart-5-light","",o.colorRed40),color5Base:e.extend("--ft-chart-5-base","",o.colorRed60),color6Light:e.extend("--ft-chart-6-light","",o.colorGreen40),color6Base:e.extend("--ft-chart-6-base","",o.colorGreen70),color7Light:e.extend("--ft-chart-7-light","",o.colorOrange70),color7Base:e.extend("--ft-chart-7-base","",o.colorOrange100),color8Light:e.extend("--ft-chart-8-light","",o.colorAvocado70),color8Base:e.extend("--ft-chart-8-base","",o.colorAvocado200),color9Light:e.extend("--ft-chart-9-light","",o.colorBrown50),color9Base:e.extend("--ft-chart-9-base","",o.colorBrown200),color10Light:e.extend("--ft-chart-10-light","",o.colorGray50),color10Base:e.extend("--ft-chart-10-base","",o.colorGray80),monochrome10:e.extend("--ft-chart-monochrome-10","",o.colorBrand10),monochrome20:e.extend("--ft-chart-monochrome-20","",o.colorBrand20),monochrome30:e.extend("--ft-chart-monochrome-30","",o.colorBrand40),monochrome40:e.extend("--ft-chart-monochrome-40","",o.colorBrand60),monochrome50:e.extend("--ft-chart-monochrome-50","",o.colorBrand0),monochrome60:e.extend("--ft-chart-monochrome-60","",o.colorBrand200)};var $a={largeHorizontalPadding:e.extend("--ft-chip-large-horizontal-padding","",o.spacing4),largeVerticalPadding:e.extend("--ft-chip-large-vertical-padding","",o.spacing2),largeGap:e.extend("--ft-chip-large-gap","",o.spacing1),largeFocusOutlineOffset:e.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:e.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:e.extend("--ft-chip-large-border-radius","",o.borderRadiusPill),largeBorderWidth:e.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:e.extend("--ft-chip-large-icon-size","",o.iconSize3),mediumHorizontalPadding:e.extend("--ft-chip-medium-horizontal-padding","",o.spacing3),mediumVerticalPadding:e.extend("--ft-chip-medium-vertical-padding","",o.spacing1),mediumGap:e.extend("--ft-chip-medium-gap","",o.spacing1),mediumFocusOutlineOffset:e.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:e.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:e.extend("--ft-chip-medium-border-radius","",o.borderRadiusPill),mediumBorderWidth:e.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:e.extend("--ft-chip-medium-icon-size","",o.iconSize2),smallHorizontalPadding:e.extend("--ft-chip-small-horizontal-padding","",o.spacing2),smallVerticalPadding:e.extend("--ft-chip-small-vertical-padding","",o.spacing05),smallGap:e.extend("--ft-chip-small-gap","",o.spacing1),smallFocusOutlineOffset:e.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:e.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:e.extend("--ft-chip-small-border-radius","",o.borderRadiusPill),smallBorderWidth:e.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:e.extend("--ft-chip-small-icon-size","",o.iconSize1),neutralBackgroundColor:e.extend("--ft-chip-neutral-background-color","",a.backgroundGlobalOnSurface),neutralColor:e.extend("--ft-chip-neutral-color","",a.contentGlobalPrimary),neutralIconColor:e.extend("--ft-chip-neutral-icon-color","",a.contentGlobalPrimary),neutralBorderColor:e.extend("--ft-chip-neutral-border-color","",a.borderGlobalSubtle),infoBackgroundColor:e.extend("--ft-chip-info-background-color","",a.backgroundInfoSubtle),infoColor:e.extend("--ft-chip-info-color","",a.contentInfoPrimary),infoIconColor:e.extend("--ft-chip-info-icon-color","",a.contentInfoIconOnly),infoBorderColor:e.extend("--ft-chip-info-border-color","",a.borderInfoSubtle),successBackgroundColor:e.extend("--ft-chip-success-background-color","",a.backgroundSuccessSubtle),successColor:e.extend("--ft-chip-success-color","",a.contentSuccessPrimary),successIconColor:e.extend("--ft-chip-success-icon-color","",a.contentSuccessIconOnly),successBorderColor:e.extend("--ft-chip-success-border-color","",a.borderSuccessSubtle),warningBackgroundColor:e.extend("--ft-chip-warning-background-color","",a.backgroundWarningSubtle),warningColor:e.extend("--ft-chip-warning-color","",a.contentWarningPrimary),warningIconColor:e.extend("--ft-chip-warning-icon-color","",a.contentWarningIconOnly),warningBorderColor:e.extend("--ft-chip-warning-border-color","",a.borderWarningSubtle),errorBackgroundColor:e.extend("--ft-chip-error-background-color","",a.backgroundErrorSubtle),errorColor:e.extend("--ft-chip-error-color","",a.contentErrorPrimary),errorIconColor:e.extend("--ft-chip-error-icon-color","",a.contentErrorIconOnly),errorBorderColor:e.extend("--ft-chip-error-border-color","",a.borderErrorSubtle)};var ka={infoBorderColor:e.extend("--ft-border-info-border-color","",a.borderInfoSubtle)};var Ma={borderWidth:e.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:e.extend("--ft-notice-horizontal-padding","",o.spacing2),verticalPadding:e.extend("--ft-notice-vertical-padding","",o.spacing1),borderRadius:e.extend("--ft-notice-border-radius","",o.borderRadiusS),gap:e.extend("--ft-notice-gap","",o.spacing2),iconSize:e.extend("--ft-notice-icon-size","",o.iconSize3),infoBackgroundColor:e.extend("--ft-notice-info-background-color","",a.backgroundInfoSubtle),infoBorderColor:e.extend("--ft-notice-info-border-color","",a.borderInfoSubtle),infoColor:e.extend("--ft-notice-info-color","",a.contentInfoPrimary),infoIconColor:e.extend("--ft-notice-info-icon-color","",a.contentInfoIconOnly),warningBackgroundColor:e.extend("--ft-notice-warning-background-color","",a.backgroundWarningSubtle),warningBorderColor:e.extend("--ft-notice-warning-border-color","",a.borderWarningSubtle),warningColor:e.extend("--ft-notice-warning-color","",a.contentWarningPrimary),warningIconColor:e.extend("--ft-notice-warning-icon-color","",a.contentWarningIconOnly),errorBackgroundColor:e.extend("--ft-notice-error-background-color","",a.backgroundErrorSubtle),errorBorderColor:e.extend("--ft-notice-error-border-color","",a.borderErrorSubtle),errorColor:e.extend("--ft-notice-error-color","",a.contentErrorPrimary),errorIconColor:e.extend("--ft-notice-error-icon-color","",a.contentErrorIconOnly),successBackgroundColor:e.extend("--ft-notice-success-background-color","",a.backgroundSuccessSubtle),successBorderColor:e.extend("--ft-notice-success-border-color","",a.borderSuccessSubtle),successColor:e.extend("--ft-notice-success-color","",a.contentSuccessPrimary),successIconColor:e.extend("--ft-notice-success-icon-color","",a.contentSuccessIconOnly)};var Xa={color:e.extend("--ft-checkbox-color","",a.contentGlobalPrimary),checkedBackgroundColor:e.extend("--ft-checkbox-checked-background-color","",a.contentActionPrimary),checkedStateLayerColor:e.extend("--ft-checkbox-checked-state-layer-color","",a.contentActionPrimary),checkedIconColor:e.extend("--ft-checkbox-checked-icon-color","",a.contentGlobalOnColor),checkedHoverStateLayerOpacity:e.extend("--ft-checkbox-checked-hover-state-layer-opacity","",o.opacity16),checkedFocusStateLayerOpacity:e.extend("--ft-checkbox-checked-focus-state-layer-opacity","",o.opacity16),checkedActiveStateLayerOpacity:e.extend("--ft-checkbox-checked-active-state-layer-opacity","",o.opacity24),checkedDisabledComponentOpacity:e.extend("--ft-checkbox-checked-disabled-component-opacity","",o.opacity40),uncheckedBorderColor:e.extend("--ft-checkbox-unchecked-border-color","",o.colorGray80),uncheckedStateLayerColor:e.extend("--ft-checkbox-unchecked-state-layer-color","",o.colorGray80),uncheckedHoverStateLayerOpacity:e.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",o.opacity16),uncheckedFocusStateLayerOpacity:e.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",o.opacity16),uncheckedActiveStateLayerOpacity:e.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",o.opacity24),uncheckedDisabledComponentOpacity:e.extend("--ft-checkbox-unchecked-disabled-component-opacity","",o.opacity40),focusFocusRingColor:e.extend("--ft-checkbox-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineOffset:e.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:e.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:e.extend("--ft-checkbox-gap","",o.spacing3)};var tn={offHoverStateLayerOpacity:e.extend("--ft-toggle-off-hover-state-layer-opacity","",o.opacity16),offFocusStateLayerOpacity:e.extend("--ft-toggle-off-focus-state-layer-opacity","",o.opacity16),offActiveStateLayerOpacity:e.extend("--ft-toggle-off-active-state-layer-opacity","",o.opacity24),offDisabledComponentOpacity:e.extend("--ft-toggle-off-disabled-component-opacity","",o.opacity40),offBackgroundColor:e.extend("--ft-toggle-off-background-color","",a.contentGlobalSubtle),offIconColor:e.extend("--ft-toggle-off-icon-color","",a.contentGlobalSubtle),offStateLayerColor:e.extend("--ft-toggle-off-state-layer-color","",a.contentGlobalSubtle),onHoverStateLayerOpacity:e.extend("--ft-toggle-on-hover-state-layer-opacity","",o.opacity16),onFocusStateLayerOpacity:e.extend("--ft-toggle-on-focus-state-layer-opacity","",o.opacity16),onActiveStateLayerOpacity:e.extend("--ft-toggle-on-active-state-layer-opacity","",o.opacity24),onDisabledComponentOpacity:e.extend("--ft-toggle-on-disabled-component-opacity","",o.opacity40),onBackgroundColor:e.extend("--ft-toggle-on-background-color","",a.contentActionPrimary),onStateLayerColor:e.extend("--ft-toggle-on-state-layer-color","",a.contentActionPrimary),onIconColor:e.extend("--ft-toggle-on-icon-color","",a.contentActionPrimary),color:e.extend("--ft-toggle-color","",a.contentGlobalPrimary),focusFocusRingColor:e.extend("--ft-toggle-focus-focus-ring-color","",a.borderActionFocusRing),gap:e.extend("--ft-toggle-gap","",o.spacing3)};var cn={color:e.extend("--ft-radio-color","",a.contentGlobalPrimary),selectedRadioColor:e.extend("--ft-radio-selected-radio-color","",a.contentActionPrimary),selectedStateLayerColor:e.extend("--ft-radio-selected-state-layer-color","",a.contentActionPrimary),selectedHoverStateLayerOpacity:e.extend("--ft-radio-selected-hover-state-layer-opacity","",o.opacity16),selectedFocusStateLayerOpacity:e.extend("--ft-radio-selected-focus-state-layer-opacity","",o.opacity16),selectedActiveStateLayerOpacity:e.extend("--ft-radio-selected-active-state-layer-opacity","",o.opacity24),selectedDisabledComponentOpacity:e.extend("--ft-radio-selected-disabled-component-opacity","",o.opacity40),unselectedStateLayerColor:e.extend("--ft-radio-unselected-state-layer-color","",a.borderInputPrimary),unselectedBorderColor:e.extend("--ft-radio-unselected-border-color","",a.borderInputPrimary),unselectedHoverStateLayerOpacity:e.extend("--ft-radio-unselected-hover-state-layer-opacity","",o.opacity16),unselectedFocusStateLayerOpacity:e.extend("--ft-radio-unselected-focus-state-layer-opacity","",o.opacity16),unselectedActiveStateLayerOpacity:e.extend("--ft-radio-unselected-active-state-layer-opacity","",o.opacity24),unselectedDisabledComponentOpacity:e.extend("--ft-radio-unselected-disabled-component-opacity","",o.opacity40),focusFocusRingColor:e.extend("--ft-radio-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineOffset:e.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:e.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:e.extend("--ft-radio-gap","",o.spacing3)};var sn={iconSize:e.extend("--ft-notification-icon-size","",o.iconSize4),horizontalPadding:e.extend("--ft-notification-horizontal-padding","",o.spacing4),verticalPadding:e.extend("--ft-notification-vertical-padding","",o.spacing4),infoBackgroundColor:e.extend("--ft-notification-info-background-color","",a.backgroundInfoSubtle),infoColor:e.extend("--ft-notification-info-color","",a.contentInfoPrimary),infoIconColor:e.extend("--ft-notification-info-icon-color","",a.contentInfoIconOnly),infoBorderColor:e.extend("--ft-notification-info-border-color","",a.borderInfoSubtle),successBackgroundColor:e.extend("--ft-notification-success-background-color","",a.backgroundSuccessSubtle),successColor:e.extend("--ft-notification-success-color","",a.contentSuccessPrimary),successIconColor:e.extend("--ft-notification-success-icon-color","",a.contentSuccessIconOnly),successBorderColor:e.extend("--ft-notification-success-border-color","",a.borderSuccessSubtle),warningBackgroundColor:e.extend("--ft-notification-warning-background-color","",a.backgroundWarningSubtle),warningColor:e.extend("--ft-notification-warning-color","",a.contentWarningPrimary),warningIconColor:e.extend("--ft-notification-warning-icon-color","",a.contentWarningIconOnly),warningBorderColor:e.extend("--ft-notification-warning-border-color","",a.borderWarningSubtle),errorBackgroundColor:e.extend("--ft-notification-error-background-color","",a.backgroundErrorSubtle),errorColor:e.extend("--ft-notification-error-color","",a.contentErrorPrimary),errorIconColor:e.extend("--ft-notification-error-icon-color","",a.contentErrorIconOnly),errorBorderColor:e.extend("--ft-notification-error-border-color","",a.borderErrorSubtle),borderRadius:e.extend("--ft-notification-border-radius","",o.borderRadiusPill),borderWidth:e.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:e.extend("--ft-notification-leading-gap","",o.spacing2),trailingGap:e.extend("--ft-notification-trailing-gap","",o.spacing8)};var bn={horizontalPadding:e.extend("--ft-tooltip-horizontal-padding","",o.spacing2),verticalPadding:e.extend("--ft-tooltip-vertical-padding","",o.spacing2),borderRadius:e.extend("--ft-tooltip-border-radius","",o.borderRadiusS),color:e.extend("--ft-tooltip-color","",a.contentGlobalOnColor),backgroundColor:e.extend("--ft-tooltip-background-color","",a.contentGlobalPrimary),backgroundOpacity:e.extend("--ft-tooltip-background-opacity","",o.opacity80),shadow:e.extend("--ft-tooltip-shadow","",o.shadowElevation03),maxWidth:e.create("--ft-tooltip-max-width","","SIZE","256px"),gap:e.extend("--ft-tooltip-gap","",o.spacing05)};var Ce=m(E());function Vt(t){let r=Se[t];return Ce.css`
|
|
136
|
+
.ft-typography--${(0,Ce.unsafeCSS)(t)} {
|
|
137
|
+
font-family: ${r.fontFamily};
|
|
138
|
+
font-size: ${r.fontSize};
|
|
139
|
+
font-weight: ${r.fontWeight};
|
|
140
|
+
letter-spacing: ${r.letterSpacing};
|
|
141
|
+
line-height: ${r.lineHeight};
|
|
142
|
+
text-transform: ${r.textCase};
|
|
143
|
+
}
|
|
144
|
+
`}var Ft=f.FtCssVariableFactory.extend("--ft-typography-font-family","",f.designSystemVariables.titleFont),I=f.FtCssVariableFactory.extend("--ft-typography-font-family","",f.designSystemVariables.contentFont),g={fontFamily:I,fontSize:f.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:f.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:f.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:f.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:f.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},X={fontFamily:f.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Ft),fontSize:f.FtCssVariableFactory.extend("--ft-typography-title-font-size","",g.fontSize,"20px"),fontWeight:f.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",g.fontWeight,"normal"),letterSpacing:f.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",g.letterSpacing,"0.15px"),lineHeight:f.FtCssVariableFactory.extend("--ft-typography-title-line-height","",g.lineHeight,"1.2"),textTransform:f.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",g.textTransform,"inherit")},J={fontFamily:f.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Ft),fontSize:f.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",g.fontSize,"14px"),fontWeight:f.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",g.fontWeight,"normal"),letterSpacing:f.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",g.letterSpacing,"0.105px"),lineHeight:f.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",g.lineHeight,"1.7"),textTransform:f.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",g.textTransform,"inherit")},q={fontFamily:f.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",I),fontSize:f.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",g.fontSize,"16px"),fontWeight:f.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",g.fontWeight,"600"),letterSpacing:f.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",g.letterSpacing,"0.144px"),lineHeight:f.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",g.lineHeight,"1.5"),textTransform:f.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",g.textTransform,"inherit")},Q={fontFamily:f.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",I),fontSize:f.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",g.fontSize,"14px"),fontWeight:f.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",g.fontWeight,"normal"),letterSpacing:f.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",g.letterSpacing,"0.098px"),lineHeight:f.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",g.lineHeight,"1.7"),textTransform:f.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",g.textTransform,"inherit")},ee={fontFamily:f.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",I),fontSize:f.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",g.fontSize,"16px"),fontWeight:f.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",g.fontWeight,"normal"),letterSpacing:f.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",g.letterSpacing,"0.496px"),lineHeight:f.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",g.lineHeight,"1.5"),textTransform:f.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",g.textTransform,"inherit")},te={fontFamily:f.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",I),fontSize:f.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",g.fontSize,"14px"),fontWeight:f.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",g.fontWeight,"normal"),letterSpacing:f.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",g.letterSpacing,"0.252px"),lineHeight:f.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",g.lineHeight,"1.4"),textTransform:f.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",g.textTransform,"inherit")},oe={fontFamily:f.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",I),fontSize:f.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",g.fontSize,"12px"),fontWeight:f.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",g.fontWeight,"normal"),letterSpacing:f.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",g.letterSpacing,"0.396px"),lineHeight:f.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",g.lineHeight,"1.33"),textTransform:f.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",g.textTransform,"inherit")},re={fontFamily:f.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",I),fontSize:f.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",g.fontSize,"10px"),fontWeight:f.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",g.fontWeight,"normal"),letterSpacing:f.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",g.letterSpacing,"0.33px"),lineHeight:f.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",g.lineHeight,"1.6"),textTransform:f.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",g.textTransform,"inherit")},ae={fontFamily:f.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",I),fontSize:f.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",g.fontSize,"10px"),fontWeight:f.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",g.fontWeight,"normal"),letterSpacing:f.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",g.letterSpacing,"1.5px"),lineHeight:f.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",g.lineHeight,"1.6"),textTransform:f.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",g.textTransform,"uppercase")},ne={fontFamily:f.FtCssVariableFactory.extend("--ft-typography-button-font-family","",I),fontSize:f.FtCssVariableFactory.extend("--ft-typography-button-font-size","",g.fontSize,"14px"),fontWeight:f.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",g.fontWeight,"600"),letterSpacing:f.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",g.letterSpacing,"1.246px"),lineHeight:f.FtCssVariableFactory.extend("--ft-typography-button-line-height","",g.lineHeight,"1.15"),textTransform:f.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",g.textTransform,"uppercase")},Yt=R.css`
|
|
145
145
|
.ft-typography--title {
|
|
146
|
-
font-family: ${
|
|
147
|
-
font-size: ${
|
|
148
|
-
font-weight: ${
|
|
149
|
-
letter-spacing: ${
|
|
150
|
-
line-height: ${
|
|
151
|
-
text-transform: ${
|
|
152
|
-
}
|
|
153
|
-
`,
|
|
146
|
+
font-family: ${X.fontFamily};
|
|
147
|
+
font-size: ${X.fontSize};
|
|
148
|
+
font-weight: ${X.fontWeight};
|
|
149
|
+
letter-spacing: ${X.letterSpacing};
|
|
150
|
+
line-height: ${X.lineHeight};
|
|
151
|
+
text-transform: ${X.textTransform};
|
|
152
|
+
}
|
|
153
|
+
`,jt=R.css`
|
|
154
154
|
.ft-typography--title-dense {
|
|
155
|
-
font-family: ${
|
|
156
|
-
font-size: ${
|
|
157
|
-
font-weight: ${
|
|
158
|
-
letter-spacing: ${
|
|
159
|
-
line-height: ${
|
|
160
|
-
text-transform: ${
|
|
161
|
-
}
|
|
162
|
-
`,
|
|
155
|
+
font-family: ${J.fontFamily};
|
|
156
|
+
font-size: ${J.fontSize};
|
|
157
|
+
font-weight: ${J.fontWeight};
|
|
158
|
+
letter-spacing: ${J.letterSpacing};
|
|
159
|
+
line-height: ${J.lineHeight};
|
|
160
|
+
text-transform: ${J.textTransform};
|
|
161
|
+
}
|
|
162
|
+
`,Xt=R.css`
|
|
163
163
|
.ft-typography--subtitle1 {
|
|
164
|
-
font-family: ${
|
|
165
|
-
font-size: ${
|
|
166
|
-
font-weight: ${
|
|
167
|
-
letter-spacing: ${
|
|
168
|
-
line-height: ${
|
|
169
|
-
text-transform: ${
|
|
170
|
-
}
|
|
171
|
-
`,
|
|
164
|
+
font-family: ${q.fontFamily};
|
|
165
|
+
font-size: ${q.fontSize};
|
|
166
|
+
font-weight: ${q.fontWeight};
|
|
167
|
+
letter-spacing: ${q.letterSpacing};
|
|
168
|
+
line-height: ${q.lineHeight};
|
|
169
|
+
text-transform: ${q.textTransform};
|
|
170
|
+
}
|
|
171
|
+
`,Jt=R.css`
|
|
172
172
|
.ft-typography--subtitle2 {
|
|
173
|
-
font-family: ${
|
|
174
|
-
font-size: ${
|
|
175
|
-
font-weight: ${
|
|
176
|
-
letter-spacing: ${
|
|
177
|
-
line-height: ${
|
|
178
|
-
text-transform: ${
|
|
173
|
+
font-family: ${Q.fontFamily};
|
|
174
|
+
font-size: ${Q.fontSize};
|
|
175
|
+
font-weight: ${Q.fontWeight};
|
|
176
|
+
letter-spacing: ${Q.letterSpacing};
|
|
177
|
+
line-height: ${Q.lineHeight};
|
|
178
|
+
text-transform: ${Q.textTransform};
|
|
179
179
|
}
|
|
180
180
|
|
|
181
|
-
|
|
181
|
+
`,qt=R.css`
|
|
182
182
|
.ft-typography--body1 {
|
|
183
|
-
font-family: ${
|
|
184
|
-
font-size: ${
|
|
185
|
-
font-weight: ${
|
|
186
|
-
letter-spacing: ${
|
|
187
|
-
line-height: ${
|
|
188
|
-
text-transform: ${
|
|
189
|
-
}
|
|
190
|
-
`,
|
|
183
|
+
font-family: ${ee.fontFamily};
|
|
184
|
+
font-size: ${ee.fontSize};
|
|
185
|
+
font-weight: ${ee.fontWeight};
|
|
186
|
+
letter-spacing: ${ee.letterSpacing};
|
|
187
|
+
line-height: ${ee.lineHeight};
|
|
188
|
+
text-transform: ${ee.textTransform};
|
|
189
|
+
}
|
|
190
|
+
`,Qt=R.css`
|
|
191
191
|
.ft-typography--body2 {
|
|
192
|
-
font-family: ${
|
|
193
|
-
font-size: ${
|
|
194
|
-
font-weight: ${
|
|
195
|
-
letter-spacing: ${
|
|
196
|
-
line-height: ${
|
|
197
|
-
text-transform: ${
|
|
198
|
-
}
|
|
199
|
-
`,
|
|
192
|
+
font-family: ${te.fontFamily};
|
|
193
|
+
font-size: ${te.fontSize};
|
|
194
|
+
font-weight: ${te.fontWeight};
|
|
195
|
+
letter-spacing: ${te.letterSpacing};
|
|
196
|
+
line-height: ${te.lineHeight};
|
|
197
|
+
text-transform: ${te.textTransform};
|
|
198
|
+
}
|
|
199
|
+
`,eo=R.css`
|
|
200
200
|
.ft-typography--caption {
|
|
201
|
-
font-family: ${
|
|
202
|
-
font-size: ${
|
|
203
|
-
font-weight: ${
|
|
204
|
-
letter-spacing: ${
|
|
205
|
-
line-height: ${
|
|
206
|
-
text-transform: ${
|
|
207
|
-
}
|
|
208
|
-
`,
|
|
201
|
+
font-family: ${oe.fontFamily};
|
|
202
|
+
font-size: ${oe.fontSize};
|
|
203
|
+
font-weight: ${oe.fontWeight};
|
|
204
|
+
letter-spacing: ${oe.letterSpacing};
|
|
205
|
+
line-height: ${oe.lineHeight};
|
|
206
|
+
text-transform: ${oe.textTransform};
|
|
207
|
+
}
|
|
208
|
+
`,to=R.css`
|
|
209
209
|
.ft-typography--breadcrumb {
|
|
210
|
-
font-family: ${
|
|
211
|
-
font-size: ${
|
|
212
|
-
font-weight: ${
|
|
213
|
-
letter-spacing: ${
|
|
214
|
-
line-height: ${
|
|
215
|
-
text-transform: ${
|
|
216
|
-
}
|
|
217
|
-
`,
|
|
210
|
+
font-family: ${re.fontFamily};
|
|
211
|
+
font-size: ${re.fontSize};
|
|
212
|
+
font-weight: ${re.fontWeight};
|
|
213
|
+
letter-spacing: ${re.letterSpacing};
|
|
214
|
+
line-height: ${re.lineHeight};
|
|
215
|
+
text-transform: ${re.textTransform};
|
|
216
|
+
}
|
|
217
|
+
`,oo=R.css`
|
|
218
218
|
.ft-typography--overline {
|
|
219
|
-
font-family: ${
|
|
220
|
-
font-size: ${
|
|
221
|
-
font-weight: ${
|
|
222
|
-
letter-spacing: ${
|
|
223
|
-
line-height: ${
|
|
224
|
-
text-transform: ${
|
|
225
|
-
}
|
|
226
|
-
`,
|
|
219
|
+
font-family: ${ae.fontFamily};
|
|
220
|
+
font-size: ${ae.fontSize};
|
|
221
|
+
font-weight: ${ae.fontWeight};
|
|
222
|
+
letter-spacing: ${ae.letterSpacing};
|
|
223
|
+
line-height: ${ae.lineHeight};
|
|
224
|
+
text-transform: ${ae.textTransform};
|
|
225
|
+
}
|
|
226
|
+
`,ro=R.css`
|
|
227
227
|
.ft-typography--button {
|
|
228
|
-
font-family: ${
|
|
229
|
-
font-size: ${
|
|
230
|
-
font-weight: ${
|
|
231
|
-
letter-spacing: ${
|
|
232
|
-
line-height: ${
|
|
233
|
-
text-transform: ${
|
|
234
|
-
}
|
|
235
|
-
`,
|
|
228
|
+
font-family: ${ne.fontFamily};
|
|
229
|
+
font-size: ${ne.fontSize};
|
|
230
|
+
font-weight: ${ne.fontWeight};
|
|
231
|
+
letter-spacing: ${ne.letterSpacing};
|
|
232
|
+
line-height: ${ne.lineHeight};
|
|
233
|
+
text-transform: ${ne.textTransform};
|
|
234
|
+
}
|
|
235
|
+
`,ao=R.css`
|
|
236
236
|
.ft-typography {
|
|
237
237
|
vertical-align: inherit;
|
|
238
238
|
}
|
|
239
|
-
`,
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
font-size: ${o.fontSize};
|
|
243
|
-
font-weight: ${o.fontWeight};
|
|
244
|
-
letter-spacing: ${o.letterSpacing};
|
|
245
|
-
line-height: ${o.lineHeight};
|
|
246
|
-
text-transform: ${o.textCase};
|
|
247
|
-
}
|
|
248
|
-
`}(t)))];var Ao,Go,jo=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class _o extends o.FtLitElement{constructor(){super(...arguments),this.variant=gt.body1}render(){return this.element?dt`
|
|
249
|
-
<${ft(this.element)}
|
|
239
|
+
`,no=[Object.keys(Se).map(t=>Vt(t))];var io=function(t,r,n,i){var c=arguments.length,p=c<3?r:i===null?i=Object.getOwnPropertyDescriptor(r,n):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")p=Reflect.decorate(t,r,n,i);else for(var s=t.length-1;s>=0;s--)(l=t[s])&&(p=(c<3?l(p):c>3?l(r,n,p):l(r,n))||p);return c>3&&p&&Object.defineProperty(r,n,p),p},B=class extends co.FtLitElement{constructor(){super(...arguments),this.variant=Oe.body1}render(){return this.element?ze`
|
|
240
|
+
<${Ue(this.element)}
|
|
241
|
+
part="text"
|
|
250
242
|
class="ft-typography ft-typography--${this.variant}">
|
|
251
243
|
<slot></slot>
|
|
252
|
-
</${
|
|
253
|
-
`:
|
|
254
|
-
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
255
|
-
`}}
|
|
244
|
+
</${Ue(this.element)}>
|
|
245
|
+
`:ze`
|
|
246
|
+
<slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
|
|
247
|
+
`}};B.styles=[Yt,jt,Xt,Jt,qt,Qt,eo,to,oo,ro,ao,...no];io([(0,_e.property)()],B.prototype,"element",void 0);io([(0,_e.property)()],B.prototype,"variant",void 0);(0,lo.customElement)("ft-typography")(B);var ho=m(N());var se=m(E()),Z=m(F()),yo=m(N()),mo=m(fo());var Ne;(function(t){t.THUMBS_DOWN="",t.THUMBS_DOWN_PLAIN="",t.THUMBS_UP="",t.THUMBS_UP_PLAIN="",t.STAR="",t.STAR_PLAIN="",t.DESKTOP="",t.LIFE_RING="",t.GLOBE="",t.PIGGY_BANK="",t.TABLET_LANDSCAPE="",t.TABLET_PORTRAIT="",t.MOBILE_LANDSCAPE="",t.MOBILE_PORTRAIT="",t.ARROW_RIGHT_TO_LINE="",t.THIN_ARROW_UP="",t.CONTEXTUAL="",t.CHART_SIMPLE="",t.BARS_PROGRESS="",t.LINE_CHART="",t.STACKED_CHART="",t.CHART_BAR_NORMALIZED="",t.BOOK_OPEN_GEAR="",t.BOOK_OPEN_GEAR_SLASH="",t.DIAGRAM_SUNBURST="",t.DIAGRAM_SANKEY="",t.UNSTRUCTURED_DOC="",t.RESET="",t.THIN_ARROW_LEFT="",t.THIN_ARROW_RIGHT="",t.MY_COLLECTIONS="",t.OFFLINE_SETTINGS="",t.MY_LIBRARY="",t.RATE_PLAIN="",t.RATE="",t.FEEDBACK_PLAIN="",t.PAUSE="",t.PLAY="",t.RELATIVES_PLAIN="",t.RELATIVES="",t.SHORTCUT_MENU="",t.PRINT="",t.DEFAULT_ROLES="",t.ACCOUNT_SETTINGS="",t.ONLINE="",t.OFFLINE="",t.UPLOAD="",t.BOOK_PLAIN="",t.SYNC="",t.SHARED_PBK="",t.COLLECTIONS="",t.SEARCH_IN_PUBLICATION="",t.BOOKS="",t.LOCKER="",t.ARROW_DOWN="",t.ARROW_LEFT="",t.ARROW_RIGHT="",t.ARROW_UP="",t.SAVE="",t.MAILS_AND_NOTIFICATIONS="",t.DOT="",t.MINUS="",t.PLUS="",t.FILTERS="",t.STRIPE_ARROW_RIGHT="",t.STRIPE_ARROW_LEFT="",t.ATTACHMENTS="",t.ADD_BOOKMARK="",t.BOOKMARK="",t.EXPORT="",t.MENU="",t.TAG="",t.TAG_PLAIN="",t.COPY_TO_CLIPBOARD="",t.COLUMNS="",t.ARTICLE="",t.CLOSE="",t.OCTAGON_XMARK="",t.CLOSE_PLAIN="",t.CHECK_PLAIN="",t.LOGOUT="",t.SIGN_IN="",t.THIN_ARROW="",t.TRIANGLE_BOTTOM="",t.TRIANGLE_LEFT="",t.TRIANGLE_RIGHT="",t.TRIANGLE_TOP="",t.FACET_HAS_DESCENDANT="",t.MINUS_PLAIN="",t.PLUS_PLAIN="",t.INFO="",t.ICON_EXPAND="",t.ICON_COLLAPSE="",t.ADD_TO_PBK="",t.ALERT="",t.ADD_ALERT="",t.BACK_TO_SEARCH="",t.DOWNLOAD="",t.EDIT="",t.FEEDBACK="",t.MODIFY_PBK="",t.SCHEDULED="",t.SEARCH="",t.SHARE="󨃱",t.TOC="",t.WRITE_UGC="",t.TRASH="",t.EXTLINK="",t.EXTLINK_LIGHT="",t.CALENDAR="",t.BOOK="",t.DOWNLOAD_PLAIN="",t.CHECK="",t.TOPICS="",t.EYE="",t.EYE_SLASH="",t.DISC="",t.CIRCLE="",t.SHARED="",t.SORT_UNSORTED="",t.SORT_UP="",t.SORT_DOWN="",t.WORKING="",t.ZOOM_OUT="",t.ZOOM_IN="",t.ZOOM_REALSIZE="",t.ZOOM_FULLSCREEN="",t.ADMIN_RESTRICTED="",t.ADMIN_THEME="",t.WARNING="",t.CONTEXT="",t.SEARCH_HOME="",t.STEPS="",t.HOME="",t.TRANSLATE="",t.USER="",t.ADMIN="",t.ANALYTICS="",t.ADMIN_KHUB="",t.ADMIN_USERS="",t.ADMIN_INTEGRATION="",t.ADMIN_PORTAL="",t.COMMENT_QUESTION="",t.COMMENT_QUESTION_PLAIN="",t.MESSAGE_BOT="",t.PIP="",t.PIP_WIDE="",t.EXPAND_WIDE="",t.X_MARK="",t.CLONE="",t.CLONE_LINK_SIMPLE="",t.CONSUMER="",t.HOURGLASS_HALF="",t.CLOCK_THREE="",t.CALENDAR_DAY="",t.COMPUTER_MOUSE_MAGNIFYING_GLASS="",t.WAND_MAGIC_SPARKLES="",t.PAPER_PLANE=""})(Ne||(Ne={}));var d;(function(t){t.UNKNOWN="",t.ABW="",t.AUDIO="",t.AVI="",t.CHM="",t.CODE="",t.CSV="",t.DITA="",t.EPUB="",t.EXCEL="",t.FLAC="",t.GIF="",t.GZIP="",t.HTML="",t.IMAGE="",t.JPEG="",t.JSON="",t.M4A="",t.MOV="",t.MP3="",t.MP4="",t.OGG="",t.PDF="",t.PNG="",t.POWERPOINT="",t.RAR="",t.STP="",t.TEXT="",t.VIDEO="",t.WAV="",t.WMA="",t.WORD="",t.XML="",t.YAML="",t.ZIP=""})(d||(d={}));var _i=new Map([...["abw"].map(t=>[t,d.ABW]),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map(t=>[t,d.AUDIO]),...["avi"].map(t=>[t,d.AVI]),...["chm","xhs"].map(t=>[t,d.CHM]),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map(t=>[t,d.CODE]),...["csv"].map(t=>[t,d.CSV]),...["dita","ditamap","ditaval"].map(t=>[t,d.DITA]),...["epub"].map(t=>[t,d.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(t=>[t,d.EXCEL]),...["flac"].map(t=>[t,d.FLAC]),...["gif"].map(t=>[t,d.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(t=>[t,d.GZIP]),...["html","htm","xhtml"].map(t=>[t,d.HTML]),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map(t=>[t,d.IMAGE]),...["jpeg","jpg","jpe"].map(t=>[t,d.JPEG]),...["json"].map(t=>[t,d.JSON]),...["m4a","m4p"].map(t=>[t,d.M4A]),...["mov","qt"].map(t=>[t,d.MOV]),...["mp3"].map(t=>[t,d.MP3]),...["mp4","m4v"].map(t=>[t,d.MP4]),...["ogg","oga"].map(t=>[t,d.OGG]),...["pdf","ps"].map(t=>[t,d.PDF]),...["png"].map(t=>[t,d.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(t=>[t,d.POWERPOINT]),...["rar"].map(t=>[t,d.RAR]),...["stp"].map(t=>[t,d.STP]),...["txt","rtf","md","mdown"].map(t=>[t,d.TEXT]),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map(t=>[t,d.VIDEO]),...["wav"].map(t=>[t,d.WAV]),...["wma"].map(t=>[t,d.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(t=>[t,d.WORD]),...["xml","xsl","rdf"].map(t=>[t,d.XML]),...["yaml","yml","x-yaml"].map(t=>[t,d.YAML]),...["zip"].map(t=>[t,d.ZIP])]);var $i={[d.ABW]:"#91ABC6",[d.AUDIO]:"#1795E3",[d.AVI]:"#E63324",[d.CHM]:"#71C3EB",[d.CODE]:"#71C3EB",[d.CSV]:"#1F7345",[d.DITA]:"#71C3EB",[d.EPUB]:"#85B926",[d.EXCEL]:"#1F7345",[d.FLAC]:"#1795E3",[d.GIF]:"#59B031",[d.GZIP]:"#F8AB36",[d.HTML]:"#71C3EB",[d.IMAGE]:"#59B031",[d.JPEG]:"#59B031",[d.JSON]:"#71C3EB",[d.M4A]:"#1795E3",[d.MOV]:"#E63324",[d.MP3]:"#1795E3",[d.MP4]:"#E63324",[d.OGG]:"#1795E3",[d.PDF]:"#E44948",[d.PNG]:"#59B031",[d.POWERPOINT]:"#B54A2B",[d.RAR]:"#F8AB36",[d.STP]:"#3764B1",[d.TEXT]:"#3162AB",[d.UNKNOWN]:"#999999",[d.VIDEO]:"#E63324",[d.WAV]:"#1795E3",[d.WMA]:"#1795E3",[d.WORD]:"#3162AB",[d.XML]:"#71C3EB",[d.YAML]:"#71C3EB",[d.ZIP]:"#F8AB36"};var so=m(E()),z=m(N()),U={size:z.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:z.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",z.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:z.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",z.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:z.FtCssVariableFactory.extend("--ft-icon-material-font-family","",z.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:z.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},go=so.css`
|
|
256
248
|
:host, i.ft-icon {
|
|
257
249
|
display: inline-flex;
|
|
258
250
|
align-items: center;
|
|
@@ -261,14 +253,14 @@ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},ft=t=>({_$li
|
|
|
261
253
|
}
|
|
262
254
|
|
|
263
255
|
:host {
|
|
264
|
-
width: ${
|
|
265
|
-
height: ${
|
|
256
|
+
width: ${U.size};
|
|
257
|
+
height: ${U.size};
|
|
266
258
|
}
|
|
267
259
|
|
|
268
260
|
i.ft-icon {
|
|
269
261
|
width: 100%;
|
|
270
262
|
height: 100%;
|
|
271
|
-
font-size: ${
|
|
263
|
+
font-size: ${U.size};
|
|
272
264
|
line-height: 1;
|
|
273
265
|
font-weight: normal;
|
|
274
266
|
text-transform: none;
|
|
@@ -279,37 +271,37 @@ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},ft=t=>({_$li
|
|
|
279
271
|
text-rendering: auto;
|
|
280
272
|
-webkit-font-smoothing: antialiased;
|
|
281
273
|
-moz-osx-font-smoothing: grayscale;
|
|
282
|
-
vertical-align: ${
|
|
274
|
+
vertical-align: ${U.verticalAlign};
|
|
283
275
|
}
|
|
284
276
|
|
|
285
277
|
i.ft-icon.ft-icon--fluid-topics {
|
|
286
|
-
font-family: ${
|
|
278
|
+
font-family: ${U.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
|
|
287
279
|
|
|
288
280
|
/* Ugly fix because font is broken */
|
|
289
|
-
font-size: calc(0.75 * ${
|
|
290
|
-
line-height: ${
|
|
281
|
+
font-size: calc(0.75 * ${U.size});
|
|
282
|
+
line-height: ${U.size};
|
|
291
283
|
position: relative;
|
|
292
284
|
top: -4%;
|
|
293
285
|
justify-content: center;
|
|
294
286
|
}
|
|
295
287
|
|
|
296
288
|
.ft-icon--file-format {
|
|
297
|
-
font-family: ${
|
|
289
|
+
font-family: ${U.fileFormatFontFamily}, ft-mime, sans-serif;
|
|
298
290
|
}
|
|
299
291
|
|
|
300
292
|
.ft-icon--material {
|
|
301
|
-
font-family: ${
|
|
293
|
+
font-family: ${U.materialFontFamily}, "Material Icons", sans-serif;
|
|
302
294
|
}
|
|
303
|
-
`;var
|
|
304
|
-
<i class="ft-icon ft-icon--${
|
|
305
|
-
${
|
|
306
|
-
<slot ?hidden=${
|
|
295
|
+
`;var T;(function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"})(T||(T={}));var ve=function(t,r,n,i){var c=arguments.length,p=c<3?r:i===null?i=Object.getOwnPropertyDescriptor(r,n):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")p=Reflect.decorate(t,r,n,i);else for(var s=t.length-1;s>=0;s--)(l=t[s])&&(p=(c<3?l(p):c>3?l(r,n,p):l(r,n))||p);return c>3&&p&&Object.defineProperty(r,n,p),p},L=class extends yo.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=se.nothing}render(){let r=this.variant&&Object.values(T).includes(this.variant)?this.variant:T.fluid_topics,n=r!==T.material||!!this.value;return se.html`
|
|
296
|
+
<i class="ft-icon ft-icon--${r}" part="icon icon-${r}">
|
|
297
|
+
${(0,mo.unsafeHTML)(this.resolvedIcon)}
|
|
298
|
+
<slot ?hidden=${n}></slot>
|
|
307
299
|
</i>
|
|
308
|
-
`}get textContent(){var
|
|
300
|
+
`}get textContent(){var r,n;return(n=(r=this.slottedContent)===null||r===void 0?void 0:r.assignedNodes().map(i=>i.textContent).join("").trim())!==null&&n!==void 0?n:""}update(r){super.update(r),["value","variant"].some(n=>r.has(n))&&this.resolveIcon()}resolveIcon(){var r,n;let i=this.value||this.textContent;switch(this.variant){case T.file_format:this.resolvedIcon=(r=d[i.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:i;break;case T.material:this.resolvedIcon=this.value||se.nothing;break;default:this.resolvedIcon=(n=Ne[i.replace("-","_").toUpperCase()])!==null&&n!==void 0?n:i;break}}firstUpdated(r){super.firstUpdated(r),setTimeout(()=>this.resolveIcon())}};L.elementDefinitions={};L.styles=go;ve([(0,Z.property)()],L.prototype,"variant",void 0);ve([(0,Z.property)()],L.prototype,"value",void 0);ve([(0,Z.state)()],L.prototype,"resolvedIcon",void 0);ve([(0,Z.query)("slot")],L.prototype,"slottedContent",void 0);(0,ho.customElement)("ft-icon")(L);var bo=m(E()),V=m(N()),M={horizontalSpacing:V.FtCssVariableFactory.create("--ft-accordion-toggle-horizontal-spacing","","SIZE","16px"),verticalSpacing:V.FtCssVariableFactory.create("--ft-accordion-toggle-vertical-spacing","","SIZE","16px"),colorOutline:V.FtCssVariableFactory.external(V.designSystemVariables.colorOutline,"Design system"),backgroundColor:V.FtCssVariableFactory.create("--ft-accordion-item-background-color","","COLOR","#FFFFFF")},xo=bo.css`
|
|
309
301
|
.ft-accordion-item {
|
|
310
302
|
display: flex;
|
|
311
303
|
flex-direction: column;
|
|
312
|
-
background-color: ${
|
|
304
|
+
background-color: ${M.backgroundColor};
|
|
313
305
|
}
|
|
314
306
|
|
|
315
307
|
.ft-accordion-item--toggle {
|
|
@@ -319,8 +311,8 @@ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},ft=t=>({_$li
|
|
|
319
311
|
display: flex;
|
|
320
312
|
align-items: center;
|
|
321
313
|
cursor: pointer;
|
|
322
|
-
padding: ${
|
|
323
|
-
gap: calc(${
|
|
314
|
+
padding: ${M.verticalSpacing} ${M.horizontalSpacing};
|
|
315
|
+
gap: calc(${M.horizontalSpacing} / 2);
|
|
324
316
|
outline: none;
|
|
325
317
|
}
|
|
326
318
|
|
|
@@ -345,13 +337,13 @@ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},ft=t=>({_$li
|
|
|
345
337
|
.ft-accordion-item--active .ft-accordion-item--content {
|
|
346
338
|
height: initial;
|
|
347
339
|
overflow: visible;
|
|
348
|
-
padding: ${
|
|
340
|
+
padding: ${M.verticalSpacing} ${M.horizontalSpacing};
|
|
349
341
|
}
|
|
350
342
|
|
|
351
343
|
.ft-accordion-item--separator {
|
|
352
|
-
border-bottom: 1px solid ${
|
|
344
|
+
border-bottom: 1px solid ${M.colorOutline};
|
|
353
345
|
}
|
|
354
|
-
`;var
|
|
346
|
+
`;var Ee=function(t,r,n,i){var c=arguments.length,p=c<3?r:i===null?i=Object.getOwnPropertyDescriptor(r,n):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")p=Reflect.decorate(t,r,n,i);else for(var s=t.length-1;s>=0;s--)(l=t[s])&&(p=(c<3?l(p):c>3?l(r,n,p):l(r,n))||p);return c>3&&p&&Object.defineProperty(r,n,p),p},A=class extends uo.FtLitElement{constructor(){super(...arguments),this.icon="",this.label="",this.active=!1}render(){return ge.html`
|
|
355
347
|
<div class="ft-accordion-item ${this.active?"ft-accordion-item--active":""}">
|
|
356
348
|
<div class="ft-accordion-item--toggle"
|
|
357
349
|
part="toggle"
|
|
@@ -362,13 +354,13 @@ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},ft=t=>({_$li
|
|
|
362
354
|
aria-controls="ft-accordion-item-content"
|
|
363
355
|
aria-expanded="${this.active}">
|
|
364
356
|
<ft-ripple part="toggle-ripple"></ft-ripple>
|
|
365
|
-
${this.icon?
|
|
357
|
+
${this.icon?ge.html`
|
|
366
358
|
<ft-icon .variant=${this.iconVariant} value="${this.icon}"></ft-icon>
|
|
367
359
|
`:null}
|
|
368
|
-
${this.label?
|
|
360
|
+
${this.label?ge.html`
|
|
369
361
|
<ft-typography class="ft-accordion-item--label" variant="body1" part="label">${this.label}
|
|
370
362
|
</ft-typography>
|
|
371
|
-
`:
|
|
363
|
+
`:ge.html`
|
|
372
364
|
<slot class="ft-accordion-item--label" name="toggle" part="label"></slot>
|
|
373
365
|
`}
|
|
374
366
|
<ft-icon variant="material">${this.active?"expand_less":"expand_more"}</ft-icon>
|
|
@@ -381,4 +373,20 @@ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},ft=t=>({_$li
|
|
|
381
373
|
</div>
|
|
382
374
|
<div class="ft-accordion-item--separator" part="separator"></div>
|
|
383
375
|
</div>
|
|
384
|
-
`}update(
|
|
376
|
+
`}update(r){super.update(r),r.has("active")&&this.active&&this.dispatchEvent(new Event("activated",{composed:!0,bubbles:!0}))}onToggleKeyDown(r){(r.key==="Enter"||r.key===" ")&&(r.preventDefault(),this.active=!this.active)}};A.elementDefinitions={"ft-ripple":x,"ft-typography":B,"ft-icon":L};A.styles=xo;Ee([(0,ye.property)()],A.prototype,"icon",void 0);Ee([(0,ye.property)()],A.prototype,"iconVariant",void 0);Ee([(0,ye.property)()],A.prototype,"label",void 0);Ee([(0,ye.property)({type:Boolean,reflect:!0})],A.prototype,"active",void 0);(0,$e.customElement)("ft-accordion")($);(0,$e.customElement)("ft-accordion-item")(A);})();
|
|
377
|
+
/*! Bundled license information:
|
|
378
|
+
|
|
379
|
+
lit-html/lit-html.js:
|
|
380
|
+
(**
|
|
381
|
+
* @license
|
|
382
|
+
* Copyright 2017 Google LLC
|
|
383
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
384
|
+
*)
|
|
385
|
+
|
|
386
|
+
lit-html/static.js:
|
|
387
|
+
(**
|
|
388
|
+
* @license
|
|
389
|
+
* Copyright 2020 Google LLC
|
|
390
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
391
|
+
*)
|
|
392
|
+
*/
|