@fluid-topics/ft-pager 1.1.42 → 1.1.44

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.
@@ -7,7 +7,7 @@
7
7
  align-items: center;
8
8
  justify-content: center;
9
9
  }
10
- `,l=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorContent),p={color:l,backgroundColor:o.FtCssVariableFactory.extend("--ft-ripple-background-color","",l),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")},c=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorPrimary),f=c,s=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",c),d=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorSecondary),h=d,g=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",d),y=e.css`
10
+ `,l=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorContent),c={color:l,backgroundColor:o.FtCssVariableFactory.extend("--ft-ripple-background-color","",l),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")},p=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorPrimary),f=p,s=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",p),d=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorSecondary),h=d,g=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",d),u=e.css`
11
11
  :host {
12
12
  display: contents;
13
13
  }
@@ -20,7 +20,7 @@
20
20
 
21
21
  .ft-ripple:not(.ft-ripple--unbounded) {
22
22
  overflow: hidden;
23
- border-radius: ${p.borderRadius};
23
+ border-radius: ${c.borderRadius};
24
24
  }
25
25
 
26
26
  .ft-ripple .ft-ripple--background,
@@ -54,11 +54,11 @@
54
54
  }
55
55
 
56
56
  .ft-ripple .ft-ripple--background {
57
- background-color: ${p.backgroundColor};
57
+ background-color: ${c.backgroundColor};
58
58
  }
59
59
 
60
60
  .ft-ripple .ft-ripple--effect {
61
- background-color: ${p.color};
61
+ background-color: ${c.color};
62
62
  }
63
63
 
64
64
  .ft-ripple.ft-ripple--secondary .ft-ripple--background {
@@ -104,51 +104,51 @@
104
104
  }
105
105
 
106
106
  .ft-ripple.ft-ripple--hovered .ft-ripple--background {
107
- opacity: ${p.opacityContentOnSurfaceHover};
107
+ opacity: ${c.opacityContentOnSurfaceHover};
108
108
  }
109
109
 
110
110
  .ft-ripple.ft-ripple--selected .ft-ripple--background {
111
- opacity: ${p.opacityContentOnSurfaceSelected};
111
+ opacity: ${c.opacityContentOnSurfaceSelected};
112
112
  }
113
113
 
114
114
  .ft-ripple.ft-ripple--focused .ft-ripple--background {
115
- opacity: ${p.opacityContentOnSurfaceFocused};
115
+ opacity: ${c.opacityContentOnSurfaceFocused};
116
116
  }
117
117
 
118
118
  .ft-ripple.ft-ripple--pressed .ft-ripple--effect {
119
- opacity: ${p.opacityContentOnSurfacePressed};
119
+ opacity: ${c.opacityContentOnSurfacePressed};
120
120
  transform: translate(-50%, -50%) scale(1);
121
121
  }
122
- `,u=t=>"string"==typeof t?e.unsafeCSS(t):t;class b{static create(t,o,r,i){const a=t=>u(null!=t?t:i),n=e.css`var(${u(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(${u(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(${u(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(${u(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):u(null!=o?o:t.lastResortDefaultValue()),i=e.css`var(${u(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(${u(t.name)}, ${r(o)})`,i.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>t.lastResortDefaultValue(),i}}const m={colorWhite:b.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:b.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:b.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:b.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:b.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:b.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:b.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:b.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:b.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:b.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:b.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:b.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:b.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:b.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:b.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:b.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:b.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:b.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:b.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:b.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:b.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:b.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:b.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:b.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:b.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:b.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:b.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:b.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:b.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:b.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:b.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:b.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:b.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:b.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:b.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:b.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:b.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:b.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:b.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:b.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:b.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:b.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:b.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:b.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:b.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:b.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:b.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:b.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:b.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:b.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:b.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:b.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:b.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:b.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:b.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:b.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:b.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:b.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:b.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:b.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:b.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:b.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:b.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:b.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:b.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:b.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:b.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:b.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:b.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:b.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:b.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:b.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:b.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:b.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:b.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:b.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:b.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:b.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:b.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:b.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:b.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:b.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:b.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:b.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:b.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:b.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:b.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:b.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:b.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:b.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:b.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:b.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:b.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:b.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:b.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:b.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:b.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:b.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:b.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:b.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:b.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:b.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:b.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:b.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:b.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:b.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:b.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:b.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:b.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:b.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:b.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:b.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:b.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:b.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:b.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:b.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:b.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:b.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:b.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:b.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:b.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:b.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:b.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:b.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:b.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:b.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:b.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:b.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:b.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:b.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:b.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:b.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:b.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:b.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:b.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:b.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:b.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:b.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:b.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:b.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:b.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:b.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:b.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:b.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:b.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:b.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:b.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:b.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:b.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:b.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:b.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:b.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:b.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:b.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:b.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:b.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:b.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:b.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:b.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:b.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:b.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:b.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:b.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:b.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:b.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:b.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:b.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:b.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:b.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:b.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:b.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:b.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:b.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:b.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:b.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:b.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:b.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:b.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:b.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:b.create("--ft-icon-size-6","","SIZE","48px"),opacity0:b.create("--ft-opacity-0","","NUMBER","0"),opacity8:b.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:b.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:b.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:b.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:b.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:b.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:b.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:b.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:b.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:b.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:b.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:b.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:b.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:b.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)")},x={display:{fontFamily:b.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:b.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:b.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:b.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:b.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:b.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:b.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:b.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:b.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:b.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:b.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:b.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:b.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:b.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:b.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:b.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:b.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:b.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:b.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:b.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:b.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:b.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:b.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:b.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:b.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:b.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:b.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:b.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:b.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:b.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:b.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:b.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:b.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:b.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:b.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:b.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:b.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:b.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:b.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:b.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:b.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:b.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:b.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:b.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:b.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:b.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:b.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:b.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:b.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:b.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:b.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:b.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:b.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:b.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:b.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:b.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:b.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:b.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:b.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:b.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:b.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:b.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:b.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:b.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:b.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:b.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:b.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:b.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:b.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:b.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:b.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:b.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:b.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:b.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:b.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:b.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:b.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:b.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:b.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:b.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:b.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:b.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:b.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:b.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:b.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:b.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:b.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:b.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:b.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:b.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:b.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:b.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:b.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:b.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:b.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:b.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:b.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:b.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:b.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:b.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:b.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:b.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:b.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:b.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:b.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:b.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:b.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:b.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:b.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:b.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:b.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:b.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:b.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:b.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:b.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:b.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:b.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:b.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:b.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:b.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:b.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:b.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:b.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:b.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:b.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:b.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:b.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:b.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:b.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:b.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:b.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:b.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},"caption-3-medium":{fontFamily:b.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:b.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:b.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:b.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:b.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:b.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},"caption-3-semibold":{fontFamily:b.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:b.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:b.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:b.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:b.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:b.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},"caption-3-bold":{fontFamily:b.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:b.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:b.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:b.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:b.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:b.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")}},O={backgroundActionPrimary:b.extend("--ft-background-action-primary","Used as backgorund of primary action components.",m.colorBrand0),backgroundErrorPrimary:b.extend("--ft-background-error-primary","Used as background of error components.",m.colorRed0),backgroundErrorSubtle:b.extend("--ft-background-error-subtle","Used as background of subtle error components.",m.colorRed10),backgroundInfoPrimary:b.extend("--ft-background-info-primary","Used as background of information components.",m.colorCyan200),backgroundInfoSubtle:b.extend("--ft-background-info-subtle","Used as background of subtle information components.",m.colorCyan10),backgroundWarningPrimary:b.extend("--ft-background-warning-primary","Used as background of warning components.",m.colorOrange300),backgroundWarningSubtle:b.extend("--ft-background-warning-subtle","Used as background of subtle information components.",m.colorOrange10),backgroundSuccessPrimary:b.extend("--ft-background-success-primary","Used as background of success components.",m.colorGreen200),backgroundSuccessSubtle:b.extend("--ft-background-success-subtle","Used as background of subtle success components.",m.colorGreen10),backgroundGlobalSurface:b.extend("--ft-background-global-surface","Used as app background.",m.colorWhite),backgroundGlobalOnSurface:b.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",m.colorGray10),backgroundGlobalOnSurfaceDark:b.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",m.colorGray30),contentActionPrimary:b.extend("--ft-content-action-primary","Used on label of primary action on light surface.",m.colorBrand0),contentWarningPrimary:b.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",m.colorOrange300),contentWarningIconOnly:b.extend("--ft-content-warning-icon-only","Used on warning status icons alone",m.colorOrange0),contentErrorPrimary:b.extend("--ft-content-error-primary","Used on label of error messages on light surface.",m.colorRed0),contentErrorIconOnly:b.extend("--ft-content-error-icon-only","Used on error status icons alone",m.colorRed0),contentInfoPrimary:b.extend("--ft-content-info-primary","Used on label of information messages on light surface.",m.colorCyan200),contentInfoIconOnly:b.extend("--ft-content-info-icon-only","Used on info status icons alone",m.colorCyan0),contentSuccessPrimary:b.extend("--ft-content-success-primary","Used on label of success messages on light surface.",m.colorGreen200),contentSuccessIconOnly:b.extend("--ft-content-success-icon-only","Used on success status icons alone",m.colorGreen0),contentGlobalPrimary:b.extend("--ft-content-global-primary","Used for main content on the page.",m.colorGray500),contentGlobalSecondary:b.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",m.colorGray200),contentGlobalSubtle:b.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",m.colorGray0),contentGlobalOnColor:b.extend("--ft-content-global-on-color","Used for content on a dominant color.",m.colorWhite),borderActionPrimary:b.extend("--ft-border-action-primary","Used as border for primary action components.",m.colorBrand0),borderActionFocusRing:b.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",m.colorCyan0),borderWarningPrimary:b.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",m.colorOrange300),borderWarningSubtle:b.extend("--ft-border-warning-subtle","Used as border for warning components.",m.colorOrange30),borderSuccessPrimary:b.extend("--ft-border-success-primary","Used as border for success buttons.",m.colorGreen200),borderSuccessSubtle:b.extend("--ft-border-success-subtle","Used as border for success components.",m.colorGreen30),borderErrorPrimary:b.extend("--ft-border-error-primary","Used as border for text fields in error states.",m.colorRed0),borderErrorSubtle:b.extend("--ft-border-error-subtle","Used as border for error components.",m.colorRed30),borderInfoPrimary:b.extend("--ft-border-info-primary","Used as border for buttons in info color.",m.colorCyan200),borderInfoSubtle:b.extend("--ft-border-info-subtle","Used as border for information components.",m.colorCyan30),borderGlobalPrimary:b.extend("--ft-border-global-primary","Used as border for element like input.",m.colorGray50),borderGlobalSubtle:b.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",m.colorGray30),borderInputPrimary:b.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",m.colorGray80)},v={largeHeight:b.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:b.extend("--ft-button-large-horizontal-padding","",m.spacing4),largeGap:b.extend("--ft-button-large-gap","",m.spacing2),largeBorderRadius:b.extend("--ft-button-large-border-radius","",m.borderRadiusS),largeIconSize:b.extend("--ft-button-large-icon-size","",m.iconSize3),largeBorderWidth:b.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:b.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:b.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:b.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:b.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:b.extend("--ft-button-small-horizontal-padding","",m.spacing3),smallGap:b.extend("--ft-button-small-gap","",m.spacing2),smallBorderRadius:b.extend("--ft-button-small-border-radius","",m.borderRadiusS),smallIconSize:b.extend("--ft-button-small-icon-size","",m.iconSize2),smallBorderWidth:b.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:b.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:b.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:b.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:b.extend("--ft-button-primary-background-color","",O.backgroundActionPrimary),primaryColor:b.extend("--ft-button-primary-color","",O.contentGlobalOnColor),primaryIconColor:b.extend("--ft-button-primary-icon-color","",O.contentGlobalOnColor),primaryStateLayerColor:b.extend("--ft-button-primary-state-layer-color","",O.contentGlobalOnColor),primaryStateLayerOpacityHover:b.extend("--ft-button-primary-state-layer-opacity-hover","",m.opacity16),primaryStateLayerOpacityFocus:b.extend("--ft-button-primary-state-layer-opacity-focus","",m.opacity16),primaryStateLayerOpacityActive:b.extend("--ft-button-primary-state-layer-opacity-active","",m.opacity24),primaryComponentOpacityDisabled:b.extend("--ft-button-primary-component-opacity-disabled","",m.opacity40),focusFocusRingColor:b.extend("--ft-button-focus-focus-ring-color","",O.borderActionFocusRing),tertiaryBackgroundColor:b.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:b.extend("--ft-button-tertiary-color","",O.contentActionPrimary),tertiaryIconColor:b.extend("--ft-button-tertiary-icon-color","",O.contentActionPrimary),tertiaryStateLayerColor:b.extend("--ft-button-tertiary-state-layer-color","",O.contentActionPrimary),tertiaryStateLayerOpacityHover:b.extend("--ft-button-tertiary-state-layer-opacity-hover","",m.opacity8),tertiaryStateLayerOpacityFocus:b.extend("--ft-button-tertiary-state-layer-opacity-focus","",m.opacity8),tertiaryStateLayerOpacityActive:b.extend("--ft-button-tertiary-state-layer-opacity-active","",m.opacity16),tertiaryComponentOpacityDisabled:b.extend("--ft-button-tertiary-component-opacity-disabled","",m.opacity40),secondaryBackgroundColor:b.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:b.extend("--ft-button-secondary-color","",O.contentActionPrimary),secondaryIconColor:b.extend("--ft-button-secondary-icon-color","",O.contentActionPrimary),secondaryStateLayerColor:b.extend("--ft-button-secondary-state-layer-color","",O.contentActionPrimary),secondaryStateLayerOpacityHover:b.extend("--ft-button-secondary-state-layer-opacity-hover","",m.opacity8),secondaryStateLayerOpacityFocus:b.extend("--ft-button-secondary-state-layer-opacity-focus","",m.opacity8),secondaryStateLayerOpacityActive:b.extend("--ft-button-secondary-state-layer-opacity-active","",m.opacity16),secondaryComponentOpacityDisabled:b.extend("--ft-button-secondary-component-opacity-disabled","",m.opacity40),secondaryBorderColor:b.extend("--ft-button-secondary-border-color","",O.borderActionPrimary),neutralBackgroundColor:b.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:b.extend("--ft-button-neutral-icon-color","",O.contentGlobalSecondary),neutralColor:b.extend("--ft-button-neutral-color","",O.contentGlobalSecondary),neutralStateLayerColor:b.extend("--ft-button-neutral-state-layer-color","",O.contentGlobalSecondary),neutralStateLayerOpacityHover:b.extend("--ft-button-neutral-state-layer-opacity-hover","",m.opacity8),neutralStateLayerOpacityFocus:b.extend("--ft-button-neutral-state-layer-opacity-focus","",m.opacity8),neutralStateLayerOpacityActive:b.extend("--ft-button-neutral-state-layer-opacity-active","",m.opacity16),neutralComponentOpacityDisabled:b.extend("--ft-button-neutral-component-opacity-disabled","",m.opacity40)};b.extend("--ft-floating-menu-horizontal-padding","",m.spacing4),b.extend("--ft-floating-menu-vertical-padding","",m.spacing4),b.extend("--ft-floating-menu-off-icon-color","",O.contentGlobalPrimary),b.extend("--ft-floating-menu-off-color","",O.contentGlobalPrimary),b.extend("--ft-floating-menu-on-color","",O.contentActionPrimary),b.extend("--ft-floating-menu-on-icon-color","",O.contentActionPrimary),b.extend("--ft-floating-menu-on-state-layer-color","",O.contentActionPrimary),b.extend("--ft-floating-menu-gap","",m.spacing3),b.extend("--ft-floating-menu-focus-focus-ring-color","",O.borderActionFocusRing),b.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),b.extend("--ft-floating-menu-state-layer-opacity-hover","",m.opacity8),b.extend("--ft-floating-menu-state-layer-opacity-active","",m.opacity16),b.extend("--ft-floating-menu-state-layer-opacity-focus","",m.opacity8),b.extend("--ft-floating-menu-component-opacity-disabled","",m.opacity40),b.extend("--ft-floating-menu-icon-size","",m.iconSize3),b.extend("--ft-floating-menu-background-color","",O.backgroundGlobalOnSurface),b.extend("--ft-tabs-top-left-border-radius","",m.borderRadiusS),b.extend("--ft-tabs-top-right-border-radius","",m.borderRadiusS),b.extend("--ft-tabs-label-horizontal-padding","",m.spacing4),b.extend("--ft-tabs-label-vertical-padding","",m.spacing3),b.extend("--ft-tabs-label-gap","",m.spacing1),b.extend("--ft-tabs-icon-horizontal-padding","",m.spacing1),b.extend("--ft-tabs-icon-vertical-padding","",m.spacing4),b.create("--ft-tabs-focus-outline-width","","SIZE","2px"),b.extend("--ft-tabs-focus-focus-ring-color","",O.borderActionFocusRing),b.extend("--ft-tabs-off-state-layer-opacity-hover","",m.opacity8),b.extend("--ft-tabs-off-state-layer-opacity-focus","",m.opacity8),b.extend("--ft-tabs-off-state-layer-opacity-active","",m.opacity16),b.extend("--ft-tabs-off-component-opacity-disabled","",m.opacity40),b.extend("--ft-tabs-off-color","",O.contentGlobalSubtle),b.extend("--ft-tabs-off-state-layer-color","",O.contentGlobalSubtle),b.extend("--ft-tabs-on-state-layer-opacity-hover","",m.opacity8),b.extend("--ft-tabs-on-state-layer-opacity-focus","",m.opacity8),b.extend("--ft-tabs-on-state-layer-opacity-active","",m.opacity16),b.extend("--ft-tabs-on-component-opacity-disabled","",m.opacity40),b.extend("--ft-tabs-on-color","",O.contentActionPrimary),b.extend("--ft-tabs-on-state-layer-color","",O.contentActionPrimary),b.extend("--ft-collapsible-state-layer-opacity-hover","",m.opacity8),b.extend("--ft-collapsible-state-layer-opacity-focus","",m.opacity8),b.extend("--ft-collapsible-state-layer-opacity-active","",m.opacity16),b.extend("--ft-collapsible-component-opacity-disabled","",m.opacity40),b.extend("--ft-collapsible-horizontal-padding","",m.spacing4),b.extend("--ft-collapsible-vertical-padding","",m.spacing3),b.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),b.extend("--ft-collapsible-focus-focus-ring-color","",O.borderActionFocusRing),b.extend("--ft-collapsible-color","",O.contentGlobalPrimary),b.extend("--ft-collapsible-state-layer-color","",O.contentGlobalPrimary),b.extend("--ft-collapsible-background-color","",O.backgroundGlobalOnSurface),b.extend("--ft-collapsible-border-color","",O.borderGlobalSubtle),b.extend("--ft-collapsible-icon-size","",m.iconSize3),b.extend("--ft-switch-group-horizontal-padding","",m.spacing1),b.extend("--ft-switch-group-vertical-padding","",m.spacing1),b.extend("--ft-switch-group-gap","",m.spacing1),b.extend("--ft-switch-group-background-color","",O.backgroundGlobalSurface),b.extend("--ft-switch-group-border-color","",O.borderGlobalSubtle),b.create("--ft-switch-group-border-radius","","SIZE","6px"),b.extend("--ft-switch-label-horizontal-padding","",m.spacing2),b.extend("--ft-switch-label-vertical-padding","",m.spacing1),b.extend("--ft-switch-icon-horizontal-padding","",m.spacing1),b.extend("--ft-switch-icon-vertical-padding","",m.spacing1),b.create("--ft-switch-focus-outline-width","","SIZE","2px"),b.extend("--ft-switch-focus-focus-ring-color","",O.borderActionFocusRing),b.extend("--ft-switch-option-border-radius","",m.borderRadiusS),b.extend("--ft-switch-off-state-layer-opacity-hover","",m.opacity8),b.extend("--ft-switch-off-state-layer-opacity-focus","",m.opacity8),b.extend("--ft-switch-off-state-layer-opacity-active","",m.opacity16),b.extend("--ft-switch-off-component-opacity-disabled","",m.opacity40),b.extend("--ft-switch-off-color","",O.contentGlobalSubtle),b.extend("--ft-switch-off-state-layer-color","",O.contentGlobalSubtle),b.extend("--ft-switch-on-state-layer-opacity-hover","",m.opacity8),b.extend("--ft-switch-on-state-layer-opacity-focus","",m.opacity8),b.extend("--ft-switch-on-state-layer-opacity-active","",m.opacity16),b.extend("--ft-switch-on-component-opacity-disabled","",m.opacity40),b.extend("--ft-switch-on-color","",O.contentActionPrimary),b.extend("--ft-switch-on-state-layer-color","",O.contentActionPrimary),b.extend("--ft-chart-1-light","for area color charts",m.colorBrand40),b.extend("--ft-chart-1-base","for line charts",m.colorBrand0),b.extend("--ft-chart-2-light","for area color charts",m.colorYellow60),b.extend("--ft-chart-2-base","for line charts",m.colorYellow100),b.extend("--ft-chart-3-light","",m.colorUltramarine40),b.extend("--ft-chart-3-base","",m.colorUltramarine70),b.extend("--ft-chart-4-light","",m.colorCyan50),b.extend("--ft-chart-4-base","",m.colorCyan100),b.extend("--ft-chart-5-light","",m.colorRed40),b.extend("--ft-chart-5-base","",m.colorRed60),b.extend("--ft-chart-6-light","",m.colorGreen40),b.extend("--ft-chart-6-base","",m.colorGreen70),b.extend("--ft-chart-7-light","",m.colorOrange70),b.extend("--ft-chart-7-base","",m.colorOrange100),b.extend("--ft-chart-8-light","",m.colorAvocado70),b.extend("--ft-chart-8-base","",m.colorAvocado200),b.extend("--ft-chart-9-light","",m.colorBrown50),b.extend("--ft-chart-9-base","",m.colorBrown200),b.extend("--ft-chart-10-light","",m.colorGray50),b.extend("--ft-chart-10-base","",m.colorGray80),b.extend("--ft-chart-monochrome-10","",m.colorBrand10),b.extend("--ft-chart-monochrome-20","",m.colorBrand20),b.extend("--ft-chart-monochrome-30","",m.colorBrand40),b.extend("--ft-chart-monochrome-40","",m.colorBrand60),b.extend("--ft-chart-monochrome-50","",m.colorBrand0),b.extend("--ft-chart-monochrome-60","",m.colorBrand200),b.extend("--ft-chip-large-horizontal-padding","",m.spacing4),b.extend("--ft-chip-large-vertical-padding","",m.spacing2),b.extend("--ft-chip-large-gap","",m.spacing1),b.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),b.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),b.extend("--ft-chip-large-border-radius","",m.borderRadiusPill),b.create("--ft-chip-large-border-width","","SIZE","1px"),b.extend("--ft-chip-large-icon-size","",m.iconSize3),b.extend("--ft-chip-medium-horizontal-padding","",m.spacing3),b.extend("--ft-chip-medium-vertical-padding","",m.spacing1),b.extend("--ft-chip-medium-gap","",m.spacing1),b.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),b.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),b.extend("--ft-chip-medium-border-radius","",m.borderRadiusPill),b.create("--ft-chip-medium-border-width","","SIZE","1px"),b.extend("--ft-chip-medium-icon-size","",m.iconSize2),b.extend("--ft-chip-small-horizontal-padding","",m.spacing2),b.extend("--ft-chip-small-vertical-padding","",m.spacing05),b.extend("--ft-chip-small-gap","",m.spacing1),b.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),b.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),b.extend("--ft-chip-small-border-radius","",m.borderRadiusPill),b.create("--ft-chip-small-border-width","","SIZE","1px"),b.extend("--ft-chip-small-icon-size","",m.iconSize1),b.extend("--ft-chip-neutral-background-color","",O.backgroundGlobalOnSurface),b.extend("--ft-chip-neutral-color","",O.contentGlobalPrimary),b.extend("--ft-chip-neutral-border-color","",O.borderGlobalSubtle),b.extend("--ft-chip-info-background-color","",O.backgroundInfoSubtle),b.extend("--ft-chip-info-color","",O.contentInfoPrimary),b.extend("--ft-chip-info-border-color","",O.borderInfoSubtle),b.extend("--ft-chip-success-background-color","",O.backgroundSuccessSubtle),b.extend("--ft-chip-success-color","",O.contentSuccessPrimary),b.extend("--ft-chip-success-border-color","",O.borderSuccessSubtle),b.extend("--ft-chip-warning-background-color","",O.backgroundWarningSubtle),b.extend("--ft-chip-warning-color","",O.contentWarningPrimary),b.extend("--ft-chip-warning-border-color","",O.borderWarningSubtle),b.extend("--ft-chip-error-background-color","",O.backgroundErrorSubtle),b.extend("--ft-chip-error-color","",O.contentErrorPrimary),b.extend("--ft-chip-error-border-color","",O.borderErrorSubtle),b.create("--ft-notice-border-width","","SIZE","1px"),b.extend("--ft-notice-horizontal-padding","",m.spacing2),b.extend("--ft-notice-vertical-padding","",m.spacing1),b.extend("--ft-notice-border-radius","",m.borderRadiusS),b.extend("--ft-notice-gap","",m.spacing2),b.extend("--ft-notice-icon-size","",m.iconSize3),b.extend("--ft-notice-info-background-color","",O.backgroundInfoSubtle),b.extend("--ft-notice-info-border-color","",O.borderInfoSubtle),b.extend("--ft-notice-info-color","",O.contentInfoPrimary),b.extend("--ft-notice-warning-background-color","",O.backgroundWarningSubtle),b.extend("--ft-notice-warning-border-color","",O.borderWarningSubtle),b.extend("--ft-notice-warning-color","",O.contentWarningPrimary),b.extend("--ft-checkbox-label-color","",O.contentGlobalPrimary),b.extend("--ft-checkbox-checked-background-color","",O.contentActionPrimary),b.extend("--ft-checkbox-checked-state-layer-color","",O.contentActionPrimary),b.extend("--ft-checkbox-checked-color","",O.contentGlobalOnColor),b.extend("--ft-checkbox-checked-state-layer-opacity-hover","",m.opacity16),b.extend("--ft-checkbox-checked-state-layer-opacity-focus","",m.opacity16),b.extend("--ft-checkbox-checked-state-layer-opacity-active","",m.opacity24),b.extend("--ft-checkbox-checked-component-opacity-disabled","",m.opacity40),b.extend("--ft-checkbox-unchecked-border-color","",m.colorGray80),b.extend("--ft-checkbox-unchecked-state-layer-color","",m.colorGray80),b.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",m.opacity16),b.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",m.opacity16),b.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",m.opacity24),b.extend("--ft-checkbox-unchecked-component-opacity-disabled","",m.opacity40),b.extend("--ft-checkbox-focus-focus-ring-color","",O.borderActionFocusRing),b.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),b.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),b.extend("--ft-checkbox-gap","",m.spacing3),b.extend("--ft-toggle-off-state-layer-opacity-hover","",m.opacity16),b.extend("--ft-toggle-off-state-layer-opacity-focus","",m.opacity16),b.extend("--ft-toggle-off-state-layer-opacity-active","",m.opacity24),b.extend("--ft-toggle-off-component-opacity-disabled","",m.opacity40),b.extend("--ft-toggle-off-background-color","",O.contentGlobalSubtle),b.extend("--ft-toggle-off-icon-color","",O.contentGlobalSubtle),b.extend("--ft-toggle-off-state-layer-color","",O.contentGlobalSubtle),b.extend("--ft-toggle-on-state-layer-opacity-hover","",m.opacity16),b.extend("--ft-toggle-on-state-layer-opacity-focus","",m.opacity16),b.extend("--ft-toggle-on-state-layer-opacity-active","",m.opacity24),b.extend("--ft-toggle-on-component-opacity-disabled","",m.opacity40),b.extend("--ft-toggle-on-background-color","",O.contentActionPrimary),b.extend("--ft-toggle-on-icon-color","",O.contentActionPrimary),b.extend("--ft-toggle-on-state-layer-color","",O.contentActionPrimary),b.extend("--ft-toggle-label-color","",O.contentGlobalPrimary),b.extend("--ft-toggle-focus-focus-ring-color","",O.borderActionFocusRing),b.extend("--ft-toggle-gap","",m.spacing3),b.extend("--ft-radio-label-color","",O.contentGlobalPrimary),b.extend("--ft-radio-selected-color","",O.contentActionPrimary),b.extend("--ft-radio-selected-state-layer-color","",O.contentActionPrimary),b.extend("--ft-radio-selected-state-layer-opacity-hover","",m.opacity16),b.extend("--ft-radio-selected-state-layer-opacity-focus","",m.opacity16),b.extend("--ft-radio-selected-state-layer-opacity-active","",m.opacity24),b.extend("--ft-radio-selected-component-opacity-disabled","",m.opacity40),b.extend("--ft-radio-unselected-state-layer-color","",m.colorGray80),b.extend("--ft-radio-unselected-state-layer-opacity-hover","",m.opacity16),b.extend("--ft-radio-unselected-state-layer-opacity-focus","",m.opacity16),b.extend("--ft-radio-unselected-state-layer-opacity-active","",m.opacity24),b.extend("--ft-radio-unselected-component-opacity-disabled","",m.opacity40),b.extend("--ft-radio-focus-focus-ring-color","",O.borderActionFocusRing),b.create("--ft-radio-focus-outline-offset","","SIZE","3px"),b.create("--ft-radio-focus-outline-width","","SIZE","2px"),b.extend("--ft-radio-gap","",m.spacing3),b.extend("--ft-notification-icon-size","",m.iconSize4),b.extend("--ft-notification-horizontal-padding","",m.spacing4),b.extend("--ft-notification-vertical-padding","",m.spacing4),b.extend("--ft-notification-info-background-color","",O.backgroundInfoSubtle),b.extend("--ft-notification-info-color","",O.contentInfoPrimary),b.extend("--ft-notification-info-border-color","",O.borderInfoSubtle),b.extend("--ft-notification-success-background-color","",O.backgroundSuccessSubtle),b.extend("--ft-notification-success-color","",O.contentSuccessPrimary),b.extend("--ft-notification-success-border-color","",O.borderSuccessSubtle),b.extend("--ft-notification-warning-background-color","",O.backgroundWarningSubtle),b.extend("--ft-notification-warning-color","",O.contentWarningPrimary),b.extend("--ft-notification-warning-border-color","",O.borderWarningSubtle),b.extend("--ft-notification-error-background-color","",O.backgroundErrorSubtle),b.extend("--ft-notification-error-color","",O.contentErrorPrimary),b.extend("--ft-notification-error-border-color","",O.borderErrorSubtle),b.extend("--ft-notification-border-radius","",m.borderRadiusPill),b.create("--ft-notification-border-width","","SIZE","1px"),b.extend("--ft-notification-gap-leading","",m.spacing2),b.extend("--ft-notification-gap-trailing","",m.spacing8),b.extend("--ft-tooltip-horizontal-padding","",m.spacing2),b.extend("--ft-tooltip-vertical-padding","",m.spacing2),b.extend("--ft-tooltip-border-radius","",m.borderRadiusS),b.extend("--ft-tooltip-label","",O.contentGlobalOnColor),b.extend("--ft-tooltip-background","",O.contentGlobalPrimary),b.extend("--ft-tooltip-background-opacity","",m.opacity80),b.extend("--ft-tooltip-shadow","",m.shadowElevation03);const N=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.titleFont),S=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.contentFont),$={fontFamily:S,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")},w=o.FtCssVariableFactory.extend("--ft-typography-title-font-family","",N),C=o.FtCssVariableFactory.extend("--ft-typography-title-font-size","",$.fontSize,"20px"),I=o.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",$.fontWeight,"normal"),W=o.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",$.letterSpacing,"0.15px"),U=o.FtCssVariableFactory.extend("--ft-typography-title-line-height","",$.lineHeight,"1.2"),E=o.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",$.textTransform,"inherit"),R=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",N),k=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",$.fontSize,"14px"),L=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",$.fontWeight,"normal"),z=o.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",$.letterSpacing,"0.105px"),Z=o.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",$.lineHeight,"1.7"),K=o.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",$.textTransform,"inherit"),D=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",S),F=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",$.fontSize,"16px"),B=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",$.fontWeight,"600"),H=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",$.letterSpacing,"0.144px"),A=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",$.lineHeight,"1.5"),P=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",$.textTransform,"inherit"),G=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",S),j=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",$.fontSize,"14px"),M=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",$.fontWeight,"normal"),T=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",$.letterSpacing,"0.098px"),Y=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",$.lineHeight,"1.7"),_=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",$.textTransform,"inherit"),V={fontFamily:o.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",S),fontSize:o.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",$.fontSize,"16px"),fontWeight:o.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",$.fontWeight,"normal"),letterSpacing:o.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",$.letterSpacing,"0.496px"),lineHeight:o.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",$.lineHeight,"1.5"),textTransform:o.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",$.textTransform,"inherit")},X=o.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",S),q=o.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",$.fontSize,"14px"),J=o.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",$.fontWeight,"normal"),Q=o.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",$.letterSpacing,"0.252px"),tt=o.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",$.lineHeight,"1.4"),ot=o.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",$.textTransform,"inherit"),et={fontFamily:o.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",S),fontSize:o.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",$.fontSize,"12px"),fontWeight:o.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",$.fontWeight,"normal"),letterSpacing:o.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",$.letterSpacing,"0.396px"),lineHeight:o.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",$.lineHeight,"1.33"),textTransform:o.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",$.textTransform,"inherit")},rt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",S),it=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",$.fontSize,"10px"),at=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",$.fontWeight,"normal"),nt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",$.letterSpacing,"0.33px"),lt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",$.lineHeight,"1.6"),pt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",$.textTransform,"inherit"),ct=o.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",S),ft=o.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",$.fontSize,"10px"),st=o.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",$.fontWeight,"normal"),dt=o.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",$.letterSpacing,"1.5px"),ht=o.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",$.lineHeight,"1.6"),gt=o.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",$.textTransform,"uppercase"),yt={fontFamily:o.FtCssVariableFactory.extend("--ft-typography-button-font-family","",S),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")},ut=e.css`
122
+ `,b=t=>"string"==typeof t?e.unsafeCSS(t):t;class y{static create(t,o,r,i){const a=t=>b(null!=t?t:i),n=e.css`var(${b(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(${b(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(${b(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(${b(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):b(null!=o?o:t.lastResortDefaultValue()),i=e.css`var(${b(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(${b(t.name)}, ${r(o)})`,i.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>t.lastResortDefaultValue(),i}}const m={colorWhite:y.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:y.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:y.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:y.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:y.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:y.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:y.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:y.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:y.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:y.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:y.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:y.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:y.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:y.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:y.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:y.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:y.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:y.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:y.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:y.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:y.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:y.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:y.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:y.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:y.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:y.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:y.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:y.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:y.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:y.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:y.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:y.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:y.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:y.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:y.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:y.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:y.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:y.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:y.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:y.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:y.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:y.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:y.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:y.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:y.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:y.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:y.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:y.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:y.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:y.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:y.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:y.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:y.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:y.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:y.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:y.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:y.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:y.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:y.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:y.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:y.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:y.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:y.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:y.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:y.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:y.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:y.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:y.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:y.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:y.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:y.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:y.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:y.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:y.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:y.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:y.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:y.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:y.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:y.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:y.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:y.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:y.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:y.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:y.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:y.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:y.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:y.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:y.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:y.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:y.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:y.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:y.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:y.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:y.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:y.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:y.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:y.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:y.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:y.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:y.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:y.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:y.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:y.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:y.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:y.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:y.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:y.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:y.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:y.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:y.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:y.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:y.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:y.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:y.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:y.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:y.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:y.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:y.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:y.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:y.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:y.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:y.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:y.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:y.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:y.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:y.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:y.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:y.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:y.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:y.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:y.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:y.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:y.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:y.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:y.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:y.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:y.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:y.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:y.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:y.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:y.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:y.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:y.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:y.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:y.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:y.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:y.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:y.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:y.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:y.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:y.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:y.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:y.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:y.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:y.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:y.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:y.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:y.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:y.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:y.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:y.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:y.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:y.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:y.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:y.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:y.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:y.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:y.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:y.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:y.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:y.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:y.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:y.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:y.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:y.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:y.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:y.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:y.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:y.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:y.create("--ft-icon-size-6","","SIZE","48px"),opacity0:y.create("--ft-opacity-0","","NUMBER","0"),opacity8:y.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:y.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:y.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:y.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:y.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:y.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:y.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:y.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:y.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:y.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:y.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:y.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:y.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:y.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:y.create("--ft-underline","","UNKNOWN","underline")},x={display:{fontFamily:y.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:y.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:y.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:y.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:y.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:y.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:y.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:y.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:y.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:y.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:y.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:y.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:y.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:y.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:y.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:y.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:y.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:y.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:y.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:y.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:y.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:y.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:y.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:y.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:y.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:y.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:y.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:y.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:y.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:y.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:y.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:y.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:y.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:y.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:y.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:y.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:y.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:y.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:y.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:y.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:y.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:y.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:y.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:y.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:y.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:y.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:y.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:y.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:y.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:y.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:y.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:y.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:y.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:y.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:y.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:y.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:y.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:y.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:y.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:y.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:y.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:y.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:y.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:y.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:y.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:y.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:y.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:y.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:y.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:y.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:y.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:y.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:y.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:y.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:y.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:y.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:y.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:y.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:y.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:y.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:y.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-medium-underline":{fontFamily:y.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:y.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:y.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:y.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:y.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:y.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:y.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:y.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:y.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},"body-2-semibold":{fontFamily:y.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:y.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:y.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:y.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:y.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:y.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:y.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:y.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:y.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:y.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:y.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:y.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:y.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:y.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:y.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:y.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:y.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:y.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:y.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:y.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:y.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:y.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:y.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:y.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:y.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:y.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:y.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:y.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:y.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:y.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:y.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:y.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:y.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:y.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:y.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:y.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:y.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:y.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:y.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:y.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:y.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:y.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:y.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:y.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:y.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:y.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:y.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:y.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:y.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:y.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:y.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:y.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:y.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:y.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:y.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:y.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:y.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:y.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:y.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:y.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:y.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:y.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:y.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:y.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:y.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:y.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:y.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:y.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:y.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:y.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:y.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:y.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:y.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:y.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:y.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:y.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:y.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:y.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:y.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:y.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:y.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:y.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:y.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:y.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:y.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:y.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:y.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:y.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:y.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:y.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:y.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:y.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:y.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:y.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:y.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:y.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:y.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:y.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:y.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:y.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:y.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:y.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:y.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:y.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:y.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:y.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:y.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:y.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:y.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:y.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:y.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:y.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:y.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:y.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:y.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:y.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:y.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},"caption-3-medium":{fontFamily:y.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:y.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:y.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:y.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:y.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:y.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:y.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:y.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:y.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},"caption-3-semibold":{fontFamily:y.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:y.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:y.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:y.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:y.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:y.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:y.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:y.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:y.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},"caption-3-bold":{fontFamily:y.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:y.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:y.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:y.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:y.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:y.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:y.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:y.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:y.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")}},O={backgroundActionPrimary:y.extend("--ft-background-action-primary","Used as backgorund of primary action components.",m.colorBrand0),backgroundErrorSubtle:y.extend("--ft-background-error-subtle","Used as background of subtle error components.",m.colorRed10),backgroundInfoSubtle:y.extend("--ft-background-info-subtle","Used as background of subtle information components.",m.colorCyan10),backgroundWarningSubtle:y.extend("--ft-background-warning-subtle","Used as background of subtle information components.",m.colorOrange10),backgroundSuccessSubtle:y.extend("--ft-background-success-subtle","Used as background of subtle success components.",m.colorGreen10),backgroundGlobalSurface:y.extend("--ft-background-global-surface","Used as app background.",m.colorWhite),backgroundGlobalOnSurface:y.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",m.colorGray10),backgroundGlobalOnSurfaceDark:y.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",m.colorGray30),contentActionPrimary:y.extend("--ft-content-action-primary","Used on label of primary action on light surface.",m.colorBrand0),contentWarningPrimary:y.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",m.colorOrange200),contentWarningIconOnly:y.extend("--ft-content-warning-icon-only","Used on warning status icons alone",m.colorOrange0),contentErrorPrimary:y.extend("--ft-content-error-primary","Used on label of error messages on light surface.",m.colorRed0),contentErrorIconOnly:y.extend("--ft-content-error-icon-only","Used on error status icons alone",m.colorRed70),contentInfoPrimary:y.extend("--ft-content-info-primary","Used on label of information messages on light surface.",m.colorCyan200),contentInfoIconOnly:y.extend("--ft-content-info-icon-only","Used on info status icons alone",m.colorCyan0),contentSuccessPrimary:y.extend("--ft-content-success-primary","Used on label of success messages on light surface.",m.colorGreen200),contentSuccessIconOnly:y.extend("--ft-content-success-icon-only","Used on success status icons alone",m.colorGreen0),contentGlobalPrimary:y.extend("--ft-content-global-primary","Used for main content on the page.",m.colorGray500),contentGlobalSecondary:y.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",m.colorGray200),contentGlobalSubtle:y.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",m.colorGray0),contentGlobalOnColor:y.extend("--ft-content-global-on-color","Used for content on a dominant color.",m.colorWhite),borderActionPrimary:y.extend("--ft-border-action-primary","Used as border for primary action components.",m.colorBrand0),borderActionFocusRing:y.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",m.colorCyan0),borderWarningPrimary:y.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",m.colorOrange200),borderWarningSubtle:y.extend("--ft-border-warning-subtle","Used as border for warning components.",m.colorOrange30),borderSuccessPrimary:y.extend("--ft-border-success-primary","Used as border for success buttons.",m.colorGreen200),borderSuccessSubtle:y.extend("--ft-border-success-subtle","Used as border for success components.",m.colorGreen30),borderErrorPrimary:y.extend("--ft-border-error-primary","Used as border for text fields in error states.",m.colorRed0),borderErrorSubtle:y.extend("--ft-border-error-subtle","Used as border for error components.",m.colorRed30),borderInfoPrimary:y.extend("--ft-border-info-primary","Used as border for buttons in info color.",m.colorCyan200),borderInfoSubtle:y.extend("--ft-border-info-subtle","Used as border for information components.",m.colorCyan30),borderGlobalPrimary:y.extend("--ft-border-global-primary","Used as border for element like input.",m.colorGray50),borderGlobalSubtle:y.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",m.colorGray30),borderInputPrimary:y.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",m.colorGray80)},v={largeHeight:y.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:y.extend("--ft-button-large-horizontal-padding","",m.spacing4),largeGap:y.extend("--ft-button-large-gap","",m.spacing2),largeBorderRadius:y.extend("--ft-button-large-border-radius","",m.borderRadiusS),largeIconSize:y.extend("--ft-button-large-icon-size","",m.iconSize3),largeBorderWidth:y.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:y.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:y.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:y.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:y.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:y.extend("--ft-button-small-horizontal-padding","",m.spacing3),smallGap:y.extend("--ft-button-small-gap","",m.spacing2),smallBorderRadius:y.extend("--ft-button-small-border-radius","",m.borderRadiusS),smallIconSize:y.extend("--ft-button-small-icon-size","",m.iconSize2),smallBorderWidth:y.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:y.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:y.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:y.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:y.extend("--ft-button-primary-background-color","",O.backgroundActionPrimary),primaryColor:y.extend("--ft-button-primary-color","",O.contentGlobalOnColor),primaryIconColor:y.extend("--ft-button-primary-icon-color","",O.contentGlobalOnColor),primaryStateLayerColor:y.extend("--ft-button-primary-state-layer-color","",O.contentGlobalOnColor),primaryHoverStateLayerOpacity:y.extend("--ft-button-primary-hover-state-layer-opacity","",m.opacity16),primaryFocusStateLayerOpacity:y.extend("--ft-button-primary-focus-state-layer-opacity","",m.opacity16),primaryActiveStateLayerOpacity:y.extend("--ft-button-primary-active-state-layer-opacity","",m.opacity24),primaryDisabledComponentOpacity:y.extend("--ft-button-primary-disabled-component-opacity","",m.opacity40),focusFocusRingColor:y.extend("--ft-button-focus-focus-ring-color","",O.borderActionFocusRing),tertiaryBackgroundColor:y.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:y.extend("--ft-button-tertiary-color","",O.contentActionPrimary),tertiaryIconColor:y.extend("--ft-button-tertiary-icon-color","",O.contentActionPrimary),tertiaryStateLayerColor:y.extend("--ft-button-tertiary-state-layer-color","",O.contentActionPrimary),tertiaryHoverStateLayerOpacity:y.extend("--ft-button-tertiary-hover-state-layer-opacity","",m.opacity8),tertiaryFocusStateLayerOpacity:y.extend("--ft-button-tertiary-focus-state-layer-opacity","",m.opacity8),tertiaryActiveStateLayerOpacity:y.extend("--ft-button-tertiary-active-state-layer-opacity","",m.opacity16),tertiaryDisabledComponentOpacity:y.extend("--ft-button-tertiary-disabled-component-opacity","",m.opacity40),secondaryBackgroundColor:y.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:y.extend("--ft-button-secondary-color","",O.contentActionPrimary),secondaryIconColor:y.extend("--ft-button-secondary-icon-color","",O.contentActionPrimary),secondaryStateLayerColor:y.extend("--ft-button-secondary-state-layer-color","",O.contentActionPrimary),secondaryHoverStateLayerOpacity:y.extend("--ft-button-secondary-hover-state-layer-opacity","",m.opacity8),secondaryFocusStateLayerOpacity:y.extend("--ft-button-secondary-focus-state-layer-opacity","",m.opacity8),secondaryActiveStateLayerOpacity:y.extend("--ft-button-secondary-active-state-layer-opacity","",m.opacity16),secondaryDisabledComponentOpacity:y.extend("--ft-button-secondary-disabled-component-opacity","",m.opacity40),secondaryBorderColor:y.extend("--ft-button-secondary-border-color","",O.borderActionPrimary),neutralBackgroundColor:y.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:y.extend("--ft-button-neutral-icon-color","",O.contentGlobalSecondary),neutralColor:y.extend("--ft-button-neutral-color","",O.contentGlobalSecondary),neutralStateLayerColor:y.extend("--ft-button-neutral-state-layer-color","",O.contentGlobalSecondary),neutralHoverStateLayerOpacity:y.extend("--ft-button-neutral-hover-state-layer-opacity","",m.opacity8),neutralFocusStateLayerOpacity:y.extend("--ft-button-neutral-focus-state-layer-opacity","",m.opacity8),neutralActiveStateLayerOpacity:y.extend("--ft-button-neutral-active-state-layer-opacity","",m.opacity16),neutralDisabledComponentOpacity:y.extend("--ft-button-neutral-disabled-component-opacity","",m.opacity40)};y.extend("--ft-banner-icon-size","",m.iconSize5),y.create("--ft-banner-border-width","","SIZE","1px"),y.extend("--ft-banner-horizontal-padding","",m.spacing6),y.extend("--ft-banner-vertical-padding","",m.spacing6),y.extend("--ft-banner-horizontal-side-gap","",m.spacing6),y.extend("--ft-banner-horizontal-mobile-gap","",m.spacing4),y.extend("--ft-banner-vertical-mobile-gap","",m.spacing6),y.extend("--ft-banner-horizontal-middle-gap","",m.spacing20),y.extend("--ft-banner-info-background-color","",O.backgroundInfoSubtle),y.extend("--ft-banner-info-color","",O.contentInfoPrimary),y.extend("--ft-banner-info-icon-color","",O.contentInfoIconOnly),y.extend("--ft-breadcrumb-gap","",m.spacing1),y.extend("--ft-page-header-horizontal-padding","",m.spacing12),y.extend("--ft-page-header-vertical-padding","",m.spacing6),y.create("--ft-modal-small-container-width","","SIZE","600px"),y.create("--ft-modal-large-container-width","","SIZE","900px"),y.extend("--ft-modal-overlay-background-color","",m.colorGray700),y.extend("--ft-modal-overlay-opacity","",m.opacity40),y.extend("--ft-modal-shadow","",m.shadowElevation03),y.extend("--ft-modal-body-background-color","",m.colorWhite),y.extend("--ft-modal-body-color","",O.contentGlobalPrimary),y.extend("--ft-modal-body-horizontal-padding","",m.spacing6),y.extend("--ft-modal-body-vertical-padding","",m.spacing6),y.extend("--ft-modal-body-vertical-gap","",m.spacing6),y.extend("--ft-modal-container-margin","",m.spacing3),y.extend("--ft-modal-header-background-color","",O.backgroundGlobalOnSurface),y.extend("--ft-modal-header-border-color","",O.borderGlobalSubtle),y.extend("--ft-modal-header-color","",O.contentGlobalPrimary),y.extend("--ft-modal-header-trailing-icon-color","",O.contentGlobalSecondary),y.extend("--ft-modal-header-vertical-padding","",m.spacing1),y.extend("--ft-modal-header-right-padding","",m.spacing1),y.extend("--ft-modal-header-left-padding","",m.spacing6),y.extend("--ft-modal-header-gap","",m.spacing2),y.create("--ft-modal-header-border-bottom","","SIZE","1px"),y.extend("--ft-modal-border-radius","",m.borderRadiusM),y.extend("--ft-text-input-field-horizontal-padding","",m.spacing4),y.extend("--ft-text-input-field-horizontal-gap","",m.spacing3),y.extend("--ft-text-input-field-vertical-gap","",m.spacing05),y.extend("--ft-text-input-field-icon-size","",m.iconSize3),y.create("--ft-text-input-field-height","","SIZE","50px"),y.extend("--ft-text-input-helper-horizontal-padding","",m.spacing4),y.extend("--ft-text-input-helper-horizontal-gap","",m.spacing1),y.extend("--ft-text-input-helper-icon-size","",m.iconSize2),y.extend("--ft-text-input-border-radius","",m.borderRadiusM),y.extend("--ft-text-input-background-color","",m.colorWhite),y.extend("--ft-text-input-content-value-color","",O.contentGlobalPrimary),y.extend("--ft-text-input-trailing-icon-color","",O.contentGlobalSubtle),y.extend("--ft-text-input-label-color","",O.contentGlobalSubtle),y.extend("--ft-text-input-default-border-color","",O.borderInputPrimary),y.extend("--ft-text-input-default-helper-text-color","",O.contentGlobalSubtle),y.create("--ft-text-input-default-border-width","","SIZE","1px"),y.create("--ft-text-input-error-border-width","","SIZE","2px"),y.extend("--ft-text-input-error-border-color","",O.borderErrorPrimary),y.extend("--ft-text-input-error-helper-text-color","",O.contentErrorPrimary),y.extend("--ft-text-input-error-helper-icon-color","",O.contentErrorIconOnly),y.create("--ft-text-input-warning-border-width","","SIZE","2px"),y.create("--ft-text-input-focus-outline-width","","SIZE","2px"),y.extend("--ft-text-input-focus-focus-ring-color","",O.borderActionFocusRing),y.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),y.extend("--ft-text-input-disabled-component-opacity","",m.opacity40),y.extend("--ft-text-area-background-color","",m.colorWhite),y.extend("--ft-text-area-content-value-color","",O.contentGlobalPrimary),y.extend("--ft-text-area-label-color","",O.contentGlobalSubtle),y.extend("--ft-text-area-default-border-color","",O.borderInputPrimary),y.extend("--ft-text-area-default-helper-text-color","",O.contentGlobalSubtle),y.create("--ft-text-area-default-border-width","","SIZE","1px"),y.create("--ft-text-area-error-border-width","","SIZE","2px"),y.extend("--ft-text-area-error-border-color","",O.borderErrorPrimary),y.extend("--ft-text-area-error-helper-text-color","",O.contentErrorPrimary),y.extend("--ft-text-area-error-helper-icon-color","",O.contentErrorIconOnly),y.extend("--ft-text-area-focus-focus-ring-color","",O.borderActionFocusRing),y.create("--ft-text-area-focus-outline-width","","SIZE","2px"),y.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),y.extend("--ft-text-area-disabled-component-opacity","",m.opacity40),y.extend("--ft-text-area-field-horizontal-left-padding","",m.spacing4),y.extend("--ft-text-area-field-horizontal-gap","",m.spacing3),y.extend("--ft-text-area-field-vertical-gap","",m.spacing05),y.create("--ft-text-area-field-min-height","","SIZE","64px"),y.extend("--ft-text-area-helper-horizontal-padding","",m.spacing4),y.extend("--ft-text-area-helper-horizontal-gap","",m.spacing1),y.extend("--ft-text-area-helper-icon-size","",m.iconSize2),y.extend("--ft-text-area-border-radius","",m.borderRadiusM),y.create("--ft-floating-menu-height","","SIZE","50px"),y.extend("--ft-floating-menu-horizontal-padding","",m.spacing4),y.extend("--ft-floating-menu-off-icon-color","",O.contentGlobalPrimary),y.extend("--ft-floating-menu-off-color","",O.contentGlobalPrimary),y.extend("--ft-floating-menu-on-color","",O.contentActionPrimary),y.extend("--ft-floating-menu-on-state-layer-color","",O.contentActionPrimary),y.extend("--ft-floating-menu-gap","",m.spacing3),y.extend("--ft-floating-menu-focus-focus-ring-color","",O.borderActionFocusRing),y.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),y.extend("--ft-floating-menu-focus-state-layer-opacity","",m.opacity8),y.extend("--ft-floating-menu-hover-state-layer-opacity","",m.opacity8),y.extend("--ft-floating-menu-active-state-layer-opacity","",m.opacity16),y.extend("--ft-floating-menu-disabled-component-opacity","",m.opacity40),y.extend("--ft-floating-menu-icon-size","",m.iconSize3),y.extend("--ft-floating-menu-background-color","",O.backgroundGlobalOnSurface),y.extend("--ft-combobox-single-select-field-horizontal-padding","",m.spacing4),y.extend("--ft-combobox-single-select-field-horizontal-gap","",m.spacing3),y.extend("--ft-combobox-single-select-field-vertical-gap","",m.spacing05),y.extend("--ft-combobox-single-select-field-icon-size","",m.iconSize3),y.create("--ft-combobox-single-select-field-height","","SIZE","50px"),y.extend("--ft-combobox-single-select-helper-horizontal-padding","",m.spacing4),y.extend("--ft-combobox-single-select-helper-horizontal-gap","",m.spacing1),y.extend("--ft-combobox-single-select-helper-vertical-gap","",m.spacing1),y.extend("--ft-combobox-single-select-helper-icon-size","",m.iconSize2),y.extend("--ft-combobox-single-select-menu-vertical-gap","",m.spacing2),y.extend("--ft-combobox-single-select-border-radius","",m.borderRadiusM),y.extend("--ft-combobox-single-select-background-color","",m.colorWhite),y.extend("--ft-combobox-single-select-label-color","",O.contentGlobalSubtle),y.extend("--ft-combobox-single-select-content-value-color","",O.contentGlobalPrimary),y.extend("--ft-combobox-single-select-trailing-icon-color","",O.contentGlobalSubtle),y.extend("--ft-combobox-single-select-default-border-color","",O.borderInputPrimary),y.extend("--ft-combobox-single-select-default-helper-text-color","",O.contentGlobalSubtle),y.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),y.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),y.extend("--ft-combobox-single-select-error-border-color","",O.borderErrorPrimary),y.extend("--ft-combobox-single-select-error-helper-text-color","",O.contentErrorPrimary),y.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),y.extend("--ft-combobox-single-select-warning-border-color","",O.borderWarningPrimary),y.extend("--ft-combobox-single-select-warning-helper-text-color","",O.contentWarningPrimary),y.extend("--ft-combobox-single-select-warning-helper-icon-color","",O.contentWarningIconOnly),y.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),y.extend("--ft-combobox-single-select-focus-focus-ring-color","",O.borderActionFocusRing),y.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),y.extend("--ft-combobox-single-select-disabled-component-opacity","",m.opacity40),y.extend("--ft-combobox-multi-select-background-color","",m.colorWhite),y.extend("--ft-combobox-multi-select-label-color","",O.contentGlobalSubtle),y.extend("--ft-combobox-multi-select-trailing-icon-color","",O.contentGlobalSubtle),y.extend("--ft-combobox-multi-select-default-border-color","",O.borderInputPrimary),y.extend("--ft-combobox-multi-select-default-helper-text-color","",O.contentGlobalSubtle),y.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),y.extend("--ft-combobox-multi-select-error-border-color","",O.borderErrorPrimary),y.extend("--ft-combobox-multi-select-error-helper-text-color","",O.contentErrorPrimary),y.extend("--ft-combobox-multi-select-error-helper-icon","",O.contentErrorIconOnly),y.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),y.extend("--ft-combobox-multi-select-warning-border-color","",O.borderWarningPrimary),y.extend("--ft-combobox-multi-select-warning-helper-text-color","",O.contentWarningPrimary),y.extend("--ft-combobox-multi-select-warning-helper-icon-color","",O.contentWarningIconOnly),y.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),y.extend("--ft-combobox-multi-select-focus-focus-ring-color","",O.borderActionFocusRing),y.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),y.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),y.extend("--ft-combobox-multi-select-disabled-component-opacity","",m.opacity40),y.extend("--ft-combobox-multi-select-helper-horizontal-padding","",m.spacing4),y.extend("--ft-combobox-multi-select-helper-horizontal-gap","",m.spacing1),y.extend("--ft-combobox-multi-select-helper-vertical-gap","",m.spacing1),y.extend("--ft-combobox-multi-select-helper-icon-size","",m.iconSize2),y.extend("--ft-combobox-multi-select-field-horizontal-padding","",m.spacing4),y.extend("--ft-combobox-multi-select-field-horizontal-gap","",m.spacing3),y.extend("--ft-combobox-multi-select-field-vertical-gap","",m.spacing05),y.extend("--ft-combobox-multi-select-field-icon-size","",m.iconSize3),y.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),y.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",m.spacing1),y.extend("--ft-combobox-multi-select-content-values-vertical-gap","",m.spacing1),y.extend("--ft-combobox-multi-select-border-radius","",m.borderRadiusM),y.extend("--ft-popover-background-color","",O.backgroundGlobalOnSurface),y.extend("--ft-popover-horizontal-padding","",m.spacing6),y.extend("--ft-popover-vertical-padding","",m.spacing6),y.extend("--ft-popover-icon-color","",O.contentGlobalSecondary),y.extend("--ft-popover-icon-size","",m.iconSize2),y.extend("--ft-popover-title-color","",O.contentGlobalPrimary),y.extend("--ft-popover-body-color","",O.contentGlobalSecondary),y.extend("--ft-popover-link-color","",O.contentActionPrimary),y.extend("--ft-popover-gap","",m.spacing3),y.extend("--ft-popover-border-radius","",m.borderRadiusM),y.extend("--ft-popover-shadow","",m.shadowElevation02),y.extend("--ft-tabs-top-left-border-radius","",m.borderRadiusS),y.extend("--ft-tabs-top-right-border-radius","",m.borderRadiusS),y.extend("--ft-tabs-label-horizontal-padding","",m.spacing4),y.extend("--ft-tabs-label-vertical-padding","",m.spacing3),y.extend("--ft-tabs-label-gap","",m.spacing1),y.extend("--ft-tabs-off-hover-state-layer-opacity","",m.opacity8),y.extend("--ft-tabs-off-focus-state-layer-opacity","",m.opacity8),y.extend("--ft-tabs-off-active-state-layer-opacity","",m.opacity16),y.extend("--ft-tabs-off-disabled-component-opacity","",m.opacity40),y.extend("--ft-tabs-off-color","",O.contentGlobalSubtle),y.extend("--ft-tabs-off-state-layer-color","",O.contentGlobalSubtle),y.extend("--ft-tabs-on-hover-state-layer-opacity","",m.opacity8),y.extend("--ft-tabs-on-focus-state-layer-opacity","",m.opacity8),y.extend("--ft-tabs-on-active-state-layer-opacity","",m.opacity16),y.extend("--ft-tabs-on-disabled-component-opacity","",m.opacity40),y.extend("--ft-tabs-on-color","",O.contentActionPrimary),y.extend("--ft-tabs-on-state-layer-color","",O.contentActionPrimary),y.extend("--ft-tabs-icon-horizontal-padding","",m.spacing1),y.extend("--ft-tabs-icon-vertical-padding","",m.spacing4),y.create("--ft-tabs-focus-outline-width","","SIZE","2px"),y.extend("--ft-tabs-focus-focus-ring-color","",O.borderActionFocusRing),y.extend("--ft-collapsible-hover-state-layer-opacity","",m.opacity8),y.extend("--ft-collapsible-focus-state-layer-opacity","",m.opacity8),y.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),y.extend("--ft-collapsible-focus-focus-ring-color","",O.borderActionFocusRing),y.extend("--ft-collapsible-active-state-layer-opacity","",m.opacity16),y.extend("--ft-collapsible-disabled-component-opacity","",m.opacity40),y.extend("--ft-collapsible-horizontal-padding","",m.spacing4),y.extend("--ft-collapsible-vertical-padding","",m.spacing3),y.extend("--ft-collapsible-color","",O.contentGlobalPrimary),y.extend("--ft-collapsible-state-layer-color","",O.contentGlobalPrimary),y.extend("--ft-collapsible-background-color","",O.backgroundGlobalOnSurface),y.extend("--ft-collapsible-border-color","",O.borderGlobalSubtle),y.extend("--ft-collapsible-icon-size","",m.iconSize3),y.extend("--ft-switch-group-horizontal-padding","",m.spacing1),y.extend("--ft-switch-group-vertical-padding","",m.spacing1),y.extend("--ft-switch-group-gap","",m.spacing1),y.extend("--ft-switch-group-background-color","",O.backgroundGlobalSurface),y.extend("--ft-switch-group-border-color","",O.borderGlobalSubtle),y.create("--ft-switch-group-border-radius","","SIZE","6px"),y.extend("--ft-switch-label-horizontal-padding","",m.spacing2),y.extend("--ft-switch-label-vertical-padding","",m.spacing1),y.extend("--ft-switch-off-hover-state-layer-opacity","",m.opacity8),y.extend("--ft-switch-off-focus-state-layer-opacity","",m.opacity8),y.extend("--ft-switch-off-active-state-layer-opacity","",m.opacity16),y.extend("--ft-switch-off-disabled-component-opacity","",m.opacity40),y.extend("--ft-switch-off-color","",O.contentGlobalSubtle),y.extend("--ft-switch-off-state-layer-color","",O.contentGlobalSubtle),y.extend("--ft-switch-on-hover-state-layer-opacity","",m.opacity8),y.extend("--ft-switch-on-focus-state-layer-opacity","",m.opacity8),y.extend("--ft-switch-on-active-state-layer-opacity","",m.opacity16),y.extend("--ft-switch-on-disabled-component-opacity","",m.opacity40),y.extend("--ft-switch-on-color","",O.contentActionPrimary),y.extend("--ft-switch-on-state-layer-color","",O.contentActionPrimary),y.extend("--ft-switch-icon-horizontal-padding","",m.spacing1),y.extend("--ft-switch-icon-vertical-padding","",m.spacing1),y.create("--ft-switch-focus-outline-width","","SIZE","2px"),y.extend("--ft-switch-focus-focus-ring-color","",O.borderActionFocusRing),y.extend("--ft-switch-option-border-radius","",m.borderRadiusS),y.extend("--ft-chart-1-light","for area color charts",m.colorBrand40),y.extend("--ft-chart-1-base","for line charts",m.colorBrand0),y.extend("--ft-chart-2-light","for area color charts",m.colorYellow60),y.extend("--ft-chart-2-base","for line charts",m.colorYellow100),y.extend("--ft-chart-3-light","",m.colorUltramarine40),y.extend("--ft-chart-3-base","",m.colorUltramarine70),y.extend("--ft-chart-4-light","",m.colorCyan50),y.extend("--ft-chart-4-base","",m.colorCyan100),y.extend("--ft-chart-5-light","",m.colorRed40),y.extend("--ft-chart-5-base","",m.colorRed60),y.extend("--ft-chart-6-light","",m.colorGreen40),y.extend("--ft-chart-6-base","",m.colorGreen70),y.extend("--ft-chart-7-light","",m.colorOrange70),y.extend("--ft-chart-7-base","",m.colorOrange100),y.extend("--ft-chart-8-light","",m.colorAvocado70),y.extend("--ft-chart-8-base","",m.colorAvocado200),y.extend("--ft-chart-9-light","",m.colorBrown50),y.extend("--ft-chart-9-base","",m.colorBrown200),y.extend("--ft-chart-10-light","",m.colorGray50),y.extend("--ft-chart-10-base","",m.colorGray80),y.extend("--ft-chart-monochrome-10","",m.colorBrand10),y.extend("--ft-chart-monochrome-20","",m.colorBrand20),y.extend("--ft-chart-monochrome-30","",m.colorBrand40),y.extend("--ft-chart-monochrome-40","",m.colorBrand60),y.extend("--ft-chart-monochrome-50","",m.colorBrand0),y.extend("--ft-chart-monochrome-60","",m.colorBrand200),y.extend("--ft-chip-large-horizontal-padding","",m.spacing4),y.extend("--ft-chip-large-vertical-padding","",m.spacing2),y.extend("--ft-chip-large-gap","",m.spacing1),y.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),y.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),y.extend("--ft-chip-large-border-radius","",m.borderRadiusPill),y.create("--ft-chip-large-border-width","","SIZE","1px"),y.extend("--ft-chip-large-icon-size","",m.iconSize3),y.extend("--ft-chip-medium-horizontal-padding","",m.spacing3),y.extend("--ft-chip-medium-vertical-padding","",m.spacing1),y.extend("--ft-chip-medium-gap","",m.spacing1),y.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),y.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),y.extend("--ft-chip-medium-border-radius","",m.borderRadiusPill),y.create("--ft-chip-medium-border-width","","SIZE","1px"),y.extend("--ft-chip-medium-icon-size","",m.iconSize2),y.extend("--ft-chip-small-horizontal-padding","",m.spacing2),y.extend("--ft-chip-small-vertical-padding","",m.spacing05),y.extend("--ft-chip-small-gap","",m.spacing1),y.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),y.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),y.extend("--ft-chip-small-border-radius","",m.borderRadiusPill),y.create("--ft-chip-small-border-width","","SIZE","1px"),y.extend("--ft-chip-small-icon-size","",m.iconSize1),y.extend("--ft-chip-neutral-background-color","",O.backgroundGlobalOnSurface),y.extend("--ft-chip-neutral-color","",O.contentGlobalPrimary),y.extend("--ft-chip-neutral-icon-color","",O.contentGlobalPrimary),y.extend("--ft-chip-neutral-border-color","",O.borderGlobalSubtle),y.extend("--ft-chip-info-background-color","",O.backgroundInfoSubtle),y.extend("--ft-chip-info-color","",O.contentInfoPrimary),y.extend("--ft-chip-info-icon-color","",O.contentInfoIconOnly),y.extend("--ft-chip-info-border-color","",O.borderInfoSubtle),y.extend("--ft-chip-success-background-color","",O.backgroundSuccessSubtle),y.extend("--ft-chip-success-color","",O.contentSuccessPrimary),y.extend("--ft-chip-success-icon-color","",O.contentSuccessIconOnly),y.extend("--ft-chip-success-border-color","",O.borderSuccessSubtle),y.extend("--ft-chip-warning-background-color","",O.backgroundWarningSubtle),y.extend("--ft-chip-warning-color","",O.contentWarningPrimary),y.extend("--ft-chip-warning-icon-color","",O.contentWarningIconOnly),y.extend("--ft-chip-warning-border-color","",O.borderWarningSubtle),y.extend("--ft-chip-error-background-color","",O.backgroundErrorSubtle),y.extend("--ft-chip-error-color","",O.contentErrorPrimary),y.extend("--ft-chip-error-icon-color","",O.contentErrorIconOnly),y.extend("--ft-chip-error-border-color","",O.borderErrorSubtle),y.extend("--ft-border-info-border-color","",O.borderInfoSubtle),y.create("--ft-notice-border-width","","SIZE","1px"),y.extend("--ft-notice-horizontal-padding","",m.spacing2),y.extend("--ft-notice-vertical-padding","",m.spacing1),y.extend("--ft-notice-border-radius","",m.borderRadiusS),y.extend("--ft-notice-gap","",m.spacing2),y.extend("--ft-notice-icon-size","",m.iconSize3),y.extend("--ft-notice-info-background-color","",O.backgroundInfoSubtle),y.extend("--ft-notice-info-border-color","",O.borderInfoSubtle),y.extend("--ft-notice-info-color","",O.contentInfoPrimary),y.extend("--ft-notice-info-icon-color","",O.contentInfoIconOnly),y.extend("--ft-notice-warning-background-color","",O.backgroundWarningSubtle),y.extend("--ft-notice-warning-border-color","",O.borderWarningSubtle),y.extend("--ft-notice-warning-color","",O.contentWarningPrimary),y.extend("--ft-notice-warning-icon-color","",O.contentWarningIconOnly),y.extend("--ft-checkbox-color","",O.contentGlobalPrimary),y.extend("--ft-checkbox-checked-background-color","",O.contentActionPrimary),y.extend("--ft-checkbox-checked-state-layer-color","",O.contentActionPrimary),y.extend("--ft-checkbox-checked-icon-color","",O.contentGlobalOnColor),y.extend("--ft-checkbox-checked-hover-state-layer-opacity","",m.opacity16),y.extend("--ft-checkbox-checked-focus-state-layer-opacity","",m.opacity16),y.extend("--ft-checkbox-checked-active-state-layer-opacity","",m.opacity24),y.extend("--ft-checkbox-checked-disabled-component-opacity","",m.opacity40),y.extend("--ft-checkbox-unchecked-border-color","",m.colorGray80),y.extend("--ft-checkbox-unchecked-state-layer-color","",m.colorGray80),y.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",m.opacity16),y.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",m.opacity16),y.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",m.opacity24),y.extend("--ft-checkbox-unchecked-disabled-component-opacity","",m.opacity40),y.extend("--ft-checkbox-focus-focus-ring-color","",O.borderActionFocusRing),y.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),y.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),y.extend("--ft-checkbox-gap","",m.spacing3),y.extend("--ft-toggle-off-hover-state-layer-opacity","",m.opacity16),y.extend("--ft-toggle-off-focus-state-layer-opacity","",m.opacity16),y.extend("--ft-toggle-off-active-state-layer-opacity","",m.opacity24),y.extend("--ft-toggle-off-disabled-component-opacity","",m.opacity40),y.extend("--ft-toggle-off-background-color","",O.contentGlobalSubtle),y.extend("--ft-toggle-off-icon-color","",O.contentGlobalSubtle),y.extend("--ft-toggle-off-state-layer-color","",O.contentGlobalSubtle),y.extend("--ft-toggle-on-hover-state-layer-opacity","",m.opacity16),y.extend("--ft-toggle-on-focus-state-layer-opacity","",m.opacity16),y.extend("--ft-toggle-on-active-state-layer-opacity","",m.opacity24),y.extend("--ft-toggle-on-disabled-component-opacity","",m.opacity40),y.extend("--ft-toggle-on-background-color","",O.contentActionPrimary),y.extend("--ft-toggle-on-state-layer-color","",O.contentActionPrimary),y.extend("--ft-toggle-on-icon-color","",O.contentActionPrimary),y.extend("--ft-toggle-color","",O.contentGlobalPrimary),y.extend("--ft-toggle-focus-focus-ring-color","",O.borderActionFocusRing),y.extend("--ft-toggle-gap","",m.spacing3),y.extend("--ft-radio-color","",O.contentGlobalPrimary),y.extend("--ft-radio-selected-radio-color","",O.contentActionPrimary),y.extend("--ft-radio-selected-state-layer-color","",O.contentActionPrimary),y.extend("--ft-radio-selected-hover-state-layer-opacity","",m.opacity16),y.extend("--ft-radio-selected-focus-state-layer-opacity","",m.opacity16),y.extend("--ft-radio-selected-active-state-layer-opacity","",m.opacity24),y.extend("--ft-radio-selected-disabled-component-opacity","",m.opacity40),y.extend("--ft-radio-unselected-state-layer-color","",O.borderInputPrimary),y.extend("--ft-radio-unselected-border-color","",O.borderInputPrimary),y.extend("--ft-radio-unselected-hover-state-layer-opacity","",m.opacity16),y.extend("--ft-radio-unselected-focus-state-layer-opacity","",m.opacity16),y.extend("--ft-radio-unselected-active-state-layer-opacity","",m.opacity24),y.extend("--ft-radio-unselected-disabled-component-opacity","",m.opacity40),y.extend("--ft-radio-focus-focus-ring-color","",O.borderActionFocusRing),y.create("--ft-radio-focus-outline-offset","","SIZE","3px"),y.create("--ft-radio-focus-outline-width","","SIZE","2px"),y.extend("--ft-radio-gap","",m.spacing3),y.extend("--ft-notification-icon-size","",m.iconSize4),y.extend("--ft-notification-horizontal-padding","",m.spacing4),y.extend("--ft-notification-vertical-padding","",m.spacing4),y.extend("--ft-notification-info-background-color","",O.backgroundInfoSubtle),y.extend("--ft-notification-info-color","",O.contentInfoPrimary),y.extend("--ft-notification-info-icon-color","",O.contentInfoIconOnly),y.extend("--ft-notification-info-border-color","",O.borderInfoSubtle),y.extend("--ft-notification-success-background-color","",O.backgroundSuccessSubtle),y.extend("--ft-notification-success-color","",O.contentSuccessPrimary),y.extend("--ft-notification-success-icon-color","",O.contentSuccessIconOnly),y.extend("--ft-notification-success-border-color","",O.borderSuccessSubtle),y.extend("--ft-notification-warning-background-color","",O.backgroundWarningSubtle),y.extend("--ft-notification-warning-color","",O.contentWarningPrimary),y.extend("--ft-notification-warning-icon-color","",O.contentWarningIconOnly),y.extend("--ft-notification-warning-border-color","",O.borderWarningSubtle),y.extend("--ft-notification-error-background-color","",O.backgroundErrorSubtle),y.extend("--ft-notification-error-color","",O.contentErrorPrimary),y.extend("--ft-notification-error-icon-color","",O.contentErrorIconOnly),y.extend("--ft-notification-error-border-color","",O.borderErrorSubtle),y.extend("--ft-notification-border-radius","",m.borderRadiusPill),y.create("--ft-notification-border-width","","SIZE","1px"),y.extend("--ft-notification-leading-gap","",m.spacing2),y.extend("--ft-notification-trailing-gap","",m.spacing8),y.extend("--ft-tooltip-horizontal-padding","",m.spacing2),y.extend("--ft-tooltip-vertical-padding","",m.spacing2),y.extend("--ft-tooltip-border-radius","",m.borderRadiusS),y.extend("--ft-tooltip-color","",O.contentGlobalOnColor),y.extend("--ft-tooltip-background-color","",O.contentGlobalPrimary),y.extend("--ft-tooltip-background-opacity","",m.opacity80),y.extend("--ft-tooltip-shadow","",m.shadowElevation03),y.create("--ft-tooltip-max-width","","SIZE","256px"),y.extend("--ft-tooltip-gap","",m.spacing05);const N=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.titleFont),S=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.contentFont),w={fontFamily:S,fontSize:o.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:o.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:o.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:o.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:o.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},$=o.FtCssVariableFactory.extend("--ft-typography-title-font-family","",N),C=o.FtCssVariableFactory.extend("--ft-typography-title-font-size","",w.fontSize,"20px"),I=o.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",w.fontWeight,"normal"),E=o.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",w.letterSpacing,"0.15px"),W=o.FtCssVariableFactory.extend("--ft-typography-title-line-height","",w.lineHeight,"1.2"),U=o.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",w.textTransform,"inherit"),R=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",N),k=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",w.fontSize,"14px"),z=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",w.fontWeight,"normal"),Z=o.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",w.letterSpacing,"0.105px"),L=o.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",w.lineHeight,"1.7"),K=o.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",w.textTransform,"inherit"),F=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",S),D=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",w.fontSize,"16px"),B=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",w.fontWeight,"600"),H=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",w.letterSpacing,"0.144px"),A=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",w.lineHeight,"1.5"),G=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",w.textTransform,"inherit"),P=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",S),j=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",w.fontSize,"14px"),M=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",w.fontWeight,"normal"),T=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",w.letterSpacing,"0.098px"),Y=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",w.lineHeight,"1.7"),_=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",w.textTransform,"inherit"),V={fontFamily:o.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",S),fontSize:o.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",w.fontSize,"16px"),fontWeight:o.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",w.fontWeight,"normal"),letterSpacing:o.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",w.letterSpacing,"0.496px"),lineHeight:o.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",w.lineHeight,"1.5"),textTransform:o.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",w.textTransform,"inherit")},X=o.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",S),q=o.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",w.fontSize,"14px"),J=o.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",w.fontWeight,"normal"),Q=o.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",w.letterSpacing,"0.252px"),tt=o.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",w.lineHeight,"1.4"),ot=o.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",w.textTransform,"inherit"),et={fontFamily:o.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",S),fontSize:o.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",w.fontSize,"12px"),fontWeight:o.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",w.fontWeight,"normal"),letterSpacing:o.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",w.letterSpacing,"0.396px"),lineHeight:o.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",w.lineHeight,"1.33"),textTransform:o.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",w.textTransform,"inherit")},rt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",S),it=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",w.fontSize,"10px"),at=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",w.fontWeight,"normal"),nt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",w.letterSpacing,"0.33px"),lt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",w.lineHeight,"1.6"),ct=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",w.textTransform,"inherit"),pt=o.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",S),ft=o.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",w.fontSize,"10px"),st=o.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",w.fontWeight,"normal"),dt=o.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",w.letterSpacing,"1.5px"),ht=o.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",w.lineHeight,"1.6"),gt=o.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",w.textTransform,"uppercase"),ut={fontFamily:o.FtCssVariableFactory.extend("--ft-typography-button-font-family","",S),fontSize:o.FtCssVariableFactory.extend("--ft-typography-button-font-size","",w.fontSize,"14px"),fontWeight:o.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",w.fontWeight,"600"),letterSpacing:o.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",w.letterSpacing,"1.246px"),lineHeight:o.FtCssVariableFactory.extend("--ft-typography-button-line-height","",w.lineHeight,"1.15"),textTransform:o.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",w.textTransform,"uppercase")},bt=e.css`
123
123
  .ft-typography--title {
124
- font-family: ${w};
124
+ font-family: ${$};
125
125
  font-size: ${C};
126
126
  font-weight: ${I};
127
- letter-spacing: ${W};
128
- line-height: ${U};
129
- text-transform: ${E};
127
+ letter-spacing: ${E};
128
+ line-height: ${W};
129
+ text-transform: ${U};
130
130
  }
131
- `,bt=e.css`
131
+ `,yt=e.css`
132
132
  .ft-typography--title-dense {
133
133
  font-family: ${R};
134
134
  font-size: ${k};
135
- font-weight: ${L};
136
- letter-spacing: ${z};
137
- line-height: ${Z};
135
+ font-weight: ${z};
136
+ letter-spacing: ${Z};
137
+ line-height: ${L};
138
138
  text-transform: ${K};
139
139
  }
140
140
  `,mt=e.css`
141
141
  .ft-typography--subtitle1 {
142
- font-family: ${D};
143
- font-size: ${F};
142
+ font-family: ${F};
143
+ font-size: ${D};
144
144
  font-weight: ${B};
145
145
  letter-spacing: ${H};
146
146
  line-height: ${A};
147
- text-transform: ${P};
147
+ text-transform: ${G};
148
148
  }
149
149
  `,xt=e.css`
150
150
  .ft-typography--subtitle2 {
151
- font-family: ${G};
151
+ font-family: ${P};
152
152
  font-size: ${j};
153
153
  font-weight: ${M};
154
154
  letter-spacing: ${T};
@@ -190,25 +190,25 @@
190
190
  font-weight: ${at};
191
191
  letter-spacing: ${nt};
192
192
  line-height: ${lt};
193
- text-transform: ${pt};
193
+ text-transform: ${ct};
194
194
  }
195
- `,$t=e.css`
195
+ `,wt=e.css`
196
196
  .ft-typography--overline {
197
- font-family: ${ct};
197
+ font-family: ${pt};
198
198
  font-size: ${ft};
199
199
  font-weight: ${st};
200
200
  letter-spacing: ${dt};
201
201
  line-height: ${ht};
202
202
  text-transform: ${gt};
203
203
  }
204
- `,wt=e.css`
204
+ `,$t=e.css`
205
205
  .ft-typography--button {
206
- font-family: ${yt.fontFamily};
207
- font-size: ${yt.fontSize};
208
- font-weight: ${yt.fontWeight};
209
- letter-spacing: ${yt.letterSpacing};
210
- line-height: ${yt.lineHeight};
211
- text-transform: ${yt.textTransform};
206
+ font-family: ${ut.fontFamily};
207
+ font-size: ${ut.fontSize};
208
+ font-weight: ${ut.fontWeight};
209
+ letter-spacing: ${ut.letterSpacing};
210
+ line-height: ${ut.lineHeight};
211
+ text-transform: ${ut.textTransform};
212
212
  }
213
213
  `,Ct=e.css`
214
214
  .ft-typography {
@@ -223,7 +223,7 @@
223
223
  line-height: ${o.lineHeight};
224
224
  text-transform: ${o.textCase};
225
225
  }
226
- `}(t)))],Wt={color:o.FtCssVariableFactory.extend("--ft-loader-color","",o.designSystemVariables.colorPrimary),size:o.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},Ut=e.css`
226
+ `}(t)))],Et={color:o.FtCssVariableFactory.extend("--ft-loader-color","",o.designSystemVariables.colorPrimary),size:o.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},Wt=e.css`
227
227
  :host {
228
228
  line-height: 0;
229
229
  }
@@ -232,8 +232,8 @@
232
232
  display: inline-block;
233
233
  position: relative;
234
234
 
235
- width: ${Wt.size};
236
- height: ${Wt.size};
235
+ width: ${Et.size};
236
+ height: ${Et.size};
237
237
  }
238
238
 
239
239
  .ft-loader div {
@@ -242,7 +242,7 @@
242
242
  width: 25%;
243
243
  height: 25%;
244
244
  border-radius: 50%;
245
- background: ${Wt.color};
245
+ background: ${Et.color};
246
246
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
247
247
  }
248
248
 
@@ -289,10 +289,10 @@
289
289
  transform: translate(0, 0);
290
290
  }
291
291
  100% {
292
- transform: translate(calc(0.35 * ${Wt.size}), 0);
292
+ transform: translate(calc(0.35 * ${Et.size}), 0);
293
293
  }
294
294
  }
295
- `,Et={size:o.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:o.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",o.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:o.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",o.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:o.FtCssVariableFactory.extend("--ft-icon-material-font-family","",o.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:o.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},Rt=e.css`
295
+ `,Ut={size:o.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:o.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",o.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:o.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",o.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:o.FtCssVariableFactory.extend("--ft-icon-material-font-family","",o.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:o.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},Rt=e.css`
296
296
  :host, i.ft-icon {
297
297
  display: inline-flex;
298
298
  align-items: center;
@@ -301,14 +301,14 @@
301
301
  }
302
302
 
303
303
  :host {
304
- width: ${Et.size};
305
- height: ${Et.size};
304
+ width: ${Ut.size};
305
+ height: ${Ut.size};
306
306
  }
307
307
 
308
308
  i.ft-icon {
309
309
  width: 100%;
310
310
  height: 100%;
311
- font-size: ${Et.size};
311
+ font-size: ${Ut.size};
312
312
  line-height: 1;
313
313
  font-weight: normal;
314
314
  text-transform: none;
@@ -319,28 +319,28 @@
319
319
  text-rendering: auto;
320
320
  -webkit-font-smoothing: antialiased;
321
321
  -moz-osx-font-smoothing: grayscale;
322
- vertical-align: ${Et.verticalAlign};
322
+ vertical-align: ${Ut.verticalAlign};
323
323
  }
324
324
 
325
325
  i.ft-icon.ft-icon--fluid-topics {
326
- font-family: ${Et.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
326
+ font-family: ${Ut.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
327
327
 
328
328
  /* Ugly fix because font is broken */
329
- font-size: calc(0.75 * ${Et.size});
330
- line-height: ${Et.size};
329
+ font-size: calc(0.75 * ${Ut.size});
330
+ line-height: ${Ut.size};
331
331
  position: relative;
332
332
  top: -4%;
333
333
  justify-content: center;
334
334
  }
335
335
 
336
336
  .ft-icon--file-format {
337
- font-family: ${Et.fileFormatFontFamily}, ft-mime, sans-serif;
337
+ font-family: ${Ut.fileFormatFontFamily}, ft-mime, sans-serif;
338
338
  }
339
339
 
340
340
  .ft-icon--material {
341
- font-family: ${Et.materialFontFamily}, "Material Icons", sans-serif;
341
+ font-family: ${Ut.materialFontFamily}, "Material Icons", sans-serif;
342
342
  }
343
- `,kt=o.FtCssVariableFactory.extend("--ft-button-color","",o.designSystemVariables.colorPrimary),Lt={backgroundColor:o.FtCssVariableFactory.extend("--ft-button-background-color","",o.designSystemVariables.colorSurface),borderRadius:o.FtCssVariableFactory.extend("--ft-button-border-radius","",o.designSystemVariables.borderRadiusL),color:kt,fontSize:o.FtCssVariableFactory.extend("--ft-button-font-size","",yt.fontSize),iconSize:o.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:o.FtCssVariableFactory.extend("--ft-button-ripple-color","",kt),verticalPadding:o.FtCssVariableFactory.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:o.FtCssVariableFactory.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:o.FtCssVariableFactory.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:o.FtCssVariableFactory.external(o.designSystemVariables.colorOpacityDisabled,"Design system")},zt=o.FtCssVariableFactory.extend("--ft-button-primary-color","",o.FtCssVariableFactory.extend("--ft-button-color","",o.designSystemVariables.colorOnPrimary)),Zt={backgroundColor:o.FtCssVariableFactory.extend("--ft-button-primary-background-color","",o.FtCssVariableFactory.extend("--ft-button-background-color","",o.designSystemVariables.colorPrimary)),color:zt,rippleColor:o.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",zt)},Kt=o.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",o.FtCssVariableFactory.extend("--ft-button-border-radius","",o.designSystemVariables.borderRadiusM)),Dt=o.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),Ft=o.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),Bt=o.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px"),Ht=[e.css`
343
+ `,kt=o.FtCssVariableFactory.extend("--ft-button-color","",o.designSystemVariables.colorPrimary),zt={backgroundColor:o.FtCssVariableFactory.extend("--ft-button-background-color","",o.designSystemVariables.colorSurface),borderRadius:o.FtCssVariableFactory.extend("--ft-button-border-radius","",o.designSystemVariables.borderRadiusL),color:kt,fontSize:o.FtCssVariableFactory.extend("--ft-button-font-size","",ut.fontSize),iconSize:o.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:o.FtCssVariableFactory.extend("--ft-button-ripple-color","",kt),verticalPadding:o.FtCssVariableFactory.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:o.FtCssVariableFactory.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:o.FtCssVariableFactory.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:o.FtCssVariableFactory.external(o.designSystemVariables.colorOpacityDisabled,"Design system")},Zt=o.FtCssVariableFactory.extend("--ft-button-primary-color","",o.FtCssVariableFactory.extend("--ft-button-color","",o.designSystemVariables.colorOnPrimary)),Lt={backgroundColor:o.FtCssVariableFactory.extend("--ft-button-primary-background-color","",o.FtCssVariableFactory.extend("--ft-button-background-color","",o.designSystemVariables.colorPrimary)),color:Zt,rippleColor:o.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",Zt)},Kt=o.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",o.FtCssVariableFactory.extend("--ft-button-border-radius","",o.designSystemVariables.borderRadiusM)),Ft=o.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),Dt=o.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),Bt=o.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px"),Ht=[e.css`
344
344
  :host {
345
345
  display: inline-block;
346
346
  max-width: 100%;
@@ -351,7 +351,7 @@
351
351
  box-shadow: 0px 0px 0px transparent;
352
352
  border: 0px solid transparent;
353
353
  text-shadow: 0px 0px 0px transparent;
354
- font-size: ${Lt.fontSize};
354
+ font-size: ${zt.fontSize};
355
355
  }
356
356
 
357
357
  button:hover {
@@ -380,31 +380,31 @@
380
380
  border: none;
381
381
  pointer-events: auto;
382
382
 
383
- --ft-button-internal-line-height: max(calc(${Lt.fontSize} + 2px), ${Lt.iconSize});
384
- --ft-button-internal-color: ${Lt.color};
385
- ${o.setVariable(Et.size,Lt.iconSize)};
386
- ${o.setVariable(p.color,Lt.rippleColor)};
383
+ --ft-button-internal-line-height: max(calc(${zt.fontSize} + 2px), ${zt.iconSize});
384
+ --ft-button-internal-color: ${zt.color};
385
+ ${o.setVariable(Ut.size,zt.iconSize)};
386
+ ${o.setVariable(c.color,zt.rippleColor)};
387
387
 
388
- border-radius: ${Lt.borderRadius};
389
- padding: ${Lt.verticalPadding} ${Lt.horizontalPadding};
390
- background-color: ${Lt.backgroundColor};
388
+ border-radius: ${zt.borderRadius};
389
+ padding: ${zt.verticalPadding} ${zt.horizontalPadding};
390
+ background-color: ${zt.backgroundColor};
391
391
  color: var(--ft-button-internal-color);
392
392
  -webkit-mask-image: radial-gradient(white, black);
393
393
  }
394
394
 
395
395
  .ft-button.ft-button--outlined {
396
396
  border: 1px solid var(--ft-button-internal-color);
397
- padding: calc(${Lt.verticalPadding} - 1px) calc(${Lt.horizontalPadding} - 1px);
397
+ padding: calc(${zt.verticalPadding} - 1px) calc(${zt.horizontalPadding} - 1px);
398
398
  }
399
399
 
400
400
  .ft-button.ft-button--dense {
401
- padding: ${Dt} ${Ft};
401
+ padding: ${Ft} ${Dt};
402
402
  border-radius: ${Kt};
403
403
  gap: ${Bt};
404
404
  }
405
405
 
406
406
  .ft-button.ft-button--dense.ft-button--outlined {
407
- padding: calc(${Dt} - 1px) calc(${Ft} - 1px);
407
+ padding: calc(${Ft} - 1px) calc(${Dt} - 1px);
408
408
  }
409
409
 
410
410
  .ft-button:not([disabled]):hover {
@@ -412,22 +412,22 @@
412
412
  }
413
413
 
414
414
  .ft-button--round {
415
- border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${Lt.verticalPadding});
415
+ border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${zt.verticalPadding});
416
416
  }
417
417
 
418
418
  .ft-button--round.ft-button--dense {
419
- border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${Dt});
419
+ border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${Ft});
420
420
  }
421
421
 
422
422
  .ft-button[disabled] {
423
423
  filter: grayscale(1);
424
- opacity: ${Lt.opacityDisabled};
424
+ opacity: ${zt.opacityDisabled};
425
425
  }
426
426
 
427
427
  .ft-button.ft-button--primary {
428
- background-color: ${Zt.backgroundColor};
429
- --ft-button-internal-color: ${Zt.color};
430
- ${o.setVariable(p.color,Zt.rippleColor)};
428
+ background-color: ${Lt.backgroundColor};
429
+ --ft-button-internal-color: ${Lt.color};
430
+ ${o.setVariable(c.color,Lt.rippleColor)};
431
431
  }
432
432
 
433
433
  .ft-button:focus {
@@ -440,9 +440,9 @@
440
440
  white-space: nowrap;
441
441
  text-overflow: ellipsis;
442
442
  display: block;
443
- margin: 0 ${Lt.iconPadding};
444
- ${o.setVariable(yt.fontSize,"1em")};
445
- ${o.setVariable(yt.lineHeight,"var(--ft-button-internal-line-height)")};
443
+ margin: 0 ${zt.iconPadding};
444
+ ${o.setVariable(ut.fontSize,"1em")};
445
+ ${o.setVariable(ut.lineHeight,"var(--ft-button-internal-line-height)")};
446
446
  }
447
447
 
448
448
  .ft-button--dense .ft-button--label {
@@ -459,13 +459,13 @@
459
459
  }
460
460
 
461
461
  .ft-button--label[hidden] + ft-icon {
462
- margin: 0 calc(${Lt.horizontalPadding} * -1);
463
- padding: 0 ${Lt.verticalPadding};
462
+ margin: 0 calc(${zt.horizontalPadding} * -1);
463
+ padding: 0 ${zt.verticalPadding};
464
464
  }
465
465
 
466
466
  .ft-button--dense .ft-button--label[hidden] + ft-icon {
467
- margin: 0 calc(${Ft} * -1);
468
- padding: 0 ${Dt};
467
+ margin: 0 calc(${Dt} * -1);
468
+ padding: 0 ${Ft};
469
469
  }
470
470
 
471
471
  .ft-button:not(.ft-button--trailing-icon) ft-icon,
@@ -474,10 +474,10 @@
474
474
  }
475
475
 
476
476
  ft-loader {
477
- ${o.setVariable(Wt.size,Lt.iconSize)};
478
- ${o.setVariable(Wt.color,"var(--ft-button-internal-color)")};
477
+ ${o.setVariable(Et.size,zt.iconSize)};
478
+ ${o.setVariable(Et.color,"var(--ft-button-internal-color)")};
479
479
  }
480
- `,o.noTextSelect];var At=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 Pt 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`
480
+ `,o.noTextSelect];var At=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 Gt 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`
481
481
  <style>
482
482
  .ft-ripple .ft-ripple--effect {
483
483
  left: ${this.originX}px;
@@ -488,26 +488,26 @@
488
488
  <div class="ft-ripple--background"></div>
489
489
  <div class="ft-ripple--effect"></div>
490
490
  </div>
491
- `}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()}}Pt.elementDefinitions={},Pt.styles=y,At([r.property({type:Boolean})],Pt.prototype,"primary",void 0),At([r.property({type:Boolean})],Pt.prototype,"secondary",void 0),At([r.property({type:Boolean})],Pt.prototype,"unbounded",void 0),At([r.property({type:Boolean})],Pt.prototype,"activated",void 0),At([r.property({type:Boolean})],Pt.prototype,"selected",void 0),At([r.property({type:Boolean})],Pt.prototype,"disabled",void 0),At([r.state()],Pt.prototype,"hovered",void 0),At([r.state()],Pt.prototype,"focused",void 0),At([r.state()],Pt.prototype,"pressed",void 0),At([r.state()],Pt.prototype,"rippling",void 0),At([r.state()],Pt.prototype,"originX",void 0),At([r.state()],Pt.prototype,"originY",void 0),At([r.query(".ft-ripple")],Pt.prototype,"ripple",void 0),At([r.query(".ft-ripple--effect")],Pt.prototype,"rippleEffect",void 0),o.customElement("ft-ripple")(Pt);
491
+ `}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()}}Gt.elementDefinitions={},Gt.styles=u,At([r.property({type:Boolean})],Gt.prototype,"primary",void 0),At([r.property({type:Boolean})],Gt.prototype,"secondary",void 0),At([r.property({type:Boolean})],Gt.prototype,"unbounded",void 0),At([r.property({type:Boolean})],Gt.prototype,"activated",void 0),At([r.property({type:Boolean})],Gt.prototype,"selected",void 0),At([r.property({type:Boolean})],Gt.prototype,"disabled",void 0),At([r.state()],Gt.prototype,"hovered",void 0),At([r.state()],Gt.prototype,"focused",void 0),At([r.state()],Gt.prototype,"pressed",void 0),At([r.state()],Gt.prototype,"rippling",void 0),At([r.state()],Gt.prototype,"originX",void 0),At([r.state()],Gt.prototype,"originY",void 0),At([r.query(".ft-ripple")],Gt.prototype,"ripple",void 0),At([r.query(".ft-ripple--effect")],Gt.prototype,"rippleEffect",void 0),o.customElement("ft-ripple")(Gt);
492
492
  /**
493
493
  * @license
494
494
  * Copyright 2017 Google LLC
495
495
  * SPDX-License-Identifier: BSD-3-Clause
496
496
  */
497
- const Gt=globalThis,jt=Gt.trustedTypes,Mt=jt?jt.createPolicy("lit-html",{createHTML:t=>t}):void 0,Tt="$lit$",Yt=`lit$${(Math.random()+"").slice(9)}$`,_t="?"+Yt,Vt=`<${_t}>`,Xt=document,qt=()=>Xt.createComment(""),Jt=t=>null===t||"object"!=typeof t&&"function"!=typeof t,Qt=Array.isArray,to="[ \t\n\f\r]",oo=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,eo=/-->/g,ro=/>/g,io=RegExp(`>|${to}(?:([^\\s"'>=/]+)(${to}*=${to}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),ao=/'/g,no=/"/g,lo=/^(?:script|style|textarea|title)$/i,po=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),co=Symbol.for("lit-noChange"),fo=Symbol.for("lit-nothing"),so=new WeakMap,ho=Xt.createTreeWalker(Xt,129);function go(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==Mt?Mt.createHTML(o):o}const yo=(t,o)=>{const e=t.length-1,r=[];let i,a=2===o?"<svg>":"",n=oo;for(let o=0;o<e;o++){const e=t[o];let l,p,c=-1,f=0;for(;f<e.length&&(n.lastIndex=f,p=n.exec(e),null!==p);)f=n.lastIndex,n===oo?"!--"===p[1]?n=eo:void 0!==p[1]?n=ro:void 0!==p[2]?(lo.test(p[2])&&(i=RegExp("</"+p[2],"g")),n=io):void 0!==p[3]&&(n=io):n===io?">"===p[0]?(n=i??oo,c=-1):void 0===p[1]?c=-2:(c=n.lastIndex-p[2].length,l=p[1],n=void 0===p[3]?io:'"'===p[3]?no:ao):n===no||n===ao?n=io:n===eo||n===ro?n=oo:(n=io,i=void 0);const s=n===io&&t[o+1].startsWith("/>")?" ":"";a+=n===oo?e+Vt:c>=0?(r.push(l),e.slice(0,c)+Tt+e.slice(c)+Yt+s):e+Yt+(-2===c?o:s)}return[go(t,a+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};class uo{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let i=0,a=0;const n=t.length-1,l=this.parts,[p,c]=yo(t,o);if(this.el=uo.createElement(p,e),ho.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=ho.nextNode())&&l.length<n;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(Tt)){const o=c[a++],e=r.getAttribute(t).split(Yt),n=/([.?@])?(.*)/.exec(o);l.push({type:1,index:i,name:n[2],strings:e,ctor:"."===n[1]?vo:"?"===n[1]?No:"@"===n[1]?So:Oo}),r.removeAttribute(t)}else t.startsWith(Yt)&&(l.push({type:6,index:i}),r.removeAttribute(t));if(lo.test(r.tagName)){const t=r.textContent.split(Yt),o=t.length-1;if(o>0){r.textContent=jt?jt.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],qt()),ho.nextNode(),l.push({type:2,index:++i});r.append(t[o],qt())}}}else if(8===r.nodeType)if(r.data===_t)l.push({type:2,index:i});else{let t=-1;for(;-1!==(t=r.data.indexOf(Yt,t+1));)l.push({type:7,index:i}),t+=Yt.length-1}i++}}static createElement(t,o){const e=Xt.createElement("template");return e.innerHTML=t,e}}function bo(t,o,e=t,r){if(o===co)return o;let i=void 0!==r?e._$Co?.[r]:e._$Cl;const a=Jt(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=bo(t,i._$AS(t,o.values),i,r)),o}class mo{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??Xt).importNode(o,!0);ho.currentNode=r;let i=ho.nextNode(),a=0,n=0,l=e[0];for(;void 0!==l;){if(a===l.index){let o;2===l.type?o=new xo(i,i.nextSibling,this,t):1===l.type?o=new l.ctor(i,l.name,l.strings,this,t):6===l.type&&(o=new $o(i,this,t)),this._$AV.push(o),l=e[++n]}a!==l?.index&&(i=ho.nextNode(),a++)}return ho.currentNode=Xt,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 xo{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=fo,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=bo(this,t,o),Jt(t)?t===fo||null==t||""===t?(this._$AH!==fo&&this._$AR(),this._$AH=fo):t!==this._$AH&&t!==co&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>Qt(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!==fo&&Jt(this._$AH)?this._$AA.nextSibling.data=t:this.$(Xt.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=uo.createElement(go(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new mo(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=so.get(t.strings);return void 0===o&&so.set(t.strings,o=new uo(t)),o}T(t){Qt(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 xo(this.k(qt()),this.k(qt()),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 Oo{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=fo,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=fo}_$AI(t,o=this,e,r){const i=this.strings;let a=!1;if(void 0===i)t=bo(this,t,o,0),a=!Jt(t)||t!==this._$AH&&t!==co,a&&(this._$AH=t);else{const r=t;let n,l;for(t=i[0],n=0;n<i.length-1;n++)l=bo(this,r[e+n],o,n),l===co&&(l=this._$AH[n]),a||=!Jt(l)||l!==this._$AH[n],l===fo?t=fo:t!==fo&&(t+=(l??"")+i[n+1]),this._$AH[n]=l}a&&!r&&this.O(t)}O(t){t===fo?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class vo extends Oo{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===fo?void 0:t}}class No extends Oo{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==fo)}}class So extends Oo{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=bo(this,t,o,0)??fo)===co)return;const e=this._$AH,r=t===fo&&e!==fo||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==fo&&(e===fo||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 $o{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){bo(this,t)}}const wo=Gt.litHtmlPolyfillSupport;wo?.(uo,xo),(Gt.litHtmlVersions??=[]).push("3.1.0");
497
+ const Pt=globalThis,jt=Pt.trustedTypes,Mt=jt?jt.createPolicy("lit-html",{createHTML:t=>t}):void 0,Tt="$lit$",Yt=`lit$${(Math.random()+"").slice(9)}$`,_t="?"+Yt,Vt=`<${_t}>`,Xt=document,qt=()=>Xt.createComment(""),Jt=t=>null===t||"object"!=typeof t&&"function"!=typeof t,Qt=Array.isArray,to="[ \t\n\f\r]",oo=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,eo=/-->/g,ro=/>/g,io=RegExp(`>|${to}(?:([^\\s"'>=/]+)(${to}*=${to}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),ao=/'/g,no=/"/g,lo=/^(?:script|style|textarea|title)$/i,co=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),po=Symbol.for("lit-noChange"),fo=Symbol.for("lit-nothing"),so=new WeakMap,ho=Xt.createTreeWalker(Xt,129);function go(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==Mt?Mt.createHTML(o):o}const uo=(t,o)=>{const e=t.length-1,r=[];let i,a=2===o?"<svg>":"",n=oo;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===oo?"!--"===c[1]?n=eo:void 0!==c[1]?n=ro:void 0!==c[2]?(lo.test(c[2])&&(i=RegExp("</"+c[2],"g")),n=io):void 0!==c[3]&&(n=io):n===io?">"===c[0]?(n=i??oo,p=-1):void 0===c[1]?p=-2:(p=n.lastIndex-c[2].length,l=c[1],n=void 0===c[3]?io:'"'===c[3]?no:ao):n===no||n===ao?n=io:n===eo||n===ro?n=oo:(n=io,i=void 0);const s=n===io&&t[o+1].startsWith("/>")?" ":"";a+=n===oo?e+Vt:p>=0?(r.push(l),e.slice(0,p)+Tt+e.slice(p)+Yt+s):e+Yt+(-2===p?o:s)}return[go(t,a+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};class bo{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]=uo(t,o);if(this.el=bo.createElement(c,e),ho.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=ho.nextNode())&&l.length<n;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(Tt)){const o=p[a++],e=r.getAttribute(t).split(Yt),n=/([.?@])?(.*)/.exec(o);l.push({type:1,index:i,name:n[2],strings:e,ctor:"."===n[1]?vo:"?"===n[1]?No:"@"===n[1]?So:Oo}),r.removeAttribute(t)}else t.startsWith(Yt)&&(l.push({type:6,index:i}),r.removeAttribute(t));if(lo.test(r.tagName)){const t=r.textContent.split(Yt),o=t.length-1;if(o>0){r.textContent=jt?jt.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],qt()),ho.nextNode(),l.push({type:2,index:++i});r.append(t[o],qt())}}}else if(8===r.nodeType)if(r.data===_t)l.push({type:2,index:i});else{let t=-1;for(;-1!==(t=r.data.indexOf(Yt,t+1));)l.push({type:7,index:i}),t+=Yt.length-1}i++}}static createElement(t,o){const e=Xt.createElement("template");return e.innerHTML=t,e}}function yo(t,o,e=t,r){if(o===po)return o;let i=void 0!==r?e._$Co?.[r]:e._$Cl;const a=Jt(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=yo(t,i._$AS(t,o.values),i,r)),o}class mo{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??Xt).importNode(o,!0);ho.currentNode=r;let i=ho.nextNode(),a=0,n=0,l=e[0];for(;void 0!==l;){if(a===l.index){let o;2===l.type?o=new xo(i,i.nextSibling,this,t):1===l.type?o=new l.ctor(i,l.name,l.strings,this,t):6===l.type&&(o=new wo(i,this,t)),this._$AV.push(o),l=e[++n]}a!==l?.index&&(i=ho.nextNode(),a++)}return ho.currentNode=Xt,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 xo{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=fo,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=yo(this,t,o),Jt(t)?t===fo||null==t||""===t?(this._$AH!==fo&&this._$AR(),this._$AH=fo):t!==this._$AH&&t!==po&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>Qt(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!==fo&&Jt(this._$AH)?this._$AA.nextSibling.data=t:this.$(Xt.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=bo.createElement(go(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new mo(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=so.get(t.strings);return void 0===o&&so.set(t.strings,o=new bo(t)),o}T(t){Qt(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 xo(this.k(qt()),this.k(qt()),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 Oo{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=fo,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=fo}_$AI(t,o=this,e,r){const i=this.strings;let a=!1;if(void 0===i)t=yo(this,t,o,0),a=!Jt(t)||t!==this._$AH&&t!==po,a&&(this._$AH=t);else{const r=t;let n,l;for(t=i[0],n=0;n<i.length-1;n++)l=yo(this,r[e+n],o,n),l===po&&(l=this._$AH[n]),a||=!Jt(l)||l!==this._$AH[n],l===fo?t=fo:t!==fo&&(t+=(l??"")+i[n+1]),this._$AH[n]=l}a&&!r&&this.O(t)}O(t){t===fo?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class vo extends Oo{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===fo?void 0:t}}class No extends Oo{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==fo)}}class So extends Oo{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=yo(this,t,o,0)??fo)===po)return;const e=this._$AH,r=t===fo&&e!==fo||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==fo&&(e===fo||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 wo{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){yo(this,t)}}const $o=Pt.litHtmlPolyfillSupport;$o?.(bo,xo),(Pt.litHtmlVersions??=[]).push("3.1.0");
498
498
  /**
499
499
  * @license
500
500
  * Copyright 2020 Google LLC
501
501
  * SPDX-License-Identifier: BSD-3-Clause
502
502
  */
503
- const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Wo=t=>({_$litStatic$:t,r:Co}),Uo=new Map,Eo=(t=>(o,...e)=>{const r=e.length;let i,a;const n=[],l=[];let p,c=0,f=!1;for(;c<r;){for(p=o[c];c<r&&void 0!==(a=e[c],i=Io(a));)p+=i+o[++c],f=!0;c!==r&&l.push(a),n.push(p),c++}if(c===r&&n.push(o[r]),f){const t=n.join("$$lit$$");void 0===(o=Uo.get(t))&&(n.raw=n,Uo.set(t,o=n)),e=l}return t(o,...e)})(po);var Ro;!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"}(Ro||(Ro={}));var ko=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 Lo extends o.FtLitElement{constructor(){super(...arguments),this.variant=Ro.body1}render(){return this.element?Eo`
504
- <${Wo(this.element)}
503
+ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Eo=t=>({_$litStatic$:t,r:Co}),Wo=new Map,Uo=(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=Io(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=Wo.get(t))&&(n.raw=n,Wo.set(t,o=n)),e=l}return t(o,...e)})(co);var Ro;!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"}(Ro||(Ro={}));var ko=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 zo extends o.FtLitElement{constructor(){super(...arguments),this.variant=Ro.body1}render(){return this.element?Uo`
504
+ <${Eo(this.element)}
505
505
  class="ft-typography ft-typography--${this.variant}">
506
506
  <slot></slot>
507
- </${Wo(this.element)}>
508
- `:Eo`
507
+ </${Eo(this.element)}>
508
+ `:Uo`
509
509
  <slot class="ft-typography ft-typography--${this.variant}"></slot>
510
- `}}Lo.styles=[ut,bt,mt,xt,Ot,vt,Nt,St,$t,wt,Ct,...It],ko([r.property()],Lo.prototype,"element",void 0),ko([r.property()],Lo.prototype,"variant",void 0),o.customElement("ft-typography")(Lo);const zo=o.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),Zo=o.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),Ko=o.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),Do=o.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),Fo=o.FtCssVariableFactory.external(o.designSystemVariables.borderRadiusS,"Design system"),Bo=o.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px"),Ho=e.css`
510
+ `}}zo.styles=[bt,yt,mt,xt,Ot,vt,Nt,St,wt,$t,Ct,...It],ko([r.property()],zo.prototype,"element",void 0),ko([r.property()],zo.prototype,"variant",void 0),o.customElement("ft-typography")(zo);const Zo=o.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),Lo=o.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),Ko=o.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),Fo=o.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),Do=o.FtCssVariableFactory.external(o.designSystemVariables.borderRadiusS,"Design system"),Bo=o.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px"),Ho=e.css`
511
511
  .ft-tooltip--container {
512
512
  display: block;
513
513
  }
@@ -524,19 +524,19 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Wo=t=>({_$li
524
524
  width: max-content;
525
525
  max-width: ${Bo};
526
526
  text-align: center;
527
- padding: ${zo};
528
- z-index: ${Do};
527
+ padding: ${Zo};
528
+ z-index: ${Fo};
529
529
  }
530
530
 
531
531
  .ft-tooltip--content {
532
532
  padding: 4px 8px;
533
- border-radius: ${Fo};
533
+ border-radius: ${Do};
534
534
  background-color: ${Ko};
535
- color: ${Zo};
535
+ color: ${Lo};
536
536
  position: relative;
537
537
  word-break: break-word;
538
538
  }
539
- `,Ao=["start","end"],Po=["top","right","bottom","left"].reduce(((t,o)=>t.concat(o,o+"-"+Ao[0],o+"-"+Ao[1])),[]),Go=Math.min,jo=Math.max,Mo=Math.round,To=t=>({x:t,y:t}),Yo={left:"right",right:"left",bottom:"top",top:"bottom"},_o={start:"end",end:"start"};function Vo(t,o,e){return jo(t,Go(o,e))}function Xo(t,o){return"function"==typeof t?t(o):t}function qo(t){return t.split("-")[0]}function Jo(t){return t.split("-")[1]}function Qo(t){return"x"===t?"y":"x"}function te(t){return"y"===t?"height":"width"}function oe(t){return["top","bottom"].includes(qo(t))?"y":"x"}function ee(t){return Qo(oe(t))}function re(t){return t.replace(/left|right|bottom|top/g,(t=>Yo[t]))}function ie(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function ae(t,o,e){let{reference:r,floating:i}=t;const a=oe(o),n=ee(o),l=te(n),p=qo(o),c="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(p){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(Jo(o)){case"start":h[n]-=d*(e&&c?-1:1);break;case"end":h[n]+=d*(e&&c?-1:1)}return h}async function ne(t,o){var e;void 0===o&&(o={});const{x:r,y:i,platform:a,rects:n,elements:l,strategy:p}=t,{boundary:c="clippingAncestors",rootBoundary:f="viewport",elementContext:s="floating",altBoundary:d=!1,padding:h=0}=Xo(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=ie(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:c,rootBoundary:f,strategy:p})),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=ie(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:m,strategy:p}):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 le(t,o,e){return(t?[...e.filter((o=>Jo(o)===t)),...e.filter((o=>Jo(o)!==t))]:e.filter((t=>qo(t)===t))).filter((e=>!t||(Jo(e)===t||!!o&&function(t){return t.replace(/start|end/g,(t=>_o[t]))}(e)!==e)))}const pe=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:p,elements:c}=o,{crossAxis:f=!1,alignment:s,allowedPlacements:d=Po,autoAlignment:h=!0,...g}=Xo(t,o),y=void 0!==s||d===Po?le(s||null,h,d):d,u=await ne(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=Jo(t),i=ee(t),a=te(i);let n="x"===i?r===(e?"end":"start")?"right":"left":"start"===r?"bottom":"top";return o.reference[a]>o.floating[a]&&(n=re(n)),[n,re(n)]}(m,a,await(null==p.isRTL?void 0:p.isRTL(c.floating)));if(l!==m)return{reset:{placement:y[0]}};const O=[u[qo(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=Jo(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])),$=S.filter((t=>t[2].slice(0,Jo(t[0])?2:3).every((t=>t<=0)))),w=(null==(i=$[0])?void 0:i[0])||S[0][0];return w!==l?{data:{index:b+1,overflows:v},reset:{placement:w}}:{}}}};function ce(t){return de(t)?(t.nodeName||"").toLowerCase():"#document"}function fe(t){var o;return(null==t||null==(o=t.ownerDocument)?void 0:o.defaultView)||window}function se(t){var o;return null==(o=(de(t)?t.ownerDocument:t.document)||window.document)?void 0:o.documentElement}function de(t){return t instanceof Node||t instanceof fe(t).Node}function he(t){return t instanceof Element||t instanceof fe(t).Element}function ge(t){return t instanceof HTMLElement||t instanceof fe(t).HTMLElement}function ye(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof fe(t).ShadowRoot)}function ue(t){const{overflow:o,overflowX:e,overflowY:r,display:i}=ve(t);return/auto|scroll|overlay|hidden|clip/.test(o+r+e)&&!["inline","contents"].includes(i)}function be(t){return["table","td","th"].includes(ce(t))}function me(t){const o=xe(),e=ve(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 xe(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function Oe(t){return["html","body","#document"].includes(ce(t))}function ve(t){return fe(t).getComputedStyle(t)}function Ne(t){return he(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function Se(t){if("html"===ce(t))return t;const o=t.assignedSlot||t.parentNode||ye(t)&&t.host||se(t);return ye(o)?o.host:o}function $e(t){const o=Se(t);return Oe(o)?t.ownerDocument?t.ownerDocument.body:t.body:ge(o)&&ue(o)?o:$e(o)}function we(t,o,e){var r;void 0===o&&(o=[]),void 0===e&&(e=!0);const i=$e(t),a=i===(null==(r=t.ownerDocument)?void 0:r.body),n=fe(i);return a?o.concat(n,n.visualViewport||[],ue(i)?i:[],n.frameElement&&e?we(n.frameElement):[]):o.concat(i,we(i,[],e))}function Ce(t){const o=ve(t);let e=parseFloat(o.width)||0,r=parseFloat(o.height)||0;const i=ge(t),a=i?t.offsetWidth:e,n=i?t.offsetHeight:r,l=Mo(e)!==a||Mo(r)!==n;return l&&(e=a,r=n),{width:e,height:r,$:l}}function Ie(t){return he(t)?t:t.contextElement}function We(t){const o=Ie(t);if(!ge(o))return To(1);const e=o.getBoundingClientRect(),{width:r,height:i,$:a}=Ce(o);let n=(a?Mo(e.width):e.width)/r,l=(a?Mo(e.height):e.height)/i;return n&&Number.isFinite(n)||(n=1),l&&Number.isFinite(l)||(l=1),{x:n,y:l}}const Ue=To(0);function Ee(t){const o=fe(t);return xe()&&o.visualViewport?{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}:Ue}function Re(t,o,e,r){void 0===o&&(o=!1),void 0===e&&(e=!1);const i=t.getBoundingClientRect(),a=Ie(t);let n=To(1);o&&(r?he(r)&&(n=We(r)):n=We(t));const l=function(t,o,e){return void 0===o&&(o=!1),!(!e||o&&e!==fe(t))&&o}(a,e,r)?Ee(a):To(0);let p=(i.left+l.x)/n.x,c=(i.top+l.y)/n.y,f=i.width/n.x,s=i.height/n.y;if(a){const t=fe(a),o=r&&he(r)?fe(r):r;let e=t.frameElement;for(;e&&r&&o!==t;){const t=We(e),o=e.getBoundingClientRect(),r=ve(e),i=o.left+(e.clientLeft+parseFloat(r.paddingLeft))*t.x,a=o.top+(e.clientTop+parseFloat(r.paddingTop))*t.y;p*=t.x,c*=t.y,f*=t.x,s*=t.y,p+=i,c+=a,e=fe(e).frameElement}}return ie({width:f,height:s,x:p,y:c})}function ke(t){return Re(se(t)).left+Ne(t).scrollLeft}function Le(t,o,e){let r;if("viewport"===o)r=function(t,o){const e=fe(t),r=se(t),i=e.visualViewport;let a=r.clientWidth,n=r.clientHeight,l=0,p=0;if(i){a=i.width,n=i.height;const t=xe();(!t||t&&"fixed"===o)&&(l=i.offsetLeft,p=i.offsetTop)}return{width:a,height:n,x:l,y:p}}(t,e);else if("document"===o)r=function(t){const o=se(t),e=Ne(t),r=t.ownerDocument.body,i=jo(o.scrollWidth,o.clientWidth,r.scrollWidth,r.clientWidth),a=jo(o.scrollHeight,o.clientHeight,r.scrollHeight,r.clientHeight);let n=-e.scrollLeft+ke(t);const l=-e.scrollTop;return"rtl"===ve(r).direction&&(n+=jo(o.clientWidth,r.clientWidth)-i),{width:i,height:a,x:n,y:l}}(se(t));else if(he(o))r=function(t,o){const e=Re(t,!0,"fixed"===o),r=e.top+t.clientTop,i=e.left+t.clientLeft,a=ge(t)?We(t):To(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=Ee(t);r={...o,x:o.x-e.x,y:o.y-e.y}}return ie(r)}function ze(t,o){const e=Se(t);return!(e===o||!he(e)||Oe(e))&&("fixed"===ve(e).position||ze(e,o))}function Ze(t,o,e){const r=ge(o),i=se(o),a="fixed"===e,n=Re(t,!0,a,o);let l={scrollLeft:0,scrollTop:0};const p=To(0);if(r||!r&&!a)if(("body"!==ce(o)||ue(i))&&(l=Ne(o)),r){const t=Re(o,!0,a,o);p.x=t.x+o.clientLeft,p.y=t.y+o.clientTop}else i&&(p.x=ke(i));return{x:n.left+l.scrollLeft-p.x,y:n.top+l.scrollTop-p.y,width:n.width,height:n.height}}function Ke(t,o){return ge(t)&&"fixed"!==ve(t).position?o?o(t):t.offsetParent:null}function De(t,o){const e=fe(t);if(!ge(t))return e;let r=Ke(t,o);for(;r&&be(r)&&"static"===ve(r).position;)r=Ke(r,o);return r&&("html"===ce(r)||"body"===ce(r)&&"static"===ve(r).position&&!me(r))?e:r||function(t){let o=Se(t);for(;ge(o)&&!Oe(o);){if(me(o))return o;o=Se(o)}return null}(t)||e}const Fe={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:o,offsetParent:e,strategy:r}=t;const i=ge(e),a=se(e);if(e===a)return o;let n={scrollLeft:0,scrollTop:0},l=To(1);const p=To(0);if((i||!i&&"fixed"!==r)&&(("body"!==ce(e)||ue(a))&&(n=Ne(e)),ge(e))){const t=Re(e);l=We(e),p.x=t.x+e.clientLeft,p.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+p.x,y:o.y*l.y-n.scrollTop*l.y+p.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=we(t,[],!1).filter((t=>he(t)&&"body"!==ce(t))),i=null;const a="fixed"===ve(t).position;let n=a?Se(t):t;for(;he(n)&&!Oe(n);){const o=ve(n),e=me(n);e||"fixed"!==o.position||(i=null),(a?!e&&!i:!e&&"static"===o.position&&i&&["absolute","fixed"].includes(i.position)||ue(n)&&!e&&ze(t,n))?r=r.filter((t=>t!==n)):i=o,n=Se(n)}return o.set(t,r),r}(o,this._c):[].concat(e),r],n=a[0],l=a.reduce(((t,e)=>{const r=Le(o,e,i);return t.top=jo(r.top,t.top),t.right=Go(r.right,t.right),t.bottom=Go(r.bottom,t.bottom),t.left=jo(r.left,t.left),t}),Le(o,n,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},getOffsetParent:De,getElementRects:async function(t){let{reference:o,floating:e,strategy:r}=t;const i=this.getOffsetParent||De,a=this.getDimensions;return{reference:Ze(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 Ce(t)},getScale:We,isElement:he,isRTL:function(t){return"rtl"===ve(t).direction}},Be=(t,o,e)=>{const r=new Map,i={platform:Fe,...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),p=await(null==n.isRTL?void 0:n.isRTL(o));let c=await n.getElementRects({reference:t,floating:o,strategy:i}),{x:f,y:s}=ae(c,r,p),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:c,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&&(c=!0===x.rects?await n.getElementRects({reference:t,floating:o,strategy:i}):x.rects),({x:f,y:s}=ae(c,d,p))),e=-1)}return{x:f,y:s,placement:d,strategy:i,middlewareData:h}})(t,o,{...i,platform:a})};function He(t){return function(t){for(let o=t;o;o=Ae(o))if(o instanceof Element&&"none"===getComputedStyle(o).display)return null;for(let o=Ae(t);o;o=Ae(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 Ae(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}var Pe,Ge,je,Me=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 Te 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`
539
+ `,Ao=["start","end"],Go=["top","right","bottom","left"].reduce(((t,o)=>t.concat(o,o+"-"+Ao[0],o+"-"+Ao[1])),[]),Po=Math.min,jo=Math.max,Mo=Math.round,To=t=>({x:t,y:t}),Yo={left:"right",right:"left",bottom:"top",top:"bottom"},_o={start:"end",end:"start"};function Vo(t,o,e){return jo(t,Po(o,e))}function Xo(t,o){return"function"==typeof t?t(o):t}function qo(t){return t.split("-")[0]}function Jo(t){return t.split("-")[1]}function Qo(t){return"x"===t?"y":"x"}function te(t){return"y"===t?"height":"width"}function oe(t){return["top","bottom"].includes(qo(t))?"y":"x"}function ee(t){return Qo(oe(t))}function re(t){return t.replace(/left|right|bottom|top/g,(t=>Yo[t]))}function ie(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function ae(t,o,e){let{reference:r,floating:i}=t;const a=oe(o),n=ee(o),l=te(n),c=qo(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(Jo(o)){case"start":h[n]-=d*(e&&p?-1:1);break;case"end":h[n]+=d*(e&&p?-1:1)}return h}async function ne(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}=Xo(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),u=l[d?"floating"===s?"reference":"floating":s],b=ie(await a.getClippingRect({element:null==(e=await(null==a.isElement?void 0:a.isElement(u)))||e?u:u.contextElement||await(null==a.getDocumentElement?void 0:a.getDocumentElement(l.floating)),boundary:p,rootBoundary:f,strategy:c})),y="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=ie(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({rect:y,offsetParent:m,strategy:c}):y);return{top:(b.top-O.top+g.top)/x.y,bottom:(O.bottom-b.bottom+g.bottom)/x.y,left:(b.left-O.left+g.left)/x.x,right:(O.right-b.right+g.right)/x.x}}function le(t,o,e){return(t?[...e.filter((o=>Jo(o)===t)),...e.filter((o=>Jo(o)!==t))]:e.filter((t=>qo(t)===t))).filter((e=>!t||(Jo(e)===t||!!o&&function(t){return t.replace(/start|end/g,(t=>_o[t]))}(e)!==e)))}const ce=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=Go,autoAlignment:h=!0,...g}=Xo(t,o),u=void 0!==s||d===Go?le(s||null,h,d):d,b=await ne(o,g),y=(null==(e=n.autoPlacement)?void 0:e.index)||0,m=u[y];if(null==m)return{};const x=function(t,o,e){void 0===e&&(e=!1);const r=Jo(t),i=ee(t),a=te(i);let n="x"===i?r===(e?"end":"start")?"right":"left":"start"===r?"bottom":"top";return o.reference[a]>o.floating[a]&&(n=re(n)),[n,re(n)]}(m,a,await(null==c.isRTL?void 0:c.isRTL(p.floating)));if(l!==m)return{reset:{placement:u[0]}};const O=[b[qo(m)],b[x[0]],b[x[1]]],v=[...(null==(r=n.autoPlacement)?void 0:r.overflows)||[],{placement:m,overflows:O}],N=u[y+1];if(N)return{data:{index:y+1,overflows:v},reset:{placement:N}};const S=v.map((t=>{const o=Jo(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,Jo(t[0])?2:3).every((t=>t<=0)))),$=(null==(i=w[0])?void 0:i[0])||S[0][0];return $!==l?{data:{index:y+1,overflows:v},reset:{placement:$}}:{}}}};function pe(t){return de(t)?(t.nodeName||"").toLowerCase():"#document"}function fe(t){var o;return(null==t||null==(o=t.ownerDocument)?void 0:o.defaultView)||window}function se(t){var o;return null==(o=(de(t)?t.ownerDocument:t.document)||window.document)?void 0:o.documentElement}function de(t){return t instanceof Node||t instanceof fe(t).Node}function he(t){return t instanceof Element||t instanceof fe(t).Element}function ge(t){return t instanceof HTMLElement||t instanceof fe(t).HTMLElement}function ue(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof fe(t).ShadowRoot)}function be(t){const{overflow:o,overflowX:e,overflowY:r,display:i}=ve(t);return/auto|scroll|overlay|hidden|clip/.test(o+r+e)&&!["inline","contents"].includes(i)}function ye(t){return["table","td","th"].includes(pe(t))}function me(t){const o=xe(),e=ve(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 xe(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function Oe(t){return["html","body","#document"].includes(pe(t))}function ve(t){return fe(t).getComputedStyle(t)}function Ne(t){return he(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function Se(t){if("html"===pe(t))return t;const o=t.assignedSlot||t.parentNode||ue(t)&&t.host||se(t);return ue(o)?o.host:o}function we(t){const o=Se(t);return Oe(o)?t.ownerDocument?t.ownerDocument.body:t.body:ge(o)&&be(o)?o:we(o)}function $e(t,o,e){var r;void 0===o&&(o=[]),void 0===e&&(e=!0);const i=we(t),a=i===(null==(r=t.ownerDocument)?void 0:r.body),n=fe(i);return a?o.concat(n,n.visualViewport||[],be(i)?i:[],n.frameElement&&e?$e(n.frameElement):[]):o.concat(i,$e(i,[],e))}function Ce(t){const o=ve(t);let e=parseFloat(o.width)||0,r=parseFloat(o.height)||0;const i=ge(t),a=i?t.offsetWidth:e,n=i?t.offsetHeight:r,l=Mo(e)!==a||Mo(r)!==n;return l&&(e=a,r=n),{width:e,height:r,$:l}}function Ie(t){return he(t)?t:t.contextElement}function Ee(t){const o=Ie(t);if(!ge(o))return To(1);const e=o.getBoundingClientRect(),{width:r,height:i,$:a}=Ce(o);let n=(a?Mo(e.width):e.width)/r,l=(a?Mo(e.height):e.height)/i;return n&&Number.isFinite(n)||(n=1),l&&Number.isFinite(l)||(l=1),{x:n,y:l}}const We=To(0);function Ue(t){const o=fe(t);return xe()&&o.visualViewport?{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}:We}function Re(t,o,e,r){void 0===o&&(o=!1),void 0===e&&(e=!1);const i=t.getBoundingClientRect(),a=Ie(t);let n=To(1);o&&(r?he(r)&&(n=Ee(r)):n=Ee(t));const l=function(t,o,e){return void 0===o&&(o=!1),!(!e||o&&e!==fe(t))&&o}(a,e,r)?Ue(a):To(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=fe(a),o=r&&he(r)?fe(r):r;let e=t.frameElement;for(;e&&r&&o!==t;){const t=Ee(e),o=e.getBoundingClientRect(),r=ve(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=fe(e).frameElement}}return ie({width:f,height:s,x:c,y:p})}function ke(t){return Re(se(t)).left+Ne(t).scrollLeft}function ze(t,o,e){let r;if("viewport"===o)r=function(t,o){const e=fe(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=xe();(!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=Ne(t),r=t.ownerDocument.body,i=jo(o.scrollWidth,o.clientWidth,r.scrollWidth,r.clientWidth),a=jo(o.scrollHeight,o.clientHeight,r.scrollHeight,r.clientHeight);let n=-e.scrollLeft+ke(t);const l=-e.scrollTop;return"rtl"===ve(r).direction&&(n+=jo(o.clientWidth,r.clientWidth)-i),{width:i,height:a,x:n,y:l}}(se(t));else if(he(o))r=function(t,o){const e=Re(t,!0,"fixed"===o),r=e.top+t.clientTop,i=e.left+t.clientLeft,a=ge(t)?Ee(t):To(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=Ue(t);r={...o,x:o.x-e.x,y:o.y-e.y}}return ie(r)}function Ze(t,o){const e=Se(t);return!(e===o||!he(e)||Oe(e))&&("fixed"===ve(e).position||Ze(e,o))}function Le(t,o,e){const r=ge(o),i=se(o),a="fixed"===e,n=Re(t,!0,a,o);let l={scrollLeft:0,scrollTop:0};const c=To(0);if(r||!r&&!a)if(("body"!==pe(o)||be(i))&&(l=Ne(o)),r){const t=Re(o,!0,a,o);c.x=t.x+o.clientLeft,c.y=t.y+o.clientTop}else i&&(c.x=ke(i));return{x:n.left+l.scrollLeft-c.x,y:n.top+l.scrollTop-c.y,width:n.width,height:n.height}}function Ke(t,o){return ge(t)&&"fixed"!==ve(t).position?o?o(t):t.offsetParent:null}function Fe(t,o){const e=fe(t);if(!ge(t))return e;let r=Ke(t,o);for(;r&&ye(r)&&"static"===ve(r).position;)r=Ke(r,o);return r&&("html"===pe(r)||"body"===pe(r)&&"static"===ve(r).position&&!me(r))?e:r||function(t){let o=Se(t);for(;ge(o)&&!Oe(o);){if(me(o))return o;o=Se(o)}return null}(t)||e}const De={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:o,offsetParent:e,strategy:r}=t;const i=ge(e),a=se(e);if(e===a)return o;let n={scrollLeft:0,scrollTop:0},l=To(1);const c=To(0);if((i||!i&&"fixed"!==r)&&(("body"!==pe(e)||be(a))&&(n=Ne(e)),ge(e))){const t=Re(e);l=Ee(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=$e(t,[],!1).filter((t=>he(t)&&"body"!==pe(t))),i=null;const a="fixed"===ve(t).position;let n=a?Se(t):t;for(;he(n)&&!Oe(n);){const o=ve(n),e=me(n);e||"fixed"!==o.position||(i=null),(a?!e&&!i:!e&&"static"===o.position&&i&&["absolute","fixed"].includes(i.position)||be(n)&&!e&&Ze(t,n))?r=r.filter((t=>t!==n)):i=o,n=Se(n)}return o.set(t,r),r}(o,this._c):[].concat(e),r],n=a[0],l=a.reduce(((t,e)=>{const r=ze(o,e,i);return t.top=jo(r.top,t.top),t.right=Po(r.right,t.right),t.bottom=Po(r.bottom,t.bottom),t.left=jo(r.left,t.left),t}),ze(o,n,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},getOffsetParent:Fe,getElementRects:async function(t){let{reference:o,floating:e,strategy:r}=t;const i=this.getOffsetParent||Fe,a=this.getDimensions;return{reference:Le(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 Ce(t)},getScale:Ee,isElement:he,isRTL:function(t){return"rtl"===ve(t).direction}},Be=(t,o,e)=>{const r=new Map,i={platform:De,...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}=ae(p,r,c),d=r,h={},g=0;for(let e=0;e<l.length;e++){const{name:a,fn:u}=l[e],{x:b,y,data:m,reset:x}=await u({x:f,y:s,initialPlacement:r,placement:d,strategy:i,middlewareData:h,rects:p,platform:n,elements:{reference:t,floating:o}});f=null!=b?b:f,s=null!=y?y: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}=ae(p,d,c))),e=-1)}return{x:f,y:s,placement:d,strategy:i,middlewareData:h}})(t,o,{...i,platform:a})};function He(t){return function(t){for(let o=t;o;o=Ae(o))if(o instanceof Element&&"none"===getComputedStyle(o).display)return null;for(let o=Ae(t);o;o=Ae(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 Ae(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}var Ge,Pe,je,Me=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 Te 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`
540
540
  <div part="container"
541
541
  class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
542
542
  @mouseenter=${this.onHover}
@@ -554,19 +554,19 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Wo=t=>({_$li
554
554
  </div>
555
555
  </div>
556
556
  </div>
557
- `}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 Be(t,o,{platform:{...Fe,getOffsetParent:t=>Fe.getOffsetParent(t,He)},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}}},...p}=Xo(r,t),c={x:o,y:e},f=await ne(t,p),s=oe(qo(i)),d=Qo(s);let h=c[d],g=c[s];if(a){const t="y"===d?"bottom":"right";h=Vo(h+f["y"===d?"top":"left"],h,h-f[t])}if(n){const t="y"===s?"bottom":"right";g=Vo(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}}}}),pe({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))}}Te.elementDefinitions={"ft-typography":Lo},Te.styles=Ho,Me([r.property()],Te.prototype,"text",void 0),Me([r.property({type:Boolean})],Te.prototype,"manual",void 0),Me([r.property({type:Boolean})],Te.prototype,"inline",void 0),Me([r.property({type:Number})],Te.prototype,"delay",void 0),Me([r.property()],Te.prototype,"position",void 0),Me([r.queryAssignedNodes()],Te.prototype,"slotNodes",void 0),Me([r.query(".ft-tooltip--container")],Te.prototype,"container",void 0),Me([r.query(".ft-tooltip")],Te.prototype,"tooltip",void 0),Me([r.query(".ft-tooltip--content")],Te.prototype,"tooltipContent",void 0),Me([r.state()],Te.prototype,"visible",void 0),Me([r.eventOptions({passive:!0})],Te.prototype,"onTouch",null),Me([r.eventOptions({passive:!0})],Te.prototype,"onHover",null),Me([r.eventOptions({passive:!0})],Te.prototype,"onOut",null),Me([r.eventOptions({passive:!0})],Te.prototype,"onClick",null),o.customElement("ft-tooltip")(Te),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;"}(Pe||(Pe={})),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;"}(Ge||(Ge={})),new Map([...["abw"].map((t=>[t,Ge.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,Ge.AUDIO])),...["avi"].map((t=>[t,Ge.AVI])),...["chm","xhs"].map((t=>[t,Ge.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,Ge.CODE])),...["csv"].map((t=>[t,Ge.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,Ge.DITA])),...["epub"].map((t=>[t,Ge.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,Ge.EXCEL])),...["flac"].map((t=>[t,Ge.FLAC])),...["gif"].map((t=>[t,Ge.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,Ge.GZIP])),...["html","htm","xhtml"].map((t=>[t,Ge.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,Ge.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,Ge.JPEG])),...["json"].map((t=>[t,Ge.JSON])),...["m4a","m4p"].map((t=>[t,Ge.M4A])),...["mov","qt"].map((t=>[t,Ge.MOV])),...["mp3"].map((t=>[t,Ge.MP3])),...["mp4","m4v"].map((t=>[t,Ge.MP4])),...["ogg","oga"].map((t=>[t,Ge.OGG])),...["pdf","ps"].map((t=>[t,Ge.PDF])),...["png"].map((t=>[t,Ge.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,Ge.POWERPOINT])),...["rar"].map((t=>[t,Ge.RAR])),...["stp"].map((t=>[t,Ge.STP])),...["txt","rtf","md","mdown"].map((t=>[t,Ge.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,Ge.VIDEO])),...["wav"].map((t=>[t,Ge.WAV])),...["wma"].map((t=>[t,Ge.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,Ge.WORD])),...["xml","xsl","rdf"].map((t=>[t,Ge.XML])),...["yaml","yml","x-yaml"].map((t=>[t,Ge.YAML])),...["zip"].map((t=>[t,Ge.ZIP]))]),Ge.ABW,Ge.AUDIO,Ge.AVI,Ge.CHM,Ge.CODE,Ge.CSV,Ge.DITA,Ge.EPUB,Ge.EXCEL,Ge.FLAC,Ge.GIF,Ge.GZIP,Ge.HTML,Ge.IMAGE,Ge.JPEG,Ge.JSON,Ge.M4A,Ge.MOV,Ge.MP3,Ge.MP4,Ge.OGG,Ge.PDF,Ge.PNG,Ge.POWERPOINT,Ge.RAR,Ge.STP,Ge.TEXT,Ge.UNKNOWN,Ge.VIDEO,Ge.WAV,Ge.WMA,Ge.WORD,Ge.XML,Ge.YAML,Ge.ZIP,function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(je||(je={}));var Ye=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 _e extends o.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=e.nothing}render(){const t=this.variant&&Object.values(je).includes(this.variant)?this.variant:je.fluid_topics,o=t!==je.material||!!this.value;return e.html`
557
+ `}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 Be(t,o,{platform:{...De,getOffsetParent:t=>De.getOffsetParent(t,He)},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}=Xo(r,t),p={x:o,y:e},f=await ne(t,c),s=oe(qo(i)),d=Qo(s);let h=p[d],g=p[s];if(a){const t="y"===d?"bottom":"right";h=Vo(h+f["y"===d?"top":"left"],h,h-f[t])}if(n){const t="y"===s?"bottom":"right";g=Vo(g+f["y"===s?"top":"left"],g,g-f[t])}const u=l.fn({...t,[d]:h,[s]:g});return{...u,data:{x:u.x-o,y:u.y-e}}}}),ce({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))}}Te.elementDefinitions={"ft-typography":zo},Te.styles=Ho,Me([r.property()],Te.prototype,"text",void 0),Me([r.property({type:Boolean})],Te.prototype,"manual",void 0),Me([r.property({type:Boolean})],Te.prototype,"inline",void 0),Me([r.property({type:Number})],Te.prototype,"delay",void 0),Me([r.property()],Te.prototype,"position",void 0),Me([r.queryAssignedNodes()],Te.prototype,"slotNodes",void 0),Me([r.query(".ft-tooltip--container")],Te.prototype,"container",void 0),Me([r.query(".ft-tooltip")],Te.prototype,"tooltip",void 0),Me([r.query(".ft-tooltip--content")],Te.prototype,"tooltipContent",void 0),Me([r.state()],Te.prototype,"visible",void 0),Me([r.eventOptions({passive:!0})],Te.prototype,"onTouch",null),Me([r.eventOptions({passive:!0})],Te.prototype,"onHover",null),Me([r.eventOptions({passive:!0})],Te.prototype,"onOut",null),Me([r.eventOptions({passive:!0})],Te.prototype,"onClick",null),o.customElement("ft-tooltip")(Te),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;"}(Ge||(Ge={})),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;"}(Pe||(Pe={})),new Map([...["abw"].map((t=>[t,Pe.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,Pe.AUDIO])),...["avi"].map((t=>[t,Pe.AVI])),...["chm","xhs"].map((t=>[t,Pe.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,Pe.CODE])),...["csv"].map((t=>[t,Pe.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,Pe.DITA])),...["epub"].map((t=>[t,Pe.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,Pe.EXCEL])),...["flac"].map((t=>[t,Pe.FLAC])),...["gif"].map((t=>[t,Pe.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,Pe.GZIP])),...["html","htm","xhtml"].map((t=>[t,Pe.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,Pe.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,Pe.JPEG])),...["json"].map((t=>[t,Pe.JSON])),...["m4a","m4p"].map((t=>[t,Pe.M4A])),...["mov","qt"].map((t=>[t,Pe.MOV])),...["mp3"].map((t=>[t,Pe.MP3])),...["mp4","m4v"].map((t=>[t,Pe.MP4])),...["ogg","oga"].map((t=>[t,Pe.OGG])),...["pdf","ps"].map((t=>[t,Pe.PDF])),...["png"].map((t=>[t,Pe.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,Pe.POWERPOINT])),...["rar"].map((t=>[t,Pe.RAR])),...["stp"].map((t=>[t,Pe.STP])),...["txt","rtf","md","mdown"].map((t=>[t,Pe.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,Pe.VIDEO])),...["wav"].map((t=>[t,Pe.WAV])),...["wma"].map((t=>[t,Pe.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,Pe.WORD])),...["xml","xsl","rdf"].map((t=>[t,Pe.XML])),...["yaml","yml","x-yaml"].map((t=>[t,Pe.YAML])),...["zip"].map((t=>[t,Pe.ZIP]))]),Pe.ABW,Pe.AUDIO,Pe.AVI,Pe.CHM,Pe.CODE,Pe.CSV,Pe.DITA,Pe.EPUB,Pe.EXCEL,Pe.FLAC,Pe.GIF,Pe.GZIP,Pe.HTML,Pe.IMAGE,Pe.JPEG,Pe.JSON,Pe.M4A,Pe.MOV,Pe.MP3,Pe.MP4,Pe.OGG,Pe.PDF,Pe.PNG,Pe.POWERPOINT,Pe.RAR,Pe.STP,Pe.TEXT,Pe.UNKNOWN,Pe.VIDEO,Pe.WAV,Pe.WMA,Pe.WORD,Pe.XML,Pe.YAML,Pe.ZIP,function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(je||(je={}));var Ye=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 _e extends o.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=e.nothing}render(){const t=this.variant&&Object.values(je).includes(this.variant)?this.variant:je.fluid_topics,o=t!==je.material||!!this.value;return e.html`
558
558
  <i class="ft-icon ft-icon--${t}" part="icon icon-${t}">
559
559
  ${a.unsafeHTML(this.resolvedIcon)}
560
560
  <slot ?hidden=${o}></slot>
561
561
  </i>
562
- `}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 je.file_format:this.resolvedIcon=null!==(t=Ge[r.replace("-","_").toUpperCase()])&&void 0!==t?t:r;break;case je.material:this.resolvedIcon=this.value||e.nothing;break;default:this.resolvedIcon=null!==(o=Pe[r.replace("-","_").toUpperCase()])&&void 0!==o?o:r}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}_e.elementDefinitions={},_e.styles=Rt,Ye([r.property()],_e.prototype,"variant",void 0),Ye([r.property()],_e.prototype,"value",void 0),Ye([r.state()],_e.prototype,"resolvedIcon",void 0),Ye([r.query("slot")],_e.prototype,"slottedContent",void 0),o.customElement("ft-icon")(_e);class Ve extends o.FtLitElement{render(){return e.html`
562
+ `}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 je.file_format:this.resolvedIcon=null!==(t=Pe[r.replace("-","_").toUpperCase()])&&void 0!==t?t:r;break;case je.material:this.resolvedIcon=this.value||e.nothing;break;default:this.resolvedIcon=null!==(o=Ge[r.replace("-","_").toUpperCase()])&&void 0!==o?o:r}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}_e.elementDefinitions={},_e.styles=Rt,Ye([r.property()],_e.prototype,"variant",void 0),Ye([r.property()],_e.prototype,"value",void 0),Ye([r.state()],_e.prototype,"resolvedIcon",void 0),Ye([r.query("slot")],_e.prototype,"slottedContent",void 0),o.customElement("ft-icon")(_e);class Ve extends o.FtLitElement{render(){return e.html`
563
563
  <div class="ft-loader">
564
564
  <div></div>
565
565
  <div></div>
566
566
  <div></div>
567
567
  <div></div>
568
568
  </div>
569
- `}}Ve.styles=Ut,o.customElement("ft-loader")(Ve);var Xe=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 qe 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`
569
+ `}}Ve.styles=Wt,o.customElement("ft-loader")(Ve);var Xe=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 qe 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`
570
570
  <button part="button"
571
571
  class="${i.classMap(this.buttonClasses)}"
572
572
  aria-label="${this.getLabel()}"
@@ -589,7 +589,7 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Wo=t=>({_$li
589
589
  </ft-tooltip>
590
590
  `:t}resolveIcon(){return this.loading?e.html`
591
591
  <ft-loader part="loader icon"></ft-loader> `:this.icon?e.html`
592
- <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}}qe.elementDefinitions={"ft-ripple":Pt,"ft-tooltip":Te,"ft-typography":Lo,"ft-icon":_e,"ft-loader":Ve},Xe([r.property({type:String,reflect:!0})],qe.prototype,"role",void 0),Xe([r.property()],qe.prototype,"type",void 0),Xe([r.property({type:Boolean})],qe.prototype,"disabled",void 0),Xe([r.property()],qe.prototype,"label",void 0),Xe([r.property()],qe.prototype,"icon",void 0),Xe([r.property()],qe.prototype,"iconVariant",void 0),Xe([r.property({type:Boolean})],qe.prototype,"trailingIcon",void 0),Xe([r.property({type:Boolean})],qe.prototype,"loading",void 0),Xe([r.property()],qe.prototype,"tooltipPosition",void 0),Xe([r.property({type:Boolean})],qe.prototype,"hideTooltip",void 0),Xe([r.property({type:Boolean})],qe.prototype,"forceTooltip",void 0),Xe([r.query(".ft-button")],qe.prototype,"button",void 0),Xe([r.query(".ft-button--label slot")],qe.prototype,"slottedContent",void 0);var Je=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 Qe extends qe{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"}}Qe.styles=[o.safariEllipsisFix,Ht],Je([r.property({type:Boolean})],Qe.prototype,"primary",void 0),Je([r.property({type:Boolean})],Qe.prototype,"outlined",void 0),Je([r.property({type:Boolean})],Qe.prototype,"dense",void 0),Je([r.property({type:Boolean})],Qe.prototype,"round",void 0);const tr=[e.css`
592
+ <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}}qe.elementDefinitions={"ft-ripple":Gt,"ft-tooltip":Te,"ft-typography":zo,"ft-icon":_e,"ft-loader":Ve},Xe([r.property({type:String,reflect:!0})],qe.prototype,"role",void 0),Xe([r.property()],qe.prototype,"type",void 0),Xe([r.property({type:Boolean})],qe.prototype,"disabled",void 0),Xe([r.property()],qe.prototype,"label",void 0),Xe([r.property()],qe.prototype,"icon",void 0),Xe([r.property()],qe.prototype,"iconVariant",void 0),Xe([r.property({type:Boolean})],qe.prototype,"trailingIcon",void 0),Xe([r.property({type:Boolean})],qe.prototype,"loading",void 0),Xe([r.property()],qe.prototype,"tooltipPosition",void 0),Xe([r.property({type:Boolean})],qe.prototype,"hideTooltip",void 0),Xe([r.property({type:Boolean})],qe.prototype,"forceTooltip",void 0),Xe([r.query(".ft-button")],qe.prototype,"button",void 0),Xe([r.query(".ft-button--label slot")],qe.prototype,"slottedContent",void 0);var Je=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 Qe extends qe{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"}}Qe.styles=[o.safariEllipsisFix,Ht],Je([r.property({type:Boolean})],Qe.prototype,"primary",void 0),Je([r.property({type:Boolean})],Qe.prototype,"outlined",void 0),Je([r.property({type:Boolean})],Qe.prototype,"dense",void 0),Je([r.property({type:Boolean})],Qe.prototype,"round",void 0);const tr=[e.css`
593
593
  :host {
594
594
  display: inline-block;
595
595
  max-width: 100%;
@@ -668,13 +668,13 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Wo=t=>({_$li
668
668
  /** Primary styles **/
669
669
 
670
670
  .ft-button--primary {
671
- ${o.setVariable(Wt.color,v.primaryIconColor)};
671
+ ${o.setVariable(Et.color,v.primaryIconColor)};
672
672
 
673
- ${o.setVariable(p.color,v.primaryStateLayerColor)};
674
- ${o.setVariable(p.opacityContentOnSurfaceHover,v.primaryStateLayerOpacityHover)};
675
- ${o.setVariable(p.opacityContentOnSurfaceFocused,v.primaryStateLayerOpacityFocus)};
676
- ${o.setVariable(p.opacityContentOnSurfaceSelected,v.primaryStateLayerOpacityActive)};
677
- ${o.setVariable(p.opacityContentOnSurfacePressed,v.primaryStateLayerOpacityActive)};
673
+ ${o.setVariable(c.color,v.primaryStateLayerColor)};
674
+ ${o.setVariable(c.opacityContentOnSurfaceHover,v.primaryHoverStateLayerOpacity)};
675
+ ${o.setVariable(c.opacityContentOnSurfaceFocused,v.primaryFocusStateLayerOpacity)};
676
+ ${o.setVariable(c.opacityContentOnSurfaceSelected,v.primaryActiveStateLayerOpacity)};
677
+ ${o.setVariable(c.opacityContentOnSurfacePressed,v.primaryActiveStateLayerOpacity)};
678
678
 
679
679
  background-color: ${v.primaryBackgroundColor};
680
680
  color: ${v.primaryColor};
@@ -682,7 +682,7 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Wo=t=>({_$li
682
682
  }
683
683
 
684
684
  .ft-button--primary[disabled] {
685
- opacity: ${v.primaryComponentOpacityDisabled};
685
+ opacity: ${v.primaryDisabledComponentOpacity};
686
686
  }
687
687
 
688
688
  .ft-button--primary ft-icon {
@@ -692,13 +692,13 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Wo=t=>({_$li
692
692
  /** Secondary styles **/
693
693
 
694
694
  .ft-button--secondary {
695
- ${o.setVariable(Wt.color,v.secondaryIconColor)};
695
+ ${o.setVariable(Et.color,v.secondaryIconColor)};
696
696
 
697
- ${o.setVariable(p.color,v.secondaryStateLayerColor)};
698
- ${o.setVariable(p.opacityContentOnSurfaceHover,v.secondaryStateLayerOpacityHover)};
699
- ${o.setVariable(p.opacityContentOnSurfaceFocused,v.secondaryStateLayerOpacityFocus)};
700
- ${o.setVariable(p.opacityContentOnSurfaceSelected,v.secondaryStateLayerOpacityActive)};
701
- ${o.setVariable(p.opacityContentOnSurfacePressed,v.secondaryStateLayerOpacityActive)};
697
+ ${o.setVariable(c.color,v.secondaryStateLayerColor)};
698
+ ${o.setVariable(c.opacityContentOnSurfaceHover,v.secondaryHoverStateLayerOpacity)};
699
+ ${o.setVariable(c.opacityContentOnSurfaceFocused,v.secondaryFocusStateLayerOpacity)};
700
+ ${o.setVariable(c.opacityContentOnSurfaceSelected,v.secondaryActiveStateLayerOpacity)};
701
+ ${o.setVariable(c.opacityContentOnSurfacePressed,v.secondaryActiveStateLayerOpacity)};
702
702
 
703
703
  background-color: ${v.secondaryBackgroundColor};
704
704
  color: ${v.secondaryColor};
@@ -707,7 +707,7 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Wo=t=>({_$li
707
707
  }
708
708
 
709
709
  .ft-button--secondary[disabled] {
710
- opacity: ${v.secondaryComponentOpacityDisabled};
710
+ opacity: ${v.secondaryDisabledComponentOpacity};
711
711
  }
712
712
 
713
713
  .ft-button--secondary ft-icon {
@@ -717,13 +717,13 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Wo=t=>({_$li
717
717
  /** Tertiary styles **/
718
718
 
719
719
  .ft-button--tertiary {
720
- ${o.setVariable(Wt.color,v.tertiaryIconColor)};
720
+ ${o.setVariable(Et.color,v.tertiaryIconColor)};
721
721
 
722
- ${o.setVariable(p.color,v.tertiaryStateLayerColor)};
723
- ${o.setVariable(p.opacityContentOnSurfaceHover,v.tertiaryStateLayerOpacityHover)};
724
- ${o.setVariable(p.opacityContentOnSurfaceFocused,v.tertiaryStateLayerOpacityFocus)};
725
- ${o.setVariable(p.opacityContentOnSurfaceSelected,v.tertiaryStateLayerOpacityActive)};
726
- ${o.setVariable(p.opacityContentOnSurfacePressed,v.tertiaryStateLayerOpacityActive)};
722
+ ${o.setVariable(c.color,v.tertiaryStateLayerColor)};
723
+ ${o.setVariable(c.opacityContentOnSurfaceHover,v.tertiaryHoverStateLayerOpacity)};
724
+ ${o.setVariable(c.opacityContentOnSurfaceFocused,v.tertiaryFocusStateLayerOpacity)};
725
+ ${o.setVariable(c.opacityContentOnSurfaceSelected,v.tertiaryActiveStateLayerOpacity)};
726
+ ${o.setVariable(c.opacityContentOnSurfacePressed,v.tertiaryActiveStateLayerOpacity)};
727
727
 
728
728
  background-color: ${v.tertiaryBackgroundColor};
729
729
  color: ${v.tertiaryColor};
@@ -731,7 +731,7 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Wo=t=>({_$li
731
731
  }
732
732
 
733
733
  .ft-button--tertiary[disabled] {
734
- opacity: ${v.tertiaryComponentOpacityDisabled};
734
+ opacity: ${v.tertiaryDisabledComponentOpacity};
735
735
  }
736
736
 
737
737
  .ft-button--tertiary ft-icon {
@@ -741,13 +741,13 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Wo=t=>({_$li
741
741
  /** Neutral styles **/
742
742
 
743
743
  .ft-button--neutral {
744
- ${o.setVariable(Wt.color,v.neutralIconColor)};
744
+ ${o.setVariable(Et.color,v.neutralIconColor)};
745
745
 
746
- ${o.setVariable(p.backgroundColor,v.neutralStateLayerColor)};
747
- ${o.setVariable(p.opacityContentOnSurfaceHover,v.neutralStateLayerOpacityHover)};
748
- ${o.setVariable(p.opacityContentOnSurfaceFocused,v.neutralStateLayerOpacityFocus)};
749
- ${o.setVariable(p.opacityContentOnSurfaceSelected,v.neutralStateLayerOpacityActive)};
750
- ${o.setVariable(p.opacityContentOnSurfacePressed,v.neutralStateLayerOpacityActive)};
746
+ ${o.setVariable(c.backgroundColor,v.neutralStateLayerColor)};
747
+ ${o.setVariable(c.opacityContentOnSurfaceHover,v.neutralHoverStateLayerOpacity)};
748
+ ${o.setVariable(c.opacityContentOnSurfaceFocused,v.neutralFocusStateLayerOpacity)};
749
+ ${o.setVariable(c.opacityContentOnSurfaceSelected,v.neutralActiveStateLayerOpacity)};
750
+ ${o.setVariable(c.opacityContentOnSurfacePressed,v.neutralActiveStateLayerOpacity)};
751
751
 
752
752
  background-color: ${v.neutralBackgroundColor};
753
753
  color: ${v.neutralColor};
@@ -755,7 +755,7 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Wo=t=>({_$li
755
755
  }
756
756
 
757
757
  .ft-button--neutral[disabled] {
758
- opacity: ${v.neutralComponentOpacityDisabled};
758
+ opacity: ${v.neutralDisabledComponentOpacity};
759
759
  }
760
760
 
761
761
  .ft-button--neutral ft-icon {
@@ -765,8 +765,8 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Wo=t=>({_$li
765
765
  /** Large styles **/
766
766
 
767
767
  .ft-button--large {
768
+ ${o.setVariable(Ut.size,v.largeIconSize)};
768
769
  ${o.setVariable(Et.size,v.largeIconSize)};
769
- ${o.setVariable(Wt.size,v.largeIconSize)};
770
770
 
771
771
  height: ${v.largeHeight};
772
772
  padding: 0 ${v.largeHorizontalPadding};
@@ -788,8 +788,8 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Wo=t=>({_$li
788
788
  /** Small styles **/
789
789
 
790
790
  .ft-button--small {
791
+ ${o.setVariable(Ut.size,v.smallIconSize)};
791
792
  ${o.setVariable(Et.size,v.smallIconSize)};
792
- ${o.setVariable(Wt.size,v.smallIconSize)};
793
793
 
794
794
  height: ${v.smallHeight};
795
795
  padding: 0 ${v.smallHorizontalPadding};
@@ -967,8 +967,8 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Wo=t=>({_$li
967
967
  }
968
968
 
969
969
  .ft-number-field--input-panel ft-ripple {
970
- ${o.setVariable(p.opacityContentOnSurfaceHover,"0.08")};
971
- ${o.setVariable(p.opacityContentOnSurfacePressed,"0.04")};
970
+ ${o.setVariable(c.opacityContentOnSurfaceHover,"0.08")};
971
+ ${o.setVariable(c.opacityContentOnSurfacePressed,"0.04")};
972
972
  }
973
973
 
974
974
  .ft-number-field--filled.ft-number-field--with-label .ft-number-field--input-panel {
@@ -1018,7 +1018,7 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Wo=t=>({_$li
1018
1018
  -webkit-appearance: none;
1019
1019
  margin: 0;
1020
1020
  }
1021
- `;var lr=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.FtLitElement{constructor(){super(...arguments),this.text="",this.raised=!1,this.outlined=!1,this.disabled=!1,this.error=!1}render(){const t={"ft-input-label":!0,"ft-input-label--raised":this.raised,"ft-input-label--outlined":this.outlined,"ft-input-label--disabled":this.disabled,"ft-input-label--in-error":this.error};return e.html`
1021
+ `;var lr=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 cr extends o.FtLitElement{constructor(){super(...arguments),this.text="",this.raised=!1,this.outlined=!1,this.disabled=!1,this.error=!1}render(){const t={"ft-input-label":!0,"ft-input-label--raised":this.raised,"ft-input-label--outlined":this.outlined,"ft-input-label--disabled":this.disabled,"ft-input-label--in-error":this.error};return e.html`
1022
1022
  <div class="${i.classMap(t)}">
1023
1023
  ${this.text?e.html`
1024
1024
  <div class="ft-input-label--text ft-typography--caption">
@@ -1027,7 +1027,7 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Wo=t=>({_$li
1027
1027
  </div>
1028
1028
  `:null}
1029
1029
  </div>
1030
- `}}pr.elementDefinitions={},pr.styles=[Nt,ir],lr([r.property({type:String})],pr.prototype,"text",void 0),lr([r.property({type:Boolean})],pr.prototype,"raised",void 0),lr([r.property({type:Boolean})],pr.prototype,"outlined",void 0),lr([r.property({type:Boolean})],pr.prototype,"disabled",void 0),lr([r.property({type:Boolean})],pr.prototype,"error",void 0),o.customElement("ft-input-label")(pr);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 fr extends o.FtLitElement{constructor(){super(...arguments),this.outlined=!1,this.disabled=!1,this.focused=!1}render(){const t={"ft-number-field":!0,"ft-number-field--filled":!this.outlined,"ft-number-field--outlined":this.outlined,"ft-number-field--disabled":this.disabled,"ft-number-field--has-value":null!=this.value,"ft-number-field--with-label":!!this.label};return e.html`
1030
+ `}}cr.elementDefinitions={},cr.styles=[Nt,ir],lr([r.property({type:String})],cr.prototype,"text",void 0),lr([r.property({type:Boolean})],cr.prototype,"raised",void 0),lr([r.property({type:Boolean})],cr.prototype,"outlined",void 0),lr([r.property({type:Boolean})],cr.prototype,"disabled",void 0),lr([r.property({type:Boolean})],cr.prototype,"error",void 0),o.customElement("ft-input-label")(cr);var pr=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 fr extends o.FtLitElement{constructor(){super(...arguments),this.outlined=!1,this.disabled=!1,this.focused=!1}render(){const t={"ft-number-field":!0,"ft-number-field--filled":!this.outlined,"ft-number-field--outlined":this.outlined,"ft-number-field--disabled":this.disabled,"ft-number-field--has-value":null!=this.value,"ft-number-field--with-label":!!this.label};return e.html`
1031
1031
  <div class="${i.classMap(t)}">
1032
1032
  <div class="ft-number-field--main-panel"
1033
1033
  @focusout=${this.onMainPanelBlur}>
@@ -1054,7 +1054,7 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Wo=t=>({_$li
1054
1054
  </div>
1055
1055
  </div>
1056
1056
  </div>
1057
- `}update(t){super.update(t),(t.has("max")||t.has("min"))&&this.setValue(this.value)}lowerBound(t){return null!=this.min?Math.max(this.min,t):t}upperBound(t){return null!=this.max?Math.min(this.max,t):t}onChange(t){t.preventDefault(),t.stopPropagation(),this.setValue(+t.target.value)}setValue(t){let o=this.value;this.value=t;let e=null==this.value?void 0:this.lowerBound(this.upperBound(this.value));setTimeout((()=>{this.value=e,o!==e&&this.dispatchEvent(new CustomEvent("change",{detail:this.value}))}))}onFocus(){this.focused=!0}onMainPanelBlur(){var t;(null===(t=this.mainPanel)||void 0===t?void 0:t.matches(":focus-within"))||(this.focused=!1)}}fr.elementDefinitions={"ft-input-label":pr,"ft-ripple":Pt,"ft-typography":Lo},fr.styles=nr,cr([r.property()],fr.prototype,"label",void 0),cr([o.optionalNumberProperty()],fr.prototype,"value",void 0),cr([r.property({type:Boolean})],fr.prototype,"outlined",void 0),cr([r.property({type:Boolean})],fr.prototype,"disabled",void 0),cr([o.optionalNumberProperty()],fr.prototype,"min",void 0),cr([o.optionalNumberProperty()],fr.prototype,"max",void 0),cr([r.state()],fr.prototype,"focused",void 0),cr([r.query(".ft-number-field--input")],fr.prototype,"input",void 0),cr([r.query(".ft-number-field--main-panel")],fr.prototype,"mainPanel",void 0),o.customElement("ft-number-field")(fr);var sr=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 dr extends o.FtLitElement{constructor(){super(...arguments),this.currentPage=1,this.nextLabel="Next",this.previousLabel="Previous"}get resolvedMaxPage(){return this.maxPage?Math.max(1,this.maxPage):this.totalItemsCount&&this.itemsPerPage?Math.ceil(Math.max(1,this.totalItemsCount)/Math.max(1,this.itemsPerPage)):1}render(){let t=this.resolvedMaxPage;return e.html`
1057
+ `}update(t){super.update(t),(t.has("max")||t.has("min"))&&this.setValue(this.value)}lowerBound(t){return null!=this.min?Math.max(this.min,t):t}upperBound(t){return null!=this.max?Math.min(this.max,t):t}onChange(t){t.preventDefault(),t.stopPropagation(),this.setValue(+t.target.value)}setValue(t){let o=this.value;this.value=t;let e=null==this.value?void 0:this.lowerBound(this.upperBound(this.value));setTimeout((()=>{this.value=e,o!==e&&this.dispatchEvent(new CustomEvent("change",{detail:this.value}))}))}onFocus(){this.focused=!0}onMainPanelBlur(){var t;(null===(t=this.mainPanel)||void 0===t?void 0:t.matches(":focus-within"))||(this.focused=!1)}}fr.elementDefinitions={"ft-input-label":cr,"ft-ripple":Gt,"ft-typography":zo},fr.styles=nr,pr([r.property()],fr.prototype,"label",void 0),pr([o.optionalNumberProperty()],fr.prototype,"value",void 0),pr([r.property({type:Boolean})],fr.prototype,"outlined",void 0),pr([r.property({type:Boolean})],fr.prototype,"disabled",void 0),pr([o.optionalNumberProperty()],fr.prototype,"min",void 0),pr([o.optionalNumberProperty()],fr.prototype,"max",void 0),pr([r.state()],fr.prototype,"focused",void 0),pr([r.query(".ft-number-field--input")],fr.prototype,"input",void 0),pr([r.query(".ft-number-field--main-panel")],fr.prototype,"mainPanel",void 0),o.customElement("ft-number-field")(fr);var sr=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 dr extends o.FtLitElement{constructor(){super(...arguments),this.currentPage=1,this.nextLabel="Next",this.previousLabel="Previous"}get resolvedMaxPage(){return this.maxPage?Math.max(1,this.maxPage):this.totalItemsCount&&this.itemsPerPage?Math.ceil(Math.max(1,this.totalItemsCount)/Math.max(1,this.itemsPerPage)):1}render(){let t=this.resolvedMaxPage;return e.html`
1058
1058
  <style>
1059
1059
  ft-number-field::part(input) {
1060
1060
  width: ${Math.max(2,(""+t).length)}ch;
@@ -1062,7 +1062,7 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Wo=t=>({_$li
1062
1062
 
1063
1063
  </style>
1064
1064
  <div part="container">
1065
- <ft-button icon=${Pe.THIN_ARROW_LEFT}
1065
+ <ft-button icon=${Ge.THIN_ARROW_LEFT}
1066
1066
  ?disabled="${1==this.currentPage}"
1067
1067
  @click="${()=>this.setPage(this.currentPage-1)}"
1068
1068
  label="${this.previousLabel}"
@@ -1075,11 +1075,11 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Wo=t=>({_$li
1075
1075
  @change="${this.onChange}">
1076
1076
  </ft-number-field>
1077
1077
  <ft-typography variant="body1"> / ${t}</ft-typography>
1078
- <ft-button icon=${Pe.THIN_ARROW_RIGHT}
1078
+ <ft-button icon=${Ge.THIN_ARROW_RIGHT}
1079
1079
  ?disabled="${this.currentPage==t}"
1080
1080
  @click="${()=>this.setPage(this.currentPage+1)}"
1081
1081
  label="${this.nextLabel}"
1082
1082
  tooltipPosition="top">
1083
1083
  </ft-button>
1084
1084
  </div>
1085
- `}onChange(t){t.stopPropagation(),this.setPage(t.detail)}setPage(t){this.currentPage=t,this.dispatchEvent(new CustomEvent("change",{detail:t}))}}dr.elementDefinitions={"ft-button":Qe,"ft-number-field":fr,"ft-typography":Lo},dr.styles=n,sr([r.property({type:Number,reflect:!0})],dr.prototype,"currentPage",void 0),sr([r.property({type:Number})],dr.prototype,"maxPage",void 0),sr([r.property({type:Number})],dr.prototype,"itemsPerPage",void 0),sr([r.property({type:Number})],dr.prototype,"totalItemsCount",void 0),sr([r.property()],dr.prototype,"nextLabel",void 0),sr([r.property()],dr.prototype,"previousLabel",void 0),o.customElement("ft-pager")(dr),t.FtPager=dr,t.FtPagerCssVariables={},t.styles=n}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators,ftGlobals.litClassMap,ftGlobals.litUnsafeHTML);
1085
+ `}onChange(t){t.stopPropagation(),this.setPage(t.detail)}setPage(t){this.currentPage=t,this.dispatchEvent(new CustomEvent("change",{detail:t}))}}dr.elementDefinitions={"ft-button":Qe,"ft-number-field":fr,"ft-typography":zo},dr.styles=n,sr([r.property({type:Number,reflect:!0})],dr.prototype,"currentPage",void 0),sr([r.property({type:Number})],dr.prototype,"maxPage",void 0),sr([r.property({type:Number})],dr.prototype,"itemsPerPage",void 0),sr([r.property({type:Number})],dr.prototype,"totalItemsCount",void 0),sr([r.property()],dr.prototype,"nextLabel",void 0),sr([r.property()],dr.prototype,"previousLabel",void 0),o.customElement("ft-pager")(dr),t.FtPager=dr,t.FtPagerCssVariables={},t.styles=n}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators,ftGlobals.litClassMap,ftGlobals.litUnsafeHTML);