@fluid-topics/ft-floating-menu 1.3.20 → 1.3.22
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-base-floating-menu.d.ts +6 -0
- package/build/ft-base-floating-menu.js +13 -2
- package/build/ft-floating-menu.light.js +231 -231
- package/build/ft-floating-menu.min.js +54 -54
- package/build/index.d.ts +1 -1
- package/build/index.js +1 -1
- package/package.json +7 -7
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
"use strict";(()=>{var
|
|
1
|
+
"use strict";(()=>{var Xa=Object.create;var wo=Object.defineProperty;var qa=Object.getOwnPropertyDescriptor;var Qa=Object.getOwnPropertyNames;var Ja=Object.getPrototypeOf,tn=Object.prototype.hasOwnProperty;var ne=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports);var en=(e,o,n,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let c of Qa(o))!tn.call(e,c)&&c!==n&&wo(e,c,{get:()=>o[c],enumerable:!(i=qa(o,c))||i.enumerable});return e};var b=(e,o,n)=>(n=e!=null?Xa(Ja(e)):{},en(o||!e||!e.__esModule?wo(n,"default",{value:e,enumerable:!0}):n,e));var E=ne((Wn,No)=>{No.exports=ftGlobals.wcUtils});var P=ne((kn,Eo)=>{Eo.exports=ftGlobals.lit});var dt=ne((Tn,Ro)=>{Ro.exports=ftGlobals.litDecorators});var Ee=ne((ud,Br)=>{Br.exports=ftGlobals.litClassMap});var La=ne((hp,Ea)=>{Ea.exports=ftGlobals.litUnsafeHTML});var Ce=b(E());var Lo=b(P()),tt=b(E()),Ot={zIndex:tt.FtCssVariableFactory.create("--ft-floating-menu-z-index","","NUMBER","8"),maxWidth:tt.FtCssVariableFactory.create("--ft-floating-menu-max-width","","SIZE","300px"),maxHeight:tt.FtCssVariableFactory.create("--ft-floating-menu-max-height","","SIZE","500px"),textColor:tt.FtCssVariableFactory.extend("--ft-floating-menu-text-color","",tt.designSystemVariables.colorOnSurfaceHigh),colorSurface:tt.FtCssVariableFactory.external(tt.designSystemVariables.colorSurface,"Design system"),menuElevation:tt.FtCssVariableFactory.external(tt.designSystemVariables.elevation02,"Design system"),borderRadiusS:tt.FtCssVariableFactory.external(tt.designSystemVariables.borderRadiusS,"Design system")},ve=Lo.css`
|
|
2
2
|
.ft-floating-menu {
|
|
3
|
-
color: ${
|
|
3
|
+
color: ${Ot.textColor};
|
|
4
4
|
display: contents;
|
|
5
5
|
}
|
|
6
6
|
|
|
@@ -17,19 +17,19 @@
|
|
|
17
17
|
display: none;
|
|
18
18
|
position: relative;
|
|
19
19
|
overflow: auto;
|
|
20
|
-
max-width: ${
|
|
21
|
-
max-height: ${
|
|
22
|
-
box-shadow: ${
|
|
23
|
-
background-color: ${
|
|
24
|
-
border-radius: ${
|
|
25
|
-
color: ${
|
|
26
|
-
z-index: ${
|
|
20
|
+
max-width: ${Ot.maxWidth};
|
|
21
|
+
max-height: ${Ot.maxHeight};
|
|
22
|
+
box-shadow: ${Ot.menuElevation};
|
|
23
|
+
background-color: ${Ot.colorSurface};
|
|
24
|
+
border-radius: ${Ot.borderRadiusS};
|
|
25
|
+
color: ${Ot.textColor};
|
|
26
|
+
z-index: ${Ot.zIndex};
|
|
27
27
|
}
|
|
28
28
|
|
|
29
29
|
.ft-floating-menu--open .ft-floating-menu--options {
|
|
30
30
|
display: block;
|
|
31
31
|
}
|
|
32
|
-
`;var
|
|
32
|
+
`;var So=b(E());var be=b(dt()),Wa=b(E());var Rr=b(P()),C=b(E());var Wo=b(P()),z=b(E()),Ao=z.FtCssVariableFactory.extend("--ft-ripple-color","",z.designSystemVariables.colorContent),y={color:Ao,backgroundColor:z.FtCssVariableFactory.extend("--ft-ripple-background-color","",Ao),opacityContentOnSurfacePressed:z.FtCssVariableFactory.external(z.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:z.FtCssVariableFactory.external(z.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:z.FtCssVariableFactory.external(z.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:z.FtCssVariableFactory.external(z.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:z.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},Bo=z.FtCssVariableFactory.extend("--ft-ripple-color","",z.designSystemVariables.colorPrimary),$o={color:Bo,backgroundColor:z.FtCssVariableFactory.extend("--ft-ripple-background-color","",Bo)},Po=z.FtCssVariableFactory.extend("--ft-ripple-color","",z.designSystemVariables.colorSecondary),Io={color:Po,backgroundColor:z.FtCssVariableFactory.extend("--ft-ripple-background-color","",Po)},ko=Wo.css`
|
|
33
33
|
:host {
|
|
34
34
|
display: contents;
|
|
35
35
|
}
|
|
@@ -84,19 +84,19 @@
|
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
.ft-ripple.ft-ripple--secondary .ft-ripple--background {
|
|
87
|
-
background-color: ${
|
|
87
|
+
background-color: ${Io.backgroundColor};
|
|
88
88
|
}
|
|
89
89
|
|
|
90
90
|
.ft-ripple.ft-ripple--secondary .ft-ripple--effect {
|
|
91
|
-
background-color: ${
|
|
91
|
+
background-color: ${Io.color};
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
.ft-ripple.ft-ripple--primary .ft-ripple--background {
|
|
95
|
-
background-color: ${
|
|
95
|
+
background-color: ${$o.backgroundColor};
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
.ft-ripple.ft-ripple--primary .ft-ripple--effect {
|
|
99
|
-
background-color: ${
|
|
99
|
+
background-color: ${$o.color};
|
|
100
100
|
}
|
|
101
101
|
|
|
102
102
|
.ft-ripple .ft-ripple--background {
|
|
@@ -141,8 +141,8 @@
|
|
|
141
141
|
opacity: ${y.opacityContentOnSurfacePressed};
|
|
142
142
|
transform: translate(-50%, -50%) scale(1);
|
|
143
143
|
}
|
|
144
|
-
`;var ot=b(P()),m=b(E());var yt=b(P(),1),Ct=e=>typeof e=="string"?(0,yt.unsafeCSS)(e):e,t=class{static create(o,n,i,c){let l=p=>Ct(p??c),d=yt.css`var(${Ct(o)}, ${l(c)})`;return d.name=o,d.description=n,d.category=i,d.defaultValue=c,d.defaultCssValue=l,d.set=p=>ko(d,p??l(c)),d.get=p=>yt.css`var(${Ct(o)}, ${l(p)})`,d.breadcrumb=()=>[],d.lastResortDefaultValue=()=>c,d}static extend(o,n,i,c){let l=p=>i.get(p??c),d=yt.css`var(${Ct(o)}, ${l(c)})`;return d.name=o,d.description=n,d.category=i.category,d.fallbackVariable=i,d.defaultValue=c,d.defaultCssValue=l,d.set=p=>ko(d,p??l(c)),d.get=p=>yt.css`var(${Ct(o)}, ${l(p)})`,d.breadcrumb=()=>[i.name,...i.breadcrumb()],d.lastResortDefaultValue=()=>c??i.lastResortDefaultValue(),d}static external(o,n){let i=l=>o.defaultCssValue(l),c=yt.css`var(${Ct(o.name)}, ${i(o.defaultValue)})`;return c.name=o.name,c.category=o.category,c.fallbackVariable=o.fallbackVariable,c.defaultValue=o.defaultValue,c.context=n,c.defaultCssValue=i,c.set=l=>o.set(l),c.get=l=>yt.css`var(${Ct(o.name)}, ${i(l)})`,c.breadcrumb=()=>o.breadcrumb(),c.lastResortDefaultValue=()=>o.lastResortDefaultValue(),c}};function ko(e,o){return Ct(`${e.name}: ${o}`)}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(0.25rem*2)"),spacing3:t.create("--ft-spacing-3","","SIZE","calc(0.25rem*3)"),spacing4:t.create("--ft-spacing-4","","SIZE","calc(0.25rem*4)"),spacing5:t.create("--ft-spacing-5","","SIZE","calc(0.25rem*5)"),spacing6:t.create("--ft-spacing-6","","SIZE","calc(0.25rem*6)"),spacing8:t.create("--ft-spacing-8","","SIZE","calc(0.25rem*8)"),spacing10:t.create("--ft-spacing-10","","SIZE","calc(0.25rem*10)"),spacing12:t.create("--ft-spacing-12","","SIZE","calc(0.25rem*12)"),spacing16:t.create("--ft-spacing-16","","SIZE","calc(0.25rem*16)"),spacing20:t.create("--ft-spacing-20","","SIZE","calc(0.25rem*20)"),spacing24:t.create("--ft-spacing-24","","SIZE","calc(0.25rem*24)"),spacing28:t.create("--ft-spacing-28","","SIZE","calc(0.25rem*28)"),spacing32:t.create("--ft-spacing-32","","SIZE","calc(0.25rem*32)"),spacing05:t.create("--ft-spacing-0-5","","SIZE","calc(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","0.75rem"),iconSize2:t.create("--ft-icon-size-2","","SIZE","1rem"),iconSize3:t.create("--ft-icon-size-3","","SIZE","1.25rem"),iconSize4:t.create("--ft-icon-size-4","","SIZE","1.5rem"),iconSize5:t.create("--ft-icon-size-5","","SIZE","2rem"),iconSize6:t.create("--ft-icon-size-6","","SIZE","3rem"),opacity0:t.create("--ft-opacity-0","","NUMBER","0"),opacity8:t.create("--ft-opacity-8","","NUMBER","0.08"),opacity12:t.create("--ft-opacity-12","","NUMBER","0.12"),opacity16:t.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:t.create("--ft-opacity-24","","NUMBER","0.24"),opacity32:t.create("--ft-opacity-32","","NUMBER","0.32"),opacity40:t.create("--ft-opacity-40","","NUMBER","0.4"),opacity48:t.create("--ft-opacity-48","","NUMBER","0.48"),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)")},zo={fontFamily:t.create("--ft-typography-display-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-display-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-display-line-height","","SIZE","1.2"),fontSize:t.create("--ft-typography-display-font-size","","SIZE","2.5rem"),letterSpacing:t.create("--ft-typography-display-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-display-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-display-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-display-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-display-text-case","","UNKNOWN","none")},To={fontFamily:t.create("--ft-typography-title-1-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-1-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-title-1-line-height","","SIZE","1.2"),fontSize:t.create("--ft-typography-title-1-font-size","","SIZE","1.5rem"),letterSpacing:t.create("--ft-typography-title-1-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-title-1-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-1-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-1-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-1-text-case","","UNKNOWN","none")},Ho={fontFamily:t.create("--ft-typography-title-2-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-2-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-title-2-line-height","","SIZE","1.2"),fontSize:t.create("--ft-typography-title-2-font-size","","SIZE","1.25rem"),letterSpacing:t.create("--ft-typography-title-2-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-title-2-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-2-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-2-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-2-text-case","","UNKNOWN","none")},_o={fontFamily:t.create("--ft-typography-title-3-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-3-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-title-3-line-height","","SIZE","1.2"),fontSize:t.create("--ft-typography-title-3-font-size","","SIZE","1.125rem"),letterSpacing:t.create("--ft-typography-title-3-letter-spacing","","SIZE","-0.01em"),paragraphSpacing:t.create("--ft-typography-title-3-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-3-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-3-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-3-text-case","","UNKNOWN","none")},Go={fontFamily:t.create("--ft-typography-body-1-regular-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-regular-font-weight","","UNKNOWN","400"),lineHeight:t.create("--ft-typography-body-1-regular-line-height","","SIZE","1.35"),fontSize:t.create("--ft-typography-body-1-regular-font-size","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-regular-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-regular-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-regular-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-regular-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-regular-text-case","","UNKNOWN","none")},Do={fontFamily:t.create("--ft-typography-body-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-1-medium-line-height","","SIZE","1.35"),fontSize:t.create("--ft-typography-body-1-medium-font-size","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-medium-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-medium-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-medium-text-case","","UNKNOWN","none")},Uo={fontFamily:t.create("--ft-typography-body-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-body-1-semibold-line-height","","SIZE","1.35"),fontSize:t.create("--ft-typography-body-1-semibold-font-size","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-semibold-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-semibold-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-semibold-text-case","","UNKNOWN","none")},Mo={fontFamily:t.create("--ft-typography-body-2-regular-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-regular-font-weight","","UNKNOWN","400"),lineHeight:t.create("--ft-typography-body-2-regular-line-height","","SIZE","1.35"),fontSize:t.create("--ft-typography-body-2-regular-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-regular-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-regular-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-regular-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-regular-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-regular-text-case","","UNKNOWN","none")},Zo={fontFamily:t.create("--ft-typography-body-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-2-medium-line-height","","SIZE","1.35"),fontSize:t.create("--ft-typography-body-2-medium-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-medium-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-medium-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-medium-text-case","","UNKNOWN","none")},en={fontFamily:t.create("--ft-typography-body-2-medium-underline-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-medium-underline-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-2-medium-underline-line-height","","SIZE","1.35"),fontSize:t.create("--ft-typography-body-2-medium-underline-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-medium-underline-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-medium-underline-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-medium-underline-paragraph-indent","","UNKNOWN","0"),textCase:t.create("--ft-typography-body-2-medium-underline-text-case","","UNKNOWN","none"),textDecoration:t.create("--ft-typography-body-2-medium-underline-text-decoration","","UNKNOWN","underline")},Fo={fontFamily:t.create("--ft-typography-body-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-body-2-semibold-line-height","","SIZE","1.35"),fontSize:t.create("--ft-typography-body-2-semibold-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-semibold-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-semibold-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-semibold-text-case","","UNKNOWN","none")},Ko={fontFamily:t.create("--ft-typography-label-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-label-1-medium-line-height","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-medium-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-medium-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-medium-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-medium-text-decoration","","UNKNOWN","none")},Vo={fontFamily:t.create("--ft-typography-label-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-label-1-semibold-line-height","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-semibold-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-semibold-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-semibold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-semibold-text-decoration","","UNKNOWN","none")},jo={fontFamily:t.create("--ft-typography-label-1-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-label-1-bold-line-height","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-bold-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-bold-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-bold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-bold-text-decoration","","UNKNOWN","none")},Yo={fontFamily:t.create("--ft-typography-label-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-label-2-medium-line-height","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-medium-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-medium-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-medium-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-medium-text-decoration","","UNKNOWN","none")},Xo={fontFamily:t.create("--ft-typography-label-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-label-2-semibold-line-height","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-semibold-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-semibold-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-semibold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-semibold-text-decoration","","UNKNOWN","none")},qo={fontFamily:t.create("--ft-typography-label-2-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-label-2-bold-line-height","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-bold-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-bold-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-bold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-bold-text-decoration","","UNKNOWN","none")},Qo={fontFamily:t.create("--ft-typography-caption-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-1-medium-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-1-medium-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-medium-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-medium-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-medium-text-decoration","","UNKNOWN","none")},Jo={fontFamily:t.create("--ft-typography-caption-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-1-semibold-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-1-semibold-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-semibold-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-semibold-text-decoration","","UNKNOWN","none")},tr={fontFamily:t.create("--ft-typography-caption-1-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-1-bold-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-1-bold-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-bold-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-bold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-bold-text-decoration","","UNKNOWN","none")},er={fontFamily:t.create("--ft-typography-caption-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-2-medium-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-2-medium-font-size","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-medium-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-medium-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-medium-text-decoration","","UNKNOWN","none")},or={fontFamily:t.create("--ft-typography-caption-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-2-semibold-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-2-semibold-font-size","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-semibold-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-semibold-text-decoration","","UNKNOWN","none")},rr={fontFamily:t.create("--ft-typography-caption-2-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-2-bold-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-2-bold-font-size","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-bold-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-bold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-bold-text-decoration","","UNKNOWN","none")},ar={fontFamily:t.create("--ft-typography-caption-3-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-3-medium-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-3-medium-font-size","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-medium-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-medium-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-medium-text-decoration","","UNKNOWN","none")},nr={fontFamily:t.create("--ft-typography-caption-3-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-3-semibold-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-3-semibold-font-size","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-semibold-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-semibold-text-decoration","","UNKNOWN","none")},ir={fontFamily:t.create("--ft-typography-caption-3-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-3-bold-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-3-bold-font-size","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-bold-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-bold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-bold-text-decoration","","UNKNOWN","none")},we={display:zo,"title-1":To,"title-2":Ho,"title-3":_o,"body-1-regular":Go,"body-1-medium":Do,"body-1-semibold":Uo,"body-2-regular":Mo,"body-2-medium":Zo,"body-2-medium-underline":en,"body-2-semibold":Fo,"label-1-medium":Ko,"label-1-semibold":Vo,"label-1-bold":jo,"label-2-medium":Yo,"label-2-semibold":Xo,"label-2-bold":qo,"caption-1-medium":Qo,"caption-1-semibold":Jo,"caption-1-bold":tr,"caption-2-medium":er,"caption-2-semibold":or,"caption-2-bold":rr,"caption-3-medium":ar,"caption-3-semibold":nr,"caption-3-bold":ir};var a={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.
|
|
145
|
-
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),borderNeutralPrimary:t.extend("--ft-border-neutral-primary","Used as border for neutral secondary buttons",r.colorGray200)};var s={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"),mediumHeight:t.create("--ft-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:t.extend("--ft-button-medium-horizontal-padding","",r.spacing3),mediumGap:t.extend("--ft-button-medium-gap","",r.spacing2),mediumBorderRadius:t.extend("--ft-button-medium-border-radius","",r.borderRadiusS),mediumIconSize:t.extend("--ft-button-medium-icon-size","",r.iconSize2),mediumBorderWidth:t.create("--ft-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:t.create("--ft-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:t.create("--ft-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:t.create("--ft-button-medium-icon-only-width","","SIZE","30px"),smallHeight:t.create("--ft-button-small-height","","SIZE","20px"),smallHorizontalPadding:t.extend("--ft-button-small-horizontal-padding","",r.spacing2),smallGap:t.extend("--ft-button-small-gap","",r.spacing1),smallBorderRadius:t.extend("--ft-button-small-border-radius","",r.borderRadiusS),smallIconSize:t.extend("--ft-button-small-icon-size","",r.iconSize1),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","20px"),xSmallHeight:t.create("--ft-button-x-small-height","","SIZE","16px"),xSmallIconSize:t.extend("--ft-button-x-small-icon-size","",r.iconSize1),xSmallFocusOutlineOffset:t.create("--ft-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:t.create("--ft-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:t.create("--ft-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:t.extend("--ft-button-round-border-radius","",r.borderRadiusPill),primaryBrandBackgroundColor:t.extend("--ft-button-primary-brand-background-color","",a.backgroundActionPrimary),primaryBrandColor:t.extend("--ft-button-primary-brand-color","",a.contentGlobalOnColor),primaryBrandIconColor:t.extend("--ft-button-primary-brand-icon-color","",a.contentGlobalOnColor),primaryBrandStateLayerColor:t.extend("--ft-button-primary-brand-state-layer-color","",a.contentGlobalOnColor),primaryBrandHoverStateLayerOpacity:t.extend("--ft-button-primary-brand-hover-state-layer-opacity","",r.opacity16),primaryBrandFocusStateLayerOpacity:t.extend("--ft-button-primary-brand-focus-state-layer-opacity","",r.opacity16),primaryBrandActiveStateLayerOpacity:t.extend("--ft-button-primary-brand-active-state-layer-opacity","",r.opacity24),primaryBrandDisabledComponentOpacity:t.extend("--ft-button-primary-brand-disabled-component-opacity","",r.opacity40),focusFocusRingColor:t.extend("--ft-button-focus-focus-ring-color","",a.borderActionFocusRing),tertiaryBrandBackgroundColor:t.create("--ft-button-tertiary-brand-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryBrandColor:t.extend("--ft-button-tertiary-brand-color","",a.contentActionPrimary),tertiaryBrandIconColor:t.extend("--ft-button-tertiary-brand-icon-color","",a.contentActionPrimary),tertiaryBrandStateLayerColor:t.extend("--ft-button-tertiary-brand-state-layer-color","",a.contentActionPrimary),tertiaryBrandHoverStateLayerOpacity:t.extend("--ft-button-tertiary-brand-hover-state-layer-opacity","",r.opacity8),tertiaryBrandFocusStateLayerOpacity:t.extend("--ft-button-tertiary-brand-focus-state-layer-opacity","",r.opacity8),tertiaryBrandActiveStateLayerOpacity:t.extend("--ft-button-tertiary-brand-active-state-layer-opacity","",r.opacity16),tertiaryBrandDisabledComponentOpacity:t.extend("--ft-button-tertiary-brand-disabled-component-opacity","",r.opacity40),tertiaryInfoBackgroundColor:t.create("--ft-button-tertiary-info-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryInfoColor:t.extend("--ft-button-tertiary-info-color","",a.contentInfoPrimary),tertiaryInfoIconColor:t.extend("--ft-button-tertiary-info-icon-color","",a.contentInfoPrimary),tertiaryInfoStateLayerColor:t.extend("--ft-button-tertiary-info-state-layer-color","",a.contentInfoPrimary),tertiaryInfoFocusStateLayerOpacity:t.extend("--ft-button-tertiary-info-focus-state-layer-opacity","",r.opacity8),tertiaryInfoHoverStateLayerOpacity:t.extend("--ft-button-tertiary-info-hover-state-layer-opacity","",r.opacity8),tertiaryInfoActiveStateLayerOpacity:t.extend("--ft-button-tertiary-info-active-state-layer-opacity","",r.opacity16),tertiaryInfoDisabledComponentOpacity:t.extend("--ft-button-tertiary-info-disabled-component-opacity","",r.opacity40),tertiarySuccessBackgroundColor:t.create("--ft-button-tertiary-success-background-color","","COLOR","rgba(0,0,0,0)"),tertiarySuccessColor:t.extend("--ft-button-tertiary-success-color","",a.contentSuccessPrimary),tertiarySuccessIconColor:t.extend("--ft-button-tertiary-success-icon-color","",a.contentSuccessPrimary),tertiarySuccessStateLayerColor:t.extend("--ft-button-tertiary-success-state-layer-color","",a.contentSuccessPrimary),tertiarySuccessHoverStateLayerOpacity:t.extend("--ft-button-tertiary-success-hover-state-layer-opacity","",r.opacity8),tertiarySuccessFocusStateLayerOpacity:t.extend("--ft-button-tertiary-success-focus-state-layer-opacity","",r.opacity8),tertiarySuccessActiveStateLayerOpacity:t.extend("--ft-button-tertiary-success-active-state-layer-opacity","",r.opacity16),tertiarySuccessDisabledComponentOpacity:t.extend("--ft-button-tertiary-success-disabled-component-opacity","",r.opacity40),tertiaryWarningBackgroundColor:t.create("--ft-button-tertiary-warning-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryWarningColor:t.extend("--ft-button-tertiary-warning-color","",a.contentWarningPrimary),tertiaryWarningIconColor:t.extend("--ft-button-tertiary-warning-icon-color","",a.contentWarningPrimary),tertiaryWarningStateLayerColor:t.extend("--ft-button-tertiary-warning-state-layer-color","",a.contentWarningPrimary),tertiaryWarningHoverStateLayerOpacity:t.extend("--ft-button-tertiary-warning-hover-state-layer-opacity","",r.opacity8),tertiaryWarningFocusStateLayerOpacity:t.extend("--ft-button-tertiary-warning-focus-state-layer-opacity","",r.opacity8),tertiaryWarningActiveStateLayerOpacity:t.extend("--ft-button-tertiary-warning-active-state-layer-opacity","",r.opacity16),tertiaryWarningDisabledComponentOpacity:t.extend("--ft-button-tertiary-warning-disabled-component-opacity","",r.opacity40),tertiaryErrorBackgroundColor:t.create("--ft-button-tertiary-error-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryErrorColor:t.extend("--ft-button-tertiary-error-color","",a.contentErrorPrimary),tertiaryErrorIconColor:t.extend("--ft-button-tertiary-error-icon-color","",a.contentErrorPrimary),tertiaryErrorStateLayerColor:t.extend("--ft-button-tertiary-error-state-layer-color","",a.contentErrorPrimary),tertiaryErrorHoverStateLayerOpacity:t.extend("--ft-button-tertiary-error-hover-state-layer-opacity","",r.opacity8),tertiaryErrorFocusStateLayerOpacity:t.extend("--ft-button-tertiary-error-focus-state-layer-opacity","",r.opacity8),tertiaryErrorActiveStateLayerOpacity:t.extend("--ft-button-tertiary-error-active-state-layer-opacity","",r.opacity16),tertiaryErrorDisabledComponentOpacity:t.extend("--ft-button-tertiary-error-disabled-component-opacity","",r.opacity40),tertiaryNeutralBackgroundColor:t.create("--ft-button-tertiary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryNeutralIconColor:t.extend("--ft-button-tertiary-neutral-icon-color","",a.contentGlobalSecondary),tertiaryNeutralColor:t.extend("--ft-button-tertiary-neutral-color","",a.contentGlobalSecondary),tertiaryNeutralStateLayerColor:t.extend("--ft-button-tertiary-neutral-state-layer-color","",a.contentGlobalSecondary),tertiaryNeutralHoverStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-hover-state-layer-opacity","",r.opacity8),tertiaryNeutralFocusStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-focus-state-layer-opacity","",r.opacity8),tertiaryNeutralActiveStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-active-state-layer-opacity","",r.opacity16),tertiaryNeutralDisabledComponentOpacity:t.extend("--ft-button-tertiary-neutral-disabled-component-opacity","",r.opacity40),secondaryBrandBackgroundColor:t.create("--ft-button-secondary-brand-background-color","","COLOR","rgba(0,0,0,0)"),secondaryBrandColor:t.extend("--ft-button-secondary-brand-color","",a.contentActionPrimary),secondaryBrandIconColor:t.extend("--ft-button-secondary-brand-icon-color","",a.contentActionPrimary),secondaryBrandStateLayerColor:t.extend("--ft-button-secondary-brand-state-layer-color","",a.contentActionPrimary),secondaryBrandHoverStateLayerOpacity:t.extend("--ft-button-secondary-brand-hover-state-layer-opacity","",r.opacity8),secondaryBrandFocusStateLayerOpacity:t.extend("--ft-button-secondary-brand-focus-state-layer-opacity","",r.opacity8),secondaryBrandActiveStateLayerOpacity:t.extend("--ft-button-secondary-brand-active-state-layer-opacity","",r.opacity16),secondaryBrandDisabledComponentOpacity:t.extend("--ft-button-secondary-brand-disabled-component-opacity","",r.opacity40),secondaryBrandBorderColor:t.extend("--ft-button-secondary-brand-border-color","",a.borderActionPrimary),secondaryNeutralHoverStateLayerOpacity:t.extend("--ft-button-secondary-neutral-hover-state-layer-opacity","",r.opacity8),secondaryNeutralFocusStateLayerOpacity:t.extend("--ft-button-secondary-neutral-focus-state-layer-opacity","",r.opacity8),secondaryNeutralActiveStateLayerOpacity:t.extend("--ft-button-secondary-neutral-active-state-layer-opacity","",r.opacity16),secondaryNeutralDisabledComponentOpacity:t.extend("--ft-button-secondary-neutral-disabled-component-opacity","",r.opacity40),secondaryNeutralBackgroundColor:t.create("--ft-button-secondary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),secondaryNeutralColor:t.extend("--ft-button-secondary-neutral-color","",a.contentGlobalSecondary),secondaryNeutralIconColor:t.extend("--ft-button-secondary-neutral-icon-color","",a.contentGlobalSecondary),secondaryNeutralStateLayerColor:t.extend("--ft-button-secondary-neutral-state-layer-color","",a.contentGlobalSecondary),secondaryNeutralBorderColor:t.extend("--ft-button-secondary-neutral-border-color","",a.borderNeutralPrimary),secondaryInfoHoverStateLayerOpacity:t.extend("--ft-button-secondary-info-hover-state-layer-opacity","",r.opacity8),secondaryInfoFocusStateLayerOpacity:t.extend("--ft-button-secondary-info-focus-state-layer-opacity","",r.opacity8),secondaryInfoActiveStateLayerOpacity:t.extend("--ft-button-secondary-info-active-state-layer-opacity","",r.opacity16),secondaryInfoDisabledComponentOpacity:t.extend("--ft-button-secondary-info-disabled-component-opacity","",r.opacity40),secondaryInfoBackgroundColor:t.create("--ft-button-secondary-info-background-color","","COLOR","rgba(0,0,0,0)"),secondaryInfoBorderColor:t.extend("--ft-button-secondary-info-border-color","",a.borderInfoPrimary),secondaryInfoColor:t.extend("--ft-button-secondary-info-color","",a.contentInfoPrimary),secondaryInfoIconColor:t.extend("--ft-button-secondary-info-icon-color","",a.contentInfoPrimary),secondaryInfoStateLayerColor:t.extend("--ft-button-secondary-info-state-layer-color","",a.contentInfoPrimary),secondarySuccessHoverStateLayerOpacity:t.extend("--ft-button-secondary-success-hover-state-layer-opacity","",r.opacity8),secondarySuccessFocusStateLayerOpacity:t.extend("--ft-button-secondary-success-focus-state-layer-opacity","",r.opacity8),secondarySuccessActiveStateLayerOpacity:t.extend("--ft-button-secondary-success-active-state-layer-opacity","",r.opacity16),secondarySuccessDisabledComponentOpacity:t.extend("--ft-button-secondary-success-disabled-component-opacity","",r.opacity40),secondarySuccessBackgroundColor:t.create("--ft-button-secondary-success-background-color","","COLOR","rgba(0,0,0,0)"),secondarySuccessBorderColor:t.extend("--ft-button-secondary-success-border-color","",a.borderSuccessPrimary),secondarySuccessColor:t.extend("--ft-button-secondary-success-color","",a.contentSuccessPrimary),secondarySuccessIconColor:t.extend("--ft-button-secondary-success-icon-color","",a.contentSuccessPrimary),secondarySuccessStateLayerColor:t.extend("--ft-button-secondary-success-state-layer-color","",a.contentSuccessPrimary),secondaryWarningHoverStateLayerOpacity:t.extend("--ft-button-secondary-warning-hover-state-layer-opacity","",r.opacity8),secondaryWarningFocusStateLayerOpacity:t.extend("--ft-button-secondary-warning-focus-state-layer-opacity","",r.opacity8),secondaryWarningActiveStateLayerOpacity:t.extend("--ft-button-secondary-warning-active-state-layer-opacity","",r.opacity16),secondaryWarningDisabledComponentOpacity:t.extend("--ft-button-secondary-warning-disabled-component-opacity","",r.opacity40),secondaryWarningBackgroundColor:t.create("--ft-button-secondary-warning-background-color","","COLOR","rgba(0,0,0,0)"),secondaryWarningBorderColor:t.extend("--ft-button-secondary-warning-border-color","",a.borderWarningPrimary),secondaryWarningColor:t.extend("--ft-button-secondary-warning-color","",a.contentWarningPrimary),secondaryWarningIconColor:t.extend("--ft-button-secondary-warning-icon-color","",a.contentWarningPrimary),secondaryWarningStateLayerColor:t.extend("--ft-button-secondary-warning-state-layer-color","",a.contentWarningPrimary),secondaryErrorHoverStateLayerOpacity:t.extend("--ft-button-secondary-error-hover-state-layer-opacity","",r.opacity8),secondaryErrorFocusStateLayerOpacity:t.extend("--ft-button-secondary-error-focus-state-layer-opacity","",r.opacity8),secondaryErrorActiveStateLayerOpacity:t.extend("--ft-button-secondary-error-active-state-layer-opacity","",r.opacity16),secondaryErrorDisabledComponentOpacity:t.extend("--ft-button-secondary-error-disabled-component-opacity","",r.opacity40),secondaryErrorBackgroundColor:t.create("--ft-button-secondary-error-background-color","","COLOR","rgba(0,0,0,0)"),secondaryErrorBorderColor:t.extend("--ft-button-secondary-error-border-color","",a.contentErrorPrimary),secondaryErrorColor:t.extend("--ft-button-secondary-error-color","",a.contentErrorPrimary),secondaryErrorIconColor:t.extend("--ft-button-secondary-error-icon-color","",a.contentErrorPrimary),secondaryErrorStateLayerColor:t.extend("--ft-button-secondary-error-state-layer-color","",a.contentErrorPrimary)};var qn={loadMoreIconSize:t.extend("--ft-tree-list-load-more-icon-size","",r.iconSize2),loadMorePaddingLeft:t.extend("--ft-tree-list-load-more-padding-left","",r.spacing6),loadMoreUnselectedDefaultBorderColor:t.extend("--ft-tree-list-load-more-unselected-default-border-color","",a.borderGlobalSubtle),loadMoreIconColor:t.extend("--ft-tree-list-load-more-icon-color","",a.contentActionPrimary),loadMoreLabelColor:t.extend("--ft-tree-list-load-more-label-color","",a.contentActionPrimary),loadMoreHoverBorderColor:t.extend("--ft-tree-list-load-more-hover-border-color","",r.colorBrand20),loadMoreHoverBackgroundColor:t.create("--ft-tree-list-load-more-hover-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreActiveBorderColor:t.extend("--ft-tree-list-load-more-active-border-color","",r.colorBrand20),loadMoreActiveBackgroundColor:t.create("--ft-tree-list-load-more-active-background-color","","COLOR","rgba(157,32,123,0.16)"),loadMoreFocusBackgroundColor:t.create("--ft-tree-list-load-more-focus-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreDescendantOfSelectedDefaultBackgroundColor:t.create("--ft-tree-list-load-more-descendant-of-selected-default-background-color","","COLOR","rgba(113,113,142,0.08)"),loadMoreDescendantOfSelectedDefaultBorderColor:t.extend("--ft-tree-list-load-more-descendant-of-selected-default-border-color","",a.borderGlobalPrimary),loadMoreLabelMarginLeft:t.extend("--ft-tree-list-load-more-label-margin-left","",r.spacing1),nodeIconSize:t.extend("--ft-tree-list-node-icon-size","",r.iconSize2),nodeHeight:t.create("--ft-tree-list-node-height","","SIZE","36px"),nodeParentLabelMarginLeft:t.extend("--ft-tree-list-node-parent-label-margin-left","",r.spacing2),nodeParentLabelMarginRight:t.extend("--ft-tree-list-node-parent-label-margin-right","",r.spacing2),nodeRootPaddingLeft:t.extend("--ft-tree-list-node-root-padding-left","",r.spacing3),nodeChildPaddingLeft:t.extend("--ft-tree-list-node-child-padding-left","",r.spacing5),nodeLeafPaddingLeft:t.extend("--ft-tree-list-node-leaf-padding-left","",r.spacing6),nodeUnselectedDefaultBorderColor:t.extend("--ft-tree-list-node-unselected-default-border-color","",a.borderGlobalSubtle),nodeUnselectedIconColor:t.extend("--ft-tree-list-node-unselected-icon-color","",a.contentGlobalSecondary),nodeUnselectedLabelColor:t.extend("--ft-tree-list-node-unselected-label-color","",a.contentGlobalSecondary),nodeUnselectedCounterColor:t.extend("--ft-tree-list-node-unselected-counter-color","",a.contentGlobalSecondary),nodeHoverBorderColor:t.extend("--ft-tree-list-node-hover-border-color","",a.borderActionPrimary),nodeFocusFocusRingColor:t.extend("--ft-tree-list-node-focus-focus-ring-color","",a.borderActionFocusRing),nodeFocusOutlineWidth:t.create("--ft-tree-list-node-focus-outline-width","","SIZE","2px"),nodeSelectedDefaultBorderColor:t.extend("--ft-tree-list-node-selected-default-border-color","",a.borderGlobalPrimary),nodeSelectedIconColor:t.extend("--ft-tree-list-node-selected-icon-color","",a.contentGlobalSecondary),nodeSelectedLabelColor:t.extend("--ft-tree-list-node-selected-label-color","",a.contentGlobalPrimary),nodeSelectedCounterColor:t.extend("--ft-tree-list-node-selected-counter-color","",a.contentGlobalSecondary),nodeSelectedBackgroundColor:t.create("--ft-tree-list-node-selected-background-color","","COLOR","rgba(113,113,142,0.24)"),nodeDescendantOfSelectedDefaultBorderColor:t.extend("--ft-tree-list-node-descendant-of-selected-default-border-color","",a.borderGlobalPrimary),nodeDescendantOfSelectedIconColor:t.extend("--ft-tree-list-node-descendant-of-selected-icon-color","",a.contentGlobalSecondary),nodeDescendantOfSelectedLabelColor:t.extend("--ft-tree-list-node-descendant-of-selected-label-color","",a.contentGlobalSecondary),nodeDescendantOfSelectedCounterColor:t.extend("--ft-tree-list-node-descendant-of-selected-counter-color","",a.contentGlobalSecondary),nodeDescendantOfSelectedBackgroundColor:t.create("--ft-tree-list-node-descendant-of-selected-background-color","","COLOR","rgba(113,113,142,0.08)"),nodeBorderWidth:t.create("--ft-tree-list-node-border-width","","SIZE","1px"),headerSectionPaddingLeft:t.extend("--ft-tree-list-header-section-padding-left","",r.spacing3),headerSectionPaddingRight:t.extend("--ft-tree-list-header-section-padding-right","",r.spacing3),headerSectionHorizontalGap:t.extend("--ft-tree-list-header-section-horizontal-gap","",r.spacing2),headerSectionMarginBottom:t.extend("--ft-tree-list-header-section-margin-bottom","",r.spacing2),headerSectionColor:t.extend("--ft-tree-list-header-section-color","",a.contentGlobalPrimary),headerSectionCounterColor:t.extend("--ft-tree-list-header-section-counter-color","",a.contentGlobalSecondary),listContainerBorderWidth:t.create("--ft-tree-list-list-container-border-width","","SIZE","1px"),listContainerBackgroundColor:t.extend("--ft-tree-list-list-container-background-color","",a.backgroundGlobalSurface),listContainerBorderColor:t.extend("--ft-tree-list-list-container-border-color","",a.borderGlobalSubtle)};var oi={iconSize:t.extend("--ft-checkbox-icon-size","",r.iconSize2),boxSize:t.create("--ft-checkbox-box-size","","SIZE","18px"),colorLegendSize:t.create("--ft-checkbox-color-legend-size","","SIZE","16px"),borderRadius:t.create("--ft-checkbox-border-radius","","SIZE","1px"),color:t.extend("--ft-checkbox-color","",a.contentGlobalPrimary),checkedBackgroundColor:t.extend("--ft-checkbox-checked-background-color","",a.contentActionPrimary),checkedStateLayerColor:t.extend("--ft-checkbox-checked-state-layer-color","",a.contentActionPrimary),checkedIconColor:t.extend("--ft-checkbox-checked-icon-color","",a.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","",a.borderActionFocusRing),focusOutlineOffset:t.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),borderWidth:t.create("--ft-checkbox-border-width","","SIZE","2px"),horizontalGap:t.extend("--ft-checkbox-horizontal-gap","",r.spacing3),leftPadding:t.extend("--ft-checkbox-left-padding","",r.spacing2)};var ci={circleSize:t.create("--ft-radio-circle-size","","SIZE","18px"),borderWidth:t.create("--ft-radio-border-width","","SIZE","2px"),color:t.extend("--ft-radio-color","",a.contentGlobalPrimary),selectedRadioColor:t.extend("--ft-radio-selected-radio-color","",a.contentActionPrimary),selectedStateLayerColor:t.extend("--ft-radio-selected-state-layer-color","",a.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","",a.borderInputPrimary),unselectedBorderColor:t.extend("--ft-radio-unselected-border-color","",a.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","",a.borderActionFocusRing),focusOutlineOffset:t.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-radio-focus-outline-width","","SIZE","2px"),verticalGap:t.extend("--ft-radio-vertical-gap","",r.spacing3),horizontalGap:t.extend("--ft-radio-horizontal-gap","",r.spacing3)};var fi={headerRowBorderWidth:t.create("--ft-table-header-row-border-width","","SIZE","1px"),headerRowBackgroundColor:t.extend("--ft-table-header-row-background-color","",a.backgroundGlobalOnSurfaceDark),headerRowBorderColor:t.extend("--ft-table-header-row-border-color","",a.borderGlobalPrimary),headerRowColor:t.extend("--ft-table-header-row-color","",a.contentGlobalPrimary),dataRowBorderWidth:t.create("--ft-table-data-row-border-width","","SIZE","1px"),dataRowBackgroundColor:t.extend("--ft-table-data-row-background-color","",a.backgroundGlobalOnSurface),dataRowBorderColor:t.extend("--ft-table-data-row-border-color","",a.borderGlobalSubtle),dataRowColor:t.extend("--ft-table-data-row-color","",a.contentGlobalSecondary),dataRowDefaultHoverBackgroundColor:t.extend("--ft-table-data-row-default-hover-background-color","",r.colorGray20),dataRowSelectableUnselectedHoverBackgroundColor:t.extend("--ft-table-data-row-selectable-unselected-hover-background-color","",r.colorGray20),dataRowSelectableSelectedDefaultBackgroundColor:t.extend("--ft-table-data-row-selectable-selected-default-background-color","",r.colorBrand10),dataRowSelectableSelectedDefaultBorderColor:t.extend("--ft-table-data-row-selectable-selected-default-border-color","",r.colorBrand20),dataRowSelectableSelectedHoverBackgroundColor:t.extend("--ft-table-data-row-selectable-selected-hover-background-color","",r.colorBrand20),dataRowSelectableSelectedHoverBorderColor:t.extend("--ft-table-data-row-selectable-selected-hover-border-color","",r.colorBrand30),dataRowSelectableSelectedColor:t.extend("--ft-table-data-row-selectable-selected-color","",a.contentActionPrimary),dataRowClickableHoverBackgroundColor:t.extend("--ft-table-data-row-clickable-hover-background-color","",r.colorGray30),dataRowClickableFocusBorderColor:t.extend("--ft-table-data-row-clickable-focus-border-color","",a.borderActionFocusRing),dataRowClickableFocusBackgroundColor:t.extend("--ft-table-data-row-clickable-focus-background-color","",r.colorGray30),dataRowClickableActiveBackgroundColor:t.extend("--ft-table-data-row-clickable-active-background-color","",r.colorGray40),headerCellHorizontalGap:t.extend("--ft-table-header-cell-horizontal-gap","",r.spacing1),headerCellVerticalPadding:t.extend("--ft-table-header-cell-vertical-padding","",r.spacing2),headerCellHorizontalPadding:t.extend("--ft-table-header-cell-horizontal-padding","",r.spacing3),dataCellVerticalPadding:t.extend("--ft-table-data-cell-vertical-padding","",r.spacing2),dataCellHorizontalPadding:t.extend("--ft-table-data-cell-horizontal-padding","",r.spacing3),dataCellVerticalGap:t.extend("--ft-table-data-cell-vertical-gap","",r.spacing1)};var hi={neutralOffHoverStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-hover-state-layer-opacity","",r.opacity8),neutralOffFocusStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-focus-state-layer-opacity","",r.opacity8),neutralOffFocusFocusRingColor:t.extend("--ft-chip-choice-neutral-off-focus-focus-ring-color","",a.borderActionFocusRing),neutralOffActiveStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-active-state-layer-opacity","",r.opacity16),neutralOffBackgroundColor:t.extend("--ft-chip-choice-neutral-off-background-color","",a.backgroundGlobalOnSurface),neutralOffBorderColor:t.extend("--ft-chip-choice-neutral-off-border-color","",a.borderGlobalPrimary),neutralOffColor:t.extend("--ft-chip-choice-neutral-off-color","",a.contentGlobalSecondary),neutralOffStateLayerColor:t.extend("--ft-chip-choice-neutral-off-state-layer-color","",a.contentGlobalSecondary),neutralOnDefaultStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-default-state-layer-opacity","",r.opacity16),neutralOnHoverStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-hover-state-layer-opacity","",r.opacity24),neutralOnFocusStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-focus-state-layer-opacity","",r.opacity24),neutralOnFocusFocusRingColor:t.extend("--ft-chip-choice-neutral-on-focus-focus-ring-color","",a.borderActionFocusRing),neutralOnActiveStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-active-state-layer-opacity","",r.opacity32),neutralOnBackgroundColor:t.extend("--ft-chip-choice-neutral-on-background-color","",a.backgroundGlobalOnSurface),neutralOnBorderColor:t.extend("--ft-chip-choice-neutral-on-border-color","",a.borderGlobalPrimary),neutralOnColor:t.extend("--ft-chip-choice-neutral-on-color","",a.contentGlobalPrimary),neutralOnIconColor:t.extend("--ft-chip-choice-neutral-on-icon-color","",a.contentGlobalPrimary),neutralOnStateLayerColor:t.extend("--ft-chip-choice-neutral-on-state-layer-color","",a.contentGlobalPrimary),largeMinHeight:t.create("--ft-chip-choice-large-min-height","","SIZE","36px"),largeHorizontalPadding:t.extend("--ft-chip-choice-large-horizontal-padding","",r.spacing3),largeGap:t.extend("--ft-chip-choice-large-gap","",r.spacing1),largeBorderRadius:t.create("--ft-chip-choice-large-border-radius","","SIZE","18px"),largeBorderWidth:t.create("--ft-chip-choice-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-choice-large-icon-size","",r.iconSize3),mediumMinHeight:t.create("--ft-chip-choice-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:t.extend("--ft-chip-choice-medium-horizontal-padding","",r.spacing2),mediumGap:t.extend("--ft-chip-choice-medium-gap","",r.spacing1),mediumBorderRadius:t.create("--ft-chip-choice-medium-border-radius","","SIZE","12px"),mediumBorderWidth:t.create("--ft-chip-choice-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-choice-medium-icon-size","",r.iconSize2)};var Ci={largeMinHeight:t.create("--ft-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:t.extend("--ft-chip-large-horizontal-padding","",r.spacing3),largeButtonRightPadding:t.extend("--ft-chip-large-button-right-padding","",r.spacing1),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.create("--ft-chip-large-border-radius","","SIZE","18px"),largeBorderWidth:t.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-large-icon-size","",r.iconSize3),mediumMinHeight:t.create("--ft-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:t.extend("--ft-chip-medium-horizontal-padding","",r.spacing2),mediumButtonRightPadding:t.extend("--ft-chip-medium-button-right-padding","",r.spacing05),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.create("--ft-chip-medium-border-radius","","SIZE","12px"),mediumBorderWidth:t.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-medium-icon-size","",r.iconSize2),smallMinHeight:t.create("--ft-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:t.extend("--ft-chip-small-horizontal-padding","",r.spacing1),smallButtonRightPadding:t.extend("--ft-chip-small-button-right-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.create("--ft-chip-small-border-radius","","SIZE","10px"),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","",a.backgroundGlobalOnSurface),neutralColor:t.extend("--ft-chip-neutral-color","",a.contentGlobalSecondary),neutralIconColor:t.extend("--ft-chip-neutral-icon-color","",a.contentGlobalSecondary),neutralBorderColor:t.extend("--ft-chip-neutral-border-color","",a.borderGlobalSubtle),infoBackgroundColor:t.extend("--ft-chip-info-background-color","",a.backgroundInfoSubtle),infoColor:t.extend("--ft-chip-info-color","",a.contentInfoPrimary),infoIconColor:t.extend("--ft-chip-info-icon-color","",a.contentInfoIconOnly),infoBorderColor:t.extend("--ft-chip-info-border-color","",a.borderInfoSubtle),successBackgroundColor:t.extend("--ft-chip-success-background-color","",a.backgroundSuccessSubtle),successColor:t.extend("--ft-chip-success-color","",a.contentSuccessPrimary),successIconColor:t.extend("--ft-chip-success-icon-color","",a.contentSuccessIconOnly),successBorderColor:t.extend("--ft-chip-success-border-color","",a.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-chip-warning-background-color","",a.backgroundWarningSubtle),warningColor:t.extend("--ft-chip-warning-color","",a.contentWarningPrimary),warningIconColor:t.extend("--ft-chip-warning-icon-color","",a.contentWarningIconOnly),warningBorderColor:t.extend("--ft-chip-warning-border-color","",a.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-chip-error-background-color","",a.backgroundErrorSubtle),errorColor:t.extend("--ft-chip-error-color","",a.contentErrorPrimary),errorIconColor:t.extend("--ft-chip-error-icon-color","",a.contentErrorIconOnly),errorBorderColor:t.extend("--ft-chip-error-border-color","",a.borderErrorSubtle)};var Li={brandHoverOpacity:t.extend("--ft-link-brand-hover-opacity","",r.opacity80),brandHoverColor:t.extend("--ft-link-brand-hover-color","",a.contentActionPrimary),brandFocusFocusRingColor:t.extend("--ft-link-brand-focus-focus-ring-color","",a.borderActionFocusRing),brandFocusColor:t.extend("--ft-link-brand-focus-color","",a.contentActionPrimary),brandDefaultColor:t.extend("--ft-link-brand-default-color","",a.contentActionPrimary),brandActiveColor:t.extend("--ft-link-brand-active-color","",a.contentActionPrimary),infoHoverOpacity:t.extend("--ft-link-info-hover-opacity","",r.opacity80),infoHoverColor:t.extend("--ft-link-info-hover-color","",a.contentInfoPrimary),infoFocusFocusRingColor:t.extend("--ft-link-info-focus-focus-ring-color","",a.borderActionFocusRing),infoFocusColor:t.extend("--ft-link-info-focus-color","",a.contentInfoPrimary),infoDefaultColor:t.extend("--ft-link-info-default-color","",a.contentInfoPrimary),infoActiveColor:t.extend("--ft-link-info-active-color","",a.contentInfoPrimary),neutralFocusFocusRingColor:t.extend("--ft-link-neutral-focus-focus-ring-color","",a.borderActionFocusRing),neutralFocusColor:t.extend("--ft-link-neutral-focus-color","",a.contentActionPrimary),neutralDefaultColor:t.extend("--ft-link-neutral-default-color","",a.contentGlobalPrimary),neutralHoverColor:t.extend("--ft-link-neutral-hover-color","",a.contentActionPrimary),neutralActiveColor:t.extend("--ft-link-neutral-active-color","",a.contentActionPrimary),neutralVisitedColor:t.extend("--ft-link-neutral-visited-color","",r.colorBrand100)};var Pi={iconSize:t.extend("--ft-banner-icon-size","",r.iconSize5),borderWidth:t.create("--ft-banner-border-width","","SIZE","1px"),leftPadding:t.extend("--ft-banner-left-padding","",r.spacing6),rightPadding:t.extend("--ft-banner-right-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","",a.backgroundInfoSubtle),infoColor:t.extend("--ft-banner-info-color","",a.contentInfoPrimary),infoIconColor:t.extend("--ft-banner-info-icon-color","",a.contentInfoIconOnly),infoBorderColor:t.extend("--ft-banner-info-border-color","",a.borderInfoSubtle)};var Ti={horizontalPadding:t.extend("--ft-badge-horizontal-padding","",r.spacing1),verticalPadding:t.extend("--ft-badge-vertical-padding","",r.spacing1),borderRadius:t.extend("--ft-badge-border-radius","",r.borderRadiusPill),color:t.extend("--ft-badge-color","",a.contentGlobalOnColor),backgroundColor:t.extend("--ft-badge-background-color","",a.contentActionPrimary)};var Ui={horizontalGap:t.extend("--ft-title-breadcrumb-horizontal-gap","",r.spacing1),currentColor:t.extend("--ft-title-breadcrumb-current-color","",a.contentGlobalPrimary),previousNonClickableColor:t.extend("--ft-title-breadcrumb-previous-non-clickable-color","",a.contentGlobalSecondary),iconColor:t.extend("--ft-title-breadcrumb-icon-color","",a.contentGlobalSubtle)};var Vi={parentHorizontalPadding:t.extend("--ft-page-header-parent-horizontal-padding","",r.spacing6),parentTopPadding:t.extend("--ft-page-header-parent-top-padding","",r.spacing4),parentBottomPadding:t.extend("--ft-page-header-parent-bottom-padding","",r.spacing6),parentHelpLeftMargin:t.extend("--ft-page-header-parent-help-left-margin","",r.spacing1),parentTitleColor:t.extend("--ft-page-header-parent-title-color","",a.contentGlobalPrimary),parentSubtitleColor:t.extend("--ft-page-header-parent-subtitle-color","",a.contentGlobalSecondary),parentChipLeftMargin:t.extend("--ft-page-header-parent-chip-left-margin","",r.spacing4),parentVerticalGap:t.extend("--ft-page-header-parent-vertical-gap","",r.spacing2),parentButtonsGroupHorizontalGap:t.extend("--ft-page-header-parent-buttons-group-horizontal-gap","",r.spacing4),parentButtonsGroupVerticalGap:t.extend("--ft-page-header-parent-buttons-group-vertical-gap","",r.spacing4),parentChipsGroupHorizontalGap:t.extend("--ft-page-header-parent-chips-group-horizontal-gap","",r.spacing2),parentChipsGroupVerticalGap:t.extend("--ft-page-header-parent-chips-group-vertical-gap","",r.spacing2),childHorizontalPadding:t.extend("--ft-page-header-child-horizontal-padding","",r.spacing6),childTopPadding:t.extend("--ft-page-header-child-top-padding","",r.spacing2),childBottomPadding:t.extend("--ft-page-header-child-bottom-padding","",r.spacing2),childHelpLeftMargin:t.extend("--ft-page-header-child-help-left-margin","",r.spacing1),childChipLeftMargin:t.extend("--ft-page-header-child-chip-left-margin","",r.spacing4),childVerticalGap:t.extend("--ft-page-header-child-vertical-gap","",r.spacing2),childMinHeight:t.create("--ft-page-header-child-min-height","","SIZE","40px"),childButtonsGroupHorizontalGap:t.extend("--ft-page-header-child-buttons-group-horizontal-gap","",r.spacing4),childButtonsGroupVerticalGap:t.extend("--ft-page-header-child-buttons-group-vertical-gap","",r.spacing4),childChipsGroupHorizontalGap:t.extend("--ft-page-header-child-chips-group-horizontal-gap","",r.spacing2),childChipsGroupVerticalGap:t.extend("--ft-page-header-child-chips-group-vertical-gap","",r.spacing2),backgroundColor:t.extend("--ft-page-header-background-color","",r.colorWhite),bottomBorderColor:t.extend("--ft-page-header-bottom-border-color","",a.borderGlobalSubtle),bottomBorderWidth:t.create("--ft-page-header-bottom-border-width","","SIZE","1px")};var Qi={horizontalPadding:t.extend("--ft-page-footer-horizontal-padding","",r.spacing6),verticalPadding:t.extend("--ft-page-footer-vertical-padding","",r.spacing2),verticalGap:t.extend("--ft-page-footer-vertical-gap","",r.spacing2),minHeight:t.create("--ft-page-footer-min-height","","SIZE","40px"),backgroundColor:t.extend("--ft-page-footer-background-color","",r.colorWhite),topBorderColor:t.extend("--ft-page-footer-top-border-color","",a.borderGlobalSubtle),topBorderWidth:t.create("--ft-page-footer-top-border-width","","SIZE","1px"),buttonsGroupGap:t.extend("--ft-page-footer-buttons-group-gap","",r.spacing4)};var oc={contentHorizontalPadding:t.extend("--ft-page-layout-content-horizontal-padding","",r.spacing6),contentVerticalPadding:t.extend("--ft-page-layout-content-vertical-padding","",r.spacing6)};var cc={smallContainerTargetWidth:t.create("--ft-modal-small-container-target-width","","SIZE","560px"),smallContainerMargin:t.extend("--ft-modal-small-container-margin","",r.spacing6),mediumContainerTargetWidth:t.create("--ft-modal-medium-container-target-width","","SIZE","800px"),mediumContainerMargin:t.extend("--ft-modal-medium-container-margin","",r.spacing6),largeContainerTargetWidth:t.create("--ft-modal-large-container-target-width","","SIZE","1040px"),largeContainerMargin:t.extend("--ft-modal-large-container-margin","",r.spacing6),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","",a.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),headerBackgroundColor:t.extend("--ft-modal-header-background-color","",a.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-modal-header-border-color","",a.borderGlobalSubtle),headerColor:t.extend("--ft-modal-header-color","",a.contentGlobalPrimary),headerLeadingIconColor:t.extend("--ft-modal-header-leading-icon-color","",a.contentGlobalPrimary),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),headerBorderBottomWidth:t.create("--ft-modal-header-border-bottom-width","","SIZE","1px"),borderRadius:t.extend("--ft-modal-border-radius","",r.borderRadiusM)};var fc={overlayOpacity:t.extend("--ft-drawer-overlay-opacity","",r.opacity40),shadow:t.extend("--ft-drawer-shadow","",r.shadowElevation03),bodyColor:t.extend("--ft-drawer-body-color","",a.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","",a.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-drawer-header-border-color","",a.borderGlobalSubtle),headerColor:t.extend("--ft-drawer-header-color","",a.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-drawer-header-trailing-icon-color","",a.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","",a.backgroundGlobalOnSurface),buttonsBarBorderColor:t.extend("--ft-drawer-buttons-bar-border-color","",a.borderGlobalSubtle),buttonsBarColor:t.extend("--ft-drawer-buttons-bar-color","",a.contentGlobalPrimary),buttonsBarHorizontalPadding:t.extend("--ft-drawer-buttons-bar-horizontal-padding","",r.spacing6),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 hc={offBorderBottomWidth:t.create("--ft-tabs-off-border-bottom-width","","SIZE","1px"),offHoverStateLayerOpacity:t.extend("--ft-tabs-off-hover-state-layer-opacity","",r.opacity8),offDefaultStateLayerOpacity:t.extend("--ft-tabs-off-default-state-layer-opacity","",r.opacity0),offFocusStateLayerOpacity:t.extend("--ft-tabs-off-focus-state-layer-opacity","",r.opacity8),offDisabledComponentOpacity:t.extend("--ft-tabs-off-disabled-component-opacity","",r.opacity40),offColor:t.extend("--ft-tabs-off-color","",a.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-tabs-off-state-layer-color","",a.contentGlobalSubtle),offBorderBottomColor:t.extend("--ft-tabs-off-border-bottom-color","",a.borderGlobalSubtle),activeTabIndicatorHeight:t.create("--ft-tabs-active-tab-indicator-height","","SIZE","3px"),topLeftBorderRadius:t.extend("--ft-tabs-top-left-border-radius","",r.borderRadiusS),topRightBorderRadius:t.extend("--ft-tabs-top-right-border-radius","",r.borderRadiusS),withLabelHorizontalPadding:t.extend("--ft-tabs-with-label-horizontal-padding","",r.spacing4),withLabelVerticalPadding:t.extend("--ft-tabs-with-label-vertical-padding","",r.spacing3),horizontalGap:t.extend("--ft-tabs-horizontal-gap","",r.spacing1),verticalGap:t.extend("--ft-tabs-vertical-gap","",r.spacing1),onHoverStateLayerOpacity:t.extend("--ft-tabs-on-hover-state-layer-opacity","",r.opacity16),onDefaultStateLayerOpacity:t.extend("--ft-tabs-on-default-state-layer-opacity","",r.opacity8),onFocusStateLayerOpacity:t.extend("--ft-tabs-on-focus-state-layer-opacity","",r.opacity16),onActiveStateLayerOpacity:t.extend("--ft-tabs-on-active-state-layer-opacity","",r.opacity24),onColor:t.extend("--ft-tabs-on-color","",a.contentActionPrimary),onStateLayerColor:t.extend("--ft-tabs-on-state-layer-color","",a.contentActionPrimary),onActiveTabIndicatorColor:t.extend("--ft-tabs-on-active-tab-indicator-color","",a.contentActionPrimary),iconOnlyHorizontalPadding:t.extend("--ft-tabs-icon-only-horizontal-padding","",r.spacing4),iconOnlyVerticalPadding:t.extend("--ft-tabs-icon-only-vertical-padding","",r.spacing4),alertTopPadding:t.extend("--ft-tabs-alert-top-padding","",r.spacing1),alertRightPadding:t.extend("--ft-tabs-alert-right-padding","",r.spacing05),focusOutlineWidth:t.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-tabs-focus-focus-ring-color","",a.borderActionFocusRing)};var Cc={largeFieldHorizontalPadding:t.extend("--ft-text-input-large-field-horizontal-padding","",r.spacing4),largeFieldHorizontalGap:t.extend("--ft-text-input-large-field-horizontal-gap","",r.spacing3),largeFieldVerticalGap:t.extend("--ft-text-input-large-field-vertical-gap","",r.spacing05),largeFieldHeight:t.create("--ft-text-input-large-field-height","","SIZE","50px"),largeFieldIconSize:t.extend("--ft-text-input-large-field-icon-size","",r.iconSize3),mediumFieldHorizontalPadding:t.extend("--ft-text-input-medium-field-horizontal-padding","",r.spacing4),mediumFieldHorizontalGap:t.extend("--ft-text-input-medium-field-horizontal-gap","",r.spacing3),mediumFieldVerticalGap:t.create("--ft-text-input-medium-field-vertical-gap","","SIZE","0px"),mediumFieldHeight:t.create("--ft-text-input-medium-field-height","","SIZE","40px"),mediumFieldIconSize:t.extend("--ft-text-input-medium-field-icon-size","",r.iconSize3),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.borderRadiusS),backgroundColor:t.extend("--ft-text-input-background-color","",r.colorWhite),contentValueColor:t.extend("--ft-text-input-content-value-color","",a.contentGlobalPrimary),trailingIconColor:t.extend("--ft-text-input-trailing-icon-color","",a.contentGlobalSubtle),labelColor:t.extend("--ft-text-input-label-color","",a.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-input-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-input-default-helper-text-color","",a.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","",a.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-input-error-helper-text-color","",a.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-input-error-helper-icon-color","",a.contentErrorIconOnly),warningBorderColor:t.extend("--ft-text-input-warning-border-color","",a.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-text-input-warning-helper-text-color","",a.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-text-input-warning-helper-icon-color","",a.contentWarningIconOnly),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","",a.borderActionFocusRing),focusOutlineOffset:t.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-input-disabled-component-opacity","",r.opacity40)};var Lc={backgroundColor:t.extend("--ft-text-area-background-color","",r.colorWhite),contentValueColor:t.extend("--ft-text-area-content-value-color","",a.contentGlobalPrimary),labelColor:t.extend("--ft-text-area-label-color","",a.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-area-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-area-default-helper-text-color","",a.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","",a.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-area-error-helper-text-color","",a.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-area-error-helper-icon-color","",a.contentErrorIconOnly),focusFocusRingColor:t.extend("--ft-text-area-focus-focus-ring-color","",a.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.borderRadiusS)};var Pc={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","",a.contentGlobalPrimary),offColor:t.extend("--ft-floating-menu-off-color","",a.contentGlobalPrimary),onColor:t.extend("--ft-floating-menu-on-color","",a.contentActionPrimary),onStateLayerColor:t.extend("--ft-floating-menu-on-state-layer-color","",a.contentActionPrimary),gap:t.extend("--ft-floating-menu-gap","",r.spacing3),focusFocusRingColor:t.extend("--ft-floating-menu-focus-focus-ring-color","",a.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","",a.backgroundGlobalOnSurface),shadow:t.extend("--ft-floating-menu-shadow","",r.shadowElevation02)};var Tc={largeFieldHorizontalPadding:t.extend("--ft-combobox-single-select-large-field-horizontal-padding","",r.spacing4),largeFieldHorizontalGap:t.extend("--ft-combobox-single-select-large-field-horizontal-gap","",r.spacing3),largeFieldVerticalGap:t.extend("--ft-combobox-single-select-large-field-vertical-gap","",r.spacing05),largeFieldHeight:t.create("--ft-combobox-single-select-large-field-height","","SIZE","50px"),largeFieldIconSize:t.extend("--ft-combobox-single-select-large-field-icon-size","",r.iconSize3),mediumFieldHorizontalPadding:t.extend("--ft-combobox-single-select-medium-field-horizontal-padding","",r.spacing4),mediumFieldHorizontalGap:t.extend("--ft-combobox-single-select-medium-field-horizontal-gap","",r.spacing3),mediumFieldVerticalGap:t.create("--ft-combobox-single-select-medium-field-vertical-gap","","SIZE","0px"),mediumFieldHeight:t.create("--ft-combobox-single-select-medium-field-height","","SIZE","40px"),mediumFieldIconSize:t.extend("--ft-combobox-single-select-medium-field-icon-size","",r.iconSize3),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.borderRadiusS),backgroundColor:t.extend("--ft-combobox-single-select-background-color","",r.colorWhite),labelColor:t.extend("--ft-combobox-single-select-label-color","",a.contentGlobalSubtle),contentValueColor:t.extend("--ft-combobox-single-select-content-value-color","",a.contentGlobalPrimary),trailingIconColor:t.extend("--ft-combobox-single-select-trailing-icon-color","",a.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-single-select-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-single-select-default-helper-text-color","",a.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","",a.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-single-select-error-helper-text-color","",a.contentErrorPrimary),warningBorderWidth:t.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-single-select-warning-border-color","",a.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-single-select-warning-helper-text-color","",a.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-single-select-warning-helper-icon-color","",a.contentWarningIconOnly),focusOutlineWidth:t.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-single-select-focus-focus-ring-color","",a.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 Uc={backgroundColor:t.extend("--ft-combobox-multi-select-background-color","",r.colorWhite),labelColor:t.extend("--ft-combobox-multi-select-label-color","",a.contentGlobalSubtle),trailingIconColor:t.extend("--ft-combobox-multi-select-trailing-icon-color","",a.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-multi-select-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-multi-select-default-helper-text-color","",a.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:t.extend("--ft-combobox-multi-select-error-border-color","",a.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-multi-select-error-helper-text-color","",a.contentErrorPrimary),errorHelperIcon:t.extend("--ft-combobox-multi-select-error-helper-icon","",a.contentErrorIconOnly),errorBorderWidth:t.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-multi-select-warning-border-color","",a.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-multi-select-warning-helper-text-color","",a.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-multi-select-warning-helper-icon-color","",a.contentWarningIconOnly),warningBorderWidth:t.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-multi-select-focus-focus-ring-color","",a.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.borderRadiusS)};var Vc={backgroundColor:t.extend("--ft-popover-background-color","",a.backgroundGlobalOnSurface),horizontalPadding:t.extend("--ft-popover-horizontal-padding","",r.spacing6),verticalPadding:t.extend("--ft-popover-vertical-padding","",r.spacing6),titleColor:t.extend("--ft-popover-title-color","",a.contentGlobalPrimary),bodyColor:t.extend("--ft-popover-body-color","",a.contentGlobalSecondary),gap:t.extend("--ft-popover-gap","",r.spacing2),borderRadius:t.extend("--ft-popover-border-radius","",r.borderRadiusM),shadow:t.extend("--ft-popover-shadow","",r.shadowElevation02),maxWidth:t.create("--ft-popover-max-width","","SIZE","440px"),contentSectionVerticalGap:t.extend("--ft-popover-content-section-vertical-gap","",r.spacing2),multiSectionVerticalGap:t.extend("--ft-popover-multi-section-vertical-gap","",r.spacing6)};var Qc={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","",a.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","",a.contentGlobalPrimary),stateLayerColor:t.extend("--ft-collapsible-state-layer-color","",a.contentGlobalPrimary),backgroundColor:t.extend("--ft-collapsible-background-color","",a.backgroundGlobalOnSurface),borderColor:t.extend("--ft-collapsible-border-color","",a.borderGlobalSubtle),iconSize:t.extend("--ft-collapsible-icon-size","",r.iconSize3)};var rl={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","",a.backgroundGlobalSurface),groupBorderColor:t.extend("--ft-switch-group-border-color","",a.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","",a.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-switch-off-state-layer-color","",a.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","",a.contentActionPrimary),onStateLayerColor:t.extend("--ft-switch-on-state-layer-color","",a.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","",a.borderActionFocusRing),optionBorderRadius:t.extend("--ft-switch-option-border-radius","",r.borderRadiusS)};var cl={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),scatterplotQuadrantPopularOldBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-popular-old-background-color","",r.colorYellow10),scatterplotQuadrantPopularNewBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-popular-new-background-color","",r.colorAvocado10),scatterplotQuadrantUnpopularOldBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-unpopular-old-background-color","",r.colorRed10),scatterplotQuadrantUnpopularNewBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-unpopular-new-background-color","",r.colorCyan10),scatterplotDatapointInitialDefaultBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-initial-default-background-color","",r.colorBrand70),scatterplotDatapointInitialDefaultBackgroundOpacity:t.extend("--ft-chart-scatterplot-datapoint-initial-default-background-opacity","",r.opacity48),scatterplotDatapointInitialHoverBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-initial-hover-background-color","",r.colorBrand0),scatterplotDatapointSelectedDefaultBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-selected-default-background-color","",r.colorBrand100),scatterplotDatapointSelectedHoverBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-selected-hover-background-color","",r.colorBrand200),scatterplotDatapointUnselectedDefaultBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-unselected-default-background-color","",r.colorGray60),scatterplotDatapointUnselectedDefaultBackgroundOpacity:t.extend("--ft-chart-scatterplot-datapoint-unselected-default-background-opacity","",r.opacity48),scatterplotDatapointUnselectedHoverBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-unselected-hover-background-color","",r.colorGray70),scatterplotDatapointHoverHoverRingColor:t.extend("--ft-chart-scatterplot-datapoint-hover-hover-ring-color","",r.colorCyan200)};var pl={color1IconColor:t.extend("--ft-page-designer-1-icon-color","for area color charts",r.colorCyan0),color1ToolbarColor:t.extend("--ft-page-designer-1-toolbar-color","for area color charts",r.colorCyan0),color2IconColor:t.extend("--ft-page-designer-2-icon-color","for area color charts",r.colorBrand0),color2ToolbarColor:t.extend("--ft-page-designer-2-toolbar-color","for area color charts",r.colorBrand0),color3IconColor:t.extend("--ft-page-designer-3-icon-color","for area color charts",r.colorYellow200),color3ToolbarColor:t.extend("--ft-page-designer-3-toolbar-color","for area color charts",r.colorYellow200),color4IconColor:t.extend("--ft-page-designer-4-icon-color","for area color charts",r.colorUltramarine50),color4ToolbarColor:t.extend("--ft-page-designer-4-toolbar-color","for area color charts",r.colorUltramarine50),color5IconColor:t.extend("--ft-page-designer-5-icon-color","for area color charts",r.colorGreen0),color5ToolbarColor:t.extend("--ft-page-designer-5-toolbar-color","for area color charts",r.colorGreen0),color6IconColor:t.extend("--ft-page-designer-6-icon-color","for area color charts",r.colorOrange0),color6ToolbarColor:t.extend("--ft-page-designer-6-toolbar-color","for area color charts",r.colorOrange0),color7IconColor:t.extend("--ft-page-designer-7-icon-color","for area color charts",r.colorAvocado200),color7ToolbarColor:t.extend("--ft-page-designer-7-toolbar-color","for area color charts",r.colorAvocado200),color8IconColor:t.extend("--ft-page-designer-8-icon-color","for area color charts",r.colorBrown0),color8ToolbarColor:t.extend("--ft-page-designer-8-toolbar-color","for area color charts",r.colorBrown0)};var ml={borderWidth:t.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:t.extend("--ft-notice-horizontal-padding","",r.spacing3),verticalPadding:t.extend("--ft-notice-vertical-padding","",r.spacing2),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","",a.backgroundInfoSubtle),infoBorderColor:t.extend("--ft-notice-info-border-color","",a.borderInfoSubtle),infoColor:t.extend("--ft-notice-info-color","",a.contentInfoPrimary),infoIconColor:t.extend("--ft-notice-info-icon-color","",a.contentInfoIconOnly),warningBackgroundColor:t.extend("--ft-notice-warning-background-color","",a.backgroundWarningSubtle),warningBorderColor:t.extend("--ft-notice-warning-border-color","",a.borderWarningSubtle),warningColor:t.extend("--ft-notice-warning-color","",a.contentWarningPrimary),warningIconColor:t.extend("--ft-notice-warning-icon-color","",a.contentWarningIconOnly),errorBackgroundColor:t.extend("--ft-notice-error-background-color","",a.backgroundErrorSubtle),errorBorderColor:t.extend("--ft-notice-error-border-color","",a.borderErrorSubtle),errorColor:t.extend("--ft-notice-error-color","",a.contentErrorPrimary),errorIconColor:t.extend("--ft-notice-error-icon-color","",a.contentErrorIconOnly),successBackgroundColor:t.extend("--ft-notice-success-background-color","",a.backgroundSuccessSubtle),successBorderColor:t.extend("--ft-notice-success-border-color","",a.borderSuccessSubtle),successColor:t.extend("--ft-notice-success-color","",a.contentSuccessPrimary),successIconColor:t.extend("--ft-notice-success-icon-color","",a.contentSuccessIconOnly),denseHorizontalPadding:t.create("--ft-notice-dense-horizontal-padding","","SIZE","0px"),denseVerticalPadding:t.create("--ft-notice-dense-vertical-padding","","SIZE","0px"),denseGap:t.extend("--ft-notice-dense-gap","",r.spacing1),denseIconSize:t.extend("--ft-notice-dense-icon-size","",r.iconSize2),denseBorderWidth:t.create("--ft-notice-dense-border-width","","SIZE","0")};var Sl={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","",a.contentGlobalSubtle),offIconColor:t.extend("--ft-toggle-off-icon-color","",a.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-toggle-off-state-layer-color","",a.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","",a.contentActionPrimary),onStateLayerColor:t.extend("--ft-toggle-on-state-layer-color","",a.contentActionPrimary),onIconColor:t.extend("--ft-toggle-on-icon-color","",a.contentActionPrimary),color:t.extend("--ft-toggle-color","",a.contentGlobalPrimary),focusFocusRingColor:t.extend("--ft-toggle-focus-focus-ring-color","",a.borderActionFocusRing),gap:t.extend("--ft-toggle-gap","",r.spacing3)};var El={iconSize:t.extend("--ft-notification-icon-size","",r.iconSize4),leftPadding:t.extend("--ft-notification-left-padding","",r.spacing5),rightPadding:t.extend("--ft-notification-right-padding","",r.spacing4),verticalPadding:t.extend("--ft-notification-vertical-padding","",r.spacing3),infoBackgroundColor:t.extend("--ft-notification-info-background-color","",a.backgroundInfoSubtle),infoColor:t.extend("--ft-notification-info-color","",a.contentInfoPrimary),infoIconColor:t.extend("--ft-notification-info-icon-color","",a.contentInfoIconOnly),infoBorderColor:t.extend("--ft-notification-info-border-color","",a.borderInfoSubtle),successBackgroundColor:t.extend("--ft-notification-success-background-color","",a.backgroundSuccessSubtle),successColor:t.extend("--ft-notification-success-color","",a.contentSuccessPrimary),successIconColor:t.extend("--ft-notification-success-icon-color","",a.contentSuccessIconOnly),successBorderColor:t.extend("--ft-notification-success-border-color","",a.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-notification-warning-background-color","",a.backgroundWarningSubtle),warningColor:t.extend("--ft-notification-warning-color","",a.contentWarningPrimary),warningIconColor:t.extend("--ft-notification-warning-icon-color","",a.contentWarningIconOnly),warningBorderColor:t.extend("--ft-notification-warning-border-color","",a.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-notification-error-background-color","",a.backgroundErrorSubtle),errorColor:t.extend("--ft-notification-error-color","",a.contentErrorPrimary),errorIconColor:t.extend("--ft-notification-error-icon-color","",a.contentErrorIconOnly),errorBorderColor:t.extend("--ft-notification-error-border-color","",a.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 $l={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","",a.contentGlobalOnColor),backgroundColor:t.extend("--ft-tooltip-background-color","",a.contentGlobalPrimary),backgroundOpacity:t.extend("--ft-tooltip-background-opacity","",r.opacity80),shadow:t.extend("--ft-tooltip-shadow","",r.shadowElevation02),maxWidth:t.create("--ft-tooltip-max-width","","SIZE","256px"),gap:t.extend("--ft-tooltip-gap","",r.spacing05)};var zl={verticalPadding:t.extend("--ft-reorderable-list-vertical-padding","",r.spacing4),gap:t.extend("--ft-reorderable-list-gap","",r.spacing1),borderRadius:t.extend("--ft-reorderable-list-border-radius","",r.borderRadiusM),reorderableItemTitleMarginRight:t.extend("--ft-reorderable-list-reorderable-item-title-margin-right","",r.spacing6),reorderableItemTitleColor:t.extend("--ft-reorderable-list-reorderable-item-title-color","",a.contentGlobalPrimary),reorderableItemLeftButtonsGroupMarginRight:t.extend("--ft-reorderable-list-reorderable-item-left-buttons-group-margin-right","",r.spacing6),reorderableItemLeftButtonsGroupHorizontalGap:t.extend("--ft-reorderable-list-reorderable-item-left-buttons-group-horizontal-gap","",r.spacing2),reorderableItemRightButtonsGroupHorizontalGap:t.extend("--ft-reorderable-list-reorderable-item-right-buttons-group-horizontal-gap","",r.spacing2),reorderableItemUsersCountColor:t.extend("--ft-reorderable-list-reorderable-item-users-count-color","",a.contentGlobalPrimary),reorderableItemUsersCountMarginRight:t.extend("--ft-reorderable-list-reorderable-item-users-count-margin-right","",r.spacing6),reorderableItemBackgroundColor:t.extend("--ft-reorderable-list-reorderable-item-background-color","",a.backgroundGlobalOnSurface),reorderableItemWarningMessageGap:t.extend("--ft-reorderable-list-reorderable-item-warning-message-gap","",r.spacing1),reorderableItemWarningMessageColor:t.extend("--ft-reorderable-list-reorderable-item-warning-message-color","",a.contentWarningPrimary),reorderableItemWarningMessageIconColor:t.extend("--ft-reorderable-list-reorderable-item-warning-message-icon-color","",a.contentWarningIconOnly),reorderableItemGripColor:t.extend("--ft-reorderable-list-reorderable-item-grip-color","",a.contentGlobalSecondary),reorderableItemGripOpacity:t.extend("--ft-reorderable-list-reorderable-item-grip-opacity","",r.opacity48),boxShadow:t.extend("--ft-reorderable-list-box-shadow","",r.shadowElevation01),borderWidth:t.create("--ft-reorderable-list-border-width","","SIZE","1px"),reorderableItemsGap:t.extend("--ft-reorderable-list-reorderable-items-gap","",r.spacing2),leftPadding:t.extend("--ft-reorderable-list-left-padding","",r.spacing2),rightPadding:t.extend("--ft-reorderable-list-right-padding","",r.spacing6),borderColor:t.extend("--ft-reorderable-list-border-color","",a.borderGlobalPrimary),backgroundColor:t.extend("--ft-reorderable-list-background-color","",a.backgroundGlobalOnSurfaceDark)};var Gl={menuHorizontalPadding:t.extend("--ft-date-range-picker-menu-horizontal-padding","",r.spacing4),menuVerticalPadding:t.extend("--ft-date-range-picker-menu-vertical-padding","",r.spacing4),menuVerticalGap:t.extend("--ft-date-range-picker-menu-vertical-gap","",r.spacing4),menuButtonsVerticalGap:t.extend("--ft-date-range-picker-menu-buttons-vertical-gap","",r.spacing2)};var Ne;(function(e){e.brand="brand",e.neutral="neutral",e.info="info",e.success="success",e.warning="warning",e.error="error"})(Ne||(Ne={}));var zt;(function(e){e.large="large",e.medium="medium",e.small="small"})(zt||(zt={}));var Tt=b(P());function cr(e,o){let n=we[e];return Tt.css`
|
|
144
|
+
`;var ot=b(P()),m=b(E());var yt=b(P(),1),Ct=e=>typeof e=="string"?(0,yt.unsafeCSS)(e):e,t=class{static create(o,n,i,c){let l=p=>Ct(p??c),s=yt.css`var(${Ct(o)}, ${l(c)})`;return s.name=o,s.description=n,s.category=i,s.defaultValue=c,s.defaultCssValue=l,s.set=p=>zo(s,p??l(c)),s.get=p=>yt.css`var(${Ct(o)}, ${l(p)})`,s.breadcrumb=()=>[],s.lastResortDefaultValue=()=>c,s}static extend(o,n,i,c){let l=p=>i.get(p??c),s=yt.css`var(${Ct(o)}, ${l(c)})`;return s.name=o,s.description=n,s.category=i.category,s.fallbackVariable=i,s.defaultValue=c,s.defaultCssValue=l,s.set=p=>zo(s,p??l(c)),s.get=p=>yt.css`var(${Ct(o)}, ${l(p)})`,s.breadcrumb=()=>[i.name,...i.breadcrumb()],s.lastResortDefaultValue=()=>c??i.lastResortDefaultValue(),s}static external(o,n){let i=l=>o.defaultCssValue(l),c=yt.css`var(${Ct(o.name)}, ${i(o.defaultValue)})`;return c.name=o.name,c.category=o.category,c.fallbackVariable=o.fallbackVariable,c.defaultValue=o.defaultValue,c.context=n,c.defaultCssValue=i,c.set=l=>o.set(l),c.get=l=>yt.css`var(${Ct(o.name)}, ${i(l)})`,c.breadcrumb=()=>o.breadcrumb(),c.lastResortDefaultValue=()=>o.lastResortDefaultValue(),c}};function zo(e,o){return Ct(`${e.name}: ${o}`)}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(0.25rem*2)"),spacing3:t.create("--ft-spacing-3","","SIZE","calc(0.25rem*3)"),spacing4:t.create("--ft-spacing-4","","SIZE","calc(0.25rem*4)"),spacing5:t.create("--ft-spacing-5","","SIZE","calc(0.25rem*5)"),spacing6:t.create("--ft-spacing-6","","SIZE","calc(0.25rem*6)"),spacing8:t.create("--ft-spacing-8","","SIZE","calc(0.25rem*8)"),spacing10:t.create("--ft-spacing-10","","SIZE","calc(0.25rem*10)"),spacing12:t.create("--ft-spacing-12","","SIZE","calc(0.25rem*12)"),spacing16:t.create("--ft-spacing-16","","SIZE","calc(0.25rem*16)"),spacing20:t.create("--ft-spacing-20","","SIZE","calc(0.25rem*20)"),spacing24:t.create("--ft-spacing-24","","SIZE","calc(0.25rem*24)"),spacing28:t.create("--ft-spacing-28","","SIZE","calc(0.25rem*28)"),spacing32:t.create("--ft-spacing-32","","SIZE","calc(0.25rem*32)"),spacing05:t.create("--ft-spacing-0-5","","SIZE","calc(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","0.75rem"),iconSize2:t.create("--ft-icon-size-2","","SIZE","1rem"),iconSize3:t.create("--ft-icon-size-3","","SIZE","1.25rem"),iconSize4:t.create("--ft-icon-size-4","","SIZE","1.5rem"),iconSize5:t.create("--ft-icon-size-5","","SIZE","2rem"),iconSize6:t.create("--ft-icon-size-6","","SIZE","3rem"),opacity0:t.create("--ft-opacity-0","","NUMBER","0"),opacity8:t.create("--ft-opacity-8","","NUMBER","0.08"),opacity12:t.create("--ft-opacity-12","","NUMBER","0.12"),opacity16:t.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:t.create("--ft-opacity-24","","NUMBER","0.24"),opacity32:t.create("--ft-opacity-32","","NUMBER","0.32"),opacity40:t.create("--ft-opacity-40","","NUMBER","0.4"),opacity48:t.create("--ft-opacity-48","","NUMBER","0.48"),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)")},To={fontFamily:t.create("--ft-typography-display-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-display-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-display-line-height","","SIZE","1.2"),fontSize:t.create("--ft-typography-display-font-size","","SIZE","2.5rem"),letterSpacing:t.create("--ft-typography-display-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-display-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-display-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-display-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-display-text-case","","UNKNOWN","none")},Ho={fontFamily:t.create("--ft-typography-title-1-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-1-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-title-1-line-height","","SIZE","1.2"),fontSize:t.create("--ft-typography-title-1-font-size","","SIZE","1.5rem"),letterSpacing:t.create("--ft-typography-title-1-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-title-1-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-1-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-1-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-1-text-case","","UNKNOWN","none")},_o={fontFamily:t.create("--ft-typography-title-2-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-2-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-title-2-line-height","","SIZE","1.2"),fontSize:t.create("--ft-typography-title-2-font-size","","SIZE","1.25rem"),letterSpacing:t.create("--ft-typography-title-2-letter-spacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-title-2-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-2-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-2-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-2-text-case","","UNKNOWN","none")},Go={fontFamily:t.create("--ft-typography-title-3-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-3-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-title-3-line-height","","SIZE","1.2"),fontSize:t.create("--ft-typography-title-3-font-size","","SIZE","1.125rem"),letterSpacing:t.create("--ft-typography-title-3-letter-spacing","","SIZE","-0.01em"),paragraphSpacing:t.create("--ft-typography-title-3-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-3-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-3-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-3-text-case","","UNKNOWN","none")},Do={fontFamily:t.create("--ft-typography-body-1-regular-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-regular-font-weight","","UNKNOWN","400"),lineHeight:t.create("--ft-typography-body-1-regular-line-height","","SIZE","1.35"),fontSize:t.create("--ft-typography-body-1-regular-font-size","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-regular-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-regular-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-regular-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-regular-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-regular-text-case","","UNKNOWN","none")},Uo={fontFamily:t.create("--ft-typography-body-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-1-medium-line-height","","SIZE","1.35"),fontSize:t.create("--ft-typography-body-1-medium-font-size","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-medium-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-medium-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-medium-text-case","","UNKNOWN","none")},Mo={fontFamily:t.create("--ft-typography-body-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-body-1-semibold-line-height","","SIZE","1.35"),fontSize:t.create("--ft-typography-body-1-semibold-font-size","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-semibold-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-semibold-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-semibold-text-case","","UNKNOWN","none")},Zo={fontFamily:t.create("--ft-typography-body-2-regular-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-regular-font-weight","","UNKNOWN","400"),lineHeight:t.create("--ft-typography-body-2-regular-line-height","","SIZE","1.35"),fontSize:t.create("--ft-typography-body-2-regular-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-regular-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-regular-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-regular-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-regular-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-regular-text-case","","UNKNOWN","none")},Fo={fontFamily:t.create("--ft-typography-body-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-2-medium-line-height","","SIZE","1.35"),fontSize:t.create("--ft-typography-body-2-medium-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-medium-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-medium-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-medium-text-case","","UNKNOWN","none")},on={fontFamily:t.create("--ft-typography-body-2-medium-underline-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-medium-underline-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-2-medium-underline-line-height","","SIZE","1.35"),fontSize:t.create("--ft-typography-body-2-medium-underline-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-medium-underline-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-medium-underline-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-medium-underline-paragraph-indent","","UNKNOWN","0"),textCase:t.create("--ft-typography-body-2-medium-underline-text-case","","UNKNOWN","none"),textDecoration:t.create("--ft-typography-body-2-medium-underline-text-decoration","","UNKNOWN","underline")},Ko={fontFamily:t.create("--ft-typography-body-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-body-2-semibold-line-height","","SIZE","1.35"),fontSize:t.create("--ft-typography-body-2-semibold-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-semibold-letter-spacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-semibold-text-decoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-semibold-text-case","","UNKNOWN","none")},Vo={fontFamily:t.create("--ft-typography-label-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-label-1-medium-line-height","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-medium-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-medium-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-medium-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-medium-text-decoration","","UNKNOWN","none")},jo={fontFamily:t.create("--ft-typography-label-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-label-1-semibold-line-height","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-semibold-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-semibold-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-semibold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-semibold-text-decoration","","UNKNOWN","none")},Yo={fontFamily:t.create("--ft-typography-label-1-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-label-1-bold-line-height","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-bold-font-size","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-bold-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-bold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-bold-text-decoration","","UNKNOWN","none")},Xo={fontFamily:t.create("--ft-typography-label-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-label-2-medium-line-height","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-medium-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-medium-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-medium-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-medium-text-decoration","","UNKNOWN","none")},qo={fontFamily:t.create("--ft-typography-label-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-label-2-semibold-line-height","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-semibold-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-semibold-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-semibold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-semibold-text-decoration","","UNKNOWN","none")},Qo={fontFamily:t.create("--ft-typography-label-2-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-label-2-bold-line-height","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-bold-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-bold-letter-spacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-bold-text-case","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-bold-text-decoration","","UNKNOWN","none")},Jo={fontFamily:t.create("--ft-typography-caption-1-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-1-medium-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-1-medium-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-medium-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-medium-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-medium-text-decoration","","UNKNOWN","none")},tr={fontFamily:t.create("--ft-typography-caption-1-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-1-semibold-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-1-semibold-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-semibold-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-semibold-text-decoration","","UNKNOWN","none")},er={fontFamily:t.create("--ft-typography-caption-1-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-1-bold-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-1-bold-font-size","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-bold-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-bold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-bold-text-decoration","","UNKNOWN","none")},or={fontFamily:t.create("--ft-typography-caption-2-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-2-medium-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-2-medium-font-size","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-medium-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-medium-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-medium-text-decoration","","UNKNOWN","none")},rr={fontFamily:t.create("--ft-typography-caption-2-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-2-semibold-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-2-semibold-font-size","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-semibold-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-semibold-text-decoration","","UNKNOWN","none")},ar={fontFamily:t.create("--ft-typography-caption-2-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-2-bold-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-2-bold-font-size","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-bold-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-bold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-bold-text-decoration","","UNKNOWN","none")},nr={fontFamily:t.create("--ft-typography-caption-3-medium-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-medium-font-weight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-3-medium-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-3-medium-font-size","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-medium-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-medium-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-medium-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-medium-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-medium-text-decoration","","UNKNOWN","none")},ir={fontFamily:t.create("--ft-typography-caption-3-semibold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-semibold-font-weight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-3-semibold-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-3-semibold-font-size","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-semibold-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-semibold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-semibold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-semibold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-semibold-text-decoration","","UNKNOWN","none")},cr={fontFamily:t.create("--ft-typography-caption-3-bold-font-family","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-bold-font-weight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-3-bold-line-height","","SIZE","1.3"),fontSize:t.create("--ft-typography-caption-3-bold-font-size","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-bold-letter-spacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-bold-text-case","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-bold-paragraph-spacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-bold-paragraph-indent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-bold-text-decoration","","UNKNOWN","none")},we={display:To,"title-1":Ho,"title-2":_o,"title-3":Go,"body-1-regular":Do,"body-1-medium":Uo,"body-1-semibold":Mo,"body-2-regular":Zo,"body-2-medium":Fo,"body-2-medium-underline":on,"body-2-semibold":Ko,"label-1-medium":Vo,"label-1-semibold":jo,"label-1-bold":Yo,"label-2-medium":Xo,"label-2-semibold":qo,"label-2-bold":Qo,"caption-1-medium":Jo,"caption-1-semibold":tr,"caption-1-bold":er,"caption-2-medium":or,"caption-2-semibold":rr,"caption-2-bold":ar,"caption-3-medium":nr,"caption-3-semibold":ir,"caption-3-bold":cr};var a={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.
|
|
145
|
+
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),borderNeutralPrimary:t.extend("--ft-border-neutral-primary","Used as border for neutral secondary buttons",r.colorGray200)};var d={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"),mediumHeight:t.create("--ft-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:t.extend("--ft-button-medium-horizontal-padding","",r.spacing3),mediumGap:t.extend("--ft-button-medium-gap","",r.spacing2),mediumBorderRadius:t.extend("--ft-button-medium-border-radius","",r.borderRadiusS),mediumIconSize:t.extend("--ft-button-medium-icon-size","",r.iconSize2),mediumBorderWidth:t.create("--ft-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:t.create("--ft-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:t.create("--ft-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:t.create("--ft-button-medium-icon-only-width","","SIZE","30px"),smallHeight:t.create("--ft-button-small-height","","SIZE","20px"),smallHorizontalPadding:t.extend("--ft-button-small-horizontal-padding","",r.spacing2),smallGap:t.extend("--ft-button-small-gap","",r.spacing1),smallBorderRadius:t.extend("--ft-button-small-border-radius","",r.borderRadiusS),smallIconSize:t.extend("--ft-button-small-icon-size","",r.iconSize1),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","20px"),xSmallHeight:t.create("--ft-button-x-small-height","","SIZE","16px"),xSmallIconSize:t.extend("--ft-button-x-small-icon-size","",r.iconSize1),xSmallFocusOutlineOffset:t.create("--ft-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:t.create("--ft-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:t.create("--ft-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:t.extend("--ft-button-round-border-radius","",r.borderRadiusPill),primaryBrandBackgroundColor:t.extend("--ft-button-primary-brand-background-color","",a.backgroundActionPrimary),primaryBrandColor:t.extend("--ft-button-primary-brand-color","",a.contentGlobalOnColor),primaryBrandIconColor:t.extend("--ft-button-primary-brand-icon-color","",a.contentGlobalOnColor),primaryBrandStateLayerColor:t.extend("--ft-button-primary-brand-state-layer-color","",a.contentGlobalOnColor),primaryBrandHoverStateLayerOpacity:t.extend("--ft-button-primary-brand-hover-state-layer-opacity","",r.opacity16),primaryBrandFocusStateLayerOpacity:t.extend("--ft-button-primary-brand-focus-state-layer-opacity","",r.opacity16),primaryBrandActiveStateLayerOpacity:t.extend("--ft-button-primary-brand-active-state-layer-opacity","",r.opacity24),primaryBrandDisabledComponentOpacity:t.extend("--ft-button-primary-brand-disabled-component-opacity","",r.opacity40),focusFocusRingColor:t.extend("--ft-button-focus-focus-ring-color","",a.borderActionFocusRing),tertiaryBrandBackgroundColor:t.create("--ft-button-tertiary-brand-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryBrandColor:t.extend("--ft-button-tertiary-brand-color","",a.contentActionPrimary),tertiaryBrandIconColor:t.extend("--ft-button-tertiary-brand-icon-color","",a.contentActionPrimary),tertiaryBrandStateLayerColor:t.extend("--ft-button-tertiary-brand-state-layer-color","",a.contentActionPrimary),tertiaryBrandHoverStateLayerOpacity:t.extend("--ft-button-tertiary-brand-hover-state-layer-opacity","",r.opacity8),tertiaryBrandFocusStateLayerOpacity:t.extend("--ft-button-tertiary-brand-focus-state-layer-opacity","",r.opacity8),tertiaryBrandActiveStateLayerOpacity:t.extend("--ft-button-tertiary-brand-active-state-layer-opacity","",r.opacity16),tertiaryBrandDisabledComponentOpacity:t.extend("--ft-button-tertiary-brand-disabled-component-opacity","",r.opacity40),tertiaryInfoBackgroundColor:t.create("--ft-button-tertiary-info-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryInfoColor:t.extend("--ft-button-tertiary-info-color","",a.contentInfoPrimary),tertiaryInfoIconColor:t.extend("--ft-button-tertiary-info-icon-color","",a.contentInfoPrimary),tertiaryInfoStateLayerColor:t.extend("--ft-button-tertiary-info-state-layer-color","",a.contentInfoPrimary),tertiaryInfoFocusStateLayerOpacity:t.extend("--ft-button-tertiary-info-focus-state-layer-opacity","",r.opacity8),tertiaryInfoHoverStateLayerOpacity:t.extend("--ft-button-tertiary-info-hover-state-layer-opacity","",r.opacity8),tertiaryInfoActiveStateLayerOpacity:t.extend("--ft-button-tertiary-info-active-state-layer-opacity","",r.opacity16),tertiaryInfoDisabledComponentOpacity:t.extend("--ft-button-tertiary-info-disabled-component-opacity","",r.opacity40),tertiarySuccessBackgroundColor:t.create("--ft-button-tertiary-success-background-color","","COLOR","rgba(0,0,0,0)"),tertiarySuccessColor:t.extend("--ft-button-tertiary-success-color","",a.contentSuccessPrimary),tertiarySuccessIconColor:t.extend("--ft-button-tertiary-success-icon-color","",a.contentSuccessPrimary),tertiarySuccessStateLayerColor:t.extend("--ft-button-tertiary-success-state-layer-color","",a.contentSuccessPrimary),tertiarySuccessHoverStateLayerOpacity:t.extend("--ft-button-tertiary-success-hover-state-layer-opacity","",r.opacity8),tertiarySuccessFocusStateLayerOpacity:t.extend("--ft-button-tertiary-success-focus-state-layer-opacity","",r.opacity8),tertiarySuccessActiveStateLayerOpacity:t.extend("--ft-button-tertiary-success-active-state-layer-opacity","",r.opacity16),tertiarySuccessDisabledComponentOpacity:t.extend("--ft-button-tertiary-success-disabled-component-opacity","",r.opacity40),tertiaryWarningBackgroundColor:t.create("--ft-button-tertiary-warning-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryWarningColor:t.extend("--ft-button-tertiary-warning-color","",a.contentWarningPrimary),tertiaryWarningIconColor:t.extend("--ft-button-tertiary-warning-icon-color","",a.contentWarningPrimary),tertiaryWarningStateLayerColor:t.extend("--ft-button-tertiary-warning-state-layer-color","",a.contentWarningPrimary),tertiaryWarningHoverStateLayerOpacity:t.extend("--ft-button-tertiary-warning-hover-state-layer-opacity","",r.opacity8),tertiaryWarningFocusStateLayerOpacity:t.extend("--ft-button-tertiary-warning-focus-state-layer-opacity","",r.opacity8),tertiaryWarningActiveStateLayerOpacity:t.extend("--ft-button-tertiary-warning-active-state-layer-opacity","",r.opacity16),tertiaryWarningDisabledComponentOpacity:t.extend("--ft-button-tertiary-warning-disabled-component-opacity","",r.opacity40),tertiaryErrorBackgroundColor:t.create("--ft-button-tertiary-error-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryErrorColor:t.extend("--ft-button-tertiary-error-color","",a.contentErrorPrimary),tertiaryErrorIconColor:t.extend("--ft-button-tertiary-error-icon-color","",a.contentErrorPrimary),tertiaryErrorStateLayerColor:t.extend("--ft-button-tertiary-error-state-layer-color","",a.contentErrorPrimary),tertiaryErrorHoverStateLayerOpacity:t.extend("--ft-button-tertiary-error-hover-state-layer-opacity","",r.opacity8),tertiaryErrorFocusStateLayerOpacity:t.extend("--ft-button-tertiary-error-focus-state-layer-opacity","",r.opacity8),tertiaryErrorActiveStateLayerOpacity:t.extend("--ft-button-tertiary-error-active-state-layer-opacity","",r.opacity16),tertiaryErrorDisabledComponentOpacity:t.extend("--ft-button-tertiary-error-disabled-component-opacity","",r.opacity40),tertiaryNeutralBackgroundColor:t.create("--ft-button-tertiary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryNeutralIconColor:t.extend("--ft-button-tertiary-neutral-icon-color","",a.contentGlobalSecondary),tertiaryNeutralColor:t.extend("--ft-button-tertiary-neutral-color","",a.contentGlobalSecondary),tertiaryNeutralStateLayerColor:t.extend("--ft-button-tertiary-neutral-state-layer-color","",a.contentGlobalSecondary),tertiaryNeutralHoverStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-hover-state-layer-opacity","",r.opacity8),tertiaryNeutralFocusStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-focus-state-layer-opacity","",r.opacity8),tertiaryNeutralActiveStateLayerOpacity:t.extend("--ft-button-tertiary-neutral-active-state-layer-opacity","",r.opacity16),tertiaryNeutralDisabledComponentOpacity:t.extend("--ft-button-tertiary-neutral-disabled-component-opacity","",r.opacity40),secondaryBrandBackgroundColor:t.create("--ft-button-secondary-brand-background-color","","COLOR","rgba(0,0,0,0)"),secondaryBrandColor:t.extend("--ft-button-secondary-brand-color","",a.contentActionPrimary),secondaryBrandIconColor:t.extend("--ft-button-secondary-brand-icon-color","",a.contentActionPrimary),secondaryBrandStateLayerColor:t.extend("--ft-button-secondary-brand-state-layer-color","",a.contentActionPrimary),secondaryBrandHoverStateLayerOpacity:t.extend("--ft-button-secondary-brand-hover-state-layer-opacity","",r.opacity8),secondaryBrandFocusStateLayerOpacity:t.extend("--ft-button-secondary-brand-focus-state-layer-opacity","",r.opacity8),secondaryBrandActiveStateLayerOpacity:t.extend("--ft-button-secondary-brand-active-state-layer-opacity","",r.opacity16),secondaryBrandDisabledComponentOpacity:t.extend("--ft-button-secondary-brand-disabled-component-opacity","",r.opacity40),secondaryBrandBorderColor:t.extend("--ft-button-secondary-brand-border-color","",a.borderActionPrimary),secondaryNeutralHoverStateLayerOpacity:t.extend("--ft-button-secondary-neutral-hover-state-layer-opacity","",r.opacity8),secondaryNeutralFocusStateLayerOpacity:t.extend("--ft-button-secondary-neutral-focus-state-layer-opacity","",r.opacity8),secondaryNeutralActiveStateLayerOpacity:t.extend("--ft-button-secondary-neutral-active-state-layer-opacity","",r.opacity16),secondaryNeutralDisabledComponentOpacity:t.extend("--ft-button-secondary-neutral-disabled-component-opacity","",r.opacity40),secondaryNeutralBackgroundColor:t.create("--ft-button-secondary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),secondaryNeutralColor:t.extend("--ft-button-secondary-neutral-color","",a.contentGlobalSecondary),secondaryNeutralIconColor:t.extend("--ft-button-secondary-neutral-icon-color","",a.contentGlobalSecondary),secondaryNeutralStateLayerColor:t.extend("--ft-button-secondary-neutral-state-layer-color","",a.contentGlobalSecondary),secondaryNeutralBorderColor:t.extend("--ft-button-secondary-neutral-border-color","",a.borderNeutralPrimary),secondaryInfoHoverStateLayerOpacity:t.extend("--ft-button-secondary-info-hover-state-layer-opacity","",r.opacity8),secondaryInfoFocusStateLayerOpacity:t.extend("--ft-button-secondary-info-focus-state-layer-opacity","",r.opacity8),secondaryInfoActiveStateLayerOpacity:t.extend("--ft-button-secondary-info-active-state-layer-opacity","",r.opacity16),secondaryInfoDisabledComponentOpacity:t.extend("--ft-button-secondary-info-disabled-component-opacity","",r.opacity40),secondaryInfoBackgroundColor:t.create("--ft-button-secondary-info-background-color","","COLOR","rgba(0,0,0,0)"),secondaryInfoBorderColor:t.extend("--ft-button-secondary-info-border-color","",a.borderInfoPrimary),secondaryInfoColor:t.extend("--ft-button-secondary-info-color","",a.contentInfoPrimary),secondaryInfoIconColor:t.extend("--ft-button-secondary-info-icon-color","",a.contentInfoPrimary),secondaryInfoStateLayerColor:t.extend("--ft-button-secondary-info-state-layer-color","",a.contentInfoPrimary),secondarySuccessHoverStateLayerOpacity:t.extend("--ft-button-secondary-success-hover-state-layer-opacity","",r.opacity8),secondarySuccessFocusStateLayerOpacity:t.extend("--ft-button-secondary-success-focus-state-layer-opacity","",r.opacity8),secondarySuccessActiveStateLayerOpacity:t.extend("--ft-button-secondary-success-active-state-layer-opacity","",r.opacity16),secondarySuccessDisabledComponentOpacity:t.extend("--ft-button-secondary-success-disabled-component-opacity","",r.opacity40),secondarySuccessBackgroundColor:t.create("--ft-button-secondary-success-background-color","","COLOR","rgba(0,0,0,0)"),secondarySuccessBorderColor:t.extend("--ft-button-secondary-success-border-color","",a.borderSuccessPrimary),secondarySuccessColor:t.extend("--ft-button-secondary-success-color","",a.contentSuccessPrimary),secondarySuccessIconColor:t.extend("--ft-button-secondary-success-icon-color","",a.contentSuccessPrimary),secondarySuccessStateLayerColor:t.extend("--ft-button-secondary-success-state-layer-color","",a.contentSuccessPrimary),secondaryWarningHoverStateLayerOpacity:t.extend("--ft-button-secondary-warning-hover-state-layer-opacity","",r.opacity8),secondaryWarningFocusStateLayerOpacity:t.extend("--ft-button-secondary-warning-focus-state-layer-opacity","",r.opacity8),secondaryWarningActiveStateLayerOpacity:t.extend("--ft-button-secondary-warning-active-state-layer-opacity","",r.opacity16),secondaryWarningDisabledComponentOpacity:t.extend("--ft-button-secondary-warning-disabled-component-opacity","",r.opacity40),secondaryWarningBackgroundColor:t.create("--ft-button-secondary-warning-background-color","","COLOR","rgba(0,0,0,0)"),secondaryWarningBorderColor:t.extend("--ft-button-secondary-warning-border-color","",a.borderWarningPrimary),secondaryWarningColor:t.extend("--ft-button-secondary-warning-color","",a.contentWarningPrimary),secondaryWarningIconColor:t.extend("--ft-button-secondary-warning-icon-color","",a.contentWarningPrimary),secondaryWarningStateLayerColor:t.extend("--ft-button-secondary-warning-state-layer-color","",a.contentWarningPrimary),secondaryErrorHoverStateLayerOpacity:t.extend("--ft-button-secondary-error-hover-state-layer-opacity","",r.opacity8),secondaryErrorFocusStateLayerOpacity:t.extend("--ft-button-secondary-error-focus-state-layer-opacity","",r.opacity8),secondaryErrorActiveStateLayerOpacity:t.extend("--ft-button-secondary-error-active-state-layer-opacity","",r.opacity16),secondaryErrorDisabledComponentOpacity:t.extend("--ft-button-secondary-error-disabled-component-opacity","",r.opacity40),secondaryErrorBackgroundColor:t.create("--ft-button-secondary-error-background-color","","COLOR","rgba(0,0,0,0)"),secondaryErrorBorderColor:t.extend("--ft-button-secondary-error-border-color","",a.contentErrorPrimary),secondaryErrorColor:t.extend("--ft-button-secondary-error-color","",a.contentErrorPrimary),secondaryErrorIconColor:t.extend("--ft-button-secondary-error-icon-color","",a.contentErrorPrimary),secondaryErrorStateLayerColor:t.extend("--ft-button-secondary-error-state-layer-color","",a.contentErrorPrimary)};var Qn={loadMoreIconSize:t.extend("--ft-tree-list-load-more-icon-size","",r.iconSize2),loadMorePaddingLeft:t.extend("--ft-tree-list-load-more-padding-left","",r.spacing6),loadMoreUnselectedDefaultBorderColor:t.extend("--ft-tree-list-load-more-unselected-default-border-color","",a.borderGlobalSubtle),loadMoreIconColor:t.extend("--ft-tree-list-load-more-icon-color","",a.contentActionPrimary),loadMoreLabelColor:t.extend("--ft-tree-list-load-more-label-color","",a.contentActionPrimary),loadMoreHoverBorderColor:t.extend("--ft-tree-list-load-more-hover-border-color","",r.colorBrand20),loadMoreHoverBackgroundColor:t.create("--ft-tree-list-load-more-hover-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreActiveBorderColor:t.extend("--ft-tree-list-load-more-active-border-color","",r.colorBrand20),loadMoreActiveBackgroundColor:t.create("--ft-tree-list-load-more-active-background-color","","COLOR","rgba(157,32,123,0.16)"),loadMoreFocusBackgroundColor:t.create("--ft-tree-list-load-more-focus-background-color","","COLOR","rgba(157,32,123,0.08)"),loadMoreDescendantOfSelectedDefaultBackgroundColor:t.create("--ft-tree-list-load-more-descendant-of-selected-default-background-color","","COLOR","rgba(113,113,142,0.08)"),loadMoreDescendantOfSelectedDefaultBorderColor:t.extend("--ft-tree-list-load-more-descendant-of-selected-default-border-color","",a.borderGlobalPrimary),loadMoreLabelMarginLeft:t.extend("--ft-tree-list-load-more-label-margin-left","",r.spacing1),nodeIconSize:t.extend("--ft-tree-list-node-icon-size","",r.iconSize2),nodeHeight:t.create("--ft-tree-list-node-height","","SIZE","36px"),nodeParentLabelMarginLeft:t.extend("--ft-tree-list-node-parent-label-margin-left","",r.spacing2),nodeParentLabelMarginRight:t.extend("--ft-tree-list-node-parent-label-margin-right","",r.spacing2),nodeRootPaddingLeft:t.extend("--ft-tree-list-node-root-padding-left","",r.spacing3),nodeChildPaddingLeft:t.extend("--ft-tree-list-node-child-padding-left","",r.spacing5),nodeLeafPaddingLeft:t.extend("--ft-tree-list-node-leaf-padding-left","",r.spacing6),nodeUnselectedDefaultBorderColor:t.extend("--ft-tree-list-node-unselected-default-border-color","",a.borderGlobalSubtle),nodeUnselectedIconColor:t.extend("--ft-tree-list-node-unselected-icon-color","",a.contentGlobalSecondary),nodeUnselectedLabelColor:t.extend("--ft-tree-list-node-unselected-label-color","",a.contentGlobalSecondary),nodeUnselectedCounterColor:t.extend("--ft-tree-list-node-unselected-counter-color","",a.contentGlobalSecondary),nodeHoverBorderColor:t.extend("--ft-tree-list-node-hover-border-color","",a.borderActionPrimary),nodeFocusFocusRingColor:t.extend("--ft-tree-list-node-focus-focus-ring-color","",a.borderActionFocusRing),nodeFocusOutlineWidth:t.create("--ft-tree-list-node-focus-outline-width","","SIZE","2px"),nodeSelectedDefaultBorderColor:t.extend("--ft-tree-list-node-selected-default-border-color","",a.borderGlobalPrimary),nodeSelectedIconColor:t.extend("--ft-tree-list-node-selected-icon-color","",a.contentGlobalSecondary),nodeSelectedLabelColor:t.extend("--ft-tree-list-node-selected-label-color","",a.contentGlobalPrimary),nodeSelectedCounterColor:t.extend("--ft-tree-list-node-selected-counter-color","",a.contentGlobalSecondary),nodeSelectedBackgroundColor:t.create("--ft-tree-list-node-selected-background-color","","COLOR","rgba(113,113,142,0.24)"),nodeDescendantOfSelectedDefaultBorderColor:t.extend("--ft-tree-list-node-descendant-of-selected-default-border-color","",a.borderGlobalPrimary),nodeDescendantOfSelectedIconColor:t.extend("--ft-tree-list-node-descendant-of-selected-icon-color","",a.contentGlobalSecondary),nodeDescendantOfSelectedLabelColor:t.extend("--ft-tree-list-node-descendant-of-selected-label-color","",a.contentGlobalSecondary),nodeDescendantOfSelectedCounterColor:t.extend("--ft-tree-list-node-descendant-of-selected-counter-color","",a.contentGlobalSecondary),nodeDescendantOfSelectedBackgroundColor:t.create("--ft-tree-list-node-descendant-of-selected-background-color","","COLOR","rgba(113,113,142,0.08)"),nodeBorderWidth:t.create("--ft-tree-list-node-border-width","","SIZE","1px"),headerSectionPaddingLeft:t.extend("--ft-tree-list-header-section-padding-left","",r.spacing3),headerSectionPaddingRight:t.extend("--ft-tree-list-header-section-padding-right","",r.spacing3),headerSectionHorizontalGap:t.extend("--ft-tree-list-header-section-horizontal-gap","",r.spacing2),headerSectionMarginBottom:t.extend("--ft-tree-list-header-section-margin-bottom","",r.spacing2),headerSectionColor:t.extend("--ft-tree-list-header-section-color","",a.contentGlobalPrimary),headerSectionCounterColor:t.extend("--ft-tree-list-header-section-counter-color","",a.contentGlobalSecondary),listContainerBorderWidth:t.create("--ft-tree-list-list-container-border-width","","SIZE","1px"),listContainerBackgroundColor:t.extend("--ft-tree-list-list-container-background-color","",a.backgroundGlobalSurface),listContainerBorderColor:t.extend("--ft-tree-list-list-container-border-color","",a.borderGlobalSubtle),emptyStateIllustrationWidth:t.create("--ft-tree-list-empty-state-illustration-width","","SIZE","192px"),emptyStateIllustrationHeight:t.create("--ft-tree-list-empty-state-illustration-height","","SIZE","192px"),emptyStateIllustrationMarginBottom:t.extend("--ft-tree-list-empty-state-illustration-margin-bottom","",r.spacing10),emptyStateContainerPaddingTop:t.extend("--ft-tree-list-empty-state-container-padding-top","",r.spacing10),emptyStateContainerPaddingBottom:t.extend("--ft-tree-list-empty-state-container-padding-bottom","",r.spacing10),emptyStateTitleMarginBottom:t.extend("--ft-tree-list-empty-state-title-margin-bottom","",r.spacing2),emptyStateTitleLabelColor:t.extend("--ft-tree-list-empty-state-title-label-color","",a.contentGlobalSecondary),emptyStateDescriptionLabelColor:t.extend("--ft-tree-list-empty-state-description-label-color","",a.contentGlobalSecondary)};var ri={iconSize:t.extend("--ft-checkbox-icon-size","",r.iconSize2),boxSize:t.create("--ft-checkbox-box-size","","SIZE","18px"),colorLegendSize:t.create("--ft-checkbox-color-legend-size","","SIZE","16px"),borderRadius:t.create("--ft-checkbox-border-radius","","SIZE","1px"),color:t.extend("--ft-checkbox-color","",a.contentGlobalPrimary),checkedBackgroundColor:t.extend("--ft-checkbox-checked-background-color","",a.contentActionPrimary),checkedStateLayerColor:t.extend("--ft-checkbox-checked-state-layer-color","",a.contentActionPrimary),checkedIconColor:t.extend("--ft-checkbox-checked-icon-color","",a.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","",a.borderActionFocusRing),focusOutlineOffset:t.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),borderWidth:t.create("--ft-checkbox-border-width","","SIZE","2px"),horizontalGap:t.extend("--ft-checkbox-horizontal-gap","",r.spacing3),leftPadding:t.extend("--ft-checkbox-left-padding","",r.spacing2)};var li={circleSize:t.create("--ft-radio-circle-size","","SIZE","18px"),borderWidth:t.create("--ft-radio-border-width","","SIZE","2px"),color:t.extend("--ft-radio-color","",a.contentGlobalPrimary),selectedRadioColor:t.extend("--ft-radio-selected-radio-color","",a.contentActionPrimary),selectedStateLayerColor:t.extend("--ft-radio-selected-state-layer-color","",a.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","",a.borderInputPrimary),unselectedBorderColor:t.extend("--ft-radio-unselected-border-color","",a.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","",a.borderActionFocusRing),focusOutlineOffset:t.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-radio-focus-outline-width","","SIZE","2px"),verticalGap:t.extend("--ft-radio-vertical-gap","",r.spacing3),horizontalGap:t.extend("--ft-radio-horizontal-gap","",r.spacing3)};var ui={headerRowBorderWidth:t.create("--ft-table-header-row-border-width","","SIZE","1px"),headerRowBackgroundColor:t.extend("--ft-table-header-row-background-color","",a.backgroundGlobalOnSurfaceDark),headerRowBorderColor:t.extend("--ft-table-header-row-border-color","",a.borderGlobalPrimary),headerRowColor:t.extend("--ft-table-header-row-color","",a.contentGlobalPrimary),dataRowBorderWidth:t.create("--ft-table-data-row-border-width","","SIZE","1px"),dataRowBackgroundColor:t.extend("--ft-table-data-row-background-color","",a.backgroundGlobalOnSurface),dataRowBorderColor:t.extend("--ft-table-data-row-border-color","",a.borderGlobalSubtle),dataRowColor:t.extend("--ft-table-data-row-color","",a.contentGlobalSecondary),dataRowDefaultHoverBackgroundColor:t.extend("--ft-table-data-row-default-hover-background-color","",r.colorGray20),dataRowSelectableUnselectedHoverBackgroundColor:t.extend("--ft-table-data-row-selectable-unselected-hover-background-color","",r.colorGray20),dataRowSelectableSelectedDefaultBackgroundColor:t.extend("--ft-table-data-row-selectable-selected-default-background-color","",r.colorBrand10),dataRowSelectableSelectedDefaultBorderColor:t.extend("--ft-table-data-row-selectable-selected-default-border-color","",r.colorBrand20),dataRowSelectableSelectedHoverBackgroundColor:t.extend("--ft-table-data-row-selectable-selected-hover-background-color","",r.colorBrand20),dataRowSelectableSelectedHoverBorderColor:t.extend("--ft-table-data-row-selectable-selected-hover-border-color","",r.colorBrand30),dataRowSelectableSelectedColor:t.extend("--ft-table-data-row-selectable-selected-color","",a.contentActionPrimary),dataRowClickableHoverBackgroundColor:t.extend("--ft-table-data-row-clickable-hover-background-color","",r.colorGray30),dataRowClickableFocusBorderColor:t.extend("--ft-table-data-row-clickable-focus-border-color","",a.borderActionFocusRing),dataRowClickableFocusBackgroundColor:t.extend("--ft-table-data-row-clickable-focus-background-color","",r.colorGray30),dataRowClickableActiveBackgroundColor:t.extend("--ft-table-data-row-clickable-active-background-color","",r.colorGray40),headerCellHorizontalGap:t.extend("--ft-table-header-cell-horizontal-gap","",r.spacing1),headerCellVerticalPadding:t.extend("--ft-table-header-cell-vertical-padding","",r.spacing2),headerCellHorizontalPadding:t.extend("--ft-table-header-cell-horizontal-padding","",r.spacing3),dataCellVerticalPadding:t.extend("--ft-table-data-cell-vertical-padding","",r.spacing2),dataCellHorizontalPadding:t.extend("--ft-table-data-cell-horizontal-padding","",r.spacing3),dataCellVerticalGap:t.extend("--ft-table-data-cell-vertical-gap","",r.spacing1)};var bi={neutralOffHoverStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-hover-state-layer-opacity","",r.opacity8),neutralOffFocusStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-focus-state-layer-opacity","",r.opacity8),neutralOffFocusFocusRingColor:t.extend("--ft-chip-choice-neutral-off-focus-focus-ring-color","",a.borderActionFocusRing),neutralOffActiveStateLayerOpacity:t.extend("--ft-chip-choice-neutral-off-active-state-layer-opacity","",r.opacity16),neutralOffBackgroundColor:t.extend("--ft-chip-choice-neutral-off-background-color","",a.backgroundGlobalOnSurface),neutralOffBorderColor:t.extend("--ft-chip-choice-neutral-off-border-color","",a.borderGlobalPrimary),neutralOffColor:t.extend("--ft-chip-choice-neutral-off-color","",a.contentGlobalSecondary),neutralOffStateLayerColor:t.extend("--ft-chip-choice-neutral-off-state-layer-color","",a.contentGlobalSecondary),neutralOnDefaultStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-default-state-layer-opacity","",r.opacity16),neutralOnHoverStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-hover-state-layer-opacity","",r.opacity24),neutralOnFocusStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-focus-state-layer-opacity","",r.opacity24),neutralOnFocusFocusRingColor:t.extend("--ft-chip-choice-neutral-on-focus-focus-ring-color","",a.borderActionFocusRing),neutralOnActiveStateLayerOpacity:t.extend("--ft-chip-choice-neutral-on-active-state-layer-opacity","",r.opacity32),neutralOnBackgroundColor:t.extend("--ft-chip-choice-neutral-on-background-color","",a.backgroundGlobalOnSurface),neutralOnBorderColor:t.extend("--ft-chip-choice-neutral-on-border-color","",a.borderGlobalPrimary),neutralOnColor:t.extend("--ft-chip-choice-neutral-on-color","",a.contentGlobalPrimary),neutralOnIconColor:t.extend("--ft-chip-choice-neutral-on-icon-color","",a.contentGlobalPrimary),neutralOnStateLayerColor:t.extend("--ft-chip-choice-neutral-on-state-layer-color","",a.contentGlobalPrimary),largeMinHeight:t.create("--ft-chip-choice-large-min-height","","SIZE","36px"),largeHorizontalPadding:t.extend("--ft-chip-choice-large-horizontal-padding","",r.spacing3),largeGap:t.extend("--ft-chip-choice-large-gap","",r.spacing1),largeBorderRadius:t.create("--ft-chip-choice-large-border-radius","","SIZE","18px"),largeBorderWidth:t.create("--ft-chip-choice-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-choice-large-icon-size","",r.iconSize3),mediumMinHeight:t.create("--ft-chip-choice-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:t.extend("--ft-chip-choice-medium-horizontal-padding","",r.spacing2),mediumGap:t.extend("--ft-chip-choice-medium-gap","",r.spacing1),mediumBorderRadius:t.create("--ft-chip-choice-medium-border-radius","","SIZE","12px"),mediumBorderWidth:t.create("--ft-chip-choice-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-choice-medium-icon-size","",r.iconSize2)};var vi={largeMinHeight:t.create("--ft-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:t.extend("--ft-chip-large-horizontal-padding","",r.spacing3),largeButtonRightPadding:t.extend("--ft-chip-large-button-right-padding","",r.spacing1),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.create("--ft-chip-large-border-radius","","SIZE","18px"),largeBorderWidth:t.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-large-icon-size","",r.iconSize3),mediumMinHeight:t.create("--ft-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:t.extend("--ft-chip-medium-horizontal-padding","",r.spacing2),mediumButtonRightPadding:t.extend("--ft-chip-medium-button-right-padding","",r.spacing05),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.create("--ft-chip-medium-border-radius","","SIZE","12px"),mediumBorderWidth:t.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-medium-icon-size","",r.iconSize2),smallMinHeight:t.create("--ft-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:t.extend("--ft-chip-small-horizontal-padding","",r.spacing1),smallButtonRightPadding:t.extend("--ft-chip-small-button-right-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.create("--ft-chip-small-border-radius","","SIZE","10px"),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","",a.backgroundGlobalOnSurface),neutralColor:t.extend("--ft-chip-neutral-color","",a.contentGlobalSecondary),neutralIconColor:t.extend("--ft-chip-neutral-icon-color","",a.contentGlobalSecondary),neutralBorderColor:t.extend("--ft-chip-neutral-border-color","",a.borderGlobalSubtle),infoBackgroundColor:t.extend("--ft-chip-info-background-color","",a.backgroundInfoSubtle),infoColor:t.extend("--ft-chip-info-color","",a.contentInfoPrimary),infoIconColor:t.extend("--ft-chip-info-icon-color","",a.contentInfoIconOnly),infoBorderColor:t.extend("--ft-chip-info-border-color","",a.borderInfoSubtle),successBackgroundColor:t.extend("--ft-chip-success-background-color","",a.backgroundSuccessSubtle),successColor:t.extend("--ft-chip-success-color","",a.contentSuccessPrimary),successIconColor:t.extend("--ft-chip-success-icon-color","",a.contentSuccessIconOnly),successBorderColor:t.extend("--ft-chip-success-border-color","",a.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-chip-warning-background-color","",a.backgroundWarningSubtle),warningColor:t.extend("--ft-chip-warning-color","",a.contentWarningPrimary),warningIconColor:t.extend("--ft-chip-warning-icon-color","",a.contentWarningIconOnly),warningBorderColor:t.extend("--ft-chip-warning-border-color","",a.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-chip-error-background-color","",a.backgroundErrorSubtle),errorColor:t.extend("--ft-chip-error-color","",a.contentErrorPrimary),errorIconColor:t.extend("--ft-chip-error-icon-color","",a.contentErrorIconOnly),errorBorderColor:t.extend("--ft-chip-error-border-color","",a.borderErrorSubtle)};var Ri={brandHoverOpacity:t.extend("--ft-link-brand-hover-opacity","",r.opacity80),brandHoverColor:t.extend("--ft-link-brand-hover-color","",a.contentActionPrimary),brandFocusFocusRingColor:t.extend("--ft-link-brand-focus-focus-ring-color","",a.borderActionFocusRing),brandFocusColor:t.extend("--ft-link-brand-focus-color","",a.contentActionPrimary),brandDefaultColor:t.extend("--ft-link-brand-default-color","",a.contentActionPrimary),brandActiveColor:t.extend("--ft-link-brand-active-color","",a.contentActionPrimary),infoHoverOpacity:t.extend("--ft-link-info-hover-opacity","",r.opacity80),infoHoverColor:t.extend("--ft-link-info-hover-color","",a.contentInfoPrimary),infoFocusFocusRingColor:t.extend("--ft-link-info-focus-focus-ring-color","",a.borderActionFocusRing),infoFocusColor:t.extend("--ft-link-info-focus-color","",a.contentInfoPrimary),infoDefaultColor:t.extend("--ft-link-info-default-color","",a.contentInfoPrimary),infoActiveColor:t.extend("--ft-link-info-active-color","",a.contentInfoPrimary),neutralFocusFocusRingColor:t.extend("--ft-link-neutral-focus-focus-ring-color","",a.borderActionFocusRing),neutralFocusColor:t.extend("--ft-link-neutral-focus-color","",a.contentActionPrimary),neutralDefaultColor:t.extend("--ft-link-neutral-default-color","",a.contentGlobalPrimary),neutralHoverColor:t.extend("--ft-link-neutral-hover-color","",a.contentActionPrimary),neutralActiveColor:t.extend("--ft-link-neutral-active-color","",a.contentActionPrimary),neutralVisitedColor:t.extend("--ft-link-neutral-visited-color","",r.colorBrand100)};var Ii={iconSize:t.extend("--ft-banner-icon-size","",r.iconSize5),borderWidth:t.create("--ft-banner-border-width","","SIZE","1px"),leftPadding:t.extend("--ft-banner-left-padding","",r.spacing6),rightPadding:t.extend("--ft-banner-right-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","",a.backgroundInfoSubtle),infoColor:t.extend("--ft-banner-info-color","",a.contentInfoPrimary),infoIconColor:t.extend("--ft-banner-info-icon-color","",a.contentInfoIconOnly),infoBorderColor:t.extend("--ft-banner-info-border-color","",a.borderInfoSubtle)};var Hi={horizontalPadding:t.extend("--ft-badge-horizontal-padding","",r.spacing1),verticalPadding:t.extend("--ft-badge-vertical-padding","",r.spacing1),borderRadius:t.extend("--ft-badge-border-radius","",r.borderRadiusPill),color:t.extend("--ft-badge-color","",a.contentGlobalOnColor),backgroundColor:t.extend("--ft-badge-background-color","",a.contentActionPrimary)};var Mi={horizontalGap:t.extend("--ft-title-breadcrumb-horizontal-gap","",r.spacing1),currentColor:t.extend("--ft-title-breadcrumb-current-color","",a.contentGlobalPrimary),previousNonClickableColor:t.extend("--ft-title-breadcrumb-previous-non-clickable-color","",a.contentGlobalSecondary),iconColor:t.extend("--ft-title-breadcrumb-icon-color","",a.contentGlobalSubtle)};var ji={parentHorizontalPadding:t.extend("--ft-page-header-parent-horizontal-padding","",r.spacing6),parentTopPadding:t.extend("--ft-page-header-parent-top-padding","",r.spacing4),parentBottomPadding:t.extend("--ft-page-header-parent-bottom-padding","",r.spacing6),parentHelpLeftMargin:t.extend("--ft-page-header-parent-help-left-margin","",r.spacing1),parentTitleColor:t.extend("--ft-page-header-parent-title-color","",a.contentGlobalPrimary),parentSubtitleColor:t.extend("--ft-page-header-parent-subtitle-color","",a.contentGlobalSecondary),parentChipLeftMargin:t.extend("--ft-page-header-parent-chip-left-margin","",r.spacing4),parentVerticalGap:t.extend("--ft-page-header-parent-vertical-gap","",r.spacing2),parentButtonsGroupHorizontalGap:t.extend("--ft-page-header-parent-buttons-group-horizontal-gap","",r.spacing4),parentButtonsGroupVerticalGap:t.extend("--ft-page-header-parent-buttons-group-vertical-gap","",r.spacing4),parentChipsGroupHorizontalGap:t.extend("--ft-page-header-parent-chips-group-horizontal-gap","",r.spacing2),parentChipsGroupVerticalGap:t.extend("--ft-page-header-parent-chips-group-vertical-gap","",r.spacing2),childHorizontalPadding:t.extend("--ft-page-header-child-horizontal-padding","",r.spacing6),childTopPadding:t.extend("--ft-page-header-child-top-padding","",r.spacing2),childBottomPadding:t.extend("--ft-page-header-child-bottom-padding","",r.spacing2),childHelpLeftMargin:t.extend("--ft-page-header-child-help-left-margin","",r.spacing1),childChipLeftMargin:t.extend("--ft-page-header-child-chip-left-margin","",r.spacing4),childVerticalGap:t.extend("--ft-page-header-child-vertical-gap","",r.spacing2),childMinHeight:t.create("--ft-page-header-child-min-height","","SIZE","40px"),childButtonsGroupHorizontalGap:t.extend("--ft-page-header-child-buttons-group-horizontal-gap","",r.spacing4),childButtonsGroupVerticalGap:t.extend("--ft-page-header-child-buttons-group-vertical-gap","",r.spacing4),childChipsGroupHorizontalGap:t.extend("--ft-page-header-child-chips-group-horizontal-gap","",r.spacing2),childChipsGroupVerticalGap:t.extend("--ft-page-header-child-chips-group-vertical-gap","",r.spacing2),backgroundColor:t.extend("--ft-page-header-background-color","",r.colorWhite),bottomBorderColor:t.extend("--ft-page-header-bottom-border-color","",a.borderGlobalSubtle),bottomBorderWidth:t.create("--ft-page-header-bottom-border-width","","SIZE","1px")};var Ji={horizontalPadding:t.extend("--ft-page-footer-horizontal-padding","",r.spacing6),verticalPadding:t.extend("--ft-page-footer-vertical-padding","",r.spacing2),verticalGap:t.extend("--ft-page-footer-vertical-gap","",r.spacing2),minHeight:t.create("--ft-page-footer-min-height","","SIZE","40px"),backgroundColor:t.extend("--ft-page-footer-background-color","",r.colorWhite),topBorderColor:t.extend("--ft-page-footer-top-border-color","",a.borderGlobalSubtle),topBorderWidth:t.create("--ft-page-footer-top-border-width","","SIZE","1px"),buttonsGroupGap:t.extend("--ft-page-footer-buttons-group-gap","",r.spacing4)};var rc={contentHorizontalPadding:t.extend("--ft-page-layout-content-horizontal-padding","",r.spacing6),contentVerticalPadding:t.extend("--ft-page-layout-content-vertical-padding","",r.spacing6)};var lc={smallContainerTargetWidth:t.create("--ft-modal-small-container-target-width","","SIZE","560px"),smallContainerMargin:t.extend("--ft-modal-small-container-margin","",r.spacing6),mediumContainerTargetWidth:t.create("--ft-modal-medium-container-target-width","","SIZE","800px"),mediumContainerMargin:t.extend("--ft-modal-medium-container-margin","",r.spacing6),largeContainerTargetWidth:t.create("--ft-modal-large-container-target-width","","SIZE","1040px"),largeContainerMargin:t.extend("--ft-modal-large-container-margin","",r.spacing6),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","",a.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),headerBackgroundColor:t.extend("--ft-modal-header-background-color","",a.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-modal-header-border-color","",a.borderGlobalSubtle),headerColor:t.extend("--ft-modal-header-color","",a.contentGlobalPrimary),headerLeadingIconColor:t.extend("--ft-modal-header-leading-icon-color","",a.contentGlobalPrimary),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),headerBorderBottomWidth:t.create("--ft-modal-header-border-bottom-width","","SIZE","1px"),borderRadius:t.extend("--ft-modal-border-radius","",r.borderRadiusM)};var uc={overlayOpacity:t.extend("--ft-drawer-overlay-opacity","",r.opacity40),shadow:t.extend("--ft-drawer-shadow","",r.shadowElevation03),bodyColor:t.extend("--ft-drawer-body-color","",a.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","",a.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-drawer-header-border-color","",a.borderGlobalSubtle),headerColor:t.extend("--ft-drawer-header-color","",a.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-drawer-header-trailing-icon-color","",a.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","",a.backgroundGlobalOnSurface),buttonsBarBorderColor:t.extend("--ft-drawer-buttons-bar-border-color","",a.borderGlobalSubtle),buttonsBarColor:t.extend("--ft-drawer-buttons-bar-color","",a.contentGlobalPrimary),buttonsBarHorizontalPadding:t.extend("--ft-drawer-buttons-bar-horizontal-padding","",r.spacing6),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 bc={offBorderBottomWidth:t.create("--ft-tabs-off-border-bottom-width","","SIZE","1px"),offHoverStateLayerOpacity:t.extend("--ft-tabs-off-hover-state-layer-opacity","",r.opacity8),offDefaultStateLayerOpacity:t.extend("--ft-tabs-off-default-state-layer-opacity","",r.opacity0),offFocusStateLayerOpacity:t.extend("--ft-tabs-off-focus-state-layer-opacity","",r.opacity8),offDisabledComponentOpacity:t.extend("--ft-tabs-off-disabled-component-opacity","",r.opacity40),offColor:t.extend("--ft-tabs-off-color","",a.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-tabs-off-state-layer-color","",a.contentGlobalSubtle),offBorderBottomColor:t.extend("--ft-tabs-off-border-bottom-color","",a.borderGlobalSubtle),activeTabIndicatorHeight:t.create("--ft-tabs-active-tab-indicator-height","","SIZE","3px"),topLeftBorderRadius:t.extend("--ft-tabs-top-left-border-radius","",r.borderRadiusS),topRightBorderRadius:t.extend("--ft-tabs-top-right-border-radius","",r.borderRadiusS),withLabelHorizontalPadding:t.extend("--ft-tabs-with-label-horizontal-padding","",r.spacing4),withLabelVerticalPadding:t.extend("--ft-tabs-with-label-vertical-padding","",r.spacing3),horizontalGap:t.extend("--ft-tabs-horizontal-gap","",r.spacing1),verticalGap:t.extend("--ft-tabs-vertical-gap","",r.spacing1),onHoverStateLayerOpacity:t.extend("--ft-tabs-on-hover-state-layer-opacity","",r.opacity16),onDefaultStateLayerOpacity:t.extend("--ft-tabs-on-default-state-layer-opacity","",r.opacity8),onFocusStateLayerOpacity:t.extend("--ft-tabs-on-focus-state-layer-opacity","",r.opacity16),onActiveStateLayerOpacity:t.extend("--ft-tabs-on-active-state-layer-opacity","",r.opacity24),onColor:t.extend("--ft-tabs-on-color","",a.contentActionPrimary),onStateLayerColor:t.extend("--ft-tabs-on-state-layer-color","",a.contentActionPrimary),onActiveTabIndicatorColor:t.extend("--ft-tabs-on-active-tab-indicator-color","",a.contentActionPrimary),iconOnlyHorizontalPadding:t.extend("--ft-tabs-icon-only-horizontal-padding","",r.spacing4),iconOnlyVerticalPadding:t.extend("--ft-tabs-icon-only-vertical-padding","",r.spacing4),alertTopPadding:t.extend("--ft-tabs-alert-top-padding","",r.spacing1),alertRightPadding:t.extend("--ft-tabs-alert-right-padding","",r.spacing05),focusOutlineWidth:t.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-tabs-focus-focus-ring-color","",a.borderActionFocusRing)};var vc={largeFieldHorizontalPadding:t.extend("--ft-text-input-large-field-horizontal-padding","",r.spacing4),largeFieldHorizontalGap:t.extend("--ft-text-input-large-field-horizontal-gap","",r.spacing3),largeFieldVerticalGap:t.extend("--ft-text-input-large-field-vertical-gap","",r.spacing05),largeFieldHeight:t.create("--ft-text-input-large-field-height","","SIZE","50px"),largeFieldIconSize:t.extend("--ft-text-input-large-field-icon-size","",r.iconSize3),mediumFieldHorizontalPadding:t.extend("--ft-text-input-medium-field-horizontal-padding","",r.spacing4),mediumFieldHorizontalGap:t.extend("--ft-text-input-medium-field-horizontal-gap","",r.spacing3),mediumFieldVerticalGap:t.create("--ft-text-input-medium-field-vertical-gap","","SIZE","0px"),mediumFieldHeight:t.create("--ft-text-input-medium-field-height","","SIZE","40px"),mediumFieldIconSize:t.extend("--ft-text-input-medium-field-icon-size","",r.iconSize3),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.borderRadiusS),backgroundColor:t.extend("--ft-text-input-background-color","",r.colorWhite),contentValueColor:t.extend("--ft-text-input-content-value-color","",a.contentGlobalPrimary),trailingIconColor:t.extend("--ft-text-input-trailing-icon-color","",a.contentGlobalSubtle),labelColor:t.extend("--ft-text-input-label-color","",a.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-input-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-input-default-helper-text-color","",a.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","",a.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-input-error-helper-text-color","",a.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-input-error-helper-icon-color","",a.contentErrorIconOnly),warningBorderColor:t.extend("--ft-text-input-warning-border-color","",a.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-text-input-warning-helper-text-color","",a.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-text-input-warning-helper-icon-color","",a.contentWarningIconOnly),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","",a.borderActionFocusRing),focusOutlineOffset:t.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-input-disabled-component-opacity","",r.opacity40)};var Rc={backgroundColor:t.extend("--ft-text-area-background-color","",r.colorWhite),contentValueColor:t.extend("--ft-text-area-content-value-color","",a.contentGlobalPrimary),labelColor:t.extend("--ft-text-area-label-color","",a.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-area-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-area-default-helper-text-color","",a.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","",a.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-area-error-helper-text-color","",a.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-area-error-helper-icon-color","",a.contentErrorIconOnly),focusFocusRingColor:t.extend("--ft-text-area-focus-focus-ring-color","",a.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.borderRadiusS)};var Ic={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","",a.contentGlobalPrimary),offColor:t.extend("--ft-floating-menu-off-color","",a.contentGlobalPrimary),onColor:t.extend("--ft-floating-menu-on-color","",a.contentActionPrimary),onStateLayerColor:t.extend("--ft-floating-menu-on-state-layer-color","",a.contentActionPrimary),gap:t.extend("--ft-floating-menu-gap","",r.spacing3),focusFocusRingColor:t.extend("--ft-floating-menu-focus-focus-ring-color","",a.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","",a.backgroundGlobalOnSurface),shadow:t.extend("--ft-floating-menu-shadow","",r.shadowElevation02)};var Hc={largeFieldHorizontalPadding:t.extend("--ft-combobox-single-select-large-field-horizontal-padding","",r.spacing4),largeFieldHorizontalGap:t.extend("--ft-combobox-single-select-large-field-horizontal-gap","",r.spacing3),largeFieldVerticalGap:t.extend("--ft-combobox-single-select-large-field-vertical-gap","",r.spacing05),largeFieldHeight:t.create("--ft-combobox-single-select-large-field-height","","SIZE","50px"),largeFieldIconSize:t.extend("--ft-combobox-single-select-large-field-icon-size","",r.iconSize3),mediumFieldHorizontalPadding:t.extend("--ft-combobox-single-select-medium-field-horizontal-padding","",r.spacing4),mediumFieldHorizontalGap:t.extend("--ft-combobox-single-select-medium-field-horizontal-gap","",r.spacing3),mediumFieldVerticalGap:t.create("--ft-combobox-single-select-medium-field-vertical-gap","","SIZE","0px"),mediumFieldHeight:t.create("--ft-combobox-single-select-medium-field-height","","SIZE","40px"),mediumFieldIconSize:t.extend("--ft-combobox-single-select-medium-field-icon-size","",r.iconSize3),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.borderRadiusS),backgroundColor:t.extend("--ft-combobox-single-select-background-color","",r.colorWhite),labelColor:t.extend("--ft-combobox-single-select-label-color","",a.contentGlobalSubtle),contentValueColor:t.extend("--ft-combobox-single-select-content-value-color","",a.contentGlobalPrimary),trailingIconColor:t.extend("--ft-combobox-single-select-trailing-icon-color","",a.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-single-select-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-single-select-default-helper-text-color","",a.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","",a.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-single-select-error-helper-text-color","",a.contentErrorPrimary),warningBorderWidth:t.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-single-select-warning-border-color","",a.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-single-select-warning-helper-text-color","",a.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-single-select-warning-helper-icon-color","",a.contentWarningIconOnly),focusOutlineWidth:t.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-single-select-focus-focus-ring-color","",a.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 Mc={backgroundColor:t.extend("--ft-combobox-multi-select-background-color","",r.colorWhite),labelColor:t.extend("--ft-combobox-multi-select-label-color","",a.contentGlobalSubtle),trailingIconColor:t.extend("--ft-combobox-multi-select-trailing-icon-color","",a.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-multi-select-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-multi-select-default-helper-text-color","",a.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:t.extend("--ft-combobox-multi-select-error-border-color","",a.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-multi-select-error-helper-text-color","",a.contentErrorPrimary),errorHelperIcon:t.extend("--ft-combobox-multi-select-error-helper-icon","",a.contentErrorIconOnly),errorBorderWidth:t.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-multi-select-warning-border-color","",a.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-multi-select-warning-helper-text-color","",a.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-multi-select-warning-helper-icon-color","",a.contentWarningIconOnly),warningBorderWidth:t.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-multi-select-focus-focus-ring-color","",a.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.borderRadiusS)};var jc={backgroundColor:t.extend("--ft-popover-background-color","",a.backgroundGlobalOnSurface),horizontalPadding:t.extend("--ft-popover-horizontal-padding","",r.spacing6),verticalPadding:t.extend("--ft-popover-vertical-padding","",r.spacing6),titleColor:t.extend("--ft-popover-title-color","",a.contentGlobalPrimary),bodyColor:t.extend("--ft-popover-body-color","",a.contentGlobalSecondary),gap:t.extend("--ft-popover-gap","",r.spacing2),borderRadius:t.extend("--ft-popover-border-radius","",r.borderRadiusM),shadow:t.extend("--ft-popover-shadow","",r.shadowElevation02),maxWidth:t.create("--ft-popover-max-width","","SIZE","440px"),contentSectionVerticalGap:t.extend("--ft-popover-content-section-vertical-gap","",r.spacing2),multiSectionVerticalGap:t.extend("--ft-popover-multi-section-vertical-gap","",r.spacing6)};var Jc={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","",a.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","",a.contentGlobalPrimary),stateLayerColor:t.extend("--ft-collapsible-state-layer-color","",a.contentGlobalPrimary),backgroundColor:t.extend("--ft-collapsible-background-color","",a.backgroundGlobalOnSurface),borderColor:t.extend("--ft-collapsible-border-color","",a.borderGlobalSubtle),iconSize:t.extend("--ft-collapsible-icon-size","",r.iconSize3)};var al={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","",a.backgroundGlobalSurface),groupBorderColor:t.extend("--ft-switch-group-border-color","",a.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","",a.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-switch-off-state-layer-color","",a.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","",a.contentActionPrimary),onStateLayerColor:t.extend("--ft-switch-on-state-layer-color","",a.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","",a.borderActionFocusRing),optionBorderRadius:t.extend("--ft-switch-option-border-radius","",r.borderRadiusS)};var ll={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),scatterplotQuadrantPopularOldBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-popular-old-background-color","",r.colorYellow10),scatterplotQuadrantPopularNewBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-popular-new-background-color","",r.colorAvocado10),scatterplotQuadrantUnpopularOldBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-unpopular-old-background-color","",r.colorRed10),scatterplotQuadrantUnpopularNewBackgroundColor:t.extend("--ft-chart-scatterplot-quadrant-unpopular-new-background-color","",r.colorCyan10),scatterplotDatapointInitialDefaultBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-initial-default-background-color","",r.colorBrand70),scatterplotDatapointInitialDefaultBackgroundOpacity:t.extend("--ft-chart-scatterplot-datapoint-initial-default-background-opacity","",r.opacity48),scatterplotDatapointInitialHoverBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-initial-hover-background-color","",r.colorBrand0),scatterplotDatapointSelectedDefaultBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-selected-default-background-color","",r.colorBrand100),scatterplotDatapointSelectedHoverBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-selected-hover-background-color","",r.colorBrand200),scatterplotDatapointUnselectedDefaultBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-unselected-default-background-color","",r.colorGray60),scatterplotDatapointUnselectedDefaultBackgroundOpacity:t.extend("--ft-chart-scatterplot-datapoint-unselected-default-background-opacity","",r.opacity48),scatterplotDatapointUnselectedHoverBackgroundColor:t.extend("--ft-chart-scatterplot-datapoint-unselected-hover-background-color","",r.colorGray70),scatterplotDatapointHoverHoverRingColor:t.extend("--ft-chart-scatterplot-datapoint-hover-hover-ring-color","",r.colorCyan200)};var fl={color1IconColor:t.extend("--ft-page-designer-1-icon-color","for area color charts",r.colorCyan0),color1ToolbarColor:t.extend("--ft-page-designer-1-toolbar-color","for area color charts",r.colorCyan0),color2IconColor:t.extend("--ft-page-designer-2-icon-color","for area color charts",r.colorBrand0),color2ToolbarColor:t.extend("--ft-page-designer-2-toolbar-color","for area color charts",r.colorBrand0),color3IconColor:t.extend("--ft-page-designer-3-icon-color","for area color charts",r.colorYellow200),color3ToolbarColor:t.extend("--ft-page-designer-3-toolbar-color","for area color charts",r.colorYellow200),color4IconColor:t.extend("--ft-page-designer-4-icon-color","for area color charts",r.colorUltramarine50),color4ToolbarColor:t.extend("--ft-page-designer-4-toolbar-color","for area color charts",r.colorUltramarine50),color5IconColor:t.extend("--ft-page-designer-5-icon-color","for area color charts",r.colorGreen0),color5ToolbarColor:t.extend("--ft-page-designer-5-toolbar-color","for area color charts",r.colorGreen0),color6IconColor:t.extend("--ft-page-designer-6-icon-color","for area color charts",r.colorOrange0),color6ToolbarColor:t.extend("--ft-page-designer-6-toolbar-color","for area color charts",r.colorOrange0),color7IconColor:t.extend("--ft-page-designer-7-icon-color","for area color charts",r.colorAvocado200),color7ToolbarColor:t.extend("--ft-page-designer-7-toolbar-color","for area color charts",r.colorAvocado200),color8IconColor:t.extend("--ft-page-designer-8-icon-color","for area color charts",r.colorBrown0),color8ToolbarColor:t.extend("--ft-page-designer-8-toolbar-color","for area color charts",r.colorBrown0)};var hl={borderWidth:t.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:t.extend("--ft-notice-horizontal-padding","",r.spacing3),verticalPadding:t.extend("--ft-notice-vertical-padding","",r.spacing2),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","",a.backgroundInfoSubtle),infoBorderColor:t.extend("--ft-notice-info-border-color","",a.borderInfoSubtle),infoColor:t.extend("--ft-notice-info-color","",a.contentInfoPrimary),infoIconColor:t.extend("--ft-notice-info-icon-color","",a.contentInfoIconOnly),warningBackgroundColor:t.extend("--ft-notice-warning-background-color","",a.backgroundWarningSubtle),warningBorderColor:t.extend("--ft-notice-warning-border-color","",a.borderWarningSubtle),warningColor:t.extend("--ft-notice-warning-color","",a.contentWarningPrimary),warningIconColor:t.extend("--ft-notice-warning-icon-color","",a.contentWarningIconOnly),errorBackgroundColor:t.extend("--ft-notice-error-background-color","",a.backgroundErrorSubtle),errorBorderColor:t.extend("--ft-notice-error-border-color","",a.borderErrorSubtle),errorColor:t.extend("--ft-notice-error-color","",a.contentErrorPrimary),errorIconColor:t.extend("--ft-notice-error-icon-color","",a.contentErrorIconOnly),successBackgroundColor:t.extend("--ft-notice-success-background-color","",a.backgroundSuccessSubtle),successBorderColor:t.extend("--ft-notice-success-border-color","",a.borderSuccessSubtle),successColor:t.extend("--ft-notice-success-color","",a.contentSuccessPrimary),successIconColor:t.extend("--ft-notice-success-icon-color","",a.contentSuccessIconOnly),denseHorizontalPadding:t.create("--ft-notice-dense-horizontal-padding","","SIZE","0px"),denseVerticalPadding:t.create("--ft-notice-dense-vertical-padding","","SIZE","0px"),denseGap:t.extend("--ft-notice-dense-gap","",r.spacing1),denseIconSize:t.extend("--ft-notice-dense-icon-size","",r.iconSize2),denseBorderWidth:t.create("--ft-notice-dense-border-width","","SIZE","0")};var Cl={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","",a.contentGlobalSubtle),offIconColor:t.extend("--ft-toggle-off-icon-color","",a.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-toggle-off-state-layer-color","",a.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","",a.contentActionPrimary),onStateLayerColor:t.extend("--ft-toggle-on-state-layer-color","",a.contentActionPrimary),onIconColor:t.extend("--ft-toggle-on-icon-color","",a.contentActionPrimary),color:t.extend("--ft-toggle-color","",a.contentGlobalPrimary),focusFocusRingColor:t.extend("--ft-toggle-focus-focus-ring-color","",a.borderActionFocusRing),gap:t.extend("--ft-toggle-gap","",r.spacing3)};var Ll={iconSize:t.extend("--ft-notification-icon-size","",r.iconSize4),leftPadding:t.extend("--ft-notification-left-padding","",r.spacing5),rightPadding:t.extend("--ft-notification-right-padding","",r.spacing4),verticalPadding:t.extend("--ft-notification-vertical-padding","",r.spacing3),infoBackgroundColor:t.extend("--ft-notification-info-background-color","",a.backgroundInfoSubtle),infoColor:t.extend("--ft-notification-info-color","",a.contentInfoPrimary),infoIconColor:t.extend("--ft-notification-info-icon-color","",a.contentInfoIconOnly),infoBorderColor:t.extend("--ft-notification-info-border-color","",a.borderInfoSubtle),successBackgroundColor:t.extend("--ft-notification-success-background-color","",a.backgroundSuccessSubtle),successColor:t.extend("--ft-notification-success-color","",a.contentSuccessPrimary),successIconColor:t.extend("--ft-notification-success-icon-color","",a.contentSuccessIconOnly),successBorderColor:t.extend("--ft-notification-success-border-color","",a.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-notification-warning-background-color","",a.backgroundWarningSubtle),warningColor:t.extend("--ft-notification-warning-color","",a.contentWarningPrimary),warningIconColor:t.extend("--ft-notification-warning-icon-color","",a.contentWarningIconOnly),warningBorderColor:t.extend("--ft-notification-warning-border-color","",a.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-notification-error-background-color","",a.backgroundErrorSubtle),errorColor:t.extend("--ft-notification-error-color","",a.contentErrorPrimary),errorIconColor:t.extend("--ft-notification-error-icon-color","",a.contentErrorIconOnly),errorBorderColor:t.extend("--ft-notification-error-border-color","",a.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 Pl={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","",a.contentGlobalOnColor),backgroundColor:t.extend("--ft-tooltip-background-color","",a.contentGlobalPrimary),backgroundOpacity:t.extend("--ft-tooltip-background-opacity","",r.opacity80),shadow:t.extend("--ft-tooltip-shadow","",r.shadowElevation02),maxWidth:t.create("--ft-tooltip-max-width","","SIZE","256px"),gap:t.extend("--ft-tooltip-gap","",r.spacing05)};var Tl={verticalPadding:t.extend("--ft-reorderable-list-vertical-padding","",r.spacing4),gap:t.extend("--ft-reorderable-list-gap","",r.spacing1),borderRadius:t.extend("--ft-reorderable-list-border-radius","",r.borderRadiusM),reorderableItemTitleMarginRight:t.extend("--ft-reorderable-list-reorderable-item-title-margin-right","",r.spacing6),reorderableItemTitleColor:t.extend("--ft-reorderable-list-reorderable-item-title-color","",a.contentGlobalPrimary),reorderableItemLeftButtonsGroupMarginRight:t.extend("--ft-reorderable-list-reorderable-item-left-buttons-group-margin-right","",r.spacing6),reorderableItemLeftButtonsGroupHorizontalGap:t.extend("--ft-reorderable-list-reorderable-item-left-buttons-group-horizontal-gap","",r.spacing2),reorderableItemRightButtonsGroupHorizontalGap:t.extend("--ft-reorderable-list-reorderable-item-right-buttons-group-horizontal-gap","",r.spacing2),reorderableItemUsersCountColor:t.extend("--ft-reorderable-list-reorderable-item-users-count-color","",a.contentGlobalPrimary),reorderableItemUsersCountMarginRight:t.extend("--ft-reorderable-list-reorderable-item-users-count-margin-right","",r.spacing6),reorderableItemBackgroundColor:t.extend("--ft-reorderable-list-reorderable-item-background-color","",a.backgroundGlobalOnSurface),reorderableItemWarningMessageGap:t.extend("--ft-reorderable-list-reorderable-item-warning-message-gap","",r.spacing1),reorderableItemWarningMessageColor:t.extend("--ft-reorderable-list-reorderable-item-warning-message-color","",a.contentWarningPrimary),reorderableItemWarningMessageIconColor:t.extend("--ft-reorderable-list-reorderable-item-warning-message-icon-color","",a.contentWarningIconOnly),reorderableItemGripColor:t.extend("--ft-reorderable-list-reorderable-item-grip-color","",a.contentGlobalSecondary),reorderableItemGripOpacity:t.extend("--ft-reorderable-list-reorderable-item-grip-opacity","",r.opacity48),boxShadow:t.extend("--ft-reorderable-list-box-shadow","",r.shadowElevation01),borderWidth:t.create("--ft-reorderable-list-border-width","","SIZE","1px"),reorderableItemsGap:t.extend("--ft-reorderable-list-reorderable-items-gap","",r.spacing2),leftPadding:t.extend("--ft-reorderable-list-left-padding","",r.spacing2),rightPadding:t.extend("--ft-reorderable-list-right-padding","",r.spacing6),borderColor:t.extend("--ft-reorderable-list-border-color","",a.borderGlobalPrimary),backgroundColor:t.extend("--ft-reorderable-list-background-color","",a.backgroundGlobalOnSurfaceDark)};var Dl={menuHorizontalPadding:t.extend("--ft-date-range-picker-menu-horizontal-padding","",r.spacing4),menuVerticalPadding:t.extend("--ft-date-range-picker-menu-vertical-padding","",r.spacing4),menuVerticalGap:t.extend("--ft-date-range-picker-menu-vertical-gap","",r.spacing4),menuButtonsVerticalGap:t.extend("--ft-date-range-picker-menu-buttons-vertical-gap","",r.spacing2)};var Ne;(function(e){e.brand="brand",e.neutral="neutral",e.info="info",e.success="success",e.warning="warning",e.error="error"})(Ne||(Ne={}));var zt;(function(e){e.large="large",e.medium="medium",e.small="small"})(zt||(zt={}));var Tt=b(P());function lr(e,o){let n=we[e];return Tt.css`
|
|
146
146
|
${o?(0,Tt.unsafeCSS)(o):Tt.css`.ft-typography--${(0,Tt.unsafeCSS)(e)}`} {
|
|
147
147
|
font-family: ${n.fontFamily};
|
|
148
148
|
font-size: ${n.fontSize};
|
|
@@ -152,7 +152,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
152
152
|
text-decoration: ${n.textDecoration};
|
|
153
153
|
text-transform: ${n.textCase};
|
|
154
154
|
}
|
|
155
|
-
`}var
|
|
155
|
+
`}var sr=m.FtCssVariableFactory.extend("--ft-typography-font-family","",m.designSystemVariables.titleFont),gt=m.FtCssVariableFactory.extend("--ft-typography-font-family","",m.designSystemVariables.contentFont),S={fontFamily:gt,fontSize:m.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:m.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:m.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:m.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:m.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Ht={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-title-font-family","",sr),fontSize:m.FtCssVariableFactory.extend("--ft-typography-title-font-size","",S.fontSize,"20px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",S.letterSpacing,"0.15px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-title-line-height","",S.lineHeight,"1.2"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",S.textTransform,"inherit")},_t={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",sr),fontSize:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",S.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",S.letterSpacing,"0.105px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",S.lineHeight,"1.7"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",S.textTransform,"inherit")},Gt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",gt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",S.fontSize,"16px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",S.fontWeight,"600"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",S.letterSpacing,"0.144px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",S.lineHeight,"1.5"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",S.textTransform,"inherit")},Dt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",gt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",S.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",S.letterSpacing,"0.098px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",S.lineHeight,"1.7"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",S.textTransform,"inherit")},Ut={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",gt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",S.fontSize,"16px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",S.letterSpacing,"0.496px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",S.lineHeight,"1.5"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",S.textTransform,"inherit")},Mt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",gt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",S.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",S.letterSpacing,"0.252px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",S.lineHeight,"1.4"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",S.textTransform,"inherit")},Zt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",gt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",S.fontSize,"12px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",S.letterSpacing,"0.396px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",S.lineHeight,"1.33"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",S.textTransform,"inherit")},Ft={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",gt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",S.fontSize,"10px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",S.letterSpacing,"0.33px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",S.lineHeight,"1.6"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",S.textTransform,"inherit")},Kt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",gt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",S.fontSize,"10px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",S.fontWeight,"normal"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",S.letterSpacing,"1.5px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",S.lineHeight,"1.6"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",S.textTransform,"uppercase")},pt={fontFamily:m.FtCssVariableFactory.extend("--ft-typography-button-font-family","",gt),fontSize:m.FtCssVariableFactory.extend("--ft-typography-button-font-size","",S.fontSize,"14px"),fontWeight:m.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",S.fontWeight,"600"),letterSpacing:m.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",S.letterSpacing,"1.246px"),lineHeight:m.FtCssVariableFactory.extend("--ft-typography-button-line-height","",S.lineHeight,"1.15"),textTransform:m.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",S.textTransform,"uppercase")},dr=ot.css`
|
|
156
156
|
.ft-typography--title {
|
|
157
157
|
font-family: ${Ht.fontFamily};
|
|
158
158
|
font-size: ${Ht.fontSize};
|
|
@@ -161,7 +161,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
161
161
|
line-height: ${Ht.lineHeight};
|
|
162
162
|
text-transform: ${Ht.textTransform};
|
|
163
163
|
}
|
|
164
|
-
`,
|
|
164
|
+
`,pr=ot.css`
|
|
165
165
|
.ft-typography--title-dense {
|
|
166
166
|
font-family: ${_t.fontFamily};
|
|
167
167
|
font-size: ${_t.fontSize};
|
|
@@ -170,7 +170,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
170
170
|
line-height: ${_t.lineHeight};
|
|
171
171
|
text-transform: ${_t.textTransform};
|
|
172
172
|
}
|
|
173
|
-
`,
|
|
173
|
+
`,fr=ot.css`
|
|
174
174
|
.ft-typography--subtitle1 {
|
|
175
175
|
font-family: ${Gt.fontFamily};
|
|
176
176
|
font-size: ${Gt.fontSize};
|
|
@@ -179,7 +179,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
179
179
|
line-height: ${Gt.lineHeight};
|
|
180
180
|
text-transform: ${Gt.textTransform};
|
|
181
181
|
}
|
|
182
|
-
`,
|
|
182
|
+
`,ur=ot.css`
|
|
183
183
|
.ft-typography--subtitle2 {
|
|
184
184
|
font-family: ${Dt.fontFamily};
|
|
185
185
|
font-size: ${Dt.fontSize};
|
|
@@ -189,7 +189,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
189
189
|
text-transform: ${Dt.textTransform};
|
|
190
190
|
}
|
|
191
191
|
|
|
192
|
-
`,
|
|
192
|
+
`,yr=ot.css`
|
|
193
193
|
.ft-typography--body1 {
|
|
194
194
|
font-family: ${Ut.fontFamily};
|
|
195
195
|
font-size: ${Ut.fontSize};
|
|
@@ -198,7 +198,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
198
198
|
line-height: ${Ut.lineHeight};
|
|
199
199
|
text-transform: ${Ut.textTransform};
|
|
200
200
|
}
|
|
201
|
-
`,
|
|
201
|
+
`,gr=ot.css`
|
|
202
202
|
.ft-typography--body2 {
|
|
203
203
|
font-family: ${Mt.fontFamily};
|
|
204
204
|
font-size: ${Mt.fontSize};
|
|
@@ -207,7 +207,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
207
207
|
line-height: ${Mt.lineHeight};
|
|
208
208
|
text-transform: ${Mt.textTransform};
|
|
209
209
|
}
|
|
210
|
-
`,
|
|
210
|
+
`,mr=ot.css`
|
|
211
211
|
.ft-typography--caption {
|
|
212
212
|
font-family: ${Zt.fontFamily};
|
|
213
213
|
font-size: ${Zt.fontSize};
|
|
@@ -216,7 +216,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
216
216
|
line-height: ${Zt.lineHeight};
|
|
217
217
|
text-transform: ${Zt.textTransform};
|
|
218
218
|
}
|
|
219
|
-
`,
|
|
219
|
+
`,hr=ot.css`
|
|
220
220
|
.ft-typography--breadcrumb {
|
|
221
221
|
font-family: ${Ft.fontFamily};
|
|
222
222
|
font-size: ${Ft.fontSize};
|
|
@@ -225,7 +225,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
225
225
|
line-height: ${Ft.lineHeight};
|
|
226
226
|
text-transform: ${Ft.textTransform};
|
|
227
227
|
}
|
|
228
|
-
`,
|
|
228
|
+
`,br=ot.css`
|
|
229
229
|
.ft-typography--overline {
|
|
230
230
|
font-family: ${Kt.fontFamily};
|
|
231
231
|
font-size: ${Kt.fontSize};
|
|
@@ -234,7 +234,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
234
234
|
line-height: ${Kt.lineHeight};
|
|
235
235
|
text-transform: ${Kt.textTransform};
|
|
236
236
|
}
|
|
237
|
-
`,
|
|
237
|
+
`,xr=ot.css`
|
|
238
238
|
.ft-typography--button {
|
|
239
239
|
font-family: ${pt.fontFamily};
|
|
240
240
|
font-size: ${pt.fontSize};
|
|
@@ -243,11 +243,11 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
243
243
|
line-height: ${pt.lineHeight};
|
|
244
244
|
text-transform: ${pt.textTransform};
|
|
245
245
|
}
|
|
246
|
-
`,
|
|
246
|
+
`,Sr=ot.css`
|
|
247
247
|
.ft-typography {
|
|
248
248
|
vertical-align: inherit;
|
|
249
249
|
}
|
|
250
|
-
`,Or=[Object.keys(we).map(e=>
|
|
250
|
+
`,Or=[Object.keys(we).map(e=>lr(e))];var Cr=b(P()),ie=b(E()),R={color:ie.FtCssVariableFactory.extend("--ft-loader-color","",ie.designSystemVariables.colorPrimary),size:ie.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},vr=Cr.css`
|
|
251
251
|
:host {
|
|
252
252
|
line-height: 0;
|
|
253
253
|
}
|
|
@@ -316,7 +316,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
316
316
|
transform: translate(calc(0.35 * ${R.size}), 0);
|
|
317
317
|
}
|
|
318
318
|
}
|
|
319
|
-
`;var
|
|
319
|
+
`;var wr=b(P()),nt=b(E()),j={size:nt.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:nt.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",nt.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:nt.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",nt.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:nt.FtCssVariableFactory.extend("--ft-icon-material-font-family","",nt.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:nt.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},Nr=[wr.css`
|
|
320
320
|
:host, i.ft-icon {
|
|
321
321
|
display: inline-flex;
|
|
322
322
|
align-items: center;
|
|
@@ -364,7 +364,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
364
364
|
.ft-icon--material {
|
|
365
365
|
font-family: ${j.materialFontFamily}, "Material Icons", sans-serif;
|
|
366
366
|
}
|
|
367
|
-
`,nt.noTextSelect];var
|
|
367
|
+
`,nt.noTextSelect];var Er=C.FtCssVariableFactory.extend("--ft-button-color","",C.designSystemVariables.colorPrimary),U={backgroundColor:C.FtCssVariableFactory.extend("--ft-button-background-color","",C.designSystemVariables.colorSurface),borderRadius:C.FtCssVariableFactory.extend("--ft-button-border-radius","",C.designSystemVariables.borderRadiusL),color:Er,fontSize:C.FtCssVariableFactory.extend("--ft-button-font-size","",pt.fontSize),iconSize:C.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:C.FtCssVariableFactory.extend("--ft-button-ripple-color","",Er),verticalPadding:C.FtCssVariableFactory.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:C.FtCssVariableFactory.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:C.FtCssVariableFactory.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:C.FtCssVariableFactory.external(C.designSystemVariables.colorOpacityDisabled,"Design system")},Lr=C.FtCssVariableFactory.extend("--ft-button-primary-color","",C.FtCssVariableFactory.extend("--ft-button-color","",C.designSystemVariables.colorOnPrimary)),Ve={backgroundColor:C.FtCssVariableFactory.extend("--ft-button-primary-background-color","",C.FtCssVariableFactory.extend("--ft-button-background-color","",C.designSystemVariables.colorPrimary)),color:Lr,rippleColor:C.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",Lr)},ft={borderRadius:C.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",C.FtCssVariableFactory.extend("--ft-button-border-radius","",C.designSystemVariables.borderRadiusM)),verticalPadding:C.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:C.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:C.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px")},Ar=[Rr.css`
|
|
368
368
|
:host {
|
|
369
369
|
display: inline-block;
|
|
370
370
|
max-width: 100%;
|
|
@@ -450,9 +450,9 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
450
450
|
}
|
|
451
451
|
|
|
452
452
|
.ft-button.ft-button--primary {
|
|
453
|
-
background-color: ${
|
|
454
|
-
--button-internal-color: ${
|
|
455
|
-
${(0,C.setVariable)(y.color,
|
|
453
|
+
background-color: ${Ve.backgroundColor};
|
|
454
|
+
--button-internal-color: ${Ve.color};
|
|
455
|
+
${(0,C.setVariable)(y.color,Ve.rippleColor)};
|
|
456
456
|
}
|
|
457
457
|
|
|
458
458
|
.ft-button:focus {
|
|
@@ -501,28 +501,28 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
501
501
|
${(0,C.setVariable)(R.size,U.iconSize)};
|
|
502
502
|
${(0,C.setVariable)(R.color,"var(--button-internal-color)")};
|
|
503
503
|
}
|
|
504
|
-
`,C.noTextSelect];var At=b(E());var
|
|
504
|
+
`,C.noTextSelect];var At=b(E());var Ir=b(E());var $r=b(P()),Z=b(dt()),Pr=b(Ee()),ce=b(E());var q=function(e,o,n,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(c<3?s(l):c>3?s(o,n,l):s(o,n))||l);return c>3&&l&&Object.defineProperty(o,n,l),l},A=class extends ce.FtLitElement{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new ce.Debouncer(1e3),this.onTransitionStart=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 ce.Debouncer(10),this.moveRipple=o=>{var n,i;let{x:c,y:l}=this.getCoordinates(o),s=(i=(n=this.ripple)===null||n===void 0?void 0:n.getBoundingClientRect())!==null&&i!==void 0?i:{x:0,y:0,width:0,height:0};this.originX=Math.round(c!=null?c-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 $r.html`
|
|
505
505
|
<style>
|
|
506
506
|
.ft-ripple .ft-ripple--effect {
|
|
507
507
|
left: ${this.originX}px;
|
|
508
508
|
top: ${this.originY}px;
|
|
509
509
|
}
|
|
510
510
|
</style>
|
|
511
|
-
<div class="${(0
|
|
511
|
+
<div class="${(0,Pr.classMap)(o)}">
|
|
512
512
|
<div class="ft-ripple--background"></div>
|
|
513
513
|
<div class="ft-ripple--effect"></div>
|
|
514
514
|
</div>
|
|
515
|
-
`}contentAvailableCallback(o){super.contentAvailableCallback(o),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(o){var n,i;super.update(o),o.has("disabled")&&(this.disabled?(this.endRipple(),(n=this.target)===null||n===void 0||n.removeAttribute("data-is-ft-ripple-target")):(i=this.target)===null||i===void 0||i.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var o,n;let i=(o=this.shadowRoot)===null||o===void 0?void 0:o.host.parentElement;i&&this.setupFor((n=this.target)!==null&&n!==void 0?n:i)}forceFocusUpdate(){var o;!((o=this.target)===null||o===void 0)&&o.matches(":focus-within")?this.startFocus():this.endFocus()}setupFor(o){if(this.setupDebouncer.cancel(),this.target===o)return;this.onDisconnect&&this.onDisconnect(),this.target=o,o.setAttribute("data-is-ft-ripple-target","true");let n=(...p)=>u=>{p.forEach(h=>window.addEventListener(h,this.endPress,{once:!0})),this.startPress(u)},i=n("mouseup","contextmenu"),c=n("touchend","touchcancel"),l=p=>{["Enter"," "].includes(p.key)&&n("keyup")(p)},
|
|
516
|
-
\f\r]`,le=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,
|
|
517
|
-
\f\r"'\`<>=]|("|')|))|$)`,"g"),
|
|
518
|
-
<${
|
|
515
|
+
`}contentAvailableCallback(o){super.contentAvailableCallback(o),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(o){var n,i;super.update(o),o.has("disabled")&&(this.disabled?(this.endRipple(),(n=this.target)===null||n===void 0||n.removeAttribute("data-is-ft-ripple-target")):(i=this.target)===null||i===void 0||i.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var o,n;let i=(o=this.shadowRoot)===null||o===void 0?void 0:o.host.parentElement;i&&this.setupFor((n=this.target)!==null&&n!==void 0?n:i)}forceFocusUpdate(){var o;!((o=this.target)===null||o===void 0)&&o.matches(":focus-within")?this.startFocus():this.endFocus()}setupFor(o){if(this.setupDebouncer.cancel(),this.target===o)return;this.onDisconnect&&this.onDisconnect(),this.target=o,o.setAttribute("data-is-ft-ripple-target","true");let n=(...p)=>u=>{p.forEach(h=>window.addEventListener(h,this.endPress,{once:!0})),this.startPress(u)},i=n("mouseup","contextmenu"),c=n("touchend","touchcancel"),l=p=>{["Enter"," "].includes(p.key)&&n("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",i,s),o.addEventListener("touchstart",c,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",i,s),o.removeEventListener("touchstart",c,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 n=o,i=o,c,l;return n.x!=null?{x:c,y:l}=n:i.touches!=null&&(c=i.touches[0].clientX,l=i.touches[0].clientY),{x:c,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 n of o.composedPath()){if(n===this.target)break;if("hasAttribute"in n&&n.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};A.elementDefinitions={};A.styles=ko;q([(0,Z.property)({type:Boolean})],A.prototype,"primary",void 0);q([(0,Z.property)({type:Boolean})],A.prototype,"secondary",void 0);q([(0,Z.property)({type:Boolean})],A.prototype,"unbounded",void 0);q([(0,Z.property)({type:Boolean})],A.prototype,"activated",void 0);q([(0,Z.property)({type:Boolean})],A.prototype,"selected",void 0);q([(0,Z.property)({type:Boolean})],A.prototype,"disabled",void 0);q([(0,Z.state)()],A.prototype,"hovered",void 0);q([(0,Z.state)()],A.prototype,"focused",void 0);q([(0,Z.state)()],A.prototype,"pressed",void 0);q([(0,Z.state)()],A.prototype,"rippling",void 0);q([(0,Z.state)()],A.prototype,"originX",void 0);q([(0,Z.state)()],A.prototype,"originY",void 0);q([(0,Z.query)(".ft-ripple")],A.prototype,"ripple",void 0);q([(0,Z.query)(".ft-ripple--effect")],A.prototype,"rippleEffect",void 0);(0,Ir.customElement)("ft-ripple")(A);var Na=b(E());var wa=b(P()),G=b(dt()),Et=b(E());var qr=b(E());var to=globalThis,Le=to.trustedTypes,Wr=Le?Le.createPolicy("lit-html",{createHTML:e=>e}):void 0,Gr="$lit$",vt=`lit$${Math.random().toFixed(9).slice(2)}$`,Dr="?"+vt,rn=`<${Dr}>`,Pt=document,Re=()=>Pt.createComment(""),se=e=>e===null||typeof e!="object"&&typeof e!="function",eo=Array.isArray,an=e=>eo(e)||typeof e?.[Symbol.iterator]=="function",je=`[
|
|
516
|
+
\f\r]`,le=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,kr=/-->/g,zr=/>/g,Bt=RegExp(`>|${je}(?:([^\\s"'>=/]+)(${je}*=${je}*(?:[^
|
|
517
|
+
\f\r"'\`<>=]|("|')|))|$)`,"g"),Tr=/'/g,Hr=/"/g,Ur=/^(?:script|style|textarea|title)$/i,oo=e=>(o,...n)=>({_$litType$:e,strings:o,values:n}),Mr=oo(1),Zr=oo(2),Fr=oo(3),de=Symbol.for("lit-noChange"),M=Symbol.for("lit-nothing"),_r=new WeakMap,$t=Pt.createTreeWalker(Pt,129);function Kr(e,o){if(!eo(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Wr!==void 0?Wr.createHTML(o):o}var nn=(e,o)=>{let n=e.length-1,i=[],c,l=o===2?"<svg>":o===3?"<math>":"",s=le;for(let p=0;p<n;p++){let u=e[p],h,O,x=-1,w=0;for(;w<u.length&&(s.lastIndex=w,O=s.exec(u),O!==null);)w=s.lastIndex,s===le?O[1]==="!--"?s=kr:O[1]!==void 0?s=zr:O[2]!==void 0?(Ur.test(O[2])&&(c=RegExp("</"+O[2],"g")),s=Bt):O[3]!==void 0&&(s=Bt):s===Bt?O[0]===">"?(s=c??le,x=-1):O[1]===void 0?x=-2:(x=s.lastIndex-O[2].length,h=O[1],s=O[3]===void 0?Bt:O[3]==='"'?Hr:Tr):s===Hr||s===Tr?s=Bt:s===kr||s===zr?s=le:(s=Bt,c=void 0);let v=s===Bt&&e[p+1].startsWith("/>")?" ":"";l+=s===le?u+rn:x>=0?(i.push(h),u.slice(0,x)+Gr+u.slice(x)+vt+v):u+vt+(x===-2?p:v)}return[Kr(e,l+(e[n]||"<?>")+(o===2?"</svg>":o===3?"</math>":"")),i]},pe=class e{constructor({strings:o,_$litType$:n},i){let c;this.parts=[];let l=0,s=0,p=o.length-1,u=this.parts,[h,O]=nn(o,n);if(this.el=e.createElement(h,i),$t.currentNode=this.el.content,n===2||n===3){let x=this.el.content.firstChild;x.replaceWith(...x.childNodes)}for(;(c=$t.nextNode())!==null&&u.length<p;){if(c.nodeType===1){if(c.hasAttributes())for(let x of c.getAttributeNames())if(x.endsWith(Gr)){let w=O[s++],v=c.getAttribute(x).split(vt),N=/([.?@])?(.*)/.exec(w);u.push({type:1,index:l,name:N[2],strings:v,ctor:N[1]==="."?Xe:N[1]==="?"?qe:N[1]==="@"?Qe:jt}),c.removeAttribute(x)}else x.startsWith(vt)&&(u.push({type:6,index:l}),c.removeAttribute(x));if(Ur.test(c.tagName)){let x=c.textContent.split(vt),w=x.length-1;if(w>0){c.textContent=Le?Le.emptyScript:"";for(let v=0;v<w;v++)c.append(x[v],Re()),$t.nextNode(),u.push({type:2,index:++l});c.append(x[w],Re())}}}else if(c.nodeType===8)if(c.data===Dr)u.push({type:2,index:l});else{let x=-1;for(;(x=c.data.indexOf(vt,x+1))!==-1;)u.push({type:7,index:l}),x+=vt.length-1}l++}}static createElement(o,n){let i=Pt.createElement("template");return i.innerHTML=o,i}};function Vt(e,o,n=e,i){if(o===de)return o;let c=i!==void 0?n._$Co?.[i]:n._$Cl,l=se(o)?void 0:o._$litDirective$;return c?.constructor!==l&&(c?._$AO?.(!1),l===void 0?c=void 0:(c=new l(e),c._$AT(e,n,i)),i!==void 0?(n._$Co??=[])[i]=c:n._$Cl=c),c!==void 0&&(o=Vt(e,c._$AS(e,o.values),c,i)),o}var Ye=class{constructor(o,n){this._$AV=[],this._$AN=void 0,this._$AD=o,this._$AM=n}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(o){let{el:{content:n},parts:i}=this._$AD,c=(o?.creationScope??Pt).importNode(n,!0);$t.currentNode=c;let l=$t.nextNode(),s=0,p=0,u=i[0];for(;u!==void 0;){if(s===u.index){let h;u.type===2?h=new Ae(l,l.nextSibling,this,o):u.type===1?h=new u.ctor(l,u.name,u.strings,this,o):u.type===6&&(h=new Je(l,this,o)),this._$AV.push(h),u=i[++p]}s!==u?.index&&(l=$t.nextNode(),s++)}return $t.currentNode=Pt,c}p(o){let n=0;for(let i of this._$AV)i!==void 0&&(i.strings!==void 0?(i._$AI(o,i,n),n+=i.strings.length-2):i._$AI(o[n])),n++}},Ae=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(o,n,i,c){this.type=2,this._$AH=M,this._$AN=void 0,this._$AA=o,this._$AB=n,this._$AM=i,this.options=c,this._$Cv=c?.isConnected??!0}get parentNode(){let o=this._$AA.parentNode,n=this._$AM;return n!==void 0&&o?.nodeType===11&&(o=n.parentNode),o}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(o,n=this){o=Vt(this,o,n),se(o)?o===M||o==null||o===""?(this._$AH!==M&&this._$AR(),this._$AH=M):o!==this._$AH&&o!==de&&this._(o):o._$litType$!==void 0?this.$(o):o.nodeType!==void 0?this.T(o):an(o)?this.k(o):this._(o)}O(o){return this._$AA.parentNode.insertBefore(o,this._$AB)}T(o){this._$AH!==o&&(this._$AR(),this._$AH=this.O(o))}_(o){this._$AH!==M&&se(this._$AH)?this._$AA.nextSibling.data=o:this.T(Pt.createTextNode(o)),this._$AH=o}$(o){let{values:n,_$litType$:i}=o,c=typeof i=="number"?this._$AC(o):(i.el===void 0&&(i.el=pe.createElement(Kr(i.h,i.h[0]),this.options)),i);if(this._$AH?._$AD===c)this._$AH.p(n);else{let l=new Ye(c,this),s=l.u(this.options);l.p(n),this.T(s),this._$AH=l}}_$AC(o){let n=_r.get(o.strings);return n===void 0&&_r.set(o.strings,n=new pe(o)),n}k(o){eo(this._$AH)||(this._$AH=[],this._$AR());let n=this._$AH,i,c=0;for(let l of o)c===n.length?n.push(i=new e(this.O(Re()),this.O(Re()),this,this.options)):i=n[c],i._$AI(l),c++;c<n.length&&(this._$AR(i&&i._$AB.nextSibling,c),n.length=c)}_$AR(o=this._$AA.nextSibling,n){for(this._$AP?.(!1,!0,n);o&&o!==this._$AB;){let i=o.nextSibling;o.remove(),o=i}}setConnected(o){this._$AM===void 0&&(this._$Cv=o,this._$AP?.(o))}},jt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(o,n,i,c,l){this.type=1,this._$AH=M,this._$AN=void 0,this.element=o,this.name=n,this._$AM=c,this.options=l,i.length>2||i[0]!==""||i[1]!==""?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=M}_$AI(o,n=this,i,c){let l=this.strings,s=!1;if(l===void 0)o=Vt(this,o,n,0),s=!se(o)||o!==this._$AH&&o!==de,s&&(this._$AH=o);else{let p=o,u,h;for(o=l[0],u=0;u<l.length-1;u++)h=Vt(this,p[i+u],n,u),h===de&&(h=this._$AH[u]),s||=!se(h)||h!==this._$AH[u],h===M?o=M:o!==M&&(o+=(h??"")+l[u+1]),this._$AH[u]=h}s&&!c&&this.j(o)}j(o){o===M?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,o??"")}},Xe=class extends jt{constructor(){super(...arguments),this.type=3}j(o){this.element[this.name]=o===M?void 0:o}},qe=class extends jt{constructor(){super(...arguments),this.type=4}j(o){this.element.toggleAttribute(this.name,!!o&&o!==M)}},Qe=class extends jt{constructor(o,n,i,c,l){super(o,n,i,c,l),this.type=5}_$AI(o,n=this){if((o=Vt(this,o,n,0)??M)===de)return;let i=this._$AH,c=o===M&&i!==M||o.capture!==i.capture||o.once!==i.once||o.passive!==i.passive,l=o!==M&&(i===M||c);c&&this.element.removeEventListener(this.name,this,i),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)}},Je=class{constructor(o,n,i){this.element=o,this.type=6,this._$AN=void 0,this._$AM=n,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(o){Vt(this,o)}};var cn=to.litHtmlPolyfillSupport;cn?.(pe,Ae),(to.litHtmlVersions??=[]).push("3.3.0");var jr=Symbol.for(""),ln=e=>{if(e?.r===jr)return e?._$litStatic$},ro=e=>({_$litStatic$:e,r:jr});var Vr=new Map,ao=e=>(o,...n)=>{let i=n.length,c,l,s=[],p=[],u,h=0,O=!1;for(;h<i;){for(u=o[h];h<i&&(l=n[h],(c=ln(l))!==void 0);)u+=c+o[++h],O=!0;h!==i&&p.push(l),s.push(u),h++}if(h===i&&s.push(o[i]),O){let x=s.join("$$lit$$");(o=Vr.get(x))===void 0&&(s.raw=s,Vr.set(x,o=s)),n=p}return e(o,...n)},no=ao(Mr),vd=ao(Zr),wd=ao(Fr);var io=b(dt()),Xr=b(E());var wt;(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"})(wt||(wt={}));var Yr=function(e,o,n,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(c<3?s(l):c>3?s(o,n,l):s(o,n))||l);return c>3&&l&&Object.defineProperty(o,n,l),l},Y=class extends Xr.FtLitElement{constructor(){super(...arguments),this.variant=wt.body1}render(){return this.element?no`
|
|
518
|
+
<${ro(this.element)}
|
|
519
519
|
part="text"
|
|
520
520
|
class="ft-typography ft-typography--${this.variant}">
|
|
521
521
|
<slot></slot>
|
|
522
|
-
</${
|
|
523
|
-
`:
|
|
522
|
+
</${ro(this.element)}>
|
|
523
|
+
`:no`
|
|
524
524
|
<slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
|
|
525
|
-
`}};Y.styles=[dr,
|
|
525
|
+
`}};Y.styles=[dr,pr,fr,ur,yr,gr,mr,hr,br,xr,Sr,...Or];Yr([(0,io.property)()],Y.prototype,"element",void 0);Yr([(0,io.property)()],Y.prototype,"variant",void 0);(0,qr.customElement)("ft-typography")(Y);var Qr=b(P()),mt=b(E()),Yt={distance:mt.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:mt.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:mt.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:mt.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:mt.FtCssVariableFactory.external(mt.designSystemVariables.borderRadiusS,"Design system"),maxWidth:mt.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Jr=Qr.css`
|
|
526
526
|
.ft-tooltip--container {
|
|
527
527
|
display: block;
|
|
528
528
|
}
|
|
@@ -551,7 +551,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
551
551
|
position: relative;
|
|
552
552
|
word-break: break-word;
|
|
553
553
|
}
|
|
554
|
-
`;var ta=["top","right","bottom","left"],Jr=["start","end"],co=ta.reduce((e,o)=>e.concat(o,o+"-"+Jr[0],o+"-"+Jr[1]),[]),ea=Math.min,oa=Math.max;var ln={left:"right",right:"left",bottom:"top",top:"bottom"},dn={start:"end",end:"start"};function lo(e,o,n){return oa(e,ea(o,n))}function Be(e,o){return typeof e=="function"?e(o):e}function Xt(e){return e.split("-")[0]}function Nt(e){return e.split("-")[1]}function so(e){return e==="x"?"y":"x"}function po(e){return e==="y"?"height":"width"}function $e(e){return["top","bottom"].includes(Xt(e))?"y":"x"}function fo(e){return so($e(e))}function ra(e,o,n){n===void 0&&(n=!1);let i=Nt(e),c=fo(e),l=po(c),d=c==="x"?i===(n?"end":"start")?"right":"left":i==="start"?"bottom":"top";return o.reference[l]>o.floating[l]&&(d=io(d)),[d,io(d)]}function aa(e){return e.replace(/start|end/g,o=>dn[o])}function io(e){return e.replace(/left|right|bottom|top/g,o=>ln[o])}function sn(e){return{top:0,right:0,bottom:0,left:0,...e}}function na(e){return typeof e!="number"?sn(e):{top:e,right:e,bottom:e,left:e}}function It(e){let{x:o,y:n,width:i,height:c}=e;return{width:i,height:c,top:n,left:o,right:o+i,bottom:n+c,x:o,y:n}}function ia(e,o,n){let{reference:i,floating:c}=e,l=$e(o),d=fo(o),p=po(d),u=Xt(o),h=l==="y",S=i.x+i.width/2-c.width/2,x=i.y+i.height/2-c.height/2,w=i[p]/2-c[p]/2,v;switch(u){case"top":v={x:S,y:i.y-c.height};break;case"bottom":v={x:S,y:i.y+i.height};break;case"right":v={x:i.x+i.width,y:x};break;case"left":v={x:i.x-c.width,y:x};break;default:v={x:i.x,y:i.y}}switch(Nt(o)){case"start":v[d]-=w*(n&&h?-1:1);break;case"end":v[d]+=w*(n&&h?-1:1);break}return v}var ca=async(e,o,n)=>{let{placement:i="bottom",strategy:c="absolute",middleware:l=[],platform:d}=n,p=l.filter(Boolean),u=await(d.isRTL==null?void 0:d.isRTL(o)),h=await d.getElementRects({reference:e,floating:o,strategy:c}),{x:S,y:x}=ia(h,i,u),w=i,v={},N=0;for(let W=0;W<p.length;W++){let{name:H,fn:k}=p[W],{x:_,y:V,data:Ot,reset:K}=await k({x:S,y:x,initialPlacement:i,placement:w,strategy:c,middlewareData:v,rects:h,platform:d,elements:{reference:e,floating:o}});S=_??S,x=V??x,v={...v,[H]:{...v[H],...Ot}},K&&N<=50&&(N++,typeof K=="object"&&(K.placement&&(w=K.placement),K.rects&&(h=K.rects===!0?await d.getElementRects({reference:e,floating:o,strategy:c}):K.rects),{x:S,y:x}=ia(h,w,u)),W=-1)}return{x:S,y:x,placement:w,strategy:c,middlewareData:v}};async function uo(e,o){var n;o===void 0&&(o={});let{x:i,y:c,platform:l,rects:d,elements:p,strategy:u}=e,{boundary:h="clippingAncestors",rootBoundary:S="viewport",elementContext:x="floating",altBoundary:w=!1,padding:v=0}=Be(o,e),N=na(v),H=p[w?x==="floating"?"reference":"floating":x],k=It(await l.getClippingRect({element:(n=await(l.isElement==null?void 0:l.isElement(H)))==null||n?H:H.contextElement||await(l.getDocumentElement==null?void 0:l.getDocumentElement(p.floating)),boundary:h,rootBoundary:S,strategy:u})),_=x==="floating"?{x:i,y:c,width:d.floating.width,height:d.floating.height}:d.reference,V=await(l.getOffsetParent==null?void 0:l.getOffsetParent(p.floating)),Ot=await(l.isElement==null?void 0:l.isElement(V))?await(l.getScale==null?void 0:l.getScale(V))||{x:1,y:1}:{x:1,y:1},K=It(l.convertOffsetParentRelativeRectToViewportRelativeRect?await l.convertOffsetParentRelativeRectToViewportRelativeRect({elements:p,rect:_,offsetParent:V,strategy:u}):_);return{top:(k.top-K.top+N.top)/Ot.y,bottom:(K.bottom-k.bottom+N.bottom)/Ot.y,left:(k.left-K.left+N.left)/Ot.x,right:(K.right-k.right+N.right)/Ot.x}}function pn(e,o,n){return(e?[...n.filter(c=>Nt(c)===e),...n.filter(c=>Nt(c)!==e)]:n.filter(c=>Xt(c)===c)).filter(c=>e?Nt(c)===e||(o?aa(c)!==c:!1):!0)}var yo=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(o){var n,i,c;let{rects:l,middlewareData:d,placement:p,platform:u,elements:h}=o,{crossAxis:S=!1,alignment:x,allowedPlacements:w=co,autoAlignment:v=!0,...N}=Be(e,o),W=x!==void 0||w===co?pn(x||null,v,w):w,H=await uo(o,N),k=((n=d.autoPlacement)==null?void 0:n.index)||0,_=W[k];if(_==null)return{};let V=ra(_,l,await(u.isRTL==null?void 0:u.isRTL(h.floating)));if(p!==_)return{reset:{placement:W[0]}};let Ot=[H[Xt(_)],H[V[0]],H[V[1]]],K=[...((i=d.autoPlacement)==null?void 0:i.overflows)||[],{placement:_,overflows:Ot}],Oo=W[k+1];if(Oo)return{data:{index:k+1,overflows:K},reset:{placement:Oo}};let So=K.map(dt=>{let ae=Nt(dt.placement);return[dt.placement,ae&&S?dt.overflows.slice(0,2).reduce((Va,ja)=>Va+ja,0):dt.overflows[0],dt.overflows]}).sort((dt,ae)=>dt[1]-ae[1]),Co=((c=So.filter(dt=>dt[2].slice(0,Nt(dt[0])?2:3).every(ae=>ae<=0))[0])==null?void 0:c[0])||So[0][0];return Co!==p?{data:{index:k+1,overflows:K},reset:{placement:Co}}:{}}}};var go=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(o){let{x:n,y:i,placement:c}=o,{mainAxis:l=!0,crossAxis:d=!1,limiter:p={fn:H=>{let{x:k,y:_}=H;return{x:k,y:_}}},...u}=Be(e,o),h={x:n,y:i},S=await uo(o,u),x=$e(Xt(c)),w=so(x),v=h[w],N=h[x];if(l){let H=w==="y"?"top":"left",k=w==="y"?"bottom":"right",_=v+S[H],V=v-S[k];v=lo(_,v,V)}if(d){let H=x==="y"?"top":"left",k=x==="y"?"bottom":"right",_=N+S[H],V=N-S[k];N=lo(_,N,V)}let W=p.fn({...o,[w]:v,[x]:N});return{...W,data:{x:W.x-n,y:W.y-i,enabled:{[w]:l,[x]:d}}}}}};var mo=Math.min,qt=Math.max,fe=Math.round;var ht=e=>({x:e,y:e});function bt(e){return da(e)?(e.nodeName||"").toLowerCase():"#document"}function Q(e){var o;return(e==null||(o=e.ownerDocument)==null?void 0:o.defaultView)||window}function xt(e){var o;return(o=(da(e)?e.ownerDocument:e.document)||window.document)==null?void 0:o.documentElement}function da(e){return e instanceof Node||e instanceof Q(e).Node}function ut(e){return e instanceof Element||e instanceof Q(e).Element}function it(e){return e instanceof HTMLElement||e instanceof Q(e).HTMLElement}function la(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Q(e).ShadowRoot}function Qt(e){let{overflow:o,overflowX:n,overflowY:i,display:c}=et(e);return/auto|scroll|overlay|hidden|clip/.test(o+i+n)&&!["inline","contents"].includes(c)}function sa(e){return["table","td","th"].includes(bt(e))}function Ie(e){let o=We(),n=et(e);return n.transform!=="none"||n.perspective!=="none"||(n.containerType?n.containerType!=="normal":!1)||!o&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!o&&(n.filter?n.filter!=="none":!1)||["transform","perspective","filter"].some(i=>(n.willChange||"").includes(i))||["paint","layout","strict","content"].some(i=>(n.contain||"").includes(i))}function pa(e){let o=Wt(e);for(;it(o)&&!ue(o);){if(Ie(o))return o;o=Wt(o)}return null}function We(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function ue(e){return["html","body","#document"].includes(bt(e))}function et(e){return Q(e).getComputedStyle(e)}function ye(e){return ut(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Wt(e){if(bt(e)==="html")return e;let o=e.assignedSlot||e.parentNode||la(e)&&e.host||xt(e);return la(o)?o.host:o}function fa(e){let o=Wt(e);return ue(o)?e.ownerDocument?e.ownerDocument.body:e.body:it(o)&&Qt(o)?o:fa(o)}function Pe(e,o,n){var i;o===void 0&&(o=[]),n===void 0&&(n=!0);let c=fa(e),l=c===((i=e.ownerDocument)==null?void 0:i.body),d=Q(c);return l?o.concat(d,d.visualViewport||[],Qt(c)?c:[],d.frameElement&&n?Pe(d.frameElement):[]):o.concat(c,Pe(c,[],n))}function ga(e){let o=et(e),n=parseFloat(o.width)||0,i=parseFloat(o.height)||0,c=it(e),l=c?e.offsetWidth:n,d=c?e.offsetHeight:i,p=fe(n)!==l||fe(i)!==d;return p&&(n=l,i=d),{width:n,height:i,$:p}}function ma(e){return ut(e)?e:e.contextElement}function Jt(e){let o=ma(e);if(!it(o))return ht(1);let n=o.getBoundingClientRect(),{width:i,height:c,$:l}=ga(o),d=(l?fe(n.width):n.width)/i,p=(l?fe(n.height):n.height)/c;return(!d||!Number.isFinite(d))&&(d=1),(!p||!Number.isFinite(p))&&(p=1),{x:d,y:p}}var yn=ht(0);function ha(e){let o=Q(e);return!We()||!o.visualViewport?yn:{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}}function gn(e,o,n){return o===void 0&&(o=!1),!n||o&&n!==Q(e)?!1:o}function ge(e,o,n,i){o===void 0&&(o=!1),n===void 0&&(n=!1);let c=e.getBoundingClientRect(),l=ma(e),d=ht(1);o&&(i?ut(i)&&(d=Jt(i)):d=Jt(e));let p=gn(l,n,i)?ha(l):ht(0),u=(c.left+p.x)/d.x,h=(c.top+p.y)/d.y,S=c.width/d.x,x=c.height/d.y;if(l){let w=Q(l),v=i&&ut(i)?Q(i):i,N=w.frameElement;for(;N&&i&&v!==w;){let W=Jt(N),H=N.getBoundingClientRect(),k=et(N),_=H.left+(N.clientLeft+parseFloat(k.paddingLeft))*W.x,V=H.top+(N.clientTop+parseFloat(k.paddingTop))*W.y;u*=W.x,h*=W.y,S*=W.x,x*=W.y,u+=_,h+=V,N=Q(N).frameElement}}return It({width:S,height:x,x:u,y:h})}function mn(e){let{rect:o,offsetParent:n,strategy:i}=e,c=it(n),l=xt(n);if(n===l)return o;let d={scrollLeft:0,scrollTop:0},p=ht(1),u=ht(0);if((c||!c&&i!=="fixed")&&((bt(n)!=="body"||Qt(l))&&(d=ye(n)),it(n))){let h=ge(n);p=Jt(n),u.x=h.x+n.clientLeft,u.y=h.y+n.clientTop}return{width:o.width*p.x,height:o.height*p.y,x:o.x*p.x-d.scrollLeft*p.x+u.x,y:o.y*p.y-d.scrollTop*p.y+u.y}}function hn(e){return Array.from(e.getClientRects())}function ba(e){return ge(xt(e)).left+ye(e).scrollLeft}function bn(e){let o=xt(e),n=ye(e),i=e.ownerDocument.body,c=qt(o.scrollWidth,o.clientWidth,i.scrollWidth,i.clientWidth),l=qt(o.scrollHeight,o.clientHeight,i.scrollHeight,i.clientHeight),d=-n.scrollLeft+ba(e),p=-n.scrollTop;return et(i).direction==="rtl"&&(d+=qt(o.clientWidth,i.clientWidth)-c),{width:c,height:l,x:d,y:p}}function xn(e,o){let n=Q(e),i=xt(e),c=n.visualViewport,l=i.clientWidth,d=i.clientHeight,p=0,u=0;if(c){l=c.width,d=c.height;let h=We();(!h||h&&o==="fixed")&&(p=c.offsetLeft,u=c.offsetTop)}return{width:l,height:d,x:p,y:u}}function On(e,o){let n=ge(e,!0,o==="fixed"),i=n.top+e.clientTop,c=n.left+e.clientLeft,l=it(e)?Jt(e):ht(1),d=e.clientWidth*l.x,p=e.clientHeight*l.y,u=c*l.x,h=i*l.y;return{width:d,height:p,x:u,y:h}}function ua(e,o,n){let i;if(o==="viewport")i=xn(e,n);else if(o==="document")i=bn(xt(e));else if(ut(o))i=On(o,n);else{let c=ha(e);i={...o,x:o.x-c.x,y:o.y-c.y}}return It(i)}function xa(e,o){let n=Wt(e);return n===o||!ut(n)||ue(n)?!1:et(n).position==="fixed"||xa(n,o)}function Sn(e,o){let n=o.get(e);if(n)return n;let i=Pe(e,[],!1).filter(p=>ut(p)&&bt(p)!=="body"),c=null,l=et(e).position==="fixed",d=l?Wt(e):e;for(;ut(d)&&!ue(d);){let p=et(d),u=Ie(d);!u&&p.position==="fixed"&&(c=null),(l?!u&&!c:!u&&p.position==="static"&&!!c&&["absolute","fixed"].includes(c.position)||Qt(d)&&!u&&xa(e,d))?i=i.filter(S=>S!==d):c=p,d=Wt(d)}return o.set(e,i),i}function Cn(e){let{element:o,boundary:n,rootBoundary:i,strategy:c}=e,d=[...n==="clippingAncestors"?Sn(o,this._c):[].concat(n),i],p=d[0],u=d.reduce((h,S)=>{let x=ua(o,S,c);return h.top=qt(x.top,h.top),h.right=mo(x.right,h.right),h.bottom=mo(x.bottom,h.bottom),h.left=qt(x.left,h.left),h},ua(o,p,c));return{width:u.right-u.left,height:u.bottom-u.top,x:u.left,y:u.top}}function vn(e){return ga(e)}function wn(e,o,n){let i=it(o),c=xt(o),l=n==="fixed",d=ge(e,!0,l,o),p={scrollLeft:0,scrollTop:0},u=ht(0);if(i||!i&&!l)if((bt(o)!=="body"||Qt(c))&&(p=ye(o)),i){let h=ge(o,!0,l,o);u.x=h.x+o.clientLeft,u.y=h.y+o.clientTop}else c&&(u.x=ba(c));return{x:d.left+p.scrollLeft-u.x,y:d.top+p.scrollTop-u.y,width:d.width,height:d.height}}function ya(e,o){return!it(e)||et(e).position==="fixed"?null:o?o(e):e.offsetParent}function Oa(e,o){let n=Q(e);if(!it(e))return n;let i=ya(e,o);for(;i&&sa(i)&&et(i).position==="static";)i=ya(i,o);return i&&(bt(i)==="html"||bt(i)==="body"&&et(i).position==="static"&&!Ie(i))?n:i||pa(e)||n}var Nn=async function(e){let{reference:o,floating:n,strategy:i}=e,c=this.getOffsetParent||Oa,l=this.getDimensions;return{reference:wn(o,await c(n),i),floating:{x:0,y:0,...await l(n)}}};function En(e){return et(e).direction==="rtl"}var ke={convertOffsetParentRelativeRectToViewportRelativeRect:mn,getDocumentElement:xt,getClippingRect:Cn,getOffsetParent:Oa,getElementRects:Nn,getClientRects:hn,getDimensions:vn,getScale:Jt,isElement:ut,isRTL:En};var Sa=(e,o,n)=>{let i=new Map,c={platform:ke,...n},l={...c.platform,_c:i};return ca(e,o,{...c,platform:l})};function Ca(e){return Ln(e)}function ho(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function Ln(e){for(let o=e;o;o=ho(o))if(o instanceof Element&&getComputedStyle(o).display==="none")return null;for(let o=ho(e);o;o=ho(o)){if(!(o instanceof Element))continue;let n=getComputedStyle(o);if(n.display!=="contents"&&(n.position!=="static"||n.filter!=="none"||o.tagName==="BODY"))return o}return null}async function ze(e,o,n){return Sa(e,o,{platform:{...ke,getOffsetParent:i=>ke.getOffsetParent(i,Ca)},middleware:[go({crossAxis:!0}),yo({allowedPlacements:[n]})]})}var J=function(e,o,n,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,i);else for(var p=e.length-1;p>=0;p--)(d=e[p])&&(l=(c<3?d(l):c>3?d(o,n,l):d(o,n))||l);return c>3&&l&&Object.defineProperty(o,n,l),l},I=class extends Et.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 Et.Debouncer,this.revealDebouncer=new Et.Debouncer}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return va.html`
|
|
554
|
+
`;var ea=["top","right","bottom","left"],ta=["start","end"],lo=ea.reduce((e,o)=>e.concat(o,o+"-"+ta[0],o+"-"+ta[1]),[]),oa=Math.min,ra=Math.max;var sn={left:"right",right:"left",bottom:"top",top:"bottom"},dn={start:"end",end:"start"};function so(e,o,n){return ra(e,oa(o,n))}function Be(e,o){return typeof e=="function"?e(o):e}function Xt(e){return e.split("-")[0]}function Nt(e){return e.split("-")[1]}function po(e){return e==="x"?"y":"x"}function fo(e){return e==="y"?"height":"width"}function $e(e){return["top","bottom"].includes(Xt(e))?"y":"x"}function uo(e){return po($e(e))}function aa(e,o,n){n===void 0&&(n=!1);let i=Nt(e),c=uo(e),l=fo(c),s=c==="x"?i===(n?"end":"start")?"right":"left":i==="start"?"bottom":"top";return o.reference[l]>o.floating[l]&&(s=co(s)),[s,co(s)]}function na(e){return e.replace(/start|end/g,o=>dn[o])}function co(e){return e.replace(/left|right|bottom|top/g,o=>sn[o])}function pn(e){return{top:0,right:0,bottom:0,left:0,...e}}function ia(e){return typeof e!="number"?pn(e):{top:e,right:e,bottom:e,left:e}}function It(e){let{x:o,y:n,width:i,height:c}=e;return{width:i,height:c,top:n,left:o,right:o+i,bottom:n+c,x:o,y:n}}function ca(e,o,n){let{reference:i,floating:c}=e,l=$e(o),s=uo(o),p=fo(s),u=Xt(o),h=l==="y",O=i.x+i.width/2-c.width/2,x=i.y+i.height/2-c.height/2,w=i[p]/2-c[p]/2,v;switch(u){case"top":v={x:O,y:i.y-c.height};break;case"bottom":v={x:O,y:i.y+i.height};break;case"right":v={x:i.x+i.width,y:x};break;case"left":v={x:i.x-c.width,y:x};break;default:v={x:i.x,y:i.y}}switch(Nt(o)){case"start":v[s]-=w*(n&&h?-1:1);break;case"end":v[s]+=w*(n&&h?-1:1);break}return v}var la=async(e,o,n)=>{let{placement:i="bottom",strategy:c="absolute",middleware:l=[],platform:s}=n,p=l.filter(Boolean),u=await(s.isRTL==null?void 0:s.isRTL(o)),h=await s.getElementRects({reference:e,floating:o,strategy:c}),{x:O,y:x}=ca(h,i,u),w=i,v={},N=0;for(let W=0;W<p.length;W++){let{name:H,fn:k}=p[W],{x:_,y:V,data:St,reset:K}=await k({x:O,y:x,initialPlacement:i,placement:w,strategy:c,middlewareData:v,rects:h,platform:s,elements:{reference:e,floating:o}});O=_??O,x=V??x,v={...v,[H]:{...v[H],...St}},K&&N<=50&&(N++,typeof K=="object"&&(K.placement&&(w=K.placement),K.rects&&(h=K.rects===!0?await s.getElementRects({reference:e,floating:o,strategy:c}):K.rects),{x:O,y:x}=ca(h,w,u)),W=-1)}return{x:O,y:x,placement:w,strategy:c,middlewareData:v}};async function yo(e,o){var n;o===void 0&&(o={});let{x:i,y:c,platform:l,rects:s,elements:p,strategy:u}=e,{boundary:h="clippingAncestors",rootBoundary:O="viewport",elementContext:x="floating",altBoundary:w=!1,padding:v=0}=Be(o,e),N=ia(v),H=p[w?x==="floating"?"reference":"floating":x],k=It(await l.getClippingRect({element:(n=await(l.isElement==null?void 0:l.isElement(H)))==null||n?H:H.contextElement||await(l.getDocumentElement==null?void 0:l.getDocumentElement(p.floating)),boundary:h,rootBoundary:O,strategy:u})),_=x==="floating"?{x:i,y:c,width:s.floating.width,height:s.floating.height}:s.reference,V=await(l.getOffsetParent==null?void 0:l.getOffsetParent(p.floating)),St=await(l.isElement==null?void 0:l.isElement(V))?await(l.getScale==null?void 0:l.getScale(V))||{x:1,y:1}:{x:1,y:1},K=It(l.convertOffsetParentRelativeRectToViewportRelativeRect?await l.convertOffsetParentRelativeRectToViewportRelativeRect({elements:p,rect:_,offsetParent:V,strategy:u}):_);return{top:(k.top-K.top+N.top)/St.y,bottom:(K.bottom-k.bottom+N.bottom)/St.y,left:(k.left-K.left+N.left)/St.x,right:(K.right-k.right+N.right)/St.x}}function fn(e,o,n){return(e?[...n.filter(c=>Nt(c)===e),...n.filter(c=>Nt(c)!==e)]:n.filter(c=>Xt(c)===c)).filter(c=>e?Nt(c)===e||(o?na(c)!==c:!1):!0)}var go=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(o){var n,i,c;let{rects:l,middlewareData:s,placement:p,platform:u,elements:h}=o,{crossAxis:O=!1,alignment:x,allowedPlacements:w=lo,autoAlignment:v=!0,...N}=Be(e,o),W=x!==void 0||w===lo?fn(x||null,v,w):w,H=await yo(o,N),k=((n=s.autoPlacement)==null?void 0:n.index)||0,_=W[k];if(_==null)return{};let V=aa(_,l,await(u.isRTL==null?void 0:u.isRTL(h.floating)));if(p!==_)return{reset:{placement:W[0]}};let St=[H[Xt(_)],H[V[0]],H[V[1]]],K=[...((i=s.autoPlacement)==null?void 0:i.overflows)||[],{placement:_,overflows:St}],Oo=W[k+1];if(Oo)return{data:{index:k+1,overflows:K},reset:{placement:Oo}};let Co=K.map(st=>{let ae=Nt(st.placement);return[st.placement,ae&&O?st.overflows.slice(0,2).reduce((ja,Ya)=>ja+Ya,0):st.overflows[0],st.overflows]}).sort((st,ae)=>st[1]-ae[1]),vo=((c=Co.filter(st=>st[2].slice(0,Nt(st[0])?2:3).every(ae=>ae<=0))[0])==null?void 0:c[0])||Co[0][0];return vo!==p?{data:{index:k+1,overflows:K},reset:{placement:vo}}:{}}}};var mo=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(o){let{x:n,y:i,placement:c}=o,{mainAxis:l=!0,crossAxis:s=!1,limiter:p={fn:H=>{let{x:k,y:_}=H;return{x:k,y:_}}},...u}=Be(e,o),h={x:n,y:i},O=await yo(o,u),x=$e(Xt(c)),w=po(x),v=h[w],N=h[x];if(l){let H=w==="y"?"top":"left",k=w==="y"?"bottom":"right",_=v+O[H],V=v-O[k];v=so(_,v,V)}if(s){let H=x==="y"?"top":"left",k=x==="y"?"bottom":"right",_=N+O[H],V=N-O[k];N=so(_,N,V)}let W=p.fn({...o,[w]:v,[x]:N});return{...W,data:{x:W.x-n,y:W.y-i,enabled:{[w]:l,[x]:s}}}}}};var ho=Math.min,qt=Math.max,fe=Math.round;var ht=e=>({x:e,y:e});function bt(e){return da(e)?(e.nodeName||"").toLowerCase():"#document"}function Q(e){var o;return(e==null||(o=e.ownerDocument)==null?void 0:o.defaultView)||window}function xt(e){var o;return(o=(da(e)?e.ownerDocument:e.document)||window.document)==null?void 0:o.documentElement}function da(e){return e instanceof Node||e instanceof Q(e).Node}function ut(e){return e instanceof Element||e instanceof Q(e).Element}function it(e){return e instanceof HTMLElement||e instanceof Q(e).HTMLElement}function sa(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof Q(e).ShadowRoot}function Qt(e){let{overflow:o,overflowX:n,overflowY:i,display:c}=et(e);return/auto|scroll|overlay|hidden|clip/.test(o+i+n)&&!["inline","contents"].includes(c)}function pa(e){return["table","td","th"].includes(bt(e))}function Ie(e){let o=We(),n=et(e);return n.transform!=="none"||n.perspective!=="none"||(n.containerType?n.containerType!=="normal":!1)||!o&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!o&&(n.filter?n.filter!=="none":!1)||["transform","perspective","filter"].some(i=>(n.willChange||"").includes(i))||["paint","layout","strict","content"].some(i=>(n.contain||"").includes(i))}function fa(e){let o=Wt(e);for(;it(o)&&!ue(o);){if(Ie(o))return o;o=Wt(o)}return null}function We(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function ue(e){return["html","body","#document"].includes(bt(e))}function et(e){return Q(e).getComputedStyle(e)}function ye(e){return ut(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Wt(e){if(bt(e)==="html")return e;let o=e.assignedSlot||e.parentNode||sa(e)&&e.host||xt(e);return sa(o)?o.host:o}function ua(e){let o=Wt(e);return ue(o)?e.ownerDocument?e.ownerDocument.body:e.body:it(o)&&Qt(o)?o:ua(o)}function Pe(e,o,n){var i;o===void 0&&(o=[]),n===void 0&&(n=!0);let c=ua(e),l=c===((i=e.ownerDocument)==null?void 0:i.body),s=Q(c);return l?o.concat(s,s.visualViewport||[],Qt(c)?c:[],s.frameElement&&n?Pe(s.frameElement):[]):o.concat(c,Pe(c,[],n))}function ma(e){let o=et(e),n=parseFloat(o.width)||0,i=parseFloat(o.height)||0,c=it(e),l=c?e.offsetWidth:n,s=c?e.offsetHeight:i,p=fe(n)!==l||fe(i)!==s;return p&&(n=l,i=s),{width:n,height:i,$:p}}function ha(e){return ut(e)?e:e.contextElement}function Jt(e){let o=ha(e);if(!it(o))return ht(1);let n=o.getBoundingClientRect(),{width:i,height:c,$:l}=ma(o),s=(l?fe(n.width):n.width)/i,p=(l?fe(n.height):n.height)/c;return(!s||!Number.isFinite(s))&&(s=1),(!p||!Number.isFinite(p))&&(p=1),{x:s,y:p}}var gn=ht(0);function ba(e){let o=Q(e);return!We()||!o.visualViewport?gn:{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}}function mn(e,o,n){return o===void 0&&(o=!1),!n||o&&n!==Q(e)?!1:o}function ge(e,o,n,i){o===void 0&&(o=!1),n===void 0&&(n=!1);let c=e.getBoundingClientRect(),l=ha(e),s=ht(1);o&&(i?ut(i)&&(s=Jt(i)):s=Jt(e));let p=mn(l,n,i)?ba(l):ht(0),u=(c.left+p.x)/s.x,h=(c.top+p.y)/s.y,O=c.width/s.x,x=c.height/s.y;if(l){let w=Q(l),v=i&&ut(i)?Q(i):i,N=w.frameElement;for(;N&&i&&v!==w;){let W=Jt(N),H=N.getBoundingClientRect(),k=et(N),_=H.left+(N.clientLeft+parseFloat(k.paddingLeft))*W.x,V=H.top+(N.clientTop+parseFloat(k.paddingTop))*W.y;u*=W.x,h*=W.y,O*=W.x,x*=W.y,u+=_,h+=V,N=Q(N).frameElement}}return It({width:O,height:x,x:u,y:h})}function hn(e){let{rect:o,offsetParent:n,strategy:i}=e,c=it(n),l=xt(n);if(n===l)return o;let s={scrollLeft:0,scrollTop:0},p=ht(1),u=ht(0);if((c||!c&&i!=="fixed")&&((bt(n)!=="body"||Qt(l))&&(s=ye(n)),it(n))){let h=ge(n);p=Jt(n),u.x=h.x+n.clientLeft,u.y=h.y+n.clientTop}return{width:o.width*p.x,height:o.height*p.y,x:o.x*p.x-s.scrollLeft*p.x+u.x,y:o.y*p.y-s.scrollTop*p.y+u.y}}function bn(e){return Array.from(e.getClientRects())}function xa(e){return ge(xt(e)).left+ye(e).scrollLeft}function xn(e){let o=xt(e),n=ye(e),i=e.ownerDocument.body,c=qt(o.scrollWidth,o.clientWidth,i.scrollWidth,i.clientWidth),l=qt(o.scrollHeight,o.clientHeight,i.scrollHeight,i.clientHeight),s=-n.scrollLeft+xa(e),p=-n.scrollTop;return et(i).direction==="rtl"&&(s+=qt(o.clientWidth,i.clientWidth)-c),{width:c,height:l,x:s,y:p}}function Sn(e,o){let n=Q(e),i=xt(e),c=n.visualViewport,l=i.clientWidth,s=i.clientHeight,p=0,u=0;if(c){l=c.width,s=c.height;let h=We();(!h||h&&o==="fixed")&&(p=c.offsetLeft,u=c.offsetTop)}return{width:l,height:s,x:p,y:u}}function On(e,o){let n=ge(e,!0,o==="fixed"),i=n.top+e.clientTop,c=n.left+e.clientLeft,l=it(e)?Jt(e):ht(1),s=e.clientWidth*l.x,p=e.clientHeight*l.y,u=c*l.x,h=i*l.y;return{width:s,height:p,x:u,y:h}}function ya(e,o,n){let i;if(o==="viewport")i=Sn(e,n);else if(o==="document")i=xn(xt(e));else if(ut(o))i=On(o,n);else{let c=ba(e);i={...o,x:o.x-c.x,y:o.y-c.y}}return It(i)}function Sa(e,o){let n=Wt(e);return n===o||!ut(n)||ue(n)?!1:et(n).position==="fixed"||Sa(n,o)}function Cn(e,o){let n=o.get(e);if(n)return n;let i=Pe(e,[],!1).filter(p=>ut(p)&&bt(p)!=="body"),c=null,l=et(e).position==="fixed",s=l?Wt(e):e;for(;ut(s)&&!ue(s);){let p=et(s),u=Ie(s);!u&&p.position==="fixed"&&(c=null),(l?!u&&!c:!u&&p.position==="static"&&!!c&&["absolute","fixed"].includes(c.position)||Qt(s)&&!u&&Sa(e,s))?i=i.filter(O=>O!==s):c=p,s=Wt(s)}return o.set(e,i),i}function vn(e){let{element:o,boundary:n,rootBoundary:i,strategy:c}=e,s=[...n==="clippingAncestors"?Cn(o,this._c):[].concat(n),i],p=s[0],u=s.reduce((h,O)=>{let x=ya(o,O,c);return h.top=qt(x.top,h.top),h.right=ho(x.right,h.right),h.bottom=ho(x.bottom,h.bottom),h.left=qt(x.left,h.left),h},ya(o,p,c));return{width:u.right-u.left,height:u.bottom-u.top,x:u.left,y:u.top}}function wn(e){return ma(e)}function Nn(e,o,n){let i=it(o),c=xt(o),l=n==="fixed",s=ge(e,!0,l,o),p={scrollLeft:0,scrollTop:0},u=ht(0);if(i||!i&&!l)if((bt(o)!=="body"||Qt(c))&&(p=ye(o)),i){let h=ge(o,!0,l,o);u.x=h.x+o.clientLeft,u.y=h.y+o.clientTop}else c&&(u.x=xa(c));return{x:s.left+p.scrollLeft-u.x,y:s.top+p.scrollTop-u.y,width:s.width,height:s.height}}function ga(e,o){return!it(e)||et(e).position==="fixed"?null:o?o(e):e.offsetParent}function Oa(e,o){let n=Q(e);if(!it(e))return n;let i=ga(e,o);for(;i&&pa(i)&&et(i).position==="static";)i=ga(i,o);return i&&(bt(i)==="html"||bt(i)==="body"&&et(i).position==="static"&&!Ie(i))?n:i||fa(e)||n}var En=async function(e){let{reference:o,floating:n,strategy:i}=e,c=this.getOffsetParent||Oa,l=this.getDimensions;return{reference:Nn(o,await c(n),i),floating:{x:0,y:0,...await l(n)}}};function Ln(e){return et(e).direction==="rtl"}var ke={convertOffsetParentRelativeRectToViewportRelativeRect:hn,getDocumentElement:xt,getClippingRect:vn,getOffsetParent:Oa,getElementRects:En,getClientRects:bn,getDimensions:wn,getScale:Jt,isElement:ut,isRTL:Ln};var Ca=(e,o,n)=>{let i=new Map,c={platform:ke,...n},l={...c.platform,_c:i};return la(e,o,{...c,platform:l})};function va(e){return Rn(e)}function bo(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function Rn(e){for(let o=e;o;o=bo(o))if(o instanceof Element&&getComputedStyle(o).display==="none")return null;for(let o=bo(e);o;o=bo(o)){if(!(o instanceof Element))continue;let n=getComputedStyle(o);if(n.display!=="contents"&&(n.position!=="static"||n.filter!=="none"||o.tagName==="BODY"))return o}return null}async function ze(e,o,n){return Ca(e,o,{platform:{...ke,getOffsetParent:i=>ke.getOffsetParent(i,va)},middleware:[mo({crossAxis:!0}),go({allowedPlacements:[n]})]})}var J=function(e,o,n,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(c<3?s(l):c>3?s(o,n,l):s(o,n))||l);return c>3&&l&&Object.defineProperty(o,n,l),l},I=class extends Et.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 Et.Debouncer,this.revealDebouncer=new Et.Debouncer}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return wa.html`
|
|
555
555
|
<div part="container"
|
|
556
556
|
class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
|
|
557
557
|
@mouseenter=${this.onHover}
|
|
@@ -569,19 +569,19 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
569
569
|
</div>
|
|
570
570
|
</div>
|
|
571
571
|
</div>
|
|
572
|
-
`}updated(o){o.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(o)}contentAvailableCallback(o){super.contentAvailableCallback(o),["visible","text"].some(n=>o.has(n))&&this.visible&&this.positionTooltip()}async show(o){this.visible=!0,o!=null&&await this.hideDebounce.run(()=>{this.hide()},o)}async showTemporaryText(o,n){let i=this.manual;this.manual=!0;let c=this.text;this.text=o,await this.show(n),this.text=c,this.manual=i}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var o;return((o=this.slotNodes)!==null&&o!==void 0?o:[]).filter(n=>n.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="",ze(this.slottedElement,this.tooltip,this.position).then(({x:o,y:n})=>{this.tooltip&&(this.tooltip.style.left=`${o}px`,this.tooltip.style.top=`${n}px`)})),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition=`top ${Et.designSystemVariables.transitionDuration}, left ${Et.designSystemVariables.transitionDuration}`,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,n){return Math.max(o,Math.min(0,-n))}};I.elementDefinitions={"ft-typography":Y};I.styles=Qr;J([(0,G.property)()],I.prototype,"text",void 0);J([(0,G.property)({type:Boolean})],I.prototype,"manual",void 0);J([(0,G.property)({type:Boolean})],I.prototype,"inline",void 0);J([(0,G.property)({type:Number})],I.prototype,"delay",void 0);J([(0,G.property)()],I.prototype,"position",void 0);J([(0,G.queryAssignedNodes)()],I.prototype,"slotNodes",void 0);J([(0,G.query)(".ft-tooltip--container")],I.prototype,"container",void 0);J([(0,G.query)(".ft-tooltip")],I.prototype,"tooltip",void 0);J([(0,G.query)(".ft-tooltip--content")],I.prototype,"tooltipContent",void 0);J([(0,G.state)()],I.prototype,"visible",void 0);J([(0,G.eventOptions)({passive:!0})],I.prototype,"onTouch",null);J([(0,G.eventOptions)({passive:!0})],I.prototype,"onHover",null);J([(0,G.eventOptions)({passive:!0})],I.prototype,"onOut",null);J([(0,G.eventOptions)({passive:!0})],I.prototype,"onClick",null);(0,wa.customElement)("ft-tooltip")(I);var Aa=b(E());var me=b(P()),Lt=b(st()),La=b(E()),Ra=b(Ea());var Te;(function(e){e.ADD_TO_PBK="",e.ALERT="",e.ADD_ALERT="",e.BACK_TO_SEARCH="",e.ADD_BOOKMARK="",e.BOOKMARK="",e.BOOKS="",e.MENU="",e.DOWNLOAD="",e.EDIT="",e.FEEDBACK="",e.HOME="",e.MODIFY_PBK="",e.SCHEDULED="",e.SEARCH="",e.EXPORT="",e.TOC="",e.WRITE_UGC="",e.TRASH="",e.USER="",e.EXTLINK="",e.CALENDAR="",e.OFFLINE="",e.BOOK="",e.DOWNLOAD_PLAIN="",e.CHECK="",e.STAR_PLAIN="",e.TOPICS="",e.DISC="",e.CIRCLE="",e.SHARED="",e.SORT_UNSORTED="",e.SORT_UP="",e.SORT_DOWN="",e.WORKING="",e.CLOSE="",e.ZOOM_OUT="",e.ZOOM_IN="",e.ZOOM_REALSIZE="",e.ZOOM_FULLSCREEN="",e.ADMIN_RESTRICTED="",e.ADMIN="",e.ADMIN_KHUB="",e.ADMIN_THEME="",e.ADMIN_USERS="",e.WARNING="",e.CONTEXT="",e.SEARCH_HOME="",e.STEPS="",e.ICON_EXPAND="",e.ICON_COLLAPSE="",e.INFO="",e.MINUS_PLAIN="",e.PLUS_PLAIN="",e.FACET_HAS_DESCENDANT="",e.TRIANGLE_BOTTOM="",e.TRIANGLE_LEFT="",e.TRIANGLE_RIGHT="",e.TRIANGLE_TOP="",e.THIN_ARROW="",e.SIGN_IN="",e.LOGOUT="",e.TRANSLATE="",e.CLOSE_PLAIN="",e.CHECK_PLAIN="",e.ARTICLE="",e.COLUMNS="",e.ANALYTICS="",e.COLLECTIONS="",e.ARROW_DOWN="",e.ARROW_LEFT="",e.ARROW_RIGHT="",e.ARROW_UP="",e.SEARCH_IN_PUBLICATION="",e.COPY_TO_CLIPBOARD="",e.SHARED_PBK="",e.ATTACHMENTS="",e.STRIPE_ARROW_LEFT="",e.STRIPE_ARROW_RIGHT="",e.FILTERS="",e.DOT="",e.MINUS="",e.PLUS="",e.MAILS_AND_NOTIFICATIONS="",e.SAVE="",e.LOCKER="",e.ADMIN_INTEGRATION="",e.SYNC="",e.TAG="",e.BOOK_PLAIN="",e.UPLOAD="",e.ONLINE="",e.TAG_PLAIN="",e.ACCOUNT_SETTINGS="",e.PRINT="",e.DEFAULT_ROLES="",e.SHORTCUT_MENU="",e.RELATIVES_PLAIN="",e.RELATIVES="",e.PAUSE="",e.PLAY="",e.ADMIN_PORTAL="",e.STAR="",e.THUMBS_DOWN="",e.THUMBS_DOWN_PLAIN="",e.THUMBS_UP="",e.THUMBS_UP_PLAIN="",e.FEEDBACK_PLAIN="",e.RATE_PLAIN="",e.RATE="",e.OFFLINE_SETTINGS="",e.MY_COLLECTIONS="",e.THIN_ARROW_LEFT="",e.THIN_ARROW_RIGHT="",e.RESET="",e.MY_LIBRARY="",e.UNSTRUCTURED_DOC="",e.CONTEXTUAL="",e.THIN_ARROW_UP="",e.ARROW_RIGHT_TO_LINE="",e.DESKTOP="",e.TABLET_LANDSCAPE="",e.TABLET_PORTRAIT="",e.MOBILE_LANDSCAPE="",e.MOBILE_PORTRAIT="",e.DIAGRAM_SUNBURST="",e.DIAGRAM_SANKEY="",e.COMMENT_QUESTION="",e.COMMENT_QUESTION_PLAIN="",e.MESSAGE_BOT="",e.CHART_SIMPLE="",e.BARS_PROGRESS="",e.BOOK_OPEN_GEAR="",e.BOOK_OPEN_GEAR_SLASH="",e.LINE_CHART="",e.STACKED_CHART="",e.CHART_BAR_STACKED="",e.CHART_BAR_GROUPED="",e.EYE_SLASH="",e.X_MARK="",e.EXPAND_WIDE="",e.PIP="",e.PIP_WIDE="",e.LIFE_RING="",e.GLOBE="",e.PIGGY_BANK="",e.EXTLINK_LIGHT="",e.CLONE="",e.CLONE_LINK_SIMPLE="",e.CHART_BAR_NORMALIZED="",e.CONSUMER="",e.OCTAGON_XMARK="",e.HOURGLASS_HALF="",e.CLOCK="",e.CLOCK_THREE="",e.CALENDAR_DAY="",e.COMPUTER_MOUSE_MAGNIFYING_GLASS="",e.WAND_MAGIC_SPARKLES="",e.PAPER_PLANE="",e.CIRCLE_STOP="",e.ARROW_ROTATE_RIGHT="",e.ARROWS_ROTATE="",e.ALIGN_RIGHT="",e.FORMAT_CLEAR="",e.ALIGN_CENTER="",e.ALIGN_LEFT="",e.PALETTE="",e.BOLD="",e.ITALIC="",e.UNDERLINE="",e.STRIKETHROUGH="",e.LINK_SIMPLE_SLASH="",e.LINK_SIMPLE="",e.ROUTE="",e.CIRCLE_USER_SLASH="",e.CIRCLE_USER_CHECK="",e.LIST_MAGNIFYING_GLASS="",e.MEDAL="",e.THUMBS_UP_THUMBS_DOWN_SOLID="",e.ARROW_TURN_DOWN_RIGHT="",e.FLASK="",e.LOCK_KEYHOLE_OPEN_SOLID="",e.HOURGLASS_END="",e.CIRCLE_QUESTION="",e.GRIP_LINES_SOLID="",e.TRANSLATE_SPARKLE_SOLID="",e.CODE="",e.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="",e.PAPER_PLANE_SLASH="",e.COMPRESS="",e.EXPAND="",e.ARROW_ROTATE_LEFT="",e.EYE="",e.SHARE="󨃱",e.MOBILE_SMALL="",e.SPARKLES="",e.HAND_SOLID="",e.CLOCK_SOLID="",e.CONTEXT_MENU_CURSOR="",e.LANGUAGE_SLASH="",e.MAGNIFYING_GLASS_FLOPPY_DISK="",e.CABINET_FILING_FLOPPY_DISK=""})(Te||(Te={}));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 hp=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 bp={[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 rt;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(rt||(rt={}));var he=function(e,o,n,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,d;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,i);else for(var p=e.length-1;p>=0;p--)(d=e[p])&&(l=(c<3?d(l):c>3?d(o,n,l):d(o,n))||l);return c>3&&l&&Object.defineProperty(o,n,l),l},X=class extends La.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=me.nothing}render(){let o=this.variant&&Object.values(rt).includes(this.variant)?this.variant:rt.fluid_topics,n=o!==rt.material||!!this.value;return me.html`
|
|
572
|
+
`}updated(o){o.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(o)}contentAvailableCallback(o){super.contentAvailableCallback(o),["visible","text"].some(n=>o.has(n))&&this.visible&&this.positionTooltip()}async show(o){this.visible=!0,o!=null&&await this.hideDebounce.run(()=>{this.hide()},o)}async showTemporaryText(o,n){let i=this.manual;this.manual=!0;let c=this.text;this.text=o,await this.show(n),this.text=c,this.manual=i}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var o;return((o=this.slotNodes)!==null&&o!==void 0?o:[]).filter(n=>n.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="",ze(this.slottedElement,this.tooltip,this.position).then(({x:o,y:n})=>{this.tooltip&&(this.tooltip.style.left=`${o}px`,this.tooltip.style.top=`${n}px`)})),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition=`top ${Et.designSystemVariables.transitionDuration}, left ${Et.designSystemVariables.transitionDuration}`,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,n){return Math.max(o,Math.min(0,-n))}};I.elementDefinitions={"ft-typography":Y};I.styles=Jr;J([(0,G.property)()],I.prototype,"text",void 0);J([(0,G.property)({type:Boolean})],I.prototype,"manual",void 0);J([(0,G.property)({type:Boolean})],I.prototype,"inline",void 0);J([(0,G.property)({type:Number})],I.prototype,"delay",void 0);J([(0,G.property)()],I.prototype,"position",void 0);J([(0,G.queryAssignedNodes)()],I.prototype,"slotNodes",void 0);J([(0,G.query)(".ft-tooltip--container")],I.prototype,"container",void 0);J([(0,G.query)(".ft-tooltip")],I.prototype,"tooltip",void 0);J([(0,G.query)(".ft-tooltip--content")],I.prototype,"tooltipContent",void 0);J([(0,G.state)()],I.prototype,"visible",void 0);J([(0,G.eventOptions)({passive:!0})],I.prototype,"onTouch",null);J([(0,G.eventOptions)({passive:!0})],I.prototype,"onHover",null);J([(0,G.eventOptions)({passive:!0})],I.prototype,"onOut",null);J([(0,G.eventOptions)({passive:!0})],I.prototype,"onClick",null);(0,Na.customElement)("ft-tooltip")(I);var Ba=b(E());var me=b(P()),Lt=b(dt()),Ra=b(E()),Aa=b(La());var Te;(function(e){e.ADD_TO_PBK="",e.ALERT="",e.ADD_ALERT="",e.BACK_TO_SEARCH="",e.ADD_BOOKMARK="",e.BOOKMARK="",e.BOOKS="",e.MENU="",e.DOWNLOAD="",e.EDIT="",e.FEEDBACK="",e.HOME="",e.MODIFY_PBK="",e.SCHEDULED="",e.SEARCH="",e.EXPORT="",e.TOC="",e.WRITE_UGC="",e.TRASH="",e.USER="",e.EXTLINK="",e.CALENDAR="",e.OFFLINE="",e.BOOK="",e.DOWNLOAD_PLAIN="",e.CHECK="",e.STAR_PLAIN="",e.TOPICS="",e.DISC="",e.CIRCLE="",e.SHARED="",e.SORT_UNSORTED="",e.SORT_UP="",e.SORT_DOWN="",e.WORKING="",e.CLOSE="",e.ZOOM_OUT="",e.ZOOM_IN="",e.ZOOM_REALSIZE="",e.ZOOM_FULLSCREEN="",e.ADMIN_RESTRICTED="",e.ADMIN="",e.ADMIN_KHUB="",e.ADMIN_THEME="",e.ADMIN_USERS="",e.WARNING="",e.CONTEXT="",e.SEARCH_HOME="",e.STEPS="",e.ICON_EXPAND="",e.ICON_COLLAPSE="",e.INFO="",e.MINUS_PLAIN="",e.PLUS_PLAIN="",e.FACET_HAS_DESCENDANT="",e.TRIANGLE_BOTTOM="",e.TRIANGLE_LEFT="",e.TRIANGLE_RIGHT="",e.TRIANGLE_TOP="",e.THIN_ARROW="",e.SIGN_IN="",e.LOGOUT="",e.TRANSLATE="",e.CLOSE_PLAIN="",e.CHECK_PLAIN="",e.ARTICLE="",e.COLUMNS="",e.ANALYTICS="",e.COLLECTIONS="",e.ARROW_DOWN="",e.ARROW_LEFT="",e.ARROW_RIGHT="",e.ARROW_UP="",e.SEARCH_IN_PUBLICATION="",e.COPY_TO_CLIPBOARD="",e.SHARED_PBK="",e.ATTACHMENTS="",e.STRIPE_ARROW_LEFT="",e.STRIPE_ARROW_RIGHT="",e.FILTERS="",e.DOT="",e.MINUS="",e.PLUS="",e.MAILS_AND_NOTIFICATIONS="",e.SAVE="",e.LOCKER="",e.ADMIN_INTEGRATION="",e.SYNC="",e.TAG="",e.BOOK_PLAIN="",e.UPLOAD="",e.ONLINE="",e.TAG_PLAIN="",e.ACCOUNT_SETTINGS="",e.PRINT="",e.DEFAULT_ROLES="",e.SHORTCUT_MENU="",e.RELATIVES_PLAIN="",e.RELATIVES="",e.PAUSE="",e.PLAY="",e.ADMIN_PORTAL="",e.STAR="",e.THUMBS_DOWN="",e.THUMBS_DOWN_PLAIN="",e.THUMBS_UP="",e.THUMBS_UP_PLAIN="",e.FEEDBACK_PLAIN="",e.RATE_PLAIN="",e.RATE="",e.OFFLINE_SETTINGS="",e.MY_COLLECTIONS="",e.THIN_ARROW_LEFT="",e.THIN_ARROW_RIGHT="",e.RESET="",e.MY_LIBRARY="",e.UNSTRUCTURED_DOC="",e.CONTEXTUAL="",e.THIN_ARROW_UP="",e.ARROW_RIGHT_TO_LINE="",e.DESKTOP="",e.TABLET_LANDSCAPE="",e.TABLET_PORTRAIT="",e.MOBILE_LANDSCAPE="",e.MOBILE_PORTRAIT="",e.DIAGRAM_SUNBURST="",e.DIAGRAM_SANKEY="",e.COMMENT_QUESTION="",e.COMMENT_QUESTION_PLAIN="",e.MESSAGE_BOT="",e.CHART_SIMPLE="",e.BARS_PROGRESS="",e.BOOK_OPEN_GEAR="",e.BOOK_OPEN_GEAR_SLASH="",e.LINE_CHART="",e.STACKED_CHART="",e.CHART_BAR_STACKED="",e.CHART_BAR_GROUPED="",e.EYE_SLASH="",e.X_MARK="",e.EXPAND_WIDE="",e.PIP="",e.PIP_WIDE="",e.LIFE_RING="",e.GLOBE="",e.PIGGY_BANK="",e.EXTLINK_LIGHT="",e.CLONE="",e.CLONE_LINK_SIMPLE="",e.CHART_BAR_NORMALIZED="",e.CONSUMER="",e.OCTAGON_XMARK="",e.HOURGLASS_HALF="",e.CLOCK="",e.CLOCK_THREE="",e.CALENDAR_DAY="",e.COMPUTER_MOUSE_MAGNIFYING_GLASS="",e.WAND_MAGIC_SPARKLES="",e.PAPER_PLANE="",e.CIRCLE_STOP="",e.ARROW_ROTATE_RIGHT="",e.ARROWS_ROTATE="",e.ALIGN_RIGHT="",e.FORMAT_CLEAR="",e.ALIGN_CENTER="",e.ALIGN_LEFT="",e.PALETTE="",e.BOLD="",e.ITALIC="",e.UNDERLINE="",e.STRIKETHROUGH="",e.LINK_SIMPLE_SLASH="",e.LINK_SIMPLE="",e.ROUTE="",e.CIRCLE_USER_SLASH="",e.CIRCLE_USER_CHECK="",e.LIST_MAGNIFYING_GLASS="",e.MEDAL="",e.THUMBS_UP_THUMBS_DOWN_SOLID="",e.ARROW_TURN_DOWN_RIGHT="",e.FLASK="",e.LOCK_KEYHOLE_OPEN_SOLID="",e.HOURGLASS_END="",e.CIRCLE_QUESTION="",e.GRIP_LINES_SOLID="",e.TRANSLATE_SPARKLE_SOLID="",e.CODE="",e.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="",e.PAPER_PLANE_SLASH="",e.COMPRESS="",e.EXPAND="",e.ARROW_ROTATE_LEFT="",e.EYE="",e.SHARE="󨃱",e.MOBILE_SMALL="",e.SPARKLES="",e.HAND_SOLID="",e.CLOCK_SOLID="",e.CONTEXT_MENU_CURSOR="",e.LANGUAGE_SLASH="",e.MAGNIFYING_GLASS_FLOPPY_DISK="",e.CABINET_FILING_FLOPPY_DISK=""})(Te||(Te={}));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 bp=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 xp={[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 rt;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(rt||(rt={}));var he=function(e,o,n,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(c<3?s(l):c>3?s(o,n,l):s(o,n))||l);return c>3&&l&&Object.defineProperty(o,n,l),l},X=class extends Ra.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=me.nothing}render(){let o=this.variant&&Object.values(rt).includes(this.variant)?this.variant:rt.fluid_topics,n=o!==rt.material||!!this.value;return me.html`
|
|
573
573
|
<i class="ft-icon ft-icon--${o} ft-no-text-select" part="icon icon-${o}">
|
|
574
|
-
${(0,
|
|
574
|
+
${(0,Aa.unsafeHTML)(this.resolvedIcon)}
|
|
575
575
|
<slot ?hidden=${n}></slot>
|
|
576
576
|
</i>
|
|
577
|
-
`}get textContent(){var o,n;return(n=(o=this.slottedContent)===null||o===void 0?void 0:o.assignedNodes().map(i=>i.textContent).join("").trim())!==null&&n!==void 0?n:""}update(o){super.update(o),["value","variant"].some(n=>o.has(n))&&this.resolveIcon()}resolveIcon(){var o,n;let i=this.value||this.textContent;switch(this.variant){case rt.file_format:this.resolvedIcon=(o=g[i.replace("-","_").toUpperCase()])!==null&&o!==void 0?o:i;break;case rt.material:this.resolvedIcon=this.value||me.nothing;break;default:this.resolvedIcon=(n=Te[i.replace("-","_").toUpperCase()])!==null&&n!==void 0?n:i;break}}firstUpdated(o){super.firstUpdated(o),setTimeout(()=>this.resolveIcon())}};X.elementDefinitions={};X.styles=
|
|
577
|
+
`}get textContent(){var o,n;return(n=(o=this.slottedContent)===null||o===void 0?void 0:o.assignedNodes().map(i=>i.textContent).join("").trim())!==null&&n!==void 0?n:""}update(o){super.update(o),["value","variant"].some(n=>o.has(n))&&this.resolveIcon()}resolveIcon(){var o,n;let i=this.value||this.textContent;switch(this.variant){case rt.file_format:this.resolvedIcon=(o=g[i.replace("-","_").toUpperCase()])!==null&&o!==void 0?o:i;break;case rt.material:this.resolvedIcon=this.value||me.nothing;break;default:this.resolvedIcon=(n=Te[i.replace("-","_").toUpperCase()])!==null&&n!==void 0?n:i;break}}firstUpdated(o){super.firstUpdated(o),setTimeout(()=>this.resolveIcon())}};X.elementDefinitions={};X.styles=Nr;he([(0,Lt.property)()],X.prototype,"variant",void 0);he([(0,Lt.property)()],X.prototype,"value",void 0);he([(0,Lt.property)({reflect:!0,attribute:"aria-hidden"})],X.prototype,"ariaHidden",void 0);he([(0,Lt.state)()],X.prototype,"resolvedIcon",void 0);he([(0,Lt.query)("slot")],X.prototype,"slottedContent",void 0);(0,Ba.customElement)("ft-icon")(X);var Ia=b(E());var $a=b(P()),Pa=b(E());var kt=class extends Pa.FtLitElement{render(){return $a.html`
|
|
578
578
|
<div class="ft-loader">
|
|
579
579
|
<div></div>
|
|
580
580
|
<div></div>
|
|
581
581
|
<div></div>
|
|
582
582
|
<div></div>
|
|
583
583
|
</div>
|
|
584
|
-
`}};kt.styles=
|
|
584
|
+
`}};kt.styles=vr;(0,Ia.customElement)("ft-loader")(kt);var Rt=b(P()),xo=b(Ee()),D=b(dt()),F=function(e,o,n,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(c<3?s(l):c>3?s(o,n,l):s(o,n))||l);return c>3&&l&&Object.defineProperty(o,n,l),l},B=class extends(0,At.toFtFormComponent)(At.FtLitElement){get buttonClasses(){return{}}get typographyVariant(){return""}constructor(){super(),this.href=void 0,this.target=void 0,this.type="button",this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.ariaLabel=null,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.activated=!1,this.addEventListener("click",o=>{var n;this.isDisabled()?(o.preventDefault(),o.stopPropagation(),o.stopImmediatePropagation()):this.type=="submit"&&((n=this.form)===null||n===void 0||n.requestSubmit())})}render(){var o,n,i;let c=Rt.html`
|
|
585
585
|
<ft-ripple part="ripple"
|
|
586
586
|
?disabled=${this.isDisabled()}
|
|
587
587
|
?activated=${this.activated}
|
|
@@ -598,14 +598,14 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
598
598
|
<a href="${l}"
|
|
599
599
|
target="${(o=this.target)!==null&&o!==void 0?o:"_self"}"
|
|
600
600
|
part="button"
|
|
601
|
-
class="${(0,
|
|
601
|
+
class="${(0,xo.classMap)(this.buttonClasses)}"
|
|
602
602
|
aria-label="${(n=this.ariaLabel)!==null&&n!==void 0?n:this.getLabel()}"
|
|
603
603
|
?disabled=${this.isDisabled()}>
|
|
604
604
|
${c}
|
|
605
605
|
</a>
|
|
606
606
|
`:Rt.html`
|
|
607
607
|
<button part="button"
|
|
608
|
-
class="${(0,
|
|
608
|
+
class="${(0,xo.classMap)(this.buttonClasses)}"
|
|
609
609
|
aria-label="${(i=this.ariaLabel)!==null&&i!==void 0?i:this.getLabel()}"
|
|
610
610
|
?disabled=${this.isDisabled()}>
|
|
611
611
|
${c}
|
|
@@ -621,7 +621,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
621
621
|
<ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon>
|
|
622
622
|
`:Rt.html`
|
|
623
623
|
<slot part="icon" name="icon"></slot>
|
|
624
|
-
`}focus(){var o;(o=this.button)===null||o===void 0||o.focus()}focusWithoutTooltip(){var o;this.setTooltipManual(!0),(o=this.button)===null||o===void 0||o.focus(),this.setTooltipManual(!1)}showTemporaryTooltip(o,n){var i;return(i=this.tooltip)===null||i===void 0?void 0:i.showTemporaryText(o,n)}setTooltipManual(o){this.tooltip&&(this.tooltip.manual=o)}click(){var o;(o=this.button)===null||o===void 0||o.click()}getLabel(){return this.label||this.textContent}get textContent(){return(0,At.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};B.elementDefinitions={"ft-ripple":A,"ft-tooltip":I,"ft-typography":Y,"ft-icon":X,"ft-loader":kt};F([(0,D.property)()],B.prototype,"href",void 0);F([(0,D.property)()],B.prototype,"target",void 0);F([(0,D.property)()],B.prototype,"type",void 0);F([(0,D.property)({type:Boolean})],B.prototype,"disabled",void 0);F([(0,D.property)()],B.prototype,"label",void 0);F([(0,D.property)()],B.prototype,"icon",void 0);F([(0,D.property)()],B.prototype,"iconVariant",void 0);F([(0,D.property)({type:Boolean})],B.prototype,"trailingIcon",void 0);F([(0,D.property)({type:Boolean})],B.prototype,"loading",void 0);F([(0,D.property)({attribute:"aria-label"})],B.prototype,"ariaLabel",void 0);F([(0,D.property)()],B.prototype,"tooltipPosition",void 0);F([(0,D.property)({type:Boolean})],B.prototype,"hideTooltip",void 0);F([(0,D.property)({type:Boolean})],B.prototype,"forceTooltip",void 0);F([(0,D.property)({type:Boolean})],B.prototype,"activated",void 0);F([(0,D.query)(".ft-button")],B.prototype,"button",void 0);F([(0,D.query)(".ft-button--label slot")],B.prototype,"slottedContent",void 0);F([(0,D.query)("[part=tooltip]")],B.prototype,"tooltip",void 0);var He=function(e,o,n,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,
|
|
624
|
+
`}focus(){var o;(o=this.button)===null||o===void 0||o.focus()}focusWithoutTooltip(){var o;this.setTooltipManual(!0),(o=this.button)===null||o===void 0||o.focus(),this.setTooltipManual(!1)}showTemporaryTooltip(o,n){var i;return(i=this.tooltip)===null||i===void 0?void 0:i.showTemporaryText(o,n)}setTooltipManual(o){this.tooltip&&(this.tooltip.manual=o)}click(){var o;(o=this.button)===null||o===void 0||o.click()}getLabel(){return this.label||this.textContent}get textContent(){return(0,At.unslotText)(this.slottedContent).trim()}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};B.elementDefinitions={"ft-ripple":A,"ft-tooltip":I,"ft-typography":Y,"ft-icon":X,"ft-loader":kt};F([(0,D.property)()],B.prototype,"href",void 0);F([(0,D.property)()],B.prototype,"target",void 0);F([(0,D.property)()],B.prototype,"type",void 0);F([(0,D.property)({type:Boolean})],B.prototype,"disabled",void 0);F([(0,D.property)()],B.prototype,"label",void 0);F([(0,D.property)()],B.prototype,"icon",void 0);F([(0,D.property)()],B.prototype,"iconVariant",void 0);F([(0,D.property)({type:Boolean})],B.prototype,"trailingIcon",void 0);F([(0,D.property)({type:Boolean})],B.prototype,"loading",void 0);F([(0,D.property)({attribute:"aria-label"})],B.prototype,"ariaLabel",void 0);F([(0,D.property)()],B.prototype,"tooltipPosition",void 0);F([(0,D.property)({type:Boolean})],B.prototype,"hideTooltip",void 0);F([(0,D.property)({type:Boolean})],B.prototype,"forceTooltip",void 0);F([(0,D.property)({type:Boolean})],B.prototype,"activated",void 0);F([(0,D.query)(".ft-button")],B.prototype,"button",void 0);F([(0,D.query)(".ft-button--label slot")],B.prototype,"slottedContent",void 0);F([(0,D.query)("[part=tooltip]")],B.prototype,"tooltip",void 0);var He=function(e,o,n,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(c<3?s(l):c>3?s(o,n,l):s(o,n))||l);return c>3&&l&&Object.defineProperty(o,n,l),l},ct=class extends B{constructor(){super(...arguments),this.primary=!1,this.outlined=!1,this.dense=!1,this.round=!1}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--outlined":this.outlined,"ft-button--dense":this.dense,"ft-button--round":this.round,"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0}}get typographyVariant(){return"button"}};ct.styles=[Wa.safariEllipsisFix,Ar];He([(0,be.property)({type:Boolean})],ct.prototype,"primary",void 0);He([(0,be.property)({type:Boolean})],ct.prototype,"outlined",void 0);He([(0,be.property)({type:Boolean})],ct.prototype,"dense",void 0);He([(0,be.property)({type:Boolean})],ct.prototype,"round",void 0);var xe=b(dt());var Ge=b(E());var ka=b(P()),f=b(E());var An={...d,iconOnlyScale:f.FtCssVariableFactory.create("--ft-button-icon-only-scale","","NUMBER","1")},za=[ka.css`
|
|
625
625
|
:host {
|
|
626
626
|
display: inline-block;
|
|
627
627
|
max-width: 100%;
|
|
@@ -672,7 +672,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
672
672
|
}
|
|
673
673
|
|
|
674
674
|
.ft-button:focus-visible {
|
|
675
|
-
outline-color: ${
|
|
675
|
+
outline-color: ${d.focusFocusRingColor};
|
|
676
676
|
outline-style: solid;
|
|
677
677
|
}
|
|
678
678
|
|
|
@@ -704,394 +704,394 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
704
704
|
}
|
|
705
705
|
|
|
706
706
|
.ft-button.ft-button--icon-only ft-icon {
|
|
707
|
-
transform: scale(${
|
|
707
|
+
transform: scale(${An.iconOnlyScale});
|
|
708
708
|
}
|
|
709
709
|
|
|
710
710
|
/** Brand Primary styles **/
|
|
711
711
|
|
|
712
712
|
.ftds--family-brand.ft-button--primary {
|
|
713
|
-
${(0,f.setVariable)(R.color,
|
|
713
|
+
${(0,f.setVariable)(R.color,d.primaryBrandIconColor)};
|
|
714
714
|
|
|
715
|
-
${(0,f.setVariable)(y.color,
|
|
716
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceHover,
|
|
717
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,
|
|
718
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,
|
|
719
|
-
${(0,f.setVariable)(y.opacityContentOnSurfacePressed,
|
|
715
|
+
${(0,f.setVariable)(y.color,d.primaryBrandStateLayerColor)};
|
|
716
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceHover,d.primaryBrandHoverStateLayerOpacity)};
|
|
717
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,d.primaryBrandFocusStateLayerOpacity)};
|
|
718
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,d.primaryBrandActiveStateLayerOpacity)};
|
|
719
|
+
${(0,f.setVariable)(y.opacityContentOnSurfacePressed,d.primaryBrandActiveStateLayerOpacity)};
|
|
720
720
|
|
|
721
|
-
background-color: ${
|
|
722
|
-
color: ${
|
|
721
|
+
background-color: ${d.primaryBrandBackgroundColor};
|
|
722
|
+
color: ${d.primaryBrandColor};
|
|
723
723
|
border-style: none;
|
|
724
724
|
}
|
|
725
725
|
|
|
726
726
|
.ftds--family-brand.ft-button--primary[disabled] {
|
|
727
|
-
opacity: ${
|
|
727
|
+
opacity: ${d.primaryBrandDisabledComponentOpacity};
|
|
728
728
|
}
|
|
729
729
|
|
|
730
730
|
.ftds--family-brand.ft-button--primary ft-icon {
|
|
731
|
-
color: ${
|
|
731
|
+
color: ${d.primaryBrandIconColor};
|
|
732
732
|
}
|
|
733
733
|
|
|
734
734
|
/** Brand Secondary styles **/
|
|
735
735
|
|
|
736
736
|
.ftds--family-brand.ft-button--secondary {
|
|
737
|
-
${(0,f.setVariable)(R.color,
|
|
737
|
+
${(0,f.setVariable)(R.color,d.secondaryBrandIconColor)};
|
|
738
738
|
|
|
739
|
-
${(0,f.setVariable)(y.color,
|
|
740
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceHover,
|
|
741
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,
|
|
742
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,
|
|
743
|
-
${(0,f.setVariable)(y.opacityContentOnSurfacePressed,
|
|
739
|
+
${(0,f.setVariable)(y.color,d.secondaryBrandStateLayerColor)};
|
|
740
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceHover,d.secondaryBrandHoverStateLayerOpacity)};
|
|
741
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,d.secondaryBrandFocusStateLayerOpacity)};
|
|
742
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,d.secondaryBrandActiveStateLayerOpacity)};
|
|
743
|
+
${(0,f.setVariable)(y.opacityContentOnSurfacePressed,d.secondaryBrandActiveStateLayerOpacity)};
|
|
744
744
|
|
|
745
|
-
background-color: ${
|
|
746
|
-
color: ${
|
|
747
|
-
border-color: ${
|
|
745
|
+
background-color: ${d.secondaryBrandBackgroundColor};
|
|
746
|
+
color: ${d.secondaryBrandColor};
|
|
747
|
+
border-color: ${d.secondaryBrandBorderColor};
|
|
748
748
|
border-style: solid;
|
|
749
749
|
}
|
|
750
750
|
|
|
751
751
|
.ftds--family-brand.ft-button--secondary[disabled] {
|
|
752
|
-
opacity: ${
|
|
752
|
+
opacity: ${d.secondaryBrandDisabledComponentOpacity};
|
|
753
753
|
}
|
|
754
754
|
|
|
755
755
|
.ftds--family-brand.ft-button--secondary ft-icon {
|
|
756
|
-
color: ${
|
|
756
|
+
color: ${d.secondaryBrandIconColor};
|
|
757
757
|
}
|
|
758
758
|
|
|
759
759
|
/** Brand Tertiary styles **/
|
|
760
760
|
|
|
761
761
|
.ftds--family-brand.ft-button--tertiary {
|
|
762
|
-
${(0,f.setVariable)(R.color,
|
|
762
|
+
${(0,f.setVariable)(R.color,d.tertiaryBrandIconColor)};
|
|
763
763
|
|
|
764
|
-
${(0,f.setVariable)(y.color,
|
|
765
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceHover,
|
|
766
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,
|
|
767
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,
|
|
768
|
-
${(0,f.setVariable)(y.opacityContentOnSurfacePressed,
|
|
764
|
+
${(0,f.setVariable)(y.color,d.tertiaryBrandStateLayerColor)};
|
|
765
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceHover,d.tertiaryBrandHoverStateLayerOpacity)};
|
|
766
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,d.tertiaryBrandFocusStateLayerOpacity)};
|
|
767
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,d.tertiaryBrandActiveStateLayerOpacity)};
|
|
768
|
+
${(0,f.setVariable)(y.opacityContentOnSurfacePressed,d.tertiaryBrandActiveStateLayerOpacity)};
|
|
769
769
|
|
|
770
|
-
background-color: ${
|
|
771
|
-
color: ${
|
|
770
|
+
background-color: ${d.tertiaryBrandBackgroundColor};
|
|
771
|
+
color: ${d.tertiaryBrandColor};
|
|
772
772
|
border-style: none;
|
|
773
773
|
}
|
|
774
774
|
|
|
775
775
|
.ftds--family-brand.ft-button--tertiary[disabled] {
|
|
776
|
-
opacity: ${
|
|
776
|
+
opacity: ${d.tertiaryBrandDisabledComponentOpacity};
|
|
777
777
|
}
|
|
778
778
|
|
|
779
779
|
.ftds--family-brand.ft-button--tertiary ft-icon {
|
|
780
|
-
color: ${
|
|
780
|
+
color: ${d.tertiaryBrandIconColor};
|
|
781
781
|
}
|
|
782
782
|
|
|
783
783
|
/** Neutral Secondary styles **/
|
|
784
784
|
|
|
785
785
|
.ftds--family-neutral.ft-button--secondary {
|
|
786
|
-
${(0,f.setVariable)(R.color,
|
|
786
|
+
${(0,f.setVariable)(R.color,d.secondaryNeutralIconColor)};
|
|
787
787
|
|
|
788
|
-
${(0,f.setVariable)(y.backgroundColor,
|
|
789
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceHover,
|
|
790
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,
|
|
791
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,
|
|
792
|
-
${(0,f.setVariable)(y.opacityContentOnSurfacePressed,
|
|
788
|
+
${(0,f.setVariable)(y.backgroundColor,d.secondaryNeutralStateLayerColor)};
|
|
789
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceHover,d.secondaryNeutralHoverStateLayerOpacity)};
|
|
790
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,d.secondaryNeutralFocusStateLayerOpacity)};
|
|
791
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,d.secondaryNeutralActiveStateLayerOpacity)};
|
|
792
|
+
${(0,f.setVariable)(y.opacityContentOnSurfacePressed,d.secondaryNeutralActiveStateLayerOpacity)};
|
|
793
793
|
|
|
794
|
-
background-color: ${
|
|
795
|
-
color: ${
|
|
796
|
-
border-color: ${
|
|
794
|
+
background-color: ${d.secondaryNeutralBackgroundColor};
|
|
795
|
+
color: ${d.secondaryNeutralColor};
|
|
796
|
+
border-color: ${d.secondaryNeutralBorderColor};
|
|
797
797
|
border-style: solid;
|
|
798
798
|
}
|
|
799
799
|
|
|
800
800
|
.ftds--family-neutral.ft-button--secondary[disabled] {
|
|
801
|
-
opacity: ${
|
|
801
|
+
opacity: ${d.secondaryNeutralDisabledComponentOpacity};
|
|
802
802
|
}
|
|
803
803
|
|
|
804
804
|
.ftds--family-neutral.ft-button--secondary ft-icon {
|
|
805
|
-
color: ${
|
|
805
|
+
color: ${d.secondaryNeutralIconColor};
|
|
806
806
|
}
|
|
807
807
|
|
|
808
808
|
/** Neutral Tertiary styles **/
|
|
809
809
|
|
|
810
810
|
.ftds--family-neutral.ft-button--tertiary {
|
|
811
|
-
${(0,f.setVariable)(R.color,
|
|
811
|
+
${(0,f.setVariable)(R.color,d.tertiaryNeutralIconColor)};
|
|
812
812
|
|
|
813
|
-
${(0,f.setVariable)(y.backgroundColor,
|
|
814
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceHover,
|
|
815
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,
|
|
816
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,
|
|
817
|
-
${(0,f.setVariable)(y.opacityContentOnSurfacePressed,
|
|
813
|
+
${(0,f.setVariable)(y.backgroundColor,d.tertiaryNeutralStateLayerColor)};
|
|
814
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceHover,d.tertiaryNeutralHoverStateLayerOpacity)};
|
|
815
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,d.tertiaryNeutralFocusStateLayerOpacity)};
|
|
816
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,d.tertiaryNeutralActiveStateLayerOpacity)};
|
|
817
|
+
${(0,f.setVariable)(y.opacityContentOnSurfacePressed,d.tertiaryNeutralActiveStateLayerOpacity)};
|
|
818
818
|
|
|
819
|
-
background-color: ${
|
|
820
|
-
color: ${
|
|
819
|
+
background-color: ${d.tertiaryNeutralBackgroundColor};
|
|
820
|
+
color: ${d.tertiaryNeutralColor};
|
|
821
821
|
border-style: none;
|
|
822
822
|
}
|
|
823
823
|
|
|
824
824
|
.ftds--family-neutral.ft-button--tertiary[disabled] {
|
|
825
|
-
opacity: ${
|
|
825
|
+
opacity: ${d.tertiaryNeutralDisabledComponentOpacity};
|
|
826
826
|
}
|
|
827
827
|
|
|
828
828
|
.ftds--family-neutral.ft-button--tertiary ft-icon {
|
|
829
|
-
color: ${
|
|
829
|
+
color: ${d.tertiaryNeutralIconColor};
|
|
830
830
|
}
|
|
831
831
|
|
|
832
832
|
/** Info Secondary styles **/
|
|
833
833
|
|
|
834
834
|
.ftds--family-info.ft-button--secondary {
|
|
835
|
-
${(0,f.setVariable)(R.color,
|
|
835
|
+
${(0,f.setVariable)(R.color,d.secondaryInfoIconColor)};
|
|
836
836
|
|
|
837
|
-
${(0,f.setVariable)(y.backgroundColor,
|
|
838
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceHover,
|
|
839
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,
|
|
840
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,
|
|
841
|
-
${(0,f.setVariable)(y.opacityContentOnSurfacePressed,
|
|
837
|
+
${(0,f.setVariable)(y.backgroundColor,d.secondaryInfoStateLayerColor)};
|
|
838
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceHover,d.secondaryInfoHoverStateLayerOpacity)};
|
|
839
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,d.secondaryInfoFocusStateLayerOpacity)};
|
|
840
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,d.secondaryInfoActiveStateLayerOpacity)};
|
|
841
|
+
${(0,f.setVariable)(y.opacityContentOnSurfacePressed,d.secondaryInfoActiveStateLayerOpacity)};
|
|
842
842
|
|
|
843
|
-
background-color: ${
|
|
844
|
-
color: ${
|
|
845
|
-
border-color: ${
|
|
843
|
+
background-color: ${d.secondaryInfoBackgroundColor};
|
|
844
|
+
color: ${d.secondaryInfoColor};
|
|
845
|
+
border-color: ${d.secondaryInfoBorderColor};
|
|
846
846
|
border-style: solid;
|
|
847
847
|
}
|
|
848
848
|
|
|
849
849
|
.ftds--family-info.ft-button--secondary[disabled] {
|
|
850
|
-
opacity: ${
|
|
850
|
+
opacity: ${d.secondaryInfoDisabledComponentOpacity};
|
|
851
851
|
}
|
|
852
852
|
|
|
853
853
|
.ftds--family-info.ft-button--secondary ft-icon {
|
|
854
|
-
color: ${
|
|
854
|
+
color: ${d.secondaryInfoIconColor};
|
|
855
855
|
}
|
|
856
856
|
|
|
857
857
|
/** Info Tertiary styles **/
|
|
858
858
|
|
|
859
859
|
.ftds--family-info.ft-button--tertiary {
|
|
860
|
-
${(0,f.setVariable)(R.color,
|
|
860
|
+
${(0,f.setVariable)(R.color,d.tertiaryInfoIconColor)};
|
|
861
861
|
|
|
862
|
-
${(0,f.setVariable)(y.backgroundColor,
|
|
863
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceHover,
|
|
864
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,
|
|
865
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,
|
|
866
|
-
${(0,f.setVariable)(y.opacityContentOnSurfacePressed,
|
|
862
|
+
${(0,f.setVariable)(y.backgroundColor,d.tertiaryInfoStateLayerColor)};
|
|
863
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceHover,d.tertiaryInfoHoverStateLayerOpacity)};
|
|
864
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,d.tertiaryInfoFocusStateLayerOpacity)};
|
|
865
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,d.tertiaryInfoActiveStateLayerOpacity)};
|
|
866
|
+
${(0,f.setVariable)(y.opacityContentOnSurfacePressed,d.tertiaryInfoActiveStateLayerOpacity)};
|
|
867
867
|
|
|
868
|
-
background-color: ${
|
|
869
|
-
color: ${
|
|
868
|
+
background-color: ${d.tertiaryInfoBackgroundColor};
|
|
869
|
+
color: ${d.tertiaryInfoColor};
|
|
870
870
|
border-style: none;
|
|
871
871
|
}
|
|
872
872
|
|
|
873
873
|
.ftds--family-info.ft-button--tertiary[disabled] {
|
|
874
|
-
opacity: ${
|
|
874
|
+
opacity: ${d.tertiaryInfoDisabledComponentOpacity};
|
|
875
875
|
}
|
|
876
876
|
|
|
877
877
|
.ftds--family-info.ft-button--tertiary ft-icon {
|
|
878
|
-
color: ${
|
|
878
|
+
color: ${d.tertiaryInfoIconColor};
|
|
879
879
|
}
|
|
880
880
|
|
|
881
881
|
/** Success Secondary styles **/
|
|
882
882
|
|
|
883
883
|
.ftds--family-success.ft-button--secondary {
|
|
884
|
-
${(0,f.setVariable)(R.color,
|
|
884
|
+
${(0,f.setVariable)(R.color,d.secondarySuccessIconColor)};
|
|
885
885
|
|
|
886
|
-
${(0,f.setVariable)(y.backgroundColor,
|
|
887
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceHover,
|
|
888
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,
|
|
889
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,
|
|
890
|
-
${(0,f.setVariable)(y.opacityContentOnSurfacePressed,
|
|
886
|
+
${(0,f.setVariable)(y.backgroundColor,d.secondarySuccessStateLayerColor)};
|
|
887
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceHover,d.secondarySuccessHoverStateLayerOpacity)};
|
|
888
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,d.secondarySuccessFocusStateLayerOpacity)};
|
|
889
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,d.secondarySuccessActiveStateLayerOpacity)};
|
|
890
|
+
${(0,f.setVariable)(y.opacityContentOnSurfacePressed,d.secondarySuccessActiveStateLayerOpacity)};
|
|
891
891
|
|
|
892
|
-
background-color: ${
|
|
893
|
-
color: ${
|
|
894
|
-
border-color: ${
|
|
892
|
+
background-color: ${d.secondarySuccessBackgroundColor};
|
|
893
|
+
color: ${d.secondarySuccessColor};
|
|
894
|
+
border-color: ${d.secondarySuccessBorderColor};
|
|
895
895
|
border-style: solid;
|
|
896
896
|
}
|
|
897
897
|
|
|
898
898
|
.ftds--family-success.ft-button--secondary[disabled] {
|
|
899
|
-
opacity: ${
|
|
899
|
+
opacity: ${d.secondarySuccessDisabledComponentOpacity};
|
|
900
900
|
}
|
|
901
901
|
|
|
902
902
|
.ftds--family-success.ft-button--secondary ft-icon {
|
|
903
|
-
color: ${
|
|
903
|
+
color: ${d.secondarySuccessIconColor};
|
|
904
904
|
}
|
|
905
905
|
|
|
906
906
|
/** Success Tertiary styles **/
|
|
907
907
|
|
|
908
908
|
.ftds--family-success.ft-button--tertiary {
|
|
909
|
-
${(0,f.setVariable)(R.color,
|
|
909
|
+
${(0,f.setVariable)(R.color,d.tertiarySuccessIconColor)};
|
|
910
910
|
|
|
911
|
-
${(0,f.setVariable)(y.backgroundColor,
|
|
912
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceHover,
|
|
913
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,
|
|
914
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,
|
|
915
|
-
${(0,f.setVariable)(y.opacityContentOnSurfacePressed,
|
|
911
|
+
${(0,f.setVariable)(y.backgroundColor,d.tertiarySuccessStateLayerColor)};
|
|
912
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceHover,d.tertiarySuccessHoverStateLayerOpacity)};
|
|
913
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,d.tertiarySuccessFocusStateLayerOpacity)};
|
|
914
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,d.tertiarySuccessActiveStateLayerOpacity)};
|
|
915
|
+
${(0,f.setVariable)(y.opacityContentOnSurfacePressed,d.tertiarySuccessActiveStateLayerOpacity)};
|
|
916
916
|
|
|
917
|
-
background-color: ${
|
|
918
|
-
color: ${
|
|
917
|
+
background-color: ${d.tertiarySuccessBackgroundColor};
|
|
918
|
+
color: ${d.tertiarySuccessColor};
|
|
919
919
|
border-style: none;
|
|
920
920
|
}
|
|
921
921
|
|
|
922
922
|
.ftds--family-success.ft-button--tertiary[disabled] {
|
|
923
|
-
opacity: ${
|
|
923
|
+
opacity: ${d.tertiarySuccessDisabledComponentOpacity};
|
|
924
924
|
}
|
|
925
925
|
|
|
926
926
|
.ftds--family-success.ft-button--tertiary ft-icon {
|
|
927
|
-
color: ${
|
|
927
|
+
color: ${d.tertiarySuccessIconColor};
|
|
928
928
|
}
|
|
929
929
|
|
|
930
930
|
/** Warning Secondary styles **/
|
|
931
931
|
|
|
932
932
|
.ftds--family-warning.ft-button--secondary {
|
|
933
|
-
${(0,f.setVariable)(R.color,
|
|
933
|
+
${(0,f.setVariable)(R.color,d.secondaryWarningIconColor)};
|
|
934
934
|
|
|
935
|
-
${(0,f.setVariable)(y.backgroundColor,
|
|
936
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceHover,
|
|
937
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,
|
|
938
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,
|
|
939
|
-
${(0,f.setVariable)(y.opacityContentOnSurfacePressed,
|
|
935
|
+
${(0,f.setVariable)(y.backgroundColor,d.secondaryWarningStateLayerColor)};
|
|
936
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceHover,d.secondaryWarningHoverStateLayerOpacity)};
|
|
937
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,d.secondaryWarningFocusStateLayerOpacity)};
|
|
938
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,d.secondaryWarningActiveStateLayerOpacity)};
|
|
939
|
+
${(0,f.setVariable)(y.opacityContentOnSurfacePressed,d.secondaryWarningActiveStateLayerOpacity)};
|
|
940
940
|
|
|
941
|
-
background-color: ${
|
|
942
|
-
color: ${
|
|
943
|
-
border-color: ${
|
|
941
|
+
background-color: ${d.secondaryWarningBackgroundColor};
|
|
942
|
+
color: ${d.secondaryWarningColor};
|
|
943
|
+
border-color: ${d.secondaryWarningBorderColor};
|
|
944
944
|
border-style: solid;
|
|
945
945
|
}
|
|
946
946
|
|
|
947
947
|
.ftds--family-warning.ft-button--secondary[disabled] {
|
|
948
|
-
opacity: ${
|
|
948
|
+
opacity: ${d.secondaryWarningDisabledComponentOpacity};
|
|
949
949
|
}
|
|
950
950
|
|
|
951
951
|
.ftds--family-warning.ft-button--secondary ft-icon {
|
|
952
|
-
color: ${
|
|
952
|
+
color: ${d.secondaryWarningIconColor};
|
|
953
953
|
}
|
|
954
954
|
|
|
955
955
|
/** Warning Tertiary styles **/
|
|
956
956
|
|
|
957
957
|
.ftds--family-warning.ft-button--tertiary {
|
|
958
|
-
${(0,f.setVariable)(R.color,
|
|
958
|
+
${(0,f.setVariable)(R.color,d.tertiaryWarningIconColor)};
|
|
959
959
|
|
|
960
|
-
${(0,f.setVariable)(y.backgroundColor,
|
|
961
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceHover,
|
|
962
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,
|
|
963
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,
|
|
964
|
-
${(0,f.setVariable)(y.opacityContentOnSurfacePressed,
|
|
960
|
+
${(0,f.setVariable)(y.backgroundColor,d.tertiaryWarningStateLayerColor)};
|
|
961
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceHover,d.tertiaryWarningHoverStateLayerOpacity)};
|
|
962
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,d.tertiaryWarningFocusStateLayerOpacity)};
|
|
963
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,d.tertiaryWarningActiveStateLayerOpacity)};
|
|
964
|
+
${(0,f.setVariable)(y.opacityContentOnSurfacePressed,d.tertiaryWarningActiveStateLayerOpacity)};
|
|
965
965
|
|
|
966
|
-
background-color: ${
|
|
967
|
-
color: ${
|
|
966
|
+
background-color: ${d.tertiaryWarningBackgroundColor};
|
|
967
|
+
color: ${d.tertiaryWarningColor};
|
|
968
968
|
border-style: none;
|
|
969
969
|
}
|
|
970
970
|
|
|
971
971
|
.ftds--family-warning.ft-button--tertiary[disabled] {
|
|
972
|
-
opacity: ${
|
|
972
|
+
opacity: ${d.tertiaryWarningDisabledComponentOpacity};
|
|
973
973
|
}
|
|
974
974
|
|
|
975
975
|
.ftds--family-warning.ft-button--tertiary ft-icon {
|
|
976
|
-
color: ${
|
|
976
|
+
color: ${d.tertiaryWarningIconColor};
|
|
977
977
|
}
|
|
978
978
|
|
|
979
979
|
/** Error Secondary styles **/
|
|
980
980
|
|
|
981
981
|
.ftds--family-error.ft-button--secondary {
|
|
982
|
-
${(0,f.setVariable)(R.color,
|
|
982
|
+
${(0,f.setVariable)(R.color,d.secondaryErrorIconColor)};
|
|
983
983
|
|
|
984
|
-
${(0,f.setVariable)(y.backgroundColor,
|
|
985
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceHover,
|
|
986
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,
|
|
987
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,
|
|
988
|
-
${(0,f.setVariable)(y.opacityContentOnSurfacePressed,
|
|
984
|
+
${(0,f.setVariable)(y.backgroundColor,d.secondaryErrorStateLayerColor)};
|
|
985
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceHover,d.secondaryErrorHoverStateLayerOpacity)};
|
|
986
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,d.secondaryErrorFocusStateLayerOpacity)};
|
|
987
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,d.secondaryErrorActiveStateLayerOpacity)};
|
|
988
|
+
${(0,f.setVariable)(y.opacityContentOnSurfacePressed,d.secondaryErrorActiveStateLayerOpacity)};
|
|
989
989
|
|
|
990
|
-
background-color: ${
|
|
991
|
-
color: ${
|
|
992
|
-
border-color: ${
|
|
990
|
+
background-color: ${d.secondaryErrorBackgroundColor};
|
|
991
|
+
color: ${d.secondaryErrorColor};
|
|
992
|
+
border-color: ${d.secondaryErrorBorderColor};
|
|
993
993
|
border-style: solid;
|
|
994
994
|
}
|
|
995
995
|
|
|
996
996
|
.ftds--family-error.ft-button--secondary[disabled] {
|
|
997
|
-
opacity: ${
|
|
997
|
+
opacity: ${d.secondaryErrorDisabledComponentOpacity};
|
|
998
998
|
}
|
|
999
999
|
|
|
1000
1000
|
.ftds--family-error.ft-button--secondary ft-icon {
|
|
1001
|
-
color: ${
|
|
1001
|
+
color: ${d.secondaryErrorIconColor};
|
|
1002
1002
|
}
|
|
1003
1003
|
|
|
1004
1004
|
/** Error Tertiary styles **/
|
|
1005
1005
|
|
|
1006
1006
|
.ftds--family-error.ft-button--tertiary {
|
|
1007
|
-
${(0,f.setVariable)(R.color,
|
|
1007
|
+
${(0,f.setVariable)(R.color,d.tertiaryErrorIconColor)};
|
|
1008
1008
|
|
|
1009
|
-
${(0,f.setVariable)(y.backgroundColor,
|
|
1010
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceHover,
|
|
1011
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,
|
|
1012
|
-
${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,
|
|
1013
|
-
${(0,f.setVariable)(y.opacityContentOnSurfacePressed,
|
|
1009
|
+
${(0,f.setVariable)(y.backgroundColor,d.tertiaryErrorStateLayerColor)};
|
|
1010
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceHover,d.tertiaryErrorHoverStateLayerOpacity)};
|
|
1011
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceFocused,d.tertiaryErrorFocusStateLayerOpacity)};
|
|
1012
|
+
${(0,f.setVariable)(y.opacityContentOnSurfaceSelected,d.tertiaryErrorActiveStateLayerOpacity)};
|
|
1013
|
+
${(0,f.setVariable)(y.opacityContentOnSurfacePressed,d.tertiaryErrorActiveStateLayerOpacity)};
|
|
1014
1014
|
|
|
1015
|
-
background-color: ${
|
|
1016
|
-
color: ${
|
|
1015
|
+
background-color: ${d.tertiaryErrorBackgroundColor};
|
|
1016
|
+
color: ${d.tertiaryErrorColor};
|
|
1017
1017
|
border-style: none;
|
|
1018
1018
|
}
|
|
1019
1019
|
|
|
1020
1020
|
.ftds--family-error.ft-button--tertiary[disabled] {
|
|
1021
|
-
opacity: ${
|
|
1021
|
+
opacity: ${d.tertiaryErrorDisabledComponentOpacity};
|
|
1022
1022
|
}
|
|
1023
1023
|
|
|
1024
1024
|
.ftds--family-error.ft-button--tertiary ft-icon {
|
|
1025
|
-
color: ${
|
|
1025
|
+
color: ${d.tertiaryErrorIconColor};
|
|
1026
1026
|
}
|
|
1027
1027
|
|
|
1028
1028
|
/** Large styles **/
|
|
1029
1029
|
|
|
1030
1030
|
.ftds--size-large {
|
|
1031
|
-
${(0,f.setVariable)(j.size,
|
|
1032
|
-
${(0,f.setVariable)(R.size,
|
|
1031
|
+
${(0,f.setVariable)(j.size,d.largeIconSize)};
|
|
1032
|
+
${(0,f.setVariable)(R.size,d.largeIconSize)};
|
|
1033
1033
|
|
|
1034
|
-
height: ${
|
|
1035
|
-
padding: 0 ${
|
|
1036
|
-
gap: ${
|
|
1037
|
-
border-radius: ${
|
|
1038
|
-
border-width: ${
|
|
1034
|
+
height: ${d.largeHeight};
|
|
1035
|
+
padding: 0 ${d.largeHorizontalPadding};
|
|
1036
|
+
gap: ${d.largeGap};
|
|
1037
|
+
border-radius: ${d.largeBorderRadius};
|
|
1038
|
+
border-width: ${d.largeBorderWidth};
|
|
1039
1039
|
}
|
|
1040
1040
|
|
|
1041
1041
|
.ftds--size-large:focus-visible {
|
|
1042
|
-
outline-width: ${
|
|
1043
|
-
outline-offset: ${
|
|
1042
|
+
outline-width: ${d.largeFocusOutlineWidth};
|
|
1043
|
+
outline-offset: ${d.largeFocusOutlineOffset};
|
|
1044
1044
|
}
|
|
1045
1045
|
|
|
1046
1046
|
.ftds--size-large.ft-button--icon-only {
|
|
1047
|
-
width: ${
|
|
1047
|
+
width: ${d.largeIconOnlyWidth};
|
|
1048
1048
|
}
|
|
1049
1049
|
|
|
1050
1050
|
/** Small styles **/
|
|
1051
1051
|
|
|
1052
1052
|
.ftds--size-medium {
|
|
1053
|
-
${(0,f.setVariable)(j.size,
|
|
1054
|
-
${(0,f.setVariable)(R.size,
|
|
1053
|
+
${(0,f.setVariable)(j.size,d.mediumIconSize)};
|
|
1054
|
+
${(0,f.setVariable)(R.size,d.mediumIconSize)};
|
|
1055
1055
|
|
|
1056
|
-
height: ${
|
|
1057
|
-
padding: 0 ${
|
|
1058
|
-
gap: ${
|
|
1059
|
-
border-radius: ${
|
|
1060
|
-
border-width: ${
|
|
1056
|
+
height: ${d.mediumHeight};
|
|
1057
|
+
padding: 0 ${d.mediumHorizontalPadding};
|
|
1058
|
+
gap: ${d.mediumGap};
|
|
1059
|
+
border-radius: ${d.mediumBorderRadius};
|
|
1060
|
+
border-width: ${d.mediumBorderWidth};
|
|
1061
1061
|
}
|
|
1062
1062
|
|
|
1063
1063
|
.ftds--size-medium:focus-visible {
|
|
1064
|
-
outline-width: ${
|
|
1065
|
-
outline-offset: ${
|
|
1064
|
+
outline-width: ${d.mediumFocusOutlineWidth};
|
|
1065
|
+
outline-offset: ${d.mediumFocusOutlineOffset};
|
|
1066
1066
|
}
|
|
1067
1067
|
|
|
1068
1068
|
.ftds--size-medium.ft-button--icon-only {
|
|
1069
|
-
width: ${
|
|
1069
|
+
width: ${d.mediumIconOnlyWidth};
|
|
1070
1070
|
}
|
|
1071
1071
|
|
|
1072
1072
|
|
|
1073
1073
|
/** Small styles **/
|
|
1074
1074
|
|
|
1075
1075
|
.ftds--size-small {
|
|
1076
|
-
${(0,f.setVariable)(j.size,
|
|
1077
|
-
${(0,f.setVariable)(R.size,
|
|
1076
|
+
${(0,f.setVariable)(j.size,d.smallIconSize)};
|
|
1077
|
+
${(0,f.setVariable)(R.size,d.smallIconSize)};
|
|
1078
1078
|
|
|
1079
|
-
height: ${
|
|
1080
|
-
padding: 0 ${
|
|
1081
|
-
gap: ${
|
|
1082
|
-
border-radius: ${
|
|
1083
|
-
border-width: ${
|
|
1079
|
+
height: ${d.smallHeight};
|
|
1080
|
+
padding: 0 ${d.smallHorizontalPadding};
|
|
1081
|
+
gap: ${d.smallGap};
|
|
1082
|
+
border-radius: ${d.smallBorderRadius};
|
|
1083
|
+
border-width: ${d.smallBorderWidth};
|
|
1084
1084
|
}
|
|
1085
1085
|
|
|
1086
1086
|
.ftds--size-small:focus-visible {
|
|
1087
|
-
outline-width: ${
|
|
1088
|
-
outline-offset: ${
|
|
1087
|
+
outline-width: ${d.smallFocusOutlineWidth};
|
|
1088
|
+
outline-offset: ${d.smallFocusOutlineOffset};
|
|
1089
1089
|
}
|
|
1090
1090
|
|
|
1091
1091
|
.ftds--size-small.ft-button--icon-only {
|
|
1092
|
-
width: ${
|
|
1092
|
+
width: ${d.smallIconOnlyWidth};
|
|
1093
1093
|
}
|
|
1094
|
-
`,f.noTextSelect];var _e=function(e,o,n,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,
|
|
1094
|
+
`,f.noTextSelect];var _e=function(e,o,n,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(c<3?s(l):c>3?s(o,n,l):s(o,n))||l);return c>3&&l&&Object.defineProperty(o,n,l),l},lt=class extends(0,Ge.toFtdsBase)(B){constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.round=!1,this.family=Ne.brand,this.iconVariant=rt.fluid_topics}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--secondary":this.secondary,"ft-button--tertiary":this.tertiary||!this.primary&&!this.secondary,"ft-button--icon-only":!this.hasTextContent(),"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0,"ft-button--no-icon":!this.icon,"ft-button--round":this.round,...this.getDesignSystemBaseClasses()}}get typographyVariant(){switch(this.size){case zt.large:return wt.body2medium;case zt.medium:return wt.caption1medium;case zt.small:return wt.caption2medium}}};lt.styles=[Ge.safariEllipsisFix,za];_e([(0,xe.property)({type:Boolean})],lt.prototype,"primary",void 0);_e([(0,xe.property)({type:Boolean})],lt.prototype,"secondary",void 0);_e([(0,xe.property)({type:Boolean})],lt.prototype,"tertiary",void 0);_e([(0,xe.property)({type:Boolean})],lt.prototype,"round",void 0);(0,So.customElement)("ft-button")(ct);(0,So.customElement)("ftds-button")(lt);var Ga=b(P()),$=b(dt()),te=b(E()),Da=b(Ee());var Se=b(P()),Oe=b(dt()),_a=b(E());var Ta=b(P()),De=b(E()),Bn={iconColor:De.FtCssVariableFactory.extend("--ft-floating-menu-icon-color","",De.designSystemVariables.colorOnSurfaceMedium)},Ha=Ta.css`
|
|
1095
1095
|
.ft-floating-menu-item {
|
|
1096
1096
|
cursor: pointer;
|
|
1097
1097
|
display: flex;
|
|
@@ -1106,7 +1106,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
1106
1106
|
}
|
|
1107
1107
|
|
|
1108
1108
|
.ft-floating-menu-item ft-icon {
|
|
1109
|
-
color: ${
|
|
1109
|
+
color: ${Bn.iconColor};
|
|
1110
1110
|
margin-left: 0;
|
|
1111
1111
|
flex-shrink: 0;
|
|
1112
1112
|
flex-grow: 0;
|
|
@@ -1121,21 +1121,21 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
1121
1121
|
word-break: break-word;
|
|
1122
1122
|
hyphens: auto;
|
|
1123
1123
|
}
|
|
1124
|
-
`;var Me=function(e,o,n,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,
|
|
1124
|
+
`;var Me=function(e,o,n,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(c<3?s(l):c>3?s(o,n,l):s(o,n))||l);return c>3&&l&&Object.defineProperty(o,n,l),l},Ue=class extends CustomEvent{constructor(o){super("ft-floating-menu-item-select",{detail:o,bubbles:!0,composed:!0})}},at=class extends _a.FtLitElement{constructor(){super(...arguments),this.value="",this.notFocusable=!1}render(){return Se.html`
|
|
1125
1125
|
<div class="ft-floating-menu-item"
|
|
1126
1126
|
tabindex=${this.notFocusable?"-1":"0"}
|
|
1127
1127
|
@keydown=${o=>this.onKeyDown(o)}
|
|
1128
1128
|
@click=${this.onClick}>
|
|
1129
1129
|
<ft-ripple></ft-ripple>
|
|
1130
|
-
${this.icon?
|
|
1130
|
+
${this.icon?Se.html`
|
|
1131
1131
|
<ft-icon .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon>
|
|
1132
|
-
`:
|
|
1132
|
+
`:Se.nothing}
|
|
1133
1133
|
<ft-typography variant="body2">
|
|
1134
1134
|
<slot></slot>
|
|
1135
1135
|
</ft-typography>
|
|
1136
1136
|
</div>
|
|
1137
|
-
`}onClick(o){this.dispatchEvent(new Ue(this.value))}onKeyDown(o){(o.key=="Enter"||o.key==" ")&&(o.preventDefault(),this.dispatchEvent(new Ue(this.value)))}};at.elementDefinitions={"ft-icon":X,"ft-ripple":A,"ft-typography":Y};at.styles=
|
|
1138
|
-
<div part="container" class="${(0,
|
|
1137
|
+
`}onClick(o){this.dispatchEvent(new Ue(this.value))}onKeyDown(o){(o.key=="Enter"||o.key==" ")&&(o.preventDefault(),this.dispatchEvent(new Ue(this.value)))}};at.elementDefinitions={"ft-icon":X,"ft-ripple":A,"ft-typography":Y};at.styles=Ha;Me([(0,Oe.property)()],at.prototype,"iconVariant",void 0);Me([(0,Oe.property)()],at.prototype,"icon",void 0);Me([(0,Oe.property)()],at.prototype,"value",void 0);Me([(0,Oe.property)({type:Boolean})],at.prototype,"notFocusable",void 0);var T=function(e,o,n,i){var c=arguments.length,l=c<3?o:i===null?i=Object.getOwnPropertyDescriptor(o,n):i,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,i);else for(var p=e.length-1;p>=0;p--)(s=e[p])&&(l=(c<3?s(l):c>3?s(o,n,l):s(o,n))||l);return c>3&&l&&Object.defineProperty(o,n,l),l},Ze=class extends CustomEvent{constructor(o){super("change",{detail:{open:o}})}};var Fe=class extends CustomEvent{constructor(o){super("select",{detail:o})}},L=class extends te.FtLitElement{constructor(){super(...arguments),this.menuOpen=!1,this.forceMenuOpen=!1,this.primary=!1,this.secondary=!1,this.tertiary=!1,this.neutral=!1,this.small=!1,this.iconVariant=rt.fluid_topics,this.icon="SHORTCUT_MENU",this.horizontalAlignment="left",this.verticalAlignment="bottom",this.disabled=!1,this.closeMenuMatchers=[],this.hideOptionsOnClickOutside=o=>{this.menuOpen=this.menuOpen&&o.composedPath().includes(this.container)}}updated(o){super.updated(o),o.has("menuOpen")&&this.dispatchEvent(new Ze(this.menuOpen))}render(){let o={"ft-floating-menu":!0,"ft-floating-menu--open":this.forceMenuOpen||this.menuOpen,["ft-floating-menu--"+this.horizontalAlignment.toLowerCase()]:!0,["ft-floating-menu--"+this.verticalAlignment.toLowerCase()]:!0};return Ga.html`
|
|
1138
|
+
<div part="container" class="${(0,Da.classMap)(o)}">
|
|
1139
1139
|
<slot name="toggle"
|
|
1140
1140
|
part="toggle"
|
|
1141
1141
|
@click=${this.toggleMenu}
|
|
@@ -1161,7 +1161,7 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
1161
1161
|
<div id="ft-floating-menu-options"
|
|
1162
1162
|
class="ft-floating-menu--options"
|
|
1163
1163
|
part="options"
|
|
1164
|
-
@ft-floating-menu-item-select
|
|
1164
|
+
@ft-floating-menu-item-select=${this.onItemSelect}>
|
|
1165
1165
|
<slot id="ft-floating-menu-content"
|
|
1166
1166
|
@click=${this.onContentClick}
|
|
1167
1167
|
@close-ft-floating-menu=${this.onCloseEvent}
|
|
@@ -1169,12 +1169,12 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
1169
1169
|
</div>
|
|
1170
1170
|
</div>
|
|
1171
1171
|
</div>
|
|
1172
|
-
`}toggleMenu(){this.menuOpen=!this.menuOpen}openMenu(){this.menuOpen=!0}closeMenu(){this.menuOpen=!1}onCloseEvent(o){o.stopPropagation(),this.closeMenu()}onItemSelect(o){o.stopPropagation(),this.dispatchEvent(new
|
|
1172
|
+
`}toggleMenu(){this.menuOpen=!this.menuOpen}openMenu(){this.menuOpen=!0}closeMenu(){this.menuOpen=!1}onCloseEvent(o){o.stopPropagation(),this.closeMenu()}onItemSelect(o){o.stopPropagation(),this.dispatchEvent(new Fe(o.detail)),this.closeMenu()}onContentClick(o){(0,te.eventPathContainsMatchingElement)(o,this.closeMenuMatchers,this)&&this.closeMenu()}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("click",this.hideOptionsOnClickOutside)}contentAvailableCallback(o){super.contentAvailableCallback(o),o.has("menuOpen")&&(this.menuOpen?(this.menuWrapper.classList.remove("ft-floating-menu--wrapper-positioned"),this.positionMenuWrapper(),document.addEventListener("click",this.hideOptionsOnClickOutside)):document.removeEventListener("click",this.hideOptionsOnClickOutside))}async positionMenuWrapper(){this.menuWrapper.style.left="",this.menuWrapper.style.top="";let o=this.customToggle.length>0?this.customToggle[0]:this.actionButton,{x:n,y:i}=await ze(o,this.menuWrapper,this.convertPlacement());this.menuWrapper.style.left=`${n}px`,this.menuWrapper.style.top=`${i}px`,this.menuWrapper.classList.add("ft-floating-menu--wrapper-positioned")}convertPlacement(){switch(this.horizontalAlignment){case"left":return this.verticalAlignment+"-start";case"right":return this.verticalAlignment+"-end";case"center":return this.verticalAlignment+"-center"}}};L.elementDefinitions={"ft-floating-menu-item":at};T([(0,$.state)()],L.prototype,"menuOpen",void 0);T([(0,$.state)()],L.prototype,"forceMenuOpen",void 0);T([(0,$.query)(".ft-floating-menu")],L.prototype,"container",void 0);T([(0,$.query)(".ft-floating-menu--wrapper")],L.prototype,"menuWrapper",void 0);T([(0,$.query)("#actions-button")],L.prototype,"actionButton",void 0);T([(0,$.queryAssignedElements)({slot:"toggle"})],L.prototype,"customToggle",void 0);T([(0,$.property)({type:Boolean})],L.prototype,"primary",void 0);T([(0,$.property)({type:Boolean})],L.prototype,"secondary",void 0);T([(0,$.property)({type:Boolean})],L.prototype,"tertiary",void 0);T([(0,$.property)({type:Boolean})],L.prototype,"neutral",void 0);T([(0,$.property)({type:Boolean})],L.prototype,"small",void 0);T([(0,$.property)()],L.prototype,"label",void 0);T([(0,$.property)()],L.prototype,"tooltipPosition",void 0);T([(0,$.property)()],L.prototype,"iconVariant",void 0);T([(0,$.property)()],L.prototype,"icon",void 0);T([(0,$.property)()],L.prototype,"text",void 0);T([(0,$.property)()],L.prototype,"horizontalAlignment",void 0);T([(0,$.property)()],L.prototype,"verticalAlignment",void 0);T([(0,$.property)({type:Boolean})],L.prototype,"disabled",void 0);T([(0,te.jsonProperty)([])],L.prototype,"closeMenuMatchers",void 0);var ee=class extends L{};ee.elementDefinitions={"ft-or-ftds-button":ct};ee.styles=ve;var Ua=b(P()),Ma=Ua.css`
|
|
1173
1173
|
.ft-floating-menu--wrapper {
|
|
1174
1174
|
position: fixed;
|
|
1175
1175
|
z-index: 10;
|
|
1176
1176
|
}
|
|
1177
|
-
`;var oe=class extends L{};oe.elementDefinitions={"ft-or-ftds-button":lt};oe.styles=[ve,
|
|
1177
|
+
`;var oe=class extends L{};oe.elementDefinitions={"ft-or-ftds-button":lt};oe.styles=[ve,Ma];var Ka=b(P()),Va=b(E());var Za=b(P()),Ke=b(E()),$n={color:Ke.FtCssVariableFactory.extend("--ft-floating-menu-label-color","",Ke.designSystemVariables.colorOnSurfaceMedium)},Fa=Za.css`
|
|
1178
1178
|
.ft-floating-menu-label {
|
|
1179
1179
|
padding: 4px 8px;
|
|
1180
1180
|
}
|
|
@@ -1185,15 +1185,15 @@ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-conte
|
|
|
1185
1185
|
width: max-content;
|
|
1186
1186
|
text-overflow: ellipsis;
|
|
1187
1187
|
overflow: hidden;
|
|
1188
|
-
color: ${
|
|
1188
|
+
color: ${$n.color}
|
|
1189
1189
|
}
|
|
1190
|
-
`;var re=class extends
|
|
1190
|
+
`;var re=class extends Va.FtLitElement{render(){return Ka.html`
|
|
1191
1191
|
<div class="ft-floating-menu-label">
|
|
1192
1192
|
<ft-typography variant="caption">
|
|
1193
1193
|
<slot></slot>
|
|
1194
1194
|
</ft-typography>
|
|
1195
1195
|
</div>
|
|
1196
|
-
`}};re.elementDefinitions={"ft-typography":Y};re.styles=
|
|
1196
|
+
`}};re.elementDefinitions={"ft-typography":Y};re.styles=Fa;(0,Ce.customElement)("ft-floating-menu")(ee);(0,Ce.customElement)("ftds-floating-menu")(oe);(0,Ce.customElement)("ft-floating-menu-item")(at);(0,Ce.customElement)("ft-floating-menu-label")(re);})();
|
|
1197
1197
|
/*! Bundled license information:
|
|
1198
1198
|
|
|
1199
1199
|
lit-html/lit-html.js:
|