@fluid-topics/ft-tabs 1.1.70 → 1.1.72
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-tabs.light.js +192 -184
- package/build/ft-tabs.min.js +382 -322
- package/package.json +7 -7
package/build/ft-tabs.light.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";(()=>{var Jr=Object.create;var Ke=Object.defineProperty;var Qr=Object.getOwnPropertyDescriptor;var ta=Object.getOwnPropertyNames;var ea=Object.getPrototypeOf,oa=Object.prototype.hasOwnProperty;var Ct=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports);var ra=(e,o,a,n)=>{if(o&&typeof o=="object"||typeof o=="function")for(let i of ta(o))!oa.call(e,i)&&i!==a&&Ke(e,i,{get:()=>o[i],enumerable:!(n=Qr(o,i))||n.enumerable});return e};var x=(e,o,a)=>(a=e!=null?Jr(ea(e)):{},ra(o||!e||!e.__esModule?Ke(a,"default",{value:e,enumerable:!0}):a,e));var I=Ct((Wa,Ze)=>{Ze.exports=ftGlobals.wcUtils});var k=Ct((Ia,Me)=>{Me.exports=ftGlobals.lit});var yt=Ct((Ta,Fe)=>{Fe.exports=ftGlobals.litDecorators});var Ye=Ct((Pa,je)=>{je.exports=ftGlobals.litRepeat});var me=Ct((za,Xe)=>{Xe.exports=ftGlobals.litClassMap});var hr=Ct((Lc,gr)=>{gr.exports=ftGlobals.litUnsafeHTML});var He=x(I());var Ve=x(I()),te=x(k()),Y=x(yt()),tt=function(e,o,a,n){var i=arguments.length,l=i<3?o:n===null?n=Object.getOwnPropertyDescriptor(o,a):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,a,n);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(i<3?s(l):i>3?s(o,a,l):s(o,a))||l);return i>3&&l&&Object.defineProperty(o,a,l),l},P=class extends Ve.FtLitElement{constructor(){super(...arguments),this.label="",this.icon="",this.active=!1,this.disabled=!1,this.uniqueId=(""+Math.floor(Math.random()*1e5)).padStart(5,"0")}render(){return te.html`
|
|
2
2
|
<style>
|
|
3
3
|
:host {
|
|
4
|
-
display: ${
|
|
4
|
+
display: ${(0,te.unsafeCSS)(this.active?"block":"none")};
|
|
5
5
|
}
|
|
6
6
|
</style>
|
|
7
7
|
<slot></slot>
|
|
8
|
-
`}update(
|
|
8
|
+
`}update(o){super.update(o),this.id||(this.id="tab-"+this.uniqueId),this.ariaLabelledBy=this.id+"-control"}updated(o){super.updated(o),this.dispatchEvent(new Event("updated"))}};P.elementDefinitions={};tt([(0,Y.property)({type:String})],P.prototype,"label",void 0);tt([(0,Y.property)({type:String})],P.prototype,"icon",void 0);tt([(0,Y.property)()],P.prototype,"iconVariant",void 0);tt([(0,Y.property)({type:Boolean,reflect:!0})],P.prototype,"active",void 0);tt([(0,Y.property)({type:Boolean})],P.prototype,"disabled",void 0);tt([(0,Y.property)({reflect:!0})],P.prototype,"id",void 0);tt([(0,Y.property)()],P.prototype,"color",void 0);tt([(0,Y.property)()],P.prototype,"rippleColor",void 0);tt([(0,Y.property)({reflect:!0,attribute:"aria-labelledby"})],P.prototype,"ariaLabelledBy",void 0);var ye=x(k()),M=x(yt()),Yr=x(Ye()),_e=x(me()),Q=x(I());var io=x(I());var ao=x(k()),T=x(yt()),no=x(me()),Gt=x(I());var oo=x(k()),E=x(I()),qe=E.FtCssVariableFactory.extend("--ft-ripple-color","",E.designSystemVariables.colorContent),mt={color:qe,backgroundColor:E.FtCssVariableFactory.extend("--ft-ripple-background-color","",qe),opacityContentOnSurfacePressed:E.FtCssVariableFactory.external(E.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:E.FtCssVariableFactory.external(E.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:E.FtCssVariableFactory.external(E.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:E.FtCssVariableFactory.external(E.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:E.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},Je=E.FtCssVariableFactory.extend("--ft-ripple-color","",E.designSystemVariables.colorPrimary),Qe={color:Je,backgroundColor:E.FtCssVariableFactory.extend("--ft-ripple-background-color","",Je)},to=E.FtCssVariableFactory.extend("--ft-ripple-color","",E.designSystemVariables.colorSecondary),eo={color:to,backgroundColor:E.FtCssVariableFactory.extend("--ft-ripple-background-color","",to)},ro=oo.css`
|
|
9
9
|
:host {
|
|
10
10
|
display: contents;
|
|
11
11
|
}
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
.ft-ripple:not(.ft-ripple--unbounded) {
|
|
20
20
|
overflow: hidden;
|
|
21
|
-
border-radius: ${
|
|
21
|
+
border-radius: ${mt.borderRadius};
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
.ft-ripple .ft-ripple--background,
|
|
@@ -52,27 +52,27 @@
|
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
.ft-ripple .ft-ripple--background {
|
|
55
|
-
background-color: ${
|
|
55
|
+
background-color: ${mt.backgroundColor};
|
|
56
56
|
}
|
|
57
57
|
|
|
58
58
|
.ft-ripple .ft-ripple--effect {
|
|
59
|
-
background-color: ${
|
|
59
|
+
background-color: ${mt.color};
|
|
60
60
|
}
|
|
61
61
|
|
|
62
62
|
.ft-ripple.ft-ripple--secondary .ft-ripple--background {
|
|
63
|
-
background-color: ${
|
|
63
|
+
background-color: ${eo.backgroundColor};
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
.ft-ripple.ft-ripple--secondary .ft-ripple--effect {
|
|
67
|
-
background-color: ${
|
|
67
|
+
background-color: ${eo.color};
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
.ft-ripple.ft-ripple--primary .ft-ripple--background {
|
|
71
|
-
background-color: ${
|
|
71
|
+
background-color: ${Qe.backgroundColor};
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
.ft-ripple.ft-ripple--primary .ft-ripple--effect {
|
|
75
|
-
background-color: ${
|
|
75
|
+
background-color: ${Qe.color};
|
|
76
76
|
}
|
|
77
77
|
|
|
78
78
|
.ft-ripple .ft-ripple--background {
|
|
@@ -102,156 +102,148 @@
|
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
.ft-ripple.ft-ripple--hovered .ft-ripple--background {
|
|
105
|
-
opacity: ${
|
|
105
|
+
opacity: ${mt.opacityContentOnSurfaceHover};
|
|
106
106
|
}
|
|
107
107
|
|
|
108
108
|
.ft-ripple.ft-ripple--selected .ft-ripple--background {
|
|
109
|
-
opacity: ${
|
|
109
|
+
opacity: ${mt.opacityContentOnSurfaceSelected};
|
|
110
110
|
}
|
|
111
111
|
|
|
112
112
|
.ft-ripple.ft-ripple--focused .ft-ripple--background {
|
|
113
|
-
opacity: ${
|
|
113
|
+
opacity: ${mt.opacityContentOnSurfaceFocused};
|
|
114
114
|
}
|
|
115
115
|
|
|
116
116
|
.ft-ripple.ft-ripple--pressed .ft-ripple--effect {
|
|
117
|
-
opacity: ${
|
|
117
|
+
opacity: ${mt.opacityContentOnSurfacePressed};
|
|
118
118
|
transform: translate(-50%, -50%) scale(1);
|
|
119
119
|
}
|
|
120
|
-
`;var
|
|
120
|
+
`;var _=function(e,o,a,n){var i=arguments.length,l=i<3?o:n===null?n=Object.getOwnPropertyDescriptor(o,a):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,a,n);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(i<3?s(l):i>3?s(o,a,l):s(o,a))||l);return i>3&&l&&Object.defineProperty(o,a,l),l},v=class extends Gt.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 Gt.Debouncer(1e3),this.onTransitionStart=o=>{o.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=o=>{o.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new Gt.Debouncer(10),this.moveRipple=o=>{var a,n;let{x:i,y:l}=this.getCoordinates(o),s=(n=(a=this.ripple)===null||a===void 0?void 0:a.getBoundingClientRect())!==null&&n!==void 0?n:{x:0,y:0,width:0,height:0};this.originX=Math.round(i!=null?i-s.x:s.width/2),this.originY=Math.round(l!=null?l-s.y:s.height/2)},this.startPress=o=>{this.moveRipple(o),this.pressed=!this.isIgnored(o)},this.endPress=()=>{this.pressed=!1},this.startHover=o=>{this.hovered=!this.isIgnored(o)},this.endHover=()=>{this.hovered=!1},this.startFocus=o=>{this.focused=this.isFocusVisible(o?.target)&&!this.isIgnored(o)},this.endFocus=()=>{this.focused=!1}}render(){let o={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return ao.html`
|
|
121
121
|
<style>
|
|
122
122
|
.ft-ripple .ft-ripple--effect {
|
|
123
123
|
left: ${this.originX}px;
|
|
124
124
|
top: ${this.originY}px;
|
|
125
125
|
}
|
|
126
126
|
</style>
|
|
127
|
-
<div class="${
|
|
127
|
+
<div class="${(0,no.classMap)(o)}">
|
|
128
128
|
<div class="ft-ripple--background"></div>
|
|
129
129
|
<div class="ft-ripple--effect"></div>
|
|
130
130
|
</div>
|
|
131
|
-
`}contentAvailableCallback(
|
|
132
|
-
|
|
133
|
-
* @license
|
|
134
|
-
* Copyright 2017 Google LLC
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},ft=t=>({_$litStatic$:t,r:ct}),st=new Map,dt=(t=>(o,...e)=>{const r=e.length;let a,i;const n=[],l=[];let c,p=0,f=!1;for(;p<r;){for(c=o[p];p<r&&void 0!==(i=e[p],a=pt(i));)c+=a+o[++p],f=!0;p!==r&&l.push(i),n.push(c),p++}if(p===r&&n.push(o[r]),f){const t=n.join("$$lit$$");void 0===(o=st.get(t))&&(n.raw=n,st.set(t,o=n)),e=l}return t(o,...e)})(T);var ht;!function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button",t.display="display",t.title1="title-1",t.title2="title-2",t.title3="title-3",t.body1regular="body-1-regular",t.body1medium="body-1-medium",t.body1semibold="body-1-semibold",t.body2regular="body-2-regular",t.body2medium="body-2-medium",t.body2semibold="body-2-semibold",t.label1medium="label-1-medium",t.label1semibold="label-1-semibold",t.label1bold="label-1-bold",t.label2medium="label-2-medium",t.label2semibold="label-2-semibold",t.label2bold="label-2-bold",t.caption1medium="caption-1-medium",t.caption1semibold="caption-1-semibold",t.caption1bold="caption-1-bold",t.caption2medium="caption-2-medium",t.caption2semibold="caption-2-semibold",t.caption2bold="caption-2-bold"}(ht||(ht={}));const gt=t=>"string"==typeof t?e.unsafeCSS(t):t;class yt{static create(t,o,r,a){const i=t=>gt(null!=t?t:a),n=e.css`var(${gt(t)}, ${i(a)})`;return n.name=t,n.description=o,n.category=r,n.defaultValue=a,n.defaultCssValue=i,n.get=o=>e.css`var(${gt(t)}, ${i(o)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>a,n}static extend(t,o,r,a){const i=t=>r.get(null!=t?t:a),n=e.css`var(${gt(t)}, ${i(a)})`;return n.name=t,n.description=o,n.category=r.category,n.fallbackVariable=r,n.defaultValue=a,n.defaultCssValue=i,n.get=o=>e.css`var(${gt(t)}, ${i(o)})`,n.breadcrumb=()=>[r.name,...r.breadcrumb()],n.lastResortDefaultValue=()=>null!=a?a:r.lastResortDefaultValue(),n}static external(t,o){const r=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):gt(null!=o?o:t.lastResortDefaultValue()),a=e.css`var(${gt(t.name)}, ${r(t.defaultValue)})`;return a.name=t.name,a.category=t.category,a.fallbackVariable=t.fallbackVariable,a.defaultValue=t.defaultValue,a.context=o,a.defaultCssValue=r,a.get=o=>e.css`var(${gt(t.name)}, ${r(o)})`,a.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],a.lastResortDefaultValue=()=>t.lastResortDefaultValue(),a}}const bt={colorWhite:yt.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:yt.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:yt.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:yt.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:yt.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:yt.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:yt.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:yt.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:yt.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:yt.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:yt.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:yt.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:yt.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:yt.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:yt.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:yt.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:yt.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:yt.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:yt.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:yt.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:yt.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:yt.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:yt.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:yt.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:yt.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:yt.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:yt.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:yt.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:yt.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:yt.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:yt.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:yt.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:yt.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:yt.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:yt.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:yt.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:yt.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:yt.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:yt.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:yt.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:yt.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:yt.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:yt.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:yt.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:yt.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:yt.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:yt.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:yt.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:yt.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:yt.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:yt.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:yt.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:yt.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:yt.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:yt.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:yt.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:yt.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:yt.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:yt.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:yt.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:yt.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:yt.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:yt.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:yt.create("--ft-color-orange-0","","COLOR","#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)")},ut={display:{fontFamily:yt.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:yt.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:yt.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:yt.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:yt.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:yt.create("--ft-typography-title-1-fontSize","","SIZE","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")}},mt={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","",mt.backgroundActionPrimary),yt.extend("--ft-button-primary-color","",mt.contentGlobalOnColor),yt.extend("--ft-button-primary-icon-color","",mt.contentGlobalOnColor),yt.extend("--ft-button-primary-state-layer-color","",mt.contentGlobalOnColor),yt.extend("--ft-button-primary-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","",mt.borderActionFocusRing),yt.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),yt.extend("--ft-button-tertiary-color","",mt.contentActionPrimary),yt.extend("--ft-button-tertiary-icon-color","",mt.contentActionPrimary),yt.extend("--ft-button-tertiary-state-layer-color","",mt.contentActionPrimary),yt.extend("--ft-button-tertiary-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","",mt.contentActionPrimary),yt.extend("--ft-button-secondary-icon-color","",mt.contentActionPrimary),yt.extend("--ft-button-secondary-state-layer-color","",mt.contentActionPrimary),yt.extend("--ft-button-secondary-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","",mt.borderActionPrimary),yt.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),yt.extend("--ft-button-neutral-icon-color","",mt.contentGlobalSecondary),yt.extend("--ft-button-neutral-color","",mt.contentGlobalSecondary),yt.extend("--ft-button-neutral-state-layer-color","",mt.contentGlobalSecondary),yt.extend("--ft-button-neutral-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","",mt.backgroundInfoSubtle),yt.extend("--ft-banner-info-color","",mt.contentInfoPrimary),yt.extend("--ft-banner-info-icon-color","",mt.contentInfoIconOnly),yt.extend("--ft-breadcrumb-horizontal-gap","",bt.spacing1),yt.extend("--ft-breadcrumb-vertical-gap","",bt.spacing2),yt.extend("--ft-breadcrumb-current-element-color","",mt.contentGlobalPrimary),yt.extend("--ft-breadcrumb-icon-color","",mt.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","",mt.borderGlobalSubtle),yt.extend("--ft-page-header-title-color","",mt.contentGlobalPrimary),yt.extend("--ft-page-header-subtitle-color","",mt.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","",mt.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","",mt.backgroundGlobalOnSurface),yt.extend("--ft-modal-header-border-color","",mt.borderGlobalSubtle),yt.extend("--ft-modal-header-color","",mt.contentGlobalPrimary),yt.extend("--ft-modal-header-trailing-icon-color","",mt.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","",mt.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","",mt.backgroundGlobalOnSurface),yt.extend("--ft-drawer-header-border-color","",mt.borderGlobalSubtle),yt.extend("--ft-drawer-header-color","",mt.contentGlobalPrimary),yt.extend("--ft-drawer-header-trailing-icon-color","",mt.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","",mt.backgroundGlobalOnSurface),yt.extend("--ft-drawer-buttons-bar-border-color","",mt.borderGlobalSubtle),yt.extend("--ft-drawer-buttons-bar-color","",mt.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","",mt.contentGlobalPrimary),yt.extend("--ft-text-input-trailing-icon-color","",mt.contentGlobalSubtle),yt.extend("--ft-text-input-label-color","",mt.contentGlobalSubtle),yt.extend("--ft-text-input-default-border-color","",mt.borderInputPrimary),yt.extend("--ft-text-input-default-helper-text-color","",mt.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","",mt.borderErrorPrimary),yt.extend("--ft-text-input-error-helper-text-color","",mt.contentErrorPrimary),yt.extend("--ft-text-input-error-helper-icon-color","",mt.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","",mt.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","",mt.contentGlobalPrimary),yt.extend("--ft-text-area-label-color","",mt.contentGlobalSubtle),yt.extend("--ft-text-area-default-border-color","",mt.borderInputPrimary),yt.extend("--ft-text-area-default-helper-text-color","",mt.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","",mt.borderErrorPrimary),yt.extend("--ft-text-area-error-helper-text-color","",mt.contentErrorPrimary),yt.extend("--ft-text-area-error-helper-icon-color","",mt.contentErrorIconOnly),yt.extend("--ft-text-area-focus-focus-ring-color","",mt.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","",mt.contentGlobalPrimary),yt.extend("--ft-floating-menu-off-color","",mt.contentGlobalPrimary),yt.extend("--ft-floating-menu-on-color","",mt.contentActionPrimary),yt.extend("--ft-floating-menu-on-state-layer-color","",mt.contentActionPrimary),yt.extend("--ft-floating-menu-gap","",bt.spacing3),yt.extend("--ft-floating-menu-focus-focus-ring-color","",mt.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","",mt.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","",mt.contentGlobalSubtle),yt.extend("--ft-combobox-single-select-content-value-color","",mt.contentGlobalPrimary),yt.extend("--ft-combobox-single-select-trailing-icon-color","",mt.contentGlobalSubtle),yt.extend("--ft-combobox-single-select-default-border-color","",mt.borderInputPrimary),yt.extend("--ft-combobox-single-select-default-helper-text-color","",mt.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","",mt.borderErrorPrimary),yt.extend("--ft-combobox-single-select-error-helper-text-color","",mt.contentErrorPrimary),yt.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),yt.extend("--ft-combobox-single-select-warning-border-color","",mt.borderWarningPrimary),yt.extend("--ft-combobox-single-select-warning-helper-text-color","",mt.contentWarningPrimary),yt.extend("--ft-combobox-single-select-warning-helper-icon-color","",mt.contentWarningIconOnly),yt.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),yt.extend("--ft-combobox-single-select-focus-focus-ring-color","",mt.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","",mt.contentGlobalSubtle),yt.extend("--ft-combobox-multi-select-trailing-icon-color","",mt.contentGlobalSubtle),yt.extend("--ft-combobox-multi-select-default-border-color","",mt.borderInputPrimary),yt.extend("--ft-combobox-multi-select-default-helper-text-color","",mt.contentGlobalSubtle),yt.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),yt.extend("--ft-combobox-multi-select-error-border-color","",mt.borderErrorPrimary),yt.extend("--ft-combobox-multi-select-error-helper-text-color","",mt.contentErrorPrimary),yt.extend("--ft-combobox-multi-select-error-helper-icon","",mt.contentErrorIconOnly),yt.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),yt.extend("--ft-combobox-multi-select-warning-border-color","",mt.borderWarningPrimary),yt.extend("--ft-combobox-multi-select-warning-helper-text-color","",mt.contentWarningPrimary),yt.extend("--ft-combobox-multi-select-warning-helper-icon-color","",mt.contentWarningIconOnly),yt.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),yt.extend("--ft-combobox-multi-select-focus-focus-ring-color","",mt.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","",mt.backgroundGlobalOnSurface),yt.extend("--ft-popover-horizontal-padding","",bt.spacing6),yt.extend("--ft-popover-vertical-padding","",bt.spacing6),yt.extend("--ft-popover-icon-color","",mt.contentGlobalSecondary),yt.extend("--ft-popover-icon-size","",bt.iconSize2),yt.extend("--ft-popover-title-color","",mt.contentGlobalPrimary),yt.extend("--ft-popover-body-color","",mt.contentGlobalSecondary),yt.extend("--ft-popover-link-color","",mt.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","",mt.contentGlobalSubtle),yt.extend("--ft-tabs-off-state-layer-color","",mt.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","",mt.contentActionPrimary),yt.extend("--ft-tabs-on-state-layer-color","",mt.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","",mt.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","",mt.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","",mt.contentGlobalPrimary),yt.extend("--ft-collapsible-state-layer-color","",mt.contentGlobalPrimary),yt.extend("--ft-collapsible-background-color","",mt.backgroundGlobalOnSurface),yt.extend("--ft-collapsible-border-color","",mt.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","",mt.backgroundGlobalSurface),yt.extend("--ft-switch-group-border-color","",mt.borderGlobalSubtle),yt.create("--ft-switch-group-border-radius","","SIZE","6px"),yt.extend("--ft-switch-label-horizontal-padding","",bt.spacing2),yt.extend("--ft-switch-label-vertical-padding","",bt.spacing1),yt.extend("--ft-switch-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","",mt.contentGlobalSubtle),yt.extend("--ft-switch-off-state-layer-color","",mt.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","",mt.contentActionPrimary),yt.extend("--ft-switch-on-state-layer-color","",mt.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","",mt.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","",mt.backgroundGlobalOnSurface),yt.extend("--ft-chip-neutral-color","",mt.contentGlobalPrimary),yt.extend("--ft-chip-neutral-icon-color","",mt.contentGlobalPrimary),yt.extend("--ft-chip-neutral-border-color","",mt.borderGlobalSubtle),yt.extend("--ft-chip-info-background-color","",mt.backgroundInfoSubtle),yt.extend("--ft-chip-info-color","",mt.contentInfoPrimary),yt.extend("--ft-chip-info-icon-color","",mt.contentInfoIconOnly),yt.extend("--ft-chip-info-border-color","",mt.borderInfoSubtle),yt.extend("--ft-chip-success-background-color","",mt.backgroundSuccessSubtle),yt.extend("--ft-chip-success-color","",mt.contentSuccessPrimary),yt.extend("--ft-chip-success-icon-color","",mt.contentSuccessIconOnly),yt.extend("--ft-chip-success-border-color","",mt.borderSuccessSubtle),yt.extend("--ft-chip-warning-background-color","",mt.backgroundWarningSubtle),yt.extend("--ft-chip-warning-color","",mt.contentWarningPrimary),yt.extend("--ft-chip-warning-icon-color","",mt.contentWarningIconOnly),yt.extend("--ft-chip-warning-border-color","",mt.borderWarningSubtle),yt.extend("--ft-chip-error-background-color","",mt.backgroundErrorSubtle),yt.extend("--ft-chip-error-color","",mt.contentErrorPrimary),yt.extend("--ft-chip-error-icon-color","",mt.contentErrorIconOnly),yt.extend("--ft-chip-error-border-color","",mt.borderErrorSubtle),yt.extend("--ft-border-info-border-color","",mt.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","",mt.backgroundInfoSubtle),yt.extend("--ft-notice-info-border-color","",mt.borderInfoSubtle),yt.extend("--ft-notice-info-color","",mt.contentInfoPrimary),yt.extend("--ft-notice-info-icon-color","",mt.contentInfoIconOnly),yt.extend("--ft-notice-warning-background-color","",mt.backgroundWarningSubtle),yt.extend("--ft-notice-warning-border-color","",mt.borderWarningSubtle),yt.extend("--ft-notice-warning-color","",mt.contentWarningPrimary),yt.extend("--ft-notice-warning-icon-color","",mt.contentWarningIconOnly),yt.extend("--ft-notice-error-background-color","",mt.backgroundErrorSubtle),yt.extend("--ft-notice-error-border-color","",mt.borderErrorSubtle),yt.extend("--ft-notice-error-color","",mt.contentErrorPrimary),yt.extend("--ft-notice-error-icon-color","",mt.contentErrorIconOnly),yt.extend("--ft-notice-success-background-color","",mt.backgroundSuccessSubtle),yt.extend("--ft-notice-success-border-color","",mt.borderSuccessSubtle),yt.extend("--ft-notice-success-color","",mt.contentSuccessPrimary),yt.extend("--ft-notice-success-icon-color","",mt.contentSuccessIconOnly),yt.extend("--ft-checkbox-color","",mt.contentGlobalPrimary),yt.extend("--ft-checkbox-checked-background-color","",mt.contentActionPrimary),yt.extend("--ft-checkbox-checked-state-layer-color","",mt.contentActionPrimary),yt.extend("--ft-checkbox-checked-icon-color","",mt.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","",mt.borderActionFocusRing),yt.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),yt.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),yt.extend("--ft-checkbox-gap","",bt.spacing3),yt.extend("--ft-toggle-off-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","",mt.contentGlobalSubtle),yt.extend("--ft-toggle-off-icon-color","",mt.contentGlobalSubtle),yt.extend("--ft-toggle-off-state-layer-color","",mt.contentGlobalSubtle),yt.extend("--ft-toggle-on-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","",mt.contentActionPrimary),yt.extend("--ft-toggle-on-state-layer-color","",mt.contentActionPrimary),yt.extend("--ft-toggle-on-icon-color","",mt.contentActionPrimary),yt.extend("--ft-toggle-color","",mt.contentGlobalPrimary),yt.extend("--ft-toggle-focus-focus-ring-color","",mt.borderActionFocusRing),yt.extend("--ft-toggle-gap","",bt.spacing3),yt.extend("--ft-radio-color","",mt.contentGlobalPrimary),yt.extend("--ft-radio-selected-radio-color","",mt.contentActionPrimary),yt.extend("--ft-radio-selected-state-layer-color","",mt.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","",mt.borderInputPrimary),yt.extend("--ft-radio-unselected-border-color","",mt.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","",mt.borderActionFocusRing),yt.create("--ft-radio-focus-outline-offset","","SIZE","3px"),yt.create("--ft-radio-focus-outline-width","","SIZE","2px"),yt.extend("--ft-radio-gap","",bt.spacing3),yt.extend("--ft-notification-icon-size","",bt.iconSize4),yt.extend("--ft-notification-horizontal-padding","",bt.spacing4),yt.extend("--ft-notification-vertical-padding","",bt.spacing4),yt.extend("--ft-notification-info-background-color","",mt.backgroundInfoSubtle),yt.extend("--ft-notification-info-color","",mt.contentInfoPrimary),yt.extend("--ft-notification-info-icon-color","",mt.contentInfoIconOnly),yt.extend("--ft-notification-info-border-color","",mt.borderInfoSubtle),yt.extend("--ft-notification-success-background-color","",mt.backgroundSuccessSubtle),yt.extend("--ft-notification-success-color","",mt.contentSuccessPrimary),yt.extend("--ft-notification-success-icon-color","",mt.contentSuccessIconOnly),yt.extend("--ft-notification-success-border-color","",mt.borderSuccessSubtle),yt.extend("--ft-notification-warning-background-color","",mt.backgroundWarningSubtle),yt.extend("--ft-notification-warning-color","",mt.contentWarningPrimary),yt.extend("--ft-notification-warning-icon-color","",mt.contentWarningIconOnly),yt.extend("--ft-notification-warning-border-color","",mt.borderWarningSubtle),yt.extend("--ft-notification-error-background-color","",mt.backgroundErrorSubtle),yt.extend("--ft-notification-error-color","",mt.contentErrorPrimary),yt.extend("--ft-notification-error-icon-color","",mt.contentErrorIconOnly),yt.extend("--ft-notification-error-border-color","",mt.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","",mt.contentGlobalOnColor),yt.extend("--ft-tooltip-background-color","",mt.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")},vt=o.FtCssVariableFactory.extend("--ft-typography-title-font-family","",xt),St=o.FtCssVariableFactory.extend("--ft-typography-title-font-size","",Nt.fontSize,"20px"),wt=o.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",Nt.fontWeight,"normal"),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"),$t=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",Nt.fontWeight,"normal"),Rt=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"),Zt=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"),Dt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",Nt.letterSpacing,"0.144px"),Ft=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",Nt.lineHeight,"1.5"),Bt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",Nt.textTransform,"inherit"),At=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",Ot),Ht=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",Nt.fontSize,"14px"),Gt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",Nt.fontWeight,"normal"),jt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",Nt.letterSpacing,"0.098px"),Mt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",Nt.lineHeight,"1.7"),Tt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",Nt.textTransform,"inherit"),Pt=o.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",Ot),Yt=o.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",Nt.fontSize,"16px"),_t=o.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",Nt.fontWeight,"normal"),Vt=o.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",Nt.letterSpacing,"0.496px"),Xt=o.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",Nt.lineHeight,"1.5"),qt=o.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",Nt.textTransform,"inherit"),Jt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",Ot),Qt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",Nt.fontSize,"14px"),to=o.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",Nt.fontWeight,"normal"),oo=o.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",Nt.letterSpacing,"0.252px"),eo=o.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",Nt.lineHeight,"1.4"),ro=o.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",Nt.textTransform,"inherit"),ao=o.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",Ot),io=o.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",Nt.fontSize,"12px"),no=o.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",Nt.fontWeight,"normal"),lo=o.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",Nt.letterSpacing,"0.396px"),co=o.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",Nt.lineHeight,"1.33"),po=o.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",Nt.textTransform,"inherit"),fo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",Ot),so=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",Nt.fontSize,"10px"),ho=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",Nt.fontWeight,"normal"),go=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",Nt.letterSpacing,"0.33px"),yo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",Nt.lineHeight,"1.6"),bo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",Nt.textTransform,"inherit"),uo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",Ot),mo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",Nt.fontSize,"10px"),xo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",Nt.fontWeight,"normal"),Oo=o.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",Nt.letterSpacing,"1.5px"),No=o.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",Nt.lineHeight,"1.6"),vo=o.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",Nt.textTransform,"uppercase"),So=o.FtCssVariableFactory.extend("--ft-typography-button-font-family","",Ot),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`
|
|
131
|
+
`}contentAvailableCallback(o){super.contentAvailableCallback(o),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(o){var a,n;super.update(o),o.has("disabled")&&(this.disabled?(this.endRipple(),(a=this.target)===null||a===void 0||a.removeAttribute("data-is-ft-ripple-target")):(n=this.target)===null||n===void 0||n.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var o,a;let n=(o=this.shadowRoot)===null||o===void 0?void 0:o.host.parentElement;n&&this.setupFor((a=this.target)!==null&&a!==void 0?a:n)}setupFor(o){if(this.setupDebouncer.cancel(),this.target===o)return;this.onDisconnect&&this.onDisconnect(),this.target=o,o.setAttribute("data-is-ft-ripple-target","true");let a=(...p)=>d=>{p.forEach(f=>window.addEventListener(f,this.endPress,{once:!0})),this.startPress(d)},n=a("mouseup","contextmenu"),i=a("touchend","touchcancel"),l=p=>{["Enter"," "].includes(p.key)&&a("keyup")(p)},s={passive:!0};o.addEventListener("mouseover",this.startHover,s),o.addEventListener("mousemove",this.moveRipple,s),o.addEventListener("mouseleave",this.endHover,s),o.addEventListener("mousedown",n,s),o.addEventListener("touchstart",i,s),o.addEventListener("touchmove",this.moveRipple,s),o.addEventListener("keydown",l,s),o.addEventListener("focus",this.startFocus,s),o.addEventListener("blur",this.endFocus,s),o.addEventListener("focusin",this.startFocus,s),o.addEventListener("focusout",this.endFocus,s),this.onDisconnect=()=>{o.removeAttribute("data-is-ft-ripple-target"),o.removeEventListener("mouseover",this.startHover,s),o.removeEventListener("mousemove",this.moveRipple,s),o.removeEventListener("mouseleave",this.endHover,s),o.removeEventListener("mousedown",n,s),o.removeEventListener("touchstart",i,s),o.removeEventListener("touchmove",this.moveRipple,s),o.removeEventListener("keydown",l,s),o.removeEventListener("focus",this.startFocus,s),o.removeEventListener("blur",this.endFocus,s),o.removeEventListener("focusin",this.startFocus,s),o.removeEventListener("focusout",this.endFocus,s),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(o){let a=o,n=o,i,l;return a.x!=null?{x:i,y:l}=a:n.touches!=null&&(i=n.touches[0].clientX,l=n.touches[0].clientY),{x:i,y:l}}isFocusVisible(o){return o instanceof HTMLElement?o.matches(":focus-visible"):!0}isIgnored(o){if(this.disabled)return!0;if(o!=null)for(let a of o.composedPath()){if(a===this.target)break;if("hasAttribute"in a&&a.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};v.elementDefinitions={};v.styles=ro;_([(0,T.property)({type:Boolean})],v.prototype,"primary",void 0);_([(0,T.property)({type:Boolean})],v.prototype,"secondary",void 0);_([(0,T.property)({type:Boolean})],v.prototype,"unbounded",void 0);_([(0,T.property)({type:Boolean})],v.prototype,"activated",void 0);_([(0,T.property)({type:Boolean})],v.prototype,"selected",void 0);_([(0,T.property)({type:Boolean})],v.prototype,"disabled",void 0);_([(0,T.state)()],v.prototype,"hovered",void 0);_([(0,T.state)()],v.prototype,"focused",void 0);_([(0,T.state)()],v.prototype,"pressed",void 0);_([(0,T.state)()],v.prototype,"rippling",void 0);_([(0,T.state)()],v.prototype,"originX",void 0);_([(0,T.state)()],v.prototype,"originY",void 0);_([(0,T.query)(".ft-ripple")],v.prototype,"ripple",void 0);_([(0,T.query)(".ft-ripple--effect")],v.prototype,"rippleEffect",void 0);(0,io.customElement)("ft-ripple")(v);var fr=x(I());var Ce=globalThis,ee=Ce.trustedTypes,lo=ee?ee.createPolicy("lit-html",{createHTML:e=>e}):void 0,ho="$lit$",pt=`lit$${(Math.random()+"").slice(9)}$`,yo="?"+pt,aa=`<${yo}>`,xt=document,oe=()=>xt.createComment(""),Zt=e=>e===null||typeof e!="object"&&typeof e!="function",mo=Array.isArray,na=e=>mo(e)||typeof e?.[Symbol.iterator]=="function",ue=`[
|
|
132
|
+
\f\r]`,Kt=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,co=/-->/g,so=/>/g,ut=RegExp(`>|${ue}(?:([^\\s"'>=/]+)(${ue}*=${ue}*(?:[^
|
|
133
|
+
\f\r"'\`<>=]|("|')|))|$)`,"g"),po=/'/g,fo=/"/g,uo=/^(?:script|style|textarea|title)$/i,bo=e=>(o,...a)=>({_$litType$:e,strings:o,values:a}),xo=bo(1),Oo=bo(2),Mt=Symbol.for("lit-noChange"),W=Symbol.for("lit-nothing"),go=new WeakMap,bt=xt.createTreeWalker(xt,129);function So(e,o){if(!Array.isArray(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return lo!==void 0?lo.createHTML(o):o}var ia=(e,o)=>{let a=e.length-1,n=[],i,l=o===2?"<svg>":"",s=Kt;for(let p=0;p<a;p++){let d=e[p],f,b,m=-1,O=0;for(;O<d.length&&(s.lastIndex=O,b=s.exec(d),b!==null);)O=s.lastIndex,s===Kt?b[1]==="!--"?s=co:b[1]!==void 0?s=so:b[2]!==void 0?(uo.test(b[2])&&(i=RegExp("</"+b[2],"g")),s=ut):b[3]!==void 0&&(s=ut):s===ut?b[0]===">"?(s=i??Kt,m=-1):b[1]===void 0?m=-2:(m=s.lastIndex-b[2].length,f=b[1],s=b[3]===void 0?ut:b[3]==='"'?fo:po):s===fo||s===po?s=ut:s===co||s===so?s=Kt:(s=ut,i=void 0);let y=s===ut&&e[p+1].startsWith("/>")?" ":"";l+=s===Kt?d+aa:m>=0?(n.push(f),d.slice(0,m)+ho+d.slice(m)+pt+y):d+pt+(m===-2?p:y)}return[So(e,l+(e[a]||"<?>")+(o===2?"</svg>":"")),n]},Ft=class e{constructor({strings:o,_$litType$:a},n){let i;this.parts=[];let l=0,s=0,p=o.length-1,d=this.parts,[f,b]=ia(o,a);if(this.el=e.createElement(f,n),bt.currentNode=this.el.content,a===2){let m=this.el.content.firstChild;m.replaceWith(...m.childNodes)}for(;(i=bt.nextNode())!==null&&d.length<p;){if(i.nodeType===1){if(i.hasAttributes())for(let m of i.getAttributeNames())if(m.endsWith(ho)){let O=b[s++],y=i.getAttribute(m).split(pt),S=/([.?@])?(.*)/.exec(O);d.push({type:1,index:l,name:S[2],strings:y,ctor:S[1]==="."?xe:S[1]==="?"?Oe:S[1]==="@"?Se:wt}),i.removeAttribute(m)}else m.startsWith(pt)&&(d.push({type:6,index:l}),i.removeAttribute(m));if(uo.test(i.tagName)){let m=i.textContent.split(pt),O=m.length-1;if(O>0){i.textContent=ee?ee.emptyScript:"";for(let y=0;y<O;y++)i.append(m[y],oe()),bt.nextNode(),d.push({type:2,index:++l});i.append(m[O],oe())}}}else if(i.nodeType===8)if(i.data===yo)d.push({type:2,index:l});else{let m=-1;for(;(m=i.data.indexOf(pt,m+1))!==-1;)d.push({type:7,index:l}),m+=pt.length-1}l++}}static createElement(o,a){let n=xt.createElement("template");return n.innerHTML=o,n}};function Nt(e,o,a=e,n){if(o===Mt)return o;let i=n!==void 0?a._$Co?.[n]:a._$Cl,l=Zt(o)?void 0:o._$litDirective$;return i?.constructor!==l&&(i?._$AO?.(!1),l===void 0?i=void 0:(i=new l(e),i._$AT(e,a,n)),n!==void 0?(a._$Co??=[])[n]=i:a._$Cl=i),i!==void 0&&(o=Nt(e,i._$AS(e,o.values),i,n)),o}var be=class{constructor(o,a){this._$AV=[],this._$AN=void 0,this._$AD=o,this._$AM=a}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(o){let{el:{content:a},parts:n}=this._$AD,i=(o?.creationScope??xt).importNode(a,!0);bt.currentNode=i;let l=bt.nextNode(),s=0,p=0,d=n[0];for(;d!==void 0;){if(s===d.index){let f;d.type===2?f=new re(l,l.nextSibling,this,o):d.type===1?f=new d.ctor(l,d.name,d.strings,this,o):d.type===6&&(f=new ve(l,this,o)),this._$AV.push(f),d=n[++p]}s!==d?.index&&(l=bt.nextNode(),s++)}return bt.currentNode=xt,i}p(o){let a=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(o,n,a),a+=n.strings.length-2):n._$AI(o[a])),a++}},re=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(o,a,n,i){this.type=2,this._$AH=W,this._$AN=void 0,this._$AA=o,this._$AB=a,this._$AM=n,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let o=this._$AA.parentNode,a=this._$AM;return a!==void 0&&o?.nodeType===11&&(o=a.parentNode),o}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(o,a=this){o=Nt(this,o,a),Zt(o)?o===W||o==null||o===""?(this._$AH!==W&&this._$AR(),this._$AH=W):o!==this._$AH&&o!==Mt&&this._(o):o._$litType$!==void 0?this.g(o):o.nodeType!==void 0?this.$(o):na(o)?this.T(o):this._(o)}k(o){return this._$AA.parentNode.insertBefore(o,this._$AB)}$(o){this._$AH!==o&&(this._$AR(),this._$AH=this.k(o))}_(o){this._$AH!==W&&Zt(this._$AH)?this._$AA.nextSibling.data=o:this.$(xt.createTextNode(o)),this._$AH=o}g(o){let{values:a,_$litType$:n}=o,i=typeof n=="number"?this._$AC(o):(n.el===void 0&&(n.el=Ft.createElement(So(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(a);else{let l=new be(i,this),s=l.u(this.options);l.p(a),this.$(s),this._$AH=l}}_$AC(o){let a=go.get(o.strings);return a===void 0&&go.set(o.strings,a=new Ft(o)),a}T(o){mo(this._$AH)||(this._$AH=[],this._$AR());let a=this._$AH,n,i=0;for(let l of o)i===a.length?a.push(n=new e(this.k(oe()),this.k(oe()),this,this.options)):n=a[i],n._$AI(l),i++;i<a.length&&(this._$AR(n&&n._$AB.nextSibling,i),a.length=i)}_$AR(o=this._$AA.nextSibling,a){for(this._$AP?.(!1,!0,a);o&&o!==this._$AB;){let n=o.nextSibling;o.remove(),o=n}}setConnected(o){this._$AM===void 0&&(this._$Cv=o,this._$AP?.(o))}},wt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(o,a,n,i,l){this.type=1,this._$AH=W,this._$AN=void 0,this.element=o,this.name=a,this._$AM=i,this.options=l,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=W}_$AI(o,a=this,n,i){let l=this.strings,s=!1;if(l===void 0)o=Nt(this,o,a,0),s=!Zt(o)||o!==this._$AH&&o!==Mt,s&&(this._$AH=o);else{let p=o,d,f;for(o=l[0],d=0;d<l.length-1;d++)f=Nt(this,p[n+d],a,d),f===Mt&&(f=this._$AH[d]),s||=!Zt(f)||f!==this._$AH[d],f===W?o=W:o!==W&&(o+=(f??"")+l[d+1]),this._$AH[d]=f}s&&!i&&this.O(o)}O(o){o===W?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,o??"")}},xe=class extends wt{constructor(){super(...arguments),this.type=3}O(o){this.element[this.name]=o===W?void 0:o}},Oe=class extends wt{constructor(){super(...arguments),this.type=4}O(o){this.element.toggleAttribute(this.name,!!o&&o!==W)}},Se=class extends wt{constructor(o,a,n,i,l){super(o,a,n,i,l),this.type=5}_$AI(o,a=this){if((o=Nt(this,o,a,0)??W)===Mt)return;let n=this._$AH,i=o===W&&n!==W||o.capture!==n.capture||o.once!==n.once||o.passive!==n.passive,l=o!==W&&(n===W||i);i&&this.element.removeEventListener(this.name,this,n),l&&this.element.addEventListener(this.name,this,o),this._$AH=o}handleEvent(o){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,o):this._$AH.handleEvent(o)}},ve=class{constructor(o,a,n){this.element=o,this.type=6,this._$AN=void 0,this._$AM=a,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(o){Nt(this,o)}};var la=Ce.litHtmlPolyfillSupport;la?.(Ft,re),(Ce.litHtmlVersions??=[]).push("3.1.0");var Co=Symbol.for(""),ca=e=>{if(e?.r===Co)return e?._$litStatic$},Ne=e=>({_$litStatic$:e,r:Co});var vo=new Map,No=e=>(o,...a)=>{let n=a.length,i,l,s=[],p=[],d,f=0,b=!1;for(;f<n;){for(d=o[f];f<n&&(l=a[f],(i=ca(l))!==void 0);)d+=i+o[++f],b=!0;f!==n&&p.push(l),s.push(d),f++}if(f===n&&s.push(o[n]),b){let m=s.join("$$lit$$");(o=vo.get(m))===void 0&&(s.raw=s,vo.set(m,o=s)),a=p}return e(o,...a)},we=No(xo),Fa=No(Oo);var Ee=x(yt()),dr=x(I());var Et;(function(e){e.title="title",e.title_dense="title-dense",e.subtitle1="subtitle1",e.subtitle2="subtitle2",e.body1="body1",e.body2="body2",e.caption="caption",e.breadcrumb="breadcrumb",e.overline="overline",e.button="button",e.display="display",e.title1="title-1",e.title2="title-2",e.title3="title-3",e.body1regular="body-1-regular",e.body1medium="body-1-medium",e.body1semibold="body-1-semibold",e.body2regular="body-2-regular",e.body2medium="body-2-medium",e.body2semibold="body-2-semibold",e.label1medium="label-1-medium",e.label1semibold="label-1-semibold",e.label1bold="label-1-bold",e.label2medium="label-2-medium",e.label2semibold="label-2-semibold",e.label2bold="label-2-bold",e.caption1medium="caption-1-medium",e.caption1semibold="caption-1-semibold",e.caption1bold="caption-1-bold",e.caption2medium="caption-2-medium",e.caption2semibold="caption-2-semibold",e.caption2bold="caption-2-bold"})(Et||(Et={}));var K=x(k()),h=x(I());var et=x(k(),1),dt=e=>typeof e=="string"?(0,et.unsafeCSS)(e):e,t=class{static create(o,a,n,i){let l=p=>dt(p??i),s=et.css`var(${dt(o)}, ${l(i)})`;return s.name=o,s.description=a,s.category=n,s.defaultValue=i,s.defaultCssValue=l,s.get=p=>et.css`var(${dt(o)}, ${l(p)})`,s.breadcrumb=()=>[],s.lastResortDefaultValue=()=>i,s}static extend(o,a,n,i){let l=p=>n.get(p??i),s=et.css`var(${dt(o)}, ${l(i)})`;return s.name=o,s.description=a,s.category=n.category,s.fallbackVariable=n,s.defaultValue=i,s.defaultCssValue=l,s.get=p=>et.css`var(${dt(o)}, ${l(p)})`,s.breadcrumb=()=>[n.name,...n.breadcrumb()],s.lastResortDefaultValue=()=>i??n.lastResortDefaultValue(),s}static external(o,a){let n=l=>o.fallbackVariable?o.fallbackVariable.get(l??o.defaultValue):dt(l??o.lastResortDefaultValue()),i=et.css`var(${dt(o.name)}, ${n(o.defaultValue)})`;return i.name=o.name,i.category=o.category,i.fallbackVariable=o.fallbackVariable,i.defaultValue=o.defaultValue,i.context=a,i.defaultCssValue=n,i.get=l=>et.css`var(${dt(o.name)}, ${n(l)})`,i.breadcrumb=()=>o.fallbackVariable?[o.fallbackVariable.name,...o.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>o.lastResortDefaultValue(),i}};var r={colorWhite:t.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:t.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:t.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:t.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:t.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:t.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:t.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:t.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:t.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:t.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:t.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:t.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:t.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:t.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:t.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:t.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:t.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:t.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:t.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:t.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:t.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:t.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:t.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:t.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:t.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:t.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:t.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:t.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:t.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:t.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:t.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:t.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:t.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:t.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:t.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:t.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:t.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:t.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:t.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:t.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:t.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:t.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:t.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:t.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:t.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:t.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:t.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:t.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:t.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:t.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:t.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:t.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:t.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:t.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:t.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:t.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:t.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:t.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:t.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:t.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:t.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:t.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:t.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:t.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:t.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:t.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:t.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:t.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:t.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:t.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:t.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:t.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:t.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:t.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:t.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:t.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:t.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:t.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:t.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:t.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:t.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:t.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:t.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:t.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:t.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:t.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:t.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:t.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:t.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:t.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:t.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:t.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:t.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:t.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:t.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:t.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:t.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:t.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:t.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:t.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:t.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:t.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:t.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:t.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:t.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:t.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:t.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:t.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:t.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:t.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:t.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:t.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:t.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:t.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:t.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:t.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:t.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:t.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:t.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:t.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:t.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:t.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:t.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:t.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:t.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:t.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:t.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:t.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:t.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:t.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:t.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:t.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:t.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:t.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:t.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:t.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:t.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:t.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:t.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:t.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:t.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:t.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:t.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:t.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:t.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:t.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:t.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:t.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:t.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:t.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:t.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:t.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:t.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:t.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:t.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:t.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:t.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:t.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:t.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:t.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:t.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:t.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:t.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:t.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:t.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:t.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:t.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:t.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:t.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:t.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:t.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:t.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:t.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:t.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:t.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:t.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:t.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:t.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:t.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:t.create("--ft-icon-size-6","","SIZE","48px"),opacity0:t.create("--ft-opacity-0","","NUMBER","0"),opacity8:t.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:t.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:t.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:t.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:t.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:t.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:t.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:t.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:t.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:t.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:t.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:t.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:t.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:t.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},wo={fontFamily:t.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:t.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-display-textCase","","UNKNOWN","none")},Eo={fontFamily:t.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:t.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},Ro={fontFamily:t.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:t.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},Ao={fontFamily:t.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:t.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:t.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},Lo={fontFamily:t.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:t.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},Wo={fontFamily:t.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},Io={fontFamily:t.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},To={fontFamily:t.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:t.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},Bo={fontFamily:t.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},sa={fontFamily:t.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:t.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:t.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},Po={fontFamily:t.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},zo={fontFamily:t.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},$o={fontFamily:t.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},_o={fontFamily:t.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},Uo={fontFamily:t.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},Ho={fontFamily:t.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},ko={fontFamily:t.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},Do={fontFamily:t.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},Go={fontFamily:t.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Ko={fontFamily:t.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Zo={fontFamily:t.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},Mo={fontFamily:t.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Fo={fontFamily:t.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},Vo={fontFamily:t.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},jo={fontFamily:t.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},Yo={fontFamily:t.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},ae={display:wo,"title-1":Eo,"title-2":Ro,"title-3":Ao,"body-1-regular":Lo,"body-1-medium":Wo,"body-1-semibold":Io,"body-2-regular":To,"body-2-medium":Bo,"body-2-medium-underline":sa,"body-2-semibold":Po,"label-1-medium":zo,"label-1-semibold":$o,"label-1-bold":_o,"label-2-medium":Uo,"label-2-semibold":Ho,"label-2-bold":ko,"caption-1-medium":Do,"caption-1-semibold":Go,"caption-1-bold":Ko,"caption-2-medium":Zo,"caption-2-semibold":Mo,"caption-2-bold":Fo,"caption-3-medium":Vo,"caption-3-semibold":jo,"caption-3-bold":Yo};var c={backgroundActionPrimary:t.extend("--ft-background-action-primary","Used as backgorund of primary action components.",r.colorBrand0),backgroundErrorSubtle:t.extend("--ft-background-error-subtle","Used as background of subtle error components.",r.colorRed10),backgroundInfoSubtle:t.extend("--ft-background-info-subtle","Used as background of subtle information components.",r.colorCyan10),backgroundWarningSubtle:t.extend("--ft-background-warning-subtle","Used as background of subtle information components.",r.colorOrange10),backgroundSuccessSubtle:t.extend("--ft-background-success-subtle","Used as background of subtle success components.",r.colorGreen10),backgroundGlobalSurface:t.extend("--ft-background-global-surface","Used as app background.",r.colorWhite),backgroundGlobalOnSurface:t.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",r.colorGray10),backgroundGlobalOnSurfaceDark:t.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",r.colorGray30),contentActionPrimary:t.extend("--ft-content-action-primary","Used on label of primary action on light surface.",r.colorBrand0),contentWarningPrimary:t.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",r.colorOrange200),contentWarningIconOnly:t.extend("--ft-content-warning-icon-only","Used on warning status icons alone",r.colorOrange0),contentErrorPrimary:t.extend("--ft-content-error-primary","Used on label of error messages on light surface.",r.colorRed0),contentErrorIconOnly:t.extend("--ft-content-error-icon-only","Used on error status icons alone",r.colorRed70),contentInfoPrimary:t.extend("--ft-content-info-primary","Used on label of information messages on light surface.",r.colorCyan200),contentInfoIconOnly:t.extend("--ft-content-info-icon-only","Used on info status icons alone",r.colorCyan0),contentSuccessPrimary:t.extend("--ft-content-success-primary","Used on label of success messages on light surface.",r.colorGreen200),contentSuccessIconOnly:t.extend("--ft-content-success-icon-only","Used on success status icons alone",r.colorGreen0),contentGlobalPrimary:t.extend("--ft-content-global-primary","Used for main content on the page.",r.colorGray500),contentGlobalSecondary:t.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
|
|
134
|
+
Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",r.colorGray0),contentGlobalOnColor:t.extend("--ft-content-global-on-color","Used for content on a dominant color.",r.colorWhite),borderActionPrimary:t.extend("--ft-border-action-primary","Used as border for primary action components.",r.colorBrand0),borderActionFocusRing:t.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",r.colorCyan0),borderWarningPrimary:t.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",r.colorOrange200),borderWarningSubtle:t.extend("--ft-border-warning-subtle","Used as border for warning components.",r.colorOrange30),borderSuccessPrimary:t.extend("--ft-border-success-primary","Used as border for success buttons.",r.colorGreen200),borderSuccessSubtle:t.extend("--ft-border-success-subtle","Used as border for success components.",r.colorGreen30),borderErrorPrimary:t.extend("--ft-border-error-primary","Used as border for text fields in error states.",r.colorRed0),borderErrorSubtle:t.extend("--ft-border-error-subtle","Used as border for error components.",r.colorRed30),borderInfoPrimary:t.extend("--ft-border-info-primary","Used as border for buttons in info color.",r.colorCyan200),borderInfoSubtle:t.extend("--ft-border-info-subtle","Used as border for information components.",r.colorCyan30),borderGlobalPrimary:t.extend("--ft-border-global-primary","Used as border for element like input.",r.colorGray50),borderGlobalSubtle:t.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",r.colorGray30),borderInputPrimary:t.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",r.colorGray80)};var ln={largeHeight:t.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:t.extend("--ft-button-large-horizontal-padding","",r.spacing4),largeGap:t.extend("--ft-button-large-gap","",r.spacing2),largeBorderRadius:t.extend("--ft-button-large-border-radius","",r.borderRadiusS),largeIconSize:t.extend("--ft-button-large-icon-size","",r.iconSize3),largeBorderWidth:t.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:t.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:t.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:t.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:t.extend("--ft-button-small-horizontal-padding","",r.spacing3),smallGap:t.extend("--ft-button-small-gap","",r.spacing2),smallBorderRadius:t.extend("--ft-button-small-border-radius","",r.borderRadiusS),smallIconSize:t.extend("--ft-button-small-icon-size","",r.iconSize2),smallBorderWidth:t.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:t.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:t.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:t.extend("--ft-button-primary-background-color","",c.backgroundActionPrimary),primaryColor:t.extend("--ft-button-primary-color","",c.contentGlobalOnColor),primaryIconColor:t.extend("--ft-button-primary-icon-color","",c.contentGlobalOnColor),primaryStateLayerColor:t.extend("--ft-button-primary-state-layer-color","",c.contentGlobalOnColor),primaryHoverStateLayerOpacity:t.extend("--ft-button-primary-hover-state-layer-opacity","",r.opacity16),primaryFocusStateLayerOpacity:t.extend("--ft-button-primary-focus-state-layer-opacity","",r.opacity16),primaryActiveStateLayerOpacity:t.extend("--ft-button-primary-active-state-layer-opacity","",r.opacity24),primaryDisabledComponentOpacity:t.extend("--ft-button-primary-disabled-component-opacity","",r.opacity40),focusFocusRingColor:t.extend("--ft-button-focus-focus-ring-color","",c.borderActionFocusRing),tertiaryBackgroundColor:t.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:t.extend("--ft-button-tertiary-color","",c.contentActionPrimary),tertiaryIconColor:t.extend("--ft-button-tertiary-icon-color","",c.contentActionPrimary),tertiaryStateLayerColor:t.extend("--ft-button-tertiary-state-layer-color","",c.contentActionPrimary),tertiaryHoverStateLayerOpacity:t.extend("--ft-button-tertiary-hover-state-layer-opacity","",r.opacity8),tertiaryFocusStateLayerOpacity:t.extend("--ft-button-tertiary-focus-state-layer-opacity","",r.opacity8),tertiaryActiveStateLayerOpacity:t.extend("--ft-button-tertiary-active-state-layer-opacity","",r.opacity16),tertiaryDisabledComponentOpacity:t.extend("--ft-button-tertiary-disabled-component-opacity","",r.opacity40),secondaryBackgroundColor:t.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:t.extend("--ft-button-secondary-color","",c.contentActionPrimary),secondaryIconColor:t.extend("--ft-button-secondary-icon-color","",c.contentActionPrimary),secondaryStateLayerColor:t.extend("--ft-button-secondary-state-layer-color","",c.contentActionPrimary),secondaryHoverStateLayerOpacity:t.extend("--ft-button-secondary-hover-state-layer-opacity","",r.opacity8),secondaryFocusStateLayerOpacity:t.extend("--ft-button-secondary-focus-state-layer-opacity","",r.opacity8),secondaryActiveStateLayerOpacity:t.extend("--ft-button-secondary-active-state-layer-opacity","",r.opacity16),secondaryDisabledComponentOpacity:t.extend("--ft-button-secondary-disabled-component-opacity","",r.opacity40),secondaryBorderColor:t.extend("--ft-button-secondary-border-color","",c.borderActionPrimary),neutralBackgroundColor:t.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:t.extend("--ft-button-neutral-icon-color","",c.contentGlobalSecondary),neutralColor:t.extend("--ft-button-neutral-color","",c.contentGlobalSecondary),neutralStateLayerColor:t.extend("--ft-button-neutral-state-layer-color","",c.contentGlobalSecondary),neutralHoverStateLayerOpacity:t.extend("--ft-button-neutral-hover-state-layer-opacity","",r.opacity8),neutralFocusStateLayerOpacity:t.extend("--ft-button-neutral-focus-state-layer-opacity","",r.opacity8),neutralActiveStateLayerOpacity:t.extend("--ft-button-neutral-active-state-layer-opacity","",r.opacity16),neutralDisabledComponentOpacity:t.extend("--ft-button-neutral-disabled-component-opacity","",r.opacity40)};var fn={iconSize:t.extend("--ft-banner-icon-size","",r.iconSize5),borderWidth:t.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:t.extend("--ft-banner-horizontal-padding","",r.spacing6),verticalPadding:t.extend("--ft-banner-vertical-padding","",r.spacing6),horizontalSideGap:t.extend("--ft-banner-horizontal-side-gap","",r.spacing6),horizontalMobileGap:t.extend("--ft-banner-horizontal-mobile-gap","",r.spacing4),verticalMobileGap:t.extend("--ft-banner-vertical-mobile-gap","",r.spacing6),horizontalMiddleGap:t.extend("--ft-banner-horizontal-middle-gap","",r.spacing20),infoBackgroundColor:t.extend("--ft-banner-info-background-color","",c.backgroundInfoSubtle),infoColor:t.extend("--ft-banner-info-color","",c.contentInfoPrimary),infoIconColor:t.extend("--ft-banner-info-icon-color","",c.contentInfoIconOnly)};var un={horizontalGap:t.extend("--ft-breadcrumb-horizontal-gap","",r.spacing1),verticalGap:t.extend("--ft-breadcrumb-vertical-gap","",r.spacing2),currentElementColor:t.extend("--ft-breadcrumb-current-element-color","",c.contentGlobalPrimary),iconColor:t.extend("--ft-breadcrumb-icon-color","",c.contentGlobalSubtle)};var vn={horizontalPadding:t.extend("--ft-page-header-horizontal-padding","",r.spacing12),horizontalGap:t.extend("--ft-page-header-horizontal-gap","",r.spacing4),verticalGap:t.extend("--ft-page-header-vertical-gap","",r.spacing2),classicVerticalPadding:t.extend("--ft-page-header-classic-vertical-padding","",r.spacing6),multilineVerticalPadding:t.extend("--ft-page-header-multiline-vertical-padding","",r.spacing4),inlineVerticalPadding:t.extend("--ft-page-header-inline-vertical-padding","",r.spacing2),backgroundColor:t.extend("--ft-page-header-background-color","",r.colorWhite),bottomBorderColor:t.extend("--ft-page-header-bottom-border-color","",c.borderGlobalSubtle),titleColor:t.extend("--ft-page-header-title-color","",c.contentGlobalPrimary),subtitleColor:t.extend("--ft-page-header-subtitle-color","",c.contentGlobalSecondary)};var Rn={smallContainerWidth:t.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:t.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:t.extend("--ft-modal-overlay-background-color","",r.colorGray700),overlayOpacity:t.extend("--ft-modal-overlay-opacity","",r.opacity40),shadow:t.extend("--ft-modal-shadow","",r.shadowElevation03),bodyBackgroundColor:t.extend("--ft-modal-body-background-color","",r.colorWhite),bodyColor:t.extend("--ft-modal-body-color","",c.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-modal-body-horizontal-padding","",r.spacing6),bodyVerticalPadding:t.extend("--ft-modal-body-vertical-padding","",r.spacing6),bodyVerticalGap:t.extend("--ft-modal-body-vertical-gap","",r.spacing6),containerMargin:t.extend("--ft-modal-container-margin","",r.spacing3),headerBackgroundColor:t.extend("--ft-modal-header-background-color","",c.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-modal-header-border-color","",c.borderGlobalSubtle),headerColor:t.extend("--ft-modal-header-color","",c.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-modal-header-trailing-icon-color","",c.contentGlobalSecondary),headerVerticalPadding:t.extend("--ft-modal-header-vertical-padding","",r.spacing1),headerRightPadding:t.extend("--ft-modal-header-right-padding","",r.spacing1),headerLeftPadding:t.extend("--ft-modal-header-left-padding","",r.spacing6),headerGap:t.extend("--ft-modal-header-gap","",r.spacing2),headerBorderBottom:t.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:t.extend("--ft-modal-border-radius","",r.borderRadiusM)};var Tn={overlayOpacity:t.extend("--ft-drawer-overlay-opacity","",r.opacity40),shadow:t.extend("--ft-drawer-shadow","",r.shadowElevation03),bodyColor:t.extend("--ft-drawer-body-color","",c.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-drawer-body-horizontal-padding","",r.spacing6),bodyVerticalPadding:t.extend("--ft-drawer-body-vertical-padding","",r.spacing6),bodyGap:t.extend("--ft-drawer-body-gap","",r.spacing6),bodyBackgroundColor:t.extend("--ft-drawer-body-background-color","",r.colorWhite),headerBackgroundColor:t.extend("--ft-drawer-header-background-color","",c.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-drawer-header-border-color","",c.borderGlobalSubtle),headerColor:t.extend("--ft-drawer-header-color","",c.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-drawer-header-trailing-icon-color","",c.contentGlobalSecondary),headerHeight:t.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:t.extend("--ft-drawer-header-horizontal-padding","",r.spacing2),headerBorderWidth:t.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:t.extend("--ft-drawer-header-gap","",r.spacing3),buttonsBarBackgroundColor:t.extend("--ft-drawer-buttons-bar-background-color","",c.backgroundGlobalOnSurface),buttonsBarBorderColor:t.extend("--ft-drawer-buttons-bar-border-color","",c.borderGlobalSubtle),buttonsBarColor:t.extend("--ft-drawer-buttons-bar-color","",c.contentGlobalPrimary),buttonsBarHorizontalPadding:t.extend("--ft-drawer-buttons-bar-horizontal-padding","",r.spacing4),buttonsBarVerticalPadding:t.extend("--ft-drawer-buttons-bar-vertical-padding","",r.spacing4),buttonsBarGap:t.extend("--ft-drawer-buttons-bar-gap","",r.spacing3),buttonsBarBorderWidth:t.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:t.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:t.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:t.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:t.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:t.extend("--ft-drawer-overlay-background-color","",r.colorGray700)};var _n={fieldHorizontalPadding:t.extend("--ft-text-input-field-horizontal-padding","",r.spacing4),fieldHorizontalGap:t.extend("--ft-text-input-field-horizontal-gap","",r.spacing3),fieldVerticalGap:t.extend("--ft-text-input-field-vertical-gap","",r.spacing05),fieldIconSize:t.extend("--ft-text-input-field-icon-size","",r.iconSize3),fieldHeight:t.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:t.extend("--ft-text-input-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ft-text-input-helper-horizontal-gap","",r.spacing1),helperIconSize:t.extend("--ft-text-input-helper-icon-size","",r.iconSize2),borderRadius:t.extend("--ft-text-input-border-radius","",r.borderRadiusM),backgroundColor:t.extend("--ft-text-input-background-color","",r.colorWhite),contentValueColor:t.extend("--ft-text-input-content-value-color","",c.contentGlobalPrimary),trailingIconColor:t.extend("--ft-text-input-trailing-icon-color","",c.contentGlobalSubtle),labelColor:t.extend("--ft-text-input-label-color","",c.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-input-default-border-color","",c.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-input-default-helper-text-color","",c.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-text-input-error-border-color","",c.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-input-error-helper-text-color","",c.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-input-error-helper-icon-color","",c.contentErrorIconOnly),warningBorderWidth:t.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:t.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-text-input-focus-focus-ring-color","",c.borderActionFocusRing),focusOutlineOffset:t.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-input-disabled-component-opacity","",r.opacity40)};var Gn={backgroundColor:t.extend("--ft-text-area-background-color","",r.colorWhite),contentValueColor:t.extend("--ft-text-area-content-value-color","",c.contentGlobalPrimary),labelColor:t.extend("--ft-text-area-label-color","",c.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-area-default-border-color","",c.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-area-default-helper-text-color","",c.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-text-area-error-border-color","",c.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-area-error-helper-text-color","",c.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-area-error-helper-icon-color","",c.contentErrorIconOnly),focusFocusRingColor:t.extend("--ft-text-area-focus-focus-ring-color","",c.borderActionFocusRing),focusOutlineWidth:t.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:t.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-area-disabled-component-opacity","",r.opacity40),fieldHorizontalLeftPadding:t.extend("--ft-text-area-field-horizontal-left-padding","",r.spacing4),fieldHorizontalGap:t.extend("--ft-text-area-field-horizontal-gap","",r.spacing3),fieldVerticalGap:t.extend("--ft-text-area-field-vertical-gap","",r.spacing05),fieldMinHeight:t.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:t.extend("--ft-text-area-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ft-text-area-helper-horizontal-gap","",r.spacing1),helperIconSize:t.extend("--ft-text-area-helper-icon-size","",r.iconSize2),borderRadius:t.extend("--ft-text-area-border-radius","",r.borderRadiusM)};var Vn={height:t.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:t.extend("--ft-floating-menu-horizontal-padding","",r.spacing4),offIconColor:t.extend("--ft-floating-menu-off-icon-color","",c.contentGlobalPrimary),offColor:t.extend("--ft-floating-menu-off-color","",c.contentGlobalPrimary),onColor:t.extend("--ft-floating-menu-on-color","",c.contentActionPrimary),onStateLayerColor:t.extend("--ft-floating-menu-on-state-layer-color","",c.contentActionPrimary),gap:t.extend("--ft-floating-menu-gap","",r.spacing3),focusFocusRingColor:t.extend("--ft-floating-menu-focus-focus-ring-color","",c.borderActionFocusRing),focusOutlineWidth:t.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:t.extend("--ft-floating-menu-focus-state-layer-opacity","",r.opacity8),hoverStateLayerOpacity:t.extend("--ft-floating-menu-hover-state-layer-opacity","",r.opacity8),activeStateLayerOpacity:t.extend("--ft-floating-menu-active-state-layer-opacity","",r.opacity16),disabledComponentOpacity:t.extend("--ft-floating-menu-disabled-component-opacity","",r.opacity40),iconSize:t.extend("--ft-floating-menu-icon-size","",r.iconSize3),backgroundColor:t.extend("--ft-floating-menu-background-color","",c.backgroundGlobalOnSurface)};var Jn={fieldHorizontalPadding:t.extend("--ft-combobox-single-select-field-horizontal-padding","",r.spacing4),fieldHorizontalGap:t.extend("--ft-combobox-single-select-field-horizontal-gap","",r.spacing3),fieldVerticalGap:t.extend("--ft-combobox-single-select-field-vertical-gap","",r.spacing05),fieldIconSize:t.extend("--ft-combobox-single-select-field-icon-size","",r.iconSize3),fieldHeight:t.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:t.extend("--ft-combobox-single-select-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ft-combobox-single-select-helper-horizontal-gap","",r.spacing1),helperVerticalGap:t.extend("--ft-combobox-single-select-helper-vertical-gap","",r.spacing1),helperIconSize:t.extend("--ft-combobox-single-select-helper-icon-size","",r.iconSize2),menuVerticalGap:t.extend("--ft-combobox-single-select-menu-vertical-gap","",r.spacing2),borderRadius:t.extend("--ft-combobox-single-select-border-radius","",r.borderRadiusM),backgroundColor:t.extend("--ft-combobox-single-select-background-color","",r.colorWhite),labelColor:t.extend("--ft-combobox-single-select-label-color","",c.contentGlobalSubtle),contentValueColor:t.extend("--ft-combobox-single-select-content-value-color","",c.contentGlobalPrimary),trailingIconColor:t.extend("--ft-combobox-single-select-trailing-icon-color","",c.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-single-select-default-border-color","",c.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-single-select-default-helper-text-color","",c.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-combobox-single-select-error-border-color","",c.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-single-select-error-helper-text-color","",c.contentErrorPrimary),warningBorderWidth:t.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-single-select-warning-border-color","",c.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-single-select-warning-helper-text-color","",c.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-single-select-warning-helper-icon-color","",c.contentWarningIconOnly),focusOutlineWidth:t.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-single-select-focus-focus-ring-color","",c.borderActionFocusRing),focusOutlineOffset:t.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-combobox-single-select-disabled-component-opacity","",r.opacity40)};var ri={backgroundColor:t.extend("--ft-combobox-multi-select-background-color","",r.colorWhite),labelColor:t.extend("--ft-combobox-multi-select-label-color","",c.contentGlobalSubtle),trailingIconColor:t.extend("--ft-combobox-multi-select-trailing-icon-color","",c.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-multi-select-default-border-color","",c.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-multi-select-default-helper-text-color","",c.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:t.extend("--ft-combobox-multi-select-error-border-color","",c.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-multi-select-error-helper-text-color","",c.contentErrorPrimary),errorHelperIcon:t.extend("--ft-combobox-multi-select-error-helper-icon","",c.contentErrorIconOnly),errorBorderWidth:t.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-multi-select-warning-border-color","",c.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-multi-select-warning-helper-text-color","",c.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-multi-select-warning-helper-icon-color","",c.contentWarningIconOnly),warningBorderWidth:t.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-multi-select-focus-focus-ring-color","",c.borderActionFocusRing),focusOutlineWidth:t.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:t.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-combobox-multi-select-disabled-component-opacity","",r.opacity40),helperHorizontalPadding:t.extend("--ft-combobox-multi-select-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ft-combobox-multi-select-helper-horizontal-gap","",r.spacing1),helperVerticalGap:t.extend("--ft-combobox-multi-select-helper-vertical-gap","",r.spacing1),helperIconSize:t.extend("--ft-combobox-multi-select-helper-icon-size","",r.iconSize2),fieldHorizontalPadding:t.extend("--ft-combobox-multi-select-field-horizontal-padding","",r.spacing4),fieldHorizontalGap:t.extend("--ft-combobox-multi-select-field-horizontal-gap","",r.spacing3),fieldVerticalGap:t.extend("--ft-combobox-multi-select-field-vertical-gap","",r.spacing05),fieldIconSize:t.extend("--ft-combobox-multi-select-field-icon-size","",r.iconSize3),fieldMaxHeight:t.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:t.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",r.spacing1),contentValuesVerticalGap:t.extend("--ft-combobox-multi-select-content-values-vertical-gap","",r.spacing1),borderRadius:t.extend("--ft-combobox-multi-select-border-radius","",r.borderRadiusM)};var ci={backgroundColor:t.extend("--ft-popover-background-color","",c.backgroundGlobalOnSurface),horizontalPadding:t.extend("--ft-popover-horizontal-padding","",r.spacing6),verticalPadding:t.extend("--ft-popover-vertical-padding","",r.spacing6),iconColor:t.extend("--ft-popover-icon-color","",c.contentGlobalSecondary),iconSize:t.extend("--ft-popover-icon-size","",r.iconSize2),titleColor:t.extend("--ft-popover-title-color","",c.contentGlobalPrimary),bodyColor:t.extend("--ft-popover-body-color","",c.contentGlobalSecondary),linkColor:t.extend("--ft-popover-link-color","",c.contentActionPrimary),gap:t.extend("--ft-popover-gap","",r.spacing3),borderRadius:t.extend("--ft-popover-border-radius","",r.borderRadiusM),shadow:t.extend("--ft-popover-shadow","",r.shadowElevation02)};var gi={topLeftBorderRadius:t.extend("--ft-tabs-top-left-border-radius","",r.borderRadiusS),topRightBorderRadius:t.extend("--ft-tabs-top-right-border-radius","",r.borderRadiusS),labelHorizontalPadding:t.extend("--ft-tabs-label-horizontal-padding","",r.spacing4),labelVerticalPadding:t.extend("--ft-tabs-label-vertical-padding","",r.spacing3),labelGap:t.extend("--ft-tabs-label-gap","",r.spacing1),offHoverStateLayerOpacity:t.extend("--ft-tabs-off-hover-state-layer-opacity","",r.opacity8),offFocusStateLayerOpacity:t.extend("--ft-tabs-off-focus-state-layer-opacity","",r.opacity8),offActiveStateLayerOpacity:t.extend("--ft-tabs-off-active-state-layer-opacity","",r.opacity16),offDisabledComponentOpacity:t.extend("--ft-tabs-off-disabled-component-opacity","",r.opacity40),offColor:t.extend("--ft-tabs-off-color","",c.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-tabs-off-state-layer-color","",c.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-tabs-on-hover-state-layer-opacity","",r.opacity8),onFocusStateLayerOpacity:t.extend("--ft-tabs-on-focus-state-layer-opacity","",r.opacity8),onActiveStateLayerOpacity:t.extend("--ft-tabs-on-active-state-layer-opacity","",r.opacity16),onDisabledComponentOpacity:t.extend("--ft-tabs-on-disabled-component-opacity","",r.opacity40),onColor:t.extend("--ft-tabs-on-color","",c.contentActionPrimary),onStateLayerColor:t.extend("--ft-tabs-on-state-layer-color","",c.contentActionPrimary),iconHorizontalPadding:t.extend("--ft-tabs-icon-horizontal-padding","",r.spacing1),iconVerticalPadding:t.extend("--ft-tabs-icon-vertical-padding","",r.spacing4),focusOutlineWidth:t.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-tabs-focus-focus-ring-color","",c.borderActionFocusRing)};var bi={hoverStateLayerOpacity:t.extend("--ft-collapsible-hover-state-layer-opacity","",r.opacity8),focusStateLayerOpacity:t.extend("--ft-collapsible-focus-state-layer-opacity","",r.opacity8),focusOutlineWidth:t.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:t.extend("--ft-collapsible-focus-focus-ring-color","",c.borderActionFocusRing),activeStateLayerOpacity:t.extend("--ft-collapsible-active-state-layer-opacity","",r.opacity16),disabledComponentOpacity:t.extend("--ft-collapsible-disabled-component-opacity","",r.opacity40),horizontalPadding:t.extend("--ft-collapsible-horizontal-padding","",r.spacing4),verticalPadding:t.extend("--ft-collapsible-vertical-padding","",r.spacing3),color:t.extend("--ft-collapsible-color","",c.contentGlobalPrimary),stateLayerColor:t.extend("--ft-collapsible-state-layer-color","",c.contentGlobalPrimary),backgroundColor:t.extend("--ft-collapsible-background-color","",c.backgroundGlobalOnSurface),borderColor:t.extend("--ft-collapsible-border-color","",c.borderGlobalSubtle),iconSize:t.extend("--ft-collapsible-icon-size","",r.iconSize3)};var Ci={groupHorizontalPadding:t.extend("--ft-switch-group-horizontal-padding","",r.spacing1),groupVerticalPadding:t.extend("--ft-switch-group-vertical-padding","",r.spacing1),groupGap:t.extend("--ft-switch-group-gap","",r.spacing1),groupBackgroundColor:t.extend("--ft-switch-group-background-color","",c.backgroundGlobalSurface),groupBorderColor:t.extend("--ft-switch-group-border-color","",c.borderGlobalSubtle),groupBorderRadius:t.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:t.extend("--ft-switch-label-horizontal-padding","",r.spacing2),labelVerticalPadding:t.extend("--ft-switch-label-vertical-padding","",r.spacing1),offHoverStateLayerOpacity:t.extend("--ft-switch-off-hover-state-layer-opacity","",r.opacity8),offFocusStateLayerOpacity:t.extend("--ft-switch-off-focus-state-layer-opacity","",r.opacity8),offActiveStateLayerOpacity:t.extend("--ft-switch-off-active-state-layer-opacity","",r.opacity16),offDisabledComponentOpacity:t.extend("--ft-switch-off-disabled-component-opacity","",r.opacity40),offColor:t.extend("--ft-switch-off-color","",c.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-switch-off-state-layer-color","",c.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-switch-on-hover-state-layer-opacity","",r.opacity8),onFocusStateLayerOpacity:t.extend("--ft-switch-on-focus-state-layer-opacity","",r.opacity8),onActiveStateLayerOpacity:t.extend("--ft-switch-on-active-state-layer-opacity","",r.opacity16),onDisabledComponentOpacity:t.extend("--ft-switch-on-disabled-component-opacity","",r.opacity40),onColor:t.extend("--ft-switch-on-color","",c.contentActionPrimary),onStateLayerColor:t.extend("--ft-switch-on-state-layer-color","",c.contentActionPrimary),iconHorizontalPadding:t.extend("--ft-switch-icon-horizontal-padding","",r.spacing1),iconVerticalPadding:t.extend("--ft-switch-icon-vertical-padding","",r.spacing1),focusOutlineWidth:t.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-switch-focus-focus-ring-color","",c.borderActionFocusRing),optionBorderRadius:t.extend("--ft-switch-option-border-radius","",r.borderRadiusS)};var Ri={color1Light:t.extend("--ft-chart-1-light","for area color charts",r.colorBrand40),color1Base:t.extend("--ft-chart-1-base","for line charts",r.colorBrand0),color2Light:t.extend("--ft-chart-2-light","for area color charts",r.colorYellow60),color2Base:t.extend("--ft-chart-2-base","for line charts",r.colorYellow100),color3Light:t.extend("--ft-chart-3-light","",r.colorUltramarine40),color3Base:t.extend("--ft-chart-3-base","",r.colorUltramarine70),color4Light:t.extend("--ft-chart-4-light","",r.colorCyan50),color4Base:t.extend("--ft-chart-4-base","",r.colorCyan100),color5Light:t.extend("--ft-chart-5-light","",r.colorRed40),color5Base:t.extend("--ft-chart-5-base","",r.colorRed60),color6Light:t.extend("--ft-chart-6-light","",r.colorGreen40),color6Base:t.extend("--ft-chart-6-base","",r.colorGreen70),color7Light:t.extend("--ft-chart-7-light","",r.colorOrange70),color7Base:t.extend("--ft-chart-7-base","",r.colorOrange100),color8Light:t.extend("--ft-chart-8-light","",r.colorAvocado70),color8Base:t.extend("--ft-chart-8-base","",r.colorAvocado200),color9Light:t.extend("--ft-chart-9-light","",r.colorBrown50),color9Base:t.extend("--ft-chart-9-base","",r.colorBrown200),color10Light:t.extend("--ft-chart-10-light","",r.colorGray50),color10Base:t.extend("--ft-chart-10-base","",r.colorGray80),monochrome10:t.extend("--ft-chart-monochrome-10","",r.colorBrand10),monochrome20:t.extend("--ft-chart-monochrome-20","",r.colorBrand20),monochrome30:t.extend("--ft-chart-monochrome-30","",r.colorBrand40),monochrome40:t.extend("--ft-chart-monochrome-40","",r.colorBrand60),monochrome50:t.extend("--ft-chart-monochrome-50","",r.colorBrand0),monochrome60:t.extend("--ft-chart-monochrome-60","",r.colorBrand200)};var Ti={largeHorizontalPadding:t.extend("--ft-chip-large-horizontal-padding","",r.spacing4),largeVerticalPadding:t.extend("--ft-chip-large-vertical-padding","",r.spacing2),largeGap:t.extend("--ft-chip-large-gap","",r.spacing1),largeFocusOutlineOffset:t.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:t.extend("--ft-chip-large-border-radius","",r.borderRadiusPill),largeBorderWidth:t.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-large-icon-size","",r.iconSize3),mediumHorizontalPadding:t.extend("--ft-chip-medium-horizontal-padding","",r.spacing3),mediumVerticalPadding:t.extend("--ft-chip-medium-vertical-padding","",r.spacing1),mediumGap:t.extend("--ft-chip-medium-gap","",r.spacing1),mediumFocusOutlineOffset:t.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:t.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:t.extend("--ft-chip-medium-border-radius","",r.borderRadiusPill),mediumBorderWidth:t.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-medium-icon-size","",r.iconSize2),smallHorizontalPadding:t.extend("--ft-chip-small-horizontal-padding","",r.spacing2),smallVerticalPadding:t.extend("--ft-chip-small-vertical-padding","",r.spacing05),smallGap:t.extend("--ft-chip-small-gap","",r.spacing1),smallFocusOutlineOffset:t.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:t.extend("--ft-chip-small-border-radius","",r.borderRadiusPill),smallBorderWidth:t.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:t.extend("--ft-chip-small-icon-size","",r.iconSize1),neutralBackgroundColor:t.extend("--ft-chip-neutral-background-color","",c.backgroundGlobalOnSurface),neutralColor:t.extend("--ft-chip-neutral-color","",c.contentGlobalPrimary),neutralIconColor:t.extend("--ft-chip-neutral-icon-color","",c.contentGlobalPrimary),neutralBorderColor:t.extend("--ft-chip-neutral-border-color","",c.borderGlobalSubtle),infoBackgroundColor:t.extend("--ft-chip-info-background-color","",c.backgroundInfoSubtle),infoColor:t.extend("--ft-chip-info-color","",c.contentInfoPrimary),infoIconColor:t.extend("--ft-chip-info-icon-color","",c.contentInfoIconOnly),infoBorderColor:t.extend("--ft-chip-info-border-color","",c.borderInfoSubtle),successBackgroundColor:t.extend("--ft-chip-success-background-color","",c.backgroundSuccessSubtle),successColor:t.extend("--ft-chip-success-color","",c.contentSuccessPrimary),successIconColor:t.extend("--ft-chip-success-icon-color","",c.contentSuccessIconOnly),successBorderColor:t.extend("--ft-chip-success-border-color","",c.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-chip-warning-background-color","",c.backgroundWarningSubtle),warningColor:t.extend("--ft-chip-warning-color","",c.contentWarningPrimary),warningIconColor:t.extend("--ft-chip-warning-icon-color","",c.contentWarningIconOnly),warningBorderColor:t.extend("--ft-chip-warning-border-color","",c.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-chip-error-background-color","",c.backgroundErrorSubtle),errorColor:t.extend("--ft-chip-error-color","",c.contentErrorPrimary),errorIconColor:t.extend("--ft-chip-error-icon-color","",c.contentErrorIconOnly),errorBorderColor:t.extend("--ft-chip-error-border-color","",c.borderErrorSubtle)};var $i={infoBorderColor:t.extend("--ft-border-info-border-color","",c.borderInfoSubtle)};var Di={borderWidth:t.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:t.extend("--ft-notice-horizontal-padding","",r.spacing2),verticalPadding:t.extend("--ft-notice-vertical-padding","",r.spacing1),borderRadius:t.extend("--ft-notice-border-radius","",r.borderRadiusS),gap:t.extend("--ft-notice-gap","",r.spacing2),iconSize:t.extend("--ft-notice-icon-size","",r.iconSize3),infoBackgroundColor:t.extend("--ft-notice-info-background-color","",c.backgroundInfoSubtle),infoBorderColor:t.extend("--ft-notice-info-border-color","",c.borderInfoSubtle),infoColor:t.extend("--ft-notice-info-color","",c.contentInfoPrimary),infoIconColor:t.extend("--ft-notice-info-icon-color","",c.contentInfoIconOnly),warningBackgroundColor:t.extend("--ft-notice-warning-background-color","",c.backgroundWarningSubtle),warningBorderColor:t.extend("--ft-notice-warning-border-color","",c.borderWarningSubtle),warningColor:t.extend("--ft-notice-warning-color","",c.contentWarningPrimary),warningIconColor:t.extend("--ft-notice-warning-icon-color","",c.contentWarningIconOnly),errorBackgroundColor:t.extend("--ft-notice-error-background-color","",c.backgroundErrorSubtle),errorBorderColor:t.extend("--ft-notice-error-border-color","",c.borderErrorSubtle),errorColor:t.extend("--ft-notice-error-color","",c.contentErrorPrimary),errorIconColor:t.extend("--ft-notice-error-icon-color","",c.contentErrorIconOnly),successBackgroundColor:t.extend("--ft-notice-success-background-color","",c.backgroundSuccessSubtle),successBorderColor:t.extend("--ft-notice-success-border-color","",c.borderSuccessSubtle),successColor:t.extend("--ft-notice-success-color","",c.contentSuccessPrimary),successIconColor:t.extend("--ft-notice-success-icon-color","",c.contentSuccessIconOnly)};var Fi={color:t.extend("--ft-checkbox-color","",c.contentGlobalPrimary),checkedBackgroundColor:t.extend("--ft-checkbox-checked-background-color","",c.contentActionPrimary),checkedStateLayerColor:t.extend("--ft-checkbox-checked-state-layer-color","",c.contentActionPrimary),checkedIconColor:t.extend("--ft-checkbox-checked-icon-color","",c.contentGlobalOnColor),checkedHoverStateLayerOpacity:t.extend("--ft-checkbox-checked-hover-state-layer-opacity","",r.opacity16),checkedFocusStateLayerOpacity:t.extend("--ft-checkbox-checked-focus-state-layer-opacity","",r.opacity16),checkedActiveStateLayerOpacity:t.extend("--ft-checkbox-checked-active-state-layer-opacity","",r.opacity24),checkedDisabledComponentOpacity:t.extend("--ft-checkbox-checked-disabled-component-opacity","",r.opacity40),uncheckedBorderColor:t.extend("--ft-checkbox-unchecked-border-color","",r.colorGray80),uncheckedStateLayerColor:t.extend("--ft-checkbox-unchecked-state-layer-color","",r.colorGray80),uncheckedHoverStateLayerOpacity:t.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",r.opacity16),uncheckedFocusStateLayerOpacity:t.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",r.opacity16),uncheckedActiveStateLayerOpacity:t.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",r.opacity24),uncheckedDisabledComponentOpacity:t.extend("--ft-checkbox-unchecked-disabled-component-opacity","",r.opacity40),focusFocusRingColor:t.extend("--ft-checkbox-focus-focus-ring-color","",c.borderActionFocusRing),focusOutlineOffset:t.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:t.extend("--ft-checkbox-gap","",r.spacing3)};var qi={offHoverStateLayerOpacity:t.extend("--ft-toggle-off-hover-state-layer-opacity","",r.opacity16),offFocusStateLayerOpacity:t.extend("--ft-toggle-off-focus-state-layer-opacity","",r.opacity16),offActiveStateLayerOpacity:t.extend("--ft-toggle-off-active-state-layer-opacity","",r.opacity24),offDisabledComponentOpacity:t.extend("--ft-toggle-off-disabled-component-opacity","",r.opacity40),offBackgroundColor:t.extend("--ft-toggle-off-background-color","",c.contentGlobalSubtle),offIconColor:t.extend("--ft-toggle-off-icon-color","",c.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-toggle-off-state-layer-color","",c.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-toggle-on-hover-state-layer-opacity","",r.opacity16),onFocusStateLayerOpacity:t.extend("--ft-toggle-on-focus-state-layer-opacity","",r.opacity16),onActiveStateLayerOpacity:t.extend("--ft-toggle-on-active-state-layer-opacity","",r.opacity24),onDisabledComponentOpacity:t.extend("--ft-toggle-on-disabled-component-opacity","",r.opacity40),onBackgroundColor:t.extend("--ft-toggle-on-background-color","",c.contentActionPrimary),onStateLayerColor:t.extend("--ft-toggle-on-state-layer-color","",c.contentActionPrimary),onIconColor:t.extend("--ft-toggle-on-icon-color","",c.contentActionPrimary),color:t.extend("--ft-toggle-color","",c.contentGlobalPrimary),focusFocusRingColor:t.extend("--ft-toggle-focus-focus-ring-color","",c.borderActionFocusRing),gap:t.extend("--ft-toggle-gap","",r.spacing3)};var ol={color:t.extend("--ft-radio-color","",c.contentGlobalPrimary),selectedRadioColor:t.extend("--ft-radio-selected-radio-color","",c.contentActionPrimary),selectedStateLayerColor:t.extend("--ft-radio-selected-state-layer-color","",c.contentActionPrimary),selectedHoverStateLayerOpacity:t.extend("--ft-radio-selected-hover-state-layer-opacity","",r.opacity16),selectedFocusStateLayerOpacity:t.extend("--ft-radio-selected-focus-state-layer-opacity","",r.opacity16),selectedActiveStateLayerOpacity:t.extend("--ft-radio-selected-active-state-layer-opacity","",r.opacity24),selectedDisabledComponentOpacity:t.extend("--ft-radio-selected-disabled-component-opacity","",r.opacity40),unselectedStateLayerColor:t.extend("--ft-radio-unselected-state-layer-color","",c.borderInputPrimary),unselectedBorderColor:t.extend("--ft-radio-unselected-border-color","",c.borderInputPrimary),unselectedHoverStateLayerOpacity:t.extend("--ft-radio-unselected-hover-state-layer-opacity","",r.opacity16),unselectedFocusStateLayerOpacity:t.extend("--ft-radio-unselected-focus-state-layer-opacity","",r.opacity16),unselectedActiveStateLayerOpacity:t.extend("--ft-radio-unselected-active-state-layer-opacity","",r.opacity24),unselectedDisabledComponentOpacity:t.extend("--ft-radio-unselected-disabled-component-opacity","",r.opacity40),focusFocusRingColor:t.extend("--ft-radio-focus-focus-ring-color","",c.borderActionFocusRing),focusOutlineOffset:t.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:t.extend("--ft-radio-gap","",r.spacing3)};var ll={iconSize:t.extend("--ft-notification-icon-size","",r.iconSize4),horizontalPadding:t.extend("--ft-notification-horizontal-padding","",r.spacing4),verticalPadding:t.extend("--ft-notification-vertical-padding","",r.spacing4),infoBackgroundColor:t.extend("--ft-notification-info-background-color","",c.backgroundInfoSubtle),infoColor:t.extend("--ft-notification-info-color","",c.contentInfoPrimary),infoIconColor:t.extend("--ft-notification-info-icon-color","",c.contentInfoIconOnly),infoBorderColor:t.extend("--ft-notification-info-border-color","",c.borderInfoSubtle),successBackgroundColor:t.extend("--ft-notification-success-background-color","",c.backgroundSuccessSubtle),successColor:t.extend("--ft-notification-success-color","",c.contentSuccessPrimary),successIconColor:t.extend("--ft-notification-success-icon-color","",c.contentSuccessIconOnly),successBorderColor:t.extend("--ft-notification-success-border-color","",c.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-notification-warning-background-color","",c.backgroundWarningSubtle),warningColor:t.extend("--ft-notification-warning-color","",c.contentWarningPrimary),warningIconColor:t.extend("--ft-notification-warning-icon-color","",c.contentWarningIconOnly),warningBorderColor:t.extend("--ft-notification-warning-border-color","",c.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-notification-error-background-color","",c.backgroundErrorSubtle),errorColor:t.extend("--ft-notification-error-color","",c.contentErrorPrimary),errorIconColor:t.extend("--ft-notification-error-icon-color","",c.contentErrorIconOnly),errorBorderColor:t.extend("--ft-notification-error-border-color","",c.borderErrorSubtle),borderRadius:t.extend("--ft-notification-border-radius","",r.borderRadiusPill),borderWidth:t.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:t.extend("--ft-notification-leading-gap","",r.spacing2),trailingGap:t.extend("--ft-notification-trailing-gap","",r.spacing8)};var fl={horizontalPadding:t.extend("--ft-tooltip-horizontal-padding","",r.spacing2),verticalPadding:t.extend("--ft-tooltip-vertical-padding","",r.spacing2),borderRadius:t.extend("--ft-tooltip-border-radius","",r.borderRadiusS),color:t.extend("--ft-tooltip-color","",c.contentGlobalOnColor),backgroundColor:t.extend("--ft-tooltip-background-color","",c.contentGlobalPrimary),backgroundOpacity:t.extend("--ft-tooltip-background-opacity","",r.opacity80),shadow:t.extend("--ft-tooltip-shadow","",r.shadowElevation03),maxWidth:t.create("--ft-tooltip-max-width","","SIZE","256px"),gap:t.extend("--ft-tooltip-gap","",r.spacing05)};var ne=x(k());function Xo(e){let o=ae[e];return ne.css`
|
|
135
|
+
.ft-typography--${(0,ne.unsafeCSS)(e)} {
|
|
136
|
+
font-family: ${o.fontFamily};
|
|
137
|
+
font-size: ${o.fontSize};
|
|
138
|
+
font-weight: ${o.fontWeight};
|
|
139
|
+
letter-spacing: ${o.letterSpacing};
|
|
140
|
+
line-height: ${o.lineHeight};
|
|
141
|
+
text-transform: ${o.textCase};
|
|
142
|
+
}
|
|
143
|
+
`}var qo=h.FtCssVariableFactory.extend("--ft-typography-font-family","",h.designSystemVariables.titleFont),ot=h.FtCssVariableFactory.extend("--ft-typography-font-family","",h.designSystemVariables.contentFont),u={fontFamily:ot,fontSize:h.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:h.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:h.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:h.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:h.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Rt={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-title-font-family","",qo),fontSize:h.FtCssVariableFactory.extend("--ft-typography-title-font-size","",u.fontSize,"20px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",u.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",u.letterSpacing,"0.15px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-title-line-height","",u.lineHeight,"1.2"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",u.textTransform,"inherit")},At={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",qo),fontSize:h.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",u.fontSize,"14px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",u.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",u.letterSpacing,"0.105px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",u.lineHeight,"1.7"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",u.textTransform,"inherit")},Lt={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",ot),fontSize:h.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",u.fontSize,"16px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",u.fontWeight,"600"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",u.letterSpacing,"0.144px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",u.lineHeight,"1.5"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",u.textTransform,"inherit")},Wt={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",ot),fontSize:h.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",u.fontSize,"14px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",u.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",u.letterSpacing,"0.098px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",u.lineHeight,"1.7"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",u.textTransform,"inherit")},It={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",ot),fontSize:h.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",u.fontSize,"16px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",u.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",u.letterSpacing,"0.496px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",u.lineHeight,"1.5"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",u.textTransform,"inherit")},Tt={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",ot),fontSize:h.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",u.fontSize,"14px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",u.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",u.letterSpacing,"0.252px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",u.lineHeight,"1.4"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",u.textTransform,"inherit")},Bt={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",ot),fontSize:h.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",u.fontSize,"12px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",u.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",u.letterSpacing,"0.396px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",u.lineHeight,"1.33"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",u.textTransform,"inherit")},Pt={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",ot),fontSize:h.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",u.fontSize,"10px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",u.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",u.letterSpacing,"0.33px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",u.lineHeight,"1.6"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",u.textTransform,"inherit")},zt={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",ot),fontSize:h.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",u.fontSize,"10px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",u.fontWeight,"normal"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",u.letterSpacing,"1.5px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",u.lineHeight,"1.6"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",u.textTransform,"uppercase")},$t={fontFamily:h.FtCssVariableFactory.extend("--ft-typography-button-font-family","",ot),fontSize:h.FtCssVariableFactory.extend("--ft-typography-button-font-size","",u.fontSize,"14px"),fontWeight:h.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",u.fontWeight,"600"),letterSpacing:h.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",u.letterSpacing,"1.246px"),lineHeight:h.FtCssVariableFactory.extend("--ft-typography-button-line-height","",u.lineHeight,"1.15"),textTransform:h.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",u.textTransform,"uppercase")},Jo=K.css`
|
|
144
144
|
.ft-typography--title {
|
|
145
|
-
font-family: ${
|
|
146
|
-
font-size: ${
|
|
147
|
-
font-weight: ${
|
|
148
|
-
letter-spacing: ${
|
|
149
|
-
line-height: ${
|
|
150
|
-
text-transform: ${
|
|
151
|
-
}
|
|
152
|
-
|
|
145
|
+
font-family: ${Rt.fontFamily};
|
|
146
|
+
font-size: ${Rt.fontSize};
|
|
147
|
+
font-weight: ${Rt.fontWeight};
|
|
148
|
+
letter-spacing: ${Rt.letterSpacing};
|
|
149
|
+
line-height: ${Rt.lineHeight};
|
|
150
|
+
text-transform: ${Rt.textTransform};
|
|
151
|
+
}
|
|
152
|
+
`,Qo=K.css`
|
|
153
153
|
.ft-typography--title-dense {
|
|
154
|
-
font-family: ${
|
|
155
|
-
font-size: ${
|
|
156
|
-
font-weight: ${
|
|
157
|
-
letter-spacing: ${
|
|
158
|
-
line-height: ${
|
|
159
|
-
text-transform: ${
|
|
160
|
-
}
|
|
161
|
-
`,
|
|
154
|
+
font-family: ${At.fontFamily};
|
|
155
|
+
font-size: ${At.fontSize};
|
|
156
|
+
font-weight: ${At.fontWeight};
|
|
157
|
+
letter-spacing: ${At.letterSpacing};
|
|
158
|
+
line-height: ${At.lineHeight};
|
|
159
|
+
text-transform: ${At.textTransform};
|
|
160
|
+
}
|
|
161
|
+
`,tr=K.css`
|
|
162
162
|
.ft-typography--subtitle1 {
|
|
163
|
-
font-family: ${
|
|
164
|
-
font-size: ${Lt};
|
|
165
|
-
font-weight: ${
|
|
166
|
-
letter-spacing: ${
|
|
167
|
-
line-height: ${
|
|
168
|
-
text-transform: ${
|
|
169
|
-
}
|
|
170
|
-
`,
|
|
163
|
+
font-family: ${Lt.fontFamily};
|
|
164
|
+
font-size: ${Lt.fontSize};
|
|
165
|
+
font-weight: ${Lt.fontWeight};
|
|
166
|
+
letter-spacing: ${Lt.letterSpacing};
|
|
167
|
+
line-height: ${Lt.lineHeight};
|
|
168
|
+
text-transform: ${Lt.textTransform};
|
|
169
|
+
}
|
|
170
|
+
`,er=K.css`
|
|
171
171
|
.ft-typography--subtitle2 {
|
|
172
|
-
font-family: ${
|
|
173
|
-
font-size: ${
|
|
174
|
-
font-weight: ${
|
|
175
|
-
letter-spacing: ${
|
|
176
|
-
line-height: ${
|
|
177
|
-
text-transform: ${
|
|
172
|
+
font-family: ${Wt.fontFamily};
|
|
173
|
+
font-size: ${Wt.fontSize};
|
|
174
|
+
font-weight: ${Wt.fontWeight};
|
|
175
|
+
letter-spacing: ${Wt.letterSpacing};
|
|
176
|
+
line-height: ${Wt.lineHeight};
|
|
177
|
+
text-transform: ${Wt.textTransform};
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
-
`,
|
|
180
|
+
`,or=K.css`
|
|
181
181
|
.ft-typography--body1 {
|
|
182
|
-
font-family: ${
|
|
183
|
-
font-size: ${
|
|
184
|
-
font-weight: ${
|
|
185
|
-
letter-spacing: ${
|
|
186
|
-
line-height: ${
|
|
187
|
-
text-transform: ${
|
|
188
|
-
}
|
|
189
|
-
`,
|
|
182
|
+
font-family: ${It.fontFamily};
|
|
183
|
+
font-size: ${It.fontSize};
|
|
184
|
+
font-weight: ${It.fontWeight};
|
|
185
|
+
letter-spacing: ${It.letterSpacing};
|
|
186
|
+
line-height: ${It.lineHeight};
|
|
187
|
+
text-transform: ${It.textTransform};
|
|
188
|
+
}
|
|
189
|
+
`,rr=K.css`
|
|
190
190
|
.ft-typography--body2 {
|
|
191
|
-
font-family: ${
|
|
192
|
-
font-size: ${
|
|
193
|
-
font-weight: ${
|
|
194
|
-
letter-spacing: ${
|
|
195
|
-
line-height: ${
|
|
196
|
-
text-transform: ${
|
|
197
|
-
}
|
|
198
|
-
`,
|
|
191
|
+
font-family: ${Tt.fontFamily};
|
|
192
|
+
font-size: ${Tt.fontSize};
|
|
193
|
+
font-weight: ${Tt.fontWeight};
|
|
194
|
+
letter-spacing: ${Tt.letterSpacing};
|
|
195
|
+
line-height: ${Tt.lineHeight};
|
|
196
|
+
text-transform: ${Tt.textTransform};
|
|
197
|
+
}
|
|
198
|
+
`,ar=K.css`
|
|
199
199
|
.ft-typography--caption {
|
|
200
|
-
font-family: ${
|
|
201
|
-
font-size: ${
|
|
202
|
-
font-weight: ${
|
|
203
|
-
letter-spacing: ${
|
|
204
|
-
line-height: ${
|
|
205
|
-
text-transform: ${
|
|
206
|
-
}
|
|
207
|
-
`,
|
|
200
|
+
font-family: ${Bt.fontFamily};
|
|
201
|
+
font-size: ${Bt.fontSize};
|
|
202
|
+
font-weight: ${Bt.fontWeight};
|
|
203
|
+
letter-spacing: ${Bt.letterSpacing};
|
|
204
|
+
line-height: ${Bt.lineHeight};
|
|
205
|
+
text-transform: ${Bt.textTransform};
|
|
206
|
+
}
|
|
207
|
+
`,nr=K.css`
|
|
208
208
|
.ft-typography--breadcrumb {
|
|
209
|
-
font-family: ${
|
|
210
|
-
font-size: ${
|
|
211
|
-
font-weight: ${
|
|
212
|
-
letter-spacing: ${
|
|
213
|
-
line-height: ${
|
|
214
|
-
text-transform: ${
|
|
215
|
-
}
|
|
216
|
-
`,
|
|
209
|
+
font-family: ${Pt.fontFamily};
|
|
210
|
+
font-size: ${Pt.fontSize};
|
|
211
|
+
font-weight: ${Pt.fontWeight};
|
|
212
|
+
letter-spacing: ${Pt.letterSpacing};
|
|
213
|
+
line-height: ${Pt.lineHeight};
|
|
214
|
+
text-transform: ${Pt.textTransform};
|
|
215
|
+
}
|
|
216
|
+
`,ir=K.css`
|
|
217
217
|
.ft-typography--overline {
|
|
218
|
-
font-family: ${
|
|
219
|
-
font-size: ${
|
|
220
|
-
font-weight: ${
|
|
221
|
-
letter-spacing: ${
|
|
222
|
-
line-height: ${
|
|
223
|
-
text-transform: ${
|
|
224
|
-
}
|
|
225
|
-
`,
|
|
218
|
+
font-family: ${zt.fontFamily};
|
|
219
|
+
font-size: ${zt.fontSize};
|
|
220
|
+
font-weight: ${zt.fontWeight};
|
|
221
|
+
letter-spacing: ${zt.letterSpacing};
|
|
222
|
+
line-height: ${zt.lineHeight};
|
|
223
|
+
text-transform: ${zt.textTransform};
|
|
224
|
+
}
|
|
225
|
+
`,lr=K.css`
|
|
226
226
|
.ft-typography--button {
|
|
227
|
-
font-family: ${
|
|
228
|
-
font-size: ${
|
|
229
|
-
font-weight: ${
|
|
230
|
-
letter-spacing: ${
|
|
231
|
-
line-height: ${
|
|
232
|
-
text-transform: ${
|
|
233
|
-
}
|
|
234
|
-
`,
|
|
227
|
+
font-family: ${$t.fontFamily};
|
|
228
|
+
font-size: ${$t.fontSize};
|
|
229
|
+
font-weight: ${$t.fontWeight};
|
|
230
|
+
letter-spacing: ${$t.letterSpacing};
|
|
231
|
+
line-height: ${$t.lineHeight};
|
|
232
|
+
text-transform: ${$t.textTransform};
|
|
233
|
+
}
|
|
234
|
+
`,cr=K.css`
|
|
235
235
|
.ft-typography {
|
|
236
236
|
vertical-align: inherit;
|
|
237
237
|
}
|
|
238
|
-
`,
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
font-size: ${o.fontSize};
|
|
242
|
-
font-weight: ${o.fontWeight};
|
|
243
|
-
letter-spacing: ${o.letterSpacing};
|
|
244
|
-
line-height: ${o.lineHeight};
|
|
245
|
-
text-transform: ${o.textCase};
|
|
246
|
-
}
|
|
247
|
-
`}(t)))];var Ho,Go,jo=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class Mo extends o.FtLitElement{constructor(){super(...arguments),this.variant=ht.body1}render(){return this.element?dt`
|
|
248
|
-
<${ft(this.element)}
|
|
238
|
+
`,sr=[Object.keys(ae).map(e=>Xo(e))];var pr=function(e,o,a,n){var i=arguments.length,l=i<3?o:n===null?n=Object.getOwnPropertyDescriptor(o,a):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,a,n);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(i<3?s(l):i>3?s(o,a,l):s(o,a))||l);return i>3&&l&&Object.defineProperty(o,a,l),l},F=class extends dr.FtLitElement{constructor(){super(...arguments),this.variant=Et.body1}render(){return this.element?we`
|
|
239
|
+
<${Ne(this.element)}
|
|
240
|
+
part="text"
|
|
249
241
|
class="ft-typography ft-typography--${this.variant}">
|
|
250
242
|
<slot></slot>
|
|
251
|
-
</${
|
|
252
|
-
`:
|
|
253
|
-
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
254
|
-
`}}
|
|
243
|
+
</${Ne(this.element)}>
|
|
244
|
+
`:we`
|
|
245
|
+
<slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
|
|
246
|
+
`}};F.styles=[Jo,Qo,tr,er,or,rr,ar,nr,ir,lr,cr,...sr];pr([(0,Ee.property)()],F.prototype,"element",void 0);pr([(0,Ee.property)()],F.prototype,"variant",void 0);(0,fr.customElement)("ft-typography")(F);var xr=x(I());var Vt=x(k()),Ot=x(yt()),ur=x(I()),br=x(hr());var ie;(function(e){e.THUMBS_DOWN="",e.THUMBS_DOWN_PLAIN="",e.THUMBS_UP="",e.THUMBS_UP_PLAIN="",e.STAR="",e.STAR_PLAIN="",e.DESKTOP="",e.LIFE_RING="",e.GLOBE="",e.PIGGY_BANK="",e.TABLET_LANDSCAPE="",e.TABLET_PORTRAIT="",e.MOBILE_LANDSCAPE="",e.MOBILE_PORTRAIT="",e.ARROW_RIGHT_TO_LINE="",e.THIN_ARROW_UP="",e.CONTEXTUAL="",e.CHART_SIMPLE="",e.BARS_PROGRESS="",e.LINE_CHART="",e.STACKED_CHART="",e.CHART_BAR_NORMALIZED="",e.BOOK_OPEN_GEAR="",e.BOOK_OPEN_GEAR_SLASH="",e.DIAGRAM_SUNBURST="",e.DIAGRAM_SANKEY="",e.UNSTRUCTURED_DOC="",e.RESET="",e.THIN_ARROW_LEFT="",e.THIN_ARROW_RIGHT="",e.MY_COLLECTIONS="",e.OFFLINE_SETTINGS="",e.MY_LIBRARY="",e.RATE_PLAIN="",e.RATE="",e.FEEDBACK_PLAIN="",e.PAUSE="",e.PLAY="",e.RELATIVES_PLAIN="",e.RELATIVES="",e.SHORTCUT_MENU="",e.PRINT="",e.DEFAULT_ROLES="",e.ACCOUNT_SETTINGS="",e.ONLINE="",e.OFFLINE="",e.UPLOAD="",e.BOOK_PLAIN="",e.SYNC="",e.SHARED_PBK="",e.COLLECTIONS="",e.SEARCH_IN_PUBLICATION="",e.BOOKS="",e.LOCKER="",e.ARROW_DOWN="",e.ARROW_LEFT="",e.ARROW_RIGHT="",e.ARROW_UP="",e.SAVE="",e.MAILS_AND_NOTIFICATIONS="",e.DOT="",e.MINUS="",e.PLUS="",e.FILTERS="",e.STRIPE_ARROW_RIGHT="",e.STRIPE_ARROW_LEFT="",e.ATTACHMENTS="",e.ADD_BOOKMARK="",e.BOOKMARK="",e.EXPORT="",e.MENU="",e.TAG="",e.TAG_PLAIN="",e.COPY_TO_CLIPBOARD="",e.COLUMNS="",e.ARTICLE="",e.CLOSE="",e.OCTAGON_XMARK="",e.CLOSE_PLAIN="",e.CHECK_PLAIN="",e.LOGOUT="",e.SIGN_IN="",e.THIN_ARROW="",e.TRIANGLE_BOTTOM="",e.TRIANGLE_LEFT="",e.TRIANGLE_RIGHT="",e.TRIANGLE_TOP="",e.FACET_HAS_DESCENDANT="",e.MINUS_PLAIN="",e.PLUS_PLAIN="",e.INFO="",e.ICON_EXPAND="",e.ICON_COLLAPSE="",e.ADD_TO_PBK="",e.ALERT="",e.ADD_ALERT="",e.BACK_TO_SEARCH="",e.DOWNLOAD="",e.EDIT="",e.FEEDBACK="",e.MODIFY_PBK="",e.SCHEDULED="",e.SEARCH="",e.SHARE="󨃱",e.TOC="",e.WRITE_UGC="",e.TRASH="",e.EXTLINK="",e.EXTLINK_LIGHT="",e.CALENDAR="",e.BOOK="",e.DOWNLOAD_PLAIN="",e.CHECK="",e.TOPICS="",e.EYE="",e.EYE_SLASH="",e.DISC="",e.CIRCLE="",e.SHARED="",e.SORT_UNSORTED="",e.SORT_UP="",e.SORT_DOWN="",e.WORKING="",e.ZOOM_OUT="",e.ZOOM_IN="",e.ZOOM_REALSIZE="",e.ZOOM_FULLSCREEN="",e.ADMIN_RESTRICTED="",e.ADMIN_THEME="",e.WARNING="",e.CONTEXT="",e.SEARCH_HOME="",e.STEPS="",e.HOME="",e.TRANSLATE="",e.USER="",e.ADMIN="",e.ANALYTICS="",e.ADMIN_KHUB="",e.ADMIN_USERS="",e.ADMIN_INTEGRATION="",e.ADMIN_PORTAL="",e.COMMENT_QUESTION="",e.COMMENT_QUESTION_PLAIN="",e.MESSAGE_BOT="",e.PIP="",e.PIP_WIDE="",e.EXPAND_WIDE="",e.X_MARK="",e.CLONE="",e.CLONE_LINK_SIMPLE="",e.CONSUMER="",e.HOURGLASS_HALF="",e.CLOCK_THREE="",e.CALENDAR_DAY="",e.COMPUTER_MOUSE_MAGNIFYING_GLASS="",e.WAND_MAGIC_SPARKLES="",e.PAPER_PLANE=""})(ie||(ie={}));var g;(function(e){e.UNKNOWN="",e.ABW="",e.AUDIO="",e.AVI="",e.CHM="",e.CODE="",e.CSV="",e.DITA="",e.EPUB="",e.EXCEL="",e.FLAC="",e.GIF="",e.GZIP="",e.HTML="",e.IMAGE="",e.JPEG="",e.JSON="",e.M4A="",e.MOV="",e.MP3="",e.MP4="",e.OGG="",e.PDF="",e.PNG="",e.POWERPOINT="",e.RAR="",e.STP="",e.TEXT="",e.VIDEO="",e.WAV="",e.WMA="",e.WORD="",e.XML="",e.YAML="",e.ZIP=""})(g||(g={}));var Wc=new Map([...["abw"].map(e=>[e,g.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(e=>[e,g.AUDIO]),...["avi"].map(e=>[e,g.AVI]),...["chm","xhs"].map(e=>[e,g.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(e=>[e,g.CODE]),...["csv"].map(e=>[e,g.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,g.DITA]),...["epub"].map(e=>[e,g.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,g.EXCEL]),...["flac"].map(e=>[e,g.FLAC]),...["gif"].map(e=>[e,g.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,g.GZIP]),...["html","htm","xhtml"].map(e=>[e,g.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(e=>[e,g.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,g.JPEG]),...["json"].map(e=>[e,g.JSON]),...["m4a","m4p"].map(e=>[e,g.M4A]),...["mov","qt"].map(e=>[e,g.MOV]),...["mp3"].map(e=>[e,g.MP3]),...["mp4","m4v"].map(e=>[e,g.MP4]),...["ogg","oga"].map(e=>[e,g.OGG]),...["pdf","ps"].map(e=>[e,g.PDF]),...["png"].map(e=>[e,g.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,g.POWERPOINT]),...["rar"].map(e=>[e,g.RAR]),...["stp"].map(e=>[e,g.STP]),...["txt","rtf","md","mdown"].map(e=>[e,g.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(e=>[e,g.VIDEO]),...["wav"].map(e=>[e,g.WAV]),...["wma"].map(e=>[e,g.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,g.WORD]),...["xml","xsl","rdf"].map(e=>[e,g.XML]),...["yaml","yml","x-yaml"].map(e=>[e,g.YAML]),...["zip"].map(e=>[e,g.ZIP])]);var Ic={[g.ABW]:"#91ABC6",[g.AUDIO]:"#1795E3",[g.AVI]:"#E63324",[g.CHM]:"#71C3EB",[g.CODE]:"#71C3EB",[g.CSV]:"#1F7345",[g.DITA]:"#71C3EB",[g.EPUB]:"#85B926",[g.EXCEL]:"#1F7345",[g.FLAC]:"#1795E3",[g.GIF]:"#59B031",[g.GZIP]:"#F8AB36",[g.HTML]:"#71C3EB",[g.IMAGE]:"#59B031",[g.JPEG]:"#59B031",[g.JSON]:"#71C3EB",[g.M4A]:"#1795E3",[g.MOV]:"#E63324",[g.MP3]:"#1795E3",[g.MP4]:"#E63324",[g.OGG]:"#1795E3",[g.PDF]:"#E44948",[g.PNG]:"#59B031",[g.POWERPOINT]:"#B54A2B",[g.RAR]:"#F8AB36",[g.STP]:"#3764B1",[g.TEXT]:"#3162AB",[g.UNKNOWN]:"#999999",[g.VIDEO]:"#E63324",[g.WAV]:"#1795E3",[g.WMA]:"#1795E3",[g.WORD]:"#3162AB",[g.XML]:"#71C3EB",[g.YAML]:"#71C3EB",[g.ZIP]:"#F8AB36"};var yr=x(k()),at=x(I()),rt={size:at.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:at.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",at.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:at.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",at.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:at.FtCssVariableFactory.extend("--ft-icon-material-font-family","",at.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:at.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},mr=yr.css`
|
|
255
247
|
:host, i.ft-icon {
|
|
256
248
|
display: inline-flex;
|
|
257
249
|
align-items: center;
|
|
@@ -260,14 +252,14 @@ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},ft=t=>({_$li
|
|
|
260
252
|
}
|
|
261
253
|
|
|
262
254
|
:host {
|
|
263
|
-
width: ${
|
|
264
|
-
height: ${
|
|
255
|
+
width: ${rt.size};
|
|
256
|
+
height: ${rt.size};
|
|
265
257
|
}
|
|
266
258
|
|
|
267
259
|
i.ft-icon {
|
|
268
260
|
width: 100%;
|
|
269
261
|
height: 100%;
|
|
270
|
-
font-size: ${
|
|
262
|
+
font-size: ${rt.size};
|
|
271
263
|
line-height: 1;
|
|
272
264
|
font-weight: normal;
|
|
273
265
|
text-transform: none;
|
|
@@ -278,37 +270,37 @@ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},ft=t=>({_$li
|
|
|
278
270
|
text-rendering: auto;
|
|
279
271
|
-webkit-font-smoothing: antialiased;
|
|
280
272
|
-moz-osx-font-smoothing: grayscale;
|
|
281
|
-
vertical-align: ${
|
|
273
|
+
vertical-align: ${rt.verticalAlign};
|
|
282
274
|
}
|
|
283
275
|
|
|
284
276
|
i.ft-icon.ft-icon--fluid-topics {
|
|
285
|
-
font-family: ${
|
|
277
|
+
font-family: ${rt.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
|
|
286
278
|
|
|
287
279
|
/* Ugly fix because font is broken */
|
|
288
|
-
font-size: calc(0.75 * ${
|
|
289
|
-
line-height: ${
|
|
280
|
+
font-size: calc(0.75 * ${rt.size});
|
|
281
|
+
line-height: ${rt.size};
|
|
290
282
|
position: relative;
|
|
291
283
|
top: -4%;
|
|
292
284
|
justify-content: center;
|
|
293
285
|
}
|
|
294
286
|
|
|
295
287
|
.ft-icon--file-format {
|
|
296
|
-
font-family: ${
|
|
288
|
+
font-family: ${rt.fileFormatFontFamily}, ft-mime, sans-serif;
|
|
297
289
|
}
|
|
298
290
|
|
|
299
291
|
.ft-icon--material {
|
|
300
|
-
font-family: ${
|
|
292
|
+
font-family: ${rt.materialFontFamily}, "Material Icons", sans-serif;
|
|
301
293
|
}
|
|
302
|
-
`;var
|
|
303
|
-
<i class="ft-icon ft-icon--${
|
|
304
|
-
${
|
|
305
|
-
<slot ?hidden=${
|
|
294
|
+
`;var ft;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(ft||(ft={}));var le=function(e,o,a,n){var i=arguments.length,l=i<3?o:n===null?n=Object.getOwnPropertyDescriptor(o,a):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,a,n);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(i<3?s(l):i>3?s(o,a,l):s(o,a))||l);return i>3&&l&&Object.defineProperty(o,a,l),l},Z=class extends ur.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=Vt.nothing}render(){let o=this.variant&&Object.values(ft).includes(this.variant)?this.variant:ft.fluid_topics,a=o!==ft.material||!!this.value;return Vt.html`
|
|
295
|
+
<i class="ft-icon ft-icon--${o}" part="icon icon-${o}">
|
|
296
|
+
${(0,br.unsafeHTML)(this.resolvedIcon)}
|
|
297
|
+
<slot ?hidden=${a}></slot>
|
|
306
298
|
</i>
|
|
307
|
-
`}get textContent(){var
|
|
299
|
+
`}get textContent(){var o,a;return(a=(o=this.slottedContent)===null||o===void 0?void 0:o.assignedNodes().map(n=>n.textContent).join("").trim())!==null&&a!==void 0?a:""}update(o){super.update(o),["value","variant"].some(a=>o.has(a))&&this.resolveIcon()}resolveIcon(){var o,a;let n=this.value||this.textContent;switch(this.variant){case ft.file_format:this.resolvedIcon=(o=g[n.replace("-","_").toUpperCase()])!==null&&o!==void 0?o:n;break;case ft.material:this.resolvedIcon=this.value||Vt.nothing;break;default:this.resolvedIcon=(a=ie[n.replace("-","_").toUpperCase()])!==null&&a!==void 0?a:n;break}}firstUpdated(o){super.firstUpdated(o),setTimeout(()=>this.resolveIcon())}};Z.elementDefinitions={};Z.styles=mr;le([(0,Ot.property)()],Z.prototype,"variant",void 0);le([(0,Ot.property)()],Z.prototype,"value",void 0);le([(0,Ot.state)()],Z.prototype,"resolvedIcon",void 0);le([(0,Ot.query)("slot")],Z.prototype,"slottedContent",void 0);(0,xr.customElement)("ft-icon")(Z);var ce;(function(e){e.left="left",e.right="right",e.start="start",e.end="end",e.justify="justify"})(ce||(ce={}));var Or=x(k()),D=x(I()),X={horizontalButtonsWidth:D.FtCssVariableFactory.create("--ft-tabs-horizontal-buttons-width","Width of the tab buttons (N/A for vertical justified tabs)","SIZE","100px"),horizontalDenseButtonsWidth:D.FtCssVariableFactory.create("--ft-tabs-horizontal-dense-buttons-width","Width of the tab buttons when dense (N/A for vertical justified tabs)","SIZE","56px"),widthWhenHorizontalAndOpen:D.FtCssVariableFactory.create("--ft-tabs-width-when-horizontal-and-open","Width of the component when set to horizontal and open","SIZE","100%"),colorSurface:D.FtCssVariableFactory.external(D.designSystemVariables.colorSurface,"Design system"),colorPrimary:D.FtCssVariableFactory.external(D.designSystemVariables.colorPrimary,"Design system"),colorOnSurfaceMedium:D.FtCssVariableFactory.external(D.designSystemVariables.colorOnSurfaceMedium,"Design system"),colorOnSurfaceDisabled:D.FtCssVariableFactory.external(D.designSystemVariables.colorOnSurfaceDisabled,"Design system")},Sr=Or.css`
|
|
308
300
|
.ft-tabs {
|
|
309
301
|
display: flex;
|
|
310
302
|
flex-direction: column;
|
|
311
|
-
background-color: ${
|
|
303
|
+
background-color: ${X.colorSurface};
|
|
312
304
|
height: 100%;
|
|
313
305
|
}
|
|
314
306
|
|
|
@@ -317,15 +309,15 @@ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},ft=t=>({_$li
|
|
|
317
309
|
-moz-transition: width 200ms ease-in-out;
|
|
318
310
|
-o-transition: width 200ms ease-in-out;
|
|
319
311
|
transition: width 200ms ease-in-out;
|
|
320
|
-
width: ${
|
|
312
|
+
width: ${X.widthWhenHorizontalAndOpen};
|
|
321
313
|
}
|
|
322
314
|
|
|
323
315
|
.ft-tabs--horizontal.ft-tabs--collapsed {
|
|
324
|
-
width: ${
|
|
316
|
+
width: ${X.horizontalButtonsWidth};
|
|
325
317
|
}
|
|
326
318
|
|
|
327
319
|
.ft-tabs--horizontal.ft-tabs--dense.ft-tabs--collapsed {
|
|
328
|
-
width: ${
|
|
320
|
+
width: ${X.horizontalDenseButtonsWidth};
|
|
329
321
|
}
|
|
330
322
|
|
|
331
323
|
.ft-tabs--horizontal {
|
|
@@ -377,23 +369,23 @@ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},ft=t=>({_$li
|
|
|
377
369
|
outline: none;
|
|
378
370
|
font-size: 16px;
|
|
379
371
|
line-height: 1;
|
|
380
|
-
color: ${
|
|
372
|
+
color: ${X.colorOnSurfaceMedium};
|
|
381
373
|
}
|
|
382
374
|
|
|
383
375
|
.ft-tabs--horizontal [role='tab'] {
|
|
384
|
-
width: ${
|
|
376
|
+
width: ${X.horizontalButtonsWidth};
|
|
385
377
|
}
|
|
386
378
|
|
|
387
379
|
.ft-tabs--horizontal.ft-tabs--dense [role='tab'] {
|
|
388
|
-
width: ${
|
|
380
|
+
width: ${X.horizontalDenseButtonsWidth};
|
|
389
381
|
}
|
|
390
382
|
|
|
391
383
|
[role='tab'][aria-selected='true'] {
|
|
392
|
-
color: ${
|
|
384
|
+
color: ${X.colorPrimary};
|
|
393
385
|
}
|
|
394
386
|
|
|
395
387
|
[role='tab'][disabled] {
|
|
396
|
-
color: ${
|
|
388
|
+
color: ${X.colorOnSurfaceDisabled};
|
|
397
389
|
}
|
|
398
390
|
|
|
399
391
|
.ft-tabs--align-justify [role='tab'],
|
|
@@ -423,7 +415,7 @@ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},ft=t=>({_$li
|
|
|
423
415
|
position: absolute;
|
|
424
416
|
height: 3px;
|
|
425
417
|
border-radius: 2px;
|
|
426
|
-
background-color: ${
|
|
418
|
+
background-color: ${X.colorPrimary};
|
|
427
419
|
transition: width 200ms ease, left 200ms ease, top 200ms ease;
|
|
428
420
|
}
|
|
429
421
|
|
|
@@ -432,7 +424,7 @@ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},ft=t=>({_$li
|
|
|
432
424
|
flex-grow: 1;
|
|
433
425
|
overflow: auto;
|
|
434
426
|
}
|
|
435
|
-
|
|
427
|
+
`;var jr=x(I());var Vr=x(k()),L=x(yt()),Qt=x(I());var vr=x(k()),nt=x(I()),_t={distance:nt.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:nt.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:nt.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:nt.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:nt.FtCssVariableFactory.external(nt.designSystemVariables.borderRadiusS,"Design system"),maxWidth:nt.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Cr=vr.css`
|
|
436
428
|
.ft-tooltip--container {
|
|
437
429
|
display: block;
|
|
438
430
|
}
|
|
@@ -447,21 +439,21 @@ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},ft=t=>({_$li
|
|
|
447
439
|
box-sizing: border-box;
|
|
448
440
|
overflow: hidden;
|
|
449
441
|
width: max-content;
|
|
450
|
-
max-width: ${
|
|
442
|
+
max-width: ${_t.maxWidth};
|
|
451
443
|
text-align: center;
|
|
452
|
-
padding: ${
|
|
453
|
-
z-index: ${
|
|
444
|
+
padding: ${_t.distance};
|
|
445
|
+
z-index: ${_t.zIndex};
|
|
454
446
|
}
|
|
455
447
|
|
|
456
448
|
.ft-tooltip--content {
|
|
457
449
|
padding: 4px 8px;
|
|
458
|
-
border-radius: ${
|
|
459
|
-
background-color: ${
|
|
460
|
-
color: ${
|
|
450
|
+
border-radius: ${_t.borderRadiusS};
|
|
451
|
+
background-color: ${_t.backgroundColor};
|
|
452
|
+
color: ${_t.color};
|
|
461
453
|
position: relative;
|
|
462
454
|
word-break: break-word;
|
|
463
455
|
}
|
|
464
|
-
`,fe=["start","end"],se=["top","right","bottom","left"].reduce(((t,o)=>t.concat(o,o+"-"+fe[0],o+"-"+fe[1])),[]),de=Math.min,he=Math.max,ge=Math.round,ye=t=>({x:t,y:t}),be={left:"right",right:"left",bottom:"top",top:"bottom"},ue={start:"end",end:"start"};function me(t,o,e){return he(t,de(o,e))}function xe(t,o){return"function"==typeof t?t(o):t}function Oe(t){return t.split("-")[0]}function Ne(t){return t.split("-")[1]}function ve(t){return"x"===t?"y":"x"}function Se(t){return"y"===t?"height":"width"}function we(t){return["top","bottom"].includes(Oe(t))?"y":"x"}function Ie(t){return ve(we(t))}function Ce(t){return t.replace(/left|right|bottom|top/g,(t=>be[t]))}function Ee(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function We(t,o,e){let{reference:r,floating:a}=t;const i=we(o),n=Ie(o),l=Se(n),c=Oe(o),p="y"===i,f=r.x+r.width/2-a.width/2,s=r.y+r.height/2-a.height/2,d=r[l]/2-a[l]/2;let h;switch(c){case"top":h={x:f,y:r.y-a.height};break;case"bottom":h={x:f,y:r.y+r.height};break;case"right":h={x:r.x+r.width,y:s};break;case"left":h={x:r.x-a.width,y:s};break;default:h={x:r.x,y:r.y}}switch(Ne(o)){case"start":h[n]-=d*(e&&p?-1:1);break;case"end":h[n]+=d*(e&&p?-1:1)}return h}async function Ue(t,o){var e;void 0===o&&(o={});const{x:r,y:a,platform:i,rects:n,elements:l,strategy:c}=t,{boundary:p="clippingAncestors",rootBoundary:f="viewport",elementContext:s="floating",altBoundary:d=!1,padding:h=0}=xe(o,t),g=function(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}(h),y=l[d?"floating"===s?"reference":"floating":s],b=Ee(await i.getClippingRect({element:null==(e=await(null==i.isElement?void 0:i.isElement(y)))||e?y:y.contextElement||await(null==i.getDocumentElement?void 0:i.getDocumentElement(l.floating)),boundary:p,rootBoundary:f,strategy:c})),u="floating"===s?{...n.floating,x:r,y:a}:n.reference,m=await(null==i.getOffsetParent?void 0:i.getOffsetParent(l.floating)),x=await(null==i.isElement?void 0:i.isElement(m))&&await(null==i.getScale?void 0:i.getScale(m))||{x:1,y:1},O=Ee(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({rect:u,offsetParent:m,strategy:c}):u);return{top:(b.top-O.top+g.top)/x.y,bottom:(O.bottom-b.bottom+g.bottom)/x.y,left:(b.left-O.left+g.left)/x.x,right:(O.right-b.right+g.right)/x.x}}function $e(t,o,e){return(t?[...e.filter((o=>Ne(o)===t)),...e.filter((o=>Ne(o)!==t))]:e.filter((t=>Oe(t)===t))).filter((e=>!t||(Ne(e)===t||!!o&&function(t){return t.replace(/start|end/g,(t=>ue[t]))}(e)!==e)))}const Re=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(o){var e,r,a;const{rects:i,middlewareData:n,placement:l,platform:c,elements:p}=o,{crossAxis:f=!1,alignment:s,allowedPlacements:d=se,autoAlignment:h=!0,...g}=xe(t,o),y=void 0!==s||d===se?$e(s||null,h,d):d,b=await Ue(o,g),u=(null==(e=n.autoPlacement)?void 0:e.index)||0,m=y[u];if(null==m)return{};const x=function(t,o,e){void 0===e&&(e=!1);const r=Ne(t),a=Ie(t),i=Se(a);let n="x"===a?r===(e?"end":"start")?"right":"left":"start"===r?"bottom":"top";return o.reference[i]>o.floating[i]&&(n=Ce(n)),[n,Ce(n)]}(m,i,await(null==c.isRTL?void 0:c.isRTL(p.floating)));if(l!==m)return{reset:{placement:y[0]}};const O=[b[Oe(m)],b[x[0]],b[x[1]]],N=[...(null==(r=n.autoPlacement)?void 0:r.overflows)||[],{placement:m,overflows:O}],v=y[u+1];if(v)return{data:{index:u+1,overflows:N},reset:{placement:v}};const S=N.map((t=>{const o=Ne(t.placement);return[t.placement,o&&f?t.overflows.slice(0,2).reduce(((t,o)=>t+o),0):t.overflows[0],t.overflows]})).sort(((t,o)=>t[1]-o[1])),w=S.filter((t=>t[2].slice(0,Ne(t[0])?2:3).every((t=>t<=0)))),I=(null==(a=w[0])?void 0:a[0])||S[0][0];return I!==l?{data:{index:u+1,overflows:N},reset:{placement:I}}:{}}}};function ze(t){return Le(t)?(t.nodeName||"").toLowerCase():"#document"}function Ze(t){var o;return(null==t||null==(o=t.ownerDocument)?void 0:o.defaultView)||window}function ke(t){var o;return null==(o=(Le(t)?t.ownerDocument:t.document)||window.document)?void 0:o.documentElement}function Le(t){return t instanceof Node||t instanceof Ze(t).Node}function Ke(t){return t instanceof Element||t instanceof Ze(t).Element}function De(t){return t instanceof HTMLElement||t instanceof Ze(t).HTMLElement}function Fe(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof Ze(t).ShadowRoot)}function Be(t){const{overflow:o,overflowX:e,overflowY:r,display:a}=Me(t);return/auto|scroll|overlay|hidden|clip/.test(o+r+e)&&!["inline","contents"].includes(a)}function Ae(t){return["table","td","th"].includes(ze(t))}function He(t){const o=Ge(),e=Me(t);return"none"!==e.transform||"none"!==e.perspective||!!e.containerType&&"normal"!==e.containerType||!o&&!!e.backdropFilter&&"none"!==e.backdropFilter||!o&&!!e.filter&&"none"!==e.filter||["transform","perspective","filter"].some((t=>(e.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(e.contain||"").includes(t)))}function Ge(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function je(t){return["html","body","#document"].includes(ze(t))}function Me(t){return Ze(t).getComputedStyle(t)}function Te(t){return Ke(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function Pe(t){if("html"===ze(t))return t;const o=t.assignedSlot||t.parentNode||Fe(t)&&t.host||ke(t);return Fe(o)?o.host:o}function Ye(t){const o=Pe(t);return je(o)?t.ownerDocument?t.ownerDocument.body:t.body:De(o)&&Be(o)?o:Ye(o)}function _e(t,o,e){var r;void 0===o&&(o=[]),void 0===e&&(e=!0);const a=Ye(t),i=a===(null==(r=t.ownerDocument)?void 0:r.body),n=Ze(a);return i?o.concat(n,n.visualViewport||[],Be(a)?a:[],n.frameElement&&e?_e(n.frameElement):[]):o.concat(a,_e(a,[],e))}function Ve(t){const o=Me(t);let e=parseFloat(o.width)||0,r=parseFloat(o.height)||0;const a=De(t),i=a?t.offsetWidth:e,n=a?t.offsetHeight:r,l=ge(e)!==i||ge(r)!==n;return l&&(e=i,r=n),{width:e,height:r,$:l}}function Xe(t){return Ke(t)?t:t.contextElement}function qe(t){const o=Xe(t);if(!De(o))return ye(1);const e=o.getBoundingClientRect(),{width:r,height:a,$:i}=Ve(o);let n=(i?ge(e.width):e.width)/r,l=(i?ge(e.height):e.height)/a;return n&&Number.isFinite(n)||(n=1),l&&Number.isFinite(l)||(l=1),{x:n,y:l}}const Je=ye(0);function Qe(t){const o=Ze(t);return Ge()&&o.visualViewport?{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}:Je}function tr(t,o,e,r){void 0===o&&(o=!1),void 0===e&&(e=!1);const a=t.getBoundingClientRect(),i=Xe(t);let n=ye(1);o&&(r?Ke(r)&&(n=qe(r)):n=qe(t));const l=function(t,o,e){return void 0===o&&(o=!1),!(!e||o&&e!==Ze(t))&&o}(i,e,r)?Qe(i):ye(0);let c=(a.left+l.x)/n.x,p=(a.top+l.y)/n.y,f=a.width/n.x,s=a.height/n.y;if(i){const t=Ze(i),o=r&&Ke(r)?Ze(r):r;let e=t.frameElement;for(;e&&r&&o!==t;){const t=qe(e),o=e.getBoundingClientRect(),r=Me(e),a=o.left+(e.clientLeft+parseFloat(r.paddingLeft))*t.x,i=o.top+(e.clientTop+parseFloat(r.paddingTop))*t.y;c*=t.x,p*=t.y,f*=t.x,s*=t.y,c+=a,p+=i,e=Ze(e).frameElement}}return Ee({width:f,height:s,x:c,y:p})}function or(t){return tr(ke(t)).left+Te(t).scrollLeft}function er(t,o,e){let r;if("viewport"===o)r=function(t,o){const e=Ze(t),r=ke(t),a=e.visualViewport;let i=r.clientWidth,n=r.clientHeight,l=0,c=0;if(a){i=a.width,n=a.height;const t=Ge();(!t||t&&"fixed"===o)&&(l=a.offsetLeft,c=a.offsetTop)}return{width:i,height:n,x:l,y:c}}(t,e);else if("document"===o)r=function(t){const o=ke(t),e=Te(t),r=t.ownerDocument.body,a=he(o.scrollWidth,o.clientWidth,r.scrollWidth,r.clientWidth),i=he(o.scrollHeight,o.clientHeight,r.scrollHeight,r.clientHeight);let n=-e.scrollLeft+or(t);const l=-e.scrollTop;return"rtl"===Me(r).direction&&(n+=he(o.clientWidth,r.clientWidth)-a),{width:a,height:i,x:n,y:l}}(ke(t));else if(Ke(o))r=function(t,o){const e=tr(t,!0,"fixed"===o),r=e.top+t.clientTop,a=e.left+t.clientLeft,i=De(t)?qe(t):ye(1);return{width:t.clientWidth*i.x,height:t.clientHeight*i.y,x:a*i.x,y:r*i.y}}(o,e);else{const e=Qe(t);r={...o,x:o.x-e.x,y:o.y-e.y}}return Ee(r)}function rr(t,o){const e=Pe(t);return!(e===o||!Ke(e)||je(e))&&("fixed"===Me(e).position||rr(e,o))}function ar(t,o,e){const r=De(o),a=ke(o),i="fixed"===e,n=tr(t,!0,i,o);let l={scrollLeft:0,scrollTop:0};const c=ye(0);if(r||!r&&!i)if(("body"!==ze(o)||Be(a))&&(l=Te(o)),r){const t=tr(o,!0,i,o);c.x=t.x+o.clientLeft,c.y=t.y+o.clientTop}else a&&(c.x=or(a));return{x:n.left+l.scrollLeft-c.x,y:n.top+l.scrollTop-c.y,width:n.width,height:n.height}}function ir(t,o){return De(t)&&"fixed"!==Me(t).position?o?o(t):t.offsetParent:null}function nr(t,o){const e=Ze(t);if(!De(t))return e;let r=ir(t,o);for(;r&&Ae(r)&&"static"===Me(r).position;)r=ir(r,o);return r&&("html"===ze(r)||"body"===ze(r)&&"static"===Me(r).position&&!He(r))?e:r||function(t){let o=Pe(t);for(;De(o)&&!je(o);){if(He(o))return o;o=Pe(o)}return null}(t)||e}const lr={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:o,offsetParent:e,strategy:r}=t;const a=De(e),i=ke(e);if(e===i)return o;let n={scrollLeft:0,scrollTop:0},l=ye(1);const c=ye(0);if((a||!a&&"fixed"!==r)&&(("body"!==ze(e)||Be(i))&&(n=Te(e)),De(e))){const t=tr(e);l=qe(e),c.x=t.x+e.clientLeft,c.y=t.y+e.clientTop}return{width:o.width*l.x,height:o.height*l.y,x:o.x*l.x-n.scrollLeft*l.x+c.x,y:o.y*l.y-n.scrollTop*l.y+c.y}},getDocumentElement:ke,getClippingRect:function(t){let{element:o,boundary:e,rootBoundary:r,strategy:a}=t;const i=[..."clippingAncestors"===e?function(t,o){const e=o.get(t);if(e)return e;let r=_e(t,[],!1).filter((t=>Ke(t)&&"body"!==ze(t))),a=null;const i="fixed"===Me(t).position;let n=i?Pe(t):t;for(;Ke(n)&&!je(n);){const o=Me(n),e=He(n);e||"fixed"!==o.position||(a=null),(i?!e&&!a:!e&&"static"===o.position&&a&&["absolute","fixed"].includes(a.position)||Be(n)&&!e&&rr(t,n))?r=r.filter((t=>t!==n)):a=o,n=Pe(n)}return o.set(t,r),r}(o,this._c):[].concat(e),r],n=i[0],l=i.reduce(((t,e)=>{const r=er(o,e,a);return t.top=he(r.top,t.top),t.right=de(r.right,t.right),t.bottom=de(r.bottom,t.bottom),t.left=he(r.left,t.left),t}),er(o,n,a));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},getOffsetParent:nr,getElementRects:async function(t){let{reference:o,floating:e,strategy:r}=t;const a=this.getOffsetParent||nr,i=this.getDimensions;return{reference:ar(o,await a(e),r),floating:{x:0,y:0,...await i(e)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return Ve(t)},getScale:qe,isElement:Ke,isRTL:function(t){return"rtl"===Me(t).direction}},cr=(t,o,e)=>{const r=new Map,a={platform:lr,...e},i={...a.platform,_c:r};return(async(t,o,e)=>{const{placement:r="bottom",strategy:a="absolute",middleware:i=[],platform:n}=e,l=i.filter(Boolean),c=await(null==n.isRTL?void 0:n.isRTL(o));let p=await n.getElementRects({reference:t,floating:o,strategy:a}),{x:f,y:s}=We(p,r,c),d=r,h={},g=0;for(let e=0;e<l.length;e++){const{name:i,fn:y}=l[e],{x:b,y:u,data:m,reset:x}=await y({x:f,y:s,initialPlacement:r,placement:d,strategy:a,middlewareData:h,rects:p,platform:n,elements:{reference:t,floating:o}});f=null!=b?b:f,s=null!=u?u:s,h={...h,[i]:{...h[i],...m}},x&&g<=50&&(g++,"object"==typeof x&&(x.placement&&(d=x.placement),x.rects&&(p=!0===x.rects?await n.getElementRects({reference:t,floating:o,strategy:a}):x.rects),({x:f,y:s}=We(p,d,c))),e=-1)}return{x:f,y:s,placement:d,strategy:a,middlewareData:h}})(t,o,{...a,platform:i})};function pr(t){return function(t){for(let o=t;o;o=fr(o))if(o instanceof Element&&"none"===getComputedStyle(o).display)return null;for(let o=fr(t);o;o=fr(o)){if(!(o instanceof Element))continue;const t=getComputedStyle(o);if("contents"!==t.display){if("static"!==t.position||"none"!==t.filter)return o;if("BODY"===o.tagName)return o}}return null}(t)}function fr(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}var sr=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class dr extends o.FtLitElement{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new o.Debouncer,this.revealDebouncer=new o.Debouncer}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return e.html`
|
|
456
|
+
`;var wr=["top","right","bottom","left"],Nr=["start","end"],Ae=wr.reduce((e,o)=>e.concat(o,o+"-"+Nr[0],o+"-"+Nr[1]),[]),jt=Math.min,gt=Math.max,Yt=Math.round;var it=e=>({x:e,y:e}),pa={left:"right",right:"left",bottom:"top",top:"bottom"},da={start:"end",end:"start"};function Le(e,o,a){return gt(e,jt(o,a))}function se(e,o){return typeof e=="function"?e(o):e}function Ut(e){return e.split("-")[0]}function ht(e){return e.split("-")[1]}function We(e){return e==="x"?"y":"x"}function Ie(e){return e==="y"?"height":"width"}function pe(e){return["top","bottom"].includes(Ut(e))?"y":"x"}function Te(e){return We(pe(e))}function Er(e,o,a){a===void 0&&(a=!1);let n=ht(e),i=Te(e),l=Ie(i),s=i==="x"?n===(a?"end":"start")?"right":"left":n==="start"?"bottom":"top";return o.reference[l]>o.floating[l]&&(s=Re(s)),[s,Re(s)]}function Rr(e){return e.replace(/start|end/g,o=>da[o])}function Re(e){return e.replace(/left|right|bottom|top/g,o=>pa[o])}function fa(e){return{top:0,right:0,bottom:0,left:0,...e}}function Ar(e){return typeof e!="number"?fa(e):{top:e,right:e,bottom:e,left:e}}function St(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}function Lr(e,o,a){let{reference:n,floating:i}=e,l=pe(o),s=Te(o),p=Ie(s),d=Ut(o),f=l==="y",b=n.x+n.width/2-i.width/2,m=n.y+n.height/2-i.height/2,O=n[p]/2-i[p]/2,y;switch(d){case"top":y={x:b,y:n.y-i.height};break;case"bottom":y={x:b,y:n.y+n.height};break;case"right":y={x:n.x+n.width,y:m};break;case"left":y={x:n.x-i.width,y:m};break;default:y={x:n.x,y:n.y}}switch(ht(o)){case"start":y[s]-=O*(a&&f?-1:1);break;case"end":y[s]+=O*(a&&f?-1:1);break}return y}var Wr=async(e,o,a)=>{let{placement:n="bottom",strategy:i="absolute",middleware:l=[],platform:s}=a,p=l.filter(Boolean),d=await(s.isRTL==null?void 0:s.isRTL(o)),f=await s.getElementRects({reference:e,floating:o,strategy:i}),{x:b,y:m}=Lr(f,n,d),O=n,y={},S=0;for(let N=0;N<p.length;N++){let{name:R,fn:w}=p[N],{x:A,y:$,data:st,reset:B}=await w({x:b,y:m,initialPlacement:n,placement:O,strategy:i,middlewareData:y,rects:f,platform:s,elements:{reference:e,floating:o}});if(b=A??b,m=$??m,y={...y,[R]:{...y[R],...st}},B&&S<=50){S++,typeof B=="object"&&(B.placement&&(O=B.placement),B.rects&&(f=B.rects===!0?await s.getElementRects({reference:e,floating:o,strategy:i}):B.rects),{x:b,y:m}=Lr(f,O,d)),N=-1;continue}}return{x:b,y:m,placement:O,strategy:i,middlewareData:y}};async function Be(e,o){var a;o===void 0&&(o={});let{x:n,y:i,platform:l,rects:s,elements:p,strategy:d}=e,{boundary:f="clippingAncestors",rootBoundary:b="viewport",elementContext:m="floating",altBoundary:O=!1,padding:y=0}=se(o,e),S=Ar(y),R=p[O?m==="floating"?"reference":"floating":m],w=St(await l.getClippingRect({element:(a=await(l.isElement==null?void 0:l.isElement(R)))==null||a?R:R.contextElement||await(l.getDocumentElement==null?void 0:l.getDocumentElement(p.floating)),boundary:f,rootBoundary:b,strategy:d})),A=m==="floating"?{...s.floating,x:n,y:i}:s.reference,$=await(l.getOffsetParent==null?void 0:l.getOffsetParent(p.floating)),st=await(l.isElement==null?void 0:l.isElement($))?await(l.getScale==null?void 0:l.getScale($))||{x:1,y:1}:{x:1,y:1},B=St(l.convertOffsetParentRelativeRectToViewportRelativeRect?await l.convertOffsetParentRelativeRectToViewportRelativeRect({rect:A,offsetParent:$,strategy:d}):A);return{top:(w.top-B.top+S.top)/st.y,bottom:(B.bottom-w.bottom+S.bottom)/st.y,left:(w.left-B.left+S.left)/st.x,right:(B.right-w.right+S.right)/st.x}}function ga(e,o,a){return(e?[...a.filter(i=>ht(i)===e),...a.filter(i=>ht(i)!==e)]:a.filter(i=>Ut(i)===i)).filter(i=>e?ht(i)===e||(o?Rr(i)!==i:!1):!0)}var Pe=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(o){var a,n,i;let{rects:l,middlewareData:s,placement:p,platform:d,elements:f}=o,{crossAxis:b=!1,alignment:m,allowedPlacements:O=Ae,autoAlignment:y=!0,...S}=se(e,o),N=m!==void 0||O===Ae?ga(m||null,y,O):O,R=await Be(o,S),w=((a=s.autoPlacement)==null?void 0:a.index)||0,A=N[w];if(A==null)return{};let $=Er(A,l,await(d.isRTL==null?void 0:d.isRTL(f.floating)));if(p!==A)return{reset:{placement:N[0]}};let st=[R[Ut(A)],R[$[0]],R[$[1]]],B=[...((n=s.autoPlacement)==null?void 0:n.overflows)||[],{placement:A,overflows:st}],ke=N[w+1];if(ke)return{data:{index:w+1,overflows:B},reset:{placement:ke}};let De=B.map(j=>{let Dt=ht(j.placement);return[j.placement,Dt&&b?j.overflows.slice(0,2).reduce((Xr,qr)=>Xr+qr,0):j.overflows[0],j.overflows]}).sort((j,Dt)=>j[1]-Dt[1]),Ge=((i=De.filter(j=>j[2].slice(0,ht(j[0])?2:3).every(Dt=>Dt<=0))[0])==null?void 0:i[0])||De[0][0];return Ge!==p?{data:{index:w+1,overflows:B},reset:{placement:Ge}}:{}}}};var ze=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(o){let{x:a,y:n,placement:i}=o,{mainAxis:l=!0,crossAxis:s=!1,limiter:p={fn:R=>{let{x:w,y:A}=R;return{x:w,y:A}}},...d}=se(e,o),f={x:a,y:n},b=await Be(o,d),m=pe(Ut(i)),O=We(m),y=f[O],S=f[m];if(l){let R=O==="y"?"top":"left",w=O==="y"?"bottom":"right",A=y+b[R],$=y-b[w];y=Le(A,y,$)}if(s){let R=m==="y"?"top":"left",w=m==="y"?"bottom":"right",A=S+b[R],$=S-b[w];S=Le(A,S,$)}let N=p.fn({...o,[O]:y,[m]:S});return{...N,data:{x:N.x-a,y:N.y-n}}}}};function lt(e){return Tr(e)?(e.nodeName||"").toLowerCase():"#document"}function U(e){var o;return(e==null||(o=e.ownerDocument)==null?void 0:o.defaultView)||window}function ct(e){var o;return(o=(Tr(e)?e.ownerDocument:e.document)||window.document)==null?void 0:o.documentElement}function Tr(e){return e instanceof Node||e instanceof U(e).Node}function q(e){return e instanceof Element||e instanceof U(e).Element}function V(e){return e instanceof HTMLElement||e instanceof U(e).HTMLElement}function Ir(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof U(e).ShadowRoot}function Ht(e){let{overflow:o,overflowX:a,overflowY:n,display:i}=G(e);return/auto|scroll|overlay|hidden|clip/.test(o+n+a)&&!["inline","contents"].includes(i)}function Br(e){return["table","td","th"].includes(lt(e))}function fe(e){let o=ge(),a=G(e);return a.transform!=="none"||a.perspective!=="none"||(a.containerType?a.containerType!=="normal":!1)||!o&&(a.backdropFilter?a.backdropFilter!=="none":!1)||!o&&(a.filter?a.filter!=="none":!1)||["transform","perspective","filter"].some(n=>(a.willChange||"").includes(n))||["paint","layout","strict","content"].some(n=>(a.contain||"").includes(n))}function Pr(e){let o=vt(e);for(;V(o)&&!Xt(o);){if(fe(o))return o;o=vt(o)}return null}function ge(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function Xt(e){return["html","body","#document"].includes(lt(e))}function G(e){return U(e).getComputedStyle(e)}function qt(e){return q(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function vt(e){if(lt(e)==="html")return e;let o=e.assignedSlot||e.parentNode||Ir(e)&&e.host||ct(e);return Ir(o)?o.host:o}function zr(e){let o=vt(e);return Xt(o)?e.ownerDocument?e.ownerDocument.body:e.body:V(o)&&Ht(o)?o:zr(o)}function de(e,o,a){var n;o===void 0&&(o=[]),a===void 0&&(a=!0);let i=zr(e),l=i===((n=e.ownerDocument)==null?void 0:n.body),s=U(i);return l?o.concat(s,s.visualViewport||[],Ht(i)?i:[],s.frameElement&&a?de(s.frameElement):[]):o.concat(i,de(i,[],a))}function Ur(e){let o=G(e),a=parseFloat(o.width)||0,n=parseFloat(o.height)||0,i=V(e),l=i?e.offsetWidth:a,s=i?e.offsetHeight:n,p=Yt(a)!==l||Yt(n)!==s;return p&&(a=l,n=s),{width:a,height:n,$:p}}function Hr(e){return q(e)?e:e.contextElement}function kt(e){let o=Hr(e);if(!V(o))return it(1);let a=o.getBoundingClientRect(),{width:n,height:i,$:l}=Ur(o),s=(l?Yt(a.width):a.width)/n,p=(l?Yt(a.height):a.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!p||!Number.isFinite(p))&&(p=1),{x:s,y:p}}var ha=it(0);function kr(e){let o=U(e);return!ge()||!o.visualViewport?ha:{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}}function ya(e,o,a){return o===void 0&&(o=!1),!a||o&&a!==U(e)?!1:o}function Jt(e,o,a,n){o===void 0&&(o=!1),a===void 0&&(a=!1);let i=e.getBoundingClientRect(),l=Hr(e),s=it(1);o&&(n?q(n)&&(s=kt(n)):s=kt(e));let p=ya(l,a,n)?kr(l):it(0),d=(i.left+p.x)/s.x,f=(i.top+p.y)/s.y,b=i.width/s.x,m=i.height/s.y;if(l){let O=U(l),y=n&&q(n)?U(n):n,S=O.frameElement;for(;S&&n&&y!==O;){let N=kt(S),R=S.getBoundingClientRect(),w=G(S),A=R.left+(S.clientLeft+parseFloat(w.paddingLeft))*N.x,$=R.top+(S.clientTop+parseFloat(w.paddingTop))*N.y;d*=N.x,f*=N.y,b*=N.x,m*=N.y,d+=A,f+=$,S=U(S).frameElement}}return St({width:b,height:m,x:d,y:f})}function ma(e){let{rect:o,offsetParent:a,strategy:n}=e,i=V(a),l=ct(a);if(a===l)return o;let s={scrollLeft:0,scrollTop:0},p=it(1),d=it(0);if((i||!i&&n!=="fixed")&&((lt(a)!=="body"||Ht(l))&&(s=qt(a)),V(a))){let f=Jt(a);p=kt(a),d.x=f.x+a.clientLeft,d.y=f.y+a.clientTop}return{width:o.width*p.x,height:o.height*p.y,x:o.x*p.x-s.scrollLeft*p.x+d.x,y:o.y*p.y-s.scrollTop*p.y+d.y}}function ua(e){return Array.from(e.getClientRects())}function Dr(e){return Jt(ct(e)).left+qt(e).scrollLeft}function ba(e){let o=ct(e),a=qt(e),n=e.ownerDocument.body,i=gt(o.scrollWidth,o.clientWidth,n.scrollWidth,n.clientWidth),l=gt(o.scrollHeight,o.clientHeight,n.scrollHeight,n.clientHeight),s=-a.scrollLeft+Dr(e),p=-a.scrollTop;return G(n).direction==="rtl"&&(s+=gt(o.clientWidth,n.clientWidth)-i),{width:i,height:l,x:s,y:p}}function xa(e,o){let a=U(e),n=ct(e),i=a.visualViewport,l=n.clientWidth,s=n.clientHeight,p=0,d=0;if(i){l=i.width,s=i.height;let f=ge();(!f||f&&o==="fixed")&&(p=i.offsetLeft,d=i.offsetTop)}return{width:l,height:s,x:p,y:d}}function Oa(e,o){let a=Jt(e,!0,o==="fixed"),n=a.top+e.clientTop,i=a.left+e.clientLeft,l=V(e)?kt(e):it(1),s=e.clientWidth*l.x,p=e.clientHeight*l.y,d=i*l.x,f=n*l.y;return{width:s,height:p,x:d,y:f}}function $r(e,o,a){let n;if(o==="viewport")n=xa(e,a);else if(o==="document")n=ba(ct(e));else if(q(o))n=Oa(o,a);else{let i=kr(e);n={...o,x:o.x-i.x,y:o.y-i.y}}return St(n)}function Gr(e,o){let a=vt(e);return a===o||!q(a)||Xt(a)?!1:G(a).position==="fixed"||Gr(a,o)}function Sa(e,o){let a=o.get(e);if(a)return a;let n=de(e,[],!1).filter(p=>q(p)&<(p)!=="body"),i=null,l=G(e).position==="fixed",s=l?vt(e):e;for(;q(s)&&!Xt(s);){let p=G(s),d=fe(s);!d&&p.position==="fixed"&&(i=null),(l?!d&&!i:!d&&p.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||Ht(s)&&!d&&Gr(e,s))?n=n.filter(b=>b!==s):i=p,s=vt(s)}return o.set(e,n),n}function va(e){let{element:o,boundary:a,rootBoundary:n,strategy:i}=e,s=[...a==="clippingAncestors"?Sa(o,this._c):[].concat(a),n],p=s[0],d=s.reduce((f,b)=>{let m=$r(o,b,i);return f.top=gt(m.top,f.top),f.right=jt(m.right,f.right),f.bottom=jt(m.bottom,f.bottom),f.left=gt(m.left,f.left),f},$r(o,p,i));return{width:d.right-d.left,height:d.bottom-d.top,x:d.left,y:d.top}}function Ca(e){return Ur(e)}function Na(e,o,a){let n=V(o),i=ct(o),l=a==="fixed",s=Jt(e,!0,l,o),p={scrollLeft:0,scrollTop:0},d=it(0);if(n||!n&&!l)if((lt(o)!=="body"||Ht(i))&&(p=qt(o)),n){let f=Jt(o,!0,l,o);d.x=f.x+o.clientLeft,d.y=f.y+o.clientTop}else i&&(d.x=Dr(i));return{x:s.left+p.scrollLeft-d.x,y:s.top+p.scrollTop-d.y,width:s.width,height:s.height}}function _r(e,o){return!V(e)||G(e).position==="fixed"?null:o?o(e):e.offsetParent}function Kr(e,o){let a=U(e);if(!V(e))return a;let n=_r(e,o);for(;n&&Br(n)&&G(n).position==="static";)n=_r(n,o);return n&&(lt(n)==="html"||lt(n)==="body"&&G(n).position==="static"&&!fe(n))?a:n||Pr(e)||a}var wa=async function(e){let{reference:o,floating:a,strategy:n}=e,i=this.getOffsetParent||Kr,l=this.getDimensions;return{reference:Na(o,await i(a),n),floating:{x:0,y:0,...await l(a)}}};function Ea(e){return G(e).direction==="rtl"}var he={convertOffsetParentRelativeRectToViewportRelativeRect:ma,getDocumentElement:ct,getClippingRect:va,getOffsetParent:Kr,getElementRects:wa,getClientRects:ua,getDimensions:Ca,getScale:kt,isElement:q,isRTL:Ea};var Zr=(e,o,a)=>{let n=new Map,i={platform:he,...a},l={...i.platform,_c:n};return Wr(e,o,{...i,platform:l})};function Mr(e){return Ra(e)}function $e(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function Ra(e){for(let o=e;o;o=$e(o))if(o instanceof Element&&getComputedStyle(o).display==="none")return null;for(let o=$e(e);o;o=$e(o)){if(!(o instanceof Element))continue;let a=getComputedStyle(o);if(a.display!=="contents"&&(a.position!=="static"||a.filter!=="none"||o.tagName==="BODY"))return o}return null}async function Fr(e,o,a){return Zr(e,o,{platform:{...he,getOffsetParent:n=>he.getOffsetParent(n,Mr)},middleware:[ze({crossAxis:!0}),Pe({allowedPlacements:[a]})]})}var H=function(e,o,a,n){var i=arguments.length,l=i<3?o:n===null?n=Object.getOwnPropertyDescriptor(o,a):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,a,n);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(i<3?s(l):i>3?s(o,a,l):s(o,a))||l);return i>3&&l&&Object.defineProperty(o,a,l),l},C=class extends Qt.FtLitElement{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new Qt.Debouncer,this.revealDebouncer=new Qt.Debouncer}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return Vr.html`
|
|
465
457
|
<div part="container"
|
|
466
458
|
class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
|
|
467
459
|
@mouseenter=${this.onHover}
|
|
@@ -479,51 +471,67 @@ const ct=Symbol.for(""),pt=t=>{if(t?.r===ct)return t?._$litStatic$},ft=t=>({_$li
|
|
|
479
471
|
</div>
|
|
480
472
|
</div>
|
|
481
473
|
</div>
|
|
482
|
-
`}updated(
|
|
483
|
-
<div class="${
|
|
474
|
+
`}updated(o){o.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(o)}contentAvailableCallback(o){super.contentAvailableCallback(o),["visible","text"].some(a=>o.has(a))&&this.visible&&this.positionTooltip()}async show(o){this.visible=!0,o!=null&&await this.hideDebounce.run(()=>{this.hide()},o)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var o;return((o=this.slotNodes)!==null&&o!==void 0?o:[]).filter(a=>a.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let o=this.tooltipContent.style;switch(o.transition="none",this.validPosition){case"top":o.top=this.tooltip.clientHeight+"px",o.left="0";break;case"bottom":o.top=-this.tooltip.clientHeight+"px",o.left="0";break;case"left":o.top="0",o.left=this.tooltip.clientWidth+"px";break;case"right":o.top="0",o.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",Fr(this.slottedElement,this.tooltip,this.position).then(({x:o,y:a})=>{this.tooltip&&(this.tooltip.style.left=`${o}px`,this.tooltip.style.top=`${a}px`)})),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout(()=>window.addEventListener("touchstart",o=>{o.composedPath().includes(this.container)||this.onOut()},{once:!0}),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(o,a){return Math.max(o,Math.min(0,-a))}};C.elementDefinitions={"ft-typography":F};C.styles=Cr;H([(0,L.property)()],C.prototype,"text",void 0);H([(0,L.property)({type:Boolean})],C.prototype,"manual",void 0);H([(0,L.property)({type:Boolean})],C.prototype,"inline",void 0);H([(0,L.property)({type:Number})],C.prototype,"delay",void 0);H([(0,L.property)()],C.prototype,"position",void 0);H([(0,L.queryAssignedNodes)()],C.prototype,"slotNodes",void 0);H([(0,L.query)(".ft-tooltip--container")],C.prototype,"container",void 0);H([(0,L.query)(".ft-tooltip")],C.prototype,"tooltip",void 0);H([(0,L.query)(".ft-tooltip--content")],C.prototype,"tooltipContent",void 0);H([(0,L.state)()],C.prototype,"visible",void 0);H([(0,L.eventOptions)({passive:!0})],C.prototype,"onTouch",null);H([(0,L.eventOptions)({passive:!0})],C.prototype,"onHover",null);H([(0,L.eventOptions)({passive:!0})],C.prototype,"onOut",null);H([(0,L.eventOptions)({passive:!0})],C.prototype,"onClick",null);(0,jr.customElement)("ft-tooltip")(C);var J=function(e,o,a,n){var i=arguments.length,l=i<3?o:n===null?n=Object.getOwnPropertyDescriptor(o,a):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,a,n);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(i<3?s(l):i>3?s(o,a,l):s(o,a))||l);return i>3&&l&&Object.defineProperty(o,a,l),l},Ue=class extends CustomEvent{constructor(o){super("index-change",{detail:o})}},z=class extends Q.FtLitElement{constructor(){super(...arguments),this.dense=!1,this.collapsible=!1,this.horizontal=!1,this.contentBefore=!1,this.alignTabs=ce.justify,this.ftTabs=[],this.activeIndex=0,this.updateDebouncer=new Q.Debouncer(2),this.onTabUpdated=()=>this.updateDebouncer.run(()=>{this.requestUpdate(),this.dispatchEvent(new Q.PostResizeEvent)}),this.resizeObserver=new ResizeObserver(()=>this.placeIndicator())}render(){var o,a;let n={"ft-tabs":!0,"ft-tabs--collapsed":this.collapsible&&this.activeIndex==null,"ft-tabs--horizontal":this.horizontal,"ft-tabs--reverse":this.contentBefore,"ft-tabs--dense":this.dense,["ft-tabs--align-"+this.alignTabs]:!0},i=(a=this.ftTabs[(o=this.activeIndex)!==null&&o!==void 0?o:0])===null||a===void 0?void 0:a.color;return ye.html`
|
|
475
|
+
<div class="${(0,_e.classMap)(n)}" part="container">
|
|
484
476
|
<div role="tablist" part="tablist">
|
|
485
|
-
${
|
|
486
|
-
<button class="${
|
|
487
|
-
?disabled=${
|
|
488
|
-
@click=${()=>this.toggleTab(
|
|
477
|
+
${(0,Yr.repeat)(this.ftTabs,(l,s)=>this.addTooltipIfNecessary(l,ye.html`
|
|
478
|
+
<button class="${(0,_e.classMap)({"ft-tabs--tab-with-icon":!!l.icon,"ft-tabs--tab-with-label":!!l.label})}"
|
|
479
|
+
?disabled=${l.disabled}
|
|
480
|
+
@click=${()=>this.toggleTab(s)}
|
|
489
481
|
role="tab"
|
|
490
|
-
part="tab tab-${
|
|
491
|
-
id="${
|
|
492
|
-
aria-label="${
|
|
493
|
-
aria-selected="${
|
|
494
|
-
tabindex="${
|
|
495
|
-
aria-controls="${
|
|
496
|
-
style="${
|
|
482
|
+
part="tab tab-${l.id}${l.active?" active-tab":""}"
|
|
483
|
+
id="${l.ariaLabelledBy}"
|
|
484
|
+
aria-label="${l.label}"
|
|
485
|
+
aria-selected="${l.active?"true":"false"}"
|
|
486
|
+
tabindex="${l.disabled?"-1":"0"}"
|
|
487
|
+
aria-controls="${l.id}"
|
|
488
|
+
style="${l.color?`color: ${l.color} !important;`:""}">
|
|
497
489
|
<ft-ripple primary
|
|
498
|
-
?disabled=${
|
|
499
|
-
part="tab-ripple${
|
|
500
|
-
style="${
|
|
490
|
+
?disabled=${l.disabled}
|
|
491
|
+
part="tab-ripple${l.active?" active-tab-ripple":""}"
|
|
492
|
+
style="${l.color||l.rippleColor?`--ft-ripple-color: ${l.color||l.rippleColor};`:""}"></ft-ripple>
|
|
501
493
|
<ft-icon class="ft-tabs--tab-icon"
|
|
502
|
-
part="tab-icon${
|
|
503
|
-
.variant=${
|
|
504
|
-
${
|
|
494
|
+
part="tab-icon${l.active?" active-tab-icon":""}"
|
|
495
|
+
.variant=${l.iconVariant}>
|
|
496
|
+
${l.icon}
|
|
505
497
|
</ft-icon>
|
|
506
498
|
<ft-typography class="ft-tabs--tab-label"
|
|
507
|
-
part="tab-label${
|
|
508
|
-
variant="${
|
|
509
|
-
${
|
|
499
|
+
part="tab-label${l.active?" active-tab-label":""}"
|
|
500
|
+
variant="${Et.body2}">
|
|
501
|
+
${l.label}
|
|
510
502
|
</ft-typography>
|
|
511
503
|
</button>
|
|
512
|
-
`))
|
|
504
|
+
`))}
|
|
513
505
|
<div class="ft-tabs--active-tab-indicator"
|
|
514
506
|
part="active-tab-indicator"
|
|
515
|
-
style="${
|
|
507
|
+
style="${i?`background-color: ${i} !important;`:""}">
|
|
516
508
|
</div>
|
|
517
509
|
</div>
|
|
518
510
|
<div class="ft-tabs--content" part="content">
|
|
519
511
|
<slot @slotchange=${this.onContentChange}></slot>
|
|
520
512
|
</div>
|
|
521
513
|
</div>
|
|
522
|
-
`}onContentChange(
|
|
514
|
+
`}onContentChange(o){let a=o.composedPath()[0];this.ftTabs=a.assignedElements().map(n=>n),this.ftTabs.forEach(n=>{n.removeEventListener("updated",this.onTabUpdated),n.addEventListener("updated",this.onTabUpdated)}),this.updateTabs()}update(o){super.update(o),o.has("activeIndex")&&this.dispatchEvent(new Q.PreResizeEvent),(o.has("ftTabs")||o.has("activeIndex"))&&this.updateTabs(),o.has("activeIndex")&&this.dispatchEvent(new Ue(this.activeIndex))}contentAvailableCallback(o){super.contentAvailableCallback(o),this.tabsContainer&&this.resizeObserver.observe(this.tabsContainer),this.placeIndicator()}placeIndicator(){var o,a,n,i,l,s,p,d,f,b,m,O;if(this.activeTabIndicator){let y=(a=(o=this.activeTab)===null||o===void 0?void 0:o.closest(".ft-tabs--tab-tooltip"))!==null&&a!==void 0?a:this.activeTab;y?this.horizontal?(this.activeTabIndicator.style.height=((n=y?.clientHeight)!==null&&n!==void 0?n:0)+"px",this.activeTabIndicator.style.width="3px",this.activeTabIndicator.style.top=((i=y?.offsetTop)!==null&&i!==void 0?i:0)+"px",this.contentBefore?this.activeTabIndicator.style.left=((l=y?.offsetLeft)!==null&&l!==void 0?l:0)+"px":this.activeTabIndicator.style.left=((s=y?.offsetLeft)!==null&&s!==void 0?s:0)+((p=y?.clientWidth)!==null&&p!==void 0?p:0)-3+"px"):(this.activeTabIndicator.style.height="3px",this.activeTabIndicator.style.width=((d=y?.clientWidth)!==null&&d!==void 0?d:0)+"px",this.activeTabIndicator.style.left=((f=y?.offsetLeft)!==null&&f!==void 0?f:0)+"px",this.contentBefore?this.activeTabIndicator.style.top=((b=y?.offsetTop)!==null&&b!==void 0?b:0)+"px":this.activeTabIndicator.style.top=((m=y?.offsetTop)!==null&&m!==void 0?m:0)+((O=y?.clientHeight)!==null&&O!==void 0?O:0)-3+"px"):(this.activeTabIndicator.style.height="0px",this.activeTabIndicator.style.width="0px")}}toggleTab(o){this.activeIndex=this.collapsible&&o===this.activeIndex?void 0:o}updateTabs(){this.ftTabs.forEach((o,a)=>{o.active=a==this.activeIndex})}addTooltipIfNecessary(o,a){if(o.label&&o.icon&&(this.dense||this.horizontal)){let n=this.horizontal?this.contentBefore?"left":"right":this.contentBefore?"top":"bottom";return ye.html`
|
|
523
515
|
<ft-tooltip class="ft-tabs--tab-tooltip"
|
|
524
516
|
part="tab-tooltip"
|
|
525
|
-
text="${
|
|
526
|
-
position="${
|
|
527
|
-
${
|
|
517
|
+
text="${o.label}"
|
|
518
|
+
position="${n}">
|
|
519
|
+
${a}
|
|
528
520
|
</ft-tooltip>
|
|
529
|
-
`}return
|
|
521
|
+
`}return a}};z.elementDefinitions={"ft-tab":P,"ft-ripple":v,"ft-tooltip":C,"ft-typography":F,"ft-icon":Z};z.styles=Sr;J([(0,M.property)({type:Boolean})],z.prototype,"dense",void 0);J([(0,M.property)({type:Boolean})],z.prototype,"collapsible",void 0);J([(0,M.property)({type:Boolean})],z.prototype,"horizontal",void 0);J([(0,M.property)({type:Boolean})],z.prototype,"contentBefore",void 0);J([(0,M.property)()],z.prototype,"alignTabs",void 0);J([(0,M.state)()],z.prototype,"ftTabs",void 0);J([(0,M.query)("[role='tablist']")],z.prototype,"tabsContainer",void 0);J([(0,M.query)("[aria-selected='true']")],z.prototype,"activeTab",void 0);J([(0,M.query)(".ft-tabs--active-tab-indicator")],z.prototype,"activeTabIndicator",void 0);J([(0,Q.optionalNumberProperty)({reflect:!0})],z.prototype,"activeIndex",void 0);var zs={};(0,He.customElement)("ft-tab")(P);(0,He.customElement)("ft-tabs")(z);})();
|
|
522
|
+
/*! Bundled license information:
|
|
523
|
+
|
|
524
|
+
lit-html/lit-html.js:
|
|
525
|
+
(**
|
|
526
|
+
* @license
|
|
527
|
+
* Copyright 2017 Google LLC
|
|
528
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
529
|
+
*)
|
|
530
|
+
|
|
531
|
+
lit-html/static.js:
|
|
532
|
+
(**
|
|
533
|
+
* @license
|
|
534
|
+
* Copyright 2020 Google LLC
|
|
535
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
536
|
+
*)
|
|
537
|
+
*/
|