@fluid-topics/ft-reader-navigation-button 1.1.70 → 1.1.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
|
|
1
|
+
"use strict";(()=>{var kn=Object.create;var co=Object.defineProperty;var Hn=Object.getOwnPropertyDescriptor;var Un=Object.getOwnPropertyNames;var Dn=Object.getPrototypeOf,Gn=Object.prototype.hasOwnProperty;var Qt=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports);var Kn=(e,o,r,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let i of Un(o))!Gn.call(e,i)&&i!==r&&co(e,i,{get:()=>o[i],enumerable:!(a=Hn(o,i))||a.enumerable});return e};var m=(e,o,r)=>(r=e!=null?kn(Dn(e)):{},Kn(o||!e||!e.__esModule?co(r,"default",{value:e,enumerable:!0}):r,e));var E=Qt((ba,so)=>{so.exports=ftGlobals.wcUtils});var T=Qt((xa,po)=>{po.exports=ftGlobals.lit});var Q=Qt((Oa,fo)=>{fo.exports=ftGlobals.litDecorators});var Oe=Qt((ts,br)=>{br.exports=ftGlobals.litClassMap});var hn=Qt((np,mn)=>{mn.exports=ftGlobals.litUnsafeHTML});var Tn=m(E());var me=m(T()),nt=m(Q()),Ie=m(E());var uo=m(T()),mo=m(E());var he=m(E()),go=m(T()),Be={outlineColor:he.FtCssVariableFactory.extend("--ft-reader-internal-link-outline-color","",he.designSystemVariables.colorPrimary)},yo=go.css`
|
|
2
2
|
:host {
|
|
3
3
|
display: contents;
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
a:focus {
|
|
7
|
-
outline-color: ${
|
|
7
|
+
outline-color: ${Be.outlineColor};
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.ft-reader-link--remove-style {
|
|
11
11
|
text-decoration: none;
|
|
12
12
|
color: inherit;
|
|
13
13
|
}
|
|
14
|
-
|
|
14
|
+
`;var va={},ho=uo.css`
|
|
15
15
|
ft-reader-internal-link {
|
|
16
|
-
${
|
|
16
|
+
${(0,mo.setVariable)(Be.outlineColor,"transparent")}
|
|
17
17
|
}
|
|
18
|
-
|
|
18
|
+
`;var oo=m(E());var ge=m(Q()),wn=m(E());var mr=m(T()),O=m(E());var vo=m(T()),P=m(E()),bo=P.FtCssVariableFactory.extend("--ft-ripple-color","",P.designSystemVariables.colorContent),v={color:bo,backgroundColor:P.FtCssVariableFactory.extend("--ft-ripple-background-color","",bo),opacityContentOnSurfacePressed:P.FtCssVariableFactory.external(P.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:P.FtCssVariableFactory.external(P.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:P.FtCssVariableFactory.external(P.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:P.FtCssVariableFactory.external(P.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:P.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},xo=P.FtCssVariableFactory.extend("--ft-ripple-color","",P.designSystemVariables.colorPrimary),Oo={color:xo,backgroundColor:P.FtCssVariableFactory.extend("--ft-ripple-background-color","",xo)},So=P.FtCssVariableFactory.extend("--ft-ripple-color","",P.designSystemVariables.colorSecondary),Co={color:So,backgroundColor:P.FtCssVariableFactory.extend("--ft-ripple-background-color","",So)},No=vo.css`
|
|
19
19
|
:host {
|
|
20
20
|
display: contents;
|
|
21
21
|
}
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
|
|
29
29
|
.ft-ripple:not(.ft-ripple--unbounded) {
|
|
30
30
|
overflow: hidden;
|
|
31
|
-
border-radius: ${
|
|
31
|
+
border-radius: ${v.borderRadius};
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
.ft-ripple .ft-ripple--background,
|
|
@@ -62,27 +62,27 @@
|
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
.ft-ripple .ft-ripple--background {
|
|
65
|
-
background-color: ${
|
|
65
|
+
background-color: ${v.backgroundColor};
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
.ft-ripple .ft-ripple--effect {
|
|
69
|
-
background-color: ${
|
|
69
|
+
background-color: ${v.color};
|
|
70
70
|
}
|
|
71
71
|
|
|
72
72
|
.ft-ripple.ft-ripple--secondary .ft-ripple--background {
|
|
73
|
-
background-color: ${
|
|
73
|
+
background-color: ${Co.backgroundColor};
|
|
74
74
|
}
|
|
75
75
|
|
|
76
76
|
.ft-ripple.ft-ripple--secondary .ft-ripple--effect {
|
|
77
|
-
background-color: ${
|
|
77
|
+
background-color: ${Co.color};
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
.ft-ripple.ft-ripple--primary .ft-ripple--background {
|
|
81
|
-
background-color: ${
|
|
81
|
+
background-color: ${Oo.backgroundColor};
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
.ft-ripple.ft-ripple--primary .ft-ripple--effect {
|
|
85
|
-
background-color: ${
|
|
85
|
+
background-color: ${Oo.color};
|
|
86
86
|
}
|
|
87
87
|
|
|
88
88
|
.ft-ripple .ft-ripple--background {
|
|
@@ -112,126 +112,127 @@
|
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
.ft-ripple.ft-ripple--hovered .ft-ripple--background {
|
|
115
|
-
opacity: ${
|
|
115
|
+
opacity: ${v.opacityContentOnSurfaceHover};
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
.ft-ripple.ft-ripple--selected .ft-ripple--background {
|
|
119
|
-
opacity: ${
|
|
119
|
+
opacity: ${v.opacityContentOnSurfaceSelected};
|
|
120
120
|
}
|
|
121
121
|
|
|
122
122
|
.ft-ripple.ft-ripple--focused .ft-ripple--background {
|
|
123
|
-
opacity: ${
|
|
123
|
+
opacity: ${v.opacityContentOnSurfaceFocused};
|
|
124
124
|
}
|
|
125
125
|
|
|
126
126
|
.ft-ripple.ft-ripple--pressed .ft-ripple--effect {
|
|
127
|
-
opacity: ${
|
|
127
|
+
opacity: ${v.opacityContentOnSurfacePressed};
|
|
128
128
|
transform: translate(-50%, -50%) scale(1);
|
|
129
129
|
}
|
|
130
|
-
`,m=t=>"string"==typeof t?e.unsafeCSS(t):t;class x{static create(t,o,r,i){const a=t=>m(null!=t?t:i),n=e.css`var(${m(t)}, ${a(i)})`;return n.name=t,n.description=o,n.category=r,n.defaultValue=i,n.defaultCssValue=a,n.get=o=>e.css`var(${m(t)}, ${a(o)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>i,n}static extend(t,o,r,i){const a=t=>r.get(null!=t?t:i),n=e.css`var(${m(t)}, ${a(i)})`;return n.name=t,n.description=o,n.category=r.category,n.fallbackVariable=r,n.defaultValue=i,n.defaultCssValue=a,n.get=o=>e.css`var(${m(t)}, ${a(o)})`,n.breadcrumb=()=>[r.name,...r.breadcrumb()],n.lastResortDefaultValue=()=>null!=i?i:r.lastResortDefaultValue(),n}static external(t,o){const r=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):m(null!=o?o:t.lastResortDefaultValue()),i=e.css`var(${m(t.name)}, ${r(t.defaultValue)})`;return i.name=t.name,i.category=t.category,i.fallbackVariable=t.fallbackVariable,i.defaultValue=t.defaultValue,i.context=o,i.defaultCssValue=r,i.get=o=>e.css`var(${m(t.name)}, ${r(o)})`,i.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>t.lastResortDefaultValue(),i}}const O={colorWhite:x.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:x.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:x.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:x.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:x.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:x.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:x.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:x.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:x.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:x.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:x.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:x.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:x.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:x.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:x.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:x.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:x.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:x.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:x.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:x.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:x.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:x.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:x.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:x.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:x.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:x.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:x.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:x.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:x.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:x.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:x.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:x.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:x.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:x.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:x.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:x.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:x.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:x.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:x.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:x.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:x.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:x.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:x.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:x.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:x.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:x.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:x.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:x.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:x.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:x.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:x.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:x.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:x.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:x.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:x.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:x.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:x.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:x.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:x.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:x.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:x.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:x.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:x.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:x.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:x.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:x.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:x.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:x.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:x.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:x.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:x.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:x.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:x.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:x.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:x.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:x.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:x.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:x.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:x.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:x.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:x.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:x.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:x.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:x.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:x.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:x.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:x.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:x.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:x.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:x.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:x.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:x.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:x.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:x.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:x.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:x.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:x.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:x.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:x.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:x.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:x.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:x.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:x.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:x.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:x.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:x.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:x.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:x.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:x.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:x.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:x.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:x.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:x.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:x.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:x.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:x.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:x.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:x.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:x.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:x.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:x.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:x.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:x.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:x.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:x.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:x.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:x.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:x.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:x.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:x.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:x.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:x.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:x.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:x.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:x.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:x.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:x.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:x.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:x.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:x.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:x.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:x.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:x.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:x.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:x.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:x.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:x.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:x.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:x.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:x.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:x.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:x.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:x.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:x.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:x.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:x.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:x.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:x.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:x.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:x.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:x.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:x.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:x.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:x.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:x.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:x.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:x.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:x.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:x.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:x.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:x.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:x.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:x.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:x.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:x.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:x.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:x.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:x.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:x.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:x.create("--ft-icon-size-6","","SIZE","48px"),opacity0:x.create("--ft-opacity-0","","NUMBER","0"),opacity8:x.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:x.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:x.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:x.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:x.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:x.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:x.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:x.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:x.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:x.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:x.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:x.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:x.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:x.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)")},v={display:{fontFamily:x.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:x.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:x.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:x.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:x.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:x.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:x.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:x.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:x.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:x.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:x.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:x.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:x.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:x.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:x.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:x.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:x.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:x.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:x.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:x.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:x.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:x.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:x.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:x.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:x.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:x.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:x.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:x.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:x.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:x.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:x.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:x.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:x.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:x.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:x.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:x.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:x.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:x.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:x.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:x.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:x.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:x.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:x.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:x.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:x.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:x.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:x.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:x.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:x.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:x.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:x.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:x.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:x.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:x.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:x.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:x.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:x.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:x.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:x.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:x.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:x.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:x.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:x.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:x.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:x.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:x.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:x.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:x.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:x.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:x.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:x.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:x.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:x.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:x.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:x.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:x.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:x.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:x.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:x.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:x.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:x.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-medium-underline":{fontFamily:x.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:x.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:x.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:x.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:x.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:x.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:x.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:x.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:x.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},"body-2-semibold":{fontFamily:x.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:x.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:x.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:x.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:x.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:x.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:x.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:x.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:x.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:x.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:x.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:x.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:x.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:x.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:x.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:x.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:x.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:x.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:x.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:x.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:x.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:x.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:x.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:x.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:x.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:x.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:x.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:x.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:x.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:x.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:x.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:x.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:x.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:x.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:x.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:x.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:x.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:x.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:x.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:x.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:x.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:x.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:x.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:x.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:x.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:x.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:x.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:x.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:x.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:x.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:x.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:x.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:x.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:x.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:x.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:x.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:x.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:x.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:x.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:x.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:x.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:x.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:x.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:x.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:x.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:x.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:x.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:x.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:x.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:x.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:x.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:x.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:x.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:x.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:x.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:x.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:x.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:x.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:x.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:x.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:x.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:x.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:x.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:x.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:x.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:x.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:x.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:x.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:x.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:x.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:x.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:x.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:x.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:x.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:x.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:x.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:x.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:x.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:x.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:x.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:x.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:x.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:x.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:x.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:x.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:x.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:x.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:x.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:x.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:x.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:x.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:x.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:x.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:x.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:x.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:x.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:x.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},"caption-3-medium":{fontFamily:x.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:x.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:x.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:x.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:x.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:x.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:x.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:x.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:x.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},"caption-3-semibold":{fontFamily:x.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:x.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:x.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:x.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:x.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:x.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:x.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:x.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:x.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},"caption-3-bold":{fontFamily:x.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:x.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:x.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:x.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:x.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:x.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:x.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:x.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:x.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")}},N={backgroundActionPrimary:x.extend("--ft-background-action-primary","Used as backgorund of primary action components.",O.colorBrand0),backgroundErrorSubtle:x.extend("--ft-background-error-subtle","Used as background of subtle error components.",O.colorRed10),backgroundInfoSubtle:x.extend("--ft-background-info-subtle","Used as background of subtle information components.",O.colorCyan10),backgroundWarningSubtle:x.extend("--ft-background-warning-subtle","Used as background of subtle information components.",O.colorOrange10),backgroundSuccessSubtle:x.extend("--ft-background-success-subtle","Used as background of subtle success components.",O.colorGreen10),backgroundGlobalSurface:x.extend("--ft-background-global-surface","Used as app background.",O.colorWhite),backgroundGlobalOnSurface:x.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",O.colorGray10),backgroundGlobalOnSurfaceDark:x.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",O.colorGray30),contentActionPrimary:x.extend("--ft-content-action-primary","Used on label of primary action on light surface.",O.colorBrand0),contentWarningPrimary:x.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",O.colorOrange200),contentWarningIconOnly:x.extend("--ft-content-warning-icon-only","Used on warning status icons alone",O.colorOrange0),contentErrorPrimary:x.extend("--ft-content-error-primary","Used on label of error messages on light surface.",O.colorRed0),contentErrorIconOnly:x.extend("--ft-content-error-icon-only","Used on error status icons alone",O.colorRed70),contentInfoPrimary:x.extend("--ft-content-info-primary","Used on label of information messages on light surface.",O.colorCyan200),contentInfoIconOnly:x.extend("--ft-content-info-icon-only","Used on info status icons alone",O.colorCyan0),contentSuccessPrimary:x.extend("--ft-content-success-primary","Used on label of success messages on light surface.",O.colorGreen200),contentSuccessIconOnly:x.extend("--ft-content-success-icon-only","Used on success status icons alone",O.colorGreen0),contentGlobalPrimary:x.extend("--ft-content-global-primary","Used for main content on the page.",O.colorGray500),contentGlobalSecondary:x.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",O.colorGray200),contentGlobalSubtle:x.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",O.colorGray0),contentGlobalOnColor:x.extend("--ft-content-global-on-color","Used for content on a dominant color.",O.colorWhite),borderActionPrimary:x.extend("--ft-border-action-primary","Used as border for primary action components.",O.colorBrand0),borderActionFocusRing:x.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",O.colorCyan0),borderWarningPrimary:x.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",O.colorOrange200),borderWarningSubtle:x.extend("--ft-border-warning-subtle","Used as border for warning components.",O.colorOrange30),borderSuccessPrimary:x.extend("--ft-border-success-primary","Used as border for success buttons.",O.colorGreen200),borderSuccessSubtle:x.extend("--ft-border-success-subtle","Used as border for success components.",O.colorGreen30),borderErrorPrimary:x.extend("--ft-border-error-primary","Used as border for text fields in error states.",O.colorRed0),borderErrorSubtle:x.extend("--ft-border-error-subtle","Used as border for error components.",O.colorRed30),borderInfoPrimary:x.extend("--ft-border-info-primary","Used as border for buttons in info color.",O.colorCyan200),borderInfoSubtle:x.extend("--ft-border-info-subtle","Used as border for information components.",O.colorCyan30),borderGlobalPrimary:x.extend("--ft-border-global-primary","Used as border for element like input.",O.colorGray50),borderGlobalSubtle:x.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",O.colorGray30),borderInputPrimary:x.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",O.colorGray80)},S={largeHeight:x.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:x.extend("--ft-button-large-horizontal-padding","",O.spacing4),largeGap:x.extend("--ft-button-large-gap","",O.spacing2),largeBorderRadius:x.extend("--ft-button-large-border-radius","",O.borderRadiusS),largeIconSize:x.extend("--ft-button-large-icon-size","",O.iconSize3),largeBorderWidth:x.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:x.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:x.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:x.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:x.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:x.extend("--ft-button-small-horizontal-padding","",O.spacing3),smallGap:x.extend("--ft-button-small-gap","",O.spacing2),smallBorderRadius:x.extend("--ft-button-small-border-radius","",O.borderRadiusS),smallIconSize:x.extend("--ft-button-small-icon-size","",O.iconSize2),smallBorderWidth:x.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:x.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:x.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:x.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:x.extend("--ft-button-primary-background-color","",N.backgroundActionPrimary),primaryColor:x.extend("--ft-button-primary-color","",N.contentGlobalOnColor),primaryIconColor:x.extend("--ft-button-primary-icon-color","",N.contentGlobalOnColor),primaryStateLayerColor:x.extend("--ft-button-primary-state-layer-color","",N.contentGlobalOnColor),primaryHoverStateLayerOpacity:x.extend("--ft-button-primary-hover-state-layer-opacity","",O.opacity16),primaryFocusStateLayerOpacity:x.extend("--ft-button-primary-focus-state-layer-opacity","",O.opacity16),primaryActiveStateLayerOpacity:x.extend("--ft-button-primary-active-state-layer-opacity","",O.opacity24),primaryDisabledComponentOpacity:x.extend("--ft-button-primary-disabled-component-opacity","",O.opacity40),focusFocusRingColor:x.extend("--ft-button-focus-focus-ring-color","",N.borderActionFocusRing),tertiaryBackgroundColor:x.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:x.extend("--ft-button-tertiary-color","",N.contentActionPrimary),tertiaryIconColor:x.extend("--ft-button-tertiary-icon-color","",N.contentActionPrimary),tertiaryStateLayerColor:x.extend("--ft-button-tertiary-state-layer-color","",N.contentActionPrimary),tertiaryHoverStateLayerOpacity:x.extend("--ft-button-tertiary-hover-state-layer-opacity","",O.opacity8),tertiaryFocusStateLayerOpacity:x.extend("--ft-button-tertiary-focus-state-layer-opacity","",O.opacity8),tertiaryActiveStateLayerOpacity:x.extend("--ft-button-tertiary-active-state-layer-opacity","",O.opacity16),tertiaryDisabledComponentOpacity:x.extend("--ft-button-tertiary-disabled-component-opacity","",O.opacity40),secondaryBackgroundColor:x.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:x.extend("--ft-button-secondary-color","",N.contentActionPrimary),secondaryIconColor:x.extend("--ft-button-secondary-icon-color","",N.contentActionPrimary),secondaryStateLayerColor:x.extend("--ft-button-secondary-state-layer-color","",N.contentActionPrimary),secondaryHoverStateLayerOpacity:x.extend("--ft-button-secondary-hover-state-layer-opacity","",O.opacity8),secondaryFocusStateLayerOpacity:x.extend("--ft-button-secondary-focus-state-layer-opacity","",O.opacity8),secondaryActiveStateLayerOpacity:x.extend("--ft-button-secondary-active-state-layer-opacity","",O.opacity16),secondaryDisabledComponentOpacity:x.extend("--ft-button-secondary-disabled-component-opacity","",O.opacity40),secondaryBorderColor:x.extend("--ft-button-secondary-border-color","",N.borderActionPrimary),neutralBackgroundColor:x.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:x.extend("--ft-button-neutral-icon-color","",N.contentGlobalSecondary),neutralColor:x.extend("--ft-button-neutral-color","",N.contentGlobalSecondary),neutralStateLayerColor:x.extend("--ft-button-neutral-state-layer-color","",N.contentGlobalSecondary),neutralHoverStateLayerOpacity:x.extend("--ft-button-neutral-hover-state-layer-opacity","",O.opacity8),neutralFocusStateLayerOpacity:x.extend("--ft-button-neutral-focus-state-layer-opacity","",O.opacity8),neutralActiveStateLayerOpacity:x.extend("--ft-button-neutral-active-state-layer-opacity","",O.opacity16),neutralDisabledComponentOpacity:x.extend("--ft-button-neutral-disabled-component-opacity","",O.opacity40)};x.extend("--ft-banner-icon-size","",O.iconSize5),x.create("--ft-banner-border-width","","SIZE","1px"),x.extend("--ft-banner-horizontal-padding","",O.spacing6),x.extend("--ft-banner-vertical-padding","",O.spacing6),x.extend("--ft-banner-horizontal-side-gap","",O.spacing6),x.extend("--ft-banner-horizontal-mobile-gap","",O.spacing4),x.extend("--ft-banner-vertical-mobile-gap","",O.spacing6),x.extend("--ft-banner-horizontal-middle-gap","",O.spacing20),x.extend("--ft-banner-info-background-color","",N.backgroundInfoSubtle),x.extend("--ft-banner-info-color","",N.contentInfoPrimary),x.extend("--ft-banner-info-icon-color","",N.contentInfoIconOnly),x.extend("--ft-breadcrumb-horizontal-gap","",O.spacing1),x.extend("--ft-breadcrumb-vertical-gap","",O.spacing2),x.extend("--ft-breadcrumb-current-element-color","",N.contentGlobalPrimary),x.extend("--ft-breadcrumb-icon-color","",N.contentGlobalSubtle),x.extend("--ft-page-header-horizontal-padding","",O.spacing12),x.extend("--ft-page-header-horizontal-gap","",O.spacing4),x.extend("--ft-page-header-vertical-gap","",O.spacing2),x.extend("--ft-page-header-classic-vertical-padding","",O.spacing6),x.extend("--ft-page-header-multiline-vertical-padding","",O.spacing4),x.extend("--ft-page-header-inline-vertical-padding","",O.spacing2),x.extend("--ft-page-header-background-color","",O.colorWhite),x.extend("--ft-page-header-bottom-border-color","",N.borderGlobalSubtle),x.extend("--ft-page-header-title-color","",N.contentGlobalPrimary),x.extend("--ft-page-header-subtitle-color","",N.contentGlobalSecondary),x.create("--ft-modal-small-container-width","","SIZE","600px"),x.create("--ft-modal-large-container-width","","SIZE","900px"),x.extend("--ft-modal-overlay-background-color","",O.colorGray700),x.extend("--ft-modal-overlay-opacity","",O.opacity40),x.extend("--ft-modal-shadow","",O.shadowElevation03),x.extend("--ft-modal-body-background-color","",O.colorWhite),x.extend("--ft-modal-body-color","",N.contentGlobalPrimary),x.extend("--ft-modal-body-horizontal-padding","",O.spacing6),x.extend("--ft-modal-body-vertical-padding","",O.spacing6),x.extend("--ft-modal-body-vertical-gap","",O.spacing6),x.extend("--ft-modal-container-margin","",O.spacing3),x.extend("--ft-modal-header-background-color","",N.backgroundGlobalOnSurface),x.extend("--ft-modal-header-border-color","",N.borderGlobalSubtle),x.extend("--ft-modal-header-color","",N.contentGlobalPrimary),x.extend("--ft-modal-header-trailing-icon-color","",N.contentGlobalSecondary),x.extend("--ft-modal-header-vertical-padding","",O.spacing1),x.extend("--ft-modal-header-right-padding","",O.spacing1),x.extend("--ft-modal-header-left-padding","",O.spacing6),x.extend("--ft-modal-header-gap","",O.spacing2),x.create("--ft-modal-header-border-bottom","","SIZE","1px"),x.extend("--ft-modal-border-radius","",O.borderRadiusM),x.extend("--ft-drawer-overlay-opacity","",O.opacity40),x.extend("--ft-drawer-shadow","",O.shadowElevation03),x.extend("--ft-drawer-body-color","",N.contentGlobalPrimary),x.extend("--ft-drawer-body-horizontal-padding","",O.spacing6),x.extend("--ft-drawer-body-vertical-padding","",O.spacing6),x.extend("--ft-drawer-body-gap","",O.spacing6),x.extend("--ft-drawer-body-background-color","",O.colorWhite),x.extend("--ft-drawer-header-background-color","",N.backgroundGlobalOnSurface),x.extend("--ft-drawer-header-border-color","",N.borderGlobalSubtle),x.extend("--ft-drawer-header-color","",N.contentGlobalPrimary),x.extend("--ft-drawer-header-trailing-icon-color","",N.contentGlobalSecondary),x.create("--ft-drawer-header-height","","SIZE","50px"),x.extend("--ft-drawer-header-horizontal-padding","",O.spacing2),x.create("--ft-drawer-header-border-width","","SIZE","1px"),x.extend("--ft-drawer-header-gap","",O.spacing3),x.extend("--ft-drawer-buttons-bar-background-color","",N.backgroundGlobalOnSurface),x.extend("--ft-drawer-buttons-bar-border-color","",N.borderGlobalSubtle),x.extend("--ft-drawer-buttons-bar-color","",N.contentGlobalPrimary),x.extend("--ft-drawer-buttons-bar-horizontal-padding","",O.spacing4),x.extend("--ft-drawer-buttons-bar-vertical-padding","",O.spacing4),x.extend("--ft-drawer-buttons-bar-gap","",O.spacing3),x.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),x.create("--ft-drawer-container-width","","SIZE","66%"),x.create("--ft-drawer-container-min-width","","SIZE","500px"),x.create("--ft-drawer-container-max-width","","SIZE","1000px"),x.create("--ft-drawer-container-height","","SIZE","100%"),x.extend("--ft-drawer-overlay-background-color","",O.colorGray700),x.extend("--ft-text-input-field-horizontal-padding","",O.spacing4),x.extend("--ft-text-input-field-horizontal-gap","",O.spacing3),x.extend("--ft-text-input-field-vertical-gap","",O.spacing05),x.extend("--ft-text-input-field-icon-size","",O.iconSize3),x.create("--ft-text-input-field-height","","SIZE","50px"),x.extend("--ft-text-input-helper-horizontal-padding","",O.spacing4),x.extend("--ft-text-input-helper-horizontal-gap","",O.spacing1),x.extend("--ft-text-input-helper-icon-size","",O.iconSize2),x.extend("--ft-text-input-border-radius","",O.borderRadiusM),x.extend("--ft-text-input-background-color","",O.colorWhite),x.extend("--ft-text-input-content-value-color","",N.contentGlobalPrimary),x.extend("--ft-text-input-trailing-icon-color","",N.contentGlobalSubtle),x.extend("--ft-text-input-label-color","",N.contentGlobalSubtle),x.extend("--ft-text-input-default-border-color","",N.borderInputPrimary),x.extend("--ft-text-input-default-helper-text-color","",N.contentGlobalSubtle),x.create("--ft-text-input-default-border-width","","SIZE","1px"),x.create("--ft-text-input-error-border-width","","SIZE","2px"),x.extend("--ft-text-input-error-border-color","",N.borderErrorPrimary),x.extend("--ft-text-input-error-helper-text-color","",N.contentErrorPrimary),x.extend("--ft-text-input-error-helper-icon-color","",N.contentErrorIconOnly),x.create("--ft-text-input-warning-border-width","","SIZE","2px"),x.create("--ft-text-input-focus-outline-width","","SIZE","2px"),x.extend("--ft-text-input-focus-focus-ring-color","",N.borderActionFocusRing),x.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),x.extend("--ft-text-input-disabled-component-opacity","",O.opacity40),x.extend("--ft-text-area-background-color","",O.colorWhite),x.extend("--ft-text-area-content-value-color","",N.contentGlobalPrimary),x.extend("--ft-text-area-label-color","",N.contentGlobalSubtle),x.extend("--ft-text-area-default-border-color","",N.borderInputPrimary),x.extend("--ft-text-area-default-helper-text-color","",N.contentGlobalSubtle),x.create("--ft-text-area-default-border-width","","SIZE","1px"),x.create("--ft-text-area-error-border-width","","SIZE","2px"),x.extend("--ft-text-area-error-border-color","",N.borderErrorPrimary),x.extend("--ft-text-area-error-helper-text-color","",N.contentErrorPrimary),x.extend("--ft-text-area-error-helper-icon-color","",N.contentErrorIconOnly),x.extend("--ft-text-area-focus-focus-ring-color","",N.borderActionFocusRing),x.create("--ft-text-area-focus-outline-width","","SIZE","2px"),x.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),x.extend("--ft-text-area-disabled-component-opacity","",O.opacity40),x.extend("--ft-text-area-field-horizontal-left-padding","",O.spacing4),x.extend("--ft-text-area-field-horizontal-gap","",O.spacing3),x.extend("--ft-text-area-field-vertical-gap","",O.spacing05),x.create("--ft-text-area-field-min-height","","SIZE","64px"),x.extend("--ft-text-area-helper-horizontal-padding","",O.spacing4),x.extend("--ft-text-area-helper-horizontal-gap","",O.spacing1),x.extend("--ft-text-area-helper-icon-size","",O.iconSize2),x.extend("--ft-text-area-border-radius","",O.borderRadiusM),x.create("--ft-floating-menu-height","","SIZE","50px"),x.extend("--ft-floating-menu-horizontal-padding","",O.spacing4),x.extend("--ft-floating-menu-off-icon-color","",N.contentGlobalPrimary),x.extend("--ft-floating-menu-off-color","",N.contentGlobalPrimary),x.extend("--ft-floating-menu-on-color","",N.contentActionPrimary),x.extend("--ft-floating-menu-on-state-layer-color","",N.contentActionPrimary),x.extend("--ft-floating-menu-gap","",O.spacing3),x.extend("--ft-floating-menu-focus-focus-ring-color","",N.borderActionFocusRing),x.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),x.extend("--ft-floating-menu-focus-state-layer-opacity","",O.opacity8),x.extend("--ft-floating-menu-hover-state-layer-opacity","",O.opacity8),x.extend("--ft-floating-menu-active-state-layer-opacity","",O.opacity16),x.extend("--ft-floating-menu-disabled-component-opacity","",O.opacity40),x.extend("--ft-floating-menu-icon-size","",O.iconSize3),x.extend("--ft-floating-menu-background-color","",N.backgroundGlobalOnSurface),x.extend("--ft-combobox-single-select-field-horizontal-padding","",O.spacing4),x.extend("--ft-combobox-single-select-field-horizontal-gap","",O.spacing3),x.extend("--ft-combobox-single-select-field-vertical-gap","",O.spacing05),x.extend("--ft-combobox-single-select-field-icon-size","",O.iconSize3),x.create("--ft-combobox-single-select-field-height","","SIZE","50px"),x.extend("--ft-combobox-single-select-helper-horizontal-padding","",O.spacing4),x.extend("--ft-combobox-single-select-helper-horizontal-gap","",O.spacing1),x.extend("--ft-combobox-single-select-helper-vertical-gap","",O.spacing1),x.extend("--ft-combobox-single-select-helper-icon-size","",O.iconSize2),x.extend("--ft-combobox-single-select-menu-vertical-gap","",O.spacing2),x.extend("--ft-combobox-single-select-border-radius","",O.borderRadiusM),x.extend("--ft-combobox-single-select-background-color","",O.colorWhite),x.extend("--ft-combobox-single-select-label-color","",N.contentGlobalSubtle),x.extend("--ft-combobox-single-select-content-value-color","",N.contentGlobalPrimary),x.extend("--ft-combobox-single-select-trailing-icon-color","",N.contentGlobalSubtle),x.extend("--ft-combobox-single-select-default-border-color","",N.borderInputPrimary),x.extend("--ft-combobox-single-select-default-helper-text-color","",N.contentGlobalSubtle),x.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),x.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),x.extend("--ft-combobox-single-select-error-border-color","",N.borderErrorPrimary),x.extend("--ft-combobox-single-select-error-helper-text-color","",N.contentErrorPrimary),x.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),x.extend("--ft-combobox-single-select-warning-border-color","",N.borderWarningPrimary),x.extend("--ft-combobox-single-select-warning-helper-text-color","",N.contentWarningPrimary),x.extend("--ft-combobox-single-select-warning-helper-icon-color","",N.contentWarningIconOnly),x.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),x.extend("--ft-combobox-single-select-focus-focus-ring-color","",N.borderActionFocusRing),x.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),x.extend("--ft-combobox-single-select-disabled-component-opacity","",O.opacity40),x.extend("--ft-combobox-multi-select-background-color","",O.colorWhite),x.extend("--ft-combobox-multi-select-label-color","",N.contentGlobalSubtle),x.extend("--ft-combobox-multi-select-trailing-icon-color","",N.contentGlobalSubtle),x.extend("--ft-combobox-multi-select-default-border-color","",N.borderInputPrimary),x.extend("--ft-combobox-multi-select-default-helper-text-color","",N.contentGlobalSubtle),x.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),x.extend("--ft-combobox-multi-select-error-border-color","",N.borderErrorPrimary),x.extend("--ft-combobox-multi-select-error-helper-text-color","",N.contentErrorPrimary),x.extend("--ft-combobox-multi-select-error-helper-icon","",N.contentErrorIconOnly),x.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),x.extend("--ft-combobox-multi-select-warning-border-color","",N.borderWarningPrimary),x.extend("--ft-combobox-multi-select-warning-helper-text-color","",N.contentWarningPrimary),x.extend("--ft-combobox-multi-select-warning-helper-icon-color","",N.contentWarningIconOnly),x.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),x.extend("--ft-combobox-multi-select-focus-focus-ring-color","",N.borderActionFocusRing),x.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),x.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),x.extend("--ft-combobox-multi-select-disabled-component-opacity","",O.opacity40),x.extend("--ft-combobox-multi-select-helper-horizontal-padding","",O.spacing4),x.extend("--ft-combobox-multi-select-helper-horizontal-gap","",O.spacing1),x.extend("--ft-combobox-multi-select-helper-vertical-gap","",O.spacing1),x.extend("--ft-combobox-multi-select-helper-icon-size","",O.iconSize2),x.extend("--ft-combobox-multi-select-field-horizontal-padding","",O.spacing4),x.extend("--ft-combobox-multi-select-field-horizontal-gap","",O.spacing3),x.extend("--ft-combobox-multi-select-field-vertical-gap","",O.spacing05),x.extend("--ft-combobox-multi-select-field-icon-size","",O.iconSize3),x.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),x.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",O.spacing1),x.extend("--ft-combobox-multi-select-content-values-vertical-gap","",O.spacing1),x.extend("--ft-combobox-multi-select-border-radius","",O.borderRadiusM),x.extend("--ft-popover-background-color","",N.backgroundGlobalOnSurface),x.extend("--ft-popover-horizontal-padding","",O.spacing6),x.extend("--ft-popover-vertical-padding","",O.spacing6),x.extend("--ft-popover-icon-color","",N.contentGlobalSecondary),x.extend("--ft-popover-icon-size","",O.iconSize2),x.extend("--ft-popover-title-color","",N.contentGlobalPrimary),x.extend("--ft-popover-body-color","",N.contentGlobalSecondary),x.extend("--ft-popover-link-color","",N.contentActionPrimary),x.extend("--ft-popover-gap","",O.spacing3),x.extend("--ft-popover-border-radius","",O.borderRadiusM),x.extend("--ft-popover-shadow","",O.shadowElevation02),x.extend("--ft-tabs-top-left-border-radius","",O.borderRadiusS),x.extend("--ft-tabs-top-right-border-radius","",O.borderRadiusS),x.extend("--ft-tabs-label-horizontal-padding","",O.spacing4),x.extend("--ft-tabs-label-vertical-padding","",O.spacing3),x.extend("--ft-tabs-label-gap","",O.spacing1),x.extend("--ft-tabs-off-hover-state-layer-opacity","",O.opacity8),x.extend("--ft-tabs-off-focus-state-layer-opacity","",O.opacity8),x.extend("--ft-tabs-off-active-state-layer-opacity","",O.opacity16),x.extend("--ft-tabs-off-disabled-component-opacity","",O.opacity40),x.extend("--ft-tabs-off-color","",N.contentGlobalSubtle),x.extend("--ft-tabs-off-state-layer-color","",N.contentGlobalSubtle),x.extend("--ft-tabs-on-hover-state-layer-opacity","",O.opacity8),x.extend("--ft-tabs-on-focus-state-layer-opacity","",O.opacity8),x.extend("--ft-tabs-on-active-state-layer-opacity","",O.opacity16),x.extend("--ft-tabs-on-disabled-component-opacity","",O.opacity40),x.extend("--ft-tabs-on-color","",N.contentActionPrimary),x.extend("--ft-tabs-on-state-layer-color","",N.contentActionPrimary),x.extend("--ft-tabs-icon-horizontal-padding","",O.spacing1),x.extend("--ft-tabs-icon-vertical-padding","",O.spacing4),x.create("--ft-tabs-focus-outline-width","","SIZE","2px"),x.extend("--ft-tabs-focus-focus-ring-color","",N.borderActionFocusRing),x.extend("--ft-collapsible-hover-state-layer-opacity","",O.opacity8),x.extend("--ft-collapsible-focus-state-layer-opacity","",O.opacity8),x.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),x.extend("--ft-collapsible-focus-focus-ring-color","",N.borderActionFocusRing),x.extend("--ft-collapsible-active-state-layer-opacity","",O.opacity16),x.extend("--ft-collapsible-disabled-component-opacity","",O.opacity40),x.extend("--ft-collapsible-horizontal-padding","",O.spacing4),x.extend("--ft-collapsible-vertical-padding","",O.spacing3),x.extend("--ft-collapsible-color","",N.contentGlobalPrimary),x.extend("--ft-collapsible-state-layer-color","",N.contentGlobalPrimary),x.extend("--ft-collapsible-background-color","",N.backgroundGlobalOnSurface),x.extend("--ft-collapsible-border-color","",N.borderGlobalSubtle),x.extend("--ft-collapsible-icon-size","",O.iconSize3),x.extend("--ft-switch-group-horizontal-padding","",O.spacing1),x.extend("--ft-switch-group-vertical-padding","",O.spacing1),x.extend("--ft-switch-group-gap","",O.spacing1),x.extend("--ft-switch-group-background-color","",N.backgroundGlobalSurface),x.extend("--ft-switch-group-border-color","",N.borderGlobalSubtle),x.create("--ft-switch-group-border-radius","","SIZE","6px"),x.extend("--ft-switch-label-horizontal-padding","",O.spacing2),x.extend("--ft-switch-label-vertical-padding","",O.spacing1),x.extend("--ft-switch-off-hover-state-layer-opacity","",O.opacity8),x.extend("--ft-switch-off-focus-state-layer-opacity","",O.opacity8),x.extend("--ft-switch-off-active-state-layer-opacity","",O.opacity16),x.extend("--ft-switch-off-disabled-component-opacity","",O.opacity40),x.extend("--ft-switch-off-color","",N.contentGlobalSubtle),x.extend("--ft-switch-off-state-layer-color","",N.contentGlobalSubtle),x.extend("--ft-switch-on-hover-state-layer-opacity","",O.opacity8),x.extend("--ft-switch-on-focus-state-layer-opacity","",O.opacity8),x.extend("--ft-switch-on-active-state-layer-opacity","",O.opacity16),x.extend("--ft-switch-on-disabled-component-opacity","",O.opacity40),x.extend("--ft-switch-on-color","",N.contentActionPrimary),x.extend("--ft-switch-on-state-layer-color","",N.contentActionPrimary),x.extend("--ft-switch-icon-horizontal-padding","",O.spacing1),x.extend("--ft-switch-icon-vertical-padding","",O.spacing1),x.create("--ft-switch-focus-outline-width","","SIZE","2px"),x.extend("--ft-switch-focus-focus-ring-color","",N.borderActionFocusRing),x.extend("--ft-switch-option-border-radius","",O.borderRadiusS),x.extend("--ft-chart-1-light","for area color charts",O.colorBrand40),x.extend("--ft-chart-1-base","for line charts",O.colorBrand0),x.extend("--ft-chart-2-light","for area color charts",O.colorYellow60),x.extend("--ft-chart-2-base","for line charts",O.colorYellow100),x.extend("--ft-chart-3-light","",O.colorUltramarine40),x.extend("--ft-chart-3-base","",O.colorUltramarine70),x.extend("--ft-chart-4-light","",O.colorCyan50),x.extend("--ft-chart-4-base","",O.colorCyan100),x.extend("--ft-chart-5-light","",O.colorRed40),x.extend("--ft-chart-5-base","",O.colorRed60),x.extend("--ft-chart-6-light","",O.colorGreen40),x.extend("--ft-chart-6-base","",O.colorGreen70),x.extend("--ft-chart-7-light","",O.colorOrange70),x.extend("--ft-chart-7-base","",O.colorOrange100),x.extend("--ft-chart-8-light","",O.colorAvocado70),x.extend("--ft-chart-8-base","",O.colorAvocado200),x.extend("--ft-chart-9-light","",O.colorBrown50),x.extend("--ft-chart-9-base","",O.colorBrown200),x.extend("--ft-chart-10-light","",O.colorGray50),x.extend("--ft-chart-10-base","",O.colorGray80),x.extend("--ft-chart-monochrome-10","",O.colorBrand10),x.extend("--ft-chart-monochrome-20","",O.colorBrand20),x.extend("--ft-chart-monochrome-30","",O.colorBrand40),x.extend("--ft-chart-monochrome-40","",O.colorBrand60),x.extend("--ft-chart-monochrome-50","",O.colorBrand0),x.extend("--ft-chart-monochrome-60","",O.colorBrand200),x.extend("--ft-chip-large-horizontal-padding","",O.spacing4),x.extend("--ft-chip-large-vertical-padding","",O.spacing2),x.extend("--ft-chip-large-gap","",O.spacing1),x.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),x.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),x.extend("--ft-chip-large-border-radius","",O.borderRadiusPill),x.create("--ft-chip-large-border-width","","SIZE","1px"),x.extend("--ft-chip-large-icon-size","",O.iconSize3),x.extend("--ft-chip-medium-horizontal-padding","",O.spacing3),x.extend("--ft-chip-medium-vertical-padding","",O.spacing1),x.extend("--ft-chip-medium-gap","",O.spacing1),x.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),x.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),x.extend("--ft-chip-medium-border-radius","",O.borderRadiusPill),x.create("--ft-chip-medium-border-width","","SIZE","1px"),x.extend("--ft-chip-medium-icon-size","",O.iconSize2),x.extend("--ft-chip-small-horizontal-padding","",O.spacing2),x.extend("--ft-chip-small-vertical-padding","",O.spacing05),x.extend("--ft-chip-small-gap","",O.spacing1),x.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),x.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),x.extend("--ft-chip-small-border-radius","",O.borderRadiusPill),x.create("--ft-chip-small-border-width","","SIZE","1px"),x.extend("--ft-chip-small-icon-size","",O.iconSize1),x.extend("--ft-chip-neutral-background-color","",N.backgroundGlobalOnSurface),x.extend("--ft-chip-neutral-color","",N.contentGlobalPrimary),x.extend("--ft-chip-neutral-icon-color","",N.contentGlobalPrimary),x.extend("--ft-chip-neutral-border-color","",N.borderGlobalSubtle),x.extend("--ft-chip-info-background-color","",N.backgroundInfoSubtle),x.extend("--ft-chip-info-color","",N.contentInfoPrimary),x.extend("--ft-chip-info-icon-color","",N.contentInfoIconOnly),x.extend("--ft-chip-info-border-color","",N.borderInfoSubtle),x.extend("--ft-chip-success-background-color","",N.backgroundSuccessSubtle),x.extend("--ft-chip-success-color","",N.contentSuccessPrimary),x.extend("--ft-chip-success-icon-color","",N.contentSuccessIconOnly),x.extend("--ft-chip-success-border-color","",N.borderSuccessSubtle),x.extend("--ft-chip-warning-background-color","",N.backgroundWarningSubtle),x.extend("--ft-chip-warning-color","",N.contentWarningPrimary),x.extend("--ft-chip-warning-icon-color","",N.contentWarningIconOnly),x.extend("--ft-chip-warning-border-color","",N.borderWarningSubtle),x.extend("--ft-chip-error-background-color","",N.backgroundErrorSubtle),x.extend("--ft-chip-error-color","",N.contentErrorPrimary),x.extend("--ft-chip-error-icon-color","",N.contentErrorIconOnly),x.extend("--ft-chip-error-border-color","",N.borderErrorSubtle),x.extend("--ft-border-info-border-color","",N.borderInfoSubtle),x.create("--ft-notice-border-width","","SIZE","1px"),x.extend("--ft-notice-horizontal-padding","",O.spacing2),x.extend("--ft-notice-vertical-padding","",O.spacing1),x.extend("--ft-notice-border-radius","",O.borderRadiusS),x.extend("--ft-notice-gap","",O.spacing2),x.extend("--ft-notice-icon-size","",O.iconSize3),x.extend("--ft-notice-info-background-color","",N.backgroundInfoSubtle),x.extend("--ft-notice-info-border-color","",N.borderInfoSubtle),x.extend("--ft-notice-info-color","",N.contentInfoPrimary),x.extend("--ft-notice-info-icon-color","",N.contentInfoIconOnly),x.extend("--ft-notice-warning-background-color","",N.backgroundWarningSubtle),x.extend("--ft-notice-warning-border-color","",N.borderWarningSubtle),x.extend("--ft-notice-warning-color","",N.contentWarningPrimary),x.extend("--ft-notice-warning-icon-color","",N.contentWarningIconOnly),x.extend("--ft-notice-error-background-color","",N.backgroundErrorSubtle),x.extend("--ft-notice-error-border-color","",N.borderErrorSubtle),x.extend("--ft-notice-error-color","",N.contentErrorPrimary),x.extend("--ft-notice-error-icon-color","",N.contentErrorIconOnly),x.extend("--ft-notice-success-background-color","",N.backgroundSuccessSubtle),x.extend("--ft-notice-success-border-color","",N.borderSuccessSubtle),x.extend("--ft-notice-success-color","",N.contentSuccessPrimary),x.extend("--ft-notice-success-icon-color","",N.contentSuccessIconOnly),x.extend("--ft-checkbox-color","",N.contentGlobalPrimary),x.extend("--ft-checkbox-checked-background-color","",N.contentActionPrimary),x.extend("--ft-checkbox-checked-state-layer-color","",N.contentActionPrimary),x.extend("--ft-checkbox-checked-icon-color","",N.contentGlobalOnColor),x.extend("--ft-checkbox-checked-hover-state-layer-opacity","",O.opacity16),x.extend("--ft-checkbox-checked-focus-state-layer-opacity","",O.opacity16),x.extend("--ft-checkbox-checked-active-state-layer-opacity","",O.opacity24),x.extend("--ft-checkbox-checked-disabled-component-opacity","",O.opacity40),x.extend("--ft-checkbox-unchecked-border-color","",O.colorGray80),x.extend("--ft-checkbox-unchecked-state-layer-color","",O.colorGray80),x.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",O.opacity16),x.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",O.opacity16),x.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",O.opacity24),x.extend("--ft-checkbox-unchecked-disabled-component-opacity","",O.opacity40),x.extend("--ft-checkbox-focus-focus-ring-color","",N.borderActionFocusRing),x.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),x.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),x.extend("--ft-checkbox-gap","",O.spacing3),x.extend("--ft-toggle-off-hover-state-layer-opacity","",O.opacity16),x.extend("--ft-toggle-off-focus-state-layer-opacity","",O.opacity16),x.extend("--ft-toggle-off-active-state-layer-opacity","",O.opacity24),x.extend("--ft-toggle-off-disabled-component-opacity","",O.opacity40),x.extend("--ft-toggle-off-background-color","",N.contentGlobalSubtle),x.extend("--ft-toggle-off-icon-color","",N.contentGlobalSubtle),x.extend("--ft-toggle-off-state-layer-color","",N.contentGlobalSubtle),x.extend("--ft-toggle-on-hover-state-layer-opacity","",O.opacity16),x.extend("--ft-toggle-on-focus-state-layer-opacity","",O.opacity16),x.extend("--ft-toggle-on-active-state-layer-opacity","",O.opacity24),x.extend("--ft-toggle-on-disabled-component-opacity","",O.opacity40),x.extend("--ft-toggle-on-background-color","",N.contentActionPrimary),x.extend("--ft-toggle-on-state-layer-color","",N.contentActionPrimary),x.extend("--ft-toggle-on-icon-color","",N.contentActionPrimary),x.extend("--ft-toggle-color","",N.contentGlobalPrimary),x.extend("--ft-toggle-focus-focus-ring-color","",N.borderActionFocusRing),x.extend("--ft-toggle-gap","",O.spacing3),x.extend("--ft-radio-color","",N.contentGlobalPrimary),x.extend("--ft-radio-selected-radio-color","",N.contentActionPrimary),x.extend("--ft-radio-selected-state-layer-color","",N.contentActionPrimary),x.extend("--ft-radio-selected-hover-state-layer-opacity","",O.opacity16),x.extend("--ft-radio-selected-focus-state-layer-opacity","",O.opacity16),x.extend("--ft-radio-selected-active-state-layer-opacity","",O.opacity24),x.extend("--ft-radio-selected-disabled-component-opacity","",O.opacity40),x.extend("--ft-radio-unselected-state-layer-color","",N.borderInputPrimary),x.extend("--ft-radio-unselected-border-color","",N.borderInputPrimary),x.extend("--ft-radio-unselected-hover-state-layer-opacity","",O.opacity16),x.extend("--ft-radio-unselected-focus-state-layer-opacity","",O.opacity16),x.extend("--ft-radio-unselected-active-state-layer-opacity","",O.opacity24),x.extend("--ft-radio-unselected-disabled-component-opacity","",O.opacity40),x.extend("--ft-radio-focus-focus-ring-color","",N.borderActionFocusRing),x.create("--ft-radio-focus-outline-offset","","SIZE","3px"),x.create("--ft-radio-focus-outline-width","","SIZE","2px"),x.extend("--ft-radio-gap","",O.spacing3),x.extend("--ft-notification-icon-size","",O.iconSize4),x.extend("--ft-notification-horizontal-padding","",O.spacing4),x.extend("--ft-notification-vertical-padding","",O.spacing4),x.extend("--ft-notification-info-background-color","",N.backgroundInfoSubtle),x.extend("--ft-notification-info-color","",N.contentInfoPrimary),x.extend("--ft-notification-info-icon-color","",N.contentInfoIconOnly),x.extend("--ft-notification-info-border-color","",N.borderInfoSubtle),x.extend("--ft-notification-success-background-color","",N.backgroundSuccessSubtle),x.extend("--ft-notification-success-color","",N.contentSuccessPrimary),x.extend("--ft-notification-success-icon-color","",N.contentSuccessIconOnly),x.extend("--ft-notification-success-border-color","",N.borderSuccessSubtle),x.extend("--ft-notification-warning-background-color","",N.backgroundWarningSubtle),x.extend("--ft-notification-warning-color","",N.contentWarningPrimary),x.extend("--ft-notification-warning-icon-color","",N.contentWarningIconOnly),x.extend("--ft-notification-warning-border-color","",N.borderWarningSubtle),x.extend("--ft-notification-error-background-color","",N.backgroundErrorSubtle),x.extend("--ft-notification-error-color","",N.contentErrorPrimary),x.extend("--ft-notification-error-icon-color","",N.contentErrorIconOnly),x.extend("--ft-notification-error-border-color","",N.borderErrorSubtle),x.extend("--ft-notification-border-radius","",O.borderRadiusPill),x.create("--ft-notification-border-width","","SIZE","1px"),x.extend("--ft-notification-leading-gap","",O.spacing2),x.extend("--ft-notification-trailing-gap","",O.spacing8),x.extend("--ft-tooltip-horizontal-padding","",O.spacing2),x.extend("--ft-tooltip-vertical-padding","",O.spacing2),x.extend("--ft-tooltip-border-radius","",O.borderRadiusS),x.extend("--ft-tooltip-color","",N.contentGlobalOnColor),x.extend("--ft-tooltip-background-color","",N.contentGlobalPrimary),x.extend("--ft-tooltip-background-opacity","",O.opacity80),x.extend("--ft-tooltip-shadow","",O.shadowElevation03),x.create("--ft-tooltip-max-width","","SIZE","256px"),x.extend("--ft-tooltip-gap","",O.spacing05);const w=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.titleFont),C=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.contentFont),I={fontFamily:C,fontSize:o.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:o.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:o.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:o.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:o.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},$=o.FtCssVariableFactory.extend("--ft-typography-title-font-family","",w),E=o.FtCssVariableFactory.extend("--ft-typography-title-font-size","",I.fontSize,"20px"),W=o.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",I.fontWeight,"normal"),U=o.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",I.letterSpacing,"0.15px"),R=o.FtCssVariableFactory.extend("--ft-typography-title-line-height","",I.lineHeight,"1.2"),k=o.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",I.textTransform,"inherit"),L=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",w),Z=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",I.fontSize,"14px"),z=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",I.fontWeight,"normal"),K=o.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",I.letterSpacing,"0.105px"),F=o.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",I.lineHeight,"1.7"),D=o.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",I.textTransform,"inherit"),B=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",C),A=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",I.fontSize,"16px"),H=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",I.fontWeight,"600"),G=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",I.letterSpacing,"0.144px"),P=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",I.lineHeight,"1.5"),T=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",I.textTransform,"inherit"),j=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",C),M=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",I.fontSize,"14px"),_=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",I.fontWeight,"normal"),Y=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",I.letterSpacing,"0.098px"),V=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",I.lineHeight,"1.7"),X=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",I.textTransform,"inherit"),q=o.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",C),J=o.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",I.fontSize,"16px"),Q=o.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",I.fontWeight,"normal"),tt=o.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",I.letterSpacing,"0.496px"),ot=o.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",I.lineHeight,"1.5"),et=o.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",I.textTransform,"inherit"),rt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",C),it=o.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",I.fontSize,"14px"),at=o.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",I.fontWeight,"normal"),nt=o.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",I.letterSpacing,"0.252px"),lt=o.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",I.lineHeight,"1.4"),ct=o.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",I.textTransform,"inherit"),pt=o.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",C),ft=o.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",I.fontSize,"12px"),st=o.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",I.fontWeight,"normal"),dt=o.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",I.letterSpacing,"0.396px"),ht=o.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",I.lineHeight,"1.33"),gt=o.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",I.textTransform,"inherit"),yt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",C),ut=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",I.fontSize,"10px"),bt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",I.fontWeight,"normal"),mt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",I.letterSpacing,"0.33px"),xt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",I.lineHeight,"1.6"),Ot=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",I.textTransform,"inherit"),vt=o.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",C),Nt=o.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",I.fontSize,"10px"),St=o.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",I.fontWeight,"normal"),wt=o.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",I.letterSpacing,"1.5px"),Ct=o.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",I.lineHeight,"1.6"),It=o.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",I.textTransform,"uppercase"),$t={fontFamily:o.FtCssVariableFactory.extend("--ft-typography-button-font-family","",C),fontSize:o.FtCssVariableFactory.extend("--ft-typography-button-font-size","",I.fontSize,"14px"),fontWeight:o.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",I.fontWeight,"600"),letterSpacing:o.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",I.letterSpacing,"1.246px"),lineHeight:o.FtCssVariableFactory.extend("--ft-typography-button-line-height","",I.lineHeight,"1.15"),textTransform:o.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",I.textTransform,"uppercase")},Et=e.css`
|
|
130
|
+
`;var q=m(T()),g=m(E());var dt=m(T(),1),xt=e=>typeof e=="string"?(0,dt.unsafeCSS)(e):e,t=class{static create(o,r,a,i){let l=p=>xt(p??i),c=dt.css`var(${xt(o)}, ${l(i)})`;return c.name=o,c.description=r,c.category=a,c.defaultValue=i,c.defaultCssValue=l,c.get=p=>dt.css`var(${xt(o)}, ${l(p)})`,c.breadcrumb=()=>[],c.lastResortDefaultValue=()=>i,c}static extend(o,r,a,i){let l=p=>a.get(p??i),c=dt.css`var(${xt(o)}, ${l(i)})`;return c.name=o,c.description=r,c.category=a.category,c.fallbackVariable=a,c.defaultValue=i,c.defaultCssValue=l,c.get=p=>dt.css`var(${xt(o)}, ${l(p)})`,c.breadcrumb=()=>[a.name,...a.breadcrumb()],c.lastResortDefaultValue=()=>i??a.lastResortDefaultValue(),c}static external(o,r){let a=l=>o.fallbackVariable?o.fallbackVariable.get(l??o.defaultValue):xt(l??o.lastResortDefaultValue()),i=dt.css`var(${xt(o.name)}, ${a(o.defaultValue)})`;return i.name=o.name,i.category=o.category,i.fallbackVariable=o.fallbackVariable,i.defaultValue=o.defaultValue,i.context=r,i.defaultCssValue=a,i.get=l=>dt.css`var(${xt(o.name)}, ${a(l)})`,i.breadcrumb=()=>o.fallbackVariable?[o.fallbackVariable.name,...o.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>o.lastResortDefaultValue(),i}};var n={colorWhite:t.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:t.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:t.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:t.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:t.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:t.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:t.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:t.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:t.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:t.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:t.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:t.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:t.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:t.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:t.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:t.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:t.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:t.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:t.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:t.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:t.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:t.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:t.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:t.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:t.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:t.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:t.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:t.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:t.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:t.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:t.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:t.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:t.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:t.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:t.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:t.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:t.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:t.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:t.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:t.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:t.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:t.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:t.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:t.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:t.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:t.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:t.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:t.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:t.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:t.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:t.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:t.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:t.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:t.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:t.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:t.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:t.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:t.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:t.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:t.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:t.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:t.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:t.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:t.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:t.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:t.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:t.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:t.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:t.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:t.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:t.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:t.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:t.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:t.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:t.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:t.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:t.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:t.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:t.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:t.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:t.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:t.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:t.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:t.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:t.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:t.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:t.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:t.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:t.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:t.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:t.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:t.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:t.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:t.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:t.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:t.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:t.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:t.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:t.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:t.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:t.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:t.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:t.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:t.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:t.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:t.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:t.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:t.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:t.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:t.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:t.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:t.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:t.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:t.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:t.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:t.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:t.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:t.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:t.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:t.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:t.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:t.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:t.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:t.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:t.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:t.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:t.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:t.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:t.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:t.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:t.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:t.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:t.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:t.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:t.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:t.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:t.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:t.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:t.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:t.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:t.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:t.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:t.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:t.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:t.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:t.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:t.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:t.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:t.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:t.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:t.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:t.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:t.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:t.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:t.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:t.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:t.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:t.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:t.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:t.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:t.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:t.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:t.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:t.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:t.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:t.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:t.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:t.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:t.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:t.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:t.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:t.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:t.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:t.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:t.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:t.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:t.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:t.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:t.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:t.create("--ft-icon-size-6","","SIZE","48px"),opacity0:t.create("--ft-opacity-0","","NUMBER","0"),opacity8:t.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:t.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:t.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:t.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:t.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:t.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:t.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:t.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:t.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:t.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:t.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:t.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:t.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:t.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},wo={fontFamily:t.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:t.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-display-textCase","","UNKNOWN","none")},Eo={fontFamily:t.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:t.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},Ro={fontFamily:t.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:t.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},Ao={fontFamily:t.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:t.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:t.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},Lo={fontFamily:t.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:t.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},Wo={fontFamily:t.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},Po={fontFamily:t.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},$o={fontFamily:t.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:t.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},Io={fontFamily:t.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},Mn={fontFamily:t.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:t.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:t.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},Bo={fontFamily:t.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},To={fontFamily:t.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},zo={fontFamily:t.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},_o={fontFamily:t.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},ko={fontFamily:t.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},Ho={fontFamily:t.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},Uo={fontFamily:t.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},Do={fontFamily:t.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},Go={fontFamily:t.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Ko={fontFamily:t.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Mo={fontFamily:t.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},Zo={fontFamily:t.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Fo={fontFamily:t.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},Vo={fontFamily:t.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},jo={fontFamily:t.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},Yo={fontFamily:t.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},be={display:wo,"title-1":Eo,"title-2":Ro,"title-3":Ao,"body-1-regular":Lo,"body-1-medium":Wo,"body-1-semibold":Po,"body-2-regular":$o,"body-2-medium":Io,"body-2-medium-underline":Mn,"body-2-semibold":Bo,"label-1-medium":To,"label-1-semibold":zo,"label-1-bold":_o,"label-2-medium":ko,"label-2-semibold":Ho,"label-2-bold":Uo,"caption-1-medium":Do,"caption-1-semibold":Go,"caption-1-bold":Ko,"caption-2-medium":Mo,"caption-2-semibold":Zo,"caption-2-bold":Fo,"caption-3-medium":Vo,"caption-3-semibold":jo,"caption-3-bold":Yo};var s={backgroundActionPrimary:t.extend("--ft-background-action-primary","Used as backgorund of primary action components.",n.colorBrand0),backgroundErrorSubtle:t.extend("--ft-background-error-subtle","Used as background of subtle error components.",n.colorRed10),backgroundInfoSubtle:t.extend("--ft-background-info-subtle","Used as background of subtle information components.",n.colorCyan10),backgroundWarningSubtle:t.extend("--ft-background-warning-subtle","Used as background of subtle information components.",n.colorOrange10),backgroundSuccessSubtle:t.extend("--ft-background-success-subtle","Used as background of subtle success components.",n.colorGreen10),backgroundGlobalSurface:t.extend("--ft-background-global-surface","Used as app background.",n.colorWhite),backgroundGlobalOnSurface:t.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",n.colorGray10),backgroundGlobalOnSurfaceDark:t.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",n.colorGray30),contentActionPrimary:t.extend("--ft-content-action-primary","Used on label of primary action on light surface.",n.colorBrand0),contentWarningPrimary:t.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",n.colorOrange200),contentWarningIconOnly:t.extend("--ft-content-warning-icon-only","Used on warning status icons alone",n.colorOrange0),contentErrorPrimary:t.extend("--ft-content-error-primary","Used on label of error messages on light surface.",n.colorRed0),contentErrorIconOnly:t.extend("--ft-content-error-icon-only","Used on error status icons alone",n.colorRed70),contentInfoPrimary:t.extend("--ft-content-info-primary","Used on label of information messages on light surface.",n.colorCyan200),contentInfoIconOnly:t.extend("--ft-content-info-icon-only","Used on info status icons alone",n.colorCyan0),contentSuccessPrimary:t.extend("--ft-content-success-primary","Used on label of success messages on light surface.",n.colorGreen200),contentSuccessIconOnly:t.extend("--ft-content-success-icon-only","Used on success status icons alone",n.colorGreen0),contentGlobalPrimary:t.extend("--ft-content-global-primary","Used for main content on the page.",n.colorGray500),contentGlobalSecondary:t.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
|
|
131
|
+
Also for action icons.`,n.colorGray200),contentGlobalSubtle:t.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",n.colorGray0),contentGlobalOnColor:t.extend("--ft-content-global-on-color","Used for content on a dominant color.",n.colorWhite),borderActionPrimary:t.extend("--ft-border-action-primary","Used as border for primary action components.",n.colorBrand0),borderActionFocusRing:t.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",n.colorCyan0),borderWarningPrimary:t.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",n.colorOrange200),borderWarningSubtle:t.extend("--ft-border-warning-subtle","Used as border for warning components.",n.colorOrange30),borderSuccessPrimary:t.extend("--ft-border-success-primary","Used as border for success buttons.",n.colorGreen200),borderSuccessSubtle:t.extend("--ft-border-success-subtle","Used as border for success components.",n.colorGreen30),borderErrorPrimary:t.extend("--ft-border-error-primary","Used as border for text fields in error states.",n.colorRed0),borderErrorSubtle:t.extend("--ft-border-error-subtle","Used as border for error components.",n.colorRed30),borderInfoPrimary:t.extend("--ft-border-info-primary","Used as border for buttons in info color.",n.colorCyan200),borderInfoSubtle:t.extend("--ft-border-info-subtle","Used as border for information components.",n.colorCyan30),borderGlobalPrimary:t.extend("--ft-border-global-primary","Used as border for element like input.",n.colorGray50),borderGlobalSubtle:t.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",n.colorGray30),borderInputPrimary:t.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",n.colorGray80)};var u={largeHeight:t.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:t.extend("--ft-button-large-horizontal-padding","",n.spacing4),largeGap:t.extend("--ft-button-large-gap","",n.spacing2),largeBorderRadius:t.extend("--ft-button-large-border-radius","",n.borderRadiusS),largeIconSize:t.extend("--ft-button-large-icon-size","",n.iconSize3),largeBorderWidth:t.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:t.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:t.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:t.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:t.extend("--ft-button-small-horizontal-padding","",n.spacing3),smallGap:t.extend("--ft-button-small-gap","",n.spacing2),smallBorderRadius:t.extend("--ft-button-small-border-radius","",n.borderRadiusS),smallIconSize:t.extend("--ft-button-small-icon-size","",n.iconSize2),smallBorderWidth:t.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:t.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:t.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:t.extend("--ft-button-primary-background-color","",s.backgroundActionPrimary),primaryColor:t.extend("--ft-button-primary-color","",s.contentGlobalOnColor),primaryIconColor:t.extend("--ft-button-primary-icon-color","",s.contentGlobalOnColor),primaryStateLayerColor:t.extend("--ft-button-primary-state-layer-color","",s.contentGlobalOnColor),primaryHoverStateLayerOpacity:t.extend("--ft-button-primary-hover-state-layer-opacity","",n.opacity16),primaryFocusStateLayerOpacity:t.extend("--ft-button-primary-focus-state-layer-opacity","",n.opacity16),primaryActiveStateLayerOpacity:t.extend("--ft-button-primary-active-state-layer-opacity","",n.opacity24),primaryDisabledComponentOpacity:t.extend("--ft-button-primary-disabled-component-opacity","",n.opacity40),focusFocusRingColor:t.extend("--ft-button-focus-focus-ring-color","",s.borderActionFocusRing),tertiaryBackgroundColor:t.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:t.extend("--ft-button-tertiary-color","",s.contentActionPrimary),tertiaryIconColor:t.extend("--ft-button-tertiary-icon-color","",s.contentActionPrimary),tertiaryStateLayerColor:t.extend("--ft-button-tertiary-state-layer-color","",s.contentActionPrimary),tertiaryHoverStateLayerOpacity:t.extend("--ft-button-tertiary-hover-state-layer-opacity","",n.opacity8),tertiaryFocusStateLayerOpacity:t.extend("--ft-button-tertiary-focus-state-layer-opacity","",n.opacity8),tertiaryActiveStateLayerOpacity:t.extend("--ft-button-tertiary-active-state-layer-opacity","",n.opacity16),tertiaryDisabledComponentOpacity:t.extend("--ft-button-tertiary-disabled-component-opacity","",n.opacity40),secondaryBackgroundColor:t.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:t.extend("--ft-button-secondary-color","",s.contentActionPrimary),secondaryIconColor:t.extend("--ft-button-secondary-icon-color","",s.contentActionPrimary),secondaryStateLayerColor:t.extend("--ft-button-secondary-state-layer-color","",s.contentActionPrimary),secondaryHoverStateLayerOpacity:t.extend("--ft-button-secondary-hover-state-layer-opacity","",n.opacity8),secondaryFocusStateLayerOpacity:t.extend("--ft-button-secondary-focus-state-layer-opacity","",n.opacity8),secondaryActiveStateLayerOpacity:t.extend("--ft-button-secondary-active-state-layer-opacity","",n.opacity16),secondaryDisabledComponentOpacity:t.extend("--ft-button-secondary-disabled-component-opacity","",n.opacity40),secondaryBorderColor:t.extend("--ft-button-secondary-border-color","",s.borderActionPrimary),neutralBackgroundColor:t.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:t.extend("--ft-button-neutral-icon-color","",s.contentGlobalSecondary),neutralColor:t.extend("--ft-button-neutral-color","",s.contentGlobalSecondary),neutralStateLayerColor:t.extend("--ft-button-neutral-state-layer-color","",s.contentGlobalSecondary),neutralHoverStateLayerOpacity:t.extend("--ft-button-neutral-hover-state-layer-opacity","",n.opacity8),neutralFocusStateLayerOpacity:t.extend("--ft-button-neutral-focus-state-layer-opacity","",n.opacity8),neutralActiveStateLayerOpacity:t.extend("--ft-button-neutral-active-state-layer-opacity","",n.opacity16),neutralDisabledComponentOpacity:t.extend("--ft-button-neutral-disabled-component-opacity","",n.opacity40)};var Ha={iconSize:t.extend("--ft-banner-icon-size","",n.iconSize5),borderWidth:t.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:t.extend("--ft-banner-horizontal-padding","",n.spacing6),verticalPadding:t.extend("--ft-banner-vertical-padding","",n.spacing6),horizontalSideGap:t.extend("--ft-banner-horizontal-side-gap","",n.spacing6),horizontalMobileGap:t.extend("--ft-banner-horizontal-mobile-gap","",n.spacing4),verticalMobileGap:t.extend("--ft-banner-vertical-mobile-gap","",n.spacing6),horizontalMiddleGap:t.extend("--ft-banner-horizontal-middle-gap","",n.spacing20),infoBackgroundColor:t.extend("--ft-banner-info-background-color","",s.backgroundInfoSubtle),infoColor:t.extend("--ft-banner-info-color","",s.contentInfoPrimary),infoIconColor:t.extend("--ft-banner-info-icon-color","",s.contentInfoIconOnly)};var Ma={horizontalGap:t.extend("--ft-breadcrumb-horizontal-gap","",n.spacing1),verticalGap:t.extend("--ft-breadcrumb-vertical-gap","",n.spacing2),currentElementColor:t.extend("--ft-breadcrumb-current-element-color","",s.contentGlobalPrimary),iconColor:t.extend("--ft-breadcrumb-icon-color","",s.contentGlobalSubtle)};var Ya={horizontalPadding:t.extend("--ft-page-header-horizontal-padding","",n.spacing12),horizontalGap:t.extend("--ft-page-header-horizontal-gap","",n.spacing4),verticalGap:t.extend("--ft-page-header-vertical-gap","",n.spacing2),classicVerticalPadding:t.extend("--ft-page-header-classic-vertical-padding","",n.spacing6),multilineVerticalPadding:t.extend("--ft-page-header-multiline-vertical-padding","",n.spacing4),inlineVerticalPadding:t.extend("--ft-page-header-inline-vertical-padding","",n.spacing2),backgroundColor:t.extend("--ft-page-header-background-color","",n.colorWhite),bottomBorderColor:t.extend("--ft-page-header-bottom-border-color","",s.borderGlobalSubtle),titleColor:t.extend("--ft-page-header-title-color","",s.contentGlobalPrimary),subtitleColor:t.extend("--ft-page-header-subtitle-color","",s.contentGlobalSecondary)};var ti={smallContainerWidth:t.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:t.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:t.extend("--ft-modal-overlay-background-color","",n.colorGray700),overlayOpacity:t.extend("--ft-modal-overlay-opacity","",n.opacity40),shadow:t.extend("--ft-modal-shadow","",n.shadowElevation03),bodyBackgroundColor:t.extend("--ft-modal-body-background-color","",n.colorWhite),bodyColor:t.extend("--ft-modal-body-color","",s.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-modal-body-horizontal-padding","",n.spacing6),bodyVerticalPadding:t.extend("--ft-modal-body-vertical-padding","",n.spacing6),bodyVerticalGap:t.extend("--ft-modal-body-vertical-gap","",n.spacing6),containerMargin:t.extend("--ft-modal-container-margin","",n.spacing3),headerBackgroundColor:t.extend("--ft-modal-header-background-color","",s.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-modal-header-border-color","",s.borderGlobalSubtle),headerColor:t.extend("--ft-modal-header-color","",s.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-modal-header-trailing-icon-color","",s.contentGlobalSecondary),headerVerticalPadding:t.extend("--ft-modal-header-vertical-padding","",n.spacing1),headerRightPadding:t.extend("--ft-modal-header-right-padding","",n.spacing1),headerLeftPadding:t.extend("--ft-modal-header-left-padding","",n.spacing6),headerGap:t.extend("--ft-modal-header-gap","",n.spacing2),headerBorderBottom:t.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:t.extend("--ft-modal-border-radius","",n.borderRadiusM)};var ai={overlayOpacity:t.extend("--ft-drawer-overlay-opacity","",n.opacity40),shadow:t.extend("--ft-drawer-shadow","",n.shadowElevation03),bodyColor:t.extend("--ft-drawer-body-color","",s.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-drawer-body-horizontal-padding","",n.spacing6),bodyVerticalPadding:t.extend("--ft-drawer-body-vertical-padding","",n.spacing6),bodyGap:t.extend("--ft-drawer-body-gap","",n.spacing6),bodyBackgroundColor:t.extend("--ft-drawer-body-background-color","",n.colorWhite),headerBackgroundColor:t.extend("--ft-drawer-header-background-color","",s.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-drawer-header-border-color","",s.borderGlobalSubtle),headerColor:t.extend("--ft-drawer-header-color","",s.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-drawer-header-trailing-icon-color","",s.contentGlobalSecondary),headerHeight:t.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:t.extend("--ft-drawer-header-horizontal-padding","",n.spacing2),headerBorderWidth:t.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:t.extend("--ft-drawer-header-gap","",n.spacing3),buttonsBarBackgroundColor:t.extend("--ft-drawer-buttons-bar-background-color","",s.backgroundGlobalOnSurface),buttonsBarBorderColor:t.extend("--ft-drawer-buttons-bar-border-color","",s.borderGlobalSubtle),buttonsBarColor:t.extend("--ft-drawer-buttons-bar-color","",s.contentGlobalPrimary),buttonsBarHorizontalPadding:t.extend("--ft-drawer-buttons-bar-horizontal-padding","",n.spacing4),buttonsBarVerticalPadding:t.extend("--ft-drawer-buttons-bar-vertical-padding","",n.spacing4),buttonsBarGap:t.extend("--ft-drawer-buttons-bar-gap","",n.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","",n.colorGray700)};var pi={fieldHorizontalPadding:t.extend("--ft-text-input-field-horizontal-padding","",n.spacing4),fieldHorizontalGap:t.extend("--ft-text-input-field-horizontal-gap","",n.spacing3),fieldVerticalGap:t.extend("--ft-text-input-field-vertical-gap","",n.spacing05),fieldIconSize:t.extend("--ft-text-input-field-icon-size","",n.iconSize3),fieldHeight:t.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:t.extend("--ft-text-input-helper-horizontal-padding","",n.spacing4),helperHorizontalGap:t.extend("--ft-text-input-helper-horizontal-gap","",n.spacing1),helperIconSize:t.extend("--ft-text-input-helper-icon-size","",n.iconSize2),borderRadius:t.extend("--ft-text-input-border-radius","",n.borderRadiusM),backgroundColor:t.extend("--ft-text-input-background-color","",n.colorWhite),contentValueColor:t.extend("--ft-text-input-content-value-color","",s.contentGlobalPrimary),trailingIconColor:t.extend("--ft-text-input-trailing-icon-color","",s.contentGlobalSubtle),labelColor:t.extend("--ft-text-input-label-color","",s.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-input-default-border-color","",s.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-input-default-helper-text-color","",s.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","",s.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-input-error-helper-text-color","",s.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-input-error-helper-icon-color","",s.contentErrorIconOnly),warningBorderWidth:t.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:t.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-text-input-focus-focus-ring-color","",s.borderActionFocusRing),focusOutlineOffset:t.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-input-disabled-component-opacity","",n.opacity40)};var ui={backgroundColor:t.extend("--ft-text-area-background-color","",n.colorWhite),contentValueColor:t.extend("--ft-text-area-content-value-color","",s.contentGlobalPrimary),labelColor:t.extend("--ft-text-area-label-color","",s.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-area-default-border-color","",s.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-area-default-helper-text-color","",s.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","",s.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-area-error-helper-text-color","",s.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-area-error-helper-icon-color","",s.contentErrorIconOnly),focusFocusRingColor:t.extend("--ft-text-area-focus-focus-ring-color","",s.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","",n.opacity40),fieldHorizontalLeftPadding:t.extend("--ft-text-area-field-horizontal-left-padding","",n.spacing4),fieldHorizontalGap:t.extend("--ft-text-area-field-horizontal-gap","",n.spacing3),fieldVerticalGap:t.extend("--ft-text-area-field-vertical-gap","",n.spacing05),fieldMinHeight:t.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:t.extend("--ft-text-area-helper-horizontal-padding","",n.spacing4),helperHorizontalGap:t.extend("--ft-text-area-helper-horizontal-gap","",n.spacing1),helperIconSize:t.extend("--ft-text-area-helper-icon-size","",n.iconSize2),borderRadius:t.extend("--ft-text-area-border-radius","",n.borderRadiusM)};var Oi={height:t.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:t.extend("--ft-floating-menu-horizontal-padding","",n.spacing4),offIconColor:t.extend("--ft-floating-menu-off-icon-color","",s.contentGlobalPrimary),offColor:t.extend("--ft-floating-menu-off-color","",s.contentGlobalPrimary),onColor:t.extend("--ft-floating-menu-on-color","",s.contentActionPrimary),onStateLayerColor:t.extend("--ft-floating-menu-on-state-layer-color","",s.contentActionPrimary),gap:t.extend("--ft-floating-menu-gap","",n.spacing3),focusFocusRingColor:t.extend("--ft-floating-menu-focus-focus-ring-color","",s.borderActionFocusRing),focusOutlineWidth:t.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:t.extend("--ft-floating-menu-focus-state-layer-opacity","",n.opacity8),hoverStateLayerOpacity:t.extend("--ft-floating-menu-hover-state-layer-opacity","",n.opacity8),activeStateLayerOpacity:t.extend("--ft-floating-menu-active-state-layer-opacity","",n.opacity16),disabledComponentOpacity:t.extend("--ft-floating-menu-disabled-component-opacity","",n.opacity40),iconSize:t.extend("--ft-floating-menu-icon-size","",n.iconSize3),backgroundColor:t.extend("--ft-floating-menu-background-color","",s.backgroundGlobalOnSurface)};var wi={fieldHorizontalPadding:t.extend("--ft-combobox-single-select-field-horizontal-padding","",n.spacing4),fieldHorizontalGap:t.extend("--ft-combobox-single-select-field-horizontal-gap","",n.spacing3),fieldVerticalGap:t.extend("--ft-combobox-single-select-field-vertical-gap","",n.spacing05),fieldIconSize:t.extend("--ft-combobox-single-select-field-icon-size","",n.iconSize3),fieldHeight:t.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:t.extend("--ft-combobox-single-select-helper-horizontal-padding","",n.spacing4),helperHorizontalGap:t.extend("--ft-combobox-single-select-helper-horizontal-gap","",n.spacing1),helperVerticalGap:t.extend("--ft-combobox-single-select-helper-vertical-gap","",n.spacing1),helperIconSize:t.extend("--ft-combobox-single-select-helper-icon-size","",n.iconSize2),menuVerticalGap:t.extend("--ft-combobox-single-select-menu-vertical-gap","",n.spacing2),borderRadius:t.extend("--ft-combobox-single-select-border-radius","",n.borderRadiusM),backgroundColor:t.extend("--ft-combobox-single-select-background-color","",n.colorWhite),labelColor:t.extend("--ft-combobox-single-select-label-color","",s.contentGlobalSubtle),contentValueColor:t.extend("--ft-combobox-single-select-content-value-color","",s.contentGlobalPrimary),trailingIconColor:t.extend("--ft-combobox-single-select-trailing-icon-color","",s.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-single-select-default-border-color","",s.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-single-select-default-helper-text-color","",s.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","",s.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-single-select-error-helper-text-color","",s.contentErrorPrimary),warningBorderWidth:t.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-single-select-warning-border-color","",s.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-single-select-warning-helper-text-color","",s.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-single-select-warning-helper-icon-color","",s.contentWarningIconOnly),focusOutlineWidth:t.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-single-select-focus-focus-ring-color","",s.borderActionFocusRing),focusOutlineOffset:t.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-combobox-single-select-disabled-component-opacity","",n.opacity40)};var Wi={backgroundColor:t.extend("--ft-combobox-multi-select-background-color","",n.colorWhite),labelColor:t.extend("--ft-combobox-multi-select-label-color","",s.contentGlobalSubtle),trailingIconColor:t.extend("--ft-combobox-multi-select-trailing-icon-color","",s.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-multi-select-default-border-color","",s.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-multi-select-default-helper-text-color","",s.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:t.extend("--ft-combobox-multi-select-error-border-color","",s.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-multi-select-error-helper-text-color","",s.contentErrorPrimary),errorHelperIcon:t.extend("--ft-combobox-multi-select-error-helper-icon","",s.contentErrorIconOnly),errorBorderWidth:t.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-multi-select-warning-border-color","",s.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-multi-select-warning-helper-text-color","",s.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-multi-select-warning-helper-icon-color","",s.contentWarningIconOnly),warningBorderWidth:t.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-multi-select-focus-focus-ring-color","",s.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","",n.opacity40),helperHorizontalPadding:t.extend("--ft-combobox-multi-select-helper-horizontal-padding","",n.spacing4),helperHorizontalGap:t.extend("--ft-combobox-multi-select-helper-horizontal-gap","",n.spacing1),helperVerticalGap:t.extend("--ft-combobox-multi-select-helper-vertical-gap","",n.spacing1),helperIconSize:t.extend("--ft-combobox-multi-select-helper-icon-size","",n.iconSize2),fieldHorizontalPadding:t.extend("--ft-combobox-multi-select-field-horizontal-padding","",n.spacing4),fieldHorizontalGap:t.extend("--ft-combobox-multi-select-field-horizontal-gap","",n.spacing3),fieldVerticalGap:t.extend("--ft-combobox-multi-select-field-vertical-gap","",n.spacing05),fieldIconSize:t.extend("--ft-combobox-multi-select-field-icon-size","",n.iconSize3),fieldMaxHeight:t.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:t.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",n.spacing1),contentValuesVerticalGap:t.extend("--ft-combobox-multi-select-content-values-vertical-gap","",n.spacing1),borderRadius:t.extend("--ft-combobox-multi-select-border-radius","",n.borderRadiusM)};var Ti={backgroundColor:t.extend("--ft-popover-background-color","",s.backgroundGlobalOnSurface),horizontalPadding:t.extend("--ft-popover-horizontal-padding","",n.spacing6),verticalPadding:t.extend("--ft-popover-vertical-padding","",n.spacing6),iconColor:t.extend("--ft-popover-icon-color","",s.contentGlobalSecondary),iconSize:t.extend("--ft-popover-icon-size","",n.iconSize2),titleColor:t.extend("--ft-popover-title-color","",s.contentGlobalPrimary),bodyColor:t.extend("--ft-popover-body-color","",s.contentGlobalSecondary),linkColor:t.extend("--ft-popover-link-color","",s.contentActionPrimary),gap:t.extend("--ft-popover-gap","",n.spacing3),borderRadius:t.extend("--ft-popover-border-radius","",n.borderRadiusM),shadow:t.extend("--ft-popover-shadow","",n.shadowElevation02)};var Ui={topLeftBorderRadius:t.extend("--ft-tabs-top-left-border-radius","",n.borderRadiusS),topRightBorderRadius:t.extend("--ft-tabs-top-right-border-radius","",n.borderRadiusS),labelHorizontalPadding:t.extend("--ft-tabs-label-horizontal-padding","",n.spacing4),labelVerticalPadding:t.extend("--ft-tabs-label-vertical-padding","",n.spacing3),labelGap:t.extend("--ft-tabs-label-gap","",n.spacing1),offHoverStateLayerOpacity:t.extend("--ft-tabs-off-hover-state-layer-opacity","",n.opacity8),offFocusStateLayerOpacity:t.extend("--ft-tabs-off-focus-state-layer-opacity","",n.opacity8),offActiveStateLayerOpacity:t.extend("--ft-tabs-off-active-state-layer-opacity","",n.opacity16),offDisabledComponentOpacity:t.extend("--ft-tabs-off-disabled-component-opacity","",n.opacity40),offColor:t.extend("--ft-tabs-off-color","",s.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-tabs-off-state-layer-color","",s.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-tabs-on-hover-state-layer-opacity","",n.opacity8),onFocusStateLayerOpacity:t.extend("--ft-tabs-on-focus-state-layer-opacity","",n.opacity8),onActiveStateLayerOpacity:t.extend("--ft-tabs-on-active-state-layer-opacity","",n.opacity16),onDisabledComponentOpacity:t.extend("--ft-tabs-on-disabled-component-opacity","",n.opacity40),onColor:t.extend("--ft-tabs-on-color","",s.contentActionPrimary),onStateLayerColor:t.extend("--ft-tabs-on-state-layer-color","",s.contentActionPrimary),iconHorizontalPadding:t.extend("--ft-tabs-icon-horizontal-padding","",n.spacing1),iconVerticalPadding:t.extend("--ft-tabs-icon-vertical-padding","",n.spacing4),focusOutlineWidth:t.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-tabs-focus-focus-ring-color","",s.borderActionFocusRing)};var Zi={hoverStateLayerOpacity:t.extend("--ft-collapsible-hover-state-layer-opacity","",n.opacity8),focusStateLayerOpacity:t.extend("--ft-collapsible-focus-state-layer-opacity","",n.opacity8),focusOutlineWidth:t.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:t.extend("--ft-collapsible-focus-focus-ring-color","",s.borderActionFocusRing),activeStateLayerOpacity:t.extend("--ft-collapsible-active-state-layer-opacity","",n.opacity16),disabledComponentOpacity:t.extend("--ft-collapsible-disabled-component-opacity","",n.opacity40),horizontalPadding:t.extend("--ft-collapsible-horizontal-padding","",n.spacing4),verticalPadding:t.extend("--ft-collapsible-vertical-padding","",n.spacing3),color:t.extend("--ft-collapsible-color","",s.contentGlobalPrimary),stateLayerColor:t.extend("--ft-collapsible-state-layer-color","",s.contentGlobalPrimary),backgroundColor:t.extend("--ft-collapsible-background-color","",s.backgroundGlobalOnSurface),borderColor:t.extend("--ft-collapsible-border-color","",s.borderGlobalSubtle),iconSize:t.extend("--ft-collapsible-icon-size","",n.iconSize3)};var Xi={groupHorizontalPadding:t.extend("--ft-switch-group-horizontal-padding","",n.spacing1),groupVerticalPadding:t.extend("--ft-switch-group-vertical-padding","",n.spacing1),groupGap:t.extend("--ft-switch-group-gap","",n.spacing1),groupBackgroundColor:t.extend("--ft-switch-group-background-color","",s.backgroundGlobalSurface),groupBorderColor:t.extend("--ft-switch-group-border-color","",s.borderGlobalSubtle),groupBorderRadius:t.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:t.extend("--ft-switch-label-horizontal-padding","",n.spacing2),labelVerticalPadding:t.extend("--ft-switch-label-vertical-padding","",n.spacing1),offHoverStateLayerOpacity:t.extend("--ft-switch-off-hover-state-layer-opacity","",n.opacity8),offFocusStateLayerOpacity:t.extend("--ft-switch-off-focus-state-layer-opacity","",n.opacity8),offActiveStateLayerOpacity:t.extend("--ft-switch-off-active-state-layer-opacity","",n.opacity16),offDisabledComponentOpacity:t.extend("--ft-switch-off-disabled-component-opacity","",n.opacity40),offColor:t.extend("--ft-switch-off-color","",s.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-switch-off-state-layer-color","",s.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-switch-on-hover-state-layer-opacity","",n.opacity8),onFocusStateLayerOpacity:t.extend("--ft-switch-on-focus-state-layer-opacity","",n.opacity8),onActiveStateLayerOpacity:t.extend("--ft-switch-on-active-state-layer-opacity","",n.opacity16),onDisabledComponentOpacity:t.extend("--ft-switch-on-disabled-component-opacity","",n.opacity40),onColor:t.extend("--ft-switch-on-color","",s.contentActionPrimary),onStateLayerColor:t.extend("--ft-switch-on-state-layer-color","",s.contentActionPrimary),iconHorizontalPadding:t.extend("--ft-switch-icon-horizontal-padding","",n.spacing1),iconVerticalPadding:t.extend("--ft-switch-icon-vertical-padding","",n.spacing1),focusOutlineWidth:t.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-switch-focus-focus-ring-color","",s.borderActionFocusRing),optionBorderRadius:t.extend("--ft-switch-option-border-radius","",n.borderRadiusS)};var tl={color1Light:t.extend("--ft-chart-1-light","for area color charts",n.colorBrand40),color1Base:t.extend("--ft-chart-1-base","for line charts",n.colorBrand0),color2Light:t.extend("--ft-chart-2-light","for area color charts",n.colorYellow60),color2Base:t.extend("--ft-chart-2-base","for line charts",n.colorYellow100),color3Light:t.extend("--ft-chart-3-light","",n.colorUltramarine40),color3Base:t.extend("--ft-chart-3-base","",n.colorUltramarine70),color4Light:t.extend("--ft-chart-4-light","",n.colorCyan50),color4Base:t.extend("--ft-chart-4-base","",n.colorCyan100),color5Light:t.extend("--ft-chart-5-light","",n.colorRed40),color5Base:t.extend("--ft-chart-5-base","",n.colorRed60),color6Light:t.extend("--ft-chart-6-light","",n.colorGreen40),color6Base:t.extend("--ft-chart-6-base","",n.colorGreen70),color7Light:t.extend("--ft-chart-7-light","",n.colorOrange70),color7Base:t.extend("--ft-chart-7-base","",n.colorOrange100),color8Light:t.extend("--ft-chart-8-light","",n.colorAvocado70),color8Base:t.extend("--ft-chart-8-base","",n.colorAvocado200),color9Light:t.extend("--ft-chart-9-light","",n.colorBrown50),color9Base:t.extend("--ft-chart-9-base","",n.colorBrown200),color10Light:t.extend("--ft-chart-10-light","",n.colorGray50),color10Base:t.extend("--ft-chart-10-base","",n.colorGray80),monochrome10:t.extend("--ft-chart-monochrome-10","",n.colorBrand10),monochrome20:t.extend("--ft-chart-monochrome-20","",n.colorBrand20),monochrome30:t.extend("--ft-chart-monochrome-30","",n.colorBrand40),monochrome40:t.extend("--ft-chart-monochrome-40","",n.colorBrand60),monochrome50:t.extend("--ft-chart-monochrome-50","",n.colorBrand0),monochrome60:t.extend("--ft-chart-monochrome-60","",n.colorBrand200)};var al={largeHorizontalPadding:t.extend("--ft-chip-large-horizontal-padding","",n.spacing4),largeVerticalPadding:t.extend("--ft-chip-large-vertical-padding","",n.spacing2),largeGap:t.extend("--ft-chip-large-gap","",n.spacing1),largeFocusOutlineOffset:t.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:t.extend("--ft-chip-large-border-radius","",n.borderRadiusPill),largeBorderWidth:t.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-large-icon-size","",n.iconSize3),mediumHorizontalPadding:t.extend("--ft-chip-medium-horizontal-padding","",n.spacing3),mediumVerticalPadding:t.extend("--ft-chip-medium-vertical-padding","",n.spacing1),mediumGap:t.extend("--ft-chip-medium-gap","",n.spacing1),mediumFocusOutlineOffset:t.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:t.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:t.extend("--ft-chip-medium-border-radius","",n.borderRadiusPill),mediumBorderWidth:t.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-medium-icon-size","",n.iconSize2),smallHorizontalPadding:t.extend("--ft-chip-small-horizontal-padding","",n.spacing2),smallVerticalPadding:t.extend("--ft-chip-small-vertical-padding","",n.spacing05),smallGap:t.extend("--ft-chip-small-gap","",n.spacing1),smallFocusOutlineOffset:t.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:t.extend("--ft-chip-small-border-radius","",n.borderRadiusPill),smallBorderWidth:t.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:t.extend("--ft-chip-small-icon-size","",n.iconSize1),neutralBackgroundColor:t.extend("--ft-chip-neutral-background-color","",s.backgroundGlobalOnSurface),neutralColor:t.extend("--ft-chip-neutral-color","",s.contentGlobalPrimary),neutralIconColor:t.extend("--ft-chip-neutral-icon-color","",s.contentGlobalPrimary),neutralBorderColor:t.extend("--ft-chip-neutral-border-color","",s.borderGlobalSubtle),infoBackgroundColor:t.extend("--ft-chip-info-background-color","",s.backgroundInfoSubtle),infoColor:t.extend("--ft-chip-info-color","",s.contentInfoPrimary),infoIconColor:t.extend("--ft-chip-info-icon-color","",s.contentInfoIconOnly),infoBorderColor:t.extend("--ft-chip-info-border-color","",s.borderInfoSubtle),successBackgroundColor:t.extend("--ft-chip-success-background-color","",s.backgroundSuccessSubtle),successColor:t.extend("--ft-chip-success-color","",s.contentSuccessPrimary),successIconColor:t.extend("--ft-chip-success-icon-color","",s.contentSuccessIconOnly),successBorderColor:t.extend("--ft-chip-success-border-color","",s.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-chip-warning-background-color","",s.backgroundWarningSubtle),warningColor:t.extend("--ft-chip-warning-color","",s.contentWarningPrimary),warningIconColor:t.extend("--ft-chip-warning-icon-color","",s.contentWarningIconOnly),warningBorderColor:t.extend("--ft-chip-warning-border-color","",s.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-chip-error-background-color","",s.backgroundErrorSubtle),errorColor:t.extend("--ft-chip-error-color","",s.contentErrorPrimary),errorIconColor:t.extend("--ft-chip-error-icon-color","",s.contentErrorIconOnly),errorBorderColor:t.extend("--ft-chip-error-border-color","",s.borderErrorSubtle)};var sl={infoBorderColor:t.extend("--ft-border-info-border-color","",s.borderInfoSubtle)};var yl={borderWidth:t.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:t.extend("--ft-notice-horizontal-padding","",n.spacing2),verticalPadding:t.extend("--ft-notice-vertical-padding","",n.spacing1),borderRadius:t.extend("--ft-notice-border-radius","",n.borderRadiusS),gap:t.extend("--ft-notice-gap","",n.spacing2),iconSize:t.extend("--ft-notice-icon-size","",n.iconSize3),infoBackgroundColor:t.extend("--ft-notice-info-background-color","",s.backgroundInfoSubtle),infoBorderColor:t.extend("--ft-notice-info-border-color","",s.borderInfoSubtle),infoColor:t.extend("--ft-notice-info-color","",s.contentInfoPrimary),infoIconColor:t.extend("--ft-notice-info-icon-color","",s.contentInfoIconOnly),warningBackgroundColor:t.extend("--ft-notice-warning-background-color","",s.backgroundWarningSubtle),warningBorderColor:t.extend("--ft-notice-warning-border-color","",s.borderWarningSubtle),warningColor:t.extend("--ft-notice-warning-color","",s.contentWarningPrimary),warningIconColor:t.extend("--ft-notice-warning-icon-color","",s.contentWarningIconOnly),errorBackgroundColor:t.extend("--ft-notice-error-background-color","",s.backgroundErrorSubtle),errorBorderColor:t.extend("--ft-notice-error-border-color","",s.borderErrorSubtle),errorColor:t.extend("--ft-notice-error-color","",s.contentErrorPrimary),errorIconColor:t.extend("--ft-notice-error-icon-color","",s.contentErrorIconOnly),successBackgroundColor:t.extend("--ft-notice-success-background-color","",s.backgroundSuccessSubtle),successBorderColor:t.extend("--ft-notice-success-border-color","",s.borderSuccessSubtle),successColor:t.extend("--ft-notice-success-color","",s.contentSuccessPrimary),successIconColor:t.extend("--ft-notice-success-icon-color","",s.contentSuccessIconOnly)};var xl={color:t.extend("--ft-checkbox-color","",s.contentGlobalPrimary),checkedBackgroundColor:t.extend("--ft-checkbox-checked-background-color","",s.contentActionPrimary),checkedStateLayerColor:t.extend("--ft-checkbox-checked-state-layer-color","",s.contentActionPrimary),checkedIconColor:t.extend("--ft-checkbox-checked-icon-color","",s.contentGlobalOnColor),checkedHoverStateLayerOpacity:t.extend("--ft-checkbox-checked-hover-state-layer-opacity","",n.opacity16),checkedFocusStateLayerOpacity:t.extend("--ft-checkbox-checked-focus-state-layer-opacity","",n.opacity16),checkedActiveStateLayerOpacity:t.extend("--ft-checkbox-checked-active-state-layer-opacity","",n.opacity24),checkedDisabledComponentOpacity:t.extend("--ft-checkbox-checked-disabled-component-opacity","",n.opacity40),uncheckedBorderColor:t.extend("--ft-checkbox-unchecked-border-color","",n.colorGray80),uncheckedStateLayerColor:t.extend("--ft-checkbox-unchecked-state-layer-color","",n.colorGray80),uncheckedHoverStateLayerOpacity:t.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",n.opacity16),uncheckedFocusStateLayerOpacity:t.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",n.opacity16),uncheckedActiveStateLayerOpacity:t.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",n.opacity24),uncheckedDisabledComponentOpacity:t.extend("--ft-checkbox-unchecked-disabled-component-opacity","",n.opacity40),focusFocusRingColor:t.extend("--ft-checkbox-focus-focus-ring-color","",s.borderActionFocusRing),focusOutlineOffset:t.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:t.extend("--ft-checkbox-gap","",n.spacing3)};var Nl={offHoverStateLayerOpacity:t.extend("--ft-toggle-off-hover-state-layer-opacity","",n.opacity16),offFocusStateLayerOpacity:t.extend("--ft-toggle-off-focus-state-layer-opacity","",n.opacity16),offActiveStateLayerOpacity:t.extend("--ft-toggle-off-active-state-layer-opacity","",n.opacity24),offDisabledComponentOpacity:t.extend("--ft-toggle-off-disabled-component-opacity","",n.opacity40),offBackgroundColor:t.extend("--ft-toggle-off-background-color","",s.contentGlobalSubtle),offIconColor:t.extend("--ft-toggle-off-icon-color","",s.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-toggle-off-state-layer-color","",s.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-toggle-on-hover-state-layer-opacity","",n.opacity16),onFocusStateLayerOpacity:t.extend("--ft-toggle-on-focus-state-layer-opacity","",n.opacity16),onActiveStateLayerOpacity:t.extend("--ft-toggle-on-active-state-layer-opacity","",n.opacity24),onDisabledComponentOpacity:t.extend("--ft-toggle-on-disabled-component-opacity","",n.opacity40),onBackgroundColor:t.extend("--ft-toggle-on-background-color","",s.contentActionPrimary),onStateLayerColor:t.extend("--ft-toggle-on-state-layer-color","",s.contentActionPrimary),onIconColor:t.extend("--ft-toggle-on-icon-color","",s.contentActionPrimary),color:t.extend("--ft-toggle-color","",s.contentGlobalPrimary),focusFocusRingColor:t.extend("--ft-toggle-focus-focus-ring-color","",s.borderActionFocusRing),gap:t.extend("--ft-toggle-gap","",n.spacing3)};var Ll={color:t.extend("--ft-radio-color","",s.contentGlobalPrimary),selectedRadioColor:t.extend("--ft-radio-selected-radio-color","",s.contentActionPrimary),selectedStateLayerColor:t.extend("--ft-radio-selected-state-layer-color","",s.contentActionPrimary),selectedHoverStateLayerOpacity:t.extend("--ft-radio-selected-hover-state-layer-opacity","",n.opacity16),selectedFocusStateLayerOpacity:t.extend("--ft-radio-selected-focus-state-layer-opacity","",n.opacity16),selectedActiveStateLayerOpacity:t.extend("--ft-radio-selected-active-state-layer-opacity","",n.opacity24),selectedDisabledComponentOpacity:t.extend("--ft-radio-selected-disabled-component-opacity","",n.opacity40),unselectedStateLayerColor:t.extend("--ft-radio-unselected-state-layer-color","",s.borderInputPrimary),unselectedBorderColor:t.extend("--ft-radio-unselected-border-color","",s.borderInputPrimary),unselectedHoverStateLayerOpacity:t.extend("--ft-radio-unselected-hover-state-layer-opacity","",n.opacity16),unselectedFocusStateLayerOpacity:t.extend("--ft-radio-unselected-focus-state-layer-opacity","",n.opacity16),unselectedActiveStateLayerOpacity:t.extend("--ft-radio-unselected-active-state-layer-opacity","",n.opacity24),unselectedDisabledComponentOpacity:t.extend("--ft-radio-unselected-disabled-component-opacity","",n.opacity40),focusFocusRingColor:t.extend("--ft-radio-focus-focus-ring-color","",s.borderActionFocusRing),focusOutlineOffset:t.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:t.extend("--ft-radio-gap","",n.spacing3)};var Bl={iconSize:t.extend("--ft-notification-icon-size","",n.iconSize4),horizontalPadding:t.extend("--ft-notification-horizontal-padding","",n.spacing4),verticalPadding:t.extend("--ft-notification-vertical-padding","",n.spacing4),infoBackgroundColor:t.extend("--ft-notification-info-background-color","",s.backgroundInfoSubtle),infoColor:t.extend("--ft-notification-info-color","",s.contentInfoPrimary),infoIconColor:t.extend("--ft-notification-info-icon-color","",s.contentInfoIconOnly),infoBorderColor:t.extend("--ft-notification-info-border-color","",s.borderInfoSubtle),successBackgroundColor:t.extend("--ft-notification-success-background-color","",s.backgroundSuccessSubtle),successColor:t.extend("--ft-notification-success-color","",s.contentSuccessPrimary),successIconColor:t.extend("--ft-notification-success-icon-color","",s.contentSuccessIconOnly),successBorderColor:t.extend("--ft-notification-success-border-color","",s.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-notification-warning-background-color","",s.backgroundWarningSubtle),warningColor:t.extend("--ft-notification-warning-color","",s.contentWarningPrimary),warningIconColor:t.extend("--ft-notification-warning-icon-color","",s.contentWarningIconOnly),warningBorderColor:t.extend("--ft-notification-warning-border-color","",s.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-notification-error-background-color","",s.backgroundErrorSubtle),errorColor:t.extend("--ft-notification-error-color","",s.contentErrorPrimary),errorIconColor:t.extend("--ft-notification-error-icon-color","",s.contentErrorIconOnly),errorBorderColor:t.extend("--ft-notification-error-border-color","",s.borderErrorSubtle),borderRadius:t.extend("--ft-notification-border-radius","",n.borderRadiusPill),borderWidth:t.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:t.extend("--ft-notification-leading-gap","",n.spacing2),trailingGap:t.extend("--ft-notification-trailing-gap","",n.spacing8)};var Hl={horizontalPadding:t.extend("--ft-tooltip-horizontal-padding","",n.spacing2),verticalPadding:t.extend("--ft-tooltip-vertical-padding","",n.spacing2),borderRadius:t.extend("--ft-tooltip-border-radius","",n.borderRadiusS),color:t.extend("--ft-tooltip-color","",s.contentGlobalOnColor),backgroundColor:t.extend("--ft-tooltip-background-color","",s.contentGlobalPrimary),backgroundOpacity:t.extend("--ft-tooltip-background-opacity","",n.opacity80),shadow:t.extend("--ft-tooltip-shadow","",n.shadowElevation03),maxWidth:t.create("--ft-tooltip-max-width","","SIZE","256px"),gap:t.extend("--ft-tooltip-gap","",n.spacing05)};var xe=m(T());function Xo(e){let o=be[e];return xe.css`
|
|
132
|
+
.ft-typography--${(0,xe.unsafeCSS)(e)} {
|
|
133
|
+
font-family: ${o.fontFamily};
|
|
134
|
+
font-size: ${o.fontSize};
|
|
135
|
+
font-weight: ${o.fontWeight};
|
|
136
|
+
letter-spacing: ${o.letterSpacing};
|
|
137
|
+
line-height: ${o.lineHeight};
|
|
138
|
+
text-transform: ${o.textCase};
|
|
139
|
+
}
|
|
140
|
+
`}var qo=g.FtCssVariableFactory.extend("--ft-typography-font-family","",g.designSystemVariables.titleFont),ft=g.FtCssVariableFactory.extend("--ft-typography-font-family","",g.designSystemVariables.contentFont),b={fontFamily:ft,fontSize:g.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:g.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:g.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:g.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:g.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},It={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-title-font-family","",qo),fontSize:g.FtCssVariableFactory.extend("--ft-typography-title-font-size","",b.fontSize,"20px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",b.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",b.letterSpacing,"0.15px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-title-line-height","",b.lineHeight,"1.2"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",b.textTransform,"inherit")},Bt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",qo),fontSize:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",b.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",b.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",b.letterSpacing,"0.105px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",b.lineHeight,"1.7"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",b.textTransform,"inherit")},Tt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",ft),fontSize:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",b.fontSize,"16px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",b.fontWeight,"600"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",b.letterSpacing,"0.144px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",b.lineHeight,"1.5"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",b.textTransform,"inherit")},zt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",ft),fontSize:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",b.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",b.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",b.letterSpacing,"0.098px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",b.lineHeight,"1.7"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",b.textTransform,"inherit")},_t={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",ft),fontSize:g.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",b.fontSize,"16px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",b.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",b.letterSpacing,"0.496px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",b.lineHeight,"1.5"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",b.textTransform,"inherit")},kt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",ft),fontSize:g.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",b.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",b.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",b.letterSpacing,"0.252px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",b.lineHeight,"1.4"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",b.textTransform,"inherit")},Ht={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",ft),fontSize:g.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",b.fontSize,"12px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",b.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",b.letterSpacing,"0.396px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",b.lineHeight,"1.33"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",b.textTransform,"inherit")},Ut={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",ft),fontSize:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",b.fontSize,"10px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",b.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",b.letterSpacing,"0.33px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",b.lineHeight,"1.6"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",b.textTransform,"inherit")},Dt={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",ft),fontSize:g.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",b.fontSize,"10px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",b.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",b.letterSpacing,"1.5px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",b.lineHeight,"1.6"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",b.textTransform,"uppercase")},it={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-button-font-family","",ft),fontSize:g.FtCssVariableFactory.extend("--ft-typography-button-font-size","",b.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",b.fontWeight,"600"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",b.letterSpacing,"1.246px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-button-line-height","",b.lineHeight,"1.15"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",b.textTransform,"uppercase")},Jo=q.css`
|
|
131
141
|
.ft-typography--title {
|
|
132
|
-
font-family: ${
|
|
133
|
-
font-size: ${
|
|
134
|
-
font-weight: ${
|
|
135
|
-
letter-spacing: ${
|
|
136
|
-
line-height: ${
|
|
137
|
-
text-transform: ${
|
|
138
|
-
}
|
|
139
|
-
`,
|
|
142
|
+
font-family: ${It.fontFamily};
|
|
143
|
+
font-size: ${It.fontSize};
|
|
144
|
+
font-weight: ${It.fontWeight};
|
|
145
|
+
letter-spacing: ${It.letterSpacing};
|
|
146
|
+
line-height: ${It.lineHeight};
|
|
147
|
+
text-transform: ${It.textTransform};
|
|
148
|
+
}
|
|
149
|
+
`,Qo=q.css`
|
|
140
150
|
.ft-typography--title-dense {
|
|
141
|
-
font-family: ${
|
|
142
|
-
font-size: ${
|
|
143
|
-
font-weight: ${
|
|
144
|
-
letter-spacing: ${
|
|
145
|
-
line-height: ${
|
|
146
|
-
text-transform: ${
|
|
147
|
-
}
|
|
148
|
-
`,
|
|
151
|
+
font-family: ${Bt.fontFamily};
|
|
152
|
+
font-size: ${Bt.fontSize};
|
|
153
|
+
font-weight: ${Bt.fontWeight};
|
|
154
|
+
letter-spacing: ${Bt.letterSpacing};
|
|
155
|
+
line-height: ${Bt.lineHeight};
|
|
156
|
+
text-transform: ${Bt.textTransform};
|
|
157
|
+
}
|
|
158
|
+
`,tr=q.css`
|
|
149
159
|
.ft-typography--subtitle1 {
|
|
150
|
-
font-family: ${
|
|
151
|
-
font-size: ${
|
|
152
|
-
font-weight: ${
|
|
153
|
-
letter-spacing: ${
|
|
154
|
-
line-height: ${
|
|
155
|
-
text-transform: ${
|
|
156
|
-
}
|
|
157
|
-
`,
|
|
160
|
+
font-family: ${Tt.fontFamily};
|
|
161
|
+
font-size: ${Tt.fontSize};
|
|
162
|
+
font-weight: ${Tt.fontWeight};
|
|
163
|
+
letter-spacing: ${Tt.letterSpacing};
|
|
164
|
+
line-height: ${Tt.lineHeight};
|
|
165
|
+
text-transform: ${Tt.textTransform};
|
|
166
|
+
}
|
|
167
|
+
`,er=q.css`
|
|
158
168
|
.ft-typography--subtitle2 {
|
|
159
|
-
font-family: ${
|
|
160
|
-
font-size: ${
|
|
161
|
-
font-weight: ${
|
|
162
|
-
letter-spacing: ${
|
|
163
|
-
line-height: ${
|
|
164
|
-
text-transform: ${
|
|
169
|
+
font-family: ${zt.fontFamily};
|
|
170
|
+
font-size: ${zt.fontSize};
|
|
171
|
+
font-weight: ${zt.fontWeight};
|
|
172
|
+
letter-spacing: ${zt.letterSpacing};
|
|
173
|
+
line-height: ${zt.lineHeight};
|
|
174
|
+
text-transform: ${zt.textTransform};
|
|
165
175
|
}
|
|
166
176
|
|
|
167
|
-
`,
|
|
177
|
+
`,or=q.css`
|
|
168
178
|
.ft-typography--body1 {
|
|
169
|
-
font-family: ${
|
|
170
|
-
font-size: ${
|
|
171
|
-
font-weight: ${
|
|
172
|
-
letter-spacing: ${
|
|
173
|
-
line-height: ${
|
|
174
|
-
text-transform: ${
|
|
175
|
-
}
|
|
176
|
-
`,
|
|
179
|
+
font-family: ${_t.fontFamily};
|
|
180
|
+
font-size: ${_t.fontSize};
|
|
181
|
+
font-weight: ${_t.fontWeight};
|
|
182
|
+
letter-spacing: ${_t.letterSpacing};
|
|
183
|
+
line-height: ${_t.lineHeight};
|
|
184
|
+
text-transform: ${_t.textTransform};
|
|
185
|
+
}
|
|
186
|
+
`,rr=q.css`
|
|
177
187
|
.ft-typography--body2 {
|
|
178
|
-
font-family: ${
|
|
179
|
-
font-size: ${
|
|
180
|
-
font-weight: ${
|
|
181
|
-
letter-spacing: ${
|
|
182
|
-
line-height: ${
|
|
183
|
-
text-transform: ${
|
|
184
|
-
}
|
|
185
|
-
`,
|
|
188
|
+
font-family: ${kt.fontFamily};
|
|
189
|
+
font-size: ${kt.fontSize};
|
|
190
|
+
font-weight: ${kt.fontWeight};
|
|
191
|
+
letter-spacing: ${kt.letterSpacing};
|
|
192
|
+
line-height: ${kt.lineHeight};
|
|
193
|
+
text-transform: ${kt.textTransform};
|
|
194
|
+
}
|
|
195
|
+
`,nr=q.css`
|
|
186
196
|
.ft-typography--caption {
|
|
187
|
-
font-family: ${
|
|
188
|
-
font-size: ${
|
|
189
|
-
font-weight: ${
|
|
190
|
-
letter-spacing: ${
|
|
191
|
-
line-height: ${
|
|
192
|
-
text-transform: ${
|
|
193
|
-
}
|
|
194
|
-
`,
|
|
197
|
+
font-family: ${Ht.fontFamily};
|
|
198
|
+
font-size: ${Ht.fontSize};
|
|
199
|
+
font-weight: ${Ht.fontWeight};
|
|
200
|
+
letter-spacing: ${Ht.letterSpacing};
|
|
201
|
+
line-height: ${Ht.lineHeight};
|
|
202
|
+
text-transform: ${Ht.textTransform};
|
|
203
|
+
}
|
|
204
|
+
`,ar=q.css`
|
|
195
205
|
.ft-typography--breadcrumb {
|
|
196
|
-
font-family: ${
|
|
197
|
-
font-size: ${
|
|
198
|
-
font-weight: ${
|
|
199
|
-
letter-spacing: ${
|
|
200
|
-
line-height: ${
|
|
201
|
-
text-transform: ${
|
|
202
|
-
}
|
|
203
|
-
`,
|
|
206
|
+
font-family: ${Ut.fontFamily};
|
|
207
|
+
font-size: ${Ut.fontSize};
|
|
208
|
+
font-weight: ${Ut.fontWeight};
|
|
209
|
+
letter-spacing: ${Ut.letterSpacing};
|
|
210
|
+
line-height: ${Ut.lineHeight};
|
|
211
|
+
text-transform: ${Ut.textTransform};
|
|
212
|
+
}
|
|
213
|
+
`,ir=q.css`
|
|
204
214
|
.ft-typography--overline {
|
|
205
|
-
font-family: ${
|
|
206
|
-
font-size: ${
|
|
207
|
-
font-weight: ${
|
|
208
|
-
letter-spacing: ${
|
|
209
|
-
line-height: ${
|
|
210
|
-
text-transform: ${
|
|
211
|
-
}
|
|
212
|
-
`,
|
|
215
|
+
font-family: ${Dt.fontFamily};
|
|
216
|
+
font-size: ${Dt.fontSize};
|
|
217
|
+
font-weight: ${Dt.fontWeight};
|
|
218
|
+
letter-spacing: ${Dt.letterSpacing};
|
|
219
|
+
line-height: ${Dt.lineHeight};
|
|
220
|
+
text-transform: ${Dt.textTransform};
|
|
221
|
+
}
|
|
222
|
+
`,lr=q.css`
|
|
213
223
|
.ft-typography--button {
|
|
214
|
-
font-family: ${
|
|
215
|
-
font-size: ${
|
|
216
|
-
font-weight: ${
|
|
217
|
-
letter-spacing: ${
|
|
218
|
-
line-height: ${
|
|
219
|
-
text-transform: ${
|
|
220
|
-
}
|
|
221
|
-
`,
|
|
224
|
+
font-family: ${it.fontFamily};
|
|
225
|
+
font-size: ${it.fontSize};
|
|
226
|
+
font-weight: ${it.fontWeight};
|
|
227
|
+
letter-spacing: ${it.letterSpacing};
|
|
228
|
+
line-height: ${it.lineHeight};
|
|
229
|
+
text-transform: ${it.textTransform};
|
|
230
|
+
}
|
|
231
|
+
`,cr=q.css`
|
|
222
232
|
.ft-typography {
|
|
223
233
|
vertical-align: inherit;
|
|
224
234
|
}
|
|
225
|
-
`,
|
|
226
|
-
.ft-typography--${e.unsafeCSS(t)} {
|
|
227
|
-
font-family: ${o.fontFamily};
|
|
228
|
-
font-size: ${o.fontSize};
|
|
229
|
-
font-weight: ${o.fontWeight};
|
|
230
|
-
letter-spacing: ${o.letterSpacing};
|
|
231
|
-
line-height: ${o.lineHeight};
|
|
232
|
-
text-transform: ${o.textCase};
|
|
233
|
-
}
|
|
234
|
-
`}(t)))],At={color:o.FtCssVariableFactory.extend("--ft-loader-color","",o.designSystemVariables.colorPrimary),size:o.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},Ht=e.css`
|
|
235
|
+
`,sr=[Object.keys(be).map(e=>Xo(e))];var pr=m(T()),te=m(E()),M={color:te.FtCssVariableFactory.extend("--ft-loader-color","",te.designSystemVariables.colorPrimary),size:te.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},dr=pr.css`
|
|
235
236
|
:host {
|
|
236
237
|
line-height: 0;
|
|
237
238
|
}
|
|
@@ -240,8 +241,8 @@
|
|
|
240
241
|
display: inline-block;
|
|
241
242
|
position: relative;
|
|
242
243
|
|
|
243
|
-
width: ${
|
|
244
|
-
height: ${
|
|
244
|
+
width: ${M.size};
|
|
245
|
+
height: ${M.size};
|
|
245
246
|
}
|
|
246
247
|
|
|
247
248
|
.ft-loader div {
|
|
@@ -250,7 +251,7 @@
|
|
|
250
251
|
width: 25%;
|
|
251
252
|
height: 25%;
|
|
252
253
|
border-radius: 50%;
|
|
253
|
-
background: ${
|
|
254
|
+
background: ${M.color};
|
|
254
255
|
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
|
255
256
|
}
|
|
256
257
|
|
|
@@ -297,10 +298,10 @@
|
|
|
297
298
|
transform: translate(0, 0);
|
|
298
299
|
}
|
|
299
300
|
100% {
|
|
300
|
-
transform: translate(calc(0.35 * ${
|
|
301
|
+
transform: translate(calc(0.35 * ${M.size}), 0);
|
|
301
302
|
}
|
|
302
303
|
}
|
|
303
|
-
|
|
304
|
+
`;var fr=m(T()),gt=m(E()),Z={size:gt.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:gt.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",gt.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:gt.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",gt.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:gt.FtCssVariableFactory.extend("--ft-icon-material-font-family","",gt.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:gt.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},gr=fr.css`
|
|
304
305
|
:host, i.ft-icon {
|
|
305
306
|
display: inline-flex;
|
|
306
307
|
align-items: center;
|
|
@@ -309,14 +310,14 @@
|
|
|
309
310
|
}
|
|
310
311
|
|
|
311
312
|
:host {
|
|
312
|
-
width: ${
|
|
313
|
-
height: ${
|
|
313
|
+
width: ${Z.size};
|
|
314
|
+
height: ${Z.size};
|
|
314
315
|
}
|
|
315
316
|
|
|
316
317
|
i.ft-icon {
|
|
317
318
|
width: 100%;
|
|
318
319
|
height: 100%;
|
|
319
|
-
font-size: ${
|
|
320
|
+
font-size: ${Z.size};
|
|
320
321
|
line-height: 1;
|
|
321
322
|
font-weight: normal;
|
|
322
323
|
text-transform: none;
|
|
@@ -327,28 +328,28 @@
|
|
|
327
328
|
text-rendering: auto;
|
|
328
329
|
-webkit-font-smoothing: antialiased;
|
|
329
330
|
-moz-osx-font-smoothing: grayscale;
|
|
330
|
-
vertical-align: ${
|
|
331
|
+
vertical-align: ${Z.verticalAlign};
|
|
331
332
|
}
|
|
332
333
|
|
|
333
334
|
i.ft-icon.ft-icon--fluid-topics {
|
|
334
|
-
font-family: ${
|
|
335
|
+
font-family: ${Z.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
|
|
335
336
|
|
|
336
337
|
/* Ugly fix because font is broken */
|
|
337
|
-
font-size: calc(0.75 * ${
|
|
338
|
-
line-height: ${
|
|
338
|
+
font-size: calc(0.75 * ${Z.size});
|
|
339
|
+
line-height: ${Z.size};
|
|
339
340
|
position: relative;
|
|
340
341
|
top: -4%;
|
|
341
342
|
justify-content: center;
|
|
342
343
|
}
|
|
343
344
|
|
|
344
345
|
.ft-icon--file-format {
|
|
345
|
-
font-family: ${
|
|
346
|
+
font-family: ${Z.fileFormatFontFamily}, ft-mime, sans-serif;
|
|
346
347
|
}
|
|
347
348
|
|
|
348
349
|
.ft-icon--material {
|
|
349
|
-
font-family: ${
|
|
350
|
+
font-family: ${Z.materialFontFamily}, "Material Icons", sans-serif;
|
|
350
351
|
}
|
|
351
|
-
|
|
352
|
+
`;var yr=O.FtCssVariableFactory.extend("--ft-button-color","",O.designSystemVariables.colorPrimary),_={backgroundColor:O.FtCssVariableFactory.extend("--ft-button-background-color","",O.designSystemVariables.colorSurface),borderRadius:O.FtCssVariableFactory.extend("--ft-button-border-radius","",O.designSystemVariables.borderRadiusL),color:yr,fontSize:O.FtCssVariableFactory.extend("--ft-button-font-size","",it.fontSize),iconSize:O.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:O.FtCssVariableFactory.extend("--ft-button-ripple-color","",yr),verticalPadding:O.FtCssVariableFactory.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:O.FtCssVariableFactory.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:O.FtCssVariableFactory.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:O.FtCssVariableFactory.external(O.designSystemVariables.colorOpacityDisabled,"Design system")},ur=O.FtCssVariableFactory.extend("--ft-button-primary-color","",O.FtCssVariableFactory.extend("--ft-button-color","",O.designSystemVariables.colorOnPrimary)),Te={backgroundColor:O.FtCssVariableFactory.extend("--ft-button-primary-background-color","",O.FtCssVariableFactory.extend("--ft-button-background-color","",O.designSystemVariables.colorPrimary)),color:ur,rippleColor:O.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",ur)},lt={borderRadius:O.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",O.FtCssVariableFactory.extend("--ft-button-border-radius","",O.designSystemVariables.borderRadiusM)),verticalPadding:O.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:O.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:O.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px")},hr=[mr.css`
|
|
352
353
|
:host {
|
|
353
354
|
display: inline-block;
|
|
354
355
|
max-width: 100%;
|
|
@@ -359,7 +360,7 @@
|
|
|
359
360
|
box-shadow: 0px 0px 0px transparent;
|
|
360
361
|
border: 0px solid transparent;
|
|
361
362
|
text-shadow: 0px 0px 0px transparent;
|
|
362
|
-
font-size: ${
|
|
363
|
+
font-size: ${_.fontSize};
|
|
363
364
|
}
|
|
364
365
|
|
|
365
366
|
button:hover {
|
|
@@ -388,31 +389,31 @@
|
|
|
388
389
|
border: none;
|
|
389
390
|
pointer-events: auto;
|
|
390
391
|
|
|
391
|
-
--ft-button-internal-line-height: max(calc(${
|
|
392
|
-
--ft-button-internal-color: ${
|
|
393
|
-
${
|
|
394
|
-
${
|
|
392
|
+
--ft-button-internal-line-height: max(calc(${_.fontSize} + 2px), ${_.iconSize});
|
|
393
|
+
--ft-button-internal-color: ${_.color};
|
|
394
|
+
${(0,O.setVariable)(Z.size,_.iconSize)};
|
|
395
|
+
${(0,O.setVariable)(v.color,_.rippleColor)};
|
|
395
396
|
|
|
396
|
-
border-radius: ${
|
|
397
|
-
padding: ${
|
|
398
|
-
background-color: ${
|
|
397
|
+
border-radius: ${_.borderRadius};
|
|
398
|
+
padding: ${_.verticalPadding} ${_.horizontalPadding};
|
|
399
|
+
background-color: ${_.backgroundColor};
|
|
399
400
|
color: var(--ft-button-internal-color);
|
|
400
401
|
-webkit-mask-image: radial-gradient(white, black);
|
|
401
402
|
}
|
|
402
403
|
|
|
403
404
|
.ft-button.ft-button--outlined {
|
|
404
405
|
border: 1px solid var(--ft-button-internal-color);
|
|
405
|
-
padding: calc(${
|
|
406
|
+
padding: calc(${_.verticalPadding} - 1px) calc(${_.horizontalPadding} - 1px);
|
|
406
407
|
}
|
|
407
408
|
|
|
408
409
|
.ft-button.ft-button--dense {
|
|
409
|
-
padding: ${
|
|
410
|
-
border-radius: ${
|
|
411
|
-
gap: ${
|
|
410
|
+
padding: ${lt.verticalPadding} ${lt.horizontalPadding};
|
|
411
|
+
border-radius: ${lt.borderRadius};
|
|
412
|
+
gap: ${lt.iconPadding};
|
|
412
413
|
}
|
|
413
414
|
|
|
414
415
|
.ft-button.ft-button--dense.ft-button--outlined {
|
|
415
|
-
padding: calc(${
|
|
416
|
+
padding: calc(${lt.verticalPadding} - 1px) calc(${lt.horizontalPadding} - 1px);
|
|
416
417
|
}
|
|
417
418
|
|
|
418
419
|
.ft-button:not([disabled]):hover {
|
|
@@ -420,22 +421,22 @@
|
|
|
420
421
|
}
|
|
421
422
|
|
|
422
423
|
.ft-button--round {
|
|
423
|
-
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${
|
|
424
|
+
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${_.verticalPadding});
|
|
424
425
|
}
|
|
425
426
|
|
|
426
427
|
.ft-button--round.ft-button--dense {
|
|
427
|
-
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${
|
|
428
|
+
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${lt.verticalPadding});
|
|
428
429
|
}
|
|
429
430
|
|
|
430
431
|
.ft-button[disabled] {
|
|
431
432
|
filter: grayscale(1);
|
|
432
|
-
opacity: ${
|
|
433
|
+
opacity: ${_.opacityDisabled};
|
|
433
434
|
}
|
|
434
435
|
|
|
435
436
|
.ft-button.ft-button--primary {
|
|
436
|
-
background-color: ${
|
|
437
|
-
--ft-button-internal-color: ${
|
|
438
|
-
${
|
|
437
|
+
background-color: ${Te.backgroundColor};
|
|
438
|
+
--ft-button-internal-color: ${Te.color};
|
|
439
|
+
${(0,O.setVariable)(v.color,Te.rippleColor)};
|
|
439
440
|
}
|
|
440
441
|
|
|
441
442
|
.ft-button:focus {
|
|
@@ -448,74 +449,64 @@
|
|
|
448
449
|
white-space: nowrap;
|
|
449
450
|
text-overflow: ellipsis;
|
|
450
451
|
display: block;
|
|
451
|
-
margin: 0 ${
|
|
452
|
-
${
|
|
453
|
-
${
|
|
452
|
+
margin: 0 ${_.iconPadding};
|
|
453
|
+
${(0,O.setVariable)(it.fontSize,"1em")};
|
|
454
|
+
${(0,O.setVariable)(it.lineHeight,"var(--ft-button-internal-line-height)")};
|
|
454
455
|
}
|
|
455
456
|
|
|
456
457
|
.ft-button--dense .ft-button--label {
|
|
457
|
-
margin: 0 ${
|
|
458
|
+
margin: 0 ${lt.iconPadding};
|
|
458
459
|
}
|
|
459
460
|
|
|
460
461
|
.ft-button--label[hidden] {
|
|
461
462
|
display: none;
|
|
462
463
|
}
|
|
463
464
|
|
|
464
|
-
|
|
465
|
+
[part="icon"] {
|
|
465
466
|
flex-shrink: 0;
|
|
466
467
|
position: relative;
|
|
467
468
|
}
|
|
468
469
|
|
|
469
|
-
.ft-button--label[hidden] +
|
|
470
|
-
margin: 0 calc(${
|
|
471
|
-
padding: 0 ${
|
|
470
|
+
.ft-button--label[hidden] + [part="icon"] {
|
|
471
|
+
margin: 0 calc(${_.horizontalPadding} * -1);
|
|
472
|
+
padding: 0 ${_.verticalPadding};
|
|
472
473
|
}
|
|
473
474
|
|
|
474
|
-
.ft-button--dense .ft-button--label[hidden] +
|
|
475
|
-
margin: 0 calc(${
|
|
476
|
-
padding: 0 ${
|
|
475
|
+
.ft-button--dense .ft-button--label[hidden] + [part="icon"] {
|
|
476
|
+
margin: 0 calc(${lt.horizontalPadding} * -1);
|
|
477
|
+
padding: 0 ${lt.verticalPadding};
|
|
477
478
|
}
|
|
478
479
|
|
|
479
|
-
.ft-button:not(.ft-button--trailing-icon)
|
|
480
|
-
|
|
481
|
-
order: -1;
|
|
480
|
+
.ft-button:not(.ft-button--trailing-icon) [part="label"]{
|
|
481
|
+
order: 2;
|
|
482
482
|
}
|
|
483
483
|
|
|
484
484
|
ft-loader {
|
|
485
|
-
${
|
|
486
|
-
${
|
|
485
|
+
${(0,O.setVariable)(M.size,_.iconSize)};
|
|
486
|
+
${(0,O.setVariable)(M.color,"var(--ft-button-internal-color)")};
|
|
487
487
|
}
|
|
488
|
-
`,
|
|
488
|
+
`,O.noTextSelect];var Yt=m(E());var Sr=m(E());var xr=m(T()),H=m(Q()),Or=m(Oe()),ee=m(E());var F=function(e,o,r,a){var i=arguments.length,l=i<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,r):a,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,r,a);else for(var p=e.length-1;p>=0;p--)(c=e[p])&&(l=(i<3?c(l):i>3?c(o,r,l):c(o,r))||l);return i>3&&l&&Object.defineProperty(o,r,l),l},R=class extends ee.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 ee.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 ee.Debouncer(10),this.moveRipple=o=>{var r,a;let{x:i,y:l}=this.getCoordinates(o),c=(a=(r=this.ripple)===null||r===void 0?void 0:r.getBoundingClientRect())!==null&&a!==void 0?a:{x:0,y:0,width:0,height:0};this.originX=Math.round(i!=null?i-c.x:c.width/2),this.originY=Math.round(l!=null?l-c.y:c.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 xr.html`
|
|
489
489
|
<style>
|
|
490
490
|
.ft-ripple .ft-ripple--effect {
|
|
491
491
|
left: ${this.originX}px;
|
|
492
492
|
top: ${this.originY}px;
|
|
493
493
|
}
|
|
494
494
|
</style>
|
|
495
|
-
<div class="${
|
|
495
|
+
<div class="${(0,Or.classMap)(o)}">
|
|
496
496
|
<div class="ft-ripple--background"></div>
|
|
497
497
|
<div class="ft-ripple--effect"></div>
|
|
498
498
|
</div>
|
|
499
|
-
`}contentAvailableCallback(
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
*/
|
|
505
|
-
const oo=globalThis,eo=oo.trustedTypes,ro=eo?eo.createPolicy("lit-html",{createHTML:t=>t}):void 0,io="$lit$",ao=`lit$${(Math.random()+"").slice(9)}$`,no="?"+ao,lo=`<${no}>`,co=document,po=()=>co.createComment(""),fo=t=>null===t||"object"!=typeof t&&"function"!=typeof t,so=Array.isArray,ho="[ \t\n\f\r]",go=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,yo=/-->/g,uo=/>/g,bo=RegExp(`>|${ho}(?:([^\\s"'>=/]+)(${ho}*=${ho}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),mo=/'/g,xo=/"/g,Oo=/^(?:script|style|textarea|title)$/i,vo=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),No=Symbol.for("lit-noChange"),So=Symbol.for("lit-nothing"),wo=new WeakMap,Co=co.createTreeWalker(co,129);function Io(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==ro?ro.createHTML(o):o}const $o=(t,o)=>{const e=t.length-1,r=[];let i,a=2===o?"<svg>":"",n=go;for(let o=0;o<e;o++){const e=t[o];let l,c,p=-1,f=0;for(;f<e.length&&(n.lastIndex=f,c=n.exec(e),null!==c);)f=n.lastIndex,n===go?"!--"===c[1]?n=yo:void 0!==c[1]?n=uo:void 0!==c[2]?(Oo.test(c[2])&&(i=RegExp("</"+c[2],"g")),n=bo):void 0!==c[3]&&(n=bo):n===bo?">"===c[0]?(n=i??go,p=-1):void 0===c[1]?p=-2:(p=n.lastIndex-c[2].length,l=c[1],n=void 0===c[3]?bo:'"'===c[3]?xo:mo):n===xo||n===mo?n=bo:n===yo||n===uo?n=go:(n=bo,i=void 0);const s=n===bo&&t[o+1].startsWith("/>")?" ":"";a+=n===go?e+lo:p>=0?(r.push(l),e.slice(0,p)+io+e.slice(p)+ao+s):e+ao+(-2===p?o:s)}return[Io(t,a+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};class Eo{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let i=0,a=0;const n=t.length-1,l=this.parts,[c,p]=$o(t,o);if(this.el=Eo.createElement(c,e),Co.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=Co.nextNode())&&l.length<n;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(io)){const o=p[a++],e=r.getAttribute(t).split(ao),n=/([.?@])?(.*)/.exec(o);l.push({type:1,index:i,name:n[2],strings:e,ctor:"."===n[1]?Lo:"?"===n[1]?Zo:"@"===n[1]?zo:ko}),r.removeAttribute(t)}else t.startsWith(ao)&&(l.push({type:6,index:i}),r.removeAttribute(t));if(Oo.test(r.tagName)){const t=r.textContent.split(ao),o=t.length-1;if(o>0){r.textContent=eo?eo.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],po()),Co.nextNode(),l.push({type:2,index:++i});r.append(t[o],po())}}}else if(8===r.nodeType)if(r.data===no)l.push({type:2,index:i});else{let t=-1;for(;-1!==(t=r.data.indexOf(ao,t+1));)l.push({type:7,index:i}),t+=ao.length-1}i++}}static createElement(t,o){const e=co.createElement("template");return e.innerHTML=t,e}}function Wo(t,o,e=t,r){if(o===No)return o;let i=void 0!==r?e._$Co?.[r]:e._$Cl;const a=fo(o)?void 0:o._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),void 0===a?i=void 0:(i=new a(t),i._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=i:e._$Cl=i),void 0!==i&&(o=Wo(t,i._$AS(t,o.values),i,r)),o}class Uo{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:o},parts:e}=this._$AD,r=(t?.creationScope??co).importNode(o,!0);Co.currentNode=r;let i=Co.nextNode(),a=0,n=0,l=e[0];for(;void 0!==l;){if(a===l.index){let o;2===l.type?o=new Ro(i,i.nextSibling,this,t):1===l.type?o=new l.ctor(i,l.name,l.strings,this,t):6===l.type&&(o=new Ko(i,this,t)),this._$AV.push(o),l=e[++n]}a!==l?.index&&(i=Co.nextNode(),a++)}return Co.currentNode=co,r}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}}class Ro{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=So,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===t?.nodeType&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=Wo(this,t,o),fo(t)?t===So||null==t||""===t?(this._$AH!==So&&this._$AR(),this._$AH=So):t!==this._$AH&&t!==No&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>so(t)||"function"==typeof t?.[Symbol.iterator])(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==So&&fo(this._$AH)?this._$AA.nextSibling.data=t:this.$(co.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,r="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=Eo.createElement(Io(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new Uo(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=wo.get(t.strings);return void 0===o&&wo.set(t.strings,o=new Eo(t)),o}T(t){so(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let e,r=0;for(const i of t)r===o.length?o.push(e=new Ro(this.k(po()),this.k(po()),this,this.options)):e=o[r],e._$AI(i),r++;r<o.length&&(this._$AR(e&&e._$AB.nextSibling,r),o.length=r)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}}class ko{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=So,this._$AN=void 0,this.element=t,this.name=o,this._$AM=r,this.options=i,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=So}_$AI(t,o=this,e,r){const i=this.strings;let a=!1;if(void 0===i)t=Wo(this,t,o,0),a=!fo(t)||t!==this._$AH&&t!==No,a&&(this._$AH=t);else{const r=t;let n,l;for(t=i[0],n=0;n<i.length-1;n++)l=Wo(this,r[e+n],o,n),l===No&&(l=this._$AH[n]),a||=!fo(l)||l!==this._$AH[n],l===So?t=So:t!==So&&(t+=(l??"")+i[n+1]),this._$AH[n]=l}a&&!r&&this.O(t)}O(t){t===So?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class Lo extends ko{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===So?void 0:t}}class Zo extends ko{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==So)}}class zo extends ko{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=Wo(this,t,o,0)??So)===No)return;const e=this._$AH,r=t===So&&e!==So||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==So&&(e===So||r);r&&this.element.removeEventListener(this.name,this,e),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class Ko{constructor(t,o,e){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=e}get _$AU(){return this._$AM._$AU}_$AI(t){Wo(this,t)}}const Fo=oo.litHtmlPolyfillSupport;Fo?.(Eo,Ro),(oo.litHtmlVersions??=[]).push("3.1.0");
|
|
506
|
-
/**
|
|
507
|
-
* @license
|
|
508
|
-
* Copyright 2020 Google LLC
|
|
509
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
510
|
-
*/
|
|
511
|
-
const Do=Symbol.for(""),Bo=t=>{if(t?.r===Do)return t?._$litStatic$},Ao=t=>({_$litStatic$:t,r:Do}),Ho=new Map,Go=(t=>(o,...e)=>{const r=e.length;let i,a;const n=[],l=[];let c,p=0,f=!1;for(;p<r;){for(c=o[p];p<r&&void 0!==(a=e[p],i=Bo(a));)c+=i+o[++p],f=!0;p!==r&&l.push(a),n.push(c),p++}if(p===r&&n.push(o[r]),f){const t=n.join("$$lit$$");void 0===(o=Ho.get(t))&&(n.raw=n,Ho.set(t,o=n)),e=l}return t(o,...e)})(vo);var Po;!function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button",t.display="display",t.title1="title-1",t.title2="title-2",t.title3="title-3",t.body1regular="body-1-regular",t.body1medium="body-1-medium",t.body1semibold="body-1-semibold",t.body2regular="body-2-regular",t.body2medium="body-2-medium",t.body2semibold="body-2-semibold",t.label1medium="label-1-medium",t.label1semibold="label-1-semibold",t.label1bold="label-1-bold",t.label2medium="label-2-medium",t.label2semibold="label-2-semibold",t.label2bold="label-2-bold",t.caption1medium="caption-1-medium",t.caption1semibold="caption-1-semibold",t.caption1bold="caption-1-bold",t.caption2medium="caption-2-medium",t.caption2semibold="caption-2-semibold",t.caption2bold="caption-2-bold"}(Po||(Po={}));var To=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class jo extends o.FtLitElement{constructor(){super(...arguments),this.variant=Po.body1}render(){return this.element?Go`
|
|
512
|
-
<${Ao(this.element)}
|
|
499
|
+
`}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 r,a;super.update(o),o.has("disabled")&&(this.disabled?(this.endRipple(),(r=this.target)===null||r===void 0||r.removeAttribute("data-is-ft-ripple-target")):(a=this.target)===null||a===void 0||a.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,r;let a=(o=this.shadowRoot)===null||o===void 0?void 0:o.host.parentElement;a&&this.setupFor((r=this.target)!==null&&r!==void 0?r:a)}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 r=(...p)=>d=>{p.forEach(y=>window.addEventListener(y,this.endPress,{once:!0})),this.startPress(d)},a=r("mouseup","contextmenu"),i=r("touchend","touchcancel"),l=p=>{["Enter"," "].includes(p.key)&&r("keyup")(p)},c={passive:!0};o.addEventListener("mouseover",this.startHover,c),o.addEventListener("mousemove",this.moveRipple,c),o.addEventListener("mouseleave",this.endHover,c),o.addEventListener("mousedown",a,c),o.addEventListener("touchstart",i,c),o.addEventListener("touchmove",this.moveRipple,c),o.addEventListener("keydown",l,c),o.addEventListener("focus",this.startFocus,c),o.addEventListener("blur",this.endFocus,c),o.addEventListener("focusin",this.startFocus,c),o.addEventListener("focusout",this.endFocus,c),this.onDisconnect=()=>{o.removeAttribute("data-is-ft-ripple-target"),o.removeEventListener("mouseover",this.startHover,c),o.removeEventListener("mousemove",this.moveRipple,c),o.removeEventListener("mouseleave",this.endHover,c),o.removeEventListener("mousedown",a,c),o.removeEventListener("touchstart",i,c),o.removeEventListener("touchmove",this.moveRipple,c),o.removeEventListener("keydown",l,c),o.removeEventListener("focus",this.startFocus,c),o.removeEventListener("blur",this.endFocus,c),o.removeEventListener("focusin",this.startFocus,c),o.removeEventListener("focusout",this.endFocus,c),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(o){let r=o,a=o,i,l;return r.x!=null?{x:i,y:l}=r:a.touches!=null&&(i=a.touches[0].clientX,l=a.touches[0].clientY),{x:i,y:l}}isFocusVisible(o){return o instanceof HTMLElement?o.matches(":focus-visible"):!0}isIgnored(o){if(this.disabled)return!0;if(o!=null)for(let r of o.composedPath()){if(r===this.target)break;if("hasAttribute"in r&&r.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};R.elementDefinitions={};R.styles=No;F([(0,H.property)({type:Boolean})],R.prototype,"primary",void 0);F([(0,H.property)({type:Boolean})],R.prototype,"secondary",void 0);F([(0,H.property)({type:Boolean})],R.prototype,"unbounded",void 0);F([(0,H.property)({type:Boolean})],R.prototype,"activated",void 0);F([(0,H.property)({type:Boolean})],R.prototype,"selected",void 0);F([(0,H.property)({type:Boolean})],R.prototype,"disabled",void 0);F([(0,H.state)()],R.prototype,"hovered",void 0);F([(0,H.state)()],R.prototype,"focused",void 0);F([(0,H.state)()],R.prototype,"pressed",void 0);F([(0,H.state)()],R.prototype,"rippling",void 0);F([(0,H.state)()],R.prototype,"originX",void 0);F([(0,H.state)()],R.prototype,"originY",void 0);F([(0,H.query)(".ft-ripple")],R.prototype,"ripple",void 0);F([(0,H.query)(".ft-ripple--effect")],R.prototype,"rippleEffect",void 0);(0,Sr.customElement)("ft-ripple")(R);var un=m(E());var yn=m(T()),z=m(Q()),de=m(E());var Dr=m(E());var Ge=globalThis,Se=Ge.trustedTypes,Cr=Se?Se.createPolicy("lit-html",{createHTML:e=>e}):void 0,Ar="$lit$",Ot=`lit$${(Math.random()+"").slice(9)}$`,Lr="?"+Ot,Zn=`<${Lr}>`,Et=document,Ce=()=>Et.createComment(""),re=e=>e===null||typeof e!="object"&&typeof e!="function",Wr=Array.isArray,Fn=e=>Wr(e)||typeof e?.[Symbol.iterator]=="function",ze=`[
|
|
500
|
+
\f\r]`,oe=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,vr=/-->/g,Nr=/>/g,Nt=RegExp(`>|${ze}(?:([^\\s"'>=/]+)(${ze}*=${ze}*(?:[^
|
|
501
|
+
\f\r"'\`<>=]|("|')|))|$)`,"g"),wr=/'/g,Er=/"/g,Pr=/^(?:script|style|textarea|title)$/i,$r=e=>(o,...r)=>({_$litType$:e,strings:o,values:r}),Ir=$r(1),Br=$r(2),ne=Symbol.for("lit-noChange"),k=Symbol.for("lit-nothing"),Rr=new WeakMap,wt=Et.createTreeWalker(Et,129);function Tr(e,o){if(!Array.isArray(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Cr!==void 0?Cr.createHTML(o):o}var Vn=(e,o)=>{let r=e.length-1,a=[],i,l=o===2?"<svg>":"",c=oe;for(let p=0;p<r;p++){let d=e[p],y,x,h=-1,C=0;for(;C<d.length&&(c.lastIndex=C,x=c.exec(d),x!==null);)C=c.lastIndex,c===oe?x[1]==="!--"?c=vr:x[1]!==void 0?c=Nr:x[2]!==void 0?(Pr.test(x[2])&&(i=RegExp("</"+x[2],"g")),c=Nt):x[3]!==void 0&&(c=Nt):c===Nt?x[0]===">"?(c=i??oe,h=-1):x[1]===void 0?h=-2:(h=c.lastIndex-x[2].length,y=x[1],c=x[3]===void 0?Nt:x[3]==='"'?Er:wr):c===Er||c===wr?c=Nt:c===vr||c===Nr?c=oe:(c=Nt,i=void 0);let S=c===Nt&&e[p+1].startsWith("/>")?" ":"";l+=c===oe?d+Zn:h>=0?(a.push(y),d.slice(0,h)+Ar+d.slice(h)+Ot+S):d+Ot+(h===-2?p:S)}return[Tr(e,l+(e[r]||"<?>")+(o===2?"</svg>":"")),a]},ae=class e{constructor({strings:o,_$litType$:r},a){let i;this.parts=[];let l=0,c=0,p=o.length-1,d=this.parts,[y,x]=Vn(o,r);if(this.el=e.createElement(y,a),wt.currentNode=this.el.content,r===2){let h=this.el.content.firstChild;h.replaceWith(...h.childNodes)}for(;(i=wt.nextNode())!==null&&d.length<p;){if(i.nodeType===1){if(i.hasAttributes())for(let h of i.getAttributeNames())if(h.endsWith(Ar)){let C=x[c++],S=i.getAttribute(h).split(Ot),w=/([.?@])?(.*)/.exec(C);d.push({type:1,index:l,name:w[2],strings:S,ctor:w[1]==="."?ke:w[1]==="?"?He:w[1]==="@"?Ue:Kt}),i.removeAttribute(h)}else h.startsWith(Ot)&&(d.push({type:6,index:l}),i.removeAttribute(h));if(Pr.test(i.tagName)){let h=i.textContent.split(Ot),C=h.length-1;if(C>0){i.textContent=Se?Se.emptyScript:"";for(let S=0;S<C;S++)i.append(h[S],Ce()),wt.nextNode(),d.push({type:2,index:++l});i.append(h[C],Ce())}}}else if(i.nodeType===8)if(i.data===Lr)d.push({type:2,index:l});else{let h=-1;for(;(h=i.data.indexOf(Ot,h+1))!==-1;)d.push({type:7,index:l}),h+=Ot.length-1}l++}}static createElement(o,r){let a=Et.createElement("template");return a.innerHTML=o,a}};function Gt(e,o,r=e,a){if(o===ne)return o;let i=a!==void 0?r._$Co?.[a]:r._$Cl,l=re(o)?void 0:o._$litDirective$;return i?.constructor!==l&&(i?._$AO?.(!1),l===void 0?i=void 0:(i=new l(e),i._$AT(e,r,a)),a!==void 0?(r._$Co??=[])[a]=i:r._$Cl=i),i!==void 0&&(o=Gt(e,i._$AS(e,o.values),i,a)),o}var _e=class{constructor(o,r){this._$AV=[],this._$AN=void 0,this._$AD=o,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(o){let{el:{content:r},parts:a}=this._$AD,i=(o?.creationScope??Et).importNode(r,!0);wt.currentNode=i;let l=wt.nextNode(),c=0,p=0,d=a[0];for(;d!==void 0;){if(c===d.index){let y;d.type===2?y=new ve(l,l.nextSibling,this,o):d.type===1?y=new d.ctor(l,d.name,d.strings,this,o):d.type===6&&(y=new De(l,this,o)),this._$AV.push(y),d=a[++p]}c!==d?.index&&(l=wt.nextNode(),c++)}return wt.currentNode=Et,i}p(o){let r=0;for(let a of this._$AV)a!==void 0&&(a.strings!==void 0?(a._$AI(o,a,r),r+=a.strings.length-2):a._$AI(o[r])),r++}},ve=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(o,r,a,i){this.type=2,this._$AH=k,this._$AN=void 0,this._$AA=o,this._$AB=r,this._$AM=a,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let o=this._$AA.parentNode,r=this._$AM;return r!==void 0&&o?.nodeType===11&&(o=r.parentNode),o}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(o,r=this){o=Gt(this,o,r),re(o)?o===k||o==null||o===""?(this._$AH!==k&&this._$AR(),this._$AH=k):o!==this._$AH&&o!==ne&&this._(o):o._$litType$!==void 0?this.g(o):o.nodeType!==void 0?this.$(o):Fn(o)?this.T(o):this._(o)}k(o){return this._$AA.parentNode.insertBefore(o,this._$AB)}$(o){this._$AH!==o&&(this._$AR(),this._$AH=this.k(o))}_(o){this._$AH!==k&&re(this._$AH)?this._$AA.nextSibling.data=o:this.$(Et.createTextNode(o)),this._$AH=o}g(o){let{values:r,_$litType$:a}=o,i=typeof a=="number"?this._$AC(o):(a.el===void 0&&(a.el=ae.createElement(Tr(a.h,a.h[0]),this.options)),a);if(this._$AH?._$AD===i)this._$AH.p(r);else{let l=new _e(i,this),c=l.u(this.options);l.p(r),this.$(c),this._$AH=l}}_$AC(o){let r=Rr.get(o.strings);return r===void 0&&Rr.set(o.strings,r=new ae(o)),r}T(o){Wr(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,a,i=0;for(let l of o)i===r.length?r.push(a=new e(this.k(Ce()),this.k(Ce()),this,this.options)):a=r[i],a._$AI(l),i++;i<r.length&&(this._$AR(a&&a._$AB.nextSibling,i),r.length=i)}_$AR(o=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);o&&o!==this._$AB;){let a=o.nextSibling;o.remove(),o=a}}setConnected(o){this._$AM===void 0&&(this._$Cv=o,this._$AP?.(o))}},Kt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(o,r,a,i,l){this.type=1,this._$AH=k,this._$AN=void 0,this.element=o,this.name=r,this._$AM=i,this.options=l,a.length>2||a[0]!==""||a[1]!==""?(this._$AH=Array(a.length-1).fill(new String),this.strings=a):this._$AH=k}_$AI(o,r=this,a,i){let l=this.strings,c=!1;if(l===void 0)o=Gt(this,o,r,0),c=!re(o)||o!==this._$AH&&o!==ne,c&&(this._$AH=o);else{let p=o,d,y;for(o=l[0],d=0;d<l.length-1;d++)y=Gt(this,p[a+d],r,d),y===ne&&(y=this._$AH[d]),c||=!re(y)||y!==this._$AH[d],y===k?o=k:o!==k&&(o+=(y??"")+l[d+1]),this._$AH[d]=y}c&&!i&&this.O(o)}O(o){o===k?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,o??"")}},ke=class extends Kt{constructor(){super(...arguments),this.type=3}O(o){this.element[this.name]=o===k?void 0:o}},He=class extends Kt{constructor(){super(...arguments),this.type=4}O(o){this.element.toggleAttribute(this.name,!!o&&o!==k)}},Ue=class extends Kt{constructor(o,r,a,i,l){super(o,r,a,i,l),this.type=5}_$AI(o,r=this){if((o=Gt(this,o,r,0)??k)===ne)return;let a=this._$AH,i=o===k&&a!==k||o.capture!==a.capture||o.once!==a.once||o.passive!==a.passive,l=o!==k&&(a===k||i);i&&this.element.removeEventListener(this.name,this,a),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)}},De=class{constructor(o,r,a){this.element=o,this.type=6,this._$AN=void 0,this._$AM=r,this.options=a}get _$AU(){return this._$AM._$AU}_$AI(o){Gt(this,o)}};var jn=Ge.litHtmlPolyfillSupport;jn?.(ae,ve),(Ge.litHtmlVersions??=[]).push("3.1.0");var _r=Symbol.for(""),Yn=e=>{if(e?.r===_r)return e?._$litStatic$},Ke=e=>({_$litStatic$:e,r:_r});var zr=new Map,kr=e=>(o,...r)=>{let a=r.length,i,l,c=[],p=[],d,y=0,x=!1;for(;y<a;){for(d=o[y];y<a&&(l=r[y],(i=Yn(l))!==void 0);)d+=i+o[++y],x=!0;y!==a&&p.push(l),c.push(d),y++}if(y===a&&c.push(o[a]),x){let h=c.join("$$lit$$");(o=zr.get(h))===void 0&&(c.raw=c,zr.set(h,o=c)),r=p}return e(o,...r)},Me=kr(Ir),ps=kr(Br);var Ze=m(Q()),Ur=m(E());var Rt;(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"})(Rt||(Rt={}));var Hr=function(e,o,r,a){var i=arguments.length,l=i<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,r):a,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,r,a);else for(var p=e.length-1;p>=0;p--)(c=e[p])&&(l=(i<3?c(l):i>3?c(o,r,l):c(o,r))||l);return i>3&&l&&Object.defineProperty(o,r,l),l},tt=class extends Ur.FtLitElement{constructor(){super(...arguments),this.variant=Rt.body1}render(){return this.element?Me`
|
|
502
|
+
<${Ke(this.element)}
|
|
503
|
+
part="text"
|
|
513
504
|
class="ft-typography ft-typography--${this.variant}">
|
|
514
505
|
<slot></slot>
|
|
515
|
-
</${
|
|
516
|
-
`:
|
|
517
|
-
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
518
|
-
`}}
|
|
506
|
+
</${Ke(this.element)}>
|
|
507
|
+
`:Me`
|
|
508
|
+
<slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
|
|
509
|
+
`}};tt.styles=[Jo,Qo,tr,er,or,rr,nr,ar,ir,lr,cr,...sr];Hr([(0,Ze.property)()],tt.prototype,"element",void 0);Hr([(0,Ze.property)()],tt.prototype,"variant",void 0);(0,Dr.customElement)("ft-typography")(tt);var Gr=m(T()),yt=m(E()),Mt={distance:yt.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:yt.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:yt.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:yt.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:yt.FtCssVariableFactory.external(yt.designSystemVariables.borderRadiusS,"Design system"),maxWidth:yt.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Kr=Gr.css`
|
|
519
510
|
.ft-tooltip--container {
|
|
520
511
|
display: block;
|
|
521
512
|
}
|
|
@@ -530,21 +521,21 @@ const Do=Symbol.for(""),Bo=t=>{if(t?.r===Do)return t?._$litStatic$},Ao=t=>({_$li
|
|
|
530
521
|
box-sizing: border-box;
|
|
531
522
|
overflow: hidden;
|
|
532
523
|
width: max-content;
|
|
533
|
-
max-width: ${
|
|
524
|
+
max-width: ${Mt.maxWidth};
|
|
534
525
|
text-align: center;
|
|
535
|
-
padding: ${
|
|
536
|
-
z-index: ${
|
|
526
|
+
padding: ${Mt.distance};
|
|
527
|
+
z-index: ${Mt.zIndex};
|
|
537
528
|
}
|
|
538
529
|
|
|
539
530
|
.ft-tooltip--content {
|
|
540
531
|
padding: 4px 8px;
|
|
541
|
-
border-radius: ${
|
|
542
|
-
background-color: ${
|
|
543
|
-
color: ${
|
|
532
|
+
border-radius: ${Mt.borderRadiusS};
|
|
533
|
+
background-color: ${Mt.backgroundColor};
|
|
534
|
+
color: ${Mt.color};
|
|
544
535
|
position: relative;
|
|
545
536
|
word-break: break-word;
|
|
546
537
|
}
|
|
547
|
-
`,Qo=["start","end"],te=["top","right","bottom","left"].reduce(((t,o)=>t.concat(o,o+"-"+Qo[0],o+"-"+Qo[1])),[]),oe=Math.min,ee=Math.max,re=Math.round,ie=t=>({x:t,y:t}),ae={left:"right",right:"left",bottom:"top",top:"bottom"},ne={start:"end",end:"start"};function le(t,o,e){return ee(t,oe(o,e))}function ce(t,o){return"function"==typeof t?t(o):t}function pe(t){return t.split("-")[0]}function fe(t){return t.split("-")[1]}function se(t){return"x"===t?"y":"x"}function de(t){return"y"===t?"height":"width"}function he(t){return["top","bottom"].includes(pe(t))?"y":"x"}function ge(t){return se(he(t))}function ye(t){return t.replace(/left|right|bottom|top/g,(t=>ae[t]))}function ue(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function be(t,o,e){let{reference:r,floating:i}=t;const a=he(o),n=ge(o),l=de(n),c=pe(o),p="y"===a,f=r.x+r.width/2-i.width/2,s=r.y+r.height/2-i.height/2,d=r[l]/2-i[l]/2;let h;switch(c){case"top":h={x:f,y:r.y-i.height};break;case"bottom":h={x:f,y:r.y+r.height};break;case"right":h={x:r.x+r.width,y:s};break;case"left":h={x:r.x-i.width,y:s};break;default:h={x:r.x,y:r.y}}switch(fe(o)){case"start":h[n]-=d*(e&&p?-1:1);break;case"end":h[n]+=d*(e&&p?-1:1)}return h}async function me(t,o){var e;void 0===o&&(o={});const{x:r,y:i,platform:a,rects:n,elements:l,strategy:c}=t,{boundary:p="clippingAncestors",rootBoundary:f="viewport",elementContext:s="floating",altBoundary:d=!1,padding:h=0}=ce(o,t),g=function(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}(h),y=l[d?"floating"===s?"reference":"floating":s],u=ue(await a.getClippingRect({element:null==(e=await(null==a.isElement?void 0:a.isElement(y)))||e?y:y.contextElement||await(null==a.getDocumentElement?void 0:a.getDocumentElement(l.floating)),boundary:p,rootBoundary:f,strategy:c})),b="floating"===s?{...n.floating,x:r,y:i}:n.reference,m=await(null==a.getOffsetParent?void 0:a.getOffsetParent(l.floating)),x=await(null==a.isElement?void 0:a.isElement(m))&&await(null==a.getScale?void 0:a.getScale(m))||{x:1,y:1},O=ue(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:m,strategy:c}):b);return{top:(u.top-O.top+g.top)/x.y,bottom:(O.bottom-u.bottom+g.bottom)/x.y,left:(u.left-O.left+g.left)/x.x,right:(O.right-u.right+g.right)/x.x}}function xe(t,o,e){return(t?[...e.filter((o=>fe(o)===t)),...e.filter((o=>fe(o)!==t))]:e.filter((t=>pe(t)===t))).filter((e=>!t||(fe(e)===t||!!o&&function(t){return t.replace(/start|end/g,(t=>ne[t]))}(e)!==e)))}const Oe=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(o){var e,r,i;const{rects:a,middlewareData:n,placement:l,platform:c,elements:p}=o,{crossAxis:f=!1,alignment:s,allowedPlacements:d=te,autoAlignment:h=!0,...g}=ce(t,o),y=void 0!==s||d===te?xe(s||null,h,d):d,u=await me(o,g),b=(null==(e=n.autoPlacement)?void 0:e.index)||0,m=y[b];if(null==m)return{};const x=function(t,o,e){void 0===e&&(e=!1);const r=fe(t),i=ge(t),a=de(i);let n="x"===i?r===(e?"end":"start")?"right":"left":"start"===r?"bottom":"top";return o.reference[a]>o.floating[a]&&(n=ye(n)),[n,ye(n)]}(m,a,await(null==c.isRTL?void 0:c.isRTL(p.floating)));if(l!==m)return{reset:{placement:y[0]}};const O=[u[pe(m)],u[x[0]],u[x[1]]],v=[...(null==(r=n.autoPlacement)?void 0:r.overflows)||[],{placement:m,overflows:O}],N=y[b+1];if(N)return{data:{index:b+1,overflows:v},reset:{placement:N}};const S=v.map((t=>{const o=fe(t.placement);return[t.placement,o&&f?t.overflows.slice(0,2).reduce(((t,o)=>t+o),0):t.overflows[0],t.overflows]})).sort(((t,o)=>t[1]-o[1])),w=S.filter((t=>t[2].slice(0,fe(t[0])?2:3).every((t=>t<=0)))),C=(null==(i=w[0])?void 0:i[0])||S[0][0];return C!==l?{data:{index:b+1,overflows:v},reset:{placement:C}}:{}}}};function ve(t){return we(t)?(t.nodeName||"").toLowerCase():"#document"}function Ne(t){var o;return(null==t||null==(o=t.ownerDocument)?void 0:o.defaultView)||window}function Se(t){var o;return null==(o=(we(t)?t.ownerDocument:t.document)||window.document)?void 0:o.documentElement}function we(t){return t instanceof Node||t instanceof Ne(t).Node}function Ce(t){return t instanceof Element||t instanceof Ne(t).Element}function Ie(t){return t instanceof HTMLElement||t instanceof Ne(t).HTMLElement}function $e(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof Ne(t).ShadowRoot)}function Ee(t){const{overflow:o,overflowX:e,overflowY:r,display:i}=Le(t);return/auto|scroll|overlay|hidden|clip/.test(o+r+e)&&!["inline","contents"].includes(i)}function We(t){return["table","td","th"].includes(ve(t))}function Ue(t){const o=Re(),e=Le(t);return"none"!==e.transform||"none"!==e.perspective||!!e.containerType&&"normal"!==e.containerType||!o&&!!e.backdropFilter&&"none"!==e.backdropFilter||!o&&!!e.filter&&"none"!==e.filter||["transform","perspective","filter"].some((t=>(e.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(e.contain||"").includes(t)))}function Re(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function ke(t){return["html","body","#document"].includes(ve(t))}function Le(t){return Ne(t).getComputedStyle(t)}function Ze(t){return Ce(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function ze(t){if("html"===ve(t))return t;const o=t.assignedSlot||t.parentNode||$e(t)&&t.host||Se(t);return $e(o)?o.host:o}function Ke(t){const o=ze(t);return ke(o)?t.ownerDocument?t.ownerDocument.body:t.body:Ie(o)&&Ee(o)?o:Ke(o)}function Fe(t,o,e){var r;void 0===o&&(o=[]),void 0===e&&(e=!0);const i=Ke(t),a=i===(null==(r=t.ownerDocument)?void 0:r.body),n=Ne(i);return a?o.concat(n,n.visualViewport||[],Ee(i)?i:[],n.frameElement&&e?Fe(n.frameElement):[]):o.concat(i,Fe(i,[],e))}function De(t){const o=Le(t);let e=parseFloat(o.width)||0,r=parseFloat(o.height)||0;const i=Ie(t),a=i?t.offsetWidth:e,n=i?t.offsetHeight:r,l=re(e)!==a||re(r)!==n;return l&&(e=a,r=n),{width:e,height:r,$:l}}function Be(t){return Ce(t)?t:t.contextElement}function Ae(t){const o=Be(t);if(!Ie(o))return ie(1);const e=o.getBoundingClientRect(),{width:r,height:i,$:a}=De(o);let n=(a?re(e.width):e.width)/r,l=(a?re(e.height):e.height)/i;return n&&Number.isFinite(n)||(n=1),l&&Number.isFinite(l)||(l=1),{x:n,y:l}}const He=ie(0);function Ge(t){const o=Ne(t);return Re()&&o.visualViewport?{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}:He}function Pe(t,o,e,r){void 0===o&&(o=!1),void 0===e&&(e=!1);const i=t.getBoundingClientRect(),a=Be(t);let n=ie(1);o&&(r?Ce(r)&&(n=Ae(r)):n=Ae(t));const l=function(t,o,e){return void 0===o&&(o=!1),!(!e||o&&e!==Ne(t))&&o}(a,e,r)?Ge(a):ie(0);let c=(i.left+l.x)/n.x,p=(i.top+l.y)/n.y,f=i.width/n.x,s=i.height/n.y;if(a){const t=Ne(a),o=r&&Ce(r)?Ne(r):r;let e=t.frameElement;for(;e&&r&&o!==t;){const t=Ae(e),o=e.getBoundingClientRect(),r=Le(e),i=o.left+(e.clientLeft+parseFloat(r.paddingLeft))*t.x,a=o.top+(e.clientTop+parseFloat(r.paddingTop))*t.y;c*=t.x,p*=t.y,f*=t.x,s*=t.y,c+=i,p+=a,e=Ne(e).frameElement}}return ue({width:f,height:s,x:c,y:p})}function Te(t){return Pe(Se(t)).left+Ze(t).scrollLeft}function je(t,o,e){let r;if("viewport"===o)r=function(t,o){const e=Ne(t),r=Se(t),i=e.visualViewport;let a=r.clientWidth,n=r.clientHeight,l=0,c=0;if(i){a=i.width,n=i.height;const t=Re();(!t||t&&"fixed"===o)&&(l=i.offsetLeft,c=i.offsetTop)}return{width:a,height:n,x:l,y:c}}(t,e);else if("document"===o)r=function(t){const o=Se(t),e=Ze(t),r=t.ownerDocument.body,i=ee(o.scrollWidth,o.clientWidth,r.scrollWidth,r.clientWidth),a=ee(o.scrollHeight,o.clientHeight,r.scrollHeight,r.clientHeight);let n=-e.scrollLeft+Te(t);const l=-e.scrollTop;return"rtl"===Le(r).direction&&(n+=ee(o.clientWidth,r.clientWidth)-i),{width:i,height:a,x:n,y:l}}(Se(t));else if(Ce(o))r=function(t,o){const e=Pe(t,!0,"fixed"===o),r=e.top+t.clientTop,i=e.left+t.clientLeft,a=Ie(t)?Ae(t):ie(1);return{width:t.clientWidth*a.x,height:t.clientHeight*a.y,x:i*a.x,y:r*a.y}}(o,e);else{const e=Ge(t);r={...o,x:o.x-e.x,y:o.y-e.y}}return ue(r)}function Me(t,o){const e=ze(t);return!(e===o||!Ce(e)||ke(e))&&("fixed"===Le(e).position||Me(e,o))}function _e(t,o,e){const r=Ie(o),i=Se(o),a="fixed"===e,n=Pe(t,!0,a,o);let l={scrollLeft:0,scrollTop:0};const c=ie(0);if(r||!r&&!a)if(("body"!==ve(o)||Ee(i))&&(l=Ze(o)),r){const t=Pe(o,!0,a,o);c.x=t.x+o.clientLeft,c.y=t.y+o.clientTop}else i&&(c.x=Te(i));return{x:n.left+l.scrollLeft-c.x,y:n.top+l.scrollTop-c.y,width:n.width,height:n.height}}function Ye(t,o){return Ie(t)&&"fixed"!==Le(t).position?o?o(t):t.offsetParent:null}function Ve(t,o){const e=Ne(t);if(!Ie(t))return e;let r=Ye(t,o);for(;r&&We(r)&&"static"===Le(r).position;)r=Ye(r,o);return r&&("html"===ve(r)||"body"===ve(r)&&"static"===Le(r).position&&!Ue(r))?e:r||function(t){let o=ze(t);for(;Ie(o)&&!ke(o);){if(Ue(o))return o;o=ze(o)}return null}(t)||e}const Xe={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:o,offsetParent:e,strategy:r}=t;const i=Ie(e),a=Se(e);if(e===a)return o;let n={scrollLeft:0,scrollTop:0},l=ie(1);const c=ie(0);if((i||!i&&"fixed"!==r)&&(("body"!==ve(e)||Ee(a))&&(n=Ze(e)),Ie(e))){const t=Pe(e);l=Ae(e),c.x=t.x+e.clientLeft,c.y=t.y+e.clientTop}return{width:o.width*l.x,height:o.height*l.y,x:o.x*l.x-n.scrollLeft*l.x+c.x,y:o.y*l.y-n.scrollTop*l.y+c.y}},getDocumentElement:Se,getClippingRect:function(t){let{element:o,boundary:e,rootBoundary:r,strategy:i}=t;const a=[..."clippingAncestors"===e?function(t,o){const e=o.get(t);if(e)return e;let r=Fe(t,[],!1).filter((t=>Ce(t)&&"body"!==ve(t))),i=null;const a="fixed"===Le(t).position;let n=a?ze(t):t;for(;Ce(n)&&!ke(n);){const o=Le(n),e=Ue(n);e||"fixed"!==o.position||(i=null),(a?!e&&!i:!e&&"static"===o.position&&i&&["absolute","fixed"].includes(i.position)||Ee(n)&&!e&&Me(t,n))?r=r.filter((t=>t!==n)):i=o,n=ze(n)}return o.set(t,r),r}(o,this._c):[].concat(e),r],n=a[0],l=a.reduce(((t,e)=>{const r=je(o,e,i);return t.top=ee(r.top,t.top),t.right=oe(r.right,t.right),t.bottom=oe(r.bottom,t.bottom),t.left=ee(r.left,t.left),t}),je(o,n,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},getOffsetParent:Ve,getElementRects:async function(t){let{reference:o,floating:e,strategy:r}=t;const i=this.getOffsetParent||Ve,a=this.getDimensions;return{reference:_e(o,await i(e),r),floating:{x:0,y:0,...await a(e)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return De(t)},getScale:Ae,isElement:Ce,isRTL:function(t){return"rtl"===Le(t).direction}},qe=(t,o,e)=>{const r=new Map,i={platform:Xe,...e},a={...i.platform,_c:r};return(async(t,o,e)=>{const{placement:r="bottom",strategy:i="absolute",middleware:a=[],platform:n}=e,l=a.filter(Boolean),c=await(null==n.isRTL?void 0:n.isRTL(o));let p=await n.getElementRects({reference:t,floating:o,strategy:i}),{x:f,y:s}=be(p,r,c),d=r,h={},g=0;for(let e=0;e<l.length;e++){const{name:a,fn:y}=l[e],{x:u,y:b,data:m,reset:x}=await y({x:f,y:s,initialPlacement:r,placement:d,strategy:i,middlewareData:h,rects:p,platform:n,elements:{reference:t,floating:o}});f=null!=u?u:f,s=null!=b?b:s,h={...h,[a]:{...h[a],...m}},x&&g<=50&&(g++,"object"==typeof x&&(x.placement&&(d=x.placement),x.rects&&(p=!0===x.rects?await n.getElementRects({reference:t,floating:o,strategy:i}):x.rects),({x:f,y:s}=be(p,d,c))),e=-1)}return{x:f,y:s,placement:d,strategy:i,middlewareData:h}})(t,o,{...i,platform:a})};function Je(t){return function(t){for(let o=t;o;o=Qe(o))if(o instanceof Element&&"none"===getComputedStyle(o).display)return null;for(let o=Qe(t);o;o=Qe(o)){if(!(o instanceof Element))continue;const t=getComputedStyle(o);if("contents"!==t.display){if("static"!==t.position||"none"!==t.filter)return o;if("BODY"===o.tagName)return o}}return null}(t)}function Qe(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}var tr,or,er,rr=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class ir extends o.FtLitElement{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new o.Debouncer,this.revealDebouncer=new o.Debouncer}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return e.html`
|
|
538
|
+
`;var Zr=["top","right","bottom","left"],Mr=["start","end"],Ve=Zr.reduce((e,o)=>e.concat(o,o+"-"+Mr[0],o+"-"+Mr[1]),[]),ie=Math.min,St=Math.max,le=Math.round;var ut=e=>({x:e,y:e}),Xn={left:"right",right:"left",bottom:"top",top:"bottom"},qn={start:"end",end:"start"};function je(e,o,r){return St(e,ie(o,r))}function Ne(e,o){return typeof e=="function"?e(o):e}function Zt(e){return e.split("-")[0]}function Ct(e){return e.split("-")[1]}function Ye(e){return e==="x"?"y":"x"}function Xe(e){return e==="y"?"height":"width"}function we(e){return["top","bottom"].includes(Zt(e))?"y":"x"}function qe(e){return Ye(we(e))}function Fr(e,o,r){r===void 0&&(r=!1);let a=Ct(e),i=qe(e),l=Xe(i),c=i==="x"?a===(r?"end":"start")?"right":"left":a==="start"?"bottom":"top";return o.reference[l]>o.floating[l]&&(c=Fe(c)),[c,Fe(c)]}function Vr(e){return e.replace(/start|end/g,o=>qn[o])}function Fe(e){return e.replace(/left|right|bottom|top/g,o=>Xn[o])}function Jn(e){return{top:0,right:0,bottom:0,left:0,...e}}function jr(e){return typeof e!="number"?Jn(e):{top:e,right:e,bottom:e,left:e}}function At(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}function Yr(e,o,r){let{reference:a,floating:i}=e,l=we(o),c=qe(o),p=Xe(c),d=Zt(o),y=l==="y",x=a.x+a.width/2-i.width/2,h=a.y+a.height/2-i.height/2,C=a[p]/2-i[p]/2,S;switch(d){case"top":S={x,y:a.y-i.height};break;case"bottom":S={x,y:a.y+a.height};break;case"right":S={x:a.x+a.width,y:h};break;case"left":S={x:a.x-i.width,y:h};break;default:S={x:a.x,y:a.y}}switch(Ct(o)){case"start":S[c]-=C*(r&&y?-1:1);break;case"end":S[c]+=C*(r&&y?-1:1);break}return S}var Xr=async(e,o,r)=>{let{placement:a="bottom",strategy:i="absolute",middleware:l=[],platform:c}=r,p=l.filter(Boolean),d=await(c.isRTL==null?void 0:c.isRTL(o)),y=await c.getElementRects({reference:e,floating:o,strategy:i}),{x,y:h}=Yr(y,a,d),C=a,S={},w=0;for(let L=0;L<p.length;L++){let{name:I,fn:W}=p[L],{x:B,y:G,data:bt,reset:U}=await W({x,y:h,initialPlacement:a,placement:C,strategy:i,middlewareData:S,rects:y,platform:c,elements:{reference:e,floating:o}});if(x=B??x,h=G??h,S={...S,[I]:{...S[I],...bt}},U&&w<=50){w++,typeof U=="object"&&(U.placement&&(C=U.placement),U.rects&&(y=U.rects===!0?await c.getElementRects({reference:e,floating:o,strategy:i}):U.rects),{x,y:h}=Yr(y,C,d)),L=-1;continue}}return{x,y:h,placement:C,strategy:i,middlewareData:S}};async function Je(e,o){var r;o===void 0&&(o={});let{x:a,y:i,platform:l,rects:c,elements:p,strategy:d}=e,{boundary:y="clippingAncestors",rootBoundary:x="viewport",elementContext:h="floating",altBoundary:C=!1,padding:S=0}=Ne(o,e),w=jr(S),I=p[C?h==="floating"?"reference":"floating":h],W=At(await l.getClippingRect({element:(r=await(l.isElement==null?void 0:l.isElement(I)))==null||r?I:I.contextElement||await(l.getDocumentElement==null?void 0:l.getDocumentElement(p.floating)),boundary:y,rootBoundary:x,strategy:d})),B=h==="floating"?{...c.floating,x:a,y:i}:c.reference,G=await(l.getOffsetParent==null?void 0:l.getOffsetParent(p.floating)),bt=await(l.isElement==null?void 0:l.isElement(G))?await(l.getScale==null?void 0:l.getScale(G))||{x:1,y:1}:{x:1,y:1},U=At(l.convertOffsetParentRelativeRectToViewportRelativeRect?await l.convertOffsetParentRelativeRectToViewportRelativeRect({rect:B,offsetParent:G,strategy:d}):B);return{top:(W.top-U.top+w.top)/bt.y,bottom:(U.bottom-W.bottom+w.bottom)/bt.y,left:(W.left-U.left+w.left)/bt.x,right:(U.right-W.right+w.right)/bt.x}}function Qn(e,o,r){return(e?[...r.filter(i=>Ct(i)===e),...r.filter(i=>Ct(i)!==e)]:r.filter(i=>Zt(i)===i)).filter(i=>e?Ct(i)===e||(o?Vr(i)!==i:!1):!0)}var Qe=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(o){var r,a,i;let{rects:l,middlewareData:c,placement:p,platform:d,elements:y}=o,{crossAxis:x=!1,alignment:h,allowedPlacements:C=Ve,autoAlignment:S=!0,...w}=Ne(e,o),L=h!==void 0||C===Ve?Qn(h||null,S,C):C,I=await Je(o,w),W=((r=c.autoPlacement)==null?void 0:r.index)||0,B=L[W];if(B==null)return{};let G=Fr(B,l,await(d.isRTL==null?void 0:d.isRTL(y.floating)));if(p!==B)return{reset:{placement:L[0]}};let bt=[I[Zt(B)],I[G[0]],I[G[1]]],U=[...((a=c.autoPlacement)==null?void 0:a.overflows)||[],{placement:B,overflows:bt}],ao=L[W+1];if(ao)return{data:{index:W+1,overflows:U},reset:{placement:ao}};let io=U.map(at=>{let Jt=Ct(at.placement);return[at.placement,Jt&&x?at.overflows.slice(0,2).reduce((zn,_n)=>zn+_n,0):at.overflows[0],at.overflows]}).sort((at,Jt)=>at[1]-Jt[1]),lo=((i=io.filter(at=>at[2].slice(0,Ct(at[0])?2:3).every(Jt=>Jt<=0))[0])==null?void 0:i[0])||io[0][0];return lo!==p?{data:{index:W+1,overflows:U},reset:{placement:lo}}:{}}}};var to=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(o){let{x:r,y:a,placement:i}=o,{mainAxis:l=!0,crossAxis:c=!1,limiter:p={fn:I=>{let{x:W,y:B}=I;return{x:W,y:B}}},...d}=Ne(e,o),y={x:r,y:a},x=await Je(o,d),h=we(Zt(i)),C=Ye(h),S=y[C],w=y[h];if(l){let I=C==="y"?"top":"left",W=C==="y"?"bottom":"right",B=S+x[I],G=S-x[W];S=je(B,S,G)}if(c){let I=h==="y"?"top":"left",W=h==="y"?"bottom":"right",B=w+x[I],G=w-x[W];w=je(B,w,G)}let L=p.fn({...o,[C]:S,[h]:w});return{...L,data:{x:L.x-r,y:L.y-a}}}}};function mt(e){return Jr(e)?(e.nodeName||"").toLowerCase():"#document"}function V(e){var o;return(e==null||(o=e.ownerDocument)==null?void 0:o.defaultView)||window}function ht(e){var o;return(o=(Jr(e)?e.ownerDocument:e.document)||window.document)==null?void 0:o.documentElement}function Jr(e){return e instanceof Node||e instanceof V(e).Node}function ct(e){return e instanceof Element||e instanceof V(e).Element}function et(e){return e instanceof HTMLElement||e instanceof V(e).HTMLElement}function qr(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof V(e).ShadowRoot}function Ft(e){let{overflow:o,overflowX:r,overflowY:a,display:i}=Y(e);return/auto|scroll|overlay|hidden|clip/.test(o+a+r)&&!["inline","contents"].includes(i)}function Qr(e){return["table","td","th"].includes(mt(e))}function Re(e){let o=Ae(),r=Y(e);return r.transform!=="none"||r.perspective!=="none"||(r.containerType?r.containerType!=="normal":!1)||!o&&(r.backdropFilter?r.backdropFilter!=="none":!1)||!o&&(r.filter?r.filter!=="none":!1)||["transform","perspective","filter"].some(a=>(r.willChange||"").includes(a))||["paint","layout","strict","content"].some(a=>(r.contain||"").includes(a))}function tn(e){let o=Lt(e);for(;et(o)&&!ce(o);){if(Re(o))return o;o=Lt(o)}return null}function Ae(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function ce(e){return["html","body","#document"].includes(mt(e))}function Y(e){return V(e).getComputedStyle(e)}function se(e){return ct(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Lt(e){if(mt(e)==="html")return e;let o=e.assignedSlot||e.parentNode||qr(e)&&e.host||ht(e);return qr(o)?o.host:o}function en(e){let o=Lt(e);return ce(o)?e.ownerDocument?e.ownerDocument.body:e.body:et(o)&&Ft(o)?o:en(o)}function Ee(e,o,r){var a;o===void 0&&(o=[]),r===void 0&&(r=!0);let i=en(e),l=i===((a=e.ownerDocument)==null?void 0:a.body),c=V(i);return l?o.concat(c,c.visualViewport||[],Ft(i)?i:[],c.frameElement&&r?Ee(c.frameElement):[]):o.concat(i,Ee(i,[],r))}function nn(e){let o=Y(e),r=parseFloat(o.width)||0,a=parseFloat(o.height)||0,i=et(e),l=i?e.offsetWidth:r,c=i?e.offsetHeight:a,p=le(r)!==l||le(a)!==c;return p&&(r=l,a=c),{width:r,height:a,$:p}}function an(e){return ct(e)?e:e.contextElement}function Vt(e){let o=an(e);if(!et(o))return ut(1);let r=o.getBoundingClientRect(),{width:a,height:i,$:l}=nn(o),c=(l?le(r.width):r.width)/a,p=(l?le(r.height):r.height)/i;return(!c||!Number.isFinite(c))&&(c=1),(!p||!Number.isFinite(p))&&(p=1),{x:c,y:p}}var ta=ut(0);function ln(e){let o=V(e);return!Ae()||!o.visualViewport?ta:{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}}function ea(e,o,r){return o===void 0&&(o=!1),!r||o&&r!==V(e)?!1:o}function pe(e,o,r,a){o===void 0&&(o=!1),r===void 0&&(r=!1);let i=e.getBoundingClientRect(),l=an(e),c=ut(1);o&&(a?ct(a)&&(c=Vt(a)):c=Vt(e));let p=ea(l,r,a)?ln(l):ut(0),d=(i.left+p.x)/c.x,y=(i.top+p.y)/c.y,x=i.width/c.x,h=i.height/c.y;if(l){let C=V(l),S=a&&ct(a)?V(a):a,w=C.frameElement;for(;w&&a&&S!==C;){let L=Vt(w),I=w.getBoundingClientRect(),W=Y(w),B=I.left+(w.clientLeft+parseFloat(W.paddingLeft))*L.x,G=I.top+(w.clientTop+parseFloat(W.paddingTop))*L.y;d*=L.x,y*=L.y,x*=L.x,h*=L.y,d+=B,y+=G,w=V(w).frameElement}}return At({width:x,height:h,x:d,y})}function oa(e){let{rect:o,offsetParent:r,strategy:a}=e,i=et(r),l=ht(r);if(r===l)return o;let c={scrollLeft:0,scrollTop:0},p=ut(1),d=ut(0);if((i||!i&&a!=="fixed")&&((mt(r)!=="body"||Ft(l))&&(c=se(r)),et(r))){let y=pe(r);p=Vt(r),d.x=y.x+r.clientLeft,d.y=y.y+r.clientTop}return{width:o.width*p.x,height:o.height*p.y,x:o.x*p.x-c.scrollLeft*p.x+d.x,y:o.y*p.y-c.scrollTop*p.y+d.y}}function ra(e){return Array.from(e.getClientRects())}function cn(e){return pe(ht(e)).left+se(e).scrollLeft}function na(e){let o=ht(e),r=se(e),a=e.ownerDocument.body,i=St(o.scrollWidth,o.clientWidth,a.scrollWidth,a.clientWidth),l=St(o.scrollHeight,o.clientHeight,a.scrollHeight,a.clientHeight),c=-r.scrollLeft+cn(e),p=-r.scrollTop;return Y(a).direction==="rtl"&&(c+=St(o.clientWidth,a.clientWidth)-i),{width:i,height:l,x:c,y:p}}function aa(e,o){let r=V(e),a=ht(e),i=r.visualViewport,l=a.clientWidth,c=a.clientHeight,p=0,d=0;if(i){l=i.width,c=i.height;let y=Ae();(!y||y&&o==="fixed")&&(p=i.offsetLeft,d=i.offsetTop)}return{width:l,height:c,x:p,y:d}}function ia(e,o){let r=pe(e,!0,o==="fixed"),a=r.top+e.clientTop,i=r.left+e.clientLeft,l=et(e)?Vt(e):ut(1),c=e.clientWidth*l.x,p=e.clientHeight*l.y,d=i*l.x,y=a*l.y;return{width:c,height:p,x:d,y}}function on(e,o,r){let a;if(o==="viewport")a=aa(e,r);else if(o==="document")a=na(ht(e));else if(ct(o))a=ia(o,r);else{let i=ln(e);a={...o,x:o.x-i.x,y:o.y-i.y}}return At(a)}function sn(e,o){let r=Lt(e);return r===o||!ct(r)||ce(r)?!1:Y(r).position==="fixed"||sn(r,o)}function la(e,o){let r=o.get(e);if(r)return r;let a=Ee(e,[],!1).filter(p=>ct(p)&&mt(p)!=="body"),i=null,l=Y(e).position==="fixed",c=l?Lt(e):e;for(;ct(c)&&!ce(c);){let p=Y(c),d=Re(c);!d&&p.position==="fixed"&&(i=null),(l?!d&&!i:!d&&p.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||Ft(c)&&!d&&sn(e,c))?a=a.filter(x=>x!==c):i=p,c=Lt(c)}return o.set(e,a),a}function ca(e){let{element:o,boundary:r,rootBoundary:a,strategy:i}=e,c=[...r==="clippingAncestors"?la(o,this._c):[].concat(r),a],p=c[0],d=c.reduce((y,x)=>{let h=on(o,x,i);return y.top=St(h.top,y.top),y.right=ie(h.right,y.right),y.bottom=ie(h.bottom,y.bottom),y.left=St(h.left,y.left),y},on(o,p,i));return{width:d.right-d.left,height:d.bottom-d.top,x:d.left,y:d.top}}function sa(e){return nn(e)}function pa(e,o,r){let a=et(o),i=ht(o),l=r==="fixed",c=pe(e,!0,l,o),p={scrollLeft:0,scrollTop:0},d=ut(0);if(a||!a&&!l)if((mt(o)!=="body"||Ft(i))&&(p=se(o)),a){let y=pe(o,!0,l,o);d.x=y.x+o.clientLeft,d.y=y.y+o.clientTop}else i&&(d.x=cn(i));return{x:c.left+p.scrollLeft-d.x,y:c.top+p.scrollTop-d.y,width:c.width,height:c.height}}function rn(e,o){return!et(e)||Y(e).position==="fixed"?null:o?o(e):e.offsetParent}function pn(e,o){let r=V(e);if(!et(e))return r;let a=rn(e,o);for(;a&&Qr(a)&&Y(a).position==="static";)a=rn(a,o);return a&&(mt(a)==="html"||mt(a)==="body"&&Y(a).position==="static"&&!Re(a))?r:a||tn(e)||r}var da=async function(e){let{reference:o,floating:r,strategy:a}=e,i=this.getOffsetParent||pn,l=this.getDimensions;return{reference:pa(o,await i(r),a),floating:{x:0,y:0,...await l(r)}}};function fa(e){return Y(e).direction==="rtl"}var Le={convertOffsetParentRelativeRectToViewportRelativeRect:oa,getDocumentElement:ht,getClippingRect:ca,getOffsetParent:pn,getElementRects:da,getClientRects:ra,getDimensions:sa,getScale:Vt,isElement:ct,isRTL:fa};var dn=(e,o,r)=>{let a=new Map,i={platform:Le,...r},l={...i.platform,_c:a};return Xr(e,o,{...i,platform:l})};function fn(e){return ga(e)}function eo(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function ga(e){for(let o=e;o;o=eo(o))if(o instanceof Element&&getComputedStyle(o).display==="none")return null;for(let o=eo(e);o;o=eo(o)){if(!(o instanceof Element))continue;let r=getComputedStyle(o);if(r.display!=="contents"&&(r.position!=="static"||r.filter!=="none"||o.tagName==="BODY"))return o}return null}async function gn(e,o,r){return dn(e,o,{platform:{...Le,getOffsetParent:a=>Le.getOffsetParent(a,fn)},middleware:[to({crossAxis:!0}),Qe({allowedPlacements:[r]})]})}var j=function(e,o,r,a){var i=arguments.length,l=i<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,r):a,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,r,a);else for(var p=e.length-1;p>=0;p--)(c=e[p])&&(l=(i<3?c(l):i>3?c(o,r,l):c(o,r))||l);return i>3&&l&&Object.defineProperty(o,r,l),l},A=class extends de.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 de.Debouncer,this.revealDebouncer=new de.Debouncer}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return yn.html`
|
|
548
539
|
<div part="container"
|
|
549
540
|
class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
|
|
550
541
|
@mouseenter=${this.onHover}
|
|
@@ -562,42 +553,45 @@ const Do=Symbol.for(""),Bo=t=>{if(t?.r===Do)return t?._$litStatic$},Ao=t=>({_$li
|
|
|
562
553
|
</div>
|
|
563
554
|
</div>
|
|
564
555
|
</div>
|
|
565
|
-
`}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((o=>t.has(o)))&&this.visible&&this.positionTooltip()}async show(t){this.visible=!0,null!=t&&await this.hideDebounce.run((()=>{this.hide()}),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",async function(t,o,e){return qe(t,o,{platform:{...Xe,getOffsetParent:t=>Xe.getOffsetParent(t,Je)},middleware:[(r={crossAxis:!0},void 0===r&&(r={}),{name:"shift",options:r,async fn(t){const{x:o,y:e,placement:i}=t,{mainAxis:a=!0,crossAxis:n=!1,limiter:l={fn:t=>{let{x:o,y:e}=t;return{x:o,y:e}}},...c}=ce(r,t),p={x:o,y:e},f=await me(t,c),s=he(pe(i)),d=se(s);let h=p[d],g=p[s];if(a){const t="y"===d?"bottom":"right";h=le(h+f["y"===d?"top":"left"],h,h-f[t])}if(n){const t="y"===s?"bottom":"right";g=le(g+f["y"===s?"top":"left"],g,g-f[t])}const y=l.fn({...t,[d]:h,[s]:g});return{...y,data:{x:y.x-o,y:y.y-e}}}}),Oe({allowedPlacements:[e]})]});var r}(this.slottedElement,this.tooltip,this.position).then((({x:t,y:o})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${o}px`)}))),this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.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(t,o){return Math.max(t,Math.min(0,-o))}}ir.elementDefinitions={"ft-typography":jo},ir.styles=Jo,rr([r.property()],ir.prototype,"text",void 0),rr([r.property({type:Boolean})],ir.prototype,"manual",void 0),rr([r.property({type:Boolean})],ir.prototype,"inline",void 0),rr([r.property({type:Number})],ir.prototype,"delay",void 0),rr([r.property()],ir.prototype,"position",void 0),rr([r.queryAssignedNodes()],ir.prototype,"slotNodes",void 0),rr([r.query(".ft-tooltip--container")],ir.prototype,"container",void 0),rr([r.query(".ft-tooltip")],ir.prototype,"tooltip",void 0),rr([r.query(".ft-tooltip--content")],ir.prototype,"tooltipContent",void 0),rr([r.state()],ir.prototype,"visible",void 0),rr([r.eventOptions({passive:!0})],ir.prototype,"onTouch",null),rr([r.eventOptions({passive:!0})],ir.prototype,"onHover",null),rr([r.eventOptions({passive:!0})],ir.prototype,"onOut",null),rr([r.eventOptions({passive:!0})],ir.prototype,"onClick",null),o.customElement("ft-tooltip")(ir),function(t){t.THUMBS_DOWN="",t.THUMBS_DOWN_PLAIN="",t.THUMBS_UP="",t.THUMBS_UP_PLAIN="",t.STAR="",t.STAR_PLAIN="",t.DESKTOP="",t.LIFE_RING="",t.GLOBE="",t.PIGGY_BANK="",t.TABLET_LANDSCAPE="",t.TABLET_PORTRAIT="",t.MOBILE_LANDSCAPE="",t.MOBILE_PORTRAIT="",t.ARROW_RIGHT_TO_LINE="",t.THIN_ARROW_UP="",t.CONTEXTUAL="",t.CHART_SIMPLE="",t.BARS_PROGRESS="",t.LINE_CHART="",t.STACKED_CHART="",t.CHART_BAR_NORMALIZED="",t.BOOK_OPEN_GEAR="",t.BOOK_OPEN_GEAR_SLASH="",t.DIAGRAM_SUNBURST="",t.DIAGRAM_SANKEY="",t.UNSTRUCTURED_DOC="",t.RESET="",t.THIN_ARROW_LEFT="",t.THIN_ARROW_RIGHT="",t.MY_COLLECTIONS="",t.OFFLINE_SETTINGS="",t.MY_LIBRARY="",t.RATE_PLAIN="",t.RATE="",t.FEEDBACK_PLAIN="",t.PAUSE="",t.PLAY="",t.RELATIVES_PLAIN="",t.RELATIVES="",t.SHORTCUT_MENU="",t.PRINT="",t.DEFAULT_ROLES="",t.ACCOUNT_SETTINGS="",t.ONLINE="",t.OFFLINE="",t.UPLOAD="",t.BOOK_PLAIN="",t.SYNC="",t.SHARED_PBK="",t.COLLECTIONS="",t.SEARCH_IN_PUBLICATION="",t.BOOKS="",t.LOCKER="",t.ARROW_DOWN="",t.ARROW_LEFT="",t.ARROW_RIGHT="",t.ARROW_UP="",t.SAVE="",t.MAILS_AND_NOTIFICATIONS="",t.DOT="",t.MINUS="",t.PLUS="",t.FILTERS="",t.STRIPE_ARROW_RIGHT="",t.STRIPE_ARROW_LEFT="",t.ATTACHMENTS="",t.ADD_BOOKMARK="",t.BOOKMARK="",t.EXPORT="",t.MENU="",t.TAG="",t.TAG_PLAIN="",t.COPY_TO_CLIPBOARD="",t.COLUMNS="",t.ARTICLE="",t.CLOSE="",t.OCTAGON_XMARK="",t.CLOSE_PLAIN="",t.CHECK_PLAIN="",t.LOGOUT="",t.SIGN_IN="",t.THIN_ARROW="",t.TRIANGLE_BOTTOM="",t.TRIANGLE_LEFT="",t.TRIANGLE_RIGHT="",t.TRIANGLE_TOP="",t.FACET_HAS_DESCENDANT="",t.MINUS_PLAIN="",t.PLUS_PLAIN="",t.INFO="",t.ICON_EXPAND="",t.ICON_COLLAPSE="",t.ADD_TO_PBK="",t.ALERT="",t.ADD_ALERT="",t.BACK_TO_SEARCH="",t.DOWNLOAD="",t.EDIT="",t.FEEDBACK="",t.MODIFY_PBK="",t.SCHEDULED="",t.SEARCH="",t.SHARE="󨃱",t.TOC="",t.WRITE_UGC="",t.TRASH="",t.EXTLINK="",t.EXTLINK_LIGHT="",t.CALENDAR="",t.BOOK="",t.DOWNLOAD_PLAIN="",t.CHECK="",t.TOPICS="",t.EYE="",t.EYE_SLASH="",t.DISC="",t.CIRCLE="",t.SHARED="",t.SORT_UNSORTED="",t.SORT_UP="",t.SORT_DOWN="",t.WORKING="",t.ZOOM_OUT="",t.ZOOM_IN="",t.ZOOM_REALSIZE="",t.ZOOM_FULLSCREEN="",t.ADMIN_RESTRICTED="",t.ADMIN_THEME="",t.WARNING="",t.CONTEXT="",t.SEARCH_HOME="",t.STEPS="",t.HOME="",t.TRANSLATE="",t.USER="",t.ADMIN="",t.ANALYTICS="",t.ADMIN_KHUB="",t.ADMIN_USERS="",t.ADMIN_INTEGRATION="",t.ADMIN_PORTAL="",t.COMMENT_QUESTION="",t.COMMENT_QUESTION_PLAIN="",t.MESSAGE_BOT="",t.PIP="",t.PIP_WIDE="",t.EXPAND_WIDE="",t.X_MARK="",t.CLONE="",t.CLONE_LINK_SIMPLE="",t.CONSUMER="",t.HOURGLASS_HALF="",t.CLOCK_THREE="",t.CALENDAR_DAY="",t.COMPUTER_MOUSE_MAGNIFYING_GLASS="",t.WAND_MAGIC_SPARKLES="",t.PAPER_PLANE=""}(tr||(tr={})),function(t){t.UNKNOWN="",t.ABW="",t.AUDIO="",t.AVI="",t.CHM="",t.CODE="",t.CSV="",t.DITA="",t.EPUB="",t.EXCEL="",t.FLAC="",t.GIF="",t.GZIP="",t.HTML="",t.IMAGE="",t.JPEG="",t.JSON="",t.M4A="",t.MOV="",t.MP3="",t.MP4="",t.OGG="",t.PDF="",t.PNG="",t.POWERPOINT="",t.RAR="",t.STP="",t.TEXT="",t.VIDEO="",t.WAV="",t.WMA="",t.WORD="",t.XML="",t.YAML="",t.ZIP=""}(or||(or={})),new Map([...["abw"].map((t=>[t,or.ABW])),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map((t=>[t,or.AUDIO])),...["avi"].map((t=>[t,or.AVI])),...["chm","xhs"].map((t=>[t,or.CHM])),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map((t=>[t,or.CODE])),...["csv"].map((t=>[t,or.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,or.DITA])),...["epub"].map((t=>[t,or.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,or.EXCEL])),...["flac"].map((t=>[t,or.FLAC])),...["gif"].map((t=>[t,or.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,or.GZIP])),...["html","htm","xhtml"].map((t=>[t,or.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map((t=>[t,or.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,or.JPEG])),...["json"].map((t=>[t,or.JSON])),...["m4a","m4p"].map((t=>[t,or.M4A])),...["mov","qt"].map((t=>[t,or.MOV])),...["mp3"].map((t=>[t,or.MP3])),...["mp4","m4v"].map((t=>[t,or.MP4])),...["ogg","oga"].map((t=>[t,or.OGG])),...["pdf","ps"].map((t=>[t,or.PDF])),...["png"].map((t=>[t,or.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,or.POWERPOINT])),...["rar"].map((t=>[t,or.RAR])),...["stp"].map((t=>[t,or.STP])),...["txt","rtf","md","mdown"].map((t=>[t,or.TEXT])),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map((t=>[t,or.VIDEO])),...["wav"].map((t=>[t,or.WAV])),...["wma"].map((t=>[t,or.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,or.WORD])),...["xml","xsl","rdf"].map((t=>[t,or.XML])),...["yaml","yml","x-yaml"].map((t=>[t,or.YAML])),...["zip"].map((t=>[t,or.ZIP]))]),or.ABW,or.AUDIO,or.AVI,or.CHM,or.CODE,or.CSV,or.DITA,or.EPUB,or.EXCEL,or.FLAC,or.GIF,or.GZIP,or.HTML,or.IMAGE,or.JPEG,or.JSON,or.M4A,or.MOV,or.MP3,or.MP4,or.OGG,or.PDF,or.PNG,or.POWERPOINT,or.RAR,or.STP,or.TEXT,or.UNKNOWN,or.VIDEO,or.WAV,or.WMA,or.WORD,or.XML,or.YAML,or.ZIP,function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(er||(er={}));var ar=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class nr extends o.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=e.nothing}render(){const t=this.variant&&Object.values(er).includes(this.variant)?this.variant:er.fluid_topics,o=t!==er.material||!!this.value;return e.html`
|
|
566
|
-
<i class="ft-icon ft-icon--${
|
|
567
|
-
${
|
|
568
|
-
<slot ?hidden=${
|
|
556
|
+
`}updated(o){o.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(o)}contentAvailableCallback(o){super.contentAvailableCallback(o),["visible","text"].some(r=>o.has(r))&&this.visible&&this.positionTooltip()}async show(o){this.visible=!0,o!=null&&await this.hideDebounce.run(()=>{this.hide()},o)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var o;return((o=this.slotNodes)!==null&&o!==void 0?o:[]).filter(r=>r.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="",gn(this.slottedElement,this.tooltip,this.position).then(({x:o,y:r})=>{this.tooltip&&(this.tooltip.style.left=`${o}px`,this.tooltip.style.top=`${r}px`)})),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout(()=>window.addEventListener("touchstart",o=>{o.composedPath().includes(this.container)||this.onOut()},{once:!0}),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(o,r){return Math.max(o,Math.min(0,-r))}};A.elementDefinitions={"ft-typography":tt};A.styles=Kr;j([(0,z.property)()],A.prototype,"text",void 0);j([(0,z.property)({type:Boolean})],A.prototype,"manual",void 0);j([(0,z.property)({type:Boolean})],A.prototype,"inline",void 0);j([(0,z.property)({type:Number})],A.prototype,"delay",void 0);j([(0,z.property)()],A.prototype,"position",void 0);j([(0,z.queryAssignedNodes)()],A.prototype,"slotNodes",void 0);j([(0,z.query)(".ft-tooltip--container")],A.prototype,"container",void 0);j([(0,z.query)(".ft-tooltip")],A.prototype,"tooltip",void 0);j([(0,z.query)(".ft-tooltip--content")],A.prototype,"tooltipContent",void 0);j([(0,z.state)()],A.prototype,"visible",void 0);j([(0,z.eventOptions)({passive:!0})],A.prototype,"onTouch",null);j([(0,z.eventOptions)({passive:!0})],A.prototype,"onHover",null);j([(0,z.eventOptions)({passive:!0})],A.prototype,"onOut",null);j([(0,z.eventOptions)({passive:!0})],A.prototype,"onClick",null);(0,un.customElement)("ft-tooltip")(A);var On=m(E());var fe=m(T()),Pt=m(Q()),bn=m(E()),xn=m(hn());var Wt;(function(e){e.THUMBS_DOWN="",e.THUMBS_DOWN_PLAIN="",e.THUMBS_UP="",e.THUMBS_UP_PLAIN="",e.STAR="",e.STAR_PLAIN="",e.DESKTOP="",e.LIFE_RING="",e.GLOBE="",e.PIGGY_BANK="",e.TABLET_LANDSCAPE="",e.TABLET_PORTRAIT="",e.MOBILE_LANDSCAPE="",e.MOBILE_PORTRAIT="",e.ARROW_RIGHT_TO_LINE="",e.THIN_ARROW_UP="",e.CONTEXTUAL="",e.CHART_SIMPLE="",e.BARS_PROGRESS="",e.LINE_CHART="",e.STACKED_CHART="",e.CHART_BAR_NORMALIZED="",e.BOOK_OPEN_GEAR="",e.BOOK_OPEN_GEAR_SLASH="",e.DIAGRAM_SUNBURST="",e.DIAGRAM_SANKEY="",e.UNSTRUCTURED_DOC="",e.RESET="",e.THIN_ARROW_LEFT="",e.THIN_ARROW_RIGHT="",e.MY_COLLECTIONS="",e.OFFLINE_SETTINGS="",e.MY_LIBRARY="",e.RATE_PLAIN="",e.RATE="",e.FEEDBACK_PLAIN="",e.PAUSE="",e.PLAY="",e.RELATIVES_PLAIN="",e.RELATIVES="",e.SHORTCUT_MENU="",e.PRINT="",e.DEFAULT_ROLES="",e.ACCOUNT_SETTINGS="",e.ONLINE="",e.OFFLINE="",e.UPLOAD="",e.BOOK_PLAIN="",e.SYNC="",e.SHARED_PBK="",e.COLLECTIONS="",e.SEARCH_IN_PUBLICATION="",e.BOOKS="",e.LOCKER="",e.ARROW_DOWN="",e.ARROW_LEFT="",e.ARROW_RIGHT="",e.ARROW_UP="",e.SAVE="",e.MAILS_AND_NOTIFICATIONS="",e.DOT="",e.MINUS="",e.PLUS="",e.FILTERS="",e.STRIPE_ARROW_RIGHT="",e.STRIPE_ARROW_LEFT="",e.ATTACHMENTS="",e.ADD_BOOKMARK="",e.BOOKMARK="",e.EXPORT="",e.MENU="",e.TAG="",e.TAG_PLAIN="",e.COPY_TO_CLIPBOARD="",e.COLUMNS="",e.ARTICLE="",e.CLOSE="",e.OCTAGON_XMARK="",e.CLOSE_PLAIN="",e.CHECK_PLAIN="",e.LOGOUT="",e.SIGN_IN="",e.THIN_ARROW="",e.TRIANGLE_BOTTOM="",e.TRIANGLE_LEFT="",e.TRIANGLE_RIGHT="",e.TRIANGLE_TOP="",e.FACET_HAS_DESCENDANT="",e.MINUS_PLAIN="",e.PLUS_PLAIN="",e.INFO="",e.ICON_EXPAND="",e.ICON_COLLAPSE="",e.ADD_TO_PBK="",e.ALERT="",e.ADD_ALERT="",e.BACK_TO_SEARCH="",e.DOWNLOAD="",e.EDIT="",e.FEEDBACK="",e.MODIFY_PBK="",e.SCHEDULED="",e.SEARCH="",e.SHARE="󨃱",e.TOC="",e.WRITE_UGC="",e.TRASH="",e.EXTLINK="",e.EXTLINK_LIGHT="",e.CALENDAR="",e.BOOK="",e.DOWNLOAD_PLAIN="",e.CHECK="",e.TOPICS="",e.EYE="",e.EYE_SLASH="",e.DISC="",e.CIRCLE="",e.SHARED="",e.SORT_UNSORTED="",e.SORT_UP="",e.SORT_DOWN="",e.WORKING="",e.ZOOM_OUT="",e.ZOOM_IN="",e.ZOOM_REALSIZE="",e.ZOOM_FULLSCREEN="",e.ADMIN_RESTRICTED="",e.ADMIN_THEME="",e.WARNING="",e.CONTEXT="",e.SEARCH_HOME="",e.STEPS="",e.HOME="",e.TRANSLATE="",e.USER="",e.ADMIN="",e.ANALYTICS="",e.ADMIN_KHUB="",e.ADMIN_USERS="",e.ADMIN_INTEGRATION="",e.ADMIN_PORTAL="",e.COMMENT_QUESTION="",e.COMMENT_QUESTION_PLAIN="",e.MESSAGE_BOT="",e.PIP="",e.PIP_WIDE="",e.EXPAND_WIDE="",e.X_MARK="",e.CLONE="",e.CLONE_LINK_SIMPLE="",e.CONSUMER="",e.HOURGLASS_HALF="",e.CLOCK_THREE="",e.CALENDAR_DAY="",e.COMPUTER_MOUSE_MAGNIFYING_GLASS="",e.WAND_MAGIC_SPARKLES="",e.PAPER_PLANE=""})(Wt||(Wt={}));var f;(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=""})(f||(f={}));var ap=new Map([...["abw"].map(e=>[e,f.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,f.AUDIO]),...["avi"].map(e=>[e,f.AVI]),...["chm","xhs"].map(e=>[e,f.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,f.CODE]),...["csv"].map(e=>[e,f.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,f.DITA]),...["epub"].map(e=>[e,f.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,f.EXCEL]),...["flac"].map(e=>[e,f.FLAC]),...["gif"].map(e=>[e,f.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,f.GZIP]),...["html","htm","xhtml"].map(e=>[e,f.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,f.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,f.JPEG]),...["json"].map(e=>[e,f.JSON]),...["m4a","m4p"].map(e=>[e,f.M4A]),...["mov","qt"].map(e=>[e,f.MOV]),...["mp3"].map(e=>[e,f.MP3]),...["mp4","m4v"].map(e=>[e,f.MP4]),...["ogg","oga"].map(e=>[e,f.OGG]),...["pdf","ps"].map(e=>[e,f.PDF]),...["png"].map(e=>[e,f.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,f.POWERPOINT]),...["rar"].map(e=>[e,f.RAR]),...["stp"].map(e=>[e,f.STP]),...["txt","rtf","md","mdown"].map(e=>[e,f.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,f.VIDEO]),...["wav"].map(e=>[e,f.WAV]),...["wma"].map(e=>[e,f.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,f.WORD]),...["xml","xsl","rdf"].map(e=>[e,f.XML]),...["yaml","yml","x-yaml"].map(e=>[e,f.YAML]),...["zip"].map(e=>[e,f.ZIP])]);var ip={[f.ABW]:"#91ABC6",[f.AUDIO]:"#1795E3",[f.AVI]:"#E63324",[f.CHM]:"#71C3EB",[f.CODE]:"#71C3EB",[f.CSV]:"#1F7345",[f.DITA]:"#71C3EB",[f.EPUB]:"#85B926",[f.EXCEL]:"#1F7345",[f.FLAC]:"#1795E3",[f.GIF]:"#59B031",[f.GZIP]:"#F8AB36",[f.HTML]:"#71C3EB",[f.IMAGE]:"#59B031",[f.JPEG]:"#59B031",[f.JSON]:"#71C3EB",[f.M4A]:"#1795E3",[f.MOV]:"#E63324",[f.MP3]:"#1795E3",[f.MP4]:"#E63324",[f.OGG]:"#1795E3",[f.PDF]:"#E44948",[f.PNG]:"#59B031",[f.POWERPOINT]:"#B54A2B",[f.RAR]:"#F8AB36",[f.STP]:"#3764B1",[f.TEXT]:"#3162AB",[f.UNKNOWN]:"#999999",[f.VIDEO]:"#E63324",[f.WAV]:"#1795E3",[f.WMA]:"#1795E3",[f.WORD]:"#3162AB",[f.XML]:"#71C3EB",[f.YAML]:"#71C3EB",[f.ZIP]:"#F8AB36"};var vt;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})(vt||(vt={}));var We=function(e,o,r,a){var i=arguments.length,l=i<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,r):a,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,r,a);else for(var p=e.length-1;p>=0;p--)(c=e[p])&&(l=(i<3?c(l):i>3?c(o,r,l):c(o,r))||l);return i>3&&l&&Object.defineProperty(o,r,l),l},J=class extends bn.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=fe.nothing}render(){let o=this.variant&&Object.values(vt).includes(this.variant)?this.variant:vt.fluid_topics,r=o!==vt.material||!!this.value;return fe.html`
|
|
557
|
+
<i class="ft-icon ft-icon--${o}" part="icon icon-${o}">
|
|
558
|
+
${(0,xn.unsafeHTML)(this.resolvedIcon)}
|
|
559
|
+
<slot ?hidden=${r}></slot>
|
|
569
560
|
</i>
|
|
570
|
-
`}get textContent(){var
|
|
561
|
+
`}get textContent(){var o,r;return(r=(o=this.slottedContent)===null||o===void 0?void 0:o.assignedNodes().map(a=>a.textContent).join("").trim())!==null&&r!==void 0?r:""}update(o){super.update(o),["value","variant"].some(r=>o.has(r))&&this.resolveIcon()}resolveIcon(){var o,r;let a=this.value||this.textContent;switch(this.variant){case vt.file_format:this.resolvedIcon=(o=f[a.replace("-","_").toUpperCase()])!==null&&o!==void 0?o:a;break;case vt.material:this.resolvedIcon=this.value||fe.nothing;break;default:this.resolvedIcon=(r=Wt[a.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:a;break}}firstUpdated(o){super.firstUpdated(o),setTimeout(()=>this.resolveIcon())}};J.elementDefinitions={};J.styles=gr;We([(0,Pt.property)()],J.prototype,"variant",void 0);We([(0,Pt.property)()],J.prototype,"value",void 0);We([(0,Pt.state)()],J.prototype,"resolvedIcon",void 0);We([(0,Pt.query)("slot")],J.prototype,"slottedContent",void 0);(0,On.customElement)("ft-icon")(J);var vn=m(E());var Sn=m(T()),Cn=m(E());var $t=class extends Cn.FtLitElement{render(){return Sn.html`
|
|
571
562
|
<div class="ft-loader">
|
|
572
563
|
<div></div>
|
|
573
564
|
<div></div>
|
|
574
565
|
<div></div>
|
|
575
566
|
<div></div>
|
|
576
567
|
</div>
|
|
577
|
-
`}}
|
|
568
|
+
`}};$t.styles=dr;(0,vn.customElement)("ft-loader")($t);var jt=m(T()),Nn=m(Oe()),K=m(Q()),X=function(e,o,r,a){var i=arguments.length,l=i<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,r):a,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,r,a);else for(var p=e.length-1;p>=0;p--)(c=e[p])&&(l=(i<3?c(l):i>3?c(o,r,l):c(o,r))||l);return i>3&&l&&Object.defineProperty(o,r,l),l},$=class extends(0,Yt.toFtFormComponent)(Yt.FtLitElement,"button"){constructor(){super(),this.role="button",this.type="button",this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.addEventListener("click",o=>{var r;this.isDisabled()?(o.preventDefault(),o.stopPropagation(),o.stopImmediatePropagation()):this.type=="submit"&&((r=this.form)===null||r===void 0||r.requestSubmit())})}render(){return this.addTooltipIfNeeded(jt.html`
|
|
578
569
|
<button part="button"
|
|
579
|
-
class="${
|
|
570
|
+
class="${(0,Nn.classMap)(this.buttonClasses)}"
|
|
580
571
|
aria-label="${this.getLabel()}"
|
|
581
572
|
?disabled=${this.isDisabled()}>
|
|
582
573
|
<ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
|
|
583
574
|
<ft-typography part="label"
|
|
584
575
|
variant=${this.typographyVariant}
|
|
585
576
|
element="span"
|
|
586
|
-
class="ft-button--label ${
|
|
577
|
+
class="ft-button--label ${Yt.isSafari?"ft-safari-ellipsis-fix":""}"
|
|
587
578
|
?hidden=${!this.hasTextContent()}>
|
|
588
579
|
<slot @slotchange=${this.onSlotchange}></slot>
|
|
589
580
|
</ft-typography>
|
|
590
581
|
${this.resolveIcon()}
|
|
591
582
|
</button>
|
|
592
|
-
`)}addTooltipIfNeeded(
|
|
583
|
+
`)}addTooltipIfNeeded(o){return this.getLabel().trim().length>0&&(this.forceTooltip||!this.hasTextContent()&&!this.hideTooltip)?jt.html`
|
|
593
584
|
<ft-tooltip part="tooltip"
|
|
594
585
|
text="${this.getLabel()}"
|
|
595
586
|
position="${this.tooltipPosition}">
|
|
596
|
-
${
|
|
587
|
+
${o}
|
|
597
588
|
</ft-tooltip>
|
|
598
|
-
`:
|
|
599
|
-
<ft-loader part="loader icon"></ft-loader> `:this.icon?
|
|
600
|
-
|
|
589
|
+
`:o}resolveIcon(){return this.loading?jt.html`
|
|
590
|
+
<ft-loader part="loader icon"></ft-loader> `:this.icon?jt.html`
|
|
591
|
+
<ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon>
|
|
592
|
+
`:jt.html`
|
|
593
|
+
<slot part="icon" name="icon"></slot>
|
|
594
|
+
`}focus(){var o;(o=this.button)===null||o===void 0||o.focus()}getLabel(){return this.label||this.textContent}get textContent(){return this.unslotText(this.slottedContent).trim()}unslotText(o){return o instanceof HTMLSlotElement?o.assignedNodes().map(r=>this.unslotText(r)).join(""):o?.textContent||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};$.elementDefinitions={"ft-ripple":R,"ft-tooltip":A,"ft-typography":tt,"ft-icon":J,"ft-loader":$t};X([(0,K.property)({type:String,reflect:!0})],$.prototype,"role",void 0);X([(0,K.property)()],$.prototype,"type",void 0);X([(0,K.property)({type:Boolean})],$.prototype,"disabled",void 0);X([(0,K.property)()],$.prototype,"label",void 0);X([(0,K.property)()],$.prototype,"icon",void 0);X([(0,K.property)()],$.prototype,"iconVariant",void 0);X([(0,K.property)({type:Boolean})],$.prototype,"trailingIcon",void 0);X([(0,K.property)({type:Boolean})],$.prototype,"loading",void 0);X([(0,K.property)()],$.prototype,"tooltipPosition",void 0);X([(0,K.property)({type:Boolean})],$.prototype,"hideTooltip",void 0);X([(0,K.property)({type:Boolean})],$.prototype,"forceTooltip",void 0);X([(0,K.query)(".ft-button")],$.prototype,"button",void 0);X([(0,K.query)(".ft-button--label slot")],$.prototype,"slottedContent",void 0);var Pe=function(e,o,r,a){var i=arguments.length,l=i<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,r):a,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,r,a);else for(var p=e.length-1;p>=0;p--)(c=e[p])&&(l=(i<3?c(l):i>3?c(o,r,l):c(o,r))||l);return i>3&&l&&Object.defineProperty(o,r,l),l},ot=class extends ${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"}};ot.styles=[wn.safariEllipsisFix,hr];Pe([(0,ge.property)({type:Boolean})],ot.prototype,"primary",void 0);Pe([(0,ge.property)({type:Boolean})],ot.prototype,"outlined",void 0);Pe([(0,ge.property)({type:Boolean})],ot.prototype,"dense",void 0);Pe([(0,ge.property)({type:Boolean})],ot.prototype,"round",void 0);var Xt=m(Q());var An=m(E());var En=m(T()),N=m(E());var Rn=[En.css`
|
|
601
595
|
:host {
|
|
602
596
|
display: inline-block;
|
|
603
597
|
max-width: 100%;
|
|
@@ -647,7 +641,7 @@ const Do=Symbol.for(""),Bo=t=>{if(t?.r===Do)return t?._$litStatic$},Ao=t=>({_$li
|
|
|
647
641
|
}
|
|
648
642
|
|
|
649
643
|
.ft-button:focus-visible {
|
|
650
|
-
outline-color: ${
|
|
644
|
+
outline-color: ${u.focusFocusRingColor};
|
|
651
645
|
outline-style: solid;
|
|
652
646
|
}
|
|
653
647
|
|
|
@@ -676,163 +670,179 @@ const Do=Symbol.for(""),Bo=t=>{if(t?.r===Do)return t?._$litStatic$},Ao=t=>({_$li
|
|
|
676
670
|
/** Primary styles **/
|
|
677
671
|
|
|
678
672
|
.ft-button--primary {
|
|
679
|
-
${
|
|
673
|
+
${(0,N.setVariable)(M.color,u.primaryIconColor)};
|
|
680
674
|
|
|
681
|
-
${
|
|
682
|
-
${
|
|
683
|
-
${
|
|
684
|
-
${
|
|
685
|
-
${
|
|
675
|
+
${(0,N.setVariable)(v.color,u.primaryStateLayerColor)};
|
|
676
|
+
${(0,N.setVariable)(v.opacityContentOnSurfaceHover,u.primaryHoverStateLayerOpacity)};
|
|
677
|
+
${(0,N.setVariable)(v.opacityContentOnSurfaceFocused,u.primaryFocusStateLayerOpacity)};
|
|
678
|
+
${(0,N.setVariable)(v.opacityContentOnSurfaceSelected,u.primaryActiveStateLayerOpacity)};
|
|
679
|
+
${(0,N.setVariable)(v.opacityContentOnSurfacePressed,u.primaryActiveStateLayerOpacity)};
|
|
686
680
|
|
|
687
|
-
background-color: ${
|
|
688
|
-
color: ${
|
|
681
|
+
background-color: ${u.primaryBackgroundColor};
|
|
682
|
+
color: ${u.primaryColor};
|
|
689
683
|
border-style: none;
|
|
690
684
|
}
|
|
691
685
|
|
|
692
686
|
.ft-button--primary[disabled] {
|
|
693
|
-
opacity: ${
|
|
687
|
+
opacity: ${u.primaryDisabledComponentOpacity};
|
|
694
688
|
}
|
|
695
689
|
|
|
696
690
|
.ft-button--primary ft-icon {
|
|
697
|
-
color: ${
|
|
691
|
+
color: ${u.primaryIconColor};
|
|
698
692
|
}
|
|
699
693
|
|
|
700
694
|
/** Secondary styles **/
|
|
701
695
|
|
|
702
696
|
.ft-button--secondary {
|
|
703
|
-
${
|
|
697
|
+
${(0,N.setVariable)(M.color,u.secondaryIconColor)};
|
|
704
698
|
|
|
705
|
-
${
|
|
706
|
-
${
|
|
707
|
-
${
|
|
708
|
-
${
|
|
709
|
-
${
|
|
699
|
+
${(0,N.setVariable)(v.color,u.secondaryStateLayerColor)};
|
|
700
|
+
${(0,N.setVariable)(v.opacityContentOnSurfaceHover,u.secondaryHoverStateLayerOpacity)};
|
|
701
|
+
${(0,N.setVariable)(v.opacityContentOnSurfaceFocused,u.secondaryFocusStateLayerOpacity)};
|
|
702
|
+
${(0,N.setVariable)(v.opacityContentOnSurfaceSelected,u.secondaryActiveStateLayerOpacity)};
|
|
703
|
+
${(0,N.setVariable)(v.opacityContentOnSurfacePressed,u.secondaryActiveStateLayerOpacity)};
|
|
710
704
|
|
|
711
|
-
background-color: ${
|
|
712
|
-
color: ${
|
|
713
|
-
border-color: ${
|
|
705
|
+
background-color: ${u.secondaryBackgroundColor};
|
|
706
|
+
color: ${u.secondaryColor};
|
|
707
|
+
border-color: ${u.secondaryBorderColor};
|
|
714
708
|
border-style: solid;
|
|
715
709
|
}
|
|
716
710
|
|
|
717
711
|
.ft-button--secondary[disabled] {
|
|
718
|
-
opacity: ${
|
|
712
|
+
opacity: ${u.secondaryDisabledComponentOpacity};
|
|
719
713
|
}
|
|
720
714
|
|
|
721
715
|
.ft-button--secondary ft-icon {
|
|
722
|
-
color: ${
|
|
716
|
+
color: ${u.secondaryIconColor};
|
|
723
717
|
}
|
|
724
718
|
|
|
725
719
|
/** Tertiary styles **/
|
|
726
720
|
|
|
727
721
|
.ft-button--tertiary {
|
|
728
|
-
${
|
|
722
|
+
${(0,N.setVariable)(M.color,u.tertiaryIconColor)};
|
|
729
723
|
|
|
730
|
-
${
|
|
731
|
-
${
|
|
732
|
-
${
|
|
733
|
-
${
|
|
734
|
-
${
|
|
724
|
+
${(0,N.setVariable)(v.color,u.tertiaryStateLayerColor)};
|
|
725
|
+
${(0,N.setVariable)(v.opacityContentOnSurfaceHover,u.tertiaryHoverStateLayerOpacity)};
|
|
726
|
+
${(0,N.setVariable)(v.opacityContentOnSurfaceFocused,u.tertiaryFocusStateLayerOpacity)};
|
|
727
|
+
${(0,N.setVariable)(v.opacityContentOnSurfaceSelected,u.tertiaryActiveStateLayerOpacity)};
|
|
728
|
+
${(0,N.setVariable)(v.opacityContentOnSurfacePressed,u.tertiaryActiveStateLayerOpacity)};
|
|
735
729
|
|
|
736
|
-
background-color: ${
|
|
737
|
-
color: ${
|
|
730
|
+
background-color: ${u.tertiaryBackgroundColor};
|
|
731
|
+
color: ${u.tertiaryColor};
|
|
738
732
|
border-style: none;
|
|
739
733
|
}
|
|
740
734
|
|
|
741
735
|
.ft-button--tertiary[disabled] {
|
|
742
|
-
opacity: ${
|
|
736
|
+
opacity: ${u.tertiaryDisabledComponentOpacity};
|
|
743
737
|
}
|
|
744
738
|
|
|
745
739
|
.ft-button--tertiary ft-icon {
|
|
746
|
-
color: ${
|
|
740
|
+
color: ${u.tertiaryIconColor};
|
|
747
741
|
}
|
|
748
742
|
|
|
749
743
|
/** Neutral styles **/
|
|
750
744
|
|
|
751
745
|
.ft-button--neutral {
|
|
752
|
-
${
|
|
746
|
+
${(0,N.setVariable)(M.color,u.neutralIconColor)};
|
|
753
747
|
|
|
754
|
-
${
|
|
755
|
-
${
|
|
756
|
-
${
|
|
757
|
-
${
|
|
758
|
-
${
|
|
748
|
+
${(0,N.setVariable)(v.backgroundColor,u.neutralStateLayerColor)};
|
|
749
|
+
${(0,N.setVariable)(v.opacityContentOnSurfaceHover,u.neutralHoverStateLayerOpacity)};
|
|
750
|
+
${(0,N.setVariable)(v.opacityContentOnSurfaceFocused,u.neutralFocusStateLayerOpacity)};
|
|
751
|
+
${(0,N.setVariable)(v.opacityContentOnSurfaceSelected,u.neutralActiveStateLayerOpacity)};
|
|
752
|
+
${(0,N.setVariable)(v.opacityContentOnSurfacePressed,u.neutralActiveStateLayerOpacity)};
|
|
759
753
|
|
|
760
|
-
background-color: ${
|
|
761
|
-
color: ${
|
|
754
|
+
background-color: ${u.neutralBackgroundColor};
|
|
755
|
+
color: ${u.neutralColor};
|
|
762
756
|
border-style: none;
|
|
763
757
|
}
|
|
764
758
|
|
|
765
759
|
.ft-button--neutral[disabled] {
|
|
766
|
-
opacity: ${
|
|
760
|
+
opacity: ${u.neutralDisabledComponentOpacity};
|
|
767
761
|
}
|
|
768
762
|
|
|
769
763
|
.ft-button--neutral ft-icon {
|
|
770
|
-
color: ${
|
|
764
|
+
color: ${u.neutralIconColor};
|
|
771
765
|
}
|
|
772
766
|
|
|
773
767
|
/** Large styles **/
|
|
774
768
|
|
|
775
769
|
.ft-button--large {
|
|
776
|
-
${
|
|
777
|
-
${
|
|
770
|
+
${(0,N.setVariable)(Z.size,u.largeIconSize)};
|
|
771
|
+
${(0,N.setVariable)(M.size,u.largeIconSize)};
|
|
778
772
|
|
|
779
|
-
height: ${
|
|
780
|
-
padding: 0 ${
|
|
781
|
-
gap: ${
|
|
782
|
-
border-radius: ${
|
|
783
|
-
border-width: ${
|
|
773
|
+
height: ${u.largeHeight};
|
|
774
|
+
padding: 0 ${u.largeHorizontalPadding};
|
|
775
|
+
gap: ${u.largeGap};
|
|
776
|
+
border-radius: ${u.largeBorderRadius};
|
|
777
|
+
border-width: ${u.largeBorderWidth};
|
|
784
778
|
}
|
|
785
779
|
|
|
786
780
|
.ft-button--large:focus-visible {
|
|
787
|
-
outline-width: ${
|
|
788
|
-
outline-offset: ${
|
|
781
|
+
outline-width: ${u.largeFocusOutlineWidth};
|
|
782
|
+
outline-offset: ${u.largeFocusOutlineOffset};
|
|
789
783
|
}
|
|
790
784
|
|
|
791
785
|
.ft-button--large.ft-button--icon-only {
|
|
792
|
-
width: ${
|
|
786
|
+
width: ${u.largeIconOnlyWidth};
|
|
793
787
|
padding: unset;
|
|
794
788
|
}
|
|
795
789
|
|
|
796
790
|
/** Small styles **/
|
|
797
791
|
|
|
798
792
|
.ft-button--small {
|
|
799
|
-
${
|
|
800
|
-
${
|
|
793
|
+
${(0,N.setVariable)(Z.size,u.smallIconSize)};
|
|
794
|
+
${(0,N.setVariable)(M.size,u.smallIconSize)};
|
|
801
795
|
|
|
802
|
-
height: ${
|
|
803
|
-
padding: 0 ${
|
|
804
|
-
gap: ${
|
|
805
|
-
border-radius: ${
|
|
806
|
-
border-width: ${
|
|
796
|
+
height: ${u.smallHeight};
|
|
797
|
+
padding: 0 ${u.smallHorizontalPadding};
|
|
798
|
+
gap: ${u.smallGap};
|
|
799
|
+
border-radius: ${u.smallBorderRadius};
|
|
800
|
+
border-width: ${u.smallBorderWidth};
|
|
807
801
|
}
|
|
808
802
|
|
|
809
803
|
.ft-button--small:focus-visible {
|
|
810
|
-
outline-width: ${
|
|
811
|
-
outline-offset: ${
|
|
804
|
+
outline-width: ${u.smallFocusOutlineWidth};
|
|
805
|
+
outline-offset: ${u.smallFocusOutlineOffset};
|
|
812
806
|
}
|
|
813
807
|
|
|
814
808
|
.ft-button--small.ft-button--icon-only {
|
|
815
|
-
width: ${
|
|
809
|
+
width: ${u.smallIconOnlyWidth};
|
|
816
810
|
padding: unset;
|
|
817
811
|
}
|
|
818
|
-
`,
|
|
819
|
-
<a class=${
|
|
820
|
-
href="${
|
|
821
|
-
@click=${
|
|
812
|
+
`,N.noTextSelect];var ye=function(e,o,r,a){var i=arguments.length,l=i<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,r):a,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,r,a);else for(var p=e.length-1;p>=0;p--)(c=e[p])&&(l=(i<3?c(l):i>3?c(o,r,l):c(o,r))||l);return i>3&&l&&Object.defineProperty(o,r,l),l},st=class extends ${constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.neutral=!1,this.small=!1}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&&!this.neutral,"ft-button--neutral":this.neutral,"ft-button--large":!this.small,"ft-button--small":this.small,"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}}get typographyVariant(){return this.small?Rt.caption1medium:Rt.body2medium}};st.styles=[An.safariEllipsisFix,Rn];ye([(0,Xt.property)({type:Boolean})],st.prototype,"primary",void 0);ye([(0,Xt.property)({type:Boolean})],st.prototype,"secondary",void 0);ye([(0,Xt.property)({type:Boolean})],st.prototype,"tertiary",void 0);ye([(0,Xt.property)({type:Boolean})],st.prototype,"neutral",void 0);ye([(0,Xt.property)({type:Boolean})],st.prototype,"small",void 0);(0,oo.customElement)("ft-button")(ot);(0,oo.customElement)("ftds-button")(st);var Bn=m(E());var $n=m(T()),ue=m(Q()),In=m(Oe());var Wn=m(E()),Pn=m(Q());var Ln;(function(e){e.FEEDBACK="FEEDBACK",e.RATING="RATING",e.PRINT="PRINT",e.BOOKMARK="BOOKMARK",e.COLLECTIONS="COLLECTIONS",e.PERSONAL_BOOKS="PERSONAL_BOOKS"})(Ln||(Ln={}));var ya=function(e,o,r,a){var i=arguments.length,l=i<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,r):a,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,r,a);else for(var p=e.length-1;p>=0;p--)(c=e[p])&&(l=(i<3?c(l):i>3?c(o,r,l):c(o,r))||l);return i>3&&l&&Object.defineProperty(o,r,l),l},no=class extends Event{constructor(){super("register-ft-reader-component",{bubbles:!0,composed:!0})}},ro=Symbol("registerInterval");function ua(e){var o;class r extends e{constructor(){super(...arguments),this[o]=0}setReaderStateManager(i){this.clearStateManager(),this.stateManager=i,this.addStore(i.store,"reader")}clearStateManager(){this.stateManager&&(this.removeStore("reader"),this.stateManager=void 0)}get service(){var i;return(i=this.stateManager)===null||i===void 0?void 0:i.service}connectedCallback(){super.connectedCallback(),this[ro]=window.setInterval(()=>this.tryToRegisterToContext(),50)}tryToRegisterToContext(){this.stateManager!=null?window.clearInterval(this[ro]):this.dispatchEvent(new no)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return o=ro,ya([(0,Pn.state)()],r.prototype,"stateManager",void 0),r}var qt=class extends ua(Wn.FtLitElementRedux){};var $e=function(e,o,r,a){var i=arguments.length,l=i<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,r):a,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,r,a);else for(var p=e.length-1;p>=0;p--)(c=e[p])&&(l=(i<3?c(l):i>3?c(o,r,l):c(o,r))||l);return i>3&&l&&Object.defineProperty(o,r,l),l},rt=class extends qt{constructor(){super(...arguments),this.removeStyle=!1}render(){var o;let r=(0,In.classMap)({"ft-reader-link":!0,"ft-reader-link--remove-style":this.removeStyle});return $n.html`
|
|
813
|
+
<a class=${r}
|
|
814
|
+
href="${(o=this.service)===null||o===void 0?void 0:o.getLink(this.tocId,this.pageNumber,this.section)}"
|
|
815
|
+
@click=${a=>this.onLinkClick(a)}>
|
|
822
816
|
<slot></slot>
|
|
823
817
|
</a>
|
|
824
|
-
`}onLinkClick(
|
|
818
|
+
`}onLinkClick(o){var r;!o.ctrlKey&&!o.metaKey&&(o.stopPropagation(),o.preventDefault(),performance.mark(`fluid_topics__reader_link_click__${this.tocId}`),(r=this.stateManager)===null||r===void 0||r.navigateToTopic(this.tocId,this.section,this.pageNumber),this.click())}};rt.styles=yo;$e([(0,ue.property)()],rt.prototype,"tocId",void 0);$e([(0,ue.property)()],rt.prototype,"section",void 0);$e([(0,ue.property)({type:Number})],rt.prototype,"pageNumber",void 0);$e([(0,ue.property)({type:Boolean})],rt.prototype,"removeStyle",void 0);(0,Bn.customElement)("ft-reader-internal-link")(rt);var pt=function(e,o,r,a){var i=arguments.length,l=i<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,r):a,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,r,a);else for(var p=e.length-1;p>=0;p--)(c=e[p])&&(l=(i<3?c(l):i>3?c(o,r,l):c(o,r))||l);return i>3&&l&&Object.defineProperty(o,r,l),l},D=class extends qt{constructor(){super(...arguments),this.target="next",this.tooltipPosition="bottom",this.hideTooltip=!1,this.trailingIcon=!1,this.editorMode=!1,this.isReady=!1,this.debouncer=new Ie.Debouncer(10)}get defaultContent(){return this.target.substring(0,1).toUpperCase()+this.target.substring(1)}get defaultIcon(){return this.target==="next"?Wt.THIN_ARROW_RIGHT:Wt.THIN_ARROW_LEFT}render(){var o,r,a,i,l;if(this.targetPage==null&&!this.editorMode)return me.nothing;let c=me.html`
|
|
825
819
|
<ft-button ?forceTooltip=${!this.hideTooltip}
|
|
826
820
|
?hideTooltip=${this.hideTooltip}
|
|
827
821
|
?trailingIcon=${this.trailingIcon}
|
|
828
|
-
.label=${
|
|
822
|
+
.label=${(r=(o=this.targetPage)===null||o===void 0?void 0:o.title)!==null&&r!==void 0?r:""}
|
|
829
823
|
.tooltipPosition=${this.tooltipPosition}
|
|
830
824
|
.iconVariant=${this.iconVariant}
|
|
831
|
-
.icon=${
|
|
832
|
-
${
|
|
825
|
+
.icon=${(a=this.icon)!==null&&a!==void 0?a:this.defaultIcon}>
|
|
826
|
+
${(i=this.content)!==null&&i!==void 0?i:this.defaultContent}
|
|
833
827
|
</ft-button>
|
|
834
|
-
`;return this.editorMode?
|
|
835
|
-
<ft-reader-internal-link .tocId=${
|
|
836
|
-
${
|
|
828
|
+
`;return this.editorMode?c:me.html`
|
|
829
|
+
<ft-reader-internal-link .tocId=${(l=this.targetPage)===null||l===void 0?void 0:l.rootTocId} removestyle>
|
|
830
|
+
${c}
|
|
837
831
|
</ft-reader-internal-link>
|
|
838
|
-
`}update(
|
|
832
|
+
`}update(o){super.update(o),o.has("currentPage")&&(this.targetPage=void 0,this.isReady=!1,this.debouncer.run(()=>this.updateTarget()))}async updateTarget(){var o,r;if(this.currentPage){let a=this.currentPage.number+(this.target==="next"?1:-1);this.targetPage=await((o=this.service)===null||o===void 0?void 0:o.getPage(a)),((r=this.targetPage)===null||r===void 0?void 0:r.number)!==a&&(this.targetPage=void 0)}else this.targetPage=void 0;this.isReady=!0}};D.elementDefinitions={"ft-button":ot,"ft-reader-internal-link":rt};D.styles=ho;pt([(0,nt.property)()],D.prototype,"target",void 0);pt([(0,nt.property)()],D.prototype,"content",void 0);pt([(0,nt.property)()],D.prototype,"tooltipPosition",void 0);pt([(0,nt.property)({type:Boolean})],D.prototype,"hideTooltip",void 0);pt([(0,nt.property)()],D.prototype,"iconVariant",void 0);pt([(0,nt.property)()],D.prototype,"icon",void 0);pt([(0,nt.property)({type:Boolean})],D.prototype,"trailingIcon",void 0);pt([(0,nt.property)({type:Boolean,attribute:!1})],D.prototype,"editorMode",void 0);pt([(0,Ie.redux)()],D.prototype,"currentPage",void 0);pt([(0,nt.state)()],D.prototype,"targetPage",void 0);(0,Tn.customElement)("ft-reader-navigation-button")(D);})();
|
|
833
|
+
/*! Bundled license information:
|
|
834
|
+
|
|
835
|
+
lit-html/lit-html.js:
|
|
836
|
+
(**
|
|
837
|
+
* @license
|
|
838
|
+
* Copyright 2017 Google LLC
|
|
839
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
840
|
+
*)
|
|
841
|
+
|
|
842
|
+
lit-html/static.js:
|
|
843
|
+
(**
|
|
844
|
+
* @license
|
|
845
|
+
* Copyright 2020 Google LLC
|
|
846
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
847
|
+
*)
|
|
848
|
+
*/
|