@fluid-topics/ft-pager 1.1.70 → 1.1.72

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- !function(t,o,e,r,i,a){const n=e.css`
1
+ "use strict";(()=>{var Zn=Object.create;var uo=Object.defineProperty;var Mn=Object.getOwnPropertyDescriptor;var Kn=Object.getOwnPropertyNames;var Fn=Object.getPrototypeOf,Vn=Object.prototype.hasOwnProperty;var le=(e,o)=>()=>(o||e((o={exports:{}}).exports,o),o.exports);var jn=(e,o,n,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let i of Kn(o))!Vn.call(e,i)&&i!==n&&uo(e,i,{get:()=>o[i],enumerable:!(a=Mn(o,i))||a.enumerable});return e};var m=(e,o,n)=>(n=e!=null?Zn(Fn(e)):{},jn(o||!e||!e.__esModule?uo(n,"default",{value:e,enumerable:!0}):n,e));var E=le((Oa,go)=>{go.exports=ftGlobals.wcUtils});var I=le((Ca,mo)=>{mo.exports=ftGlobals.lit});var it=le((va,yo)=>{yo.exports=ftGlobals.litDecorators});var pe=le((ep,br)=>{br.exports=ftGlobals.litClassMap});var hn=le((as,yn)=>{yn.exports=ftGlobals.litUnsafeHTML});var Dn=m(E());var Hn=m(I()),Dt=m(it()),kn=m(E());var ho=m(I()),Na={},bo=ho.css`
2
2
 
3
3
  [part="container"] {
4
4
  display: flex;
@@ -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),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),b=e.css`
10
+ `;var lo=m(E());var Ce=m(it()),wn=m(E());var yr=m(I()),S=m(E());var No=m(I()),T=m(E()),xo=T.FtCssVariableFactory.extend("--ft-ripple-color","",T.designSystemVariables.colorContent),C={color:xo,backgroundColor:T.FtCssVariableFactory.extend("--ft-ripple-background-color","",xo),opacityContentOnSurfacePressed:T.FtCssVariableFactory.external(T.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:T.FtCssVariableFactory.external(T.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:T.FtCssVariableFactory.external(T.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:T.FtCssVariableFactory.external(T.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:T.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},So=T.FtCssVariableFactory.extend("--ft-ripple-color","",T.designSystemVariables.colorPrimary),Oo={color:So,backgroundColor:T.FtCssVariableFactory.extend("--ft-ripple-background-color","",So)},Co=T.FtCssVariableFactory.extend("--ft-ripple-color","",T.designSystemVariables.colorSecondary),vo={color:Co,backgroundColor:T.FtCssVariableFactory.extend("--ft-ripple-background-color","",Co)},wo=No.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: ${c.borderRadius};
23
+ border-radius: ${C.borderRadius};
24
24
  }
25
25
 
26
26
  .ft-ripple .ft-ripple--background,
@@ -54,27 +54,27 @@
54
54
  }
55
55
 
56
56
  .ft-ripple .ft-ripple--background {
57
- background-color: ${c.backgroundColor};
57
+ background-color: ${C.backgroundColor};
58
58
  }
59
59
 
60
60
  .ft-ripple .ft-ripple--effect {
61
- background-color: ${c.color};
61
+ background-color: ${C.color};
62
62
  }
63
63
 
64
64
  .ft-ripple.ft-ripple--secondary .ft-ripple--background {
65
- background-color: ${g};
65
+ background-color: ${vo.backgroundColor};
66
66
  }
67
67
 
68
68
  .ft-ripple.ft-ripple--secondary .ft-ripple--effect {
69
- background-color: ${h};
69
+ background-color: ${vo.color};
70
70
  }
71
71
 
72
72
  .ft-ripple.ft-ripple--primary .ft-ripple--background {
73
- background-color: ${s};
73
+ background-color: ${Oo.backgroundColor};
74
74
  }
75
75
 
76
76
  .ft-ripple.ft-ripple--primary .ft-ripple--effect {
77
- background-color: ${f};
77
+ background-color: ${Oo.color};
78
78
  }
79
79
 
80
80
  .ft-ripple .ft-ripple--background {
@@ -104,126 +104,127 @@
104
104
  }
105
105
 
106
106
  .ft-ripple.ft-ripple--hovered .ft-ripple--background {
107
- opacity: ${c.opacityContentOnSurfaceHover};
107
+ opacity: ${C.opacityContentOnSurfaceHover};
108
108
  }
109
109
 
110
110
  .ft-ripple.ft-ripple--selected .ft-ripple--background {
111
- opacity: ${c.opacityContentOnSurfaceSelected};
111
+ opacity: ${C.opacityContentOnSurfaceSelected};
112
112
  }
113
113
 
114
114
  .ft-ripple.ft-ripple--focused .ft-ripple--background {
115
- opacity: ${c.opacityContentOnSurfaceFocused};
115
+ opacity: ${C.opacityContentOnSurfaceFocused};
116
116
  }
117
117
 
118
118
  .ft-ripple.ft-ripple--pressed .ft-ripple--effect {
119
- opacity: ${c.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 y{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: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)")},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-horizontal-gap","",m.spacing1),y.extend("--ft-breadcrumb-vertical-gap","",m.spacing2),y.extend("--ft-breadcrumb-current-element-color","",O.contentGlobalPrimary),y.extend("--ft-breadcrumb-icon-color","",O.contentGlobalSubtle),y.extend("--ft-page-header-horizontal-padding","",m.spacing12),y.extend("--ft-page-header-horizontal-gap","",m.spacing4),y.extend("--ft-page-header-vertical-gap","",m.spacing2),y.extend("--ft-page-header-classic-vertical-padding","",m.spacing6),y.extend("--ft-page-header-multiline-vertical-padding","",m.spacing4),y.extend("--ft-page-header-inline-vertical-padding","",m.spacing2),y.extend("--ft-page-header-background-color","",m.colorWhite),y.extend("--ft-page-header-bottom-border-color","",O.borderGlobalSubtle),y.extend("--ft-page-header-title-color","",O.contentGlobalPrimary),y.extend("--ft-page-header-subtitle-color","",O.contentGlobalSecondary),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-drawer-overlay-opacity","",m.opacity40),y.extend("--ft-drawer-shadow","",m.shadowElevation03),y.extend("--ft-drawer-body-color","",O.contentGlobalPrimary),y.extend("--ft-drawer-body-horizontal-padding","",m.spacing6),y.extend("--ft-drawer-body-vertical-padding","",m.spacing6),y.extend("--ft-drawer-body-gap","",m.spacing6),y.extend("--ft-drawer-body-background-color","",m.colorWhite),y.extend("--ft-drawer-header-background-color","",O.backgroundGlobalOnSurface),y.extend("--ft-drawer-header-border-color","",O.borderGlobalSubtle),y.extend("--ft-drawer-header-color","",O.contentGlobalPrimary),y.extend("--ft-drawer-header-trailing-icon-color","",O.contentGlobalSecondary),y.create("--ft-drawer-header-height","","SIZE","50px"),y.extend("--ft-drawer-header-horizontal-padding","",m.spacing2),y.create("--ft-drawer-header-border-width","","SIZE","1px"),y.extend("--ft-drawer-header-gap","",m.spacing3),y.extend("--ft-drawer-buttons-bar-background-color","",O.backgroundGlobalOnSurface),y.extend("--ft-drawer-buttons-bar-border-color","",O.borderGlobalSubtle),y.extend("--ft-drawer-buttons-bar-color","",O.contentGlobalPrimary),y.extend("--ft-drawer-buttons-bar-horizontal-padding","",m.spacing4),y.extend("--ft-drawer-buttons-bar-vertical-padding","",m.spacing4),y.extend("--ft-drawer-buttons-bar-gap","",m.spacing3),y.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),y.create("--ft-drawer-container-width","","SIZE","66%"),y.create("--ft-drawer-container-min-width","","SIZE","500px"),y.create("--ft-drawer-container-max-width","","SIZE","1000px"),y.create("--ft-drawer-container-height","","SIZE","100%"),y.extend("--ft-drawer-overlay-background-color","",m.colorGray700),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-notice-error-background-color","",O.backgroundErrorSubtle),y.extend("--ft-notice-error-border-color","",O.borderErrorSubtle),y.extend("--ft-notice-error-color","",O.contentErrorPrimary),y.extend("--ft-notice-error-icon-color","",O.contentErrorIconOnly),y.extend("--ft-notice-success-background-color","",O.backgroundSuccessSubtle),y.extend("--ft-notice-success-border-color","",O.borderSuccessSubtle),y.extend("--ft-notice-success-color","",O.contentSuccessPrimary),y.extend("--ft-notice-success-icon-color","",O.contentSuccessIconOnly),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"),bt={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")},ut=e.css`
122
+ `;var rt=m(I()),u=m(E());var mt=m(I(),1),Et=e=>typeof e=="string"?(0,mt.unsafeCSS)(e):e,t=class{static create(o,n,a,i){let l=s=>Et(s??i),c=mt.css`var(${Et(o)}, ${l(i)})`;return c.name=o,c.description=n,c.category=a,c.defaultValue=i,c.defaultCssValue=l,c.get=s=>mt.css`var(${Et(o)}, ${l(s)})`,c.breadcrumb=()=>[],c.lastResortDefaultValue=()=>i,c}static extend(o,n,a,i){let l=s=>a.get(s??i),c=mt.css`var(${Et(o)}, ${l(i)})`;return c.name=o,c.description=n,c.category=a.category,c.fallbackVariable=a,c.defaultValue=i,c.defaultCssValue=l,c.get=s=>mt.css`var(${Et(o)}, ${l(s)})`,c.breadcrumb=()=>[a.name,...a.breadcrumb()],c.lastResortDefaultValue=()=>i??a.lastResortDefaultValue(),c}static external(o,n){let a=l=>o.fallbackVariable?o.fallbackVariable.get(l??o.defaultValue):Et(l??o.lastResortDefaultValue()),i=mt.css`var(${Et(o.name)}, ${a(o.defaultValue)})`;return i.name=o.name,i.category=o.category,i.fallbackVariable=o.fallbackVariable,i.defaultValue=o.defaultValue,i.context=n,i.defaultCssValue=a,i.get=l=>mt.css`var(${Et(o.name)}, ${a(l)})`,i.breadcrumb=()=>o.fallbackVariable?[o.fallbackVariable.name,...o.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>o.lastResortDefaultValue(),i}};var r={colorWhite:t.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:t.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:t.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:t.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:t.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:t.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:t.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:t.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:t.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:t.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:t.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:t.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:t.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:t.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:t.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:t.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:t.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:t.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:t.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:t.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:t.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:t.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:t.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:t.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:t.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:t.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:t.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:t.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:t.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:t.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:t.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:t.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:t.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:t.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:t.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:t.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:t.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:t.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:t.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:t.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:t.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:t.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:t.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:t.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:t.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:t.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:t.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:t.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:t.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:t.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:t.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:t.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:t.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:t.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:t.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:t.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:t.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:t.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:t.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:t.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:t.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:t.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:t.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:t.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:t.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:t.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:t.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:t.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:t.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:t.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:t.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:t.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:t.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:t.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:t.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:t.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:t.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:t.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:t.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:t.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:t.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:t.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:t.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:t.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:t.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:t.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:t.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:t.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:t.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:t.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:t.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:t.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:t.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:t.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:t.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:t.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:t.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:t.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:t.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:t.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:t.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:t.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:t.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:t.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:t.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:t.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:t.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:t.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:t.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:t.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:t.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:t.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:t.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:t.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:t.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:t.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:t.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:t.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:t.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:t.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:t.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:t.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:t.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:t.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:t.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:t.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:t.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:t.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:t.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:t.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:t.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:t.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:t.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:t.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:t.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:t.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:t.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:t.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:t.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:t.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:t.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:t.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:t.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:t.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:t.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:t.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:t.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:t.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:t.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:t.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:t.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:t.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:t.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:t.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:t.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:t.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:t.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:t.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:t.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:t.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:t.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:t.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:t.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:t.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:t.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:t.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:t.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:t.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:t.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:t.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:t.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:t.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:t.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:t.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:t.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:t.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:t.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:t.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:t.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:t.create("--ft-icon-size-6","","SIZE","48px"),opacity0:t.create("--ft-opacity-0","","NUMBER","0"),opacity8:t.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:t.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:t.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:t.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:t.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:t.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:t.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:t.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:t.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:t.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:t.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:t.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:t.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:t.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},Eo={fontFamily:t.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:t.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-display-textCase","","UNKNOWN","none")},Ro={fontFamily:t.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:t.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},Ao={fontFamily:t.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:t.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:t.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},Lo={fontFamily:t.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:t.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:t.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:t.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},$o={fontFamily:t.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:t.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},Po={fontFamily:t.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},Wo={fontFamily:t.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:t.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},Io={fontFamily:t.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:t.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},zo={fontFamily:t.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},Yn={fontFamily:t.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:t.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:t.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},Bo={fontFamily:t.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:t.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:t.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:t.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},To={fontFamily:t.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},_o={fontFamily:t.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},Ho={fontFamily:t.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:t.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},ko={fontFamily:t.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},Do={fontFamily:t.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},Uo={fontFamily:t.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:t.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:t.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:t.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},Go={fontFamily:t.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},Zo={fontFamily:t.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Mo={fontFamily:t.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:t.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Ko={fontFamily:t.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},Fo={fontFamily:t.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Vo={fontFamily:t.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:t.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},jo={fontFamily:t.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:t.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},Yo={fontFamily:t.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:t.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},Xo={fontFamily:t.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:t.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:t.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:t.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:t.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:t.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:t.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:t.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:t.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},Ee={display:Eo,"title-1":Ro,"title-2":Ao,"title-3":Lo,"body-1-regular":$o,"body-1-medium":Po,"body-1-semibold":Wo,"body-2-regular":Io,"body-2-medium":zo,"body-2-medium-underline":Yn,"body-2-semibold":Bo,"label-1-medium":To,"label-1-semibold":_o,"label-1-bold":Ho,"label-2-medium":ko,"label-2-semibold":Do,"label-2-bold":Uo,"caption-1-medium":Go,"caption-1-semibold":Zo,"caption-1-bold":Mo,"caption-2-medium":Ko,"caption-2-semibold":Fo,"caption-2-bold":Vo,"caption-3-medium":jo,"caption-3-semibold":Yo,"caption-3-bold":Xo};var p={backgroundActionPrimary:t.extend("--ft-background-action-primary","Used as backgorund of primary action components.",r.colorBrand0),backgroundErrorSubtle:t.extend("--ft-background-error-subtle","Used as background of subtle error components.",r.colorRed10),backgroundInfoSubtle:t.extend("--ft-background-info-subtle","Used as background of subtle information components.",r.colorCyan10),backgroundWarningSubtle:t.extend("--ft-background-warning-subtle","Used as background of subtle information components.",r.colorOrange10),backgroundSuccessSubtle:t.extend("--ft-background-success-subtle","Used as background of subtle success components.",r.colorGreen10),backgroundGlobalSurface:t.extend("--ft-background-global-surface","Used as app background.",r.colorWhite),backgroundGlobalOnSurface:t.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",r.colorGray10),backgroundGlobalOnSurfaceDark:t.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",r.colorGray30),contentActionPrimary:t.extend("--ft-content-action-primary","Used on label of primary action on light surface.",r.colorBrand0),contentWarningPrimary:t.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",r.colorOrange200),contentWarningIconOnly:t.extend("--ft-content-warning-icon-only","Used on warning status icons alone",r.colorOrange0),contentErrorPrimary:t.extend("--ft-content-error-primary","Used on label of error messages on light surface.",r.colorRed0),contentErrorIconOnly:t.extend("--ft-content-error-icon-only","Used on error status icons alone",r.colorRed70),contentInfoPrimary:t.extend("--ft-content-info-primary","Used on label of information messages on light surface.",r.colorCyan200),contentInfoIconOnly:t.extend("--ft-content-info-icon-only","Used on info status icons alone",r.colorCyan0),contentSuccessPrimary:t.extend("--ft-content-success-primary","Used on label of success messages on light surface.",r.colorGreen200),contentSuccessIconOnly:t.extend("--ft-content-success-icon-only","Used on success status icons alone",r.colorGreen0),contentGlobalPrimary:t.extend("--ft-content-global-primary","Used for main content on the page.",r.colorGray500),contentGlobalSecondary:t.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
123
+ Also for action icons.`,r.colorGray200),contentGlobalSubtle:t.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",r.colorGray0),contentGlobalOnColor:t.extend("--ft-content-global-on-color","Used for content on a dominant color.",r.colorWhite),borderActionPrimary:t.extend("--ft-border-action-primary","Used as border for primary action components.",r.colorBrand0),borderActionFocusRing:t.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",r.colorCyan0),borderWarningPrimary:t.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",r.colorOrange200),borderWarningSubtle:t.extend("--ft-border-warning-subtle","Used as border for warning components.",r.colorOrange30),borderSuccessPrimary:t.extend("--ft-border-success-primary","Used as border for success buttons.",r.colorGreen200),borderSuccessSubtle:t.extend("--ft-border-success-subtle","Used as border for success components.",r.colorGreen30),borderErrorPrimary:t.extend("--ft-border-error-primary","Used as border for text fields in error states.",r.colorRed0),borderErrorSubtle:t.extend("--ft-border-error-subtle","Used as border for error components.",r.colorRed30),borderInfoPrimary:t.extend("--ft-border-info-primary","Used as border for buttons in info color.",r.colorCyan200),borderInfoSubtle:t.extend("--ft-border-info-subtle","Used as border for information components.",r.colorCyan30),borderGlobalPrimary:t.extend("--ft-border-global-primary","Used as border for element like input.",r.colorGray50),borderGlobalSubtle:t.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",r.colorGray30),borderInputPrimary:t.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",r.colorGray80)};var y={largeHeight:t.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:t.extend("--ft-button-large-horizontal-padding","",r.spacing4),largeGap:t.extend("--ft-button-large-gap","",r.spacing2),largeBorderRadius:t.extend("--ft-button-large-border-radius","",r.borderRadiusS),largeIconSize:t.extend("--ft-button-large-icon-size","",r.iconSize3),largeBorderWidth:t.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:t.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:t.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:t.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:t.extend("--ft-button-small-horizontal-padding","",r.spacing3),smallGap:t.extend("--ft-button-small-gap","",r.spacing2),smallBorderRadius:t.extend("--ft-button-small-border-radius","",r.borderRadiusS),smallIconSize:t.extend("--ft-button-small-icon-size","",r.iconSize2),smallBorderWidth:t.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:t.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:t.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:t.extend("--ft-button-primary-background-color","",p.backgroundActionPrimary),primaryColor:t.extend("--ft-button-primary-color","",p.contentGlobalOnColor),primaryIconColor:t.extend("--ft-button-primary-icon-color","",p.contentGlobalOnColor),primaryStateLayerColor:t.extend("--ft-button-primary-state-layer-color","",p.contentGlobalOnColor),primaryHoverStateLayerOpacity:t.extend("--ft-button-primary-hover-state-layer-opacity","",r.opacity16),primaryFocusStateLayerOpacity:t.extend("--ft-button-primary-focus-state-layer-opacity","",r.opacity16),primaryActiveStateLayerOpacity:t.extend("--ft-button-primary-active-state-layer-opacity","",r.opacity24),primaryDisabledComponentOpacity:t.extend("--ft-button-primary-disabled-component-opacity","",r.opacity40),focusFocusRingColor:t.extend("--ft-button-focus-focus-ring-color","",p.borderActionFocusRing),tertiaryBackgroundColor:t.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:t.extend("--ft-button-tertiary-color","",p.contentActionPrimary),tertiaryIconColor:t.extend("--ft-button-tertiary-icon-color","",p.contentActionPrimary),tertiaryStateLayerColor:t.extend("--ft-button-tertiary-state-layer-color","",p.contentActionPrimary),tertiaryHoverStateLayerOpacity:t.extend("--ft-button-tertiary-hover-state-layer-opacity","",r.opacity8),tertiaryFocusStateLayerOpacity:t.extend("--ft-button-tertiary-focus-state-layer-opacity","",r.opacity8),tertiaryActiveStateLayerOpacity:t.extend("--ft-button-tertiary-active-state-layer-opacity","",r.opacity16),tertiaryDisabledComponentOpacity:t.extend("--ft-button-tertiary-disabled-component-opacity","",r.opacity40),secondaryBackgroundColor:t.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:t.extend("--ft-button-secondary-color","",p.contentActionPrimary),secondaryIconColor:t.extend("--ft-button-secondary-icon-color","",p.contentActionPrimary),secondaryStateLayerColor:t.extend("--ft-button-secondary-state-layer-color","",p.contentActionPrimary),secondaryHoverStateLayerOpacity:t.extend("--ft-button-secondary-hover-state-layer-opacity","",r.opacity8),secondaryFocusStateLayerOpacity:t.extend("--ft-button-secondary-focus-state-layer-opacity","",r.opacity8),secondaryActiveStateLayerOpacity:t.extend("--ft-button-secondary-active-state-layer-opacity","",r.opacity16),secondaryDisabledComponentOpacity:t.extend("--ft-button-secondary-disabled-component-opacity","",r.opacity40),secondaryBorderColor:t.extend("--ft-button-secondary-border-color","",p.borderActionPrimary),neutralBackgroundColor:t.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:t.extend("--ft-button-neutral-icon-color","",p.contentGlobalSecondary),neutralColor:t.extend("--ft-button-neutral-color","",p.contentGlobalSecondary),neutralStateLayerColor:t.extend("--ft-button-neutral-state-layer-color","",p.contentGlobalSecondary),neutralHoverStateLayerOpacity:t.extend("--ft-button-neutral-hover-state-layer-opacity","",r.opacity8),neutralFocusStateLayerOpacity:t.extend("--ft-button-neutral-focus-state-layer-opacity","",r.opacity8),neutralActiveStateLayerOpacity:t.extend("--ft-button-neutral-active-state-layer-opacity","",r.opacity16),neutralDisabledComponentOpacity:t.extend("--ft-button-neutral-disabled-component-opacity","",r.opacity40)};var Da={iconSize:t.extend("--ft-banner-icon-size","",r.iconSize5),borderWidth:t.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:t.extend("--ft-banner-horizontal-padding","",r.spacing6),verticalPadding:t.extend("--ft-banner-vertical-padding","",r.spacing6),horizontalSideGap:t.extend("--ft-banner-horizontal-side-gap","",r.spacing6),horizontalMobileGap:t.extend("--ft-banner-horizontal-mobile-gap","",r.spacing4),verticalMobileGap:t.extend("--ft-banner-vertical-mobile-gap","",r.spacing6),horizontalMiddleGap:t.extend("--ft-banner-horizontal-middle-gap","",r.spacing20),infoBackgroundColor:t.extend("--ft-banner-info-background-color","",p.backgroundInfoSubtle),infoColor:t.extend("--ft-banner-info-color","",p.contentInfoPrimary),infoIconColor:t.extend("--ft-banner-info-icon-color","",p.contentInfoIconOnly)};var Ka={horizontalGap:t.extend("--ft-breadcrumb-horizontal-gap","",r.spacing1),verticalGap:t.extend("--ft-breadcrumb-vertical-gap","",r.spacing2),currentElementColor:t.extend("--ft-breadcrumb-current-element-color","",p.contentGlobalPrimary),iconColor:t.extend("--ft-breadcrumb-icon-color","",p.contentGlobalSubtle)};var Xa={horizontalPadding:t.extend("--ft-page-header-horizontal-padding","",r.spacing12),horizontalGap:t.extend("--ft-page-header-horizontal-gap","",r.spacing4),verticalGap:t.extend("--ft-page-header-vertical-gap","",r.spacing2),classicVerticalPadding:t.extend("--ft-page-header-classic-vertical-padding","",r.spacing6),multilineVerticalPadding:t.extend("--ft-page-header-multiline-vertical-padding","",r.spacing4),inlineVerticalPadding:t.extend("--ft-page-header-inline-vertical-padding","",r.spacing2),backgroundColor:t.extend("--ft-page-header-background-color","",r.colorWhite),bottomBorderColor:t.extend("--ft-page-header-bottom-border-color","",p.borderGlobalSubtle),titleColor:t.extend("--ft-page-header-title-color","",p.contentGlobalPrimary),subtitleColor:t.extend("--ft-page-header-subtitle-color","",p.contentGlobalSecondary)};var ei={smallContainerWidth:t.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:t.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:t.extend("--ft-modal-overlay-background-color","",r.colorGray700),overlayOpacity:t.extend("--ft-modal-overlay-opacity","",r.opacity40),shadow:t.extend("--ft-modal-shadow","",r.shadowElevation03),bodyBackgroundColor:t.extend("--ft-modal-body-background-color","",r.colorWhite),bodyColor:t.extend("--ft-modal-body-color","",p.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-modal-body-horizontal-padding","",r.spacing6),bodyVerticalPadding:t.extend("--ft-modal-body-vertical-padding","",r.spacing6),bodyVerticalGap:t.extend("--ft-modal-body-vertical-gap","",r.spacing6),containerMargin:t.extend("--ft-modal-container-margin","",r.spacing3),headerBackgroundColor:t.extend("--ft-modal-header-background-color","",p.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-modal-header-border-color","",p.borderGlobalSubtle),headerColor:t.extend("--ft-modal-header-color","",p.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-modal-header-trailing-icon-color","",p.contentGlobalSecondary),headerVerticalPadding:t.extend("--ft-modal-header-vertical-padding","",r.spacing1),headerRightPadding:t.extend("--ft-modal-header-right-padding","",r.spacing1),headerLeftPadding:t.extend("--ft-modal-header-left-padding","",r.spacing6),headerGap:t.extend("--ft-modal-header-gap","",r.spacing2),headerBorderBottom:t.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:t.extend("--ft-modal-border-radius","",r.borderRadiusM)};var ii={overlayOpacity:t.extend("--ft-drawer-overlay-opacity","",r.opacity40),shadow:t.extend("--ft-drawer-shadow","",r.shadowElevation03),bodyColor:t.extend("--ft-drawer-body-color","",p.contentGlobalPrimary),bodyHorizontalPadding:t.extend("--ft-drawer-body-horizontal-padding","",r.spacing6),bodyVerticalPadding:t.extend("--ft-drawer-body-vertical-padding","",r.spacing6),bodyGap:t.extend("--ft-drawer-body-gap","",r.spacing6),bodyBackgroundColor:t.extend("--ft-drawer-body-background-color","",r.colorWhite),headerBackgroundColor:t.extend("--ft-drawer-header-background-color","",p.backgroundGlobalOnSurface),headerBorderColor:t.extend("--ft-drawer-header-border-color","",p.borderGlobalSubtle),headerColor:t.extend("--ft-drawer-header-color","",p.contentGlobalPrimary),headerTrailingIconColor:t.extend("--ft-drawer-header-trailing-icon-color","",p.contentGlobalSecondary),headerHeight:t.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:t.extend("--ft-drawer-header-horizontal-padding","",r.spacing2),headerBorderWidth:t.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:t.extend("--ft-drawer-header-gap","",r.spacing3),buttonsBarBackgroundColor:t.extend("--ft-drawer-buttons-bar-background-color","",p.backgroundGlobalOnSurface),buttonsBarBorderColor:t.extend("--ft-drawer-buttons-bar-border-color","",p.borderGlobalSubtle),buttonsBarColor:t.extend("--ft-drawer-buttons-bar-color","",p.contentGlobalPrimary),buttonsBarHorizontalPadding:t.extend("--ft-drawer-buttons-bar-horizontal-padding","",r.spacing4),buttonsBarVerticalPadding:t.extend("--ft-drawer-buttons-bar-vertical-padding","",r.spacing4),buttonsBarGap:t.extend("--ft-drawer-buttons-bar-gap","",r.spacing3),buttonsBarBorderWidth:t.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:t.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:t.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:t.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:t.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:t.extend("--ft-drawer-overlay-background-color","",r.colorGray700)};var di={fieldHorizontalPadding:t.extend("--ft-text-input-field-horizontal-padding","",r.spacing4),fieldHorizontalGap:t.extend("--ft-text-input-field-horizontal-gap","",r.spacing3),fieldVerticalGap:t.extend("--ft-text-input-field-vertical-gap","",r.spacing05),fieldIconSize:t.extend("--ft-text-input-field-icon-size","",r.iconSize3),fieldHeight:t.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:t.extend("--ft-text-input-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ft-text-input-helper-horizontal-gap","",r.spacing1),helperIconSize:t.extend("--ft-text-input-helper-icon-size","",r.iconSize2),borderRadius:t.extend("--ft-text-input-border-radius","",r.borderRadiusM),backgroundColor:t.extend("--ft-text-input-background-color","",r.colorWhite),contentValueColor:t.extend("--ft-text-input-content-value-color","",p.contentGlobalPrimary),trailingIconColor:t.extend("--ft-text-input-trailing-icon-color","",p.contentGlobalSubtle),labelColor:t.extend("--ft-text-input-label-color","",p.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-input-default-border-color","",p.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-input-default-helper-text-color","",p.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-text-input-error-border-color","",p.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-input-error-helper-text-color","",p.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-input-error-helper-icon-color","",p.contentErrorIconOnly),warningBorderWidth:t.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:t.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-text-input-focus-focus-ring-color","",p.borderActionFocusRing),focusOutlineOffset:t.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-input-disabled-component-opacity","",r.opacity40)};var yi={backgroundColor:t.extend("--ft-text-area-background-color","",r.colorWhite),contentValueColor:t.extend("--ft-text-area-content-value-color","",p.contentGlobalPrimary),labelColor:t.extend("--ft-text-area-label-color","",p.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-text-area-default-border-color","",p.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-text-area-default-helper-text-color","",p.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-text-area-error-border-color","",p.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-text-area-error-helper-text-color","",p.contentErrorPrimary),errorHelperIconColor:t.extend("--ft-text-area-error-helper-icon-color","",p.contentErrorIconOnly),focusFocusRingColor:t.extend("--ft-text-area-focus-focus-ring-color","",p.borderActionFocusRing),focusOutlineWidth:t.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:t.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-text-area-disabled-component-opacity","",r.opacity40),fieldHorizontalLeftPadding:t.extend("--ft-text-area-field-horizontal-left-padding","",r.spacing4),fieldHorizontalGap:t.extend("--ft-text-area-field-horizontal-gap","",r.spacing3),fieldVerticalGap:t.extend("--ft-text-area-field-vertical-gap","",r.spacing05),fieldMinHeight:t.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:t.extend("--ft-text-area-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ft-text-area-helper-horizontal-gap","",r.spacing1),helperIconSize:t.extend("--ft-text-area-helper-icon-size","",r.iconSize2),borderRadius:t.extend("--ft-text-area-border-radius","",r.borderRadiusM)};var Oi={height:t.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:t.extend("--ft-floating-menu-horizontal-padding","",r.spacing4),offIconColor:t.extend("--ft-floating-menu-off-icon-color","",p.contentGlobalPrimary),offColor:t.extend("--ft-floating-menu-off-color","",p.contentGlobalPrimary),onColor:t.extend("--ft-floating-menu-on-color","",p.contentActionPrimary),onStateLayerColor:t.extend("--ft-floating-menu-on-state-layer-color","",p.contentActionPrimary),gap:t.extend("--ft-floating-menu-gap","",r.spacing3),focusFocusRingColor:t.extend("--ft-floating-menu-focus-focus-ring-color","",p.borderActionFocusRing),focusOutlineWidth:t.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:t.extend("--ft-floating-menu-focus-state-layer-opacity","",r.opacity8),hoverStateLayerOpacity:t.extend("--ft-floating-menu-hover-state-layer-opacity","",r.opacity8),activeStateLayerOpacity:t.extend("--ft-floating-menu-active-state-layer-opacity","",r.opacity16),disabledComponentOpacity:t.extend("--ft-floating-menu-disabled-component-opacity","",r.opacity40),iconSize:t.extend("--ft-floating-menu-icon-size","",r.iconSize3),backgroundColor:t.extend("--ft-floating-menu-background-color","",p.backgroundGlobalOnSurface)};var Ei={fieldHorizontalPadding:t.extend("--ft-combobox-single-select-field-horizontal-padding","",r.spacing4),fieldHorizontalGap:t.extend("--ft-combobox-single-select-field-horizontal-gap","",r.spacing3),fieldVerticalGap:t.extend("--ft-combobox-single-select-field-vertical-gap","",r.spacing05),fieldIconSize:t.extend("--ft-combobox-single-select-field-icon-size","",r.iconSize3),fieldHeight:t.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:t.extend("--ft-combobox-single-select-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ft-combobox-single-select-helper-horizontal-gap","",r.spacing1),helperVerticalGap:t.extend("--ft-combobox-single-select-helper-vertical-gap","",r.spacing1),helperIconSize:t.extend("--ft-combobox-single-select-helper-icon-size","",r.iconSize2),menuVerticalGap:t.extend("--ft-combobox-single-select-menu-vertical-gap","",r.spacing2),borderRadius:t.extend("--ft-combobox-single-select-border-radius","",r.borderRadiusM),backgroundColor:t.extend("--ft-combobox-single-select-background-color","",r.colorWhite),labelColor:t.extend("--ft-combobox-single-select-label-color","",p.contentGlobalSubtle),contentValueColor:t.extend("--ft-combobox-single-select-content-value-color","",p.contentGlobalPrimary),trailingIconColor:t.extend("--ft-combobox-single-select-trailing-icon-color","",p.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-single-select-default-border-color","",p.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-single-select-default-helper-text-color","",p.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:t.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:t.extend("--ft-combobox-single-select-error-border-color","",p.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-single-select-error-helper-text-color","",p.contentErrorPrimary),warningBorderWidth:t.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-single-select-warning-border-color","",p.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-single-select-warning-helper-text-color","",p.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-single-select-warning-helper-icon-color","",p.contentWarningIconOnly),focusOutlineWidth:t.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-single-select-focus-focus-ring-color","",p.borderActionFocusRing),focusOutlineOffset:t.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-combobox-single-select-disabled-component-opacity","",r.opacity40)};var Pi={backgroundColor:t.extend("--ft-combobox-multi-select-background-color","",r.colorWhite),labelColor:t.extend("--ft-combobox-multi-select-label-color","",p.contentGlobalSubtle),trailingIconColor:t.extend("--ft-combobox-multi-select-trailing-icon-color","",p.contentGlobalSubtle),defaultBorderColor:t.extend("--ft-combobox-multi-select-default-border-color","",p.borderInputPrimary),defaultHelperTextColor:t.extend("--ft-combobox-multi-select-default-helper-text-color","",p.contentGlobalSubtle),defaultBorderWidth:t.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:t.extend("--ft-combobox-multi-select-error-border-color","",p.borderErrorPrimary),errorHelperTextColor:t.extend("--ft-combobox-multi-select-error-helper-text-color","",p.contentErrorPrimary),errorHelperIcon:t.extend("--ft-combobox-multi-select-error-helper-icon","",p.contentErrorIconOnly),errorBorderWidth:t.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:t.extend("--ft-combobox-multi-select-warning-border-color","",p.borderWarningPrimary),warningHelperTextColor:t.extend("--ft-combobox-multi-select-warning-helper-text-color","",p.contentWarningPrimary),warningHelperIconColor:t.extend("--ft-combobox-multi-select-warning-helper-icon-color","",p.contentWarningIconOnly),warningBorderWidth:t.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-combobox-multi-select-focus-focus-ring-color","",p.borderActionFocusRing),focusOutlineWidth:t.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:t.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:t.extend("--ft-combobox-multi-select-disabled-component-opacity","",r.opacity40),helperHorizontalPadding:t.extend("--ft-combobox-multi-select-helper-horizontal-padding","",r.spacing4),helperHorizontalGap:t.extend("--ft-combobox-multi-select-helper-horizontal-gap","",r.spacing1),helperVerticalGap:t.extend("--ft-combobox-multi-select-helper-vertical-gap","",r.spacing1),helperIconSize:t.extend("--ft-combobox-multi-select-helper-icon-size","",r.iconSize2),fieldHorizontalPadding:t.extend("--ft-combobox-multi-select-field-horizontal-padding","",r.spacing4),fieldHorizontalGap:t.extend("--ft-combobox-multi-select-field-horizontal-gap","",r.spacing3),fieldVerticalGap:t.extend("--ft-combobox-multi-select-field-vertical-gap","",r.spacing05),fieldIconSize:t.extend("--ft-combobox-multi-select-field-icon-size","",r.iconSize3),fieldMaxHeight:t.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:t.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",r.spacing1),contentValuesVerticalGap:t.extend("--ft-combobox-multi-select-content-values-vertical-gap","",r.spacing1),borderRadius:t.extend("--ft-combobox-multi-select-border-radius","",r.borderRadiusM)};var Ti={backgroundColor:t.extend("--ft-popover-background-color","",p.backgroundGlobalOnSurface),horizontalPadding:t.extend("--ft-popover-horizontal-padding","",r.spacing6),verticalPadding:t.extend("--ft-popover-vertical-padding","",r.spacing6),iconColor:t.extend("--ft-popover-icon-color","",p.contentGlobalSecondary),iconSize:t.extend("--ft-popover-icon-size","",r.iconSize2),titleColor:t.extend("--ft-popover-title-color","",p.contentGlobalPrimary),bodyColor:t.extend("--ft-popover-body-color","",p.contentGlobalSecondary),linkColor:t.extend("--ft-popover-link-color","",p.contentActionPrimary),gap:t.extend("--ft-popover-gap","",r.spacing3),borderRadius:t.extend("--ft-popover-border-radius","",r.borderRadiusM),shadow:t.extend("--ft-popover-shadow","",r.shadowElevation02)};var Ui={topLeftBorderRadius:t.extend("--ft-tabs-top-left-border-radius","",r.borderRadiusS),topRightBorderRadius:t.extend("--ft-tabs-top-right-border-radius","",r.borderRadiusS),labelHorizontalPadding:t.extend("--ft-tabs-label-horizontal-padding","",r.spacing4),labelVerticalPadding:t.extend("--ft-tabs-label-vertical-padding","",r.spacing3),labelGap:t.extend("--ft-tabs-label-gap","",r.spacing1),offHoverStateLayerOpacity:t.extend("--ft-tabs-off-hover-state-layer-opacity","",r.opacity8),offFocusStateLayerOpacity:t.extend("--ft-tabs-off-focus-state-layer-opacity","",r.opacity8),offActiveStateLayerOpacity:t.extend("--ft-tabs-off-active-state-layer-opacity","",r.opacity16),offDisabledComponentOpacity:t.extend("--ft-tabs-off-disabled-component-opacity","",r.opacity40),offColor:t.extend("--ft-tabs-off-color","",p.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-tabs-off-state-layer-color","",p.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-tabs-on-hover-state-layer-opacity","",r.opacity8),onFocusStateLayerOpacity:t.extend("--ft-tabs-on-focus-state-layer-opacity","",r.opacity8),onActiveStateLayerOpacity:t.extend("--ft-tabs-on-active-state-layer-opacity","",r.opacity16),onDisabledComponentOpacity:t.extend("--ft-tabs-on-disabled-component-opacity","",r.opacity40),onColor:t.extend("--ft-tabs-on-color","",p.contentActionPrimary),onStateLayerColor:t.extend("--ft-tabs-on-state-layer-color","",p.contentActionPrimary),iconHorizontalPadding:t.extend("--ft-tabs-icon-horizontal-padding","",r.spacing1),iconVerticalPadding:t.extend("--ft-tabs-icon-vertical-padding","",r.spacing4),focusOutlineWidth:t.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-tabs-focus-focus-ring-color","",p.borderActionFocusRing)};var Fi={hoverStateLayerOpacity:t.extend("--ft-collapsible-hover-state-layer-opacity","",r.opacity8),focusStateLayerOpacity:t.extend("--ft-collapsible-focus-state-layer-opacity","",r.opacity8),focusOutlineWidth:t.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:t.extend("--ft-collapsible-focus-focus-ring-color","",p.borderActionFocusRing),activeStateLayerOpacity:t.extend("--ft-collapsible-active-state-layer-opacity","",r.opacity16),disabledComponentOpacity:t.extend("--ft-collapsible-disabled-component-opacity","",r.opacity40),horizontalPadding:t.extend("--ft-collapsible-horizontal-padding","",r.spacing4),verticalPadding:t.extend("--ft-collapsible-vertical-padding","",r.spacing3),color:t.extend("--ft-collapsible-color","",p.contentGlobalPrimary),stateLayerColor:t.extend("--ft-collapsible-state-layer-color","",p.contentGlobalPrimary),backgroundColor:t.extend("--ft-collapsible-background-color","",p.backgroundGlobalOnSurface),borderColor:t.extend("--ft-collapsible-border-color","",p.borderGlobalSubtle),iconSize:t.extend("--ft-collapsible-icon-size","",r.iconSize3)};var qi={groupHorizontalPadding:t.extend("--ft-switch-group-horizontal-padding","",r.spacing1),groupVerticalPadding:t.extend("--ft-switch-group-vertical-padding","",r.spacing1),groupGap:t.extend("--ft-switch-group-gap","",r.spacing1),groupBackgroundColor:t.extend("--ft-switch-group-background-color","",p.backgroundGlobalSurface),groupBorderColor:t.extend("--ft-switch-group-border-color","",p.borderGlobalSubtle),groupBorderRadius:t.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:t.extend("--ft-switch-label-horizontal-padding","",r.spacing2),labelVerticalPadding:t.extend("--ft-switch-label-vertical-padding","",r.spacing1),offHoverStateLayerOpacity:t.extend("--ft-switch-off-hover-state-layer-opacity","",r.opacity8),offFocusStateLayerOpacity:t.extend("--ft-switch-off-focus-state-layer-opacity","",r.opacity8),offActiveStateLayerOpacity:t.extend("--ft-switch-off-active-state-layer-opacity","",r.opacity16),offDisabledComponentOpacity:t.extend("--ft-switch-off-disabled-component-opacity","",r.opacity40),offColor:t.extend("--ft-switch-off-color","",p.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-switch-off-state-layer-color","",p.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-switch-on-hover-state-layer-opacity","",r.opacity8),onFocusStateLayerOpacity:t.extend("--ft-switch-on-focus-state-layer-opacity","",r.opacity8),onActiveStateLayerOpacity:t.extend("--ft-switch-on-active-state-layer-opacity","",r.opacity16),onDisabledComponentOpacity:t.extend("--ft-switch-on-disabled-component-opacity","",r.opacity40),onColor:t.extend("--ft-switch-on-color","",p.contentActionPrimary),onStateLayerColor:t.extend("--ft-switch-on-state-layer-color","",p.contentActionPrimary),iconHorizontalPadding:t.extend("--ft-switch-icon-horizontal-padding","",r.spacing1),iconVerticalPadding:t.extend("--ft-switch-icon-vertical-padding","",r.spacing1),focusOutlineWidth:t.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:t.extend("--ft-switch-focus-focus-ring-color","",p.borderActionFocusRing),optionBorderRadius:t.extend("--ft-switch-option-border-radius","",r.borderRadiusS)};var el={color1Light:t.extend("--ft-chart-1-light","for area color charts",r.colorBrand40),color1Base:t.extend("--ft-chart-1-base","for line charts",r.colorBrand0),color2Light:t.extend("--ft-chart-2-light","for area color charts",r.colorYellow60),color2Base:t.extend("--ft-chart-2-base","for line charts",r.colorYellow100),color3Light:t.extend("--ft-chart-3-light","",r.colorUltramarine40),color3Base:t.extend("--ft-chart-3-base","",r.colorUltramarine70),color4Light:t.extend("--ft-chart-4-light","",r.colorCyan50),color4Base:t.extend("--ft-chart-4-base","",r.colorCyan100),color5Light:t.extend("--ft-chart-5-light","",r.colorRed40),color5Base:t.extend("--ft-chart-5-base","",r.colorRed60),color6Light:t.extend("--ft-chart-6-light","",r.colorGreen40),color6Base:t.extend("--ft-chart-6-base","",r.colorGreen70),color7Light:t.extend("--ft-chart-7-light","",r.colorOrange70),color7Base:t.extend("--ft-chart-7-base","",r.colorOrange100),color8Light:t.extend("--ft-chart-8-light","",r.colorAvocado70),color8Base:t.extend("--ft-chart-8-base","",r.colorAvocado200),color9Light:t.extend("--ft-chart-9-light","",r.colorBrown50),color9Base:t.extend("--ft-chart-9-base","",r.colorBrown200),color10Light:t.extend("--ft-chart-10-light","",r.colorGray50),color10Base:t.extend("--ft-chart-10-base","",r.colorGray80),monochrome10:t.extend("--ft-chart-monochrome-10","",r.colorBrand10),monochrome20:t.extend("--ft-chart-monochrome-20","",r.colorBrand20),monochrome30:t.extend("--ft-chart-monochrome-30","",r.colorBrand40),monochrome40:t.extend("--ft-chart-monochrome-40","",r.colorBrand60),monochrome50:t.extend("--ft-chart-monochrome-50","",r.colorBrand0),monochrome60:t.extend("--ft-chart-monochrome-60","",r.colorBrand200)};var il={largeHorizontalPadding:t.extend("--ft-chip-large-horizontal-padding","",r.spacing4),largeVerticalPadding:t.extend("--ft-chip-large-vertical-padding","",r.spacing2),largeGap:t.extend("--ft-chip-large-gap","",r.spacing1),largeFocusOutlineOffset:t.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:t.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:t.extend("--ft-chip-large-border-radius","",r.borderRadiusPill),largeBorderWidth:t.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:t.extend("--ft-chip-large-icon-size","",r.iconSize3),mediumHorizontalPadding:t.extend("--ft-chip-medium-horizontal-padding","",r.spacing3),mediumVerticalPadding:t.extend("--ft-chip-medium-vertical-padding","",r.spacing1),mediumGap:t.extend("--ft-chip-medium-gap","",r.spacing1),mediumFocusOutlineOffset:t.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:t.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:t.extend("--ft-chip-medium-border-radius","",r.borderRadiusPill),mediumBorderWidth:t.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:t.extend("--ft-chip-medium-icon-size","",r.iconSize2),smallHorizontalPadding:t.extend("--ft-chip-small-horizontal-padding","",r.spacing2),smallVerticalPadding:t.extend("--ft-chip-small-vertical-padding","",r.spacing05),smallGap:t.extend("--ft-chip-small-gap","",r.spacing1),smallFocusOutlineOffset:t.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:t.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:t.extend("--ft-chip-small-border-radius","",r.borderRadiusPill),smallBorderWidth:t.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:t.extend("--ft-chip-small-icon-size","",r.iconSize1),neutralBackgroundColor:t.extend("--ft-chip-neutral-background-color","",p.backgroundGlobalOnSurface),neutralColor:t.extend("--ft-chip-neutral-color","",p.contentGlobalPrimary),neutralIconColor:t.extend("--ft-chip-neutral-icon-color","",p.contentGlobalPrimary),neutralBorderColor:t.extend("--ft-chip-neutral-border-color","",p.borderGlobalSubtle),infoBackgroundColor:t.extend("--ft-chip-info-background-color","",p.backgroundInfoSubtle),infoColor:t.extend("--ft-chip-info-color","",p.contentInfoPrimary),infoIconColor:t.extend("--ft-chip-info-icon-color","",p.contentInfoIconOnly),infoBorderColor:t.extend("--ft-chip-info-border-color","",p.borderInfoSubtle),successBackgroundColor:t.extend("--ft-chip-success-background-color","",p.backgroundSuccessSubtle),successColor:t.extend("--ft-chip-success-color","",p.contentSuccessPrimary),successIconColor:t.extend("--ft-chip-success-icon-color","",p.contentSuccessIconOnly),successBorderColor:t.extend("--ft-chip-success-border-color","",p.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-chip-warning-background-color","",p.backgroundWarningSubtle),warningColor:t.extend("--ft-chip-warning-color","",p.contentWarningPrimary),warningIconColor:t.extend("--ft-chip-warning-icon-color","",p.contentWarningIconOnly),warningBorderColor:t.extend("--ft-chip-warning-border-color","",p.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-chip-error-background-color","",p.backgroundErrorSubtle),errorColor:t.extend("--ft-chip-error-color","",p.contentErrorPrimary),errorIconColor:t.extend("--ft-chip-error-icon-color","",p.contentErrorIconOnly),errorBorderColor:t.extend("--ft-chip-error-border-color","",p.borderErrorSubtle)};var sl={infoBorderColor:t.extend("--ft-border-info-border-color","",p.borderInfoSubtle)};var ml={borderWidth:t.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:t.extend("--ft-notice-horizontal-padding","",r.spacing2),verticalPadding:t.extend("--ft-notice-vertical-padding","",r.spacing1),borderRadius:t.extend("--ft-notice-border-radius","",r.borderRadiusS),gap:t.extend("--ft-notice-gap","",r.spacing2),iconSize:t.extend("--ft-notice-icon-size","",r.iconSize3),infoBackgroundColor:t.extend("--ft-notice-info-background-color","",p.backgroundInfoSubtle),infoBorderColor:t.extend("--ft-notice-info-border-color","",p.borderInfoSubtle),infoColor:t.extend("--ft-notice-info-color","",p.contentInfoPrimary),infoIconColor:t.extend("--ft-notice-info-icon-color","",p.contentInfoIconOnly),warningBackgroundColor:t.extend("--ft-notice-warning-background-color","",p.backgroundWarningSubtle),warningBorderColor:t.extend("--ft-notice-warning-border-color","",p.borderWarningSubtle),warningColor:t.extend("--ft-notice-warning-color","",p.contentWarningPrimary),warningIconColor:t.extend("--ft-notice-warning-icon-color","",p.contentWarningIconOnly),errorBackgroundColor:t.extend("--ft-notice-error-background-color","",p.backgroundErrorSubtle),errorBorderColor:t.extend("--ft-notice-error-border-color","",p.borderErrorSubtle),errorColor:t.extend("--ft-notice-error-color","",p.contentErrorPrimary),errorIconColor:t.extend("--ft-notice-error-icon-color","",p.contentErrorIconOnly),successBackgroundColor:t.extend("--ft-notice-success-background-color","",p.backgroundSuccessSubtle),successBorderColor:t.extend("--ft-notice-success-border-color","",p.borderSuccessSubtle),successColor:t.extend("--ft-notice-success-color","",p.contentSuccessPrimary),successIconColor:t.extend("--ft-notice-success-icon-color","",p.contentSuccessIconOnly)};var Sl={color:t.extend("--ft-checkbox-color","",p.contentGlobalPrimary),checkedBackgroundColor:t.extend("--ft-checkbox-checked-background-color","",p.contentActionPrimary),checkedStateLayerColor:t.extend("--ft-checkbox-checked-state-layer-color","",p.contentActionPrimary),checkedIconColor:t.extend("--ft-checkbox-checked-icon-color","",p.contentGlobalOnColor),checkedHoverStateLayerOpacity:t.extend("--ft-checkbox-checked-hover-state-layer-opacity","",r.opacity16),checkedFocusStateLayerOpacity:t.extend("--ft-checkbox-checked-focus-state-layer-opacity","",r.opacity16),checkedActiveStateLayerOpacity:t.extend("--ft-checkbox-checked-active-state-layer-opacity","",r.opacity24),checkedDisabledComponentOpacity:t.extend("--ft-checkbox-checked-disabled-component-opacity","",r.opacity40),uncheckedBorderColor:t.extend("--ft-checkbox-unchecked-border-color","",r.colorGray80),uncheckedStateLayerColor:t.extend("--ft-checkbox-unchecked-state-layer-color","",r.colorGray80),uncheckedHoverStateLayerOpacity:t.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",r.opacity16),uncheckedFocusStateLayerOpacity:t.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",r.opacity16),uncheckedActiveStateLayerOpacity:t.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",r.opacity24),uncheckedDisabledComponentOpacity:t.extend("--ft-checkbox-unchecked-disabled-component-opacity","",r.opacity40),focusFocusRingColor:t.extend("--ft-checkbox-focus-focus-ring-color","",p.borderActionFocusRing),focusOutlineOffset:t.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:t.extend("--ft-checkbox-gap","",r.spacing3)};var wl={offHoverStateLayerOpacity:t.extend("--ft-toggle-off-hover-state-layer-opacity","",r.opacity16),offFocusStateLayerOpacity:t.extend("--ft-toggle-off-focus-state-layer-opacity","",r.opacity16),offActiveStateLayerOpacity:t.extend("--ft-toggle-off-active-state-layer-opacity","",r.opacity24),offDisabledComponentOpacity:t.extend("--ft-toggle-off-disabled-component-opacity","",r.opacity40),offBackgroundColor:t.extend("--ft-toggle-off-background-color","",p.contentGlobalSubtle),offIconColor:t.extend("--ft-toggle-off-icon-color","",p.contentGlobalSubtle),offStateLayerColor:t.extend("--ft-toggle-off-state-layer-color","",p.contentGlobalSubtle),onHoverStateLayerOpacity:t.extend("--ft-toggle-on-hover-state-layer-opacity","",r.opacity16),onFocusStateLayerOpacity:t.extend("--ft-toggle-on-focus-state-layer-opacity","",r.opacity16),onActiveStateLayerOpacity:t.extend("--ft-toggle-on-active-state-layer-opacity","",r.opacity24),onDisabledComponentOpacity:t.extend("--ft-toggle-on-disabled-component-opacity","",r.opacity40),onBackgroundColor:t.extend("--ft-toggle-on-background-color","",p.contentActionPrimary),onStateLayerColor:t.extend("--ft-toggle-on-state-layer-color","",p.contentActionPrimary),onIconColor:t.extend("--ft-toggle-on-icon-color","",p.contentActionPrimary),color:t.extend("--ft-toggle-color","",p.contentGlobalPrimary),focusFocusRingColor:t.extend("--ft-toggle-focus-focus-ring-color","",p.borderActionFocusRing),gap:t.extend("--ft-toggle-gap","",r.spacing3)};var $l={color:t.extend("--ft-radio-color","",p.contentGlobalPrimary),selectedRadioColor:t.extend("--ft-radio-selected-radio-color","",p.contentActionPrimary),selectedStateLayerColor:t.extend("--ft-radio-selected-state-layer-color","",p.contentActionPrimary),selectedHoverStateLayerOpacity:t.extend("--ft-radio-selected-hover-state-layer-opacity","",r.opacity16),selectedFocusStateLayerOpacity:t.extend("--ft-radio-selected-focus-state-layer-opacity","",r.opacity16),selectedActiveStateLayerOpacity:t.extend("--ft-radio-selected-active-state-layer-opacity","",r.opacity24),selectedDisabledComponentOpacity:t.extend("--ft-radio-selected-disabled-component-opacity","",r.opacity40),unselectedStateLayerColor:t.extend("--ft-radio-unselected-state-layer-color","",p.borderInputPrimary),unselectedBorderColor:t.extend("--ft-radio-unselected-border-color","",p.borderInputPrimary),unselectedHoverStateLayerOpacity:t.extend("--ft-radio-unselected-hover-state-layer-opacity","",r.opacity16),unselectedFocusStateLayerOpacity:t.extend("--ft-radio-unselected-focus-state-layer-opacity","",r.opacity16),unselectedActiveStateLayerOpacity:t.extend("--ft-radio-unselected-active-state-layer-opacity","",r.opacity24),unselectedDisabledComponentOpacity:t.extend("--ft-radio-unselected-disabled-component-opacity","",r.opacity40),focusFocusRingColor:t.extend("--ft-radio-focus-focus-ring-color","",p.borderActionFocusRing),focusOutlineOffset:t.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:t.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:t.extend("--ft-radio-gap","",r.spacing3)};var Bl={iconSize:t.extend("--ft-notification-icon-size","",r.iconSize4),horizontalPadding:t.extend("--ft-notification-horizontal-padding","",r.spacing4),verticalPadding:t.extend("--ft-notification-vertical-padding","",r.spacing4),infoBackgroundColor:t.extend("--ft-notification-info-background-color","",p.backgroundInfoSubtle),infoColor:t.extend("--ft-notification-info-color","",p.contentInfoPrimary),infoIconColor:t.extend("--ft-notification-info-icon-color","",p.contentInfoIconOnly),infoBorderColor:t.extend("--ft-notification-info-border-color","",p.borderInfoSubtle),successBackgroundColor:t.extend("--ft-notification-success-background-color","",p.backgroundSuccessSubtle),successColor:t.extend("--ft-notification-success-color","",p.contentSuccessPrimary),successIconColor:t.extend("--ft-notification-success-icon-color","",p.contentSuccessIconOnly),successBorderColor:t.extend("--ft-notification-success-border-color","",p.borderSuccessSubtle),warningBackgroundColor:t.extend("--ft-notification-warning-background-color","",p.backgroundWarningSubtle),warningColor:t.extend("--ft-notification-warning-color","",p.contentWarningPrimary),warningIconColor:t.extend("--ft-notification-warning-icon-color","",p.contentWarningIconOnly),warningBorderColor:t.extend("--ft-notification-warning-border-color","",p.borderWarningSubtle),errorBackgroundColor:t.extend("--ft-notification-error-background-color","",p.backgroundErrorSubtle),errorColor:t.extend("--ft-notification-error-color","",p.contentErrorPrimary),errorIconColor:t.extend("--ft-notification-error-icon-color","",p.contentErrorIconOnly),errorBorderColor:t.extend("--ft-notification-error-border-color","",p.borderErrorSubtle),borderRadius:t.extend("--ft-notification-border-radius","",r.borderRadiusPill),borderWidth:t.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:t.extend("--ft-notification-leading-gap","",r.spacing2),trailingGap:t.extend("--ft-notification-trailing-gap","",r.spacing8)};var Dl={horizontalPadding:t.extend("--ft-tooltip-horizontal-padding","",r.spacing2),verticalPadding:t.extend("--ft-tooltip-vertical-padding","",r.spacing2),borderRadius:t.extend("--ft-tooltip-border-radius","",r.borderRadiusS),color:t.extend("--ft-tooltip-color","",p.contentGlobalOnColor),backgroundColor:t.extend("--ft-tooltip-background-color","",p.contentGlobalPrimary),backgroundOpacity:t.extend("--ft-tooltip-background-opacity","",r.opacity80),shadow:t.extend("--ft-tooltip-shadow","",r.shadowElevation03),maxWidth:t.create("--ft-tooltip-max-width","","SIZE","256px"),gap:t.extend("--ft-tooltip-gap","",r.spacing05)};var Re=m(I());function qo(e){let o=Ee[e];return Re.css`
124
+ .ft-typography--${(0,Re.unsafeCSS)(e)} {
125
+ font-family: ${o.fontFamily};
126
+ font-size: ${o.fontSize};
127
+ font-weight: ${o.fontWeight};
128
+ letter-spacing: ${o.letterSpacing};
129
+ line-height: ${o.lineHeight};
130
+ text-transform: ${o.textCase};
131
+ }
132
+ `}var Jo=u.FtCssVariableFactory.extend("--ft-typography-font-family","",u.designSystemVariables.titleFont),ht=u.FtCssVariableFactory.extend("--ft-typography-font-family","",u.designSystemVariables.contentFont),b={fontFamily:ht,fontSize:u.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:u.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:u.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:u.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:u.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Ut={fontFamily:u.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Jo),fontSize:u.FtCssVariableFactory.extend("--ft-typography-title-font-size","",b.fontSize,"20px"),fontWeight:u.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",b.fontWeight,"normal"),letterSpacing:u.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",b.letterSpacing,"0.15px"),lineHeight:u.FtCssVariableFactory.extend("--ft-typography-title-line-height","",b.lineHeight,"1.2"),textTransform:u.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",b.textTransform,"inherit")},Gt={fontFamily:u.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Jo),fontSize:u.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",b.fontSize,"14px"),fontWeight:u.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",b.fontWeight,"normal"),letterSpacing:u.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",b.letterSpacing,"0.105px"),lineHeight:u.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",b.lineHeight,"1.7"),textTransform:u.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",b.textTransform,"inherit")},Zt={fontFamily:u.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",ht),fontSize:u.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",b.fontSize,"16px"),fontWeight:u.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",b.fontWeight,"600"),letterSpacing:u.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",b.letterSpacing,"0.144px"),lineHeight:u.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",b.lineHeight,"1.5"),textTransform:u.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",b.textTransform,"inherit")},Mt={fontFamily:u.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",ht),fontSize:u.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",b.fontSize,"14px"),fontWeight:u.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",b.fontWeight,"normal"),letterSpacing:u.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",b.letterSpacing,"0.098px"),lineHeight:u.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",b.lineHeight,"1.7"),textTransform:u.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",b.textTransform,"inherit")},yt={fontFamily:u.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",ht),fontSize:u.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",b.fontSize,"16px"),fontWeight:u.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",b.fontWeight,"normal"),letterSpacing:u.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",b.letterSpacing,"0.496px"),lineHeight:u.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",b.lineHeight,"1.5"),textTransform:u.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",b.textTransform,"inherit")},Kt={fontFamily:u.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",ht),fontSize:u.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",b.fontSize,"14px"),fontWeight:u.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",b.fontWeight,"normal"),letterSpacing:u.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",b.letterSpacing,"0.252px"),lineHeight:u.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",b.lineHeight,"1.4"),textTransform:u.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",b.textTransform,"inherit")},lt={fontFamily:u.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",ht),fontSize:u.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",b.fontSize,"12px"),fontWeight:u.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",b.fontWeight,"normal"),letterSpacing:u.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",b.letterSpacing,"0.396px"),lineHeight:u.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",b.lineHeight,"1.33"),textTransform:u.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",b.textTransform,"inherit")},Ft={fontFamily:u.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",ht),fontSize:u.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",b.fontSize,"10px"),fontWeight:u.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",b.fontWeight,"normal"),letterSpacing:u.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",b.letterSpacing,"0.33px"),lineHeight:u.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",b.lineHeight,"1.6"),textTransform:u.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",b.textTransform,"inherit")},Vt={fontFamily:u.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",ht),fontSize:u.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",b.fontSize,"10px"),fontWeight:u.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",b.fontWeight,"normal"),letterSpacing:u.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",b.letterSpacing,"1.5px"),lineHeight:u.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",b.lineHeight,"1.6"),textTransform:u.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",b.textTransform,"uppercase")},dt={fontFamily:u.FtCssVariableFactory.extend("--ft-typography-button-font-family","",ht),fontSize:u.FtCssVariableFactory.extend("--ft-typography-button-font-size","",b.fontSize,"14px"),fontWeight:u.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",b.fontWeight,"600"),letterSpacing:u.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",b.letterSpacing,"1.246px"),lineHeight:u.FtCssVariableFactory.extend("--ft-typography-button-line-height","",b.lineHeight,"1.15"),textTransform:u.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",b.textTransform,"uppercase")},Qo=rt.css`
123
133
  .ft-typography--title {
124
- font-family: ${$};
125
- font-size: ${C};
126
- font-weight: ${I};
127
- letter-spacing: ${E};
128
- line-height: ${W};
129
- text-transform: ${U};
130
- }
131
- `,yt=e.css`
134
+ font-family: ${Ut.fontFamily};
135
+ font-size: ${Ut.fontSize};
136
+ font-weight: ${Ut.fontWeight};
137
+ letter-spacing: ${Ut.letterSpacing};
138
+ line-height: ${Ut.lineHeight};
139
+ text-transform: ${Ut.textTransform};
140
+ }
141
+ `,tr=rt.css`
132
142
  .ft-typography--title-dense {
133
- font-family: ${R};
134
- font-size: ${k};
135
- font-weight: ${z};
136
- letter-spacing: ${Z};
137
- line-height: ${L};
138
- text-transform: ${K};
139
- }
140
- `,mt=e.css`
143
+ font-family: ${Gt.fontFamily};
144
+ font-size: ${Gt.fontSize};
145
+ font-weight: ${Gt.fontWeight};
146
+ letter-spacing: ${Gt.letterSpacing};
147
+ line-height: ${Gt.lineHeight};
148
+ text-transform: ${Gt.textTransform};
149
+ }
150
+ `,er=rt.css`
141
151
  .ft-typography--subtitle1 {
142
- font-family: ${F};
143
- font-size: ${D};
144
- font-weight: ${B};
145
- letter-spacing: ${H};
146
- line-height: ${A};
147
- text-transform: ${G};
148
- }
149
- `,xt=e.css`
152
+ font-family: ${Zt.fontFamily};
153
+ font-size: ${Zt.fontSize};
154
+ font-weight: ${Zt.fontWeight};
155
+ letter-spacing: ${Zt.letterSpacing};
156
+ line-height: ${Zt.lineHeight};
157
+ text-transform: ${Zt.textTransform};
158
+ }
159
+ `,or=rt.css`
150
160
  .ft-typography--subtitle2 {
151
- font-family: ${P};
152
- font-size: ${j};
153
- font-weight: ${M};
154
- letter-spacing: ${T};
155
- line-height: ${Y};
156
- text-transform: ${_};
161
+ font-family: ${Mt.fontFamily};
162
+ font-size: ${Mt.fontSize};
163
+ font-weight: ${Mt.fontWeight};
164
+ letter-spacing: ${Mt.letterSpacing};
165
+ line-height: ${Mt.lineHeight};
166
+ text-transform: ${Mt.textTransform};
157
167
  }
158
168
 
159
- `,Ot=e.css`
169
+ `,rr=rt.css`
160
170
  .ft-typography--body1 {
161
- font-family: ${V.fontFamily};
162
- font-size: ${V.fontSize};
163
- font-weight: ${V.fontWeight};
164
- letter-spacing: ${V.letterSpacing};
165
- line-height: ${V.lineHeight};
166
- text-transform: ${V.textTransform};
167
- }
168
- `,vt=e.css`
171
+ font-family: ${yt.fontFamily};
172
+ font-size: ${yt.fontSize};
173
+ font-weight: ${yt.fontWeight};
174
+ letter-spacing: ${yt.letterSpacing};
175
+ line-height: ${yt.lineHeight};
176
+ text-transform: ${yt.textTransform};
177
+ }
178
+ `,nr=rt.css`
169
179
  .ft-typography--body2 {
170
- font-family: ${X};
171
- font-size: ${q};
172
- font-weight: ${J};
173
- letter-spacing: ${Q};
174
- line-height: ${tt};
175
- text-transform: ${ot};
176
- }
177
- `,Nt=e.css`
180
+ font-family: ${Kt.fontFamily};
181
+ font-size: ${Kt.fontSize};
182
+ font-weight: ${Kt.fontWeight};
183
+ letter-spacing: ${Kt.letterSpacing};
184
+ line-height: ${Kt.lineHeight};
185
+ text-transform: ${Kt.textTransform};
186
+ }
187
+ `,Ae=rt.css`
178
188
  .ft-typography--caption {
179
- font-family: ${et.fontFamily};
180
- font-size: ${et.fontSize};
181
- font-weight: ${et.fontWeight};
182
- letter-spacing: ${et.letterSpacing};
183
- line-height: ${et.lineHeight};
184
- text-transform: ${et.textTransform};
185
- }
186
- `,St=e.css`
189
+ font-family: ${lt.fontFamily};
190
+ font-size: ${lt.fontSize};
191
+ font-weight: ${lt.fontWeight};
192
+ letter-spacing: ${lt.letterSpacing};
193
+ line-height: ${lt.lineHeight};
194
+ text-transform: ${lt.textTransform};
195
+ }
196
+ `,ar=rt.css`
187
197
  .ft-typography--breadcrumb {
188
- font-family: ${rt};
189
- font-size: ${it};
190
- font-weight: ${at};
191
- letter-spacing: ${nt};
192
- line-height: ${lt};
193
- text-transform: ${ct};
194
- }
195
- `,wt=e.css`
198
+ font-family: ${Ft.fontFamily};
199
+ font-size: ${Ft.fontSize};
200
+ font-weight: ${Ft.fontWeight};
201
+ letter-spacing: ${Ft.letterSpacing};
202
+ line-height: ${Ft.lineHeight};
203
+ text-transform: ${Ft.textTransform};
204
+ }
205
+ `,ir=rt.css`
196
206
  .ft-typography--overline {
197
- font-family: ${pt};
198
- font-size: ${ft};
199
- font-weight: ${st};
200
- letter-spacing: ${dt};
201
- line-height: ${ht};
202
- text-transform: ${gt};
203
- }
204
- `,$t=e.css`
207
+ font-family: ${Vt.fontFamily};
208
+ font-size: ${Vt.fontSize};
209
+ font-weight: ${Vt.fontWeight};
210
+ letter-spacing: ${Vt.letterSpacing};
211
+ line-height: ${Vt.lineHeight};
212
+ text-transform: ${Vt.textTransform};
213
+ }
214
+ `,lr=rt.css`
205
215
  .ft-typography--button {
206
- font-family: ${bt.fontFamily};
207
- font-size: ${bt.fontSize};
208
- font-weight: ${bt.fontWeight};
209
- letter-spacing: ${bt.letterSpacing};
210
- line-height: ${bt.lineHeight};
211
- text-transform: ${bt.textTransform};
212
- }
213
- `,Ct=e.css`
216
+ font-family: ${dt.fontFamily};
217
+ font-size: ${dt.fontSize};
218
+ font-weight: ${dt.fontWeight};
219
+ letter-spacing: ${dt.letterSpacing};
220
+ line-height: ${dt.lineHeight};
221
+ text-transform: ${dt.textTransform};
222
+ }
223
+ `,cr=rt.css`
214
224
  .ft-typography {
215
225
  vertical-align: inherit;
216
226
  }
217
- `,It=[Object.keys(x).map((t=>function(t){const o=x[t];return e.css`
218
- .ft-typography--${e.unsafeCSS(t)} {
219
- font-family: ${o.fontFamily};
220
- font-size: ${o.fontSize};
221
- font-weight: ${o.fontWeight};
222
- letter-spacing: ${o.letterSpacing};
223
- line-height: ${o.lineHeight};
224
- text-transform: ${o.textCase};
225
- }
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
+ `,pr=[Object.keys(Ee).map(e=>qo(e))];var sr=m(I()),ce=m(E()),Y={color:ce.FtCssVariableFactory.extend("--ft-loader-color","",ce.designSystemVariables.colorPrimary),size:ce.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},dr=sr.css`
227
228
  :host {
228
229
  line-height: 0;
229
230
  }
@@ -232,8 +233,8 @@
232
233
  display: inline-block;
233
234
  position: relative;
234
235
 
235
- width: ${Et.size};
236
- height: ${Et.size};
236
+ width: ${Y.size};
237
+ height: ${Y.size};
237
238
  }
238
239
 
239
240
  .ft-loader div {
@@ -242,7 +243,7 @@
242
243
  width: 25%;
243
244
  height: 25%;
244
245
  border-radius: 50%;
245
- background: ${Et.color};
246
+ background: ${Y.color};
246
247
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
247
248
  }
248
249
 
@@ -289,10 +290,10 @@
289
290
  transform: translate(0, 0);
290
291
  }
291
292
  100% {
292
- transform: translate(calc(0.35 * ${Et.size}), 0);
293
+ transform: translate(calc(0.35 * ${Y.size}), 0);
293
294
  }
294
295
  }
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
+ `;var fr=m(I()),bt=m(E()),X={size:bt.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:bt.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",bt.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:bt.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",bt.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:bt.FtCssVariableFactory.extend("--ft-icon-material-font-family","",bt.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:bt.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},ur=fr.css`
296
297
  :host, i.ft-icon {
297
298
  display: inline-flex;
298
299
  align-items: center;
@@ -301,14 +302,14 @@
301
302
  }
302
303
 
303
304
  :host {
304
- width: ${Ut.size};
305
- height: ${Ut.size};
305
+ width: ${X.size};
306
+ height: ${X.size};
306
307
  }
307
308
 
308
309
  i.ft-icon {
309
310
  width: 100%;
310
311
  height: 100%;
311
- font-size: ${Ut.size};
312
+ font-size: ${X.size};
312
313
  line-height: 1;
313
314
  font-weight: normal;
314
315
  text-transform: none;
@@ -319,28 +320,28 @@
319
320
  text-rendering: auto;
320
321
  -webkit-font-smoothing: antialiased;
321
322
  -moz-osx-font-smoothing: grayscale;
322
- vertical-align: ${Ut.verticalAlign};
323
+ vertical-align: ${X.verticalAlign};
323
324
  }
324
325
 
325
326
  i.ft-icon.ft-icon--fluid-topics {
326
- font-family: ${Ut.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
327
+ font-family: ${X.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
327
328
 
328
329
  /* Ugly fix because font is broken */
329
- font-size: calc(0.75 * ${Ut.size});
330
- line-height: ${Ut.size};
330
+ font-size: calc(0.75 * ${X.size});
331
+ line-height: ${X.size};
331
332
  position: relative;
332
333
  top: -4%;
333
334
  justify-content: center;
334
335
  }
335
336
 
336
337
  .ft-icon--file-format {
337
- font-family: ${Ut.fileFormatFontFamily}, ft-mime, sans-serif;
338
+ font-family: ${X.fileFormatFontFamily}, ft-mime, sans-serif;
338
339
  }
339
340
 
340
341
  .ft-icon--material {
341
- font-family: ${Ut.materialFontFamily}, "Material Icons", sans-serif;
342
+ font-family: ${X.materialFontFamily}, "Material Icons", sans-serif;
342
343
  }
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","",bt.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
+ `;var gr=S.FtCssVariableFactory.extend("--ft-button-color","",S.designSystemVariables.colorPrimary),U={backgroundColor:S.FtCssVariableFactory.extend("--ft-button-background-color","",S.designSystemVariables.colorSurface),borderRadius:S.FtCssVariableFactory.extend("--ft-button-border-radius","",S.designSystemVariables.borderRadiusL),color:gr,fontSize:S.FtCssVariableFactory.extend("--ft-button-font-size","",dt.fontSize),iconSize:S.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:S.FtCssVariableFactory.extend("--ft-button-ripple-color","",gr),verticalPadding:S.FtCssVariableFactory.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:S.FtCssVariableFactory.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:S.FtCssVariableFactory.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:S.FtCssVariableFactory.external(S.designSystemVariables.colorOpacityDisabled,"Design system")},mr=S.FtCssVariableFactory.extend("--ft-button-primary-color","",S.FtCssVariableFactory.extend("--ft-button-color","",S.designSystemVariables.colorOnPrimary)),De={backgroundColor:S.FtCssVariableFactory.extend("--ft-button-primary-background-color","",S.FtCssVariableFactory.extend("--ft-button-background-color","",S.designSystemVariables.colorPrimary)),color:mr,rippleColor:S.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",mr)},ft={borderRadius:S.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",S.FtCssVariableFactory.extend("--ft-button-border-radius","",S.designSystemVariables.borderRadiusM)),verticalPadding:S.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:S.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:S.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px")},hr=[yr.css`
344
345
  :host {
345
346
  display: inline-block;
346
347
  max-width: 100%;
@@ -351,7 +352,7 @@
351
352
  box-shadow: 0px 0px 0px transparent;
352
353
  border: 0px solid transparent;
353
354
  text-shadow: 0px 0px 0px transparent;
354
- font-size: ${zt.fontSize};
355
+ font-size: ${U.fontSize};
355
356
  }
356
357
 
357
358
  button:hover {
@@ -380,31 +381,31 @@
380
381
  border: none;
381
382
  pointer-events: auto;
382
383
 
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)};
384
+ --ft-button-internal-line-height: max(calc(${U.fontSize} + 2px), ${U.iconSize});
385
+ --ft-button-internal-color: ${U.color};
386
+ ${(0,S.setVariable)(X.size,U.iconSize)};
387
+ ${(0,S.setVariable)(C.color,U.rippleColor)};
387
388
 
388
- border-radius: ${zt.borderRadius};
389
- padding: ${zt.verticalPadding} ${zt.horizontalPadding};
390
- background-color: ${zt.backgroundColor};
389
+ border-radius: ${U.borderRadius};
390
+ padding: ${U.verticalPadding} ${U.horizontalPadding};
391
+ background-color: ${U.backgroundColor};
391
392
  color: var(--ft-button-internal-color);
392
393
  -webkit-mask-image: radial-gradient(white, black);
393
394
  }
394
395
 
395
396
  .ft-button.ft-button--outlined {
396
397
  border: 1px solid var(--ft-button-internal-color);
397
- padding: calc(${zt.verticalPadding} - 1px) calc(${zt.horizontalPadding} - 1px);
398
+ padding: calc(${U.verticalPadding} - 1px) calc(${U.horizontalPadding} - 1px);
398
399
  }
399
400
 
400
401
  .ft-button.ft-button--dense {
401
- padding: ${Ft} ${Dt};
402
- border-radius: ${Kt};
403
- gap: ${Bt};
402
+ padding: ${ft.verticalPadding} ${ft.horizontalPadding};
403
+ border-radius: ${ft.borderRadius};
404
+ gap: ${ft.iconPadding};
404
405
  }
405
406
 
406
407
  .ft-button.ft-button--dense.ft-button--outlined {
407
- padding: calc(${Ft} - 1px) calc(${Dt} - 1px);
408
+ padding: calc(${ft.verticalPadding} - 1px) calc(${ft.horizontalPadding} - 1px);
408
409
  }
409
410
 
410
411
  .ft-button:not([disabled]):hover {
@@ -412,22 +413,22 @@
412
413
  }
413
414
 
414
415
  .ft-button--round {
415
- border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${zt.verticalPadding});
416
+ border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${U.verticalPadding});
416
417
  }
417
418
 
418
419
  .ft-button--round.ft-button--dense {
419
- border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${Ft});
420
+ border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${ft.verticalPadding});
420
421
  }
421
422
 
422
423
  .ft-button[disabled] {
423
424
  filter: grayscale(1);
424
- opacity: ${zt.opacityDisabled};
425
+ opacity: ${U.opacityDisabled};
425
426
  }
426
427
 
427
428
  .ft-button.ft-button--primary {
428
- background-color: ${Lt.backgroundColor};
429
- --ft-button-internal-color: ${Lt.color};
430
- ${o.setVariable(c.color,Lt.rippleColor)};
429
+ background-color: ${De.backgroundColor};
430
+ --ft-button-internal-color: ${De.color};
431
+ ${(0,S.setVariable)(C.color,De.rippleColor)};
431
432
  }
432
433
 
433
434
  .ft-button:focus {
@@ -440,74 +441,64 @@
440
441
  white-space: nowrap;
441
442
  text-overflow: ellipsis;
442
443
  display: block;
443
- margin: 0 ${zt.iconPadding};
444
- ${o.setVariable(bt.fontSize,"1em")};
445
- ${o.setVariable(bt.lineHeight,"var(--ft-button-internal-line-height)")};
444
+ margin: 0 ${U.iconPadding};
445
+ ${(0,S.setVariable)(dt.fontSize,"1em")};
446
+ ${(0,S.setVariable)(dt.lineHeight,"var(--ft-button-internal-line-height)")};
446
447
  }
447
448
 
448
449
  .ft-button--dense .ft-button--label {
449
- margin: 0 ${Bt};
450
+ margin: 0 ${ft.iconPadding};
450
451
  }
451
452
 
452
453
  .ft-button--label[hidden] {
453
454
  display: none;
454
455
  }
455
456
 
456
- ft-icon {
457
+ [part="icon"] {
457
458
  flex-shrink: 0;
458
459
  position: relative;
459
460
  }
460
461
 
461
- .ft-button--label[hidden] + ft-icon {
462
- margin: 0 calc(${zt.horizontalPadding} * -1);
463
- padding: 0 ${zt.verticalPadding};
462
+ .ft-button--label[hidden] + [part="icon"] {
463
+ margin: 0 calc(${U.horizontalPadding} * -1);
464
+ padding: 0 ${U.verticalPadding};
464
465
  }
465
466
 
466
- .ft-button--dense .ft-button--label[hidden] + ft-icon {
467
- margin: 0 calc(${Dt} * -1);
468
- padding: 0 ${Ft};
467
+ .ft-button--dense .ft-button--label[hidden] + [part="icon"] {
468
+ margin: 0 calc(${ft.horizontalPadding} * -1);
469
+ padding: 0 ${ft.verticalPadding};
469
470
  }
470
471
 
471
- .ft-button:not(.ft-button--trailing-icon) ft-icon,
472
- .ft-button:not(.ft-button--trailing-icon) ft-loader {
473
- order: -1;
472
+ .ft-button:not(.ft-button--trailing-icon) [part="label"]{
473
+ order: 2;
474
474
  }
475
475
 
476
476
  ft-loader {
477
- ${o.setVariable(Et.size,zt.iconSize)};
478
- ${o.setVariable(Et.color,"var(--ft-button-internal-color)")};
477
+ ${(0,S.setVariable)(Y.size,U.iconSize)};
478
+ ${(0,S.setVariable)(Y.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 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`
480
+ `,S.noTextSelect];var ee=m(E());var Or=m(E());var xr=m(I()),Z=m(it()),Sr=m(pe()),se=m(E());var q=function(e,o,n,a){var i=arguments.length,l=i<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,n):a,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,a);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(l=(i<3?c(l):i>3?c(o,n,l):c(o,n))||l);return i>3&&l&&Object.defineProperty(o,n,l),l},$=class extends se.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 se.Debouncer(1e3),this.onTransitionStart=o=>{o.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=o=>{o.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new se.Debouncer(10),this.moveRipple=o=>{var n,a;let{x:i,y:l}=this.getCoordinates(o),c=(a=(n=this.ripple)===null||n===void 0?void 0:n.getBoundingClientRect())!==null&&a!==void 0?a:{x:0,y:0,width:0,height:0};this.originX=Math.round(i!=null?i-c.x:c.width/2),this.originY=Math.round(l!=null?l-c.y:c.height/2)},this.startPress=o=>{this.moveRipple(o),this.pressed=!this.isIgnored(o)},this.endPress=()=>{this.pressed=!1},this.startHover=o=>{this.hovered=!this.isIgnored(o)},this.endHover=()=>{this.hovered=!1},this.startFocus=o=>{this.focused=this.isFocusVisible(o?.target)&&!this.isIgnored(o)},this.endFocus=()=>{this.focused=!1}}render(){let o={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return xr.html`
481
481
  <style>
482
482
  .ft-ripple .ft-ripple--effect {
483
483
  left: ${this.originX}px;
484
484
  top: ${this.originY}px;
485
485
  }
486
486
  </style>
487
- <div class="${i.classMap(t)}">
487
+ <div class="${(0,Sr.classMap)(o)}">
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()}}Gt.elementDefinitions={},Gt.styles=b,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
- /**
493
- * @license
494
- * Copyright 2017 Google LLC
495
- * SPDX-License-Identifier: BSD-3-Clause
496
- */
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 bo=(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 uo{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]=bo(t,o);if(this.el=uo.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=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=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?.(uo,xo),(Pt.litHtmlVersions??=[]).push("3.1.0");
498
- /**
499
- * @license
500
- * Copyright 2020 Google LLC
501
- * SPDX-License-Identifier: BSD-3-Clause
502
- */
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)}
491
+ `}contentAvailableCallback(o){super.contentAvailableCallback(o),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(o){var n,a;super.update(o),o.has("disabled")&&(this.disabled?(this.endRipple(),(n=this.target)===null||n===void 0||n.removeAttribute("data-is-ft-ripple-target")):(a=this.target)===null||a===void 0||a.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run(()=>this.defaultSetup())}defaultSetup(){var o,n;let a=(o=this.shadowRoot)===null||o===void 0?void 0:o.host.parentElement;a&&this.setupFor((n=this.target)!==null&&n!==void 0?n:a)}setupFor(o){if(this.setupDebouncer.cancel(),this.target===o)return;this.onDisconnect&&this.onDisconnect(),this.target=o,o.setAttribute("data-is-ft-ripple-target","true");let n=(...s)=>d=>{s.forEach(g=>window.addEventListener(g,this.endPress,{once:!0})),this.startPress(d)},a=n("mouseup","contextmenu"),i=n("touchend","touchcancel"),l=s=>{["Enter"," "].includes(s.key)&&n("keyup")(s)},c={passive:!0};o.addEventListener("mouseover",this.startHover,c),o.addEventListener("mousemove",this.moveRipple,c),o.addEventListener("mouseleave",this.endHover,c),o.addEventListener("mousedown",a,c),o.addEventListener("touchstart",i,c),o.addEventListener("touchmove",this.moveRipple,c),o.addEventListener("keydown",l,c),o.addEventListener("focus",this.startFocus,c),o.addEventListener("blur",this.endFocus,c),o.addEventListener("focusin",this.startFocus,c),o.addEventListener("focusout",this.endFocus,c),this.onDisconnect=()=>{o.removeAttribute("data-is-ft-ripple-target"),o.removeEventListener("mouseover",this.startHover,c),o.removeEventListener("mousemove",this.moveRipple,c),o.removeEventListener("mouseleave",this.endHover,c),o.removeEventListener("mousedown",a,c),o.removeEventListener("touchstart",i,c),o.removeEventListener("touchmove",this.moveRipple,c),o.removeEventListener("keydown",l,c),o.removeEventListener("focus",this.startFocus,c),o.removeEventListener("blur",this.endFocus,c),o.removeEventListener("focusin",this.startFocus,c),o.removeEventListener("focusout",this.endFocus,c),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(o){let n=o,a=o,i,l;return n.x!=null?{x:i,y:l}=n:a.touches!=null&&(i=a.touches[0].clientX,l=a.touches[0].clientY),{x:i,y:l}}isFocusVisible(o){return o instanceof HTMLElement?o.matches(":focus-visible"):!0}isIgnored(o){if(this.disabled)return!0;if(o!=null)for(let n of o.composedPath()){if(n===this.target)break;if("hasAttribute"in n&&n.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};$.elementDefinitions={};$.styles=wo;q([(0,Z.property)({type:Boolean})],$.prototype,"primary",void 0);q([(0,Z.property)({type:Boolean})],$.prototype,"secondary",void 0);q([(0,Z.property)({type:Boolean})],$.prototype,"unbounded",void 0);q([(0,Z.property)({type:Boolean})],$.prototype,"activated",void 0);q([(0,Z.property)({type:Boolean})],$.prototype,"selected",void 0);q([(0,Z.property)({type:Boolean})],$.prototype,"disabled",void 0);q([(0,Z.state)()],$.prototype,"hovered",void 0);q([(0,Z.state)()],$.prototype,"focused",void 0);q([(0,Z.state)()],$.prototype,"pressed",void 0);q([(0,Z.state)()],$.prototype,"rippling",void 0);q([(0,Z.state)()],$.prototype,"originX",void 0);q([(0,Z.state)()],$.prototype,"originY",void 0);q([(0,Z.query)(".ft-ripple")],$.prototype,"ripple",void 0);q([(0,Z.query)(".ft-ripple--effect")],$.prototype,"rippleEffect",void 0);(0,Or.customElement)("ft-ripple")($);var mn=m(E());var gn=m(I()),D=m(it()),Se=m(E());var Ur=m(E());var Ve=globalThis,Le=Ve.trustedTypes,Cr=Le?Le.createPolicy("lit-html",{createHTML:e=>e}):void 0,Ar="$lit$",Rt=`lit$${(Math.random()+"").slice(9)}$`,Lr="?"+Rt,Xn=`<${Lr}>`,It=document,$e=()=>It.createComment(""),fe=e=>e===null||typeof e!="object"&&typeof e!="function",$r=Array.isArray,qn=e=>$r(e)||typeof e?.[Symbol.iterator]=="function",Ue=`[
492
+ \f\r]`,de=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,vr=/-->/g,Nr=/>/g,Pt=RegExp(`>|${Ue}(?:([^\\s"'>=/]+)(${Ue}*=${Ue}*(?:[^
493
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),wr=/'/g,Er=/"/g,Pr=/^(?:script|style|textarea|title)$/i,Wr=e=>(o,...n)=>({_$litType$:e,strings:o,values:n}),Ir=Wr(1),zr=Wr(2),ue=Symbol.for("lit-noChange"),G=Symbol.for("lit-nothing"),Rr=new WeakMap,Wt=It.createTreeWalker(It,129);function Br(e,o){if(!Array.isArray(e)||!e.hasOwnProperty("raw"))throw Error("invalid template strings array");return Cr!==void 0?Cr.createHTML(o):o}var Jn=(e,o)=>{let n=e.length-1,a=[],i,l=o===2?"<svg>":"",c=de;for(let s=0;s<n;s++){let d=e[s],g,x,h=-1,N=0;for(;N<d.length&&(c.lastIndex=N,x=c.exec(d),x!==null);)N=c.lastIndex,c===de?x[1]==="!--"?c=vr:x[1]!==void 0?c=Nr:x[2]!==void 0?(Pr.test(x[2])&&(i=RegExp("</"+x[2],"g")),c=Pt):x[3]!==void 0&&(c=Pt):c===Pt?x[0]===">"?(c=i??de,h=-1):x[1]===void 0?h=-2:(h=c.lastIndex-x[2].length,g=x[1],c=x[3]===void 0?Pt:x[3]==='"'?Er:wr):c===Er||c===wr?c=Pt:c===vr||c===Nr?c=de:(c=Pt,i=void 0);let O=c===Pt&&e[s+1].startsWith("/>")?" ":"";l+=c===de?d+Xn:h>=0?(a.push(g),d.slice(0,h)+Ar+d.slice(h)+Rt+O):d+Rt+(h===-2?s:O)}return[Br(e,l+(e[n]||"<?>")+(o===2?"</svg>":"")),a]},ge=class e{constructor({strings:o,_$litType$:n},a){let i;this.parts=[];let l=0,c=0,s=o.length-1,d=this.parts,[g,x]=Jn(o,n);if(this.el=e.createElement(g,a),Wt.currentNode=this.el.content,n===2){let h=this.el.content.firstChild;h.replaceWith(...h.childNodes)}for(;(i=Wt.nextNode())!==null&&d.length<s;){if(i.nodeType===1){if(i.hasAttributes())for(let h of i.getAttributeNames())if(h.endsWith(Ar)){let N=x[c++],O=i.getAttribute(h).split(Rt),R=/([.?@])?(.*)/.exec(N);d.push({type:1,index:l,name:R[2],strings:O,ctor:R[1]==="."?Ze:R[1]==="?"?Me:R[1]==="@"?Ke:Yt}),i.removeAttribute(h)}else h.startsWith(Rt)&&(d.push({type:6,index:l}),i.removeAttribute(h));if(Pr.test(i.tagName)){let h=i.textContent.split(Rt),N=h.length-1;if(N>0){i.textContent=Le?Le.emptyScript:"";for(let O=0;O<N;O++)i.append(h[O],$e()),Wt.nextNode(),d.push({type:2,index:++l});i.append(h[N],$e())}}}else if(i.nodeType===8)if(i.data===Lr)d.push({type:2,index:l});else{let h=-1;for(;(h=i.data.indexOf(Rt,h+1))!==-1;)d.push({type:7,index:l}),h+=Rt.length-1}l++}}static createElement(o,n){let a=It.createElement("template");return a.innerHTML=o,a}};function jt(e,o,n=e,a){if(o===ue)return o;let i=a!==void 0?n._$Co?.[a]:n._$Cl,l=fe(o)?void 0:o._$litDirective$;return i?.constructor!==l&&(i?._$AO?.(!1),l===void 0?i=void 0:(i=new l(e),i._$AT(e,n,a)),a!==void 0?(n._$Co??=[])[a]=i:n._$Cl=i),i!==void 0&&(o=jt(e,i._$AS(e,o.values),i,a)),o}var Ge=class{constructor(o,n){this._$AV=[],this._$AN=void 0,this._$AD=o,this._$AM=n}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(o){let{el:{content:n},parts:a}=this._$AD,i=(o?.creationScope??It).importNode(n,!0);Wt.currentNode=i;let l=Wt.nextNode(),c=0,s=0,d=a[0];for(;d!==void 0;){if(c===d.index){let g;d.type===2?g=new Pe(l,l.nextSibling,this,o):d.type===1?g=new d.ctor(l,d.name,d.strings,this,o):d.type===6&&(g=new Fe(l,this,o)),this._$AV.push(g),d=a[++s]}c!==d?.index&&(l=Wt.nextNode(),c++)}return Wt.currentNode=It,i}p(o){let n=0;for(let a of this._$AV)a!==void 0&&(a.strings!==void 0?(a._$AI(o,a,n),n+=a.strings.length-2):a._$AI(o[n])),n++}},Pe=class e{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(o,n,a,i){this.type=2,this._$AH=G,this._$AN=void 0,this._$AA=o,this._$AB=n,this._$AM=a,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let o=this._$AA.parentNode,n=this._$AM;return n!==void 0&&o?.nodeType===11&&(o=n.parentNode),o}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(o,n=this){o=jt(this,o,n),fe(o)?o===G||o==null||o===""?(this._$AH!==G&&this._$AR(),this._$AH=G):o!==this._$AH&&o!==ue&&this._(o):o._$litType$!==void 0?this.g(o):o.nodeType!==void 0?this.$(o):qn(o)?this.T(o):this._(o)}k(o){return this._$AA.parentNode.insertBefore(o,this._$AB)}$(o){this._$AH!==o&&(this._$AR(),this._$AH=this.k(o))}_(o){this._$AH!==G&&fe(this._$AH)?this._$AA.nextSibling.data=o:this.$(It.createTextNode(o)),this._$AH=o}g(o){let{values:n,_$litType$:a}=o,i=typeof a=="number"?this._$AC(o):(a.el===void 0&&(a.el=ge.createElement(Br(a.h,a.h[0]),this.options)),a);if(this._$AH?._$AD===i)this._$AH.p(n);else{let l=new Ge(i,this),c=l.u(this.options);l.p(n),this.$(c),this._$AH=l}}_$AC(o){let n=Rr.get(o.strings);return n===void 0&&Rr.set(o.strings,n=new ge(o)),n}T(o){$r(this._$AH)||(this._$AH=[],this._$AR());let n=this._$AH,a,i=0;for(let l of o)i===n.length?n.push(a=new e(this.k($e()),this.k($e()),this,this.options)):a=n[i],a._$AI(l),i++;i<n.length&&(this._$AR(a&&a._$AB.nextSibling,i),n.length=i)}_$AR(o=this._$AA.nextSibling,n){for(this._$AP?.(!1,!0,n);o&&o!==this._$AB;){let a=o.nextSibling;o.remove(),o=a}}setConnected(o){this._$AM===void 0&&(this._$Cv=o,this._$AP?.(o))}},Yt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(o,n,a,i,l){this.type=1,this._$AH=G,this._$AN=void 0,this.element=o,this.name=n,this._$AM=i,this.options=l,a.length>2||a[0]!==""||a[1]!==""?(this._$AH=Array(a.length-1).fill(new String),this.strings=a):this._$AH=G}_$AI(o,n=this,a,i){let l=this.strings,c=!1;if(l===void 0)o=jt(this,o,n,0),c=!fe(o)||o!==this._$AH&&o!==ue,c&&(this._$AH=o);else{let s=o,d,g;for(o=l[0],d=0;d<l.length-1;d++)g=jt(this,s[a+d],n,d),g===ue&&(g=this._$AH[d]),c||=!fe(g)||g!==this._$AH[d],g===G?o=G:o!==G&&(o+=(g??"")+l[d+1]),this._$AH[d]=g}c&&!i&&this.O(o)}O(o){o===G?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,o??"")}},Ze=class extends Yt{constructor(){super(...arguments),this.type=3}O(o){this.element[this.name]=o===G?void 0:o}},Me=class extends Yt{constructor(){super(...arguments),this.type=4}O(o){this.element.toggleAttribute(this.name,!!o&&o!==G)}},Ke=class extends Yt{constructor(o,n,a,i,l){super(o,n,a,i,l),this.type=5}_$AI(o,n=this){if((o=jt(this,o,n,0)??G)===ue)return;let a=this._$AH,i=o===G&&a!==G||o.capture!==a.capture||o.once!==a.once||o.passive!==a.passive,l=o!==G&&(a===G||i);i&&this.element.removeEventListener(this.name,this,a),l&&this.element.addEventListener(this.name,this,o),this._$AH=o}handleEvent(o){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,o):this._$AH.handleEvent(o)}},Fe=class{constructor(o,n,a){this.element=o,this.type=6,this._$AN=void 0,this._$AM=n,this.options=a}get _$AU(){return this._$AM._$AU}_$AI(o){jt(this,o)}};var Qn=Ve.litHtmlPolyfillSupport;Qn?.(ge,Pe),(Ve.litHtmlVersions??=[]).push("3.1.0");var _r=Symbol.for(""),ta=e=>{if(e?.r===_r)return e?._$litStatic$},je=e=>({_$litStatic$:e,r:_r});var Tr=new Map,Hr=e=>(o,...n)=>{let a=n.length,i,l,c=[],s=[],d,g=0,x=!1;for(;g<a;){for(d=o[g];g<a&&(l=n[g],(i=ta(l))!==void 0);)d+=i+o[++g],x=!0;g!==a&&s.push(l),c.push(d),g++}if(g===a&&c.push(o[a]),x){let h=c.join("$$lit$$");(o=Tr.get(h))===void 0&&(c.raw=c,Tr.set(h,o=c)),n=s}return e(o,...n)},Ye=Hr(Ir),dp=Hr(zr);var Xe=m(it()),Dr=m(E());var zt;(function(e){e.title="title",e.title_dense="title-dense",e.subtitle1="subtitle1",e.subtitle2="subtitle2",e.body1="body1",e.body2="body2",e.caption="caption",e.breadcrumb="breadcrumb",e.overline="overline",e.button="button",e.display="display",e.title1="title-1",e.title2="title-2",e.title3="title-3",e.body1regular="body-1-regular",e.body1medium="body-1-medium",e.body1semibold="body-1-semibold",e.body2regular="body-2-regular",e.body2medium="body-2-medium",e.body2semibold="body-2-semibold",e.label1medium="label-1-medium",e.label1semibold="label-1-semibold",e.label1bold="label-1-bold",e.label2medium="label-2-medium",e.label2semibold="label-2-semibold",e.label2bold="label-2-bold",e.caption1medium="caption-1-medium",e.caption1semibold="caption-1-semibold",e.caption1bold="caption-1-bold",e.caption2medium="caption-2-medium",e.caption2semibold="caption-2-semibold",e.caption2bold="caption-2-bold"})(zt||(zt={}));var kr=function(e,o,n,a){var i=arguments.length,l=i<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,n):a,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,a);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(l=(i<3?c(l):i>3?c(o,n,l):c(o,n))||l);return i>3&&l&&Object.defineProperty(o,n,l),l},V=class extends Dr.FtLitElement{constructor(){super(...arguments),this.variant=zt.body1}render(){return this.element?Ye`
494
+ <${je(this.element)}
495
+ part="text"
505
496
  class="ft-typography ft-typography--${this.variant}">
506
497
  <slot></slot>
507
- </${Eo(this.element)}>
508
- `:Uo`
509
- <slot class="ft-typography ft-typography--${this.variant}"></slot>
510
- `}}zo.styles=[ut,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`
498
+ </${je(this.element)}>
499
+ `:Ye`
500
+ <slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
501
+ `}};V.styles=[Qo,tr,er,or,rr,nr,Ae,ar,ir,lr,cr,...pr];kr([(0,Xe.property)()],V.prototype,"element",void 0);kr([(0,Xe.property)()],V.prototype,"variant",void 0);(0,Ur.customElement)("ft-typography")(V);var Gr=m(I()),xt=m(E()),Xt={distance:xt.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:xt.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:xt.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:xt.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:xt.FtCssVariableFactory.external(xt.designSystemVariables.borderRadiusS,"Design system"),maxWidth:xt.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Zr=Gr.css`
511
502
  .ft-tooltip--container {
512
503
  display: block;
513
504
  }
@@ -522,21 +513,21 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Eo=t=>({_$li
522
513
  box-sizing: border-box;
523
514
  overflow: hidden;
524
515
  width: max-content;
525
- max-width: ${Bo};
516
+ max-width: ${Xt.maxWidth};
526
517
  text-align: center;
527
- padding: ${Zo};
528
- z-index: ${Fo};
518
+ padding: ${Xt.distance};
519
+ z-index: ${Xt.zIndex};
529
520
  }
530
521
 
531
522
  .ft-tooltip--content {
532
523
  padding: 4px 8px;
533
- border-radius: ${Do};
534
- background-color: ${Ko};
535
- color: ${Lo};
524
+ border-radius: ${Xt.borderRadiusS};
525
+ background-color: ${Xt.backgroundColor};
526
+ color: ${Xt.color};
536
527
  position: relative;
537
528
  word-break: break-word;
538
529
  }
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),b=l[d?"floating"===s?"reference":"floating":s],u=ie(await a.getClippingRect({element:null==(e=await(null==a.isElement?void 0:a.isElement(b)))||e?b:b.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:(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 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),b=void 0!==s||d===Go?le(s||null,h,d):d,u=await ne(o,g),y=(null==(e=n.autoPlacement)?void 0:e.index)||0,m=b[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:b[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=b[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 be(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 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||be(t)&&t.host||se(t);return be(o)?o.host:o}function we(t){const o=Se(t);return Oe(o)?t.ownerDocument?t.ownerDocument.body:t.body:ge(o)&&ue(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||[],ue(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)||ue(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)||ue(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)||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=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:b}=l[e],{x:u,y,data:m,reset:x}=await b({x:f,y:s,initialPlacement:r,placement:d,strategy:i,middlewareData:h,rects:p,platform:n,elements:{reference:t,floating:o}});f=null!=u?u:f,s=null!=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`
530
+ `;var Kr=["top","right","bottom","left"],Mr=["start","end"],Je=Kr.reduce((e,o)=>e.concat(o,o+"-"+Mr[0],o+"-"+Mr[1]),[]),me=Math.min,At=Math.max,ye=Math.round;var St=e=>({x:e,y:e}),ea={left:"right",right:"left",bottom:"top",top:"bottom"},oa={start:"end",end:"start"};function Qe(e,o,n){return At(e,me(o,n))}function We(e,o){return typeof e=="function"?e(o):e}function qt(e){return e.split("-")[0]}function Lt(e){return e.split("-")[1]}function to(e){return e==="x"?"y":"x"}function eo(e){return e==="y"?"height":"width"}function Ie(e){return["top","bottom"].includes(qt(e))?"y":"x"}function oo(e){return to(Ie(e))}function Fr(e,o,n){n===void 0&&(n=!1);let a=Lt(e),i=oo(e),l=eo(i),c=i==="x"?a===(n?"end":"start")?"right":"left":a==="start"?"bottom":"top";return o.reference[l]>o.floating[l]&&(c=qe(c)),[c,qe(c)]}function Vr(e){return e.replace(/start|end/g,o=>oa[o])}function qe(e){return e.replace(/left|right|bottom|top/g,o=>ea[o])}function ra(e){return{top:0,right:0,bottom:0,left:0,...e}}function jr(e){return typeof e!="number"?ra(e):{top:e,right:e,bottom:e,left:e}}function Bt(e){return{...e,top:e.y,left:e.x,right:e.x+e.width,bottom:e.y+e.height}}function Yr(e,o,n){let{reference:a,floating:i}=e,l=Ie(o),c=oo(o),s=eo(c),d=qt(o),g=l==="y",x=a.x+a.width/2-i.width/2,h=a.y+a.height/2-i.height/2,N=a[s]/2-i[s]/2,O;switch(d){case"top":O={x,y:a.y-i.height};break;case"bottom":O={x,y:a.y+a.height};break;case"right":O={x:a.x+a.width,y:h};break;case"left":O={x:a.x-i.width,y:h};break;default:O={x:a.x,y:a.y}}switch(Lt(o)){case"start":O[c]-=N*(n&&g?-1:1);break;case"end":O[c]+=N*(n&&g?-1:1);break}return O}var Xr=async(e,o,n)=>{let{placement:a="bottom",strategy:i="absolute",middleware:l=[],platform:c}=n,s=l.filter(Boolean),d=await(c.isRTL==null?void 0:c.isRTL(o)),g=await c.getElementRects({reference:e,floating:o,strategy:i}),{x,y:h}=Yr(g,a,d),N=a,O={},R=0;for(let z=0;z<s.length;z++){let{name:H,fn:B}=s[z],{x:k,y:F,data:wt,reset:K}=await B({x,y:h,initialPlacement:a,placement:N,strategy:i,middlewareData:O,rects:g,platform:c,elements:{reference:e,floating:o}});if(x=k??x,h=F??h,O={...O,[H]:{...O[H],...wt}},K&&R<=50){R++,typeof K=="object"&&(K.placement&&(N=K.placement),K.rects&&(g=K.rects===!0?await c.getElementRects({reference:e,floating:o,strategy:i}):K.rects),{x,y:h}=Yr(g,N,d)),z=-1;continue}}return{x,y:h,placement:N,strategy:i,middlewareData:O}};async function ro(e,o){var n;o===void 0&&(o={});let{x:a,y:i,platform:l,rects:c,elements:s,strategy:d}=e,{boundary:g="clippingAncestors",rootBoundary:x="viewport",elementContext:h="floating",altBoundary:N=!1,padding:O=0}=We(o,e),R=jr(O),H=s[N?h==="floating"?"reference":"floating":h],B=Bt(await l.getClippingRect({element:(n=await(l.isElement==null?void 0:l.isElement(H)))==null||n?H:H.contextElement||await(l.getDocumentElement==null?void 0:l.getDocumentElement(s.floating)),boundary:g,rootBoundary:x,strategy:d})),k=h==="floating"?{...c.floating,x:a,y:i}:c.reference,F=await(l.getOffsetParent==null?void 0:l.getOffsetParent(s.floating)),wt=await(l.isElement==null?void 0:l.isElement(F))?await(l.getScale==null?void 0:l.getScale(F))||{x:1,y:1}:{x:1,y:1},K=Bt(l.convertOffsetParentRelativeRectToViewportRelativeRect?await l.convertOffsetParentRelativeRectToViewportRelativeRect({rect:k,offsetParent:F,strategy:d}):k);return{top:(B.top-K.top+R.top)/wt.y,bottom:(K.bottom-B.bottom+R.bottom)/wt.y,left:(B.left-K.left+R.left)/wt.x,right:(K.right-B.right+R.right)/wt.x}}function na(e,o,n){return(e?[...n.filter(i=>Lt(i)===e),...n.filter(i=>Lt(i)!==e)]:n.filter(i=>qt(i)===i)).filter(i=>e?Lt(i)===e||(o?Vr(i)!==i:!1):!0)}var no=function(e){return e===void 0&&(e={}),{name:"autoPlacement",options:e,async fn(o){var n,a,i;let{rects:l,middlewareData:c,placement:s,platform:d,elements:g}=o,{crossAxis:x=!1,alignment:h,allowedPlacements:N=Je,autoAlignment:O=!0,...R}=We(e,o),z=h!==void 0||N===Je?na(h||null,O,N):N,H=await ro(o,R),B=((n=c.autoPlacement)==null?void 0:n.index)||0,k=z[B];if(k==null)return{};let F=Fr(k,l,await(d.isRTL==null?void 0:d.isRTL(g.floating)));if(s!==k)return{reset:{placement:z[0]}};let wt=[H[qt(k)],H[F[0]],H[F[1]]],K=[...((a=c.autoPlacement)==null?void 0:a.overflows)||[],{placement:k,overflows:wt}],po=z[B+1];if(po)return{data:{index:B+1,overflows:K},reset:{placement:po}};let so=K.map(st=>{let ie=Lt(st.placement);return[st.placement,ie&&x?st.overflows.slice(0,2).reduce((Un,Gn)=>Un+Gn,0):st.overflows[0],st.overflows]}).sort((st,ie)=>st[1]-ie[1]),fo=((i=so.filter(st=>st[2].slice(0,Lt(st[0])?2:3).every(ie=>ie<=0))[0])==null?void 0:i[0])||so[0][0];return fo!==s?{data:{index:B+1,overflows:K},reset:{placement:fo}}:{}}}};var ao=function(e){return e===void 0&&(e={}),{name:"shift",options:e,async fn(o){let{x:n,y:a,placement:i}=o,{mainAxis:l=!0,crossAxis:c=!1,limiter:s={fn:H=>{let{x:B,y:k}=H;return{x:B,y:k}}},...d}=We(e,o),g={x:n,y:a},x=await ro(o,d),h=Ie(qt(i)),N=to(h),O=g[N],R=g[h];if(l){let H=N==="y"?"top":"left",B=N==="y"?"bottom":"right",k=O+x[H],F=O-x[B];O=Qe(k,O,F)}if(c){let H=h==="y"?"top":"left",B=h==="y"?"bottom":"right",k=R+x[H],F=R-x[B];R=Qe(k,R,F)}let z=s.fn({...o,[N]:O,[h]:R});return{...z,data:{x:z.x-n,y:z.y-a}}}}};function Ot(e){return Jr(e)?(e.nodeName||"").toLowerCase():"#document"}function J(e){var o;return(e==null||(o=e.ownerDocument)==null?void 0:o.defaultView)||window}function Ct(e){var o;return(o=(Jr(e)?e.ownerDocument:e.document)||window.document)==null?void 0:o.documentElement}function Jr(e){return e instanceof Node||e instanceof J(e).Node}function ut(e){return e instanceof Element||e instanceof J(e).Element}function ct(e){return e instanceof HTMLElement||e instanceof J(e).HTMLElement}function qr(e){return typeof ShadowRoot>"u"?!1:e instanceof ShadowRoot||e instanceof J(e).ShadowRoot}function Jt(e){let{overflow:o,overflowX:n,overflowY:a,display:i}=tt(e);return/auto|scroll|overlay|hidden|clip/.test(o+a+n)&&!["inline","contents"].includes(i)}function Qr(e){return["table","td","th"].includes(Ot(e))}function Be(e){let o=Te(),n=tt(e);return n.transform!=="none"||n.perspective!=="none"||(n.containerType?n.containerType!=="normal":!1)||!o&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!o&&(n.filter?n.filter!=="none":!1)||["transform","perspective","filter"].some(a=>(n.willChange||"").includes(a))||["paint","layout","strict","content"].some(a=>(n.contain||"").includes(a))}function tn(e){let o=Tt(e);for(;ct(o)&&!he(o);){if(Be(o))return o;o=Tt(o)}return null}function Te(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function he(e){return["html","body","#document"].includes(Ot(e))}function tt(e){return J(e).getComputedStyle(e)}function be(e){return ut(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.pageXOffset,scrollTop:e.pageYOffset}}function Tt(e){if(Ot(e)==="html")return e;let o=e.assignedSlot||e.parentNode||qr(e)&&e.host||Ct(e);return qr(o)?o.host:o}function en(e){let o=Tt(e);return he(o)?e.ownerDocument?e.ownerDocument.body:e.body:ct(o)&&Jt(o)?o:en(o)}function ze(e,o,n){var a;o===void 0&&(o=[]),n===void 0&&(n=!0);let i=en(e),l=i===((a=e.ownerDocument)==null?void 0:a.body),c=J(i);return l?o.concat(c,c.visualViewport||[],Jt(i)?i:[],c.frameElement&&n?ze(c.frameElement):[]):o.concat(i,ze(i,[],n))}function nn(e){let o=tt(e),n=parseFloat(o.width)||0,a=parseFloat(o.height)||0,i=ct(e),l=i?e.offsetWidth:n,c=i?e.offsetHeight:a,s=ye(n)!==l||ye(a)!==c;return s&&(n=l,a=c),{width:n,height:a,$:s}}function an(e){return ut(e)?e:e.contextElement}function Qt(e){let o=an(e);if(!ct(o))return St(1);let n=o.getBoundingClientRect(),{width:a,height:i,$:l}=nn(o),c=(l?ye(n.width):n.width)/a,s=(l?ye(n.height):n.height)/i;return(!c||!Number.isFinite(c))&&(c=1),(!s||!Number.isFinite(s))&&(s=1),{x:c,y:s}}var aa=St(0);function ln(e){let o=J(e);return!Te()||!o.visualViewport?aa:{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}}function ia(e,o,n){return o===void 0&&(o=!1),!n||o&&n!==J(e)?!1:o}function xe(e,o,n,a){o===void 0&&(o=!1),n===void 0&&(n=!1);let i=e.getBoundingClientRect(),l=an(e),c=St(1);o&&(a?ut(a)&&(c=Qt(a)):c=Qt(e));let s=ia(l,n,a)?ln(l):St(0),d=(i.left+s.x)/c.x,g=(i.top+s.y)/c.y,x=i.width/c.x,h=i.height/c.y;if(l){let N=J(l),O=a&&ut(a)?J(a):a,R=N.frameElement;for(;R&&a&&O!==N;){let z=Qt(R),H=R.getBoundingClientRect(),B=tt(R),k=H.left+(R.clientLeft+parseFloat(B.paddingLeft))*z.x,F=H.top+(R.clientTop+parseFloat(B.paddingTop))*z.y;d*=z.x,g*=z.y,x*=z.x,h*=z.y,d+=k,g+=F,R=J(R).frameElement}}return Bt({width:x,height:h,x:d,y:g})}function la(e){let{rect:o,offsetParent:n,strategy:a}=e,i=ct(n),l=Ct(n);if(n===l)return o;let c={scrollLeft:0,scrollTop:0},s=St(1),d=St(0);if((i||!i&&a!=="fixed")&&((Ot(n)!=="body"||Jt(l))&&(c=be(n)),ct(n))){let g=xe(n);s=Qt(n),d.x=g.x+n.clientLeft,d.y=g.y+n.clientTop}return{width:o.width*s.x,height:o.height*s.y,x:o.x*s.x-c.scrollLeft*s.x+d.x,y:o.y*s.y-c.scrollTop*s.y+d.y}}function ca(e){return Array.from(e.getClientRects())}function cn(e){return xe(Ct(e)).left+be(e).scrollLeft}function pa(e){let o=Ct(e),n=be(e),a=e.ownerDocument.body,i=At(o.scrollWidth,o.clientWidth,a.scrollWidth,a.clientWidth),l=At(o.scrollHeight,o.clientHeight,a.scrollHeight,a.clientHeight),c=-n.scrollLeft+cn(e),s=-n.scrollTop;return tt(a).direction==="rtl"&&(c+=At(o.clientWidth,a.clientWidth)-i),{width:i,height:l,x:c,y:s}}function sa(e,o){let n=J(e),a=Ct(e),i=n.visualViewport,l=a.clientWidth,c=a.clientHeight,s=0,d=0;if(i){l=i.width,c=i.height;let g=Te();(!g||g&&o==="fixed")&&(s=i.offsetLeft,d=i.offsetTop)}return{width:l,height:c,x:s,y:d}}function da(e,o){let n=xe(e,!0,o==="fixed"),a=n.top+e.clientTop,i=n.left+e.clientLeft,l=ct(e)?Qt(e):St(1),c=e.clientWidth*l.x,s=e.clientHeight*l.y,d=i*l.x,g=a*l.y;return{width:c,height:s,x:d,y:g}}function on(e,o,n){let a;if(o==="viewport")a=sa(e,n);else if(o==="document")a=pa(Ct(e));else if(ut(o))a=da(o,n);else{let i=ln(e);a={...o,x:o.x-i.x,y:o.y-i.y}}return Bt(a)}function pn(e,o){let n=Tt(e);return n===o||!ut(n)||he(n)?!1:tt(n).position==="fixed"||pn(n,o)}function fa(e,o){let n=o.get(e);if(n)return n;let a=ze(e,[],!1).filter(s=>ut(s)&&Ot(s)!=="body"),i=null,l=tt(e).position==="fixed",c=l?Tt(e):e;for(;ut(c)&&!he(c);){let s=tt(c),d=Be(c);!d&&s.position==="fixed"&&(i=null),(l?!d&&!i:!d&&s.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||Jt(c)&&!d&&pn(e,c))?a=a.filter(x=>x!==c):i=s,c=Tt(c)}return o.set(e,a),a}function ua(e){let{element:o,boundary:n,rootBoundary:a,strategy:i}=e,c=[...n==="clippingAncestors"?fa(o,this._c):[].concat(n),a],s=c[0],d=c.reduce((g,x)=>{let h=on(o,x,i);return g.top=At(h.top,g.top),g.right=me(h.right,g.right),g.bottom=me(h.bottom,g.bottom),g.left=At(h.left,g.left),g},on(o,s,i));return{width:d.right-d.left,height:d.bottom-d.top,x:d.left,y:d.top}}function ga(e){return nn(e)}function ma(e,o,n){let a=ct(o),i=Ct(o),l=n==="fixed",c=xe(e,!0,l,o),s={scrollLeft:0,scrollTop:0},d=St(0);if(a||!a&&!l)if((Ot(o)!=="body"||Jt(i))&&(s=be(o)),a){let g=xe(o,!0,l,o);d.x=g.x+o.clientLeft,d.y=g.y+o.clientTop}else i&&(d.x=cn(i));return{x:c.left+s.scrollLeft-d.x,y:c.top+s.scrollTop-d.y,width:c.width,height:c.height}}function rn(e,o){return!ct(e)||tt(e).position==="fixed"?null:o?o(e):e.offsetParent}function sn(e,o){let n=J(e);if(!ct(e))return n;let a=rn(e,o);for(;a&&Qr(a)&&tt(a).position==="static";)a=rn(a,o);return a&&(Ot(a)==="html"||Ot(a)==="body"&&tt(a).position==="static"&&!Be(a))?n:a||tn(e)||n}var ya=async function(e){let{reference:o,floating:n,strategy:a}=e,i=this.getOffsetParent||sn,l=this.getDimensions;return{reference:ma(o,await i(n),a),floating:{x:0,y:0,...await l(n)}}};function ha(e){return tt(e).direction==="rtl"}var _e={convertOffsetParentRelativeRectToViewportRelativeRect:la,getDocumentElement:Ct,getClippingRect:ua,getOffsetParent:sn,getElementRects:ya,getClientRects:ca,getDimensions:ga,getScale:Qt,isElement:ut,isRTL:ha};var dn=(e,o,n)=>{let a=new Map,i={platform:_e,...n},l={...i.platform,_c:a};return Xr(e,o,{...i,platform:l})};function fn(e){return ba(e)}function io(e){return e.assignedSlot?e.assignedSlot:e.parentNode instanceof ShadowRoot?e.parentNode.host:e.parentNode}function ba(e){for(let o=e;o;o=io(o))if(o instanceof Element&&getComputedStyle(o).display==="none")return null;for(let o=io(e);o;o=io(o)){if(!(o instanceof Element))continue;let n=getComputedStyle(o);if(n.display!=="contents"&&(n.position!=="static"||n.filter!=="none"||o.tagName==="BODY"))return o}return null}async function un(e,o,n){return dn(e,o,{platform:{..._e,getOffsetParent:a=>_e.getOffsetParent(a,fn)},middleware:[ao({crossAxis:!0}),no({allowedPlacements:[n]})]})}var Q=function(e,o,n,a){var i=arguments.length,l=i<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,n):a,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,a);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(l=(i<3?c(l):i>3?c(o,n,l):c(o,n))||l);return i>3&&l&&Object.defineProperty(o,n,l),l},W=class extends Se.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 Se.Debouncer,this.revealDebouncer=new Se.Debouncer}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return gn.html`
540
531
  <div part="container"
541
532
  class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
542
533
  @mouseenter=${this.onHover}
@@ -554,42 +545,45 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Eo=t=>({_$li
554
545
  </div>
555
546
  </div>
556
547
  </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:{...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 b=l.fn({...t,[d]:h,[s]:g});return{...b,data:{x:b.x-o,y:b.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="&#xe909;",t.OCTAGON_XMARK="&#xe97d;",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.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;",t.CONSUMER="&#xe97c;",t.HOURGLASS_HALF="&#xe97e;",t.CLOCK_THREE="&#xe97f;",t.CALENDAR_DAY="&#xe980;",t.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",t.WAND_MAGIC_SPARKLES="&#xe982;",t.PAPER_PLANE="&#xe983;"}(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
- <i class="ft-icon ft-icon--${t}" part="icon icon-${t}">
559
- ${a.unsafeHTML(this.resolvedIcon)}
560
- <slot ?hidden=${o}></slot>
548
+ `}updated(o){o.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(o)}contentAvailableCallback(o){super.contentAvailableCallback(o),["visible","text"].some(n=>o.has(n))&&this.visible&&this.positionTooltip()}async show(o){this.visible=!0,o!=null&&await this.hideDebounce.run(()=>{this.hide()},o)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var o;return((o=this.slotNodes)!==null&&o!==void 0?o:[]).filter(n=>n.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let o=this.tooltipContent.style;switch(o.transition="none",this.validPosition){case"top":o.top=this.tooltip.clientHeight+"px",o.left="0";break;case"bottom":o.top=-this.tooltip.clientHeight+"px",o.left="0";break;case"left":o.top="0",o.left=this.tooltip.clientWidth+"px";break;case"right":o.top="0",o.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",un(this.slottedElement,this.tooltip,this.position).then(({x:o,y:n})=>{this.tooltip&&(this.tooltip.style.left=`${o}px`,this.tooltip.style.top=`${n}px`)})),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout(()=>window.addEventListener("touchstart",o=>{o.composedPath().includes(this.container)||this.onOut()},{once:!0}),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(o,n){return Math.max(o,Math.min(0,-n))}};W.elementDefinitions={"ft-typography":V};W.styles=Zr;Q([(0,D.property)()],W.prototype,"text",void 0);Q([(0,D.property)({type:Boolean})],W.prototype,"manual",void 0);Q([(0,D.property)({type:Boolean})],W.prototype,"inline",void 0);Q([(0,D.property)({type:Number})],W.prototype,"delay",void 0);Q([(0,D.property)()],W.prototype,"position",void 0);Q([(0,D.queryAssignedNodes)()],W.prototype,"slotNodes",void 0);Q([(0,D.query)(".ft-tooltip--container")],W.prototype,"container",void 0);Q([(0,D.query)(".ft-tooltip")],W.prototype,"tooltip",void 0);Q([(0,D.query)(".ft-tooltip--content")],W.prototype,"tooltipContent",void 0);Q([(0,D.state)()],W.prototype,"visible",void 0);Q([(0,D.eventOptions)({passive:!0})],W.prototype,"onTouch",null);Q([(0,D.eventOptions)({passive:!0})],W.prototype,"onHover",null);Q([(0,D.eventOptions)({passive:!0})],W.prototype,"onOut",null);Q([(0,D.eventOptions)({passive:!0})],W.prototype,"onClick",null);(0,mn.customElement)("ft-tooltip")(W);var Sn=m(E());var Oe=m(I()),Ht=m(it()),bn=m(E()),xn=m(hn());var _t;(function(e){e.THUMBS_DOWN="&#xe94d;",e.THUMBS_DOWN_PLAIN="&#xe94e;",e.THUMBS_UP="&#xe94f;",e.THUMBS_UP_PLAIN="&#xe950;",e.STAR="&#xe94c;",e.STAR_PLAIN="&#xe900;",e.DESKTOP="&#xe95e;",e.LIFE_RING="&#xe975;",e.GLOBE="&#xe976;",e.PIGGY_BANK="&#xe977;",e.TABLET_LANDSCAPE="&#xe95f;",e.TABLET_PORTRAIT="&#xe960;",e.MOBILE_LANDSCAPE="&#xe961;",e.MOBILE_PORTRAIT="&#xe962;",e.ARROW_RIGHT_TO_LINE="&#xe95d;",e.THIN_ARROW_UP="&#xe95c;",e.CONTEXTUAL="&#xe95b;",e.CHART_SIMPLE="&#xe968;",e.BARS_PROGRESS="&#xe969;",e.LINE_CHART="&#xe96c;",e.STACKED_CHART="&#xe96d;",e.CHART_BAR_NORMALIZED="&#xe97b;",e.BOOK_OPEN_GEAR="&#xe96a;",e.BOOK_OPEN_GEAR_SLASH="&#xe96b;",e.DIAGRAM_SUNBURST="&#xe963;",e.DIAGRAM_SANKEY="&#xe964;",e.UNSTRUCTURED_DOC="&#xe95a;",e.RESET="&#xe958;",e.THIN_ARROW_LEFT="&#xe956;",e.THIN_ARROW_RIGHT="&#xe957;",e.MY_COLLECTIONS="&#xe955;",e.OFFLINE_SETTINGS="&#xe954;",e.MY_LIBRARY="&#xe959;",e.RATE_PLAIN="&#xe952;",e.RATE="&#xe953;",e.FEEDBACK_PLAIN="&#xe951;",e.PAUSE="&#xe949;",e.PLAY="&#xe94a;",e.RELATIVES_PLAIN="&#xe947;",e.RELATIVES="&#xe948;",e.SHORTCUT_MENU="&#xe946;",e.PRINT="&#xe944;",e.DEFAULT_ROLES="&#xe945;",e.ACCOUNT_SETTINGS="&#xe943;",e.ONLINE="&#xe941;",e.OFFLINE="&#xe816;",e.UPLOAD="&#xe940;",e.BOOK_PLAIN="&#xe93f;",e.SYNC="&#xe93d;",e.SHARED_PBK="&#xe931;",e.COLLECTIONS="&#xe92a;",e.SEARCH_IN_PUBLICATION="&#xe92f;",e.BOOKS="&#xe806;",e.LOCKER="&#xe93b;",e.ARROW_DOWN="&#xe92b;",e.ARROW_LEFT="&#xe92c;",e.ARROW_RIGHT="&#xe92d;",e.ARROW_UP="&#xe92e;",e.SAVE="&#xe93a;",e.MAILS_AND_NOTIFICATIONS="&#xe939;",e.DOT="&#xe936;",e.MINUS="&#xe937;",e.PLUS="&#xe938;",e.FILTERS="&#xe935;",e.STRIPE_ARROW_RIGHT="&#xe934;",e.STRIPE_ARROW_LEFT="&#xe933;",e.ATTACHMENTS="&#xe932;",e.ADD_BOOKMARK="&#xe804;",e.BOOKMARK="&#xe805;",e.EXPORT="&#xe80f;",e.MENU="&#xe807;",e.TAG="&#xe93e;",e.TAG_PLAIN="&#xe942;",e.COPY_TO_CLIPBOARD="&#xe930;",e.COLUMNS="&#xe928;",e.ARTICLE="&#xe927;",e.CLOSE="&#xe909;",e.OCTAGON_XMARK="&#xe97d;",e.CLOSE_PLAIN="&#xe925;",e.CHECK_PLAIN="&#xe926;",e.LOGOUT="&#xe923;",e.SIGN_IN="&#xe922;",e.THIN_ARROW="&#xe921;",e.TRIANGLE_BOTTOM="&#xe91d;",e.TRIANGLE_LEFT="&#xe91e;",e.TRIANGLE_RIGHT="&#xe91f;",e.TRIANGLE_TOP="&#xe920;",e.FACET_HAS_DESCENDANT="&#xe91c;",e.MINUS_PLAIN="&#xe91a;",e.PLUS_PLAIN="&#xe91b;",e.INFO="&#xe919;",e.ICON_EXPAND="&#xe917;",e.ICON_COLLAPSE="&#xe918;",e.ADD_TO_PBK="&#xe800;",e.ALERT="&#xe801;",e.ADD_ALERT="&#xe802;",e.BACK_TO_SEARCH="&#xe803;",e.DOWNLOAD="&#xe808;",e.EDIT="&#xe809;",e.FEEDBACK="&#xe80a;",e.MODIFY_PBK="&#xe80c;",e.SCHEDULED="&#xe80d;",e.SEARCH="&#xe80e;",e.SHARE="&#xe80f1;",e.TOC="&#xe810;",e.WRITE_UGC="&#xe811;",e.TRASH="&#xe812;",e.EXTLINK="&#xe814;",e.EXTLINK_LIGHT="&#xe978;",e.CALENDAR="&#xe815;",e.BOOK="&#xe817;",e.DOWNLOAD_PLAIN="&#xe818;",e.CHECK="&#xe819;",e.TOPICS="&#xe901;",e.EYE="&#xf06e;",e.EYE_SLASH="&#xe970;",e.DISC="&#xe902;",e.CIRCLE="&#xe903;",e.SHARED="&#xe904;",e.SORT_UNSORTED="&#xe905;",e.SORT_UP="&#xe906;",e.SORT_DOWN="&#xe907;",e.WORKING="&#xe908;",e.ZOOM_OUT="&#xe90a;",e.ZOOM_IN="&#xe90b;",e.ZOOM_REALSIZE="&#xe90c;",e.ZOOM_FULLSCREEN="&#xe90d;",e.ADMIN_RESTRICTED="&#xe90e;",e.ADMIN_THEME="&#xe911;",e.WARNING="&#xe913;",e.CONTEXT="&#xe914;",e.SEARCH_HOME="&#xe915;",e.STEPS="&#xe916;",e.HOME="&#xe80b;",e.TRANSLATE="&#xe924;",e.USER="&#xe813;",e.ADMIN="&#xe90f;",e.ANALYTICS="&#xe929;",e.ADMIN_KHUB="&#xe910;",e.ADMIN_USERS="&#xe912;",e.ADMIN_INTEGRATION="&#xe93c;",e.ADMIN_PORTAL="&#xe94b;",e.COMMENT_QUESTION="&#xe965;",e.COMMENT_QUESTION_PLAIN="&#xe966;",e.MESSAGE_BOT="&#xe967;",e.PIP="&#xe973;",e.PIP_WIDE="&#xe974;",e.EXPAND_WIDE="&#xe972;",e.X_MARK="&#xe971;",e.CLONE="&#xe979;",e.CLONE_LINK_SIMPLE="&#xe97a;",e.CONSUMER="&#xe97c;",e.HOURGLASS_HALF="&#xe97e;",e.CLOCK_THREE="&#xe97f;",e.CALENDAR_DAY="&#xe980;",e.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",e.WAND_MAGIC_SPARKLES="&#xe982;",e.PAPER_PLANE="&#xe983;"})(_t||(_t={}));var f;(function(e){e.UNKNOWN="&#xe90a;",e.ABW="&#xe900;",e.AUDIO="&#xe901;",e.AVI="&#xe902;",e.CHM="&#xe904;",e.CODE="&#xe905;",e.CSV="&#xe903;",e.DITA="&#xe906;",e.EPUB="&#xe907;",e.EXCEL="&#xe908;",e.FLAC="&#xe909;",e.GIF="&#xe90b;",e.GZIP="&#xe90c;",e.HTML="&#xe90d;",e.IMAGE="&#xe90e;",e.JPEG="&#xe90f;",e.JSON="&#xe910;",e.M4A="&#xe911;",e.MOV="&#xe912;",e.MP3="&#xe913;",e.MP4="&#xe914;",e.OGG="&#xe915;",e.PDF="&#xe916;",e.PNG="&#xe917;",e.POWERPOINT="&#xe918;",e.RAR="&#xe91a;",e.STP="&#xe91b;",e.TEXT="&#xe91c;",e.VIDEO="&#xe91e;",e.WAV="&#xe91f;",e.WMA="&#xe920;",e.WORD="&#xe921;",e.XML="&#xe922;",e.YAML="&#xe919;",e.ZIP="&#xe923;"})(f||(f={}));var is=new Map([...["abw"].map(e=>[e,f.ABW]),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map(e=>[e,f.AUDIO]),...["avi"].map(e=>[e,f.AVI]),...["chm","xhs"].map(e=>[e,f.CHM]),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map(e=>[e,f.CODE]),...["csv"].map(e=>[e,f.CSV]),...["dita","ditamap","ditaval"].map(e=>[e,f.DITA]),...["epub"].map(e=>[e,f.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(e=>[e,f.EXCEL]),...["flac"].map(e=>[e,f.FLAC]),...["gif"].map(e=>[e,f.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(e=>[e,f.GZIP]),...["html","htm","xhtml"].map(e=>[e,f.HTML]),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map(e=>[e,f.IMAGE]),...["jpeg","jpg","jpe"].map(e=>[e,f.JPEG]),...["json"].map(e=>[e,f.JSON]),...["m4a","m4p"].map(e=>[e,f.M4A]),...["mov","qt"].map(e=>[e,f.MOV]),...["mp3"].map(e=>[e,f.MP3]),...["mp4","m4v"].map(e=>[e,f.MP4]),...["ogg","oga"].map(e=>[e,f.OGG]),...["pdf","ps"].map(e=>[e,f.PDF]),...["png"].map(e=>[e,f.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(e=>[e,f.POWERPOINT]),...["rar"].map(e=>[e,f.RAR]),...["stp"].map(e=>[e,f.STP]),...["txt","rtf","md","mdown"].map(e=>[e,f.TEXT]),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map(e=>[e,f.VIDEO]),...["wav"].map(e=>[e,f.WAV]),...["wma"].map(e=>[e,f.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(e=>[e,f.WORD]),...["xml","xsl","rdf"].map(e=>[e,f.XML]),...["yaml","yml","x-yaml"].map(e=>[e,f.YAML]),...["zip"].map(e=>[e,f.ZIP])]);var ls={[f.ABW]:"#91ABC6",[f.AUDIO]:"#1795E3",[f.AVI]:"#E63324",[f.CHM]:"#71C3EB",[f.CODE]:"#71C3EB",[f.CSV]:"#1F7345",[f.DITA]:"#71C3EB",[f.EPUB]:"#85B926",[f.EXCEL]:"#1F7345",[f.FLAC]:"#1795E3",[f.GIF]:"#59B031",[f.GZIP]:"#F8AB36",[f.HTML]:"#71C3EB",[f.IMAGE]:"#59B031",[f.JPEG]:"#59B031",[f.JSON]:"#71C3EB",[f.M4A]:"#1795E3",[f.MOV]:"#E63324",[f.MP3]:"#1795E3",[f.MP4]:"#E63324",[f.OGG]:"#1795E3",[f.PDF]:"#E44948",[f.PNG]:"#59B031",[f.POWERPOINT]:"#B54A2B",[f.RAR]:"#F8AB36",[f.STP]:"#3764B1",[f.TEXT]:"#3162AB",[f.UNKNOWN]:"#999999",[f.VIDEO]:"#E63324",[f.WAV]:"#1795E3",[f.WMA]:"#1795E3",[f.WORD]:"#3162AB",[f.XML]:"#71C3EB",[f.YAML]:"#71C3EB",[f.ZIP]:"#F8AB36"};var $t;(function(e){e.fluid_topics="fluid-topics",e.file_format="file-format",e.material="material"})($t||($t={}));var He=function(e,o,n,a){var i=arguments.length,l=i<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,n):a,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,a);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(l=(i<3?c(l):i>3?c(o,n,l):c(o,n))||l);return i>3&&l&&Object.defineProperty(o,n,l),l},nt=class extends bn.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=Oe.nothing}render(){let o=this.variant&&Object.values($t).includes(this.variant)?this.variant:$t.fluid_topics,n=o!==$t.material||!!this.value;return Oe.html`
549
+ <i class="ft-icon ft-icon--${o}" part="icon icon-${o}">
550
+ ${(0,xn.unsafeHTML)(this.resolvedIcon)}
551
+ <slot ?hidden=${n}></slot>
561
552
  </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=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`
553
+ `}get textContent(){var o,n;return(n=(o=this.slottedContent)===null||o===void 0?void 0:o.assignedNodes().map(a=>a.textContent).join("").trim())!==null&&n!==void 0?n:""}update(o){super.update(o),["value","variant"].some(n=>o.has(n))&&this.resolveIcon()}resolveIcon(){var o,n;let a=this.value||this.textContent;switch(this.variant){case $t.file_format:this.resolvedIcon=(o=f[a.replace("-","_").toUpperCase()])!==null&&o!==void 0?o:a;break;case $t.material:this.resolvedIcon=this.value||Oe.nothing;break;default:this.resolvedIcon=(n=_t[a.replace("-","_").toUpperCase()])!==null&&n!==void 0?n:a;break}}firstUpdated(o){super.firstUpdated(o),setTimeout(()=>this.resolveIcon())}};nt.elementDefinitions={};nt.styles=ur;He([(0,Ht.property)()],nt.prototype,"variant",void 0);He([(0,Ht.property)()],nt.prototype,"value",void 0);He([(0,Ht.state)()],nt.prototype,"resolvedIcon",void 0);He([(0,Ht.query)("slot")],nt.prototype,"slottedContent",void 0);(0,Sn.customElement)("ft-icon")(nt);var vn=m(E());var On=m(I()),Cn=m(E());var kt=class extends Cn.FtLitElement{render(){return On.html`
563
554
  <div class="ft-loader">
564
555
  <div></div>
565
556
  <div></div>
566
557
  <div></div>
567
558
  <div></div>
568
559
  </div>
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`
560
+ `}};kt.styles=dr;(0,vn.customElement)("ft-loader")(kt);var te=m(I()),Nn=m(pe()),j=m(it()),et=function(e,o,n,a){var i=arguments.length,l=i<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,n):a,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,a);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(l=(i<3?c(l):i>3?c(o,n,l):c(o,n))||l);return i>3&&l&&Object.defineProperty(o,n,l),l},_=class extends(0,ee.toFtFormComponent)(ee.FtLitElement,"button"){constructor(){super(),this.role="button",this.type="button",this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.addEventListener("click",o=>{var n;this.isDisabled()?(o.preventDefault(),o.stopPropagation(),o.stopImmediatePropagation()):this.type=="submit"&&((n=this.form)===null||n===void 0||n.requestSubmit())})}render(){return this.addTooltipIfNeeded(te.html`
570
561
  <button part="button"
571
- class="${i.classMap(this.buttonClasses)}"
562
+ class="${(0,Nn.classMap)(this.buttonClasses)}"
572
563
  aria-label="${this.getLabel()}"
573
564
  ?disabled=${this.isDisabled()}>
574
565
  <ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
575
566
  <ft-typography part="label"
576
567
  variant=${this.typographyVariant}
577
568
  element="span"
578
- class="ft-button--label ${o.isSafari?"ft-safari-ellipsis-fix":""}"
569
+ class="ft-button--label ${ee.isSafari?"ft-safari-ellipsis-fix":""}"
579
570
  ?hidden=${!this.hasTextContent()}>
580
571
  <slot @slotchange=${this.onSlotchange}></slot>
581
572
  </ft-typography>
582
573
  ${this.resolveIcon()}
583
574
  </button>
584
- `)}addTooltipIfNeeded(t){return this.getLabel().trim().length>0&&(this.forceTooltip||!this.hasTextContent()&&!this.hideTooltip)?e.html`
575
+ `)}addTooltipIfNeeded(o){return this.getLabel().trim().length>0&&(this.forceTooltip||!this.hasTextContent()&&!this.hideTooltip)?te.html`
585
576
  <ft-tooltip part="tooltip"
586
577
  text="${this.getLabel()}"
587
578
  position="${this.tooltipPosition}">
588
- ${t}
579
+ ${o}
589
580
  </ft-tooltip>
590
- `:t}resolveIcon(){return this.loading?e.html`
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":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`
581
+ `:o}resolveIcon(){return this.loading?te.html`
582
+ <ft-loader part="loader icon"></ft-loader> `:this.icon?te.html`
583
+ <ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon>
584
+ `:te.html`
585
+ <slot part="icon" name="icon"></slot>
586
+ `}focus(){var o;(o=this.button)===null||o===void 0||o.focus()}getLabel(){return this.label||this.textContent}get textContent(){return this.unslotText(this.slottedContent).trim()}unslotText(o){return o instanceof HTMLSlotElement?o.assignedNodes().map(n=>this.unslotText(n)).join(""):o?.textContent||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};_.elementDefinitions={"ft-ripple":$,"ft-tooltip":W,"ft-typography":V,"ft-icon":nt,"ft-loader":kt};et([(0,j.property)({type:String,reflect:!0})],_.prototype,"role",void 0);et([(0,j.property)()],_.prototype,"type",void 0);et([(0,j.property)({type:Boolean})],_.prototype,"disabled",void 0);et([(0,j.property)()],_.prototype,"label",void 0);et([(0,j.property)()],_.prototype,"icon",void 0);et([(0,j.property)()],_.prototype,"iconVariant",void 0);et([(0,j.property)({type:Boolean})],_.prototype,"trailingIcon",void 0);et([(0,j.property)({type:Boolean})],_.prototype,"loading",void 0);et([(0,j.property)()],_.prototype,"tooltipPosition",void 0);et([(0,j.property)({type:Boolean})],_.prototype,"hideTooltip",void 0);et([(0,j.property)({type:Boolean})],_.prototype,"forceTooltip",void 0);et([(0,j.query)(".ft-button")],_.prototype,"button",void 0);et([(0,j.query)(".ft-button--label slot")],_.prototype,"slottedContent",void 0);var ke=function(e,o,n,a){var i=arguments.length,l=i<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,n):a,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,a);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(l=(i<3?c(l):i>3?c(o,n,l):c(o,n))||l);return i>3&&l&&Object.defineProperty(o,n,l),l},pt=class extends _{constructor(){super(...arguments),this.primary=!1,this.outlined=!1,this.dense=!1,this.round=!1}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--outlined":this.outlined,"ft-button--dense":this.dense,"ft-button--round":this.round,"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0}}get typographyVariant(){return"button"}};pt.styles=[wn.safariEllipsisFix,hr];ke([(0,Ce.property)({type:Boolean})],pt.prototype,"primary",void 0);ke([(0,Ce.property)({type:Boolean})],pt.prototype,"outlined",void 0);ke([(0,Ce.property)({type:Boolean})],pt.prototype,"dense",void 0);ke([(0,Ce.property)({type:Boolean})],pt.prototype,"round",void 0);var oe=m(it());var An=m(E());var En=m(I()),w=m(E());var Rn=[En.css`
593
587
  :host {
594
588
  display: inline-block;
595
589
  max-width: 100%;
@@ -639,7 +633,7 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Eo=t=>({_$li
639
633
  }
640
634
 
641
635
  .ft-button:focus-visible {
642
- outline-color: ${v.focusFocusRingColor};
636
+ outline-color: ${y.focusFocusRingColor};
643
637
  outline-style: solid;
644
638
  }
645
639
 
@@ -668,164 +662,164 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Eo=t=>({_$li
668
662
  /** Primary styles **/
669
663
 
670
664
  .ft-button--primary {
671
- ${o.setVariable(Et.color,v.primaryIconColor)};
665
+ ${(0,w.setVariable)(Y.color,y.primaryIconColor)};
672
666
 
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)};
667
+ ${(0,w.setVariable)(C.color,y.primaryStateLayerColor)};
668
+ ${(0,w.setVariable)(C.opacityContentOnSurfaceHover,y.primaryHoverStateLayerOpacity)};
669
+ ${(0,w.setVariable)(C.opacityContentOnSurfaceFocused,y.primaryFocusStateLayerOpacity)};
670
+ ${(0,w.setVariable)(C.opacityContentOnSurfaceSelected,y.primaryActiveStateLayerOpacity)};
671
+ ${(0,w.setVariable)(C.opacityContentOnSurfacePressed,y.primaryActiveStateLayerOpacity)};
678
672
 
679
- background-color: ${v.primaryBackgroundColor};
680
- color: ${v.primaryColor};
673
+ background-color: ${y.primaryBackgroundColor};
674
+ color: ${y.primaryColor};
681
675
  border-style: none;
682
676
  }
683
677
 
684
678
  .ft-button--primary[disabled] {
685
- opacity: ${v.primaryDisabledComponentOpacity};
679
+ opacity: ${y.primaryDisabledComponentOpacity};
686
680
  }
687
681
 
688
682
  .ft-button--primary ft-icon {
689
- color: ${v.primaryIconColor};
683
+ color: ${y.primaryIconColor};
690
684
  }
691
685
 
692
686
  /** Secondary styles **/
693
687
 
694
688
  .ft-button--secondary {
695
- ${o.setVariable(Et.color,v.secondaryIconColor)};
689
+ ${(0,w.setVariable)(Y.color,y.secondaryIconColor)};
696
690
 
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)};
691
+ ${(0,w.setVariable)(C.color,y.secondaryStateLayerColor)};
692
+ ${(0,w.setVariable)(C.opacityContentOnSurfaceHover,y.secondaryHoverStateLayerOpacity)};
693
+ ${(0,w.setVariable)(C.opacityContentOnSurfaceFocused,y.secondaryFocusStateLayerOpacity)};
694
+ ${(0,w.setVariable)(C.opacityContentOnSurfaceSelected,y.secondaryActiveStateLayerOpacity)};
695
+ ${(0,w.setVariable)(C.opacityContentOnSurfacePressed,y.secondaryActiveStateLayerOpacity)};
702
696
 
703
- background-color: ${v.secondaryBackgroundColor};
704
- color: ${v.secondaryColor};
705
- border-color: ${v.secondaryBorderColor};
697
+ background-color: ${y.secondaryBackgroundColor};
698
+ color: ${y.secondaryColor};
699
+ border-color: ${y.secondaryBorderColor};
706
700
  border-style: solid;
707
701
  }
708
702
 
709
703
  .ft-button--secondary[disabled] {
710
- opacity: ${v.secondaryDisabledComponentOpacity};
704
+ opacity: ${y.secondaryDisabledComponentOpacity};
711
705
  }
712
706
 
713
707
  .ft-button--secondary ft-icon {
714
- color: ${v.secondaryIconColor};
708
+ color: ${y.secondaryIconColor};
715
709
  }
716
710
 
717
711
  /** Tertiary styles **/
718
712
 
719
713
  .ft-button--tertiary {
720
- ${o.setVariable(Et.color,v.tertiaryIconColor)};
714
+ ${(0,w.setVariable)(Y.color,y.tertiaryIconColor)};
721
715
 
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)};
716
+ ${(0,w.setVariable)(C.color,y.tertiaryStateLayerColor)};
717
+ ${(0,w.setVariable)(C.opacityContentOnSurfaceHover,y.tertiaryHoverStateLayerOpacity)};
718
+ ${(0,w.setVariable)(C.opacityContentOnSurfaceFocused,y.tertiaryFocusStateLayerOpacity)};
719
+ ${(0,w.setVariable)(C.opacityContentOnSurfaceSelected,y.tertiaryActiveStateLayerOpacity)};
720
+ ${(0,w.setVariable)(C.opacityContentOnSurfacePressed,y.tertiaryActiveStateLayerOpacity)};
727
721
 
728
- background-color: ${v.tertiaryBackgroundColor};
729
- color: ${v.tertiaryColor};
722
+ background-color: ${y.tertiaryBackgroundColor};
723
+ color: ${y.tertiaryColor};
730
724
  border-style: none;
731
725
  }
732
726
 
733
727
  .ft-button--tertiary[disabled] {
734
- opacity: ${v.tertiaryDisabledComponentOpacity};
728
+ opacity: ${y.tertiaryDisabledComponentOpacity};
735
729
  }
736
730
 
737
731
  .ft-button--tertiary ft-icon {
738
- color: ${v.tertiaryIconColor};
732
+ color: ${y.tertiaryIconColor};
739
733
  }
740
734
 
741
735
  /** Neutral styles **/
742
736
 
743
737
  .ft-button--neutral {
744
- ${o.setVariable(Et.color,v.neutralIconColor)};
738
+ ${(0,w.setVariable)(Y.color,y.neutralIconColor)};
745
739
 
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)};
740
+ ${(0,w.setVariable)(C.backgroundColor,y.neutralStateLayerColor)};
741
+ ${(0,w.setVariable)(C.opacityContentOnSurfaceHover,y.neutralHoverStateLayerOpacity)};
742
+ ${(0,w.setVariable)(C.opacityContentOnSurfaceFocused,y.neutralFocusStateLayerOpacity)};
743
+ ${(0,w.setVariable)(C.opacityContentOnSurfaceSelected,y.neutralActiveStateLayerOpacity)};
744
+ ${(0,w.setVariable)(C.opacityContentOnSurfacePressed,y.neutralActiveStateLayerOpacity)};
751
745
 
752
- background-color: ${v.neutralBackgroundColor};
753
- color: ${v.neutralColor};
746
+ background-color: ${y.neutralBackgroundColor};
747
+ color: ${y.neutralColor};
754
748
  border-style: none;
755
749
  }
756
750
 
757
751
  .ft-button--neutral[disabled] {
758
- opacity: ${v.neutralDisabledComponentOpacity};
752
+ opacity: ${y.neutralDisabledComponentOpacity};
759
753
  }
760
754
 
761
755
  .ft-button--neutral ft-icon {
762
- color: ${v.neutralIconColor};
756
+ color: ${y.neutralIconColor};
763
757
  }
764
758
 
765
759
  /** Large styles **/
766
760
 
767
761
  .ft-button--large {
768
- ${o.setVariable(Ut.size,v.largeIconSize)};
769
- ${o.setVariable(Et.size,v.largeIconSize)};
770
-
771
- height: ${v.largeHeight};
772
- padding: 0 ${v.largeHorizontalPadding};
773
- gap: ${v.largeGap};
774
- border-radius: ${v.largeBorderRadius};
775
- border-width: ${v.largeBorderWidth};
762
+ ${(0,w.setVariable)(X.size,y.largeIconSize)};
763
+ ${(0,w.setVariable)(Y.size,y.largeIconSize)};
764
+
765
+ height: ${y.largeHeight};
766
+ padding: 0 ${y.largeHorizontalPadding};
767
+ gap: ${y.largeGap};
768
+ border-radius: ${y.largeBorderRadius};
769
+ border-width: ${y.largeBorderWidth};
776
770
  }
777
771
 
778
772
  .ft-button--large:focus-visible {
779
- outline-width: ${v.largeFocusOutlineWidth};
780
- outline-offset: ${v.largeFocusOutlineOffset};
773
+ outline-width: ${y.largeFocusOutlineWidth};
774
+ outline-offset: ${y.largeFocusOutlineOffset};
781
775
  }
782
776
 
783
777
  .ft-button--large.ft-button--icon-only {
784
- width: ${v.largeIconOnlyWidth};
778
+ width: ${y.largeIconOnlyWidth};
785
779
  padding: unset;
786
780
  }
787
781
 
788
782
  /** Small styles **/
789
783
 
790
784
  .ft-button--small {
791
- ${o.setVariable(Ut.size,v.smallIconSize)};
792
- ${o.setVariable(Et.size,v.smallIconSize)};
793
-
794
- height: ${v.smallHeight};
795
- padding: 0 ${v.smallHorizontalPadding};
796
- gap: ${v.smallGap};
797
- border-radius: ${v.smallBorderRadius};
798
- border-width: ${v.smallBorderWidth};
785
+ ${(0,w.setVariable)(X.size,y.smallIconSize)};
786
+ ${(0,w.setVariable)(Y.size,y.smallIconSize)};
787
+
788
+ height: ${y.smallHeight};
789
+ padding: 0 ${y.smallHorizontalPadding};
790
+ gap: ${y.smallGap};
791
+ border-radius: ${y.smallBorderRadius};
792
+ border-width: ${y.smallBorderWidth};
799
793
  }
800
794
 
801
795
  .ft-button--small:focus-visible {
802
- outline-width: ${v.smallFocusOutlineWidth};
803
- outline-offset: ${v.smallFocusOutlineOffset};
796
+ outline-width: ${y.smallFocusOutlineWidth};
797
+ outline-offset: ${y.smallFocusOutlineOffset};
804
798
  }
805
799
 
806
800
  .ft-button--small.ft-button--icon-only {
807
- width: ${v.smallIconOnlyWidth};
801
+ width: ${y.smallIconOnlyWidth};
808
802
  padding: unset;
809
803
  }
810
- `,o.noTextSelect];var or=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class er extends qe{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.neutral=!1,this.small=!1}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--secondary":this.secondary,"ft-button--tertiary":this.tertiary||!this.primary&&!this.secondary&&!this.neutral,"ft-button--neutral":this.neutral,"ft-button--large":!this.small,"ft-button--small":this.small,"ft-button--icon-only":!this.hasTextContent(),"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0,"ft-button--no-icon":!this.icon}}get typographyVariant(){return this.small?Ro.caption1medium:Ro.body2medium}}er.styles=[o.safariEllipsisFix,tr],or([r.property({type:Boolean})],er.prototype,"primary",void 0),or([r.property({type:Boolean})],er.prototype,"secondary",void 0),or([r.property({type:Boolean})],er.prototype,"tertiary",void 0),or([r.property({type:Boolean})],er.prototype,"neutral",void 0),or([r.property({type:Boolean})],er.prototype,"small",void 0),o.customElement("ft-button")(Qe),o.customElement("ftds-button")(er);const rr={fontSize:o.FtCssVariableFactory.create("--ft-input-label-font-size","","SIZE","14px"),raisedFontSize:o.FtCssVariableFactory.create("--ft-input-label-raised-font-size","","SIZE","11px"),raisedZIndex:o.FtCssVariableFactory.create("--ft-input-label-outlined-raised-z-index","","NUMBER","2"),verticalSpacing:o.FtCssVariableFactory.create("--ft-input-label-vertical-spacing","","SIZE","4px"),horizontalSpacing:o.FtCssVariableFactory.create("--ft-input-label-horizontal-spacing","","SIZE","12px"),labelMaxWidth:o.FtCssVariableFactory.create("--ft-input-label-max-width","","SIZE","100%"),borderColor:o.FtCssVariableFactory.extend("--ft-input-label-border-color","",o.designSystemVariables.colorOutline),textColor:o.FtCssVariableFactory.extend("--ft-input-label-text-color","",o.designSystemVariables.colorOnSurfaceMedium),disabledTextColor:o.FtCssVariableFactory.extend("--ft-input-label-disabled-text-color","",o.designSystemVariables.colorOnSurfaceDisabled),colorSurface:o.FtCssVariableFactory.external(o.designSystemVariables.colorSurface,"Design system"),borderRadiusS:o.FtCssVariableFactory.external(o.designSystemVariables.borderRadiusS,"Design system"),colorError:o.FtCssVariableFactory.external(o.designSystemVariables.colorError,"Design system")},ir=e.css`
804
+ `,w.noTextSelect];var ve=function(e,o,n,a){var i=arguments.length,l=i<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,n):a,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,a);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(l=(i<3?c(l):i>3?c(o,n,l):c(o,n))||l);return i>3&&l&&Object.defineProperty(o,n,l),l},gt=class extends _{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.neutral=!1,this.small=!1}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--secondary":this.secondary,"ft-button--tertiary":this.tertiary||!this.primary&&!this.secondary&&!this.neutral,"ft-button--neutral":this.neutral,"ft-button--large":!this.small,"ft-button--small":this.small,"ft-button--icon-only":!this.hasTextContent(),"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0,"ft-button--no-icon":!this.icon}}get typographyVariant(){return this.small?zt.caption1medium:zt.body2medium}};gt.styles=[An.safariEllipsisFix,Rn];ve([(0,oe.property)({type:Boolean})],gt.prototype,"primary",void 0);ve([(0,oe.property)({type:Boolean})],gt.prototype,"secondary",void 0);ve([(0,oe.property)({type:Boolean})],gt.prototype,"tertiary",void 0);ve([(0,oe.property)({type:Boolean})],gt.prototype,"neutral",void 0);ve([(0,oe.property)({type:Boolean})],gt.prototype,"small",void 0);(0,lo.customElement)("ft-button")(pt);(0,lo.customElement)("ftds-button")(gt);var _n=m(E());var we=m(I()),ne=m(E());var Pn=m(I()),A=m(E());var Ln=m(I()),L=m(E());var v={fontSize:L.FtCssVariableFactory.create("--ft-input-label-font-size","","SIZE","14px"),raisedFontSize:L.FtCssVariableFactory.create("--ft-input-label-raised-font-size","","SIZE","11px"),raisedZIndex:L.FtCssVariableFactory.create("--ft-input-label-outlined-raised-z-index","","NUMBER","2"),verticalSpacing:L.FtCssVariableFactory.create("--ft-input-label-vertical-spacing","","SIZE","4px"),horizontalSpacing:L.FtCssVariableFactory.create("--ft-input-label-horizontal-spacing","","SIZE","12px"),labelMaxWidth:L.FtCssVariableFactory.create("--ft-input-label-max-width","","SIZE","100%"),borderColor:L.FtCssVariableFactory.extend("--ft-input-label-border-color","",L.designSystemVariables.colorOutline),textColor:L.FtCssVariableFactory.extend("--ft-input-label-text-color","",L.designSystemVariables.colorOnSurfaceMedium),disabledTextColor:L.FtCssVariableFactory.extend("--ft-input-label-disabled-text-color","",L.designSystemVariables.colorOnSurfaceDisabled),colorSurface:L.FtCssVariableFactory.external(L.designSystemVariables.colorSurface,"Design system"),borderRadiusS:L.FtCssVariableFactory.external(L.designSystemVariables.borderRadiusS,"Design system"),colorError:L.FtCssVariableFactory.external(L.designSystemVariables.colorError,"Design system")},$n=Ln.css`
811
805
  .ft-input-label {
812
806
  position: absolute;
813
807
  inset: 0;
814
808
  display: flex;
815
- background-color: ${rr.colorSurface};
816
- border-radius: ${rr.borderRadiusS} ${rr.borderRadiusS} 0 0;
809
+ background-color: ${v.colorSurface};
810
+ border-radius: ${v.borderRadiusS} ${v.borderRadiusS} 0 0;
817
811
  }
818
812
 
819
813
  .ft-input-label--outlined {
820
- border-radius: ${rr.borderRadiusS};
814
+ border-radius: ${v.borderRadiusS};
821
815
  }
822
816
 
823
817
  .ft-input-label {
824
- border-color: ${rr.borderColor};
818
+ border-color: ${v.borderColor};
825
819
  }
826
820
 
827
821
  .ft-input-label.ft-input-label--in-error {
828
- border-color: ${rr.colorError}
822
+ border-color: ${v.colorError}
829
823
  }
830
824
 
831
825
  .ft-input-label:before,
@@ -838,7 +832,7 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Eo=t=>({_$li
838
832
  }
839
833
 
840
834
  .ft-input-label:before {
841
- width: calc(${rr.horizontalSpacing} - 4px);
835
+ width: calc(${v.horizontalSpacing} - 4px);
842
836
  flex-shrink: 0;
843
837
  }
844
838
 
@@ -854,20 +848,20 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Eo=t=>({_$li
854
848
  border-bottom-width: 1px;
855
849
  border-bottom-style: solid;
856
850
  border-color: inherit;
857
- color: ${rr.textColor};
851
+ color: ${v.textColor};
858
852
  transition: font-size 250ms, line-height 250ms, color 250ms;
859
- max-width: calc(${rr.labelMaxWidth} - 2 * (${rr.horizontalSpacing} - 4px)); /* -2px on spacing for label padding */
853
+ max-width: calc(${v.labelMaxWidth} - 2 * (${v.horizontalSpacing} - 4px)); /* -2px on spacing for label padding */
860
854
  text-overflow: ellipsis;
861
- ${o.setVariable(et.fontSize,rr.fontSize)};
862
- ${o.setVariable(et.lineHeight,rr.fontSize)};
855
+ ${(0,L.setVariable)(lt.fontSize,v.fontSize)};
856
+ ${(0,L.setVariable)(lt.lineHeight,v.fontSize)};
863
857
  }
864
858
 
865
859
  .ft-input-label--in-error .ft-input-label--text {
866
- color: ${rr.colorError}
860
+ color: ${v.colorError}
867
861
  }
868
862
 
869
863
  .ft-input-label--disabled .ft-input-label--text {
870
- color: ${rr.disabledTextColor};
864
+ color: ${v.disabledTextColor};
871
865
  }
872
866
 
873
867
  .ft-input-label--hidden-text {
@@ -884,19 +878,19 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Eo=t=>({_$li
884
878
  overflow: hidden;
885
879
  white-space: nowrap;
886
880
  text-overflow: ellipsis;
887
- padding: ${rr.verticalSpacing} 4px;
888
- margin: calc(${rr.verticalSpacing} * -1) 0;
881
+ padding: ${v.verticalSpacing} 4px;
882
+ margin: calc(${v.verticalSpacing} * -1) 0;
889
883
  max-width: 100%;
890
884
  box-sizing: border-box;
891
885
  }
892
886
 
893
887
  .ft-input-label--raised .ft-input-label--text {
894
- ${o.setVariable(et.fontSize,rr.raisedFontSize)};
895
- ${o.setVariable(et.lineHeight,rr.raisedFontSize)};
888
+ ${(0,L.setVariable)(lt.fontSize,v.raisedFontSize)};
889
+ ${(0,L.setVariable)(lt.lineHeight,v.raisedFontSize)};
896
890
  }
897
891
 
898
892
  .ft-input-label--raised .ft-input-label--floating-text {
899
- top: ${rr.verticalSpacing};
893
+ top: ${v.verticalSpacing};
900
894
  }
901
895
 
902
896
  .ft-input-label--outlined .ft-input-label--text,
@@ -909,27 +903,27 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Eo=t=>({_$li
909
903
  .ft-input-label--outlined:before {
910
904
  border-left-width: 1px;
911
905
  border-left-style: solid;
912
- border-radius: ${rr.borderRadiusS} 0 0 ${rr.borderRadiusS};
906
+ border-radius: ${v.borderRadiusS} 0 0 ${v.borderRadiusS};
913
907
  }
914
908
 
915
909
  .ft-input-label--outlined:after {
916
910
  border-right-width: 1px;
917
911
  border-right-style: solid;
918
- border-radius: 0 ${rr.borderRadiusS} ${rr.borderRadiusS} 0;
912
+ border-radius: 0 ${v.borderRadiusS} ${v.borderRadiusS} 0;
919
913
  }
920
914
 
921
915
  .ft-input-label--outlined.ft-input-label--raised .ft-input-label--floating-text {
922
916
  padding: 2px 4px;
923
- z-index: ${rr.raisedZIndex};
924
- background-color: ${rr.colorSurface};
925
- border-radius: ${rr.borderRadiusS};
917
+ z-index: ${v.raisedZIndex};
918
+ background-color: ${v.colorSurface};
919
+ border-radius: ${v.borderRadiusS};
926
920
  top: calc((var(--ft-typography-caption-line-height) / -2) + 2px);
927
921
  }
928
922
 
929
923
  .ft-input-label--outlined.ft-input-label--raised .ft-input-label--text {
930
924
  border-top: none;
931
925
  }
932
- `,ar={fontSize:o.FtCssVariableFactory.create("--ft-number-field-font-size","","SIZE","14px"),labelSize:o.FtCssVariableFactory.create("--ft-number-field-label-size","","SIZE","11px"),verticalSpacing:o.FtCssVariableFactory.create("--ft-number-field-vertical-spacing","","SIZE","4px"),horizontalSpacing:o.FtCssVariableFactory.create("--ft-number-field-horizontal-spacing","","SIZE","16px"),colorPrimary:o.FtCssVariableFactory.external(o.designSystemVariables.colorPrimary,"Design system"),colorOnSurface:o.FtCssVariableFactory.external(o.designSystemVariables.colorOnSurface,"Design system"),colorOnSurfaceDisabled:o.FtCssVariableFactory.external(o.designSystemVariables.colorOnSurfaceDisabled,"Design system"),borderRadiusS:o.FtCssVariableFactory.external(o.designSystemVariables.borderRadiusS,"Design system"),colorSurface:o.FtCssVariableFactory.external(o.designSystemVariables.colorSurface,"Design system"),colorOutline:o.FtCssVariableFactory.external(o.designSystemVariables.colorOutline,"Design system")},nr=e.css`
926
+ `;var P={fontSize:A.FtCssVariableFactory.create("--ft-number-field-font-size","","SIZE","14px"),labelSize:A.FtCssVariableFactory.create("--ft-number-field-label-size","","SIZE","11px"),verticalSpacing:A.FtCssVariableFactory.create("--ft-number-field-vertical-spacing","","SIZE","4px"),horizontalSpacing:A.FtCssVariableFactory.create("--ft-number-field-horizontal-spacing","","SIZE","16px"),colorPrimary:A.FtCssVariableFactory.external(A.designSystemVariables.colorPrimary,"Design system"),colorOnSurface:A.FtCssVariableFactory.external(A.designSystemVariables.colorOnSurface,"Design system"),colorOnSurfaceDisabled:A.FtCssVariableFactory.external(A.designSystemVariables.colorOnSurfaceDisabled,"Design system"),borderRadiusS:A.FtCssVariableFactory.external(A.designSystemVariables.borderRadiusS,"Design system"),colorSurface:A.FtCssVariableFactory.external(A.designSystemVariables.colorSurface,"Design system"),colorOutline:A.FtCssVariableFactory.external(A.designSystemVariables.colorOutline,"Design system")},Wn=Pn.css`
933
927
  *:focus {
934
928
  outline: none;
935
929
  }
@@ -942,16 +936,16 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Eo=t=>({_$li
942
936
  }
943
937
 
944
938
  ft-input-label {
945
- ${o.setVariable(rr.fontSize,ar.fontSize)};
946
- ${o.setVariable(rr.raisedFontSize,ar.labelSize)};
947
- ${o.setVariable(rr.verticalSpacing,ar.verticalSpacing)};
948
- ${o.setVariable(rr.horizontalSpacing,ar.horizontalSpacing)};
939
+ ${(0,A.setVariable)(v.fontSize,P.fontSize)};
940
+ ${(0,A.setVariable)(v.raisedFontSize,P.labelSize)};
941
+ ${(0,A.setVariable)(v.verticalSpacing,P.verticalSpacing)};
942
+ ${(0,A.setVariable)(v.horizontalSpacing,P.horizontalSpacing)};
949
943
  }
950
944
 
951
945
  .ft-number-field--main-panel {
952
946
  position: relative;
953
947
  display: flex;
954
- height: calc(4 * ${ar.verticalSpacing} + ${ar.labelSize} + ${ar.fontSize});
948
+ height: calc(4 * ${P.verticalSpacing} + ${P.labelSize} + ${P.fontSize});
955
949
  }
956
950
 
957
951
  .ft-number-field--input-panel {
@@ -960,20 +954,20 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Eo=t=>({_$li
960
954
  display: flex;
961
955
  align-items: center;
962
956
  overflow: hidden;
963
- padding: 0 ${ar.horizontalSpacing};
957
+ padding: 0 ${P.horizontalSpacing};
964
958
 
965
- ${o.setVariable(V.fontSize,ar.fontSize)};
966
- ${o.setVariable(V.lineHeight,ar.fontSize)};
959
+ ${(0,A.setVariable)(yt.fontSize,P.fontSize)};
960
+ ${(0,A.setVariable)(yt.lineHeight,P.fontSize)};
967
961
  }
968
962
 
969
963
  .ft-number-field--input-panel ft-ripple {
970
- ${o.setVariable(c.opacityContentOnSurfaceHover,"0.08")};
971
- ${o.setVariable(c.opacityContentOnSurfacePressed,"0.04")};
964
+ ${(0,A.setVariable)(C.opacityContentOnSurfaceHover,"0.08")};
965
+ ${(0,A.setVariable)(C.opacityContentOnSurfacePressed,"0.04")};
972
966
  }
973
967
 
974
968
  .ft-number-field--filled.ft-number-field--with-label .ft-number-field--input-panel {
975
969
  align-items: flex-end;
976
- padding: 0 ${ar.horizontalSpacing} ${ar.verticalSpacing} ${ar.horizontalSpacing};
970
+ padding: 0 ${P.horizontalSpacing} ${P.verticalSpacing} ${P.horizontalSpacing};
977
971
  }
978
972
 
979
973
  .ft-number-field--input {
@@ -983,8 +977,8 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Eo=t=>({_$li
983
977
  flex-shrink: 1;
984
978
  min-width: 0; /* flex sets this to auto an prevents input from shrinking properly */
985
979
 
986
- color: ${ar.colorOnSurface};
987
- padding: calc(2 * ${ar.verticalSpacing}) 0;
980
+ color: ${P.colorOnSurface};
981
+ padding: calc(2 * ${P.verticalSpacing}) 0;
988
982
  border: none;
989
983
  background: none;
990
984
 
@@ -993,24 +987,24 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Eo=t=>({_$li
993
987
 
994
988
  .ft-number-field--filled.ft-number-field--with-label .ft-number-field--input {
995
989
  padding-bottom: 0;
996
- padding-top: calc(${ar.labelSize} + 2 * ${ar.verticalSpacing});
990
+ padding-top: calc(${P.labelSize} + 2 * ${P.verticalSpacing});
997
991
  }
998
992
 
999
993
  .ft-number-field--disabled .ft-number-field--input {
1000
- color: ${ar.colorOnSurfaceDisabled};
994
+ color: ${P.colorOnSurfaceDisabled};
1001
995
  }
1002
996
 
1003
997
  .ft-number-field:not(.ft-number-field--disabled):focus-within ft-input-label {
1004
- ${o.setVariable(rr.borderColor,ar.colorPrimary)};
1005
- ${o.setVariable(rr.textColor,ar.colorPrimary)};
998
+ ${(0,A.setVariable)(v.borderColor,P.colorPrimary)};
999
+ ${(0,A.setVariable)(v.textColor,P.colorPrimary)};
1006
1000
  }
1007
1001
 
1008
1002
  .ft-number-field--filled .ft-number-field--input-panel {
1009
- border-radius: ${ar.borderRadiusS} ${ar.borderRadiusS} 0 0;
1003
+ border-radius: ${P.borderRadiusS} ${P.borderRadiusS} 0 0;
1010
1004
  }
1011
1005
 
1012
1006
  .ft-number-field--outlined .ft-number-field--input-panel {
1013
- border-radius: ${ar.borderRadiusS};
1007
+ border-radius: ${P.borderRadiusS};
1014
1008
  }
1015
1009
 
1016
1010
  input::-webkit-outer-spin-button,
@@ -1018,26 +1012,26 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Eo=t=>({_$li
1018
1012
  -webkit-appearance: none;
1019
1013
  margin: 0;
1020
1014
  }
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
- <div class="${i.classMap(t)}">
1023
- ${this.text?e.html`
1015
+ `;var Nt=m(it()),Tn=m(pe());var Bn=m(E());var co=m(I()),re=m(it()),In=m(pe()),zn=m(E());var Ne=function(e,o,n,a){var i=arguments.length,l=i<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,n):a,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,a);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(l=(i<3?c(l):i>3?c(o,n,l):c(o,n))||l);return i>3&&l&&Object.defineProperty(o,n,l),l},ot=class extends zn.FtLitElement{constructor(){super(...arguments),this.text="",this.raised=!1,this.outlined=!1,this.disabled=!1,this.error=!1}render(){let o={"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 co.html`
1016
+ <div class="${(0,In.classMap)(o)}">
1017
+ ${this.text?co.html`
1024
1018
  <div class="ft-input-label--text ft-typography--caption">
1025
1019
  <span class="ft-input-label--floating-text">${this.text}</span>
1026
1020
  <span class="ft-input-label--hidden-text" aria-hidden="true">${this.text}</span>
1027
1021
  </div>
1028
1022
  `:null}
1029
1023
  </div>
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
- <div class="${i.classMap(t)}">
1024
+ `}};ot.elementDefinitions={};ot.styles=[Ae,$n];Ne([(0,re.property)({type:String})],ot.prototype,"text",void 0);Ne([(0,re.property)({type:Boolean})],ot.prototype,"raised",void 0);Ne([(0,re.property)({type:Boolean})],ot.prototype,"outlined",void 0);Ne([(0,re.property)({type:Boolean})],ot.prototype,"disabled",void 0);Ne([(0,re.property)({type:Boolean})],ot.prototype,"error",void 0);(0,Bn.customElement)("ft-input-label")(ot);var vt=function(e,o,n,a){var i=arguments.length,l=i<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,n):a,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,a);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(l=(i<3?c(l):i>3?c(o,n,l):c(o,n))||l);return i>3&&l&&Object.defineProperty(o,n,l),l},M=class extends ne.FtLitElement{constructor(){super(...arguments),this.outlined=!1,this.disabled=!1,this.focused=!1}render(){let o={"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":this.value!=null,"ft-number-field--with-label":!!this.label};return we.html`
1025
+ <div class="${(0,Tn.classMap)(o)}">
1032
1026
  <div class="ft-number-field--main-panel"
1033
1027
  @focusout=${this.onMainPanelBlur}>
1034
1028
  <ft-input-label text="${this.label}"
1035
1029
  ?disabled=${this.disabled}
1036
1030
  ?outlined=${this.outlined}
1037
- ?raised=${this.focused||null!=this.value}>
1031
+ ?raised=${this.focused||this.value!=null}>
1038
1032
  </ft-input-label>
1039
1033
  <div class="ft-number-field--input-panel">
1040
- ${this.outlined?e.nothing:e.html`
1034
+ ${this.outlined?we.nothing:we.html`
1041
1035
  <ft-ripple ?disabled=${this.disabled} activated></ft-ripple>
1042
1036
  `}
1043
1037
  <input type="number"
@@ -1054,16 +1048,16 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Eo=t=>({_$li
1054
1048
  </div>
1055
1049
  </div>
1056
1050
  </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":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`
1051
+ `}update(o){super.update(o),(o.has("max")||o.has("min"))&&this.setValue(this.value)}lowerBound(o){return this.min!=null?Math.max(this.min,o):o}upperBound(o){return this.max!=null?Math.min(this.max,o):o}onChange(o){o.preventDefault(),o.stopPropagation(),this.setValue(+o.target.value)}setValue(o){let n=this.value;this.value=o;let a=this.value==null?void 0:this.lowerBound(this.upperBound(this.value));setTimeout(()=>{this.value=a,n!==a&&this.dispatchEvent(new CustomEvent("change",{detail:this.value}))})}onFocus(){this.focused=!0}onMainPanelBlur(){var o;!((o=this.mainPanel)===null||o===void 0)&&o.matches(":focus-within")||(this.focused=!1)}};M.elementDefinitions={"ft-input-label":ot,"ft-ripple":$,"ft-typography":V};M.styles=Wn;vt([(0,Nt.property)()],M.prototype,"label",void 0);vt([(0,ne.optionalNumberProperty)()],M.prototype,"value",void 0);vt([(0,Nt.property)({type:Boolean})],M.prototype,"outlined",void 0);vt([(0,Nt.property)({type:Boolean})],M.prototype,"disabled",void 0);vt([(0,ne.optionalNumberProperty)()],M.prototype,"min",void 0);vt([(0,ne.optionalNumberProperty)()],M.prototype,"max",void 0);vt([(0,Nt.state)()],M.prototype,"focused",void 0);vt([(0,Nt.query)(".ft-number-field--input")],M.prototype,"input",void 0);vt([(0,Nt.query)(".ft-number-field--main-panel")],M.prototype,"mainPanel",void 0);(0,_n.customElement)("ft-number-field")(M);var ae=function(e,o,n,a){var i=arguments.length,l=i<3?o:a===null?a=Object.getOwnPropertyDescriptor(o,n):a,c;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")l=Reflect.decorate(e,o,n,a);else for(var s=e.length-1;s>=0;s--)(c=e[s])&&(l=(i<3?c(l):i>3?c(o,n,l):c(o,n))||l);return i>3&&l&&Object.defineProperty(o,n,l),l},at=class extends kn.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 o=this.resolvedMaxPage;return Hn.html`
1058
1052
  <style>
1059
1053
  ft-number-field::part(input) {
1060
- width: ${Math.max(2,(""+t).length)}ch;
1054
+ width: ${Math.max(2,(""+o).length)}ch;
1061
1055
  }
1062
1056
 
1063
1057
  </style>
1064
1058
  <div part="container">
1065
- <ft-button icon=${Ge.THIN_ARROW_LEFT}
1066
- ?disabled="${1==this.currentPage}"
1059
+ <ft-button icon=${_t.THIN_ARROW_LEFT}
1060
+ ?disabled="${this.currentPage==1}"
1067
1061
  @click="${()=>this.setPage(this.currentPage-1)}"
1068
1062
  label="${this.previousLabel}"
1069
1063
  tooltipPosition="top">
@@ -1071,15 +1065,31 @@ const Co=Symbol.for(""),Io=t=>{if(t?.r===Co)return t?._$litStatic$},Eo=t=>({_$li
1071
1065
  <ft-number-field outlined
1072
1066
  value="${this.currentPage}"
1073
1067
  min="1"
1074
- max="${t}"
1068
+ max="${o}"
1075
1069
  @change="${this.onChange}">
1076
1070
  </ft-number-field>
1077
- <ft-typography variant="body1"> / ${t}</ft-typography>
1078
- <ft-button icon=${Ge.THIN_ARROW_RIGHT}
1079
- ?disabled="${this.currentPage==t}"
1071
+ <ft-typography variant="body1"> / ${o}</ft-typography>
1072
+ <ft-button icon=${_t.THIN_ARROW_RIGHT}
1073
+ ?disabled="${this.currentPage==o}"
1080
1074
  @click="${()=>this.setPage(this.currentPage+1)}"
1081
1075
  label="${this.nextLabel}"
1082
1076
  tooltipPosition="top">
1083
1077
  </ft-button>
1084
1078
  </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":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);
1079
+ `}onChange(o){o.stopPropagation(),this.setPage(o.detail)}setPage(o){this.currentPage=o,this.dispatchEvent(new CustomEvent("change",{detail:o}))}};at.elementDefinitions={"ft-button":pt,"ft-number-field":M,"ft-typography":V};at.styles=bo;ae([(0,Dt.property)({type:Number,reflect:!0})],at.prototype,"currentPage",void 0);ae([(0,Dt.property)({type:Number})],at.prototype,"maxPage",void 0);ae([(0,Dt.property)({type:Number})],at.prototype,"itemsPerPage",void 0);ae([(0,Dt.property)({type:Number})],at.prototype,"totalItemsCount",void 0);ae([(0,Dt.property)()],at.prototype,"nextLabel",void 0);ae([(0,Dt.property)()],at.prototype,"previousLabel",void 0);(0,Dn.customElement)("ft-pager")(at);})();
1080
+ /*! Bundled license information:
1081
+
1082
+ lit-html/lit-html.js:
1083
+ (**
1084
+ * @license
1085
+ * Copyright 2017 Google LLC
1086
+ * SPDX-License-Identifier: BSD-3-Clause
1087
+ *)
1088
+
1089
+ lit-html/static.js:
1090
+ (**
1091
+ * @license
1092
+ * Copyright 2020 Google LLC
1093
+ * SPDX-License-Identifier: BSD-3-Clause
1094
+ *)
1095
+ */