@fluid-topics/ft-reader-navigation-button 1.1.41 → 1.1.43

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,4 +1,4 @@
1
- !function(t,o,e,r,a,i){const n={outlineColor:o.FtCssVariableFactory.extend("--ft-reader-internal-link-outline-color","",o.designSystemVariables.colorPrimary)},l=e.css`
1
+ !function(t,o,e,r,i,a){const n={outlineColor:o.FtCssVariableFactory.extend("--ft-reader-internal-link-outline-color","",o.designSystemVariables.colorPrimary)},l=e.css`
2
2
  :host {
3
3
  display: contents;
4
4
  }
@@ -15,7 +15,7 @@
15
15
  ft-reader-internal-link {
16
16
  ${o.setVariable(n.outlineColor,"transparent")}
17
17
  }
18
- `,p=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorContent),s={color:p,backgroundColor:o.FtCssVariableFactory.extend("--ft-ripple-background-color","",p),opacityContentOnSurfacePressed:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:o.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},f=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorPrimary),d=f,h=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",f),y=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorSecondary),g=y,u=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",y),b=e.css`
18
+ `,p=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorContent),f={color:p,backgroundColor:o.FtCssVariableFactory.extend("--ft-ripple-background-color","",p),opacityContentOnSurfacePressed:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:o.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},s=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorPrimary),d=s,h=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",s),g=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorSecondary),y=g,u=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",g),b=e.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: ${s.borderRadius};
31
+ border-radius: ${f.borderRadius};
32
32
  }
33
33
 
34
34
  .ft-ripple .ft-ripple--background,
@@ -62,11 +62,11 @@
62
62
  }
63
63
 
64
64
  .ft-ripple .ft-ripple--background {
65
- background-color: ${s.backgroundColor};
65
+ background-color: ${f.backgroundColor};
66
66
  }
67
67
 
68
68
  .ft-ripple .ft-ripple--effect {
69
- background-color: ${s.color};
69
+ background-color: ${f.color};
70
70
  }
71
71
 
72
72
  .ft-ripple.ft-ripple--secondary .ft-ripple--background {
@@ -74,7 +74,7 @@
74
74
  }
75
75
 
76
76
  .ft-ripple.ft-ripple--secondary .ft-ripple--effect {
77
- background-color: ${g};
77
+ background-color: ${y};
78
78
  }
79
79
 
80
80
  .ft-ripple.ft-ripple--primary .ft-ripple--background {
@@ -112,40 +112,40 @@
112
112
  }
113
113
 
114
114
  .ft-ripple.ft-ripple--hovered .ft-ripple--background {
115
- opacity: ${s.opacityContentOnSurfaceHover};
115
+ opacity: ${f.opacityContentOnSurfaceHover};
116
116
  }
117
117
 
118
118
  .ft-ripple.ft-ripple--selected .ft-ripple--background {
119
- opacity: ${s.opacityContentOnSurfaceSelected};
119
+ opacity: ${f.opacityContentOnSurfaceSelected};
120
120
  }
121
121
 
122
122
  .ft-ripple.ft-ripple--focused .ft-ripple--background {
123
- opacity: ${s.opacityContentOnSurfaceFocused};
123
+ opacity: ${f.opacityContentOnSurfaceFocused};
124
124
  }
125
125
 
126
126
  .ft-ripple.ft-ripple--pressed .ft-ripple--effect {
127
- opacity: ${s.opacityContentOnSurfacePressed};
127
+ opacity: ${f.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,a){const i=t=>m(null!=t?t:a),n=e.css`var(${m(t)}, ${i(a)})`;return n.name=t,n.description=o,n.category=r,n.defaultValue=a,n.defaultCssValue=i,n.get=o=>e.css`var(${m(t)}, ${i(o)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>a,n}static extend(t,o,r,a){const i=t=>r.get(null!=t?t:a),n=e.css`var(${m(t)}, ${i(a)})`;return n.name=t,n.description=o,n.category=r.category,n.fallbackVariable=r,n.defaultValue=a,n.defaultCssValue=i,n.get=o=>e.css`var(${m(t)}, ${i(o)})`,n.breadcrumb=()=>[r.name,...r.breadcrumb()],n.lastResortDefaultValue=()=>null!=a?a:r.lastResortDefaultValue(),n}static external(t,o){const r=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):m(null!=o?o:t.lastResortDefaultValue()),a=e.css`var(${m(t.name)}, ${r(t.defaultValue)})`;return a.name=t.name,a.category=t.category,a.fallbackVariable=t.fallbackVariable,a.defaultValue=t.defaultValue,a.context=o,a.defaultCssValue=r,a.get=o=>e.css`var(${m(t.name)}, ${r(o)})`,a.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],a.lastResortDefaultValue=()=>t.lastResortDefaultValue(),a}}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","#ee8d17"),colorOrange10:x.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:x.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:x.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:x.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:x.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:x.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:x.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:x.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:x.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:x.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:x.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:x.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:x.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:x.create("--ft-color-orange-700","","COLOR","#140c02"),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-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),backgroundErrorPrimary:x.extend("--ft-background-error-primary","Used as background of error components.",O.colorRed0),backgroundErrorSubtle:x.extend("--ft-background-error-subtle","Used as background of subtle error components.",O.colorRed10),backgroundInfoPrimary:x.extend("--ft-background-info-primary","Used as background of information components.",O.colorCyan200),backgroundInfoSubtle:x.extend("--ft-background-info-subtle","Used as background of subtle information components.",O.colorCyan10),backgroundWarningPrimary:x.extend("--ft-background-warning-primary","Used as background of warning components.",O.colorOrange300),backgroundWarningSubtle:x.extend("--ft-background-warning-subtle","Used as background of subtle information components.",O.colorOrange10),backgroundSuccessPrimary:x.extend("--ft-background-success-primary","Used as background of success components.",O.colorGreen200),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.colorOrange300),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.colorRed0),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.colorOrange300),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),primaryStateLayerOpacityHover:x.extend("--ft-button-primary-state-layer-opacity-hover","",O.opacity16),primaryStateLayerOpacityFocus:x.extend("--ft-button-primary-state-layer-opacity-focus","",O.opacity16),primaryStateLayerOpacityActive:x.extend("--ft-button-primary-state-layer-opacity-active","",O.opacity24),primaryComponentOpacityDisabled:x.extend("--ft-button-primary-component-opacity-disabled","",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),tertiaryStateLayerOpacityHover:x.extend("--ft-button-tertiary-state-layer-opacity-hover","",O.opacity8),tertiaryStateLayerOpacityFocus:x.extend("--ft-button-tertiary-state-layer-opacity-focus","",O.opacity8),tertiaryStateLayerOpacityActive:x.extend("--ft-button-tertiary-state-layer-opacity-active","",O.opacity16),tertiaryComponentOpacityDisabled:x.extend("--ft-button-tertiary-component-opacity-disabled","",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),secondaryStateLayerOpacityHover:x.extend("--ft-button-secondary-state-layer-opacity-hover","",O.opacity8),secondaryStateLayerOpacityFocus:x.extend("--ft-button-secondary-state-layer-opacity-focus","",O.opacity8),secondaryStateLayerOpacityActive:x.extend("--ft-button-secondary-state-layer-opacity-active","",O.opacity16),secondaryComponentOpacityDisabled:x.extend("--ft-button-secondary-component-opacity-disabled","",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),neutralStateLayerOpacityHover:x.extend("--ft-button-neutral-state-layer-opacity-hover","",O.opacity8),neutralStateLayerOpacityFocus:x.extend("--ft-button-neutral-state-layer-opacity-focus","",O.opacity8),neutralStateLayerOpacityActive:x.extend("--ft-button-neutral-state-layer-opacity-active","",O.opacity16),neutralComponentOpacityDisabled:x.extend("--ft-button-neutral-component-opacity-disabled","",O.opacity40)};x.extend("--ft-floating-menu-horizontal-padding","",O.spacing4),x.extend("--ft-floating-menu-vertical-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-icon-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-state-layer-opacity-hover","",O.opacity8),x.extend("--ft-floating-menu-state-layer-opacity-active","",O.opacity16),x.extend("--ft-floating-menu-state-layer-opacity-focus","",O.opacity8),x.extend("--ft-floating-menu-component-opacity-disabled","",O.opacity40),x.extend("--ft-floating-menu-icon-size","",O.iconSize3),x.extend("--ft-floating-menu-background-color","",N.backgroundGlobalOnSurface),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-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-tabs-off-state-layer-opacity-hover","",O.opacity8),x.extend("--ft-tabs-off-state-layer-opacity-focus","",O.opacity8),x.extend("--ft-tabs-off-state-layer-opacity-active","",O.opacity16),x.extend("--ft-tabs-off-component-opacity-disabled","",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-state-layer-opacity-hover","",O.opacity8),x.extend("--ft-tabs-on-state-layer-opacity-focus","",O.opacity8),x.extend("--ft-tabs-on-state-layer-opacity-active","",O.opacity16),x.extend("--ft-tabs-on-component-opacity-disabled","",O.opacity40),x.extend("--ft-tabs-on-color","",N.contentActionPrimary),x.extend("--ft-tabs-on-state-layer-color","",N.contentActionPrimary),x.extend("--ft-collapsible-state-layer-opacity-hover","",O.opacity8),x.extend("--ft-collapsible-state-layer-opacity-focus","",O.opacity8),x.extend("--ft-collapsible-state-layer-opacity-active","",O.opacity16),x.extend("--ft-collapsible-component-opacity-disabled","",O.opacity40),x.extend("--ft-collapsible-horizontal-padding","",O.spacing4),x.extend("--ft-collapsible-vertical-padding","",O.spacing3),x.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),x.extend("--ft-collapsible-focus-focus-ring-color","",N.borderActionFocusRing),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-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-switch-off-state-layer-opacity-hover","",O.opacity8),x.extend("--ft-switch-off-state-layer-opacity-focus","",O.opacity8),x.extend("--ft-switch-off-state-layer-opacity-active","",O.opacity16),x.extend("--ft-switch-off-component-opacity-disabled","",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-state-layer-opacity-hover","",O.opacity8),x.extend("--ft-switch-on-state-layer-opacity-focus","",O.opacity8),x.extend("--ft-switch-on-state-layer-opacity-active","",O.opacity16),x.extend("--ft-switch-on-component-opacity-disabled","",O.opacity40),x.extend("--ft-switch-on-color","",N.contentActionPrimary),x.extend("--ft-switch-on-state-layer-color","",N.contentActionPrimary),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-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-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-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-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-border-color","",N.borderErrorSubtle),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-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-checkbox-label-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-color","",N.contentGlobalOnColor),x.extend("--ft-checkbox-checked-state-layer-opacity-hover","",O.opacity16),x.extend("--ft-checkbox-checked-state-layer-opacity-focus","",O.opacity16),x.extend("--ft-checkbox-checked-state-layer-opacity-active","",O.opacity24),x.extend("--ft-checkbox-checked-component-opacity-disabled","",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-state-layer-opacity-hover","",O.opacity16),x.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",O.opacity16),x.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",O.opacity24),x.extend("--ft-checkbox-unchecked-component-opacity-disabled","",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-state-layer-opacity-hover","",O.opacity16),x.extend("--ft-toggle-off-state-layer-opacity-focus","",O.opacity16),x.extend("--ft-toggle-off-state-layer-opacity-active","",O.opacity24),x.extend("--ft-toggle-off-component-opacity-disabled","",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-state-layer-opacity-hover","",O.opacity16),x.extend("--ft-toggle-on-state-layer-opacity-focus","",O.opacity16),x.extend("--ft-toggle-on-state-layer-opacity-active","",O.opacity24),x.extend("--ft-toggle-on-component-opacity-disabled","",O.opacity40),x.extend("--ft-toggle-on-background-color","",N.contentActionPrimary),x.extend("--ft-toggle-on-icon-color","",N.contentActionPrimary),x.extend("--ft-toggle-on-state-layer-color","",N.contentActionPrimary),x.extend("--ft-toggle-label-color","",N.contentGlobalPrimary),x.extend("--ft-toggle-focus-focus-ring-color","",N.borderActionFocusRing),x.extend("--ft-toggle-gap","",O.spacing3),x.extend("--ft-radio-label-color","",N.contentGlobalPrimary),x.extend("--ft-radio-selected-color","",N.contentActionPrimary),x.extend("--ft-radio-selected-state-layer-color","",N.contentActionPrimary),x.extend("--ft-radio-selected-state-layer-opacity-hover","",O.opacity16),x.extend("--ft-radio-selected-state-layer-opacity-focus","",O.opacity16),x.extend("--ft-radio-selected-state-layer-opacity-active","",O.opacity24),x.extend("--ft-radio-selected-component-opacity-disabled","",O.opacity40),x.extend("--ft-radio-unselected-state-layer-color","",O.colorGray80),x.extend("--ft-radio-unselected-state-layer-opacity-hover","",O.opacity16),x.extend("--ft-radio-unselected-state-layer-opacity-focus","",O.opacity16),x.extend("--ft-radio-unselected-state-layer-opacity-active","",O.opacity24),x.extend("--ft-radio-unselected-component-opacity-disabled","",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-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-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-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-border-color","",N.borderErrorSubtle),x.extend("--ft-notification-border-radius","",O.borderRadiusPill),x.create("--ft-notification-border-width","","SIZE","1px"),x.extend("--ft-notification-gap-leading","",O.spacing2),x.extend("--ft-notification-gap-trailing","",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-label","",N.contentGlobalOnColor),x.extend("--ft-tooltip-background","",N.contentGlobalPrimary),x.extend("--ft-tooltip-background-opacity","",O.opacity80),x.extend("--ft-tooltip-shadow","",O.shadowElevation03);const w=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.titleFont),C=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.contentFont),$={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")},I=o.FtCssVariableFactory.extend("--ft-typography-title-font-family","",w),W=o.FtCssVariableFactory.extend("--ft-typography-title-font-size","",$.fontSize,"20px"),U=o.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",$.fontWeight,"normal"),R=o.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",$.letterSpacing,"0.15px"),E=o.FtCssVariableFactory.extend("--ft-typography-title-line-height","",$.lineHeight,"1.2"),k=o.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",$.textTransform,"inherit"),L=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",w),K=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",$.fontSize,"14px"),Z=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",$.fontWeight,"normal"),z=o.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",$.letterSpacing,"0.105px"),F=o.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",$.lineHeight,"1.7"),D=o.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",$.textTransform,"inherit"),B=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",C),A=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",$.fontSize,"16px"),H=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",$.fontWeight,"600"),G=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",$.letterSpacing,"0.144px"),P=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",$.lineHeight,"1.5"),T=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",$.textTransform,"inherit"),j=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",C),M=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",$.fontSize,"14px"),_=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",$.fontWeight,"normal"),Y=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",$.letterSpacing,"0.098px"),V=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",$.lineHeight,"1.7"),X=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",$.textTransform,"inherit"),q=o.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",C),J=o.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",$.fontSize,"16px"),Q=o.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",$.fontWeight,"normal"),tt=o.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",$.letterSpacing,"0.496px"),ot=o.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",$.lineHeight,"1.5"),et=o.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",$.textTransform,"inherit"),rt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",C),at=o.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",$.fontSize,"14px"),it=o.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",$.fontWeight,"normal"),nt=o.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",$.letterSpacing,"0.252px"),lt=o.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",$.lineHeight,"1.4"),ct=o.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",$.textTransform,"inherit"),pt=o.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",C),st=o.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",$.fontSize,"12px"),ft=o.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",$.fontWeight,"normal"),dt=o.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",$.letterSpacing,"0.396px"),ht=o.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",$.lineHeight,"1.33"),yt=o.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",$.textTransform,"inherit"),gt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",C),ut=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",$.fontSize,"10px"),bt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",$.fontWeight,"normal"),mt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",$.letterSpacing,"0.33px"),xt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",$.lineHeight,"1.6"),Ot=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",$.textTransform,"inherit"),vt=o.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",C),Nt=o.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",$.fontSize,"10px"),St=o.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",$.fontWeight,"normal"),wt=o.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",$.letterSpacing,"1.5px"),Ct=o.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",$.lineHeight,"1.6"),$t=o.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",$.textTransform,"uppercase"),It={fontFamily:o.FtCssVariableFactory.extend("--ft-typography-button-font-family","",C),fontSize:o.FtCssVariableFactory.extend("--ft-typography-button-font-size","",$.fontSize,"14px"),fontWeight:o.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",$.fontWeight,"600"),letterSpacing:o.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",$.letterSpacing,"1.246px"),lineHeight:o.FtCssVariableFactory.extend("--ft-typography-button-line-height","",$.lineHeight,"1.15"),textTransform:o.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",$.textTransform,"uppercase")},Wt=e.css`
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)"),underline:x.create("--ft-underline","","UNKNOWN","underline")},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-gap","",O.spacing1),x.extend("--ft-page-header-horizontal-padding","",O.spacing12),x.extend("--ft-page-header-vertical-padding","",O.spacing6),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-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-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),$={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")},I=o.FtCssVariableFactory.extend("--ft-typography-title-font-family","",w),E=o.FtCssVariableFactory.extend("--ft-typography-title-font-size","",$.fontSize,"20px"),W=o.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",$.fontWeight,"normal"),U=o.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",$.letterSpacing,"0.15px"),R=o.FtCssVariableFactory.extend("--ft-typography-title-line-height","",$.lineHeight,"1.2"),k=o.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",$.textTransform,"inherit"),L=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",w),Z=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",$.fontSize,"14px"),z=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",$.fontWeight,"normal"),K=o.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",$.letterSpacing,"0.105px"),F=o.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",$.lineHeight,"1.7"),D=o.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",$.textTransform,"inherit"),B=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",C),A=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",$.fontSize,"16px"),H=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",$.fontWeight,"600"),G=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",$.letterSpacing,"0.144px"),P=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",$.lineHeight,"1.5"),T=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",$.textTransform,"inherit"),j=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",C),M=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",$.fontSize,"14px"),_=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",$.fontWeight,"normal"),Y=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",$.letterSpacing,"0.098px"),V=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",$.lineHeight,"1.7"),X=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",$.textTransform,"inherit"),q=o.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",C),J=o.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",$.fontSize,"16px"),Q=o.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",$.fontWeight,"normal"),tt=o.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",$.letterSpacing,"0.496px"),ot=o.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",$.lineHeight,"1.5"),et=o.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",$.textTransform,"inherit"),rt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",C),it=o.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",$.fontSize,"14px"),at=o.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",$.fontWeight,"normal"),nt=o.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",$.letterSpacing,"0.252px"),lt=o.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",$.lineHeight,"1.4"),ct=o.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",$.textTransform,"inherit"),pt=o.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",C),ft=o.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",$.fontSize,"12px"),st=o.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",$.fontWeight,"normal"),dt=o.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",$.letterSpacing,"0.396px"),ht=o.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",$.lineHeight,"1.33"),gt=o.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",$.textTransform,"inherit"),yt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",C),ut=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",$.fontSize,"10px"),bt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",$.fontWeight,"normal"),mt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",$.letterSpacing,"0.33px"),xt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",$.lineHeight,"1.6"),Ot=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",$.textTransform,"inherit"),vt=o.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",C),Nt=o.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",$.fontSize,"10px"),St=o.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",$.fontWeight,"normal"),wt=o.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",$.letterSpacing,"1.5px"),Ct=o.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",$.lineHeight,"1.6"),$t=o.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",$.textTransform,"uppercase"),It={fontFamily:o.FtCssVariableFactory.extend("--ft-typography-button-font-family","",C),fontSize:o.FtCssVariableFactory.extend("--ft-typography-button-font-size","",$.fontSize,"14px"),fontWeight:o.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",$.fontWeight,"600"),letterSpacing:o.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",$.letterSpacing,"1.246px"),lineHeight:o.FtCssVariableFactory.extend("--ft-typography-button-line-height","",$.lineHeight,"1.15"),textTransform:o.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",$.textTransform,"uppercase")},Et=e.css`
131
131
  .ft-typography--title {
132
132
  font-family: ${I};
133
- font-size: ${W};
134
- font-weight: ${U};
135
- letter-spacing: ${R};
136
- line-height: ${E};
133
+ font-size: ${E};
134
+ font-weight: ${W};
135
+ letter-spacing: ${U};
136
+ line-height: ${R};
137
137
  text-transform: ${k};
138
138
  }
139
- `,Ut=e.css`
139
+ `,Wt=e.css`
140
140
  .ft-typography--title-dense {
141
141
  font-family: ${L};
142
- font-size: ${K};
143
- font-weight: ${Z};
144
- letter-spacing: ${z};
142
+ font-size: ${Z};
143
+ font-weight: ${z};
144
+ letter-spacing: ${K};
145
145
  line-height: ${F};
146
146
  text-transform: ${D};
147
147
  }
148
- `,Rt=e.css`
148
+ `,Ut=e.css`
149
149
  .ft-typography--subtitle1 {
150
150
  font-family: ${B};
151
151
  font-size: ${A};
@@ -154,7 +154,7 @@
154
154
  line-height: ${P};
155
155
  text-transform: ${T};
156
156
  }
157
- `,Et=e.css`
157
+ `,Rt=e.css`
158
158
  .ft-typography--subtitle2 {
159
159
  font-family: ${j};
160
160
  font-size: ${M};
@@ -176,31 +176,31 @@
176
176
  `,Lt=e.css`
177
177
  .ft-typography--body2 {
178
178
  font-family: ${rt};
179
- font-size: ${at};
180
- font-weight: ${it};
179
+ font-size: ${it};
180
+ font-weight: ${at};
181
181
  letter-spacing: ${nt};
182
182
  line-height: ${lt};
183
183
  text-transform: ${ct};
184
184
  }
185
- `,Kt=e.css`
185
+ `,Zt=e.css`
186
186
  .ft-typography--caption {
187
187
  font-family: ${pt};
188
- font-size: ${st};
189
- font-weight: ${ft};
188
+ font-size: ${ft};
189
+ font-weight: ${st};
190
190
  letter-spacing: ${dt};
191
191
  line-height: ${ht};
192
- text-transform: ${yt};
192
+ text-transform: ${gt};
193
193
  }
194
- `,Zt=e.css`
194
+ `,zt=e.css`
195
195
  .ft-typography--breadcrumb {
196
- font-family: ${gt};
196
+ font-family: ${yt};
197
197
  font-size: ${ut};
198
198
  font-weight: ${bt};
199
199
  letter-spacing: ${mt};
200
200
  line-height: ${xt};
201
201
  text-transform: ${Ot};
202
202
  }
203
- `,zt=e.css`
203
+ `,Kt=e.css`
204
204
  .ft-typography--overline {
205
205
  font-family: ${vt};
206
206
  font-size: ${Nt};
@@ -391,7 +391,7 @@
391
391
  --ft-button-internal-line-height: max(calc(${jt.fontSize} + 2px), ${jt.iconSize});
392
392
  --ft-button-internal-color: ${jt.color};
393
393
  ${o.setVariable(Gt.size,jt.iconSize)};
394
- ${o.setVariable(s.color,jt.rippleColor)};
394
+ ${o.setVariable(f.color,jt.rippleColor)};
395
395
 
396
396
  border-radius: ${jt.borderRadius};
397
397
  padding: ${jt.verticalPadding} ${jt.horizontalPadding};
@@ -435,7 +435,7 @@
435
435
  .ft-button.ft-button--primary {
436
436
  background-color: ${_t.backgroundColor};
437
437
  --ft-button-internal-color: ${_t.color};
438
- ${o.setVariable(s.color,_t.rippleColor)};
438
+ ${o.setVariable(f.color,_t.rippleColor)};
439
439
  }
440
440
 
441
441
  .ft-button:focus {
@@ -485,37 +485,37 @@
485
485
  ${o.setVariable(At.size,jt.iconSize)};
486
486
  ${o.setVariable(At.color,"var(--ft-button-internal-color)")};
487
487
  }
488
- `,o.noTextSelect];var Qt=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class to extends o.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 o.Debouncer(1e3),this.onTransitionStart=t=>{"transform"===t.propertyName&&(this.rippling=this.pressed,this.debouncer.run((()=>this.rippling=!1)))},this.onTransitionEnd=t=>{"transform"===t.propertyName&&(this.rippling=!1)},this.setupDebouncer=new o.Debouncer(10),this.moveRipple=t=>{var o,e;let{x:r,y:a}=this.getCoordinates(t),i=null!==(e=null===(o=this.ripple)||void 0===o?void 0:o.getBoundingClientRect())&&void 0!==e?e:{x:0,y:0,width:0,height:0};this.originX=Math.round(null!=r?r-i.x:i.width/2),this.originY=Math.round(null!=a?a-i.y:i.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(null==t?void 0:t.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"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 e.html`
488
+ `,o.noTextSelect];var Qt=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 to extends o.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 o.Debouncer(1e3),this.onTransitionStart=t=>{"transform"===t.propertyName&&(this.rippling=this.pressed,this.debouncer.run((()=>this.rippling=!1)))},this.onTransitionEnd=t=>{"transform"===t.propertyName&&(this.rippling=!1)},this.setupDebouncer=new o.Debouncer(10),this.moveRipple=t=>{var o,e;let{x:r,y:i}=this.getCoordinates(t),a=null!==(e=null===(o=this.ripple)||void 0===o?void 0:o.getBoundingClientRect())&&void 0!==e?e:{x:0,y:0,width:0,height:0};this.originX=Math.round(null!=r?r-a.x:a.width/2),this.originY=Math.round(null!=i?i-a.y:a.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(null==t?void 0:t.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"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 e.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="${a.classMap(t)}">
495
+ <div class="${i.classMap(t)}">
496
496
  <div class="ft-ripple--background"></div>
497
497
  <div class="ft-ripple--effect"></div>
498
498
  </div>
499
- `}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var o,e;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(o=this.target)||void 0===o||o.removeAttribute("data-is-ft-ripple-target")):null===(e=this.target)||void 0===e||e.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 t,o;const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;e&&this.setupFor(null!==(o=this.target)&&void 0!==o?o:e)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const o=(...t)=>o=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(o)},e=o("mouseup","contextmenu"),r=o("touchend","touchcancel"),a=t=>{["Enter"," "].includes(t.key)&&o("keyup")(t)},i={passive:!0};t.addEventListener("mouseover",this.startHover,i),t.addEventListener("mousemove",this.moveRipple,i),t.addEventListener("mouseleave",this.endHover,i),t.addEventListener("mousedown",e,i),t.addEventListener("touchstart",r,i),t.addEventListener("touchmove",this.moveRipple,i),t.addEventListener("keydown",a,i),t.addEventListener("focus",this.startFocus,i),t.addEventListener("blur",this.endFocus,i),t.addEventListener("focusin",this.startFocus,i),t.addEventListener("focusout",this.endFocus,i),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,i),t.removeEventListener("mousemove",this.moveRipple,i),t.removeEventListener("mouseleave",this.endHover,i),t.removeEventListener("mousedown",e,i),t.removeEventListener("touchstart",r,i),t.removeEventListener("touchmove",this.moveRipple,i),t.removeEventListener("keydown",a,i),t.removeEventListener("focus",this.startFocus,i),t.removeEventListener("blur",this.endFocus,i),t.removeEventListener("focusin",this.startFocus,i),t.removeEventListener("focusout",this.endFocus,i),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const o=t,e=t;let r,a;return null!=o.x?({x:r,y:a}=o):null!=e.touches&&(r=e.touches[0].clientX,a=e.touches[0].clientY),{x:r,y:a}}isFocusVisible(t){return!(t instanceof HTMLElement)||t.matches(":focus-visible")}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let o of t.composedPath()){if(o===this.target)break;if("hasAttribute"in o&&o.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}}to.elementDefinitions={},to.styles=b,Qt([r.property({type:Boolean})],to.prototype,"primary",void 0),Qt([r.property({type:Boolean})],to.prototype,"secondary",void 0),Qt([r.property({type:Boolean})],to.prototype,"unbounded",void 0),Qt([r.property({type:Boolean})],to.prototype,"activated",void 0),Qt([r.property({type:Boolean})],to.prototype,"selected",void 0),Qt([r.property({type:Boolean})],to.prototype,"disabled",void 0),Qt([r.state()],to.prototype,"hovered",void 0),Qt([r.state()],to.prototype,"focused",void 0),Qt([r.state()],to.prototype,"pressed",void 0),Qt([r.state()],to.prototype,"rippling",void 0),Qt([r.state()],to.prototype,"originX",void 0),Qt([r.state()],to.prototype,"originY",void 0),Qt([r.query(".ft-ripple")],to.prototype,"ripple",void 0),Qt([r.query(".ft-ripple--effect")],to.prototype,"rippleEffect",void 0),o.customElement("ft-ripple")(to);
499
+ `}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var o,e;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(o=this.target)||void 0===o||o.removeAttribute("data-is-ft-ripple-target")):null===(e=this.target)||void 0===e||e.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 t,o;const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;e&&this.setupFor(null!==(o=this.target)&&void 0!==o?o:e)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const o=(...t)=>o=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(o)},e=o("mouseup","contextmenu"),r=o("touchend","touchcancel"),i=t=>{["Enter"," "].includes(t.key)&&o("keyup")(t)},a={passive:!0};t.addEventListener("mouseover",this.startHover,a),t.addEventListener("mousemove",this.moveRipple,a),t.addEventListener("mouseleave",this.endHover,a),t.addEventListener("mousedown",e,a),t.addEventListener("touchstart",r,a),t.addEventListener("touchmove",this.moveRipple,a),t.addEventListener("keydown",i,a),t.addEventListener("focus",this.startFocus,a),t.addEventListener("blur",this.endFocus,a),t.addEventListener("focusin",this.startFocus,a),t.addEventListener("focusout",this.endFocus,a),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,a),t.removeEventListener("mousemove",this.moveRipple,a),t.removeEventListener("mouseleave",this.endHover,a),t.removeEventListener("mousedown",e,a),t.removeEventListener("touchstart",r,a),t.removeEventListener("touchmove",this.moveRipple,a),t.removeEventListener("keydown",i,a),t.removeEventListener("focus",this.startFocus,a),t.removeEventListener("blur",this.endFocus,a),t.removeEventListener("focusin",this.startFocus,a),t.removeEventListener("focusout",this.endFocus,a),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const o=t,e=t;let r,i;return null!=o.x?({x:r,y:i}=o):null!=e.touches&&(r=e.touches[0].clientX,i=e.touches[0].clientY),{x:r,y:i}}isFocusVisible(t){return!(t instanceof HTMLElement)||t.matches(":focus-visible")}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let o of t.composedPath()){if(o===this.target)break;if("hasAttribute"in o&&o.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}}to.elementDefinitions={},to.styles=b,Qt([r.property({type:Boolean})],to.prototype,"primary",void 0),Qt([r.property({type:Boolean})],to.prototype,"secondary",void 0),Qt([r.property({type:Boolean})],to.prototype,"unbounded",void 0),Qt([r.property({type:Boolean})],to.prototype,"activated",void 0),Qt([r.property({type:Boolean})],to.prototype,"selected",void 0),Qt([r.property({type:Boolean})],to.prototype,"disabled",void 0),Qt([r.state()],to.prototype,"hovered",void 0),Qt([r.state()],to.prototype,"focused",void 0),Qt([r.state()],to.prototype,"pressed",void 0),Qt([r.state()],to.prototype,"rippling",void 0),Qt([r.state()],to.prototype,"originX",void 0),Qt([r.state()],to.prototype,"originY",void 0),Qt([r.query(".ft-ripple")],to.prototype,"ripple",void 0),Qt([r.query(".ft-ripple--effect")],to.prototype,"rippleEffect",void 0),o.customElement("ft-ripple")(to);
500
500
  /**
501
501
  * @license
502
502
  * Copyright 2017 Google LLC
503
503
  * SPDX-License-Identifier: BSD-3-Clause
504
504
  */
505
- const oo=globalThis,eo=oo.trustedTypes,ro=eo?eo.createPolicy("lit-html",{createHTML:t=>t}):void 0,ao="$lit$",io=`lit$${(Math.random()+"").slice(9)}$`,no="?"+io,lo=`<${no}>`,co=document,po=()=>co.createComment(""),so=t=>null===t||"object"!=typeof t&&"function"!=typeof t,fo=Array.isArray,ho="[ \t\n\f\r]",yo=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,go=/-->/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 $o(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==ro?ro.createHTML(o):o}const Io=(t,o)=>{const e=t.length-1,r=[];let a,i=2===o?"<svg>":"",n=yo;for(let o=0;o<e;o++){const e=t[o];let l,c,p=-1,s=0;for(;s<e.length&&(n.lastIndex=s,c=n.exec(e),null!==c);)s=n.lastIndex,n===yo?"!--"===c[1]?n=go:void 0!==c[1]?n=uo:void 0!==c[2]?(Oo.test(c[2])&&(a=RegExp("</"+c[2],"g")),n=bo):void 0!==c[3]&&(n=bo):n===bo?">"===c[0]?(n=a??yo,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===go||n===uo?n=yo:(n=bo,a=void 0);const f=n===bo&&t[o+1].startsWith("/>")?" ":"";i+=n===yo?e+lo:p>=0?(r.push(l),e.slice(0,p)+ao+e.slice(p)+io+f):e+io+(-2===p?o:f)}return[$o(t,i+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};class Wo{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let a=0,i=0;const n=t.length-1,l=this.parts,[c,p]=Io(t,o);if(this.el=Wo.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(ao)){const o=p[i++],e=r.getAttribute(t).split(io),n=/([.?@])?(.*)/.exec(o);l.push({type:1,index:a,name:n[2],strings:e,ctor:"."===n[1]?Lo:"?"===n[1]?Ko:"@"===n[1]?Zo:ko}),r.removeAttribute(t)}else t.startsWith(io)&&(l.push({type:6,index:a}),r.removeAttribute(t));if(Oo.test(r.tagName)){const t=r.textContent.split(io),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:++a});r.append(t[o],po())}}}else if(8===r.nodeType)if(r.data===no)l.push({type:2,index:a});else{let t=-1;for(;-1!==(t=r.data.indexOf(io,t+1));)l.push({type:7,index:a}),t+=io.length-1}a++}}static createElement(t,o){const e=co.createElement("template");return e.innerHTML=t,e}}function Uo(t,o,e=t,r){if(o===No)return o;let a=void 0!==r?e._$Co?.[r]:e._$Cl;const i=so(o)?void 0:o._$litDirective$;return a?.constructor!==i&&(a?._$AO?.(!1),void 0===i?a=void 0:(a=new i(t),a._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=a:e._$Cl=a),void 0!==a&&(o=Uo(t,a._$AS(t,o.values),a,r)),o}class Ro{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 a=Co.nextNode(),i=0,n=0,l=e[0];for(;void 0!==l;){if(i===l.index){let o;2===l.type?o=new Eo(a,a.nextSibling,this,t):1===l.type?o=new l.ctor(a,l.name,l.strings,this,t):6===l.type&&(o=new zo(a,this,t)),this._$AV.push(o),l=e[++n]}i!==l?.index&&(a=Co.nextNode(),i++)}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 Eo{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=Uo(this,t,o),so(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=>fo(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&&so(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=Wo.createElement($o(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new Ro(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 Wo(t)),o}T(t){fo(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let e,r=0;for(const a of t)r===o.length?o.push(e=new Eo(this.k(po()),this.k(po()),this,this.options)):e=o[r],e._$AI(a),r++;r<o.length&&(this._$AR(e&&e._$AB.nextSibling,r),o.length=r)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}}class ko{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,a){this.type=1,this._$AH=So,this._$AN=void 0,this.element=t,this.name=o,this._$AM=r,this.options=a,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=So}_$AI(t,o=this,e,r){const a=this.strings;let i=!1;if(void 0===a)t=Uo(this,t,o,0),i=!so(t)||t!==this._$AH&&t!==No,i&&(this._$AH=t);else{const r=t;let n,l;for(t=a[0],n=0;n<a.length-1;n++)l=Uo(this,r[e+n],o,n),l===No&&(l=this._$AH[n]),i||=!so(l)||l!==this._$AH[n],l===So?t=So:t!==So&&(t+=(l??"")+a[n+1]),this._$AH[n]=l}i&&!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 Ko 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,a){super(t,o,e,r,a),this.type=5}_$AI(t,o=this){if((t=Uo(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,a=t!==So&&(e===So||r);r&&this.element.removeEventListener(this.name,this,e),a&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class zo{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){Uo(this,t)}}const Fo=oo.litHtmlPolyfillSupport;Fo?.(Wo,Eo),(oo.litHtmlVersions??=[]).push("3.1.0");
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 $o(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==ro?ro.createHTML(o):o}const Io=(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[$o(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]=Io(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($o(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
506
  /**
507
507
  * @license
508
508
  * Copyright 2020 Google LLC
509
509
  * SPDX-License-Identifier: BSD-3-Clause
510
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 a,i;const n=[],l=[];let c,p=0,s=!1;for(;p<r;){for(c=o[p];p<r&&void 0!==(i=e[p],a=Bo(i));)c+=a+o[++p],s=!0;p!==r&&l.push(i),n.push(c),p++}if(p===r&&n.push(o[r]),s){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 a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class jo extends o.FtLitElement{constructor(){super(...arguments),this.variant=Po.body1}render(){return this.element?Go`
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
512
  <${Ao(this.element)}
513
513
  class="ft-typography ft-typography--${this.variant}">
514
514
  <slot></slot>
515
515
  </${Ao(this.element)}>
516
516
  `:Go`
517
517
  <slot class="ft-typography ft-typography--${this.variant}"></slot>
518
- `}}jo.styles=[Wt,Ut,Rt,Et,kt,Lt,Kt,Zt,zt,Ft,Dt,...Bt],To([r.property()],jo.prototype,"element",void 0),To([r.property()],jo.prototype,"variant",void 0),o.customElement("ft-typography")(jo);const Mo=o.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),_o=o.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),Yo=o.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),Vo=o.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),Xo=o.FtCssVariableFactory.external(o.designSystemVariables.borderRadiusS,"Design system"),qo=o.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px"),Jo=e.css`
518
+ `}}jo.styles=[Et,Wt,Ut,Rt,kt,Lt,Zt,zt,Kt,Ft,Dt,...Bt],To([r.property()],jo.prototype,"element",void 0),To([r.property()],jo.prototype,"variant",void 0),o.customElement("ft-typography")(jo);const Mo=o.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),_o=o.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),Yo=o.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),Vo=o.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),Xo=o.FtCssVariableFactory.external(o.designSystemVariables.borderRadiusS,"Design system"),qo=o.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px"),Jo=e.css`
519
519
  .ft-tooltip--container {
520
520
  display: block;
521
521
  }
@@ -544,7 +544,7 @@ const Do=Symbol.for(""),Bo=t=>{if(t?.r===Do)return t?._$litStatic$},Ao=t=>({_$li
544
544
  position: relative;
545
545
  word-break: break-word;
546
546
  }
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,ae=t=>({x:t,y:t}),ie={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 se(t){return t.split("-")[1]}function fe(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 ye(t){return fe(he(t))}function ge(t){return t.replace(/left|right|bottom|top/g,(t=>ie[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:a}=t;const i=he(o),n=ye(o),l=de(n),c=pe(o),p="y"===i,s=r.x+r.width/2-a.width/2,f=r.y+r.height/2-a.height/2,d=r[l]/2-a[l]/2;let h;switch(c){case"top":h={x:s,y:r.y-a.height};break;case"bottom":h={x:s,y:r.y+r.height};break;case"right":h={x:r.x+r.width,y:f};break;case"left":h={x:r.x-a.width,y:f};break;default:h={x:r.x,y:r.y}}switch(se(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:a,platform:i,rects:n,elements:l,strategy:c}=t,{boundary:p="clippingAncestors",rootBoundary:s="viewport",elementContext:f="floating",altBoundary:d=!1,padding:h=0}=ce(o,t),y=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),g=l[d?"floating"===f?"reference":"floating":f],u=ue(await i.getClippingRect({element:null==(e=await(null==i.isElement?void 0:i.isElement(g)))||e?g:g.contextElement||await(null==i.getDocumentElement?void 0:i.getDocumentElement(l.floating)),boundary:p,rootBoundary:s,strategy:c})),b="floating"===f?{...n.floating,x:r,y:a}:n.reference,m=await(null==i.getOffsetParent?void 0:i.getOffsetParent(l.floating)),x=await(null==i.isElement?void 0:i.isElement(m))&&await(null==i.getScale?void 0:i.getScale(m))||{x:1,y:1},O=ue(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:m,strategy:c}):b);return{top:(u.top-O.top+y.top)/x.y,bottom:(O.bottom-u.bottom+y.bottom)/x.y,left:(u.left-O.left+y.left)/x.x,right:(O.right-u.right+y.right)/x.x}}function xe(t,o,e){return(t?[...e.filter((o=>se(o)===t)),...e.filter((o=>se(o)!==t))]:e.filter((t=>pe(t)===t))).filter((e=>!t||(se(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,a;const{rects:i,middlewareData:n,placement:l,platform:c,elements:p}=o,{crossAxis:s=!1,alignment:f,allowedPlacements:d=te,autoAlignment:h=!0,...y}=ce(t,o),g=void 0!==f||d===te?xe(f||null,h,d):d,u=await me(o,y),b=(null==(e=n.autoPlacement)?void 0:e.index)||0,m=g[b];if(null==m)return{};const x=function(t,o,e){void 0===e&&(e=!1);const r=se(t),a=ye(t),i=de(a);let n="x"===a?r===(e?"end":"start")?"right":"left":"start"===r?"bottom":"top";return o.reference[i]>o.floating[i]&&(n=ge(n)),[n,ge(n)]}(m,i,await(null==c.isRTL?void 0:c.isRTL(p.floating)));if(l!==m)return{reset:{placement:g[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=g[b+1];if(N)return{data:{index:b+1,overflows:v},reset:{placement:N}};const S=v.map((t=>{const o=se(t.placement);return[t.placement,o&&s?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,se(t[0])?2:3).every((t=>t<=0)))),C=(null==(a=w[0])?void 0:a[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 $e(t){return t instanceof HTMLElement||t instanceof Ne(t).HTMLElement}function Ie(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof Ne(t).ShadowRoot)}function We(t){const{overflow:o,overflowX:e,overflowY:r,display:a}=Le(t);return/auto|scroll|overlay|hidden|clip/.test(o+r+e)&&!["inline","contents"].includes(a)}function Ue(t){return["table","td","th"].includes(ve(t))}function Re(t){const o=Ee(),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 Ee(){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 Ke(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||Ie(t)&&t.host||Se(t);return Ie(o)?o.host:o}function ze(t){const o=Ze(t);return ke(o)?t.ownerDocument?t.ownerDocument.body:t.body:$e(o)&&We(o)?o:ze(o)}function Fe(t,o,e){var r;void 0===o&&(o=[]),void 0===e&&(e=!0);const a=ze(t),i=a===(null==(r=t.ownerDocument)?void 0:r.body),n=Ne(a);return i?o.concat(n,n.visualViewport||[],We(a)?a:[],n.frameElement&&e?Fe(n.frameElement):[]):o.concat(a,Fe(a,[],e))}function De(t){const o=Le(t);let e=parseFloat(o.width)||0,r=parseFloat(o.height)||0;const a=$e(t),i=a?t.offsetWidth:e,n=a?t.offsetHeight:r,l=re(e)!==i||re(r)!==n;return l&&(e=i,r=n),{width:e,height:r,$:l}}function Be(t){return Ce(t)?t:t.contextElement}function Ae(t){const o=Be(t);if(!$e(o))return ae(1);const e=o.getBoundingClientRect(),{width:r,height:a,$:i}=De(o);let n=(i?re(e.width):e.width)/r,l=(i?re(e.height):e.height)/a;return n&&Number.isFinite(n)||(n=1),l&&Number.isFinite(l)||(l=1),{x:n,y:l}}const He=ae(0);function Ge(t){const o=Ne(t);return Ee()&&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 a=t.getBoundingClientRect(),i=Be(t);let n=ae(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}(i,e,r)?Ge(i):ae(0);let c=(a.left+l.x)/n.x,p=(a.top+l.y)/n.y,s=a.width/n.x,f=a.height/n.y;if(i){const t=Ne(i),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),a=o.left+(e.clientLeft+parseFloat(r.paddingLeft))*t.x,i=o.top+(e.clientTop+parseFloat(r.paddingTop))*t.y;c*=t.x,p*=t.y,s*=t.x,f*=t.y,c+=a,p+=i,e=Ne(e).frameElement}}return ue({width:s,height:f,x:c,y:p})}function Te(t){return Pe(Se(t)).left+Ke(t).scrollLeft}function je(t,o,e){let r;if("viewport"===o)r=function(t,o){const e=Ne(t),r=Se(t),a=e.visualViewport;let i=r.clientWidth,n=r.clientHeight,l=0,c=0;if(a){i=a.width,n=a.height;const t=Ee();(!t||t&&"fixed"===o)&&(l=a.offsetLeft,c=a.offsetTop)}return{width:i,height:n,x:l,y:c}}(t,e);else if("document"===o)r=function(t){const o=Se(t),e=Ke(t),r=t.ownerDocument.body,a=ee(o.scrollWidth,o.clientWidth,r.scrollWidth,r.clientWidth),i=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)-a),{width:a,height:i,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,a=e.left+t.clientLeft,i=$e(t)?Ae(t):ae(1);return{width:t.clientWidth*i.x,height:t.clientHeight*i.y,x:a*i.x,y:r*i.y}}(o,e);else{const e=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=$e(o),a=Se(o),i="fixed"===e,n=Pe(t,!0,i,o);let l={scrollLeft:0,scrollTop:0};const c=ae(0);if(r||!r&&!i)if(("body"!==ve(o)||We(a))&&(l=Ke(o)),r){const t=Pe(o,!0,i,o);c.x=t.x+o.clientLeft,c.y=t.y+o.clientTop}else a&&(c.x=Te(a));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 $e(t)&&"fixed"!==Le(t).position?o?o(t):t.offsetParent:null}function Ve(t,o){const e=Ne(t);if(!$e(t))return e;let r=Ye(t,o);for(;r&&Ue(r)&&"static"===Le(r).position;)r=Ye(r,o);return r&&("html"===ve(r)||"body"===ve(r)&&"static"===Le(r).position&&!Re(r))?e:r||function(t){let o=Ze(t);for(;$e(o)&&!ke(o);){if(Re(o))return o;o=Ze(o)}return null}(t)||e}const Xe={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:o,offsetParent:e,strategy:r}=t;const a=$e(e),i=Se(e);if(e===i)return o;let n={scrollLeft:0,scrollTop:0},l=ae(1);const c=ae(0);if((a||!a&&"fixed"!==r)&&(("body"!==ve(e)||We(i))&&(n=Ke(e)),$e(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:a}=t;const i=[..."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))),a=null;const i="fixed"===Le(t).position;let n=i?Ze(t):t;for(;Ce(n)&&!ke(n);){const o=Le(n),e=Re(n);e||"fixed"!==o.position||(a=null),(i?!e&&!a:!e&&"static"===o.position&&a&&["absolute","fixed"].includes(a.position)||We(n)&&!e&&Me(t,n))?r=r.filter((t=>t!==n)):a=o,n=Ze(n)}return o.set(t,r),r}(o,this._c):[].concat(e),r],n=i[0],l=i.reduce(((t,e)=>{const r=je(o,e,a);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,a));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 a=this.getOffsetParent||Ve,i=this.getDimensions;return{reference:_e(o,await a(e),r),floating:{x:0,y:0,...await i(e)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return De(t)},getScale:Ae,isElement:Ce,isRTL:function(t){return"rtl"===Le(t).direction}},qe=(t,o,e)=>{const r=new Map,a={platform:Xe,...e},i={...a.platform,_c:r};return(async(t,o,e)=>{const{placement:r="bottom",strategy:a="absolute",middleware:i=[],platform:n}=e,l=i.filter(Boolean),c=await(null==n.isRTL?void 0:n.isRTL(o));let p=await n.getElementRects({reference:t,floating:o,strategy:a}),{x:s,y:f}=be(p,r,c),d=r,h={},y=0;for(let e=0;e<l.length;e++){const{name:i,fn:g}=l[e],{x:u,y:b,data:m,reset:x}=await g({x:s,y:f,initialPlacement:r,placement:d,strategy:a,middlewareData:h,rects:p,platform:n,elements:{reference:t,floating:o}});s=null!=u?u:s,f=null!=b?b:f,h={...h,[i]:{...h[i],...m}},x&&y<=50&&(y++,"object"==typeof x&&(x.placement&&(d=x.placement),x.rects&&(p=!0===x.rects?await n.getElementRects({reference:t,floating:o,strategy:a}):x.rects),({x:s,y:f}=be(p,d,c))),e=-1)}return{x:s,y:f,placement:d,strategy:a,middlewareData:h}})(t,o,{...a,platform:i})};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 a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class ar 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`
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 $e(t){return t instanceof HTMLElement||t instanceof Ne(t).HTMLElement}function Ie(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||Ie(t)&&t.host||Se(t);return Ie(o)?o.host:o}function Ke(t){const o=ze(t);return ke(o)?t.ownerDocument?t.ownerDocument.body:t.body:$e(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=$e(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(!$e(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=$e(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=$e(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 $e(t)&&"fixed"!==Le(t).position?o?o(t):t.offsetParent:null}function Ve(t,o){const e=Ne(t);if(!$e(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(;$e(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=$e(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)),$e(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`
548
548
  <div part="container"
549
549
  class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
550
550
  @mouseenter=${this.onHover}
@@ -562,21 +562,21 @@ const Do=Symbol.for(""),Bo=t=>{if(t?.r===Do)return t?._$litStatic$},Ao=t=>({_$li
562
562
  </div>
563
563
  </div>
564
564
  </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:a}=t,{mainAxis:i=!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},s=await me(t,c),f=he(pe(a)),d=fe(f);let h=p[d],y=p[f];if(i){const t="y"===d?"bottom":"right";h=le(h+s["y"===d?"top":"left"],h,h-s[t])}if(n){const t="y"===f?"bottom":"right";y=le(y+s["y"===f?"top":"left"],y,y-s[t])}const g=l.fn({...t,[d]:h,[f]:y});return{...g,data:{x:g.x-o,y:g.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))}}ar.elementDefinitions={"ft-typography":jo},ar.styles=Jo,rr([r.property()],ar.prototype,"text",void 0),rr([r.property({type:Boolean})],ar.prototype,"manual",void 0),rr([r.property({type:Boolean})],ar.prototype,"inline",void 0),rr([r.property({type:Number})],ar.prototype,"delay",void 0),rr([r.property()],ar.prototype,"position",void 0),rr([r.queryAssignedNodes()],ar.prototype,"slotNodes",void 0),rr([r.query(".ft-tooltip--container")],ar.prototype,"container",void 0),rr([r.query(".ft-tooltip")],ar.prototype,"tooltip",void 0),rr([r.query(".ft-tooltip--content")],ar.prototype,"tooltipContent",void 0),rr([r.state()],ar.prototype,"visible",void 0),rr([r.eventOptions({passive:!0})],ar.prototype,"onTouch",null),rr([r.eventOptions({passive:!0})],ar.prototype,"onHover",null),rr([r.eventOptions({passive:!0})],ar.prototype,"onOut",null),rr([r.eventOptions({passive:!0})],ar.prototype,"onClick",null),o.customElement("ft-tooltip")(ar),function(t){t.THUMBS_DOWN="&#xe94d;",t.THUMBS_DOWN_PLAIN="&#xe94e;",t.THUMBS_UP="&#xe94f;",t.THUMBS_UP_PLAIN="&#xe950;",t.STAR="&#xe94c;",t.STAR_PLAIN="&#xe900;",t.DESKTOP="&#xe95e;",t.LIFE_RING="&#xe975;",t.GLOBE="&#xe976;",t.PIGGY_BANK="&#xe977;",t.TABLET_LANDSCAPE="&#xe95f;",t.TABLET_PORTRAIT="&#xe960;",t.MOBILE_LANDSCAPE="&#xe961;",t.MOBILE_PORTRAIT="&#xe962;",t.ARROW_RIGHT_TO_LINE="&#xe95d;",t.THIN_ARROW_UP="&#xe95c;",t.CONTEXTUAL="&#xe95b;",t.CHART_SIMPLE="&#xe968;",t.BARS_PROGRESS="&#xe969;",t.LINE_CHART="&#xe96c;",t.STACKED_CHART="&#xe96d;",t.CHART_BAR_NORMALIZED="&#xe97b;",t.BOOK_OPEN_GEAR="&#xe96a;",t.BOOK_OPEN_GEAR_SLASH="&#xe96b;",t.DIAGRAM_SUNBURST="&#xe963;",t.DIAGRAM_SANKEY="&#xe964;",t.UNSTRUCTURED_DOC="&#xe95a;",t.RESET="&#xe958;",t.THIN_ARROW_LEFT="&#xe956;",t.THIN_ARROW_RIGHT="&#xe957;",t.MY_COLLECTIONS="&#xe955;",t.OFFLINE_SETTINGS="&#xe954;",t.MY_LIBRARY="&#xe959;",t.RATE_PLAIN="&#xe952;",t.RATE="&#xe953;",t.FEEDBACK_PLAIN="&#xe951;",t.PAUSE="&#xe949;",t.PLAY="&#xe94a;",t.RELATIVES_PLAIN="&#xe947;",t.RELATIVES="&#xe948;",t.SHORTCUT_MENU="&#xe946;",t.PRINT="&#xe944;",t.DEFAULT_ROLES="&#xe945;",t.ACCOUNT_SETTINGS="&#xe943;",t.ONLINE="&#xe941;",t.OFFLINE="&#xe816;",t.UPLOAD="&#xe940;",t.BOOK_PLAIN="&#xe93f;",t.SYNC="&#xe93d;",t.SHARED_PBK="&#xe931;",t.COLLECTIONS="&#xe92a;",t.SEARCH_IN_PUBLICATION="&#xe92f;",t.BOOKS="&#xe806;",t.LOCKER="&#xe93b;",t.ARROW_DOWN="&#xe92b;",t.ARROW_LEFT="&#xe92c;",t.ARROW_RIGHT="&#xe92d;",t.ARROW_UP="&#xe92e;",t.SAVE="&#xe93a;",t.MAILS_AND_NOTIFICATIONS="&#xe939;",t.DOT="&#xe936;",t.MINUS="&#xe937;",t.PLUS="&#xe938;",t.FILTERS="&#xe935;",t.STRIPE_ARROW_RIGHT="&#xe934;",t.STRIPE_ARROW_LEFT="&#xe933;",t.ATTACHMENTS="&#xe932;",t.ADD_BOOKMARK="&#xe804;",t.BOOKMARK="&#xe805;",t.EXPORT="&#xe80f;",t.MENU="&#xe807;",t.TAG="&#xe93e;",t.TAG_PLAIN="&#xe942;",t.COPY_TO_CLIPBOARD="&#xe930;",t.COLUMNS="&#xe928;",t.ARTICLE="&#xe927;",t.CLOSE_PLAIN="&#xe925;",t.CHECK_PLAIN="&#xe926;",t.LOGOUT="&#xe923;",t.SIGN_IN="&#xe922;",t.THIN_ARROW="&#xe921;",t.TRIANGLE_BOTTOM="&#xe91d;",t.TRIANGLE_LEFT="&#xe91e;",t.TRIANGLE_RIGHT="&#xe91f;",t.TRIANGLE_TOP="&#xe920;",t.FACET_HAS_DESCENDANT="&#xe91c;",t.MINUS_PLAIN="&#xe91a;",t.PLUS_PLAIN="&#xe91b;",t.INFO="&#xe919;",t.ICON_EXPAND="&#xe917;",t.ICON_COLLAPSE="&#xe918;",t.ADD_TO_PBK="&#xe800;",t.ALERT="&#xe801;",t.ADD_ALERT="&#xe802;",t.BACK_TO_SEARCH="&#xe803;",t.DOWNLOAD="&#xe808;",t.EDIT="&#xe809;",t.FEEDBACK="&#xe80a;",t.MODIFY_PBK="&#xe80c;",t.SCHEDULED="&#xe80d;",t.SEARCH="&#xe80e;",t.SHARE="&#xe80f1;",t.TOC="&#xe810;",t.WRITE_UGC="&#xe811;",t.TRASH="&#xe812;",t.EXTLINK="&#xe814;",t.EXTLINK_LIGHT="&#xe978;",t.CALENDAR="&#xe815;",t.BOOK="&#xe817;",t.DOWNLOAD_PLAIN="&#xe818;",t.CHECK="&#xe819;",t.TOPICS="&#xe901;",t.EYE="&#xf06e;",t.EYE_SLASH="&#xe970;",t.DISC="&#xe902;",t.CIRCLE="&#xe903;",t.SHARED="&#xe904;",t.SORT_UNSORTED="&#xe905;",t.SORT_UP="&#xe906;",t.SORT_DOWN="&#xe907;",t.WORKING="&#xe908;",t.CLOSE="&#xe909;",t.ZOOM_OUT="&#xe90a;",t.ZOOM_IN="&#xe90b;",t.ZOOM_REALSIZE="&#xe90c;",t.ZOOM_FULLSCREEN="&#xe90d;",t.ADMIN_RESTRICTED="&#xe90e;",t.ADMIN_THEME="&#xe911;",t.WARNING="&#xe913;",t.CONTEXT="&#xe914;",t.SEARCH_HOME="&#xe915;",t.STEPS="&#xe916;",t.HOME="&#xe80b;",t.TRANSLATE="&#xe924;",t.USER="&#xe813;",t.ADMIN="&#xe90f;",t.ANALYTICS="&#xe929;",t.ADMIN_KHUB="&#xe910;",t.ADMIN_USERS="&#xe912;",t.ADMIN_INTEGRATION="&#xe93c;",t.ADMIN_PORTAL="&#xe94b;",t.COMMENT_QUESTION="&#xe965;",t.COMMENT_QUESTION_PLAIN="&#xe966;",t.MESSAGE_BOT="&#xe967;",t.PIP="&#xe973;",t.PIP_WIDE="&#xe974;",t.EXPAND_WIDE="&#xe972;",t.X_MARK="&#xe971;",t.CLONE="&#xe979;",t.CLONE_LINK_SIMPLE="&#xe97a;"}(tr||(tr={})),function(t){t.UNKNOWN="&#xe90a;",t.ABW="&#xe900;",t.AUDIO="&#xe901;",t.AVI="&#xe902;",t.CHM="&#xe904;",t.CODE="&#xe905;",t.CSV="&#xe903;",t.DITA="&#xe906;",t.EPUB="&#xe907;",t.EXCEL="&#xe908;",t.FLAC="&#xe909;",t.GIF="&#xe90b;",t.GZIP="&#xe90c;",t.HTML="&#xe90d;",t.IMAGE="&#xe90e;",t.JPEG="&#xe90f;",t.JSON="&#xe910;",t.M4A="&#xe911;",t.MOV="&#xe912;",t.MP3="&#xe913;",t.MP4="&#xe914;",t.OGG="&#xe915;",t.PDF="&#xe916;",t.PNG="&#xe917;",t.POWERPOINT="&#xe918;",t.RAR="&#xe91a;",t.STP="&#xe91b;",t.TEXT="&#xe91c;",t.VIDEO="&#xe91e;",t.WAV="&#xe91f;",t.WMA="&#xe920;",t.WORD="&#xe921;",t.XML="&#xe922;",t.YAML="&#xe919;",t.ZIP="&#xe923;"}(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 ir=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class 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`
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="&#xe94d;",t.THUMBS_DOWN_PLAIN="&#xe94e;",t.THUMBS_UP="&#xe94f;",t.THUMBS_UP_PLAIN="&#xe950;",t.STAR="&#xe94c;",t.STAR_PLAIN="&#xe900;",t.DESKTOP="&#xe95e;",t.LIFE_RING="&#xe975;",t.GLOBE="&#xe976;",t.PIGGY_BANK="&#xe977;",t.TABLET_LANDSCAPE="&#xe95f;",t.TABLET_PORTRAIT="&#xe960;",t.MOBILE_LANDSCAPE="&#xe961;",t.MOBILE_PORTRAIT="&#xe962;",t.ARROW_RIGHT_TO_LINE="&#xe95d;",t.THIN_ARROW_UP="&#xe95c;",t.CONTEXTUAL="&#xe95b;",t.CHART_SIMPLE="&#xe968;",t.BARS_PROGRESS="&#xe969;",t.LINE_CHART="&#xe96c;",t.STACKED_CHART="&#xe96d;",t.CHART_BAR_NORMALIZED="&#xe97b;",t.BOOK_OPEN_GEAR="&#xe96a;",t.BOOK_OPEN_GEAR_SLASH="&#xe96b;",t.DIAGRAM_SUNBURST="&#xe963;",t.DIAGRAM_SANKEY="&#xe964;",t.UNSTRUCTURED_DOC="&#xe95a;",t.RESET="&#xe958;",t.THIN_ARROW_LEFT="&#xe956;",t.THIN_ARROW_RIGHT="&#xe957;",t.MY_COLLECTIONS="&#xe955;",t.OFFLINE_SETTINGS="&#xe954;",t.MY_LIBRARY="&#xe959;",t.RATE_PLAIN="&#xe952;",t.RATE="&#xe953;",t.FEEDBACK_PLAIN="&#xe951;",t.PAUSE="&#xe949;",t.PLAY="&#xe94a;",t.RELATIVES_PLAIN="&#xe947;",t.RELATIVES="&#xe948;",t.SHORTCUT_MENU="&#xe946;",t.PRINT="&#xe944;",t.DEFAULT_ROLES="&#xe945;",t.ACCOUNT_SETTINGS="&#xe943;",t.ONLINE="&#xe941;",t.OFFLINE="&#xe816;",t.UPLOAD="&#xe940;",t.BOOK_PLAIN="&#xe93f;",t.SYNC="&#xe93d;",t.SHARED_PBK="&#xe931;",t.COLLECTIONS="&#xe92a;",t.SEARCH_IN_PUBLICATION="&#xe92f;",t.BOOKS="&#xe806;",t.LOCKER="&#xe93b;",t.ARROW_DOWN="&#xe92b;",t.ARROW_LEFT="&#xe92c;",t.ARROW_RIGHT="&#xe92d;",t.ARROW_UP="&#xe92e;",t.SAVE="&#xe93a;",t.MAILS_AND_NOTIFICATIONS="&#xe939;",t.DOT="&#xe936;",t.MINUS="&#xe937;",t.PLUS="&#xe938;",t.FILTERS="&#xe935;",t.STRIPE_ARROW_RIGHT="&#xe934;",t.STRIPE_ARROW_LEFT="&#xe933;",t.ATTACHMENTS="&#xe932;",t.ADD_BOOKMARK="&#xe804;",t.BOOKMARK="&#xe805;",t.EXPORT="&#xe80f;",t.MENU="&#xe807;",t.TAG="&#xe93e;",t.TAG_PLAIN="&#xe942;",t.COPY_TO_CLIPBOARD="&#xe930;",t.COLUMNS="&#xe928;",t.ARTICLE="&#xe927;",t.CLOSE_PLAIN="&#xe925;",t.CHECK_PLAIN="&#xe926;",t.LOGOUT="&#xe923;",t.SIGN_IN="&#xe922;",t.THIN_ARROW="&#xe921;",t.TRIANGLE_BOTTOM="&#xe91d;",t.TRIANGLE_LEFT="&#xe91e;",t.TRIANGLE_RIGHT="&#xe91f;",t.TRIANGLE_TOP="&#xe920;",t.FACET_HAS_DESCENDANT="&#xe91c;",t.MINUS_PLAIN="&#xe91a;",t.PLUS_PLAIN="&#xe91b;",t.INFO="&#xe919;",t.ICON_EXPAND="&#xe917;",t.ICON_COLLAPSE="&#xe918;",t.ADD_TO_PBK="&#xe800;",t.ALERT="&#xe801;",t.ADD_ALERT="&#xe802;",t.BACK_TO_SEARCH="&#xe803;",t.DOWNLOAD="&#xe808;",t.EDIT="&#xe809;",t.FEEDBACK="&#xe80a;",t.MODIFY_PBK="&#xe80c;",t.SCHEDULED="&#xe80d;",t.SEARCH="&#xe80e;",t.SHARE="&#xe80f1;",t.TOC="&#xe810;",t.WRITE_UGC="&#xe811;",t.TRASH="&#xe812;",t.EXTLINK="&#xe814;",t.EXTLINK_LIGHT="&#xe978;",t.CALENDAR="&#xe815;",t.BOOK="&#xe817;",t.DOWNLOAD_PLAIN="&#xe818;",t.CHECK="&#xe819;",t.TOPICS="&#xe901;",t.EYE="&#xf06e;",t.EYE_SLASH="&#xe970;",t.DISC="&#xe902;",t.CIRCLE="&#xe903;",t.SHARED="&#xe904;",t.SORT_UNSORTED="&#xe905;",t.SORT_UP="&#xe906;",t.SORT_DOWN="&#xe907;",t.WORKING="&#xe908;",t.CLOSE="&#xe909;",t.ZOOM_OUT="&#xe90a;",t.ZOOM_IN="&#xe90b;",t.ZOOM_REALSIZE="&#xe90c;",t.ZOOM_FULLSCREEN="&#xe90d;",t.ADMIN_RESTRICTED="&#xe90e;",t.ADMIN_THEME="&#xe911;",t.WARNING="&#xe913;",t.CONTEXT="&#xe914;",t.SEARCH_HOME="&#xe915;",t.STEPS="&#xe916;",t.HOME="&#xe80b;",t.TRANSLATE="&#xe924;",t.USER="&#xe813;",t.ADMIN="&#xe90f;",t.ANALYTICS="&#xe929;",t.ADMIN_KHUB="&#xe910;",t.ADMIN_USERS="&#xe912;",t.ADMIN_INTEGRATION="&#xe93c;",t.ADMIN_PORTAL="&#xe94b;",t.COMMENT_QUESTION="&#xe965;",t.COMMENT_QUESTION_PLAIN="&#xe966;",t.MESSAGE_BOT="&#xe967;",t.PIP="&#xe973;",t.PIP_WIDE="&#xe974;",t.EXPAND_WIDE="&#xe972;",t.X_MARK="&#xe971;",t.CLONE="&#xe979;",t.CLONE_LINK_SIMPLE="&#xe97a;"}(tr||(tr={})),function(t){t.UNKNOWN="&#xe90a;",t.ABW="&#xe900;",t.AUDIO="&#xe901;",t.AVI="&#xe902;",t.CHM="&#xe904;",t.CODE="&#xe905;",t.CSV="&#xe903;",t.DITA="&#xe906;",t.EPUB="&#xe907;",t.EXCEL="&#xe908;",t.FLAC="&#xe909;",t.GIF="&#xe90b;",t.GZIP="&#xe90c;",t.HTML="&#xe90d;",t.IMAGE="&#xe90e;",t.JPEG="&#xe90f;",t.JSON="&#xe910;",t.M4A="&#xe911;",t.MOV="&#xe912;",t.MP3="&#xe913;",t.MP4="&#xe914;",t.OGG="&#xe915;",t.PDF="&#xe916;",t.PNG="&#xe917;",t.POWERPOINT="&#xe918;",t.RAR="&#xe91a;",t.STP="&#xe91b;",t.TEXT="&#xe91c;",t.VIDEO="&#xe91e;",t.WAV="&#xe91f;",t.WMA="&#xe920;",t.WORD="&#xe921;",t.XML="&#xe922;",t.YAML="&#xe919;",t.ZIP="&#xe923;"}(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
566
  <i class="ft-icon ft-icon--${t}" part="icon icon-${t}">
567
- ${i.unsafeHTML(this.resolvedIcon)}
567
+ ${a.unsafeHTML(this.resolvedIcon)}
568
568
  <slot ?hidden=${o}></slot>
569
569
  </i>
570
- `}get textContent(){var t,o;return null!==(o=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==o?o:""}update(t){super.update(t),["value","variant"].some((o=>t.has(o)))&&this.resolveIcon()}resolveIcon(){var t,o;let r=this.value||this.textContent;switch(this.variant){case er.file_format:this.resolvedIcon=null!==(t=or[r.replace("-","_").toUpperCase()])&&void 0!==t?t:r;break;case er.material:this.resolvedIcon=this.value||e.nothing;break;default:this.resolvedIcon=null!==(o=tr[r.replace("-","_").toUpperCase()])&&void 0!==o?o:r}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}nr.elementDefinitions={},nr.styles=Pt,ir([r.property()],nr.prototype,"variant",void 0),ir([r.property()],nr.prototype,"value",void 0),ir([r.state()],nr.prototype,"resolvedIcon",void 0),ir([r.query("slot")],nr.prototype,"slottedContent",void 0),o.customElement("ft-icon")(nr);class lr extends o.FtLitElement{render(){return e.html`
570
+ `}get textContent(){var t,o;return null!==(o=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==o?o:""}update(t){super.update(t),["value","variant"].some((o=>t.has(o)))&&this.resolveIcon()}resolveIcon(){var t,o;let r=this.value||this.textContent;switch(this.variant){case er.file_format:this.resolvedIcon=null!==(t=or[r.replace("-","_").toUpperCase()])&&void 0!==t?t:r;break;case er.material:this.resolvedIcon=this.value||e.nothing;break;default:this.resolvedIcon=null!==(o=tr[r.replace("-","_").toUpperCase()])&&void 0!==o?o:r}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}nr.elementDefinitions={},nr.styles=Pt,ar([r.property()],nr.prototype,"variant",void 0),ar([r.property()],nr.prototype,"value",void 0),ar([r.state()],nr.prototype,"resolvedIcon",void 0),ar([r.query("slot")],nr.prototype,"slottedContent",void 0),o.customElement("ft-icon")(nr);class lr extends o.FtLitElement{render(){return e.html`
571
571
  <div class="ft-loader">
572
572
  <div></div>
573
573
  <div></div>
574
574
  <div></div>
575
575
  <div></div>
576
576
  </div>
577
- `}}lr.styles=Ht,o.customElement("ft-loader")(lr);var cr=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class pr extends(o.toFtFormComponent(o.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",(t=>{var o;this.isDisabled()?(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation()):"submit"==this.type&&(null===(o=this.form)||void 0===o||o.requestSubmit())}))}render(){return this.addTooltipIfNeeded(e.html`
577
+ `}}lr.styles=Ht,o.customElement("ft-loader")(lr);var cr=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 pr extends(o.toFtFormComponent(o.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",(t=>{var o;this.isDisabled()?(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation()):"submit"==this.type&&(null===(o=this.form)||void 0===o||o.requestSubmit())}))}render(){return this.addTooltipIfNeeded(e.html`
578
578
  <button part="button"
579
- class="${a.classMap(this.buttonClasses)}"
579
+ class="${i.classMap(this.buttonClasses)}"
580
580
  aria-label="${this.getLabel()}"
581
581
  ?disabled=${this.isDisabled()}>
582
582
  <ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
@@ -597,7 +597,7 @@ const Do=Symbol.for(""),Bo=t=>{if(t?.r===Do)return t?._$litStatic$},Ao=t=>({_$li
597
597
  </ft-tooltip>
598
598
  `:t}resolveIcon(){return this.loading?e.html`
599
599
  <ft-loader part="loader icon"></ft-loader> `:this.icon?e.html`
600
- <ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon> `:e.nothing}focus(){var t;null===(t=this.button)||void 0===t||t.focus()}getLabel(){return this.label||this.textContent}get textContent(){return this.unslotText(this.slottedContent).trim()}unslotText(t){return t instanceof HTMLSlotElement?t.assignedNodes().map((t=>this.unslotText(t))).join(""):(null==t?void 0:t.textContent)||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}}pr.elementDefinitions={"ft-ripple":to,"ft-tooltip":ar,"ft-typography":jo,"ft-icon":nr,"ft-loader":lr},cr([r.property({type:String,reflect:!0})],pr.prototype,"role",void 0),cr([r.property()],pr.prototype,"type",void 0),cr([r.property({type:Boolean})],pr.prototype,"disabled",void 0),cr([r.property()],pr.prototype,"label",void 0),cr([r.property()],pr.prototype,"icon",void 0),cr([r.property()],pr.prototype,"iconVariant",void 0),cr([r.property({type:Boolean})],pr.prototype,"trailingIcon",void 0),cr([r.property({type:Boolean})],pr.prototype,"loading",void 0),cr([r.property()],pr.prototype,"tooltipPosition",void 0),cr([r.property({type:Boolean})],pr.prototype,"hideTooltip",void 0),cr([r.property({type:Boolean})],pr.prototype,"forceTooltip",void 0),cr([r.query(".ft-button")],pr.prototype,"button",void 0),cr([r.query(".ft-button--label slot")],pr.prototype,"slottedContent",void 0);var sr=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class fr extends pr{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"}}fr.styles=[o.safariEllipsisFix,Jt],sr([r.property({type:Boolean})],fr.prototype,"primary",void 0),sr([r.property({type:Boolean})],fr.prototype,"outlined",void 0),sr([r.property({type:Boolean})],fr.prototype,"dense",void 0),sr([r.property({type:Boolean})],fr.prototype,"round",void 0);const dr=[e.css`
600
+ <ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon> `:e.nothing}focus(){var t;null===(t=this.button)||void 0===t||t.focus()}getLabel(){return this.label||this.textContent}get textContent(){return this.unslotText(this.slottedContent).trim()}unslotText(t){return t instanceof HTMLSlotElement?t.assignedNodes().map((t=>this.unslotText(t))).join(""):(null==t?void 0:t.textContent)||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}}pr.elementDefinitions={"ft-ripple":to,"ft-tooltip":ir,"ft-typography":jo,"ft-icon":nr,"ft-loader":lr},cr([r.property({type:String,reflect:!0})],pr.prototype,"role",void 0),cr([r.property()],pr.prototype,"type",void 0),cr([r.property({type:Boolean})],pr.prototype,"disabled",void 0),cr([r.property()],pr.prototype,"label",void 0),cr([r.property()],pr.prototype,"icon",void 0),cr([r.property()],pr.prototype,"iconVariant",void 0),cr([r.property({type:Boolean})],pr.prototype,"trailingIcon",void 0),cr([r.property({type:Boolean})],pr.prototype,"loading",void 0),cr([r.property()],pr.prototype,"tooltipPosition",void 0),cr([r.property({type:Boolean})],pr.prototype,"hideTooltip",void 0),cr([r.property({type:Boolean})],pr.prototype,"forceTooltip",void 0),cr([r.query(".ft-button")],pr.prototype,"button",void 0),cr([r.query(".ft-button--label slot")],pr.prototype,"slottedContent",void 0);var fr=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 sr extends pr{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"}}sr.styles=[o.safariEllipsisFix,Jt],fr([r.property({type:Boolean})],sr.prototype,"primary",void 0),fr([r.property({type:Boolean})],sr.prototype,"outlined",void 0),fr([r.property({type:Boolean})],sr.prototype,"dense",void 0),fr([r.property({type:Boolean})],sr.prototype,"round",void 0);const dr=[e.css`
601
601
  :host {
602
602
  display: inline-block;
603
603
  max-width: 100%;
@@ -678,11 +678,11 @@ const Do=Symbol.for(""),Bo=t=>{if(t?.r===Do)return t?._$litStatic$},Ao=t=>({_$li
678
678
  .ft-button--primary {
679
679
  ${o.setVariable(At.color,S.primaryIconColor)};
680
680
 
681
- ${o.setVariable(s.color,S.primaryStateLayerColor)};
682
- ${o.setVariable(s.opacityContentOnSurfaceHover,S.primaryStateLayerOpacityHover)};
683
- ${o.setVariable(s.opacityContentOnSurfaceFocused,S.primaryStateLayerOpacityFocus)};
684
- ${o.setVariable(s.opacityContentOnSurfaceSelected,S.primaryStateLayerOpacityActive)};
685
- ${o.setVariable(s.opacityContentOnSurfacePressed,S.primaryStateLayerOpacityActive)};
681
+ ${o.setVariable(f.color,S.primaryStateLayerColor)};
682
+ ${o.setVariable(f.opacityContentOnSurfaceHover,S.primaryHoverStateLayerOpacity)};
683
+ ${o.setVariable(f.opacityContentOnSurfaceFocused,S.primaryFocusStateLayerOpacity)};
684
+ ${o.setVariable(f.opacityContentOnSurfaceSelected,S.primaryActiveStateLayerOpacity)};
685
+ ${o.setVariable(f.opacityContentOnSurfacePressed,S.primaryActiveStateLayerOpacity)};
686
686
 
687
687
  background-color: ${S.primaryBackgroundColor};
688
688
  color: ${S.primaryColor};
@@ -690,7 +690,7 @@ const Do=Symbol.for(""),Bo=t=>{if(t?.r===Do)return t?._$litStatic$},Ao=t=>({_$li
690
690
  }
691
691
 
692
692
  .ft-button--primary[disabled] {
693
- opacity: ${S.primaryComponentOpacityDisabled};
693
+ opacity: ${S.primaryDisabledComponentOpacity};
694
694
  }
695
695
 
696
696
  .ft-button--primary ft-icon {
@@ -702,11 +702,11 @@ const Do=Symbol.for(""),Bo=t=>{if(t?.r===Do)return t?._$litStatic$},Ao=t=>({_$li
702
702
  .ft-button--secondary {
703
703
  ${o.setVariable(At.color,S.secondaryIconColor)};
704
704
 
705
- ${o.setVariable(s.color,S.secondaryStateLayerColor)};
706
- ${o.setVariable(s.opacityContentOnSurfaceHover,S.secondaryStateLayerOpacityHover)};
707
- ${o.setVariable(s.opacityContentOnSurfaceFocused,S.secondaryStateLayerOpacityFocus)};
708
- ${o.setVariable(s.opacityContentOnSurfaceSelected,S.secondaryStateLayerOpacityActive)};
709
- ${o.setVariable(s.opacityContentOnSurfacePressed,S.secondaryStateLayerOpacityActive)};
705
+ ${o.setVariable(f.color,S.secondaryStateLayerColor)};
706
+ ${o.setVariable(f.opacityContentOnSurfaceHover,S.secondaryHoverStateLayerOpacity)};
707
+ ${o.setVariable(f.opacityContentOnSurfaceFocused,S.secondaryFocusStateLayerOpacity)};
708
+ ${o.setVariable(f.opacityContentOnSurfaceSelected,S.secondaryActiveStateLayerOpacity)};
709
+ ${o.setVariable(f.opacityContentOnSurfacePressed,S.secondaryActiveStateLayerOpacity)};
710
710
 
711
711
  background-color: ${S.secondaryBackgroundColor};
712
712
  color: ${S.secondaryColor};
@@ -715,7 +715,7 @@ const Do=Symbol.for(""),Bo=t=>{if(t?.r===Do)return t?._$litStatic$},Ao=t=>({_$li
715
715
  }
716
716
 
717
717
  .ft-button--secondary[disabled] {
718
- opacity: ${S.secondaryComponentOpacityDisabled};
718
+ opacity: ${S.secondaryDisabledComponentOpacity};
719
719
  }
720
720
 
721
721
  .ft-button--secondary ft-icon {
@@ -727,11 +727,11 @@ const Do=Symbol.for(""),Bo=t=>{if(t?.r===Do)return t?._$litStatic$},Ao=t=>({_$li
727
727
  .ft-button--tertiary {
728
728
  ${o.setVariable(At.color,S.tertiaryIconColor)};
729
729
 
730
- ${o.setVariable(s.color,S.tertiaryStateLayerColor)};
731
- ${o.setVariable(s.opacityContentOnSurfaceHover,S.tertiaryStateLayerOpacityHover)};
732
- ${o.setVariable(s.opacityContentOnSurfaceFocused,S.tertiaryStateLayerOpacityFocus)};
733
- ${o.setVariable(s.opacityContentOnSurfaceSelected,S.tertiaryStateLayerOpacityActive)};
734
- ${o.setVariable(s.opacityContentOnSurfacePressed,S.tertiaryStateLayerOpacityActive)};
730
+ ${o.setVariable(f.color,S.tertiaryStateLayerColor)};
731
+ ${o.setVariable(f.opacityContentOnSurfaceHover,S.tertiaryHoverStateLayerOpacity)};
732
+ ${o.setVariable(f.opacityContentOnSurfaceFocused,S.tertiaryFocusStateLayerOpacity)};
733
+ ${o.setVariable(f.opacityContentOnSurfaceSelected,S.tertiaryActiveStateLayerOpacity)};
734
+ ${o.setVariable(f.opacityContentOnSurfacePressed,S.tertiaryActiveStateLayerOpacity)};
735
735
 
736
736
  background-color: ${S.tertiaryBackgroundColor};
737
737
  color: ${S.tertiaryColor};
@@ -739,7 +739,7 @@ const Do=Symbol.for(""),Bo=t=>{if(t?.r===Do)return t?._$litStatic$},Ao=t=>({_$li
739
739
  }
740
740
 
741
741
  .ft-button--tertiary[disabled] {
742
- opacity: ${S.tertiaryComponentOpacityDisabled};
742
+ opacity: ${S.tertiaryDisabledComponentOpacity};
743
743
  }
744
744
 
745
745
  .ft-button--tertiary ft-icon {
@@ -751,11 +751,11 @@ const Do=Symbol.for(""),Bo=t=>{if(t?.r===Do)return t?._$litStatic$},Ao=t=>({_$li
751
751
  .ft-button--neutral {
752
752
  ${o.setVariable(At.color,S.neutralIconColor)};
753
753
 
754
- ${o.setVariable(s.backgroundColor,S.neutralStateLayerColor)};
755
- ${o.setVariable(s.opacityContentOnSurfaceHover,S.neutralStateLayerOpacityHover)};
756
- ${o.setVariable(s.opacityContentOnSurfaceFocused,S.neutralStateLayerOpacityFocus)};
757
- ${o.setVariable(s.opacityContentOnSurfaceSelected,S.neutralStateLayerOpacityActive)};
758
- ${o.setVariable(s.opacityContentOnSurfacePressed,S.neutralStateLayerOpacityActive)};
754
+ ${o.setVariable(f.backgroundColor,S.neutralStateLayerColor)};
755
+ ${o.setVariable(f.opacityContentOnSurfaceHover,S.neutralHoverStateLayerOpacity)};
756
+ ${o.setVariable(f.opacityContentOnSurfaceFocused,S.neutralFocusStateLayerOpacity)};
757
+ ${o.setVariable(f.opacityContentOnSurfaceSelected,S.neutralActiveStateLayerOpacity)};
758
+ ${o.setVariable(f.opacityContentOnSurfacePressed,S.neutralActiveStateLayerOpacity)};
759
759
 
760
760
  background-color: ${S.neutralBackgroundColor};
761
761
  color: ${S.neutralColor};
@@ -763,7 +763,7 @@ const Do=Symbol.for(""),Bo=t=>{if(t?.r===Do)return t?._$litStatic$},Ao=t=>({_$li
763
763
  }
764
764
 
765
765
  .ft-button--neutral[disabled] {
766
- opacity: ${S.neutralComponentOpacityDisabled};
766
+ opacity: ${S.neutralDisabledComponentOpacity};
767
767
  }
768
768
 
769
769
  .ft-button--neutral ft-icon {
@@ -815,13 +815,13 @@ const Do=Symbol.for(""),Bo=t=>{if(t?.r===Do)return t?._$litStatic$},Ao=t=>({_$li
815
815
  width: ${S.smallIconOnlyWidth};
816
816
  padding: unset;
817
817
  }
818
- `,o.noTextSelect];var hr,yr=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class gr extends pr{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?Po.caption1medium:Po.body2medium}}gr.styles=[o.safariEllipsisFix,dr],yr([r.property({type:Boolean})],gr.prototype,"primary",void 0),yr([r.property({type:Boolean})],gr.prototype,"secondary",void 0),yr([r.property({type:Boolean})],gr.prototype,"tertiary",void 0),yr([r.property({type:Boolean})],gr.prototype,"neutral",void 0),yr([r.property({type:Boolean})],gr.prototype,"small",void 0),o.customElement("ft-button")(fr),o.customElement("ftds-button")(gr),function(t){t.FEEDBACK="FEEDBACK",t.RATING="RATING",t.PRINT="PRINT",t.BOOKMARK="BOOKMARK",t.COLLECTIONS="COLLECTIONS",t.PERSONAL_BOOKS="PERSONAL_BOOKS"}(hr||(hr={}));var ur=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class br extends Event{constructor(){super("register-ft-reader-component",{bubbles:!0,composed:!0})}}const mr=Symbol("registerInterval");class xr extends(function(t){var o;class e extends t{constructor(){super(...arguments),this[o]=0}setReaderStateManager(t){this.clearStateManager(),this.stateManager=t,this.addStore(t.store,"reader")}clearStateManager(){this.stateManager&&(this.removeStore("reader"),this.stateManager=void 0)}get service(){var t;return null===(t=this.stateManager)||void 0===t?void 0:t.service}connectedCallback(){super.connectedCallback(),this[mr]=window.setInterval((()=>this.tryToRegisterToContext()),50)}tryToRegisterToContext(){null!=this.stateManager?window.clearInterval(this[mr]):this.dispatchEvent(new br)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return o=mr,ur([r.state()],e.prototype,"stateManager",void 0),e}(o.FtLitElementRedux)){}var Or=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class vr extends xr{constructor(){super(...arguments),this.removeStyle=!1}render(){var t;let o=a.classMap({"ft-reader-link":!0,"ft-reader-link--remove-style":this.removeStyle});return e.html`
818
+ `,o.noTextSelect];var hr,gr=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 yr extends pr{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?Po.caption1medium:Po.body2medium}}yr.styles=[o.safariEllipsisFix,dr],gr([r.property({type:Boolean})],yr.prototype,"primary",void 0),gr([r.property({type:Boolean})],yr.prototype,"secondary",void 0),gr([r.property({type:Boolean})],yr.prototype,"tertiary",void 0),gr([r.property({type:Boolean})],yr.prototype,"neutral",void 0),gr([r.property({type:Boolean})],yr.prototype,"small",void 0),o.customElement("ft-button")(sr),o.customElement("ftds-button")(yr),function(t){t.FEEDBACK="FEEDBACK",t.RATING="RATING",t.PRINT="PRINT",t.BOOKMARK="BOOKMARK",t.COLLECTIONS="COLLECTIONS",t.PERSONAL_BOOKS="PERSONAL_BOOKS"}(hr||(hr={}));var ur=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 br extends Event{constructor(){super("register-ft-reader-component",{bubbles:!0,composed:!0})}}const mr=Symbol("registerInterval");class xr extends(function(t){var o;class e extends t{constructor(){super(...arguments),this[o]=0}setReaderStateManager(t){this.clearStateManager(),this.stateManager=t,this.addStore(t.store,"reader")}clearStateManager(){this.stateManager&&(this.removeStore("reader"),this.stateManager=void 0)}get service(){var t;return null===(t=this.stateManager)||void 0===t?void 0:t.service}connectedCallback(){super.connectedCallback(),this[mr]=window.setInterval((()=>this.tryToRegisterToContext()),50)}tryToRegisterToContext(){null!=this.stateManager?window.clearInterval(this[mr]):this.dispatchEvent(new br)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return o=mr,ur([r.state()],e.prototype,"stateManager",void 0),e}(o.FtLitElementRedux)){}var Or=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 vr extends xr{constructor(){super(...arguments),this.removeStyle=!1}render(){var t;let o=i.classMap({"ft-reader-link":!0,"ft-reader-link--remove-style":this.removeStyle});return e.html`
819
819
  <a class=${o}
820
820
  href="${null===(t=this.service)||void 0===t?void 0:t.getLink(this.tocId,this.pageNumber,this.section)}"
821
821
  @click=${t=>this.onLinkClick(t)}>
822
822
  <slot></slot>
823
823
  </a>
824
- `}onLinkClick(t){var o;t.ctrlKey||t.metaKey||(t.stopPropagation(),t.preventDefault(),performance.mark(`fluid_topics__reader_link_click__${this.tocId}`),null===(o=this.stateManager)||void 0===o||o.navigateToTopic(this.tocId,this.section,this.pageNumber),this.click())}}vr.styles=l,Or([r.property()],vr.prototype,"tocId",void 0),Or([r.property()],vr.prototype,"section",void 0),Or([r.property({type:Number})],vr.prototype,"pageNumber",void 0),Or([r.property({type:Boolean})],vr.prototype,"removeStyle",void 0),o.customElement("ft-reader-internal-link")(vr);var Nr=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class Sr extends xr{constructor(){super(...arguments),this.target="next",this.tooltipPosition="bottom",this.hideTooltip=!1,this.trailingIcon=!1,this.editorMode=!1,this.isReady=!1,this.debouncer=new o.Debouncer(10)}get defaultContent(){return this.target.substring(0,1).toUpperCase()+this.target.substring(1)}get defaultIcon(){return"next"===this.target?tr.THIN_ARROW_RIGHT:tr.THIN_ARROW_LEFT}render(){var t,o,r,a,i;if(null==this.targetPage&&!this.editorMode)return e.nothing;const n=e.html`
824
+ `}onLinkClick(t){var o;t.ctrlKey||t.metaKey||(t.stopPropagation(),t.preventDefault(),performance.mark(`fluid_topics__reader_link_click__${this.tocId}`),null===(o=this.stateManager)||void 0===o||o.navigateToTopic(this.tocId,this.section,this.pageNumber),this.click())}}vr.styles=l,Or([r.property()],vr.prototype,"tocId",void 0),Or([r.property()],vr.prototype,"section",void 0),Or([r.property({type:Number})],vr.prototype,"pageNumber",void 0),Or([r.property({type:Boolean})],vr.prototype,"removeStyle",void 0),o.customElement("ft-reader-internal-link")(vr);var Nr=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 Sr extends xr{constructor(){super(...arguments),this.target="next",this.tooltipPosition="bottom",this.hideTooltip=!1,this.trailingIcon=!1,this.editorMode=!1,this.isReady=!1,this.debouncer=new o.Debouncer(10)}get defaultContent(){return this.target.substring(0,1).toUpperCase()+this.target.substring(1)}get defaultIcon(){return"next"===this.target?tr.THIN_ARROW_RIGHT:tr.THIN_ARROW_LEFT}render(){var t,o,r,i,a;if(null==this.targetPage&&!this.editorMode)return e.nothing;const n=e.html`
825
825
  <ft-button ?forceTooltip=${!this.hideTooltip}
826
826
  ?hideTooltip=${this.hideTooltip}
827
827
  ?trailingIcon=${this.trailingIcon}
@@ -829,10 +829,10 @@ const Do=Symbol.for(""),Bo=t=>{if(t?.r===Do)return t?._$litStatic$},Ao=t=>({_$li
829
829
  .tooltipPosition=${this.tooltipPosition}
830
830
  .iconVariant=${this.iconVariant}
831
831
  .icon=${null!==(r=this.icon)&&void 0!==r?r:this.defaultIcon}>
832
- ${null!==(a=this.content)&&void 0!==a?a:this.defaultContent}
832
+ ${null!==(i=this.content)&&void 0!==i?i:this.defaultContent}
833
833
  </ft-button>
834
834
  `;return this.editorMode?n:e.html`
835
- <ft-reader-internal-link .tocId=${null===(i=this.targetPage)||void 0===i?void 0:i.rootTocId} removestyle>
835
+ <ft-reader-internal-link .tocId=${null===(a=this.targetPage)||void 0===a?void 0:a.rootTocId} removestyle>
836
836
  ${n}
837
837
  </ft-reader-internal-link>
838
- `}update(t){super.update(t),t.has("currentPage")&&(this.targetPage=void 0,this.isReady=!1,this.debouncer.run((()=>this.updateTarget())))}async updateTarget(){var t,o;if(this.currentPage){const e=this.currentPage.number+("next"===this.target?1:-1);this.targetPage=await(null===(t=this.service)||void 0===t?void 0:t.getPage(e)),(null===(o=this.targetPage)||void 0===o?void 0:o.number)!==e&&(this.targetPage=void 0)}else this.targetPage=void 0;this.isReady=!0}}Sr.elementDefinitions={"ft-button":fr,"ft-reader-internal-link":vr},Sr.styles=c,Nr([r.property()],Sr.prototype,"target",void 0),Nr([r.property()],Sr.prototype,"content",void 0),Nr([r.property()],Sr.prototype,"tooltipPosition",void 0),Nr([r.property({type:Boolean})],Sr.prototype,"hideTooltip",void 0),Nr([r.property()],Sr.prototype,"iconVariant",void 0),Nr([r.property()],Sr.prototype,"icon",void 0),Nr([r.property({type:Boolean})],Sr.prototype,"trailingIcon",void 0),Nr([r.property({type:Boolean,attribute:!1})],Sr.prototype,"editorMode",void 0),Nr([o.redux()],Sr.prototype,"currentPage",void 0),Nr([r.state()],Sr.prototype,"targetPage",void 0),o.customElement("ft-reader-navigation-button")(Sr),t.FtReaderNavigationButton=Sr,t.FtReaderNavigationButtonCssVariables={},t.styles=c}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators,ftGlobals.litClassMap,ftGlobals.litUnsafeHTML);
838
+ `}update(t){super.update(t),t.has("currentPage")&&(this.targetPage=void 0,this.isReady=!1,this.debouncer.run((()=>this.updateTarget())))}async updateTarget(){var t,o;if(this.currentPage){const e=this.currentPage.number+("next"===this.target?1:-1);this.targetPage=await(null===(t=this.service)||void 0===t?void 0:t.getPage(e)),(null===(o=this.targetPage)||void 0===o?void 0:o.number)!==e&&(this.targetPage=void 0)}else this.targetPage=void 0;this.isReady=!0}}Sr.elementDefinitions={"ft-button":sr,"ft-reader-internal-link":vr},Sr.styles=c,Nr([r.property()],Sr.prototype,"target",void 0),Nr([r.property()],Sr.prototype,"content",void 0),Nr([r.property()],Sr.prototype,"tooltipPosition",void 0),Nr([r.property({type:Boolean})],Sr.prototype,"hideTooltip",void 0),Nr([r.property()],Sr.prototype,"iconVariant",void 0),Nr([r.property()],Sr.prototype,"icon",void 0),Nr([r.property({type:Boolean})],Sr.prototype,"trailingIcon",void 0),Nr([r.property({type:Boolean,attribute:!1})],Sr.prototype,"editorMode",void 0),Nr([o.redux()],Sr.prototype,"currentPage",void 0),Nr([r.state()],Sr.prototype,"targetPage",void 0),o.customElement("ft-reader-navigation-button")(Sr),t.FtReaderNavigationButton=Sr,t.FtReaderNavigationButtonCssVariables={},t.styles=c}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators,ftGlobals.litClassMap,ftGlobals.litUnsafeHTML);