@fluid-topics/ft-snap-scroll 1.1.2 → 1.1.4

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=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorContent),l={color:n,backgroundColor:o.FtCssVariableFactory.extend("--ft-ripple-background-color","",n),opacityContentOnSurfacePressed:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:o.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},s=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorPrimary),c=s,p=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",s),f=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorSecondary),h=f,d=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",f),g=e.css`
1
+ !function(t,o,e,r,i,n){const a=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorContent),l={color:a,backgroundColor:o.FtCssVariableFactory.extend("--ft-ripple-background-color","",a),opacityContentOnSurfacePressed:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:o.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},s=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorPrimary),c=s,p=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",s),f=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorSecondary),d=f,h=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",f),y=e.css`
2
2
  :host {
3
3
  display: contents;
4
4
  }
@@ -53,11 +53,11 @@
53
53
  }
54
54
 
55
55
  .ft-ripple.ft-ripple--secondary .ft-ripple--background {
56
- background-color: ${d};
56
+ background-color: ${h};
57
57
  }
58
58
 
59
59
  .ft-ripple.ft-ripple--secondary .ft-ripple--effect {
60
- background-color: ${h};
60
+ background-color: ${d};
61
61
  }
62
62
 
63
63
  .ft-ripple.ft-ripple--primary .ft-ripple--background {
@@ -110,16 +110,16 @@
110
110
  opacity: ${l.opacityContentOnSurfacePressed};
111
111
  transform: translate(-50%, -50%) scale(1);
112
112
  }
113
- `,y=t=>"string"==typeof t?e.unsafeCSS(t):t;class b{static create(t,o,r,i){const a=t=>y(null!=t?t:i),n=e.css`var(${y(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(${y(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(${y(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(${y(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):y(null!=o?o:t.lastResortDefaultValue()),i=e.css`var(${y(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(${y(t.name)}, ${r(o)})`,i.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>t.lastResortDefaultValue(),i}}const u={colorWhite:b.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:b.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:b.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:b.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:b.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:b.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:b.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:b.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:b.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:b.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:b.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:b.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:b.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:b.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:b.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:b.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:b.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:b.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:b.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:b.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:b.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:b.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:b.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:b.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:b.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:b.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:b.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:b.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:b.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:b.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:b.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:b.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:b.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:b.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:b.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:b.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:b.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:b.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:b.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:b.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:b.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:b.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:b.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:b.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:b.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:b.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:b.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:b.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:b.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:b.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:b.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:b.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:b.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:b.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:b.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:b.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:b.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:b.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:b.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:b.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:b.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:b.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:b.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:b.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:b.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:b.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:b.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:b.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:b.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:b.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:b.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:b.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:b.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:b.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:b.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:b.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:b.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:b.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:b.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:b.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:b.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:b.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:b.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:b.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:b.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:b.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:b.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:b.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:b.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:b.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:b.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:b.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:b.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:b.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:b.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:b.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:b.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:b.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:b.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:b.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:b.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:b.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:b.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:b.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:b.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:b.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:b.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:b.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:b.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:b.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:b.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:b.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:b.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:b.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:b.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:b.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:b.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:b.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:b.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:b.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:b.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:b.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:b.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:b.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:b.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:b.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:b.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:b.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:b.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:b.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:b.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:b.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:b.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:b.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:b.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:b.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:b.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:b.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:b.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:b.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:b.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:b.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:b.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:b.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:b.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:b.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:b.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:b.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:b.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:b.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:b.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:b.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:b.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:b.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:b.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:b.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:b.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:b.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:b.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:b.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:b.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:b.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:b.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:b.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:b.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:b.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:b.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:b.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:b.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:b.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:b.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:b.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:b.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:b.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:b.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:b.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:b.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:b.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:b.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:b.create("--ft-icon-size-6","","SIZE","48px"),opacity0:b.create("--ft-opacity-0","","NUMBER","0"),opacity8:b.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:b.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:b.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:b.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:b.create("--ft-opacity-80","","NUMBER","0.8")},m={display:{fontFamily:b.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:b.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:b.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:b.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:b.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:b.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:b.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:b.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:b.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:b.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:b.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:b.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:b.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:b.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:b.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:b.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:b.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:b.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:b.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:b.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:b.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:b.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:b.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:b.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:b.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:b.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:b.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:b.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:b.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:b.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:b.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:b.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:b.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:b.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:b.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:b.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:b.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:b.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:b.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:b.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:b.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:b.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:b.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:b.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:b.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:b.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:b.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:b.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:b.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:b.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:b.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:b.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:b.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:b.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:b.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:b.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:b.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:b.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:b.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:b.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:b.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:b.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:b.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:b.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:b.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:b.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:b.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:b.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:b.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:b.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:b.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:b.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:b.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:b.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:b.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:b.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:b.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:b.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:b.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:b.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:b.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:b.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:b.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:b.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:b.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:b.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:b.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:b.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:b.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:b.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:b.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:b.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:b.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:b.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:b.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:b.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:b.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:b.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:b.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:b.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:b.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:b.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:b.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:b.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:b.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:b.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:b.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:b.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:b.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:b.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:b.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:b.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:b.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:b.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:b.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:b.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:b.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:b.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:b.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:b.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:b.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:b.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:b.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:b.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:b.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:b.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:b.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:b.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:b.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:b.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:b.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:b.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:b.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:b.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:b.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")}},x={backgroundActionPrimary:b.extend("--ft-background-action-primary","Used as backgorund of primary action components.",u.colorBrand0),backgroundErrorPrimary:b.extend("--ft-background-error-primary","Used as background of error components.",u.colorRed0),backgroundErrorSubtle:b.extend("--ft-background-error-subtle","Used as background of subtle error components.",u.colorRed10),backgroundInfoPrimary:b.extend("--ft-background-info-primary","Used as background of information components.",u.colorCyan200),backgroundInfoSubtle:b.extend("--ft-background-info-subtle","Used as background of subtle information components.",u.colorCyan10),backgroundWarningPrimary:b.extend("--ft-background-warning-primary","Used as background of warning components.",u.colorOrange300),backgroundWarningSubtle:b.extend("--ft-background-warning-subtle","Used as background of subtle information components.",u.colorOrange10),backgroundSuccessPrimary:b.extend("--ft-background-success-primary","Used as background of success components.",u.colorGreen200),backgroundSuccessSubtle:b.extend("--ft-background-success-subtle","Used as background of subtle success components.",u.colorGreen10),backgroundGlobalSurface:b.extend("--ft-background-global-surface","Used as app background.",u.colorWhite),backgroundGlobalOnSurface:b.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",u.colorGray10),backgroundGlobalOnSurfaceDark:b.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",u.colorGray30),contentActionPrimary:b.extend("--ft-content-action-primary","Used on label of primary action on light surface.",u.colorBrand0),contentWarningPrimary:b.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",u.colorOrange300),contentWarningIconOnly:b.extend("--ft-content-warning-icon-only","Used on warning status icons alone",u.colorOrange0),contentErrorPrimary:b.extend("--ft-content-error-primary","Used on label of error messages on light surface.",u.colorRed0),contentErrorIconOnly:b.extend("--ft-content-error-icon-only","Used on error status icons alone",u.colorRed0),contentInfoPrimary:b.extend("--ft-content-info-primary","Used on label of information messages on light surface.",u.colorCyan200),contentInfoIconOnly:b.extend("--ft-content-info-icon-only","Used on info status icons alone",u.colorCyan0),contentSuccessIconOnly:b.extend("--ft-content-success-icon-only","Used on success status icons alone",u.colorGreen0),contentSuccessPrimary:b.extend("--ft-content-success-primary","Used on label of success messages on light surface.",u.colorGreen200),contentGlobalPrimary:b.extend("--ft-content-global-primary","Used for main content on the page.",u.colorGray500),contentGlobalSecondary:b.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",u.colorGray200),contentGlobalSubtle:b.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",u.colorGray0),contentGlobalOnColor:b.extend("--ft-content-global-on-color","Used for content on a dominant color.",u.colorWhite),borderActionPrimary:b.extend("--ft-border-action-primary","Used as border for primary action components.",u.colorBrand0),borderActionFocusRing:b.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",u.colorCyan0),borderWarningPrimary:b.extend("--ft-border-warning-primary","Used as border for warning components.",u.colorOrange30),borderSuccessPrimary:b.extend("--ft-border-success-primary","Used as border for success components.",u.colorGreen30),borderErrorPrimary:b.extend("--ft-border-error-primary","Used as border for error components.",u.colorRed30),borderInfoPrimary:b.extend("--ft-border-info-primary","Used as border for information components.",u.colorCyan30),borderGlobalSubtle:b.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",u.colorGray30),borderGlobalPrimary:b.extend("--ft-border-global-primary","Used as border for element like input.",u.colorGray50),borderInputPrimary:b.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",u.colorGray80)},O={largeHeight:b.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:b.extend("--ft-button-large-horizontal-padding","",u.spacing4),largeGap:b.extend("--ft-button-large-gap","",u.spacing2),largeBorderRadius:b.extend("--ft-button-large-border-radius","",u.borderRadiusS),largeIconSize:b.extend("--ft-button-large-icon-size","",u.iconSize3),largeBorderWidth:b.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:b.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:b.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:b.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:b.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:b.extend("--ft-button-small-horizontal-padding","",u.spacing3),smallGap:b.extend("--ft-button-small-gap","",u.spacing2),smallBorderRadius:b.extend("--ft-button-small-border-radius","",u.borderRadiusS),smallIconSize:b.extend("--ft-button-small-icon-size","",u.iconSize2),smallBorderWidth:b.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:b.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:b.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:b.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:b.extend("--ft-button-primary-background-color","",x.backgroundActionPrimary),primaryColor:b.extend("--ft-button-primary-color","",x.contentGlobalOnColor),primaryIconColor:b.extend("--ft-button-primary-icon-color","",x.contentGlobalOnColor),primaryStateLayerColor:b.extend("--ft-button-primary-state-layer-color","",x.contentGlobalOnColor),primaryStateLayerOpacityHover:b.extend("--ft-button-primary-state-layer-opacity-hover","",u.opacity16),primaryStateLayerOpacityFocus:b.extend("--ft-button-primary-state-layer-opacity-focus","",u.opacity16),primaryStateLayerOpacityActive:b.extend("--ft-button-primary-state-layer-opacity-active","",u.opacity24),primaryComponentOpacityDisabled:b.extend("--ft-button-primary-component-opacity-disabled","",u.opacity40),focusFocusRingColor:b.extend("--ft-button-focus-focus-ring-color","",x.borderActionFocusRing),tertiaryBackgroundColor:b.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:b.extend("--ft-button-tertiary-color","",x.contentActionPrimary),tertiaryIconColor:b.extend("--ft-button-tertiary-icon-color","",x.contentActionPrimary),tertiaryStateLayerColor:b.extend("--ft-button-tertiary-state-layer-color","",x.contentActionPrimary),tertiaryStateLayerOpacityHover:b.extend("--ft-button-tertiary-state-layer-opacity-hover","",u.opacity8),tertiaryStateLayerOpacityFocus:b.extend("--ft-button-tertiary-state-layer-opacity-focus","",u.opacity8),tertiaryStateLayerOpacityActive:b.extend("--ft-button-tertiary-state-layer-opacity-active","",u.opacity16),tertiaryComponentOpacityDisabled:b.extend("--ft-button-tertiary-component-opacity-disabled","",u.opacity40),secondaryBackgroundColor:b.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:b.extend("--ft-button-secondary-color","",x.contentActionPrimary),secondaryIconColor:b.extend("--ft-button-secondary-icon-color","",x.contentActionPrimary),secondaryStateLayerColor:b.extend("--ft-button-secondary-state-layer-color","",x.contentActionPrimary),secondaryStateLayerOpacityHover:b.extend("--ft-button-secondary-state-layer-opacity-hover","",u.opacity8),secondaryStateLayerOpacityFocus:b.extend("--ft-button-secondary-state-layer-opacity-focus","",u.opacity8),secondaryStateLayerOpacityActive:b.extend("--ft-button-secondary-state-layer-opacity-active","",u.opacity16),secondaryComponentOpacityDisabled:b.extend("--ft-button-secondary-component-opacity-disabled","",u.opacity40),secondaryBorderColor:b.extend("--ft-button-secondary-border-color","",x.borderActionPrimary),neutralBackgroundColor:b.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:b.extend("--ft-button-neutral-icon-color","",x.contentGlobalSecondary),neutralColor:b.extend("--ft-button-neutral-color","",x.contentGlobalSecondary),neutralStateLayerColor:b.extend("--ft-button-neutral-state-layer-color","",x.contentGlobalSecondary),neutralStateLayerOpacityHover:b.extend("--ft-button-neutral-state-layer-opacity-hover","",u.opacity8),neutralStateLayerOpacityFocus:b.extend("--ft-button-neutral-state-layer-opacity-focus","",u.opacity8),neutralStateLayerOpacityActive:b.extend("--ft-button-neutral-state-layer-opacity-active","",u.opacity16),neutralComponentOpacityDisabled:b.extend("--ft-button-neutral-component-opacity-disabled","",u.opacity40)};b.extend("--ft-tabs-top-left-border-radius","",u.borderRadiusS),b.extend("--ft-tabs-top-right-border-radius","",u.borderRadiusS),b.extend("--ft-tabs-label-horizontal-padding","",u.spacing4),b.extend("--ft-tabs-label-vertical-padding","",u.spacing3),b.extend("--ft-tabs-label-gap","",u.spacing1),b.extend("--ft-switch-group-horizontal-padding","",u.spacing1),b.extend("--ft-switch-group-vertical-padding","",u.spacing1),b.extend("--ft-switch-group-gap","",u.spacing1),b.extend("--ft-switch-group-background-color","",x.backgroundGlobalSurface),b.extend("--ft-switch-group-border-color","",x.borderGlobalSubtle),b.create("--ft-switch-group-border-radius","","SIZE","6px"),b.extend("--ft-switch-label-horizontal-padding","",u.spacing2),b.extend("--ft-switch-label-vertical-padding","",u.spacing1),b.extend("--ft-switch-icon-horizontal-padding","",u.spacing1),b.extend("--ft-switch-icon-vertical-padding","",u.spacing1),b.create("--ft-switch-focus-outline-width","","SIZE","2px"),b.extend("--ft-switch-focus-focus-ring-color","",x.borderActionFocusRing),b.extend("--ft-switch-option-border-radius","",u.borderRadiusS),b.extend("--ft-switch-off-state-layer-opacity-hover","",u.opacity8),b.extend("--ft-switch-off-state-layer-opacity-focus","",u.opacity8),b.extend("--ft-switch-off-state-layer-opacity-active","",u.opacity16),b.extend("--ft-switch-off-component-opacity-disabled","",u.opacity40),b.extend("--ft-switch-off-color","",x.contentGlobalSubtle),b.extend("--ft-switch-off-state-layer-color","",x.contentGlobalSubtle),b.extend("--ft-chart-1-light","for area color charts",u.colorBrand40),b.extend("--ft-chart-1-base","for line charts",u.colorBrand0),b.extend("--ft-chart-2-light","for area color charts",u.colorYellow60),b.extend("--ft-chart-2-base","for line charts",u.colorYellow100),b.extend("--ft-chart-3-light","",u.colorUltramarine40),b.extend("--ft-chart-3-base","",u.colorUltramarine70),b.extend("--ft-chart-4-light","",u.colorCyan50),b.extend("--ft-chart-4-base","",u.colorCyan100),b.extend("--ft-chart-5-light","",u.colorRed40),b.extend("--ft-chart-5-base","",u.colorRed60),b.extend("--ft-chart-6-light","",u.colorGreen40),b.extend("--ft-chart-6-base","",u.colorGreen70),b.extend("--ft-chart-7-light","",u.colorOrange70),b.extend("--ft-chart-7-base","",u.colorOrange100),b.extend("--ft-chart-8-light","",u.colorAvocado70),b.extend("--ft-chart-8-base","",u.colorAvocado200),b.extend("--ft-chart-9-light","",u.colorBrown50),b.extend("--ft-chart-9-base","",u.colorBrown200),b.extend("--ft-chart-10-light","",u.colorGray50),b.extend("--ft-chart-10-base","",u.colorGray80),b.extend("--ft-chart-monochrome-10","",u.colorBrand10),b.extend("--ft-chart-monochrome-20","",u.colorBrand20),b.extend("--ft-chart-monochrome-30","",u.colorBrand40),b.extend("--ft-chart-monochrome-40","",u.colorBrand60),b.extend("--ft-chart-monochrome-50","",u.colorBrand0),b.extend("--ft-chart-monochrome-60","",u.colorBrand200),b.extend("--ft-chip-large-horizontal-padding","",u.spacing4),b.extend("--ft-chip-large-vertical-padding","",u.spacing2),b.extend("--ft-chip-large-gap","",u.spacing1),b.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),b.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),b.extend("--ft-chip-large-border-radius","",u.borderRadiusPill),b.create("--ft-chip-large-border-width","","SIZE","1px"),b.extend("--ft-chip-large-icon-size","",u.iconSize3),b.extend("--ft-chip-medium-horizontal-padding","",u.spacing3),b.extend("--ft-chip-medium-vertical-padding","",u.spacing1),b.extend("--ft-chip-medium-gap","",u.spacing1),b.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),b.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),b.extend("--ft-chip-medium-border-radius","",u.borderRadiusPill),b.create("--ft-chip-medium-border-width","","SIZE","1px"),b.extend("--ft-chip-medium-icon-size","",u.iconSize2),b.extend("--ft-chip-small-horizontal-padding","",u.spacing2),b.extend("--ft-chip-small-vertical-padding","",u.spacing05),b.extend("--ft-chip-small-gap","",u.spacing1),b.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),b.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),b.extend("--ft-chip-small-border-radius","",u.borderRadiusPill),b.create("--ft-chip-small-border-width","","SIZE","1px"),b.extend("--ft-chip-small-icon-size","",u.iconSize1),b.extend("--ft-chip-neutral-background-color","",x.backgroundGlobalOnSurface),b.extend("--ft-chip-neutral-color","",x.contentGlobalPrimary),b.extend("--ft-chip-neutral-border-color","",x.borderGlobalSubtle),b.extend("--ft-chip-info-background-color","",x.backgroundInfoSubtle),b.extend("--ft-chip-info-color","",x.contentInfoPrimary),b.extend("--ft-chip-info-border-color","",x.borderInfoPrimary),b.extend("--ft-chip-success-background-color","",x.backgroundSuccessSubtle),b.extend("--ft-chip-success-color","",x.contentSuccessPrimary),b.extend("--ft-chip-success-border-color","",x.borderSuccessPrimary),b.extend("--ft-chip-warning-background-color","",x.backgroundWarningSubtle),b.extend("--ft-chip-warning-color","",x.contentWarningPrimary),b.extend("--ft-chip-warning-border-color","",x.borderWarningPrimary),b.extend("--ft-chip-error-background-color","",x.backgroundErrorSubtle),b.extend("--ft-chip-error-color","",x.contentErrorPrimary),b.extend("--ft-chip-error-border-color","",x.borderErrorPrimary),b.create("--ft-notice-border-width","","SIZE","1px"),b.extend("--ft-notice-horizontal-padding","",u.spacing2),b.extend("--ft-notice-vertical-padding","",u.spacing1),b.extend("--ft-notice-border-radius","",u.borderRadiusS),b.extend("--ft-notice-gap","",u.spacing2),b.extend("--ft-notice-icon-size","",u.iconSize3),b.extend("--ft-notice-info-background-color","",x.backgroundInfoSubtle),b.extend("--ft-notice-info-border-color","",x.borderInfoPrimary),b.extend("--ft-notice-info-color","",x.contentInfoPrimary),b.extend("--ft-notice-warning-background-color","",x.backgroundWarningSubtle),b.extend("--ft-notice-warning-border-color","",x.borderWarningPrimary),b.extend("--ft-notice-warning-color","",x.contentWarningPrimary),b.extend("--ft-checkbox-label-color","",x.contentGlobalPrimary),b.extend("--ft-checkbox-checked-background-color","",x.contentActionPrimary),b.extend("--ft-checkbox-checked-state-layer-color","",x.contentActionPrimary),b.extend("--ft-checkbox-checked-color","",x.contentGlobalOnColor),b.extend("--ft-checkbox-checked-state-layer-opacity-hover","",u.opacity16),b.extend("--ft-checkbox-checked-state-layer-opacity-focus","",u.opacity16),b.extend("--ft-checkbox-checked-state-layer-opacity-active","",u.opacity24),b.extend("--ft-checkbox-checked-component-opacity-disabled","",u.opacity40),b.extend("--ft-checkbox-unchecked-border-color","",u.colorGray80),b.extend("--ft-checkbox-unchecked-state-layer-color","",u.colorGray80),b.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",u.opacity16),b.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",u.opacity16),b.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",u.opacity24),b.extend("--ft-checkbox-unchecked-component-opacity-disabled","",u.opacity40),b.extend("--ft-checkbox-focus-focus-ring-color","",x.borderActionFocusRing),b.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),b.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),b.extend("--ft-checkbox-gap","",u.spacing3),b.extend("--ft-toggle-off-state-layer-opacity-hover","",u.opacity16),b.extend("--ft-toggle-off-state-layer-opacity-focus","",u.opacity16),b.extend("--ft-toggle-off-state-layer-opacity-active","",u.opacity24),b.extend("--ft-toggle-off-component-opacity-disabled","",u.opacity40),b.extend("--ft-toggle-off-background-color","",x.contentGlobalSubtle),b.extend("--ft-toggle-off-icon-color","",x.contentGlobalSubtle),b.extend("--ft-toggle-off-state-layer-color","",x.contentGlobalSubtle),b.extend("--ft-toggle-on-state-layer-opacity-hover","",u.opacity16),b.extend("--ft-toggle-on-state-layer-opacity-focus","",u.opacity16),b.extend("--ft-toggle-on-state-layer-opacity-active","",u.opacity24),b.extend("--ft-toggle-on-component-opacity-disabled","",u.opacity40),b.extend("--ft-toggle-on-background-color","",x.contentActionPrimary),b.extend("--ft-toggle-on-icon-color","",x.contentActionPrimary),b.extend("--ft-toggle-on-state-layer-color","",x.contentActionPrimary),b.extend("--ft-toggle-label-color","",x.contentGlobalPrimary),b.extend("--ft-toggle-focus-focus-ring-color","",x.borderActionFocusRing),b.extend("--ft-toggle-gap","",u.spacing3),b.extend("--ft-radio-label-color","",x.contentGlobalPrimary),b.extend("--ft-radio-selected-color","",x.contentActionPrimary),b.extend("--ft-radio-selected-state-layer-color","",x.contentActionPrimary),b.extend("--ft-radio-selected-state-layer-opacity-hover","",u.opacity16),b.extend("--ft-radio-selected-state-layer-opacity-focus","",u.opacity16),b.extend("--ft-radio-selected-state-layer-opacity-active","",u.opacity24),b.extend("--ft-radio-selected-component-opacity-disabled","",u.opacity40),b.extend("--ft-radio-unselected-state-layer-color","",u.colorGray80),b.extend("--ft-radio-unselected-state-layer-opacity-hover","",u.opacity16),b.extend("--ft-radio-unselected-state-layer-opacity-focus","",u.opacity16),b.extend("--ft-radio-unselected-state-layer-opacity-active","",u.opacity24),b.extend("--ft-radio-unselected-component-opacity-disabled","",u.opacity40),b.extend("--ft-radio-focus-focus-ring-color","",x.borderActionFocusRing),b.create("--ft-radio-focus-outline-offset","","SIZE","3px"),b.create("--ft-radio-focus-outline-width","","SIZE","2px"),b.extend("--ft-radio-gap","",u.spacing3),b.extend("--ft-notification-icon-size","",u.iconSize4),b.extend("--ft-notification-horizontal-padding","",u.spacing4),b.extend("--ft-notification-vertical-padding","",u.spacing4),b.extend("--ft-notification-info-background-color","",x.backgroundInfoSubtle),b.extend("--ft-notification-info-color","",x.contentInfoPrimary),b.extend("--ft-notification-info-border-color","",x.borderInfoPrimary),b.extend("--ft-notification-success-background-color","",x.backgroundSuccessSubtle),b.extend("--ft-notification-success-color","",x.contentSuccessPrimary),b.extend("--ft-notification-success-border-color","",x.borderSuccessPrimary),b.extend("--ft-notification-warning-background-color","",x.backgroundWarningSubtle),b.extend("--ft-notification-warning-color","",x.contentWarningPrimary),b.extend("--ft-notification-warning-border-color","",x.borderWarningPrimary),b.extend("--ft-notification-error-background-color","",x.backgroundErrorSubtle),b.extend("--ft-notification-error-color","",x.contentErrorPrimary),b.extend("--ft-notification-error-border-color","",x.borderErrorPrimary),b.extend("--ft-notification-border-radius","",u.borderRadiusPill),b.create("--ft-notification-border-width","","SIZE","1px"),b.extend("--ft-notification-gap-leading","",u.spacing2),b.extend("--ft-notification-gap-trailing","",u.spacing8);const N=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.titleFont),v=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.contentFont),S={fontFamily:v,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","",S.fontSize,"20px"),w=o.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",S.fontWeight,"normal"),I=o.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",S.letterSpacing,"0.15px"),R=o.FtCssVariableFactory.extend("--ft-typography-title-line-height","",S.lineHeight,"1.2"),W=o.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",S.textTransform,"inherit"),U=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",N),k=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",S.fontSize,"14px"),E=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",S.fontWeight,"normal"),L=o.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",S.letterSpacing,"0.105px"),z=o.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",S.lineHeight,"1.7"),K=o.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",S.textTransform,"inherit"),Z=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",v),F=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",S.fontSize,"16px"),B=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",S.fontWeight,"600"),D=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",S.letterSpacing,"0.144px"),H=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",S.lineHeight,"1.5"),A=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",S.textTransform,"inherit"),G=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",v),T=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",S.fontSize,"14px"),j=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",S.fontWeight,"normal"),P=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",S.letterSpacing,"0.098px"),M=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",S.lineHeight,"1.7"),_=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",S.textTransform,"inherit"),Y=o.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",v),V=o.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",S.fontSize,"16px"),q=o.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",S.fontWeight,"normal"),X=o.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",S.letterSpacing,"0.496px"),J=o.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",S.lineHeight,"1.5"),Q=o.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",S.textTransform,"inherit"),tt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",v),ot=o.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",S.fontSize,"14px"),et=o.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",S.fontWeight,"normal"),rt=o.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",S.letterSpacing,"0.252px"),it=o.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",S.lineHeight,"1.4"),at=o.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",S.textTransform,"inherit"),nt=o.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",v),lt=o.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",S.fontSize,"12px"),st=o.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",S.fontWeight,"normal"),ct=o.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",S.letterSpacing,"0.396px"),pt=o.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",S.lineHeight,"1.33"),ft=o.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",S.textTransform,"inherit"),ht=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",v),dt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",S.fontSize,"10px"),gt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",S.fontWeight,"normal"),yt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",S.letterSpacing,"0.33px"),bt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",S.lineHeight,"1.6"),ut=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",S.textTransform,"inherit"),mt=o.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",v),xt=o.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",S.fontSize,"10px"),Ot=o.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",S.fontWeight,"normal"),Nt=o.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",S.letterSpacing,"1.5px"),vt=o.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",S.lineHeight,"1.6"),St=o.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",S.textTransform,"uppercase"),$t={fontFamily:o.FtCssVariableFactory.extend("--ft-typography-button-font-family","",v),fontSize:o.FtCssVariableFactory.extend("--ft-typography-button-font-size","",S.fontSize,"14px"),fontWeight:o.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",S.fontWeight,"600"),letterSpacing:o.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",S.letterSpacing,"1.246px"),lineHeight:o.FtCssVariableFactory.extend("--ft-typography-button-line-height","",S.lineHeight,"1.15"),textTransform:o.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",S.textTransform,"uppercase")},Ct=e.css`
113
+ `,g=t=>"string"==typeof t?e.unsafeCSS(t):t;class u{static create(t,o,r,i){const n=t=>g(null!=t?t:i),a=e.css`var(${g(t)}, ${n(i)})`;return a.name=t,a.description=o,a.category=r,a.defaultValue=i,a.defaultCssValue=n,a.get=o=>e.css`var(${g(t)}, ${n(o)})`,a.breadcrumb=()=>[],a.lastResortDefaultValue=()=>i,a}static extend(t,o,r,i){const n=t=>r.get(null!=t?t:i),a=e.css`var(${g(t)}, ${n(i)})`;return a.name=t,a.description=o,a.category=r.category,a.fallbackVariable=r,a.defaultValue=i,a.defaultCssValue=n,a.get=o=>e.css`var(${g(t)}, ${n(o)})`,a.breadcrumb=()=>[r.name,...r.breadcrumb()],a.lastResortDefaultValue=()=>null!=i?i:r.lastResortDefaultValue(),a}static external(t,o){const r=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):g(null!=o?o:t.lastResortDefaultValue()),i=e.css`var(${g(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(${g(t.name)}, ${r(o)})`,i.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>t.lastResortDefaultValue(),i}}const b={colorWhite:u.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:u.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:u.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:u.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:u.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:u.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:u.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:u.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:u.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:u.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:u.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:u.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:u.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:u.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:u.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:u.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:u.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:u.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:u.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:u.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:u.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:u.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:u.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:u.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:u.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:u.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:u.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:u.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:u.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:u.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:u.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:u.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:u.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:u.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:u.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:u.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:u.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:u.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:u.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:u.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:u.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:u.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:u.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:u.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:u.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:u.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:u.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:u.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:u.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:u.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:u.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:u.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:u.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:u.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:u.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:u.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:u.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:u.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:u.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:u.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:u.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:u.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:u.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:u.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:u.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:u.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:u.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:u.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:u.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:u.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:u.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:u.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:u.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:u.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:u.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:u.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:u.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:u.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:u.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:u.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:u.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:u.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:u.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:u.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:u.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:u.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:u.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:u.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:u.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:u.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:u.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:u.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:u.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:u.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:u.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:u.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:u.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:u.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:u.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:u.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:u.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:u.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:u.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:u.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:u.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:u.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:u.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:u.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:u.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:u.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:u.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:u.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:u.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:u.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:u.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:u.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:u.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:u.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:u.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:u.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:u.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:u.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:u.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:u.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:u.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:u.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:u.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:u.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:u.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:u.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:u.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:u.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:u.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:u.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:u.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:u.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:u.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:u.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:u.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:u.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:u.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:u.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:u.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:u.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:u.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:u.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:u.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:u.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:u.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:u.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:u.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:u.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:u.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:u.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:u.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:u.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:u.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:u.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:u.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:u.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:u.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:u.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:u.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:u.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:u.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:u.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:u.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:u.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:u.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:u.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:u.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:u.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:u.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:u.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:u.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:u.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:u.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:u.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:u.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:u.create("--ft-icon-size-6","","SIZE","48px"),opacity0:u.create("--ft-opacity-0","","NUMBER","0"),opacity8:u.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:u.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:u.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:u.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:u.create("--ft-opacity-80","","NUMBER","0.8")},m={display:{fontFamily:u.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:u.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:u.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:u.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:u.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:u.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:u.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:u.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:u.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:u.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:u.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:u.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:u.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:u.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:u.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:u.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:u.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:u.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:u.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:u.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:u.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:u.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:u.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:u.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:u.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:u.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:u.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:u.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:u.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:u.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:u.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:u.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:u.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:u.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:u.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:u.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:u.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:u.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:u.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:u.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:u.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:u.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:u.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:u.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:u.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:u.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:u.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:u.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:u.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:u.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:u.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:u.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:u.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:u.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:u.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:u.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:u.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:u.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:u.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:u.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:u.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:u.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:u.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:u.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:u.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:u.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:u.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:u.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:u.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:u.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:u.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:u.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:u.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:u.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:u.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:u.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:u.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:u.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:u.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:u.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:u.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:u.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:u.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:u.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:u.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:u.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:u.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:u.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:u.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:u.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:u.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:u.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:u.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:u.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:u.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:u.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:u.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:u.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:u.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:u.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:u.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:u.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:u.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:u.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:u.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:u.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:u.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:u.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:u.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:u.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:u.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:u.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:u.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:u.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:u.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:u.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:u.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:u.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:u.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:u.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:u.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:u.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:u.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:u.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:u.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:u.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:u.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:u.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:u.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:u.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:u.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:u.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:u.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:u.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:u.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:u.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:u.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:u.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:u.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:u.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:u.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:u.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:u.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:u.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:u.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:u.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:u.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:u.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:u.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:u.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:u.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:u.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:u.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:u.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:u.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:u.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:u.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:u.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:u.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:u.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:u.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:u.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:u.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:u.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:u.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:u.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:u.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:u.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:u.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:u.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:u.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:u.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:u.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:u.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:u.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:u.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:u.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:u.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:u.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:u.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:u.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:u.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:u.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:u.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:u.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:u.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:u.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:u.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:u.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:u.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:u.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:u.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:u.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:u.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:u.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:u.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:u.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:u.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")}},x={backgroundActionPrimary:u.extend("--ft-background-action-primary","Used as backgorund of primary action components.",b.colorBrand0),backgroundErrorPrimary:u.extend("--ft-background-error-primary","Used as background of error components.",b.colorRed0),backgroundErrorSubtle:u.extend("--ft-background-error-subtle","Used as background of subtle error components.",b.colorRed10),backgroundInfoPrimary:u.extend("--ft-background-info-primary","Used as background of information components.",b.colorCyan200),backgroundInfoSubtle:u.extend("--ft-background-info-subtle","Used as background of subtle information components.",b.colorCyan10),backgroundWarningPrimary:u.extend("--ft-background-warning-primary","Used as background of warning components.",b.colorOrange300),backgroundWarningSubtle:u.extend("--ft-background-warning-subtle","Used as background of subtle information components.",b.colorOrange10),backgroundSuccessPrimary:u.extend("--ft-background-success-primary","Used as background of success components.",b.colorGreen200),backgroundSuccessSubtle:u.extend("--ft-background-success-subtle","Used as background of subtle success components.",b.colorGreen10),backgroundGlobalSurface:u.extend("--ft-background-global-surface","Used as app background.",b.colorWhite),backgroundGlobalOnSurface:u.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",b.colorGray10),backgroundGlobalOnSurfaceDark:u.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",b.colorGray30),contentActionPrimary:u.extend("--ft-content-action-primary","Used on label of primary action on light surface.",b.colorBrand0),contentWarningPrimary:u.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",b.colorOrange300),contentWarningIconOnly:u.extend("--ft-content-warning-icon-only","Used on warning status icons alone",b.colorOrange0),contentErrorPrimary:u.extend("--ft-content-error-primary","Used on label of error messages on light surface.",b.colorRed0),contentErrorIconOnly:u.extend("--ft-content-error-icon-only","Used on error status icons alone",b.colorRed0),contentInfoPrimary:u.extend("--ft-content-info-primary","Used on label of information messages on light surface.",b.colorCyan200),contentInfoIconOnly:u.extend("--ft-content-info-icon-only","Used on info status icons alone",b.colorCyan0),contentSuccessIconOnly:u.extend("--ft-content-success-icon-only","Used on success status icons alone",b.colorGreen0),contentSuccessPrimary:u.extend("--ft-content-success-primary","Used on label of success messages on light surface.",b.colorGreen200),contentGlobalPrimary:u.extend("--ft-content-global-primary","Used for main content on the page.",b.colorGray500),contentGlobalSecondary:u.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",b.colorGray200),contentGlobalSubtle:u.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",b.colorGray0),contentGlobalOnColor:u.extend("--ft-content-global-on-color","Used for content on a dominant color.",b.colorWhite),borderActionPrimary:u.extend("--ft-border-action-primary","Used as border for primary action components.",b.colorBrand0),borderActionFocusRing:u.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",b.colorCyan0),borderWarningPrimary:u.extend("--ft-border-warning-primary","Used as border for warning components.",b.colorOrange30),borderSuccessPrimary:u.extend("--ft-border-success-primary","Used as border for success components.",b.colorGreen30),borderErrorPrimary:u.extend("--ft-border-error-primary","Used as border for error components.",b.colorRed30),borderInfoPrimary:u.extend("--ft-border-info-primary","Used as border for information components.",b.colorCyan30),borderGlobalSubtle:u.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",b.colorGray30),borderGlobalPrimary:u.extend("--ft-border-global-primary","Used as border for element like input.",b.colorGray50),borderInputPrimary:u.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",b.colorGray80)},O={largeHeight:u.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:u.extend("--ft-button-large-horizontal-padding","",b.spacing4),largeGap:u.extend("--ft-button-large-gap","",b.spacing2),largeBorderRadius:u.extend("--ft-button-large-border-radius","",b.borderRadiusS),largeIconSize:u.extend("--ft-button-large-icon-size","",b.iconSize3),largeBorderWidth:u.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:u.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:u.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:u.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:u.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:u.extend("--ft-button-small-horizontal-padding","",b.spacing3),smallGap:u.extend("--ft-button-small-gap","",b.spacing2),smallBorderRadius:u.extend("--ft-button-small-border-radius","",b.borderRadiusS),smallIconSize:u.extend("--ft-button-small-icon-size","",b.iconSize2),smallBorderWidth:u.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:u.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:u.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:u.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:u.extend("--ft-button-primary-background-color","",x.backgroundActionPrimary),primaryColor:u.extend("--ft-button-primary-color","",x.contentGlobalOnColor),primaryIconColor:u.extend("--ft-button-primary-icon-color","",x.contentGlobalOnColor),primaryStateLayerColor:u.extend("--ft-button-primary-state-layer-color","",x.contentGlobalOnColor),primaryStateLayerOpacityHover:u.extend("--ft-button-primary-state-layer-opacity-hover","",b.opacity16),primaryStateLayerOpacityFocus:u.extend("--ft-button-primary-state-layer-opacity-focus","",b.opacity16),primaryStateLayerOpacityActive:u.extend("--ft-button-primary-state-layer-opacity-active","",b.opacity24),primaryComponentOpacityDisabled:u.extend("--ft-button-primary-component-opacity-disabled","",b.opacity40),focusFocusRingColor:u.extend("--ft-button-focus-focus-ring-color","",x.borderActionFocusRing),tertiaryBackgroundColor:u.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:u.extend("--ft-button-tertiary-color","",x.contentActionPrimary),tertiaryIconColor:u.extend("--ft-button-tertiary-icon-color","",x.contentActionPrimary),tertiaryStateLayerColor:u.extend("--ft-button-tertiary-state-layer-color","",x.contentActionPrimary),tertiaryStateLayerOpacityHover:u.extend("--ft-button-tertiary-state-layer-opacity-hover","",b.opacity8),tertiaryStateLayerOpacityFocus:u.extend("--ft-button-tertiary-state-layer-opacity-focus","",b.opacity8),tertiaryStateLayerOpacityActive:u.extend("--ft-button-tertiary-state-layer-opacity-active","",b.opacity16),tertiaryComponentOpacityDisabled:u.extend("--ft-button-tertiary-component-opacity-disabled","",b.opacity40),secondaryBackgroundColor:u.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:u.extend("--ft-button-secondary-color","",x.contentActionPrimary),secondaryIconColor:u.extend("--ft-button-secondary-icon-color","",x.contentActionPrimary),secondaryStateLayerColor:u.extend("--ft-button-secondary-state-layer-color","",x.contentActionPrimary),secondaryStateLayerOpacityHover:u.extend("--ft-button-secondary-state-layer-opacity-hover","",b.opacity8),secondaryStateLayerOpacityFocus:u.extend("--ft-button-secondary-state-layer-opacity-focus","",b.opacity8),secondaryStateLayerOpacityActive:u.extend("--ft-button-secondary-state-layer-opacity-active","",b.opacity16),secondaryComponentOpacityDisabled:u.extend("--ft-button-secondary-component-opacity-disabled","",b.opacity40),secondaryBorderColor:u.extend("--ft-button-secondary-border-color","",x.borderActionPrimary),neutralBackgroundColor:u.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:u.extend("--ft-button-neutral-icon-color","",x.contentGlobalSecondary),neutralColor:u.extend("--ft-button-neutral-color","",x.contentGlobalSecondary),neutralStateLayerColor:u.extend("--ft-button-neutral-state-layer-color","",x.contentGlobalSecondary),neutralStateLayerOpacityHover:u.extend("--ft-button-neutral-state-layer-opacity-hover","",b.opacity8),neutralStateLayerOpacityFocus:u.extend("--ft-button-neutral-state-layer-opacity-focus","",b.opacity8),neutralStateLayerOpacityActive:u.extend("--ft-button-neutral-state-layer-opacity-active","",b.opacity16),neutralComponentOpacityDisabled:u.extend("--ft-button-neutral-component-opacity-disabled","",b.opacity40)};u.extend("--ft-tabs-top-left-border-radius","",b.borderRadiusS),u.extend("--ft-tabs-top-right-border-radius","",b.borderRadiusS),u.extend("--ft-tabs-label-horizontal-padding","",b.spacing4),u.extend("--ft-tabs-label-vertical-padding","",b.spacing3),u.extend("--ft-tabs-label-gap","",b.spacing1),u.extend("--ft-switch-group-horizontal-padding","",b.spacing1),u.extend("--ft-switch-group-vertical-padding","",b.spacing1),u.extend("--ft-switch-group-gap","",b.spacing1),u.extend("--ft-switch-group-background-color","",x.backgroundGlobalSurface),u.extend("--ft-switch-group-border-color","",x.borderGlobalSubtle),u.create("--ft-switch-group-border-radius","","SIZE","6px"),u.extend("--ft-switch-label-horizontal-padding","",b.spacing2),u.extend("--ft-switch-label-vertical-padding","",b.spacing1),u.extend("--ft-switch-icon-horizontal-padding","",b.spacing1),u.extend("--ft-switch-icon-vertical-padding","",b.spacing1),u.create("--ft-switch-focus-outline-width","","SIZE","2px"),u.extend("--ft-switch-focus-focus-ring-color","",x.borderActionFocusRing),u.extend("--ft-switch-option-border-radius","",b.borderRadiusS),u.extend("--ft-switch-off-state-layer-opacity-hover","",b.opacity8),u.extend("--ft-switch-off-state-layer-opacity-focus","",b.opacity8),u.extend("--ft-switch-off-state-layer-opacity-active","",b.opacity16),u.extend("--ft-switch-off-component-opacity-disabled","",b.opacity40),u.extend("--ft-switch-off-color","",x.contentGlobalSubtle),u.extend("--ft-switch-off-state-layer-color","",x.contentGlobalSubtle),u.extend("--ft-chart-1-light","for area color charts",b.colorBrand40),u.extend("--ft-chart-1-base","for line charts",b.colorBrand0),u.extend("--ft-chart-2-light","for area color charts",b.colorYellow60),u.extend("--ft-chart-2-base","for line charts",b.colorYellow100),u.extend("--ft-chart-3-light","",b.colorUltramarine40),u.extend("--ft-chart-3-base","",b.colorUltramarine70),u.extend("--ft-chart-4-light","",b.colorCyan50),u.extend("--ft-chart-4-base","",b.colorCyan100),u.extend("--ft-chart-5-light","",b.colorRed40),u.extend("--ft-chart-5-base","",b.colorRed60),u.extend("--ft-chart-6-light","",b.colorGreen40),u.extend("--ft-chart-6-base","",b.colorGreen70),u.extend("--ft-chart-7-light","",b.colorOrange70),u.extend("--ft-chart-7-base","",b.colorOrange100),u.extend("--ft-chart-8-light","",b.colorAvocado70),u.extend("--ft-chart-8-base","",b.colorAvocado200),u.extend("--ft-chart-9-light","",b.colorBrown50),u.extend("--ft-chart-9-base","",b.colorBrown200),u.extend("--ft-chart-10-light","",b.colorGray50),u.extend("--ft-chart-10-base","",b.colorGray80),u.extend("--ft-chart-monochrome-10","",b.colorBrand10),u.extend("--ft-chart-monochrome-20","",b.colorBrand20),u.extend("--ft-chart-monochrome-30","",b.colorBrand40),u.extend("--ft-chart-monochrome-40","",b.colorBrand60),u.extend("--ft-chart-monochrome-50","",b.colorBrand0),u.extend("--ft-chart-monochrome-60","",b.colorBrand200),u.extend("--ft-chip-large-horizontal-padding","",b.spacing4),u.extend("--ft-chip-large-vertical-padding","",b.spacing2),u.extend("--ft-chip-large-gap","",b.spacing1),u.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),u.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),u.extend("--ft-chip-large-border-radius","",b.borderRadiusPill),u.create("--ft-chip-large-border-width","","SIZE","1px"),u.extend("--ft-chip-large-icon-size","",b.iconSize3),u.extend("--ft-chip-medium-horizontal-padding","",b.spacing3),u.extend("--ft-chip-medium-vertical-padding","",b.spacing1),u.extend("--ft-chip-medium-gap","",b.spacing1),u.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),u.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),u.extend("--ft-chip-medium-border-radius","",b.borderRadiusPill),u.create("--ft-chip-medium-border-width","","SIZE","1px"),u.extend("--ft-chip-medium-icon-size","",b.iconSize2),u.extend("--ft-chip-small-horizontal-padding","",b.spacing2),u.extend("--ft-chip-small-vertical-padding","",b.spacing05),u.extend("--ft-chip-small-gap","",b.spacing1),u.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),u.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),u.extend("--ft-chip-small-border-radius","",b.borderRadiusPill),u.create("--ft-chip-small-border-width","","SIZE","1px"),u.extend("--ft-chip-small-icon-size","",b.iconSize1),u.extend("--ft-chip-neutral-background-color","",x.backgroundGlobalOnSurface),u.extend("--ft-chip-neutral-color","",x.contentGlobalPrimary),u.extend("--ft-chip-neutral-border-color","",x.borderGlobalSubtle),u.extend("--ft-chip-info-background-color","",x.backgroundInfoSubtle),u.extend("--ft-chip-info-color","",x.contentInfoPrimary),u.extend("--ft-chip-info-border-color","",x.borderInfoPrimary),u.extend("--ft-chip-success-background-color","",x.backgroundSuccessSubtle),u.extend("--ft-chip-success-color","",x.contentSuccessPrimary),u.extend("--ft-chip-success-border-color","",x.borderSuccessPrimary),u.extend("--ft-chip-warning-background-color","",x.backgroundWarningSubtle),u.extend("--ft-chip-warning-color","",x.contentWarningPrimary),u.extend("--ft-chip-warning-border-color","",x.borderWarningPrimary),u.extend("--ft-chip-error-background-color","",x.backgroundErrorSubtle),u.extend("--ft-chip-error-color","",x.contentErrorPrimary),u.extend("--ft-chip-error-border-color","",x.borderErrorPrimary),u.create("--ft-notice-border-width","","SIZE","1px"),u.extend("--ft-notice-horizontal-padding","",b.spacing2),u.extend("--ft-notice-vertical-padding","",b.spacing1),u.extend("--ft-notice-border-radius","",b.borderRadiusS),u.extend("--ft-notice-gap","",b.spacing2),u.extend("--ft-notice-icon-size","",b.iconSize3),u.extend("--ft-notice-info-background-color","",x.backgroundInfoSubtle),u.extend("--ft-notice-info-border-color","",x.borderInfoPrimary),u.extend("--ft-notice-info-color","",x.contentInfoPrimary),u.extend("--ft-notice-warning-background-color","",x.backgroundWarningSubtle),u.extend("--ft-notice-warning-border-color","",x.borderWarningPrimary),u.extend("--ft-notice-warning-color","",x.contentWarningPrimary),u.extend("--ft-checkbox-label-color","",x.contentGlobalPrimary),u.extend("--ft-checkbox-checked-background-color","",x.contentActionPrimary),u.extend("--ft-checkbox-checked-state-layer-color","",x.contentActionPrimary),u.extend("--ft-checkbox-checked-color","",x.contentGlobalOnColor),u.extend("--ft-checkbox-checked-state-layer-opacity-hover","",b.opacity16),u.extend("--ft-checkbox-checked-state-layer-opacity-focus","",b.opacity16),u.extend("--ft-checkbox-checked-state-layer-opacity-active","",b.opacity24),u.extend("--ft-checkbox-checked-component-opacity-disabled","",b.opacity40),u.extend("--ft-checkbox-unchecked-border-color","",b.colorGray80),u.extend("--ft-checkbox-unchecked-state-layer-color","",b.colorGray80),u.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",b.opacity16),u.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",b.opacity16),u.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",b.opacity24),u.extend("--ft-checkbox-unchecked-component-opacity-disabled","",b.opacity40),u.extend("--ft-checkbox-focus-focus-ring-color","",x.borderActionFocusRing),u.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),u.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),u.extend("--ft-checkbox-gap","",b.spacing3),u.extend("--ft-toggle-off-state-layer-opacity-hover","",b.opacity16),u.extend("--ft-toggle-off-state-layer-opacity-focus","",b.opacity16),u.extend("--ft-toggle-off-state-layer-opacity-active","",b.opacity24),u.extend("--ft-toggle-off-component-opacity-disabled","",b.opacity40),u.extend("--ft-toggle-off-background-color","",x.contentGlobalSubtle),u.extend("--ft-toggle-off-icon-color","",x.contentGlobalSubtle),u.extend("--ft-toggle-off-state-layer-color","",x.contentGlobalSubtle),u.extend("--ft-toggle-on-state-layer-opacity-hover","",b.opacity16),u.extend("--ft-toggle-on-state-layer-opacity-focus","",b.opacity16),u.extend("--ft-toggle-on-state-layer-opacity-active","",b.opacity24),u.extend("--ft-toggle-on-component-opacity-disabled","",b.opacity40),u.extend("--ft-toggle-on-background-color","",x.contentActionPrimary),u.extend("--ft-toggle-on-icon-color","",x.contentActionPrimary),u.extend("--ft-toggle-on-state-layer-color","",x.contentActionPrimary),u.extend("--ft-toggle-label-color","",x.contentGlobalPrimary),u.extend("--ft-toggle-focus-focus-ring-color","",x.borderActionFocusRing),u.extend("--ft-toggle-gap","",b.spacing3),u.extend("--ft-radio-label-color","",x.contentGlobalPrimary),u.extend("--ft-radio-selected-color","",x.contentActionPrimary),u.extend("--ft-radio-selected-state-layer-color","",x.contentActionPrimary),u.extend("--ft-radio-selected-state-layer-opacity-hover","",b.opacity16),u.extend("--ft-radio-selected-state-layer-opacity-focus","",b.opacity16),u.extend("--ft-radio-selected-state-layer-opacity-active","",b.opacity24),u.extend("--ft-radio-selected-component-opacity-disabled","",b.opacity40),u.extend("--ft-radio-unselected-state-layer-color","",b.colorGray80),u.extend("--ft-radio-unselected-state-layer-opacity-hover","",b.opacity16),u.extend("--ft-radio-unselected-state-layer-opacity-focus","",b.opacity16),u.extend("--ft-radio-unselected-state-layer-opacity-active","",b.opacity24),u.extend("--ft-radio-unselected-component-opacity-disabled","",b.opacity40),u.extend("--ft-radio-focus-focus-ring-color","",x.borderActionFocusRing),u.create("--ft-radio-focus-outline-offset","","SIZE","3px"),u.create("--ft-radio-focus-outline-width","","SIZE","2px"),u.extend("--ft-radio-gap","",b.spacing3),u.extend("--ft-notification-icon-size","",b.iconSize4),u.extend("--ft-notification-horizontal-padding","",b.spacing4),u.extend("--ft-notification-vertical-padding","",b.spacing4),u.extend("--ft-notification-info-background-color","",x.backgroundInfoSubtle),u.extend("--ft-notification-info-color","",x.contentInfoPrimary),u.extend("--ft-notification-info-border-color","",x.borderInfoPrimary),u.extend("--ft-notification-success-background-color","",x.backgroundSuccessSubtle),u.extend("--ft-notification-success-color","",x.contentSuccessPrimary),u.extend("--ft-notification-success-border-color","",x.borderSuccessPrimary),u.extend("--ft-notification-warning-background-color","",x.backgroundWarningSubtle),u.extend("--ft-notification-warning-color","",x.contentWarningPrimary),u.extend("--ft-notification-warning-border-color","",x.borderWarningPrimary),u.extend("--ft-notification-error-background-color","",x.backgroundErrorSubtle),u.extend("--ft-notification-error-color","",x.contentErrorPrimary),u.extend("--ft-notification-error-border-color","",x.borderErrorPrimary),u.extend("--ft-notification-border-radius","",b.borderRadiusPill),u.create("--ft-notification-border-width","","SIZE","1px"),u.extend("--ft-notification-gap-leading","",b.spacing2),u.extend("--ft-notification-gap-trailing","",b.spacing8);const v=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.titleFont),N=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.contentFont),S={fontFamily:N,fontSize:o.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:o.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:o.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:o.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:o.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},w=o.FtCssVariableFactory.extend("--ft-typography-title-font-family","",v),C=o.FtCssVariableFactory.extend("--ft-typography-title-font-size","",S.fontSize,"20px"),$=o.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",S.fontWeight,"normal"),I=o.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",S.letterSpacing,"0.15px"),R=o.FtCssVariableFactory.extend("--ft-typography-title-line-height","",S.lineHeight,"1.2"),W=o.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",S.textTransform,"inherit"),U=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",v),k=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",S.fontSize,"14px"),E=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",S.fontWeight,"normal"),L=o.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",S.letterSpacing,"0.105px"),z=o.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",S.lineHeight,"1.7"),K=o.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",S.textTransform,"inherit"),Z=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",N),F=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",S.fontSize,"16px"),B=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",S.fontWeight,"600"),D=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",S.letterSpacing,"0.144px"),A=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",S.lineHeight,"1.5"),H=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",S.textTransform,"inherit"),G=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",N),T=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",S.fontSize,"14px"),P=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",S.fontWeight,"normal"),j=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",S.letterSpacing,"0.098px"),M=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",S.lineHeight,"1.7"),_=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",S.textTransform,"inherit"),Y=o.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",N),V=o.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",S.fontSize,"16px"),X=o.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",S.fontWeight,"normal"),q=o.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",S.letterSpacing,"0.496px"),J=o.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",S.lineHeight,"1.5"),Q=o.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",S.textTransform,"inherit"),tt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",N),ot=o.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",S.fontSize,"14px"),et=o.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",S.fontWeight,"normal"),rt=o.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",S.letterSpacing,"0.252px"),it=o.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",S.lineHeight,"1.4"),nt=o.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",S.textTransform,"inherit"),at=o.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",N),lt=o.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",S.fontSize,"12px"),st=o.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",S.fontWeight,"normal"),ct=o.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",S.letterSpacing,"0.396px"),pt=o.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",S.lineHeight,"1.33"),ft=o.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",S.textTransform,"inherit"),dt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",N),ht=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",S.fontSize,"10px"),yt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",S.fontWeight,"normal"),gt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",S.letterSpacing,"0.33px"),ut=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",S.lineHeight,"1.6"),bt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",S.textTransform,"inherit"),mt=o.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",N),xt=o.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",S.fontSize,"10px"),Ot=o.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",S.fontWeight,"normal"),vt=o.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",S.letterSpacing,"1.5px"),Nt=o.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",S.lineHeight,"1.6"),St=o.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",S.textTransform,"uppercase"),wt={fontFamily:o.FtCssVariableFactory.extend("--ft-typography-button-font-family","",N),fontSize:o.FtCssVariableFactory.extend("--ft-typography-button-font-size","",S.fontSize,"14px"),fontWeight:o.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",S.fontWeight,"600"),letterSpacing:o.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",S.letterSpacing,"1.246px"),lineHeight:o.FtCssVariableFactory.extend("--ft-typography-button-line-height","",S.lineHeight,"1.15"),textTransform:o.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",S.textTransform,"uppercase")},Ct=e.css`
114
114
  .ft-typography--title {
115
- font-family: ${$};
115
+ font-family: ${w};
116
116
  font-size: ${C};
117
- font-weight: ${w};
117
+ font-weight: ${$};
118
118
  letter-spacing: ${I};
119
119
  line-height: ${R};
120
120
  text-transform: ${W};
121
121
  }
122
- `,wt=e.css`
122
+ `,$t=e.css`
123
123
  .ft-typography--title-dense {
124
124
  font-family: ${U};
125
125
  font-size: ${k};
@@ -134,15 +134,15 @@
134
134
  font-size: ${F};
135
135
  font-weight: ${B};
136
136
  letter-spacing: ${D};
137
- line-height: ${H};
138
- text-transform: ${A};
137
+ line-height: ${A};
138
+ text-transform: ${H};
139
139
  }
140
140
  `,Rt=e.css`
141
141
  .ft-typography--subtitle2 {
142
142
  font-family: ${G};
143
143
  font-size: ${T};
144
- font-weight: ${j};
145
- letter-spacing: ${P};
144
+ font-weight: ${P};
145
+ letter-spacing: ${j};
146
146
  line-height: ${M};
147
147
  text-transform: ${_};
148
148
  }
@@ -151,8 +151,8 @@
151
151
  .ft-typography--body1 {
152
152
  font-family: ${Y};
153
153
  font-size: ${V};
154
- font-weight: ${q};
155
- letter-spacing: ${X};
154
+ font-weight: ${X};
155
+ letter-spacing: ${q};
156
156
  line-height: ${J};
157
157
  text-transform: ${Q};
158
158
  }
@@ -163,11 +163,11 @@
163
163
  font-weight: ${et};
164
164
  letter-spacing: ${rt};
165
165
  line-height: ${it};
166
- text-transform: ${at};
166
+ text-transform: ${nt};
167
167
  }
168
168
  `,kt=e.css`
169
169
  .ft-typography--caption {
170
- font-family: ${nt};
170
+ font-family: ${at};
171
171
  font-size: ${lt};
172
172
  font-weight: ${st};
173
173
  letter-spacing: ${ct};
@@ -176,30 +176,30 @@
176
176
  }
177
177
  `,Et=e.css`
178
178
  .ft-typography--breadcrumb {
179
- font-family: ${ht};
180
- font-size: ${dt};
181
- font-weight: ${gt};
182
- letter-spacing: ${yt};
183
- line-height: ${bt};
184
- text-transform: ${ut};
179
+ font-family: ${dt};
180
+ font-size: ${ht};
181
+ font-weight: ${yt};
182
+ letter-spacing: ${gt};
183
+ line-height: ${ut};
184
+ text-transform: ${bt};
185
185
  }
186
186
  `,Lt=e.css`
187
187
  .ft-typography--overline {
188
188
  font-family: ${mt};
189
189
  font-size: ${xt};
190
190
  font-weight: ${Ot};
191
- letter-spacing: ${Nt};
192
- line-height: ${vt};
191
+ letter-spacing: ${vt};
192
+ line-height: ${Nt};
193
193
  text-transform: ${St};
194
194
  }
195
195
  `,zt=e.css`
196
196
  .ft-typography--button {
197
- font-family: ${$t.fontFamily};
198
- font-size: ${$t.fontSize};
199
- font-weight: ${$t.fontWeight};
200
- letter-spacing: ${$t.letterSpacing};
201
- line-height: ${$t.lineHeight};
202
- text-transform: ${$t.textTransform};
197
+ font-family: ${wt.fontFamily};
198
+ font-size: ${wt.fontSize};
199
+ font-weight: ${wt.fontWeight};
200
+ letter-spacing: ${wt.letterSpacing};
201
+ line-height: ${wt.lineHeight};
202
+ text-transform: ${wt.textTransform};
203
203
  }
204
204
  `,Kt=e.css`
205
205
  .ft-typography {
@@ -283,7 +283,7 @@
283
283
  transform: translate(calc(0.35 * ${Ft.size}), 0);
284
284
  }
285
285
  }
286
- `,Dt={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")},Ht=e.css`
286
+ `,Dt={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")},At=e.css`
287
287
  :host, i.ft-icon {
288
288
  display: inline-flex;
289
289
  align-items: center;
@@ -331,7 +331,7 @@
331
331
  .ft-icon--material {
332
332
  font-family: ${Dt.materialFontFamily}, "Material Icons", sans-serif;
333
333
  }
334
- `,At=o.FtCssVariableFactory.extend("--ft-button-color","",o.designSystemVariables.colorPrimary),Gt={backgroundColor:o.FtCssVariableFactory.extend("--ft-button-background-color","",o.designSystemVariables.colorSurface),borderRadius:o.FtCssVariableFactory.extend("--ft-button-border-radius","",o.designSystemVariables.borderRadiusL),color:At,fontSize:o.FtCssVariableFactory.extend("--ft-button-font-size","",$t.fontSize),iconSize:o.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:o.FtCssVariableFactory.extend("--ft-button-ripple-color","",At),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")},Tt=o.FtCssVariableFactory.extend("--ft-button-primary-color","",o.FtCssVariableFactory.extend("--ft-button-color","",o.designSystemVariables.colorOnPrimary)),jt={backgroundColor:o.FtCssVariableFactory.extend("--ft-button-primary-background-color","",o.FtCssVariableFactory.extend("--ft-button-background-color","",o.designSystemVariables.colorPrimary)),color:Tt,rippleColor:o.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",Tt)},Pt=o.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",o.FtCssVariableFactory.extend("--ft-button-border-radius","",o.designSystemVariables.borderRadiusM)),Mt=o.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),_t=o.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),Yt=o.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px"),Vt=[e.css`
334
+ `,Ht=o.FtCssVariableFactory.extend("--ft-button-color","",o.designSystemVariables.colorPrimary),Gt={backgroundColor:o.FtCssVariableFactory.extend("--ft-button-background-color","",o.designSystemVariables.colorSurface),borderRadius:o.FtCssVariableFactory.extend("--ft-button-border-radius","",o.designSystemVariables.borderRadiusL),color:Ht,fontSize:o.FtCssVariableFactory.extend("--ft-button-font-size","",wt.fontSize),iconSize:o.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:o.FtCssVariableFactory.extend("--ft-button-ripple-color","",Ht),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")},Tt=o.FtCssVariableFactory.extend("--ft-button-primary-color","",o.FtCssVariableFactory.extend("--ft-button-color","",o.designSystemVariables.colorOnPrimary)),Pt={backgroundColor:o.FtCssVariableFactory.extend("--ft-button-primary-background-color","",o.FtCssVariableFactory.extend("--ft-button-background-color","",o.designSystemVariables.colorPrimary)),color:Tt,rippleColor:o.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",Tt)},jt=o.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",o.FtCssVariableFactory.extend("--ft-button-border-radius","",o.designSystemVariables.borderRadiusM)),Mt=o.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),_t=o.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),Yt=o.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px"),Vt=[e.css`
335
335
  :host {
336
336
  display: inline-block;
337
337
  max-width: 100%;
@@ -390,7 +390,7 @@
390
390
 
391
391
  .ft-button.ft-button--dense {
392
392
  padding: ${Mt} ${_t};
393
- border-radius: ${Pt};
393
+ border-radius: ${jt};
394
394
  gap: ${Yt};
395
395
  }
396
396
 
@@ -416,9 +416,9 @@
416
416
  }
417
417
 
418
418
  .ft-button.ft-button--primary {
419
- background-color: ${jt.backgroundColor};
420
- --ft-button-internal-color: ${jt.color};
421
- ${o.setVariable(l.color,jt.rippleColor)};
419
+ background-color: ${Pt.backgroundColor};
420
+ --ft-button-internal-color: ${Pt.color};
421
+ ${o.setVariable(l.color,Pt.rippleColor)};
422
422
  }
423
423
 
424
424
  .ft-button:focus {
@@ -432,8 +432,8 @@
432
432
  text-overflow: ellipsis;
433
433
  display: block;
434
434
  margin: 0 ${Gt.iconPadding};
435
- ${o.setVariable($t.fontSize,"1em")};
436
- ${o.setVariable($t.lineHeight,"var(--ft-button-internal-line-height)")};
435
+ ${o.setVariable(wt.fontSize,"1em")};
436
+ ${o.setVariable(wt.lineHeight,"var(--ft-button-internal-line-height)")};
437
437
  }
438
438
 
439
439
  .ft-button--dense .ft-button--label {
@@ -468,7 +468,7 @@
468
468
  ${o.setVariable(Ft.size,Gt.iconSize)};
469
469
  ${o.setVariable(Ft.color,"var(--ft-button-internal-color)")};
470
470
  }
471
- `,o.noTextSelect];var qt=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class Xt 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`
471
+ `,o.noTextSelect];var Xt=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class qt 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),n=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-n.x:n.width/2),this.originY=Math.round(null!=i?i-n.y:n.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`
472
472
  <style>
473
473
  .ft-ripple .ft-ripple--effect {
474
474
  left: ${this.originX}px;
@@ -479,26 +479,26 @@
479
479
  <div class="ft-ripple--background"></div>
480
480
  <div class="ft-ripple--effect"></div>
481
481
  </div>
482
- `}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)};t.addEventListener("mouseover",this.startHover),t.addEventListener("mousemove",this.moveRipple),t.addEventListener("mouseleave",this.endHover),t.addEventListener("mousedown",e),t.addEventListener("touchstart",r),t.addEventListener("touchmove",this.moveRipple),t.addEventListener("keydown",i),t.addEventListener("focus",this.startFocus),t.addEventListener("blur",this.endFocus),t.addEventListener("focusin",this.startFocus),t.addEventListener("focusout",this.endFocus),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover),t.removeEventListener("mousemove",this.moveRipple),t.removeEventListener("mouseleave",this.endHover),t.removeEventListener("mousedown",e),t.removeEventListener("touchstart",r),t.removeEventListener("touchmove",this.moveRipple),t.removeEventListener("keydown",i),t.removeEventListener("focus",this.startFocus),t.removeEventListener("blur",this.endFocus),t.removeEventListener("focusin",this.startFocus),t.removeEventListener("focusout",this.endFocus),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()}}Xt.elementDefinitions={},Xt.styles=g,qt([r.property({type:Boolean})],Xt.prototype,"primary",void 0),qt([r.property({type:Boolean})],Xt.prototype,"secondary",void 0),qt([r.property({type:Boolean})],Xt.prototype,"unbounded",void 0),qt([r.property({type:Boolean})],Xt.prototype,"activated",void 0),qt([r.property({type:Boolean})],Xt.prototype,"selected",void 0),qt([r.property({type:Boolean})],Xt.prototype,"disabled",void 0),qt([r.state()],Xt.prototype,"hovered",void 0),qt([r.state()],Xt.prototype,"focused",void 0),qt([r.state()],Xt.prototype,"pressed",void 0),qt([r.state()],Xt.prototype,"rippling",void 0),qt([r.state()],Xt.prototype,"originX",void 0),qt([r.state()],Xt.prototype,"originY",void 0),qt([r.query(".ft-ripple")],Xt.prototype,"ripple",void 0),qt([r.query(".ft-ripple--effect")],Xt.prototype,"rippleEffect",void 0),o.customElement("ft-ripple")(Xt);
482
+ `}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)};t.addEventListener("mouseover",this.startHover),t.addEventListener("mousemove",this.moveRipple),t.addEventListener("mouseleave",this.endHover),t.addEventListener("mousedown",e),t.addEventListener("touchstart",r),t.addEventListener("touchmove",this.moveRipple),t.addEventListener("keydown",i),t.addEventListener("focus",this.startFocus),t.addEventListener("blur",this.endFocus),t.addEventListener("focusin",this.startFocus),t.addEventListener("focusout",this.endFocus),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover),t.removeEventListener("mousemove",this.moveRipple),t.removeEventListener("mouseleave",this.endHover),t.removeEventListener("mousedown",e),t.removeEventListener("touchstart",r),t.removeEventListener("touchmove",this.moveRipple),t.removeEventListener("keydown",i),t.removeEventListener("focus",this.startFocus),t.removeEventListener("blur",this.endFocus),t.removeEventListener("focusin",this.startFocus),t.removeEventListener("focusout",this.endFocus),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()}}qt.elementDefinitions={},qt.styles=y,Xt([r.property({type:Boolean})],qt.prototype,"primary",void 0),Xt([r.property({type:Boolean})],qt.prototype,"secondary",void 0),Xt([r.property({type:Boolean})],qt.prototype,"unbounded",void 0),Xt([r.property({type:Boolean})],qt.prototype,"activated",void 0),Xt([r.property({type:Boolean})],qt.prototype,"selected",void 0),Xt([r.property({type:Boolean})],qt.prototype,"disabled",void 0),Xt([r.state()],qt.prototype,"hovered",void 0),Xt([r.state()],qt.prototype,"focused",void 0),Xt([r.state()],qt.prototype,"pressed",void 0),Xt([r.state()],qt.prototype,"rippling",void 0),Xt([r.state()],qt.prototype,"originX",void 0),Xt([r.state()],qt.prototype,"originY",void 0),Xt([r.query(".ft-ripple")],qt.prototype,"ripple",void 0),Xt([r.query(".ft-ripple--effect")],qt.prototype,"rippleEffect",void 0),o.customElement("ft-ripple")(qt);
483
483
  /**
484
484
  * @license
485
485
  * Copyright 2017 Google LLC
486
486
  * SPDX-License-Identifier: BSD-3-Clause
487
487
  */
488
- const Jt=globalThis,Qt=Jt.trustedTypes,to=Qt?Qt.createPolicy("lit-html",{createHTML:t=>t}):void 0,oo="$lit$",eo=`lit$${(Math.random()+"").slice(9)}$`,ro="?"+eo,io=`<${ro}>`,ao=document,no=()=>ao.createComment(""),lo=t=>null===t||"object"!=typeof t&&"function"!=typeof t,so=Array.isArray,co="[ \t\n\f\r]",po=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,fo=/-->/g,ho=/>/g,go=RegExp(`>|${co}(?:([^\\s"'>=/]+)(${co}*=${co}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),yo=/'/g,bo=/"/g,uo=/^(?:script|style|textarea|title)$/i,mo=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),xo=Symbol.for("lit-noChange"),Oo=Symbol.for("lit-nothing"),No=new WeakMap,vo=ao.createTreeWalker(ao,129);function So(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==to?to.createHTML(o):o}const $o=(t,o)=>{const e=t.length-1,r=[];let i,a=2===o?"<svg>":"",n=po;for(let o=0;o<e;o++){const e=t[o];let l,s,c=-1,p=0;for(;p<e.length&&(n.lastIndex=p,s=n.exec(e),null!==s);)p=n.lastIndex,n===po?"!--"===s[1]?n=fo:void 0!==s[1]?n=ho:void 0!==s[2]?(uo.test(s[2])&&(i=RegExp("</"+s[2],"g")),n=go):void 0!==s[3]&&(n=go):n===go?">"===s[0]?(n=i??po,c=-1):void 0===s[1]?c=-2:(c=n.lastIndex-s[2].length,l=s[1],n=void 0===s[3]?go:'"'===s[3]?bo:yo):n===bo||n===yo?n=go:n===fo||n===ho?n=po:(n=go,i=void 0);const f=n===go&&t[o+1].startsWith("/>")?" ":"";a+=n===po?e+io:c>=0?(r.push(l),e.slice(0,c)+oo+e.slice(c)+eo+f):e+eo+(-2===c?o:f)}return[So(t,a+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};class Co{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let i=0,a=0;const n=t.length-1,l=this.parts,[s,c]=$o(t,o);if(this.el=Co.createElement(s,e),vo.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=vo.nextNode())&&l.length<n;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(oo)){const o=c[a++],e=r.getAttribute(t).split(eo),n=/([.?@])?(.*)/.exec(o);l.push({type:1,index:i,name:n[2],strings:e,ctor:"."===n[1]?Uo:"?"===n[1]?ko:"@"===n[1]?Eo:Wo}),r.removeAttribute(t)}else t.startsWith(eo)&&(l.push({type:6,index:i}),r.removeAttribute(t));if(uo.test(r.tagName)){const t=r.textContent.split(eo),o=t.length-1;if(o>0){r.textContent=Qt?Qt.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],no()),vo.nextNode(),l.push({type:2,index:++i});r.append(t[o],no())}}}else if(8===r.nodeType)if(r.data===ro)l.push({type:2,index:i});else{let t=-1;for(;-1!==(t=r.data.indexOf(eo,t+1));)l.push({type:7,index:i}),t+=eo.length-1}i++}}static createElement(t,o){const e=ao.createElement("template");return e.innerHTML=t,e}}function wo(t,o,e=t,r){if(o===xo)return o;let i=void 0!==r?e._$Co?.[r]:e._$Cl;const a=lo(o)?void 0:o._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),void 0===a?i=void 0:(i=new a(t),i._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=i:e._$Cl=i),void 0!==i&&(o=wo(t,i._$AS(t,o.values),i,r)),o}class Io{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??ao).importNode(o,!0);vo.currentNode=r;let i=vo.nextNode(),a=0,n=0,l=e[0];for(;void 0!==l;){if(a===l.index){let o;2===l.type?o=new Ro(i,i.nextSibling,this,t):1===l.type?o=new l.ctor(i,l.name,l.strings,this,t):6===l.type&&(o=new Lo(i,this,t)),this._$AV.push(o),l=e[++n]}a!==l?.index&&(i=vo.nextNode(),a++)}return vo.currentNode=ao,r}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}}class Ro{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=Oo,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===t?.nodeType&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=wo(this,t,o),lo(t)?t===Oo||null==t||""===t?(this._$AH!==Oo&&this._$AR(),this._$AH=Oo):t!==this._$AH&&t!==xo&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>so(t)||"function"==typeof t?.[Symbol.iterator])(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==Oo&&lo(this._$AH)?this._$AA.nextSibling.data=t:this.$(ao.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=Co.createElement(So(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new Io(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=No.get(t.strings);return void 0===o&&No.set(t.strings,o=new Co(t)),o}T(t){so(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let e,r=0;for(const i of t)r===o.length?o.push(e=new Ro(this.k(no()),this.k(no()),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 Wo{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=Oo,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=Oo}_$AI(t,o=this,e,r){const i=this.strings;let a=!1;if(void 0===i)t=wo(this,t,o,0),a=!lo(t)||t!==this._$AH&&t!==xo,a&&(this._$AH=t);else{const r=t;let n,l;for(t=i[0],n=0;n<i.length-1;n++)l=wo(this,r[e+n],o,n),l===xo&&(l=this._$AH[n]),a||=!lo(l)||l!==this._$AH[n],l===Oo?t=Oo:t!==Oo&&(t+=(l??"")+i[n+1]),this._$AH[n]=l}a&&!r&&this.O(t)}O(t){t===Oo?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class Uo extends Wo{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===Oo?void 0:t}}class ko extends Wo{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==Oo)}}class Eo extends Wo{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=wo(this,t,o,0)??Oo)===xo)return;const e=this._$AH,r=t===Oo&&e!==Oo||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==Oo&&(e===Oo||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 Lo{constructor(t,o,e){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=e}get _$AU(){return this._$AM._$AU}_$AI(t){wo(this,t)}}const zo=Jt.litHtmlPolyfillSupport;zo?.(Co,Ro),(Jt.litHtmlVersions??=[]).push("3.1.0");
488
+ const Jt=globalThis,Qt=Jt.trustedTypes,to=Qt?Qt.createPolicy("lit-html",{createHTML:t=>t}):void 0,oo="$lit$",eo=`lit$${(Math.random()+"").slice(9)}$`,ro="?"+eo,io=`<${ro}>`,no=document,ao=()=>no.createComment(""),lo=t=>null===t||"object"!=typeof t&&"function"!=typeof t,so=Array.isArray,co="[ \t\n\f\r]",po=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,fo=/-->/g,ho=/>/g,yo=RegExp(`>|${co}(?:([^\\s"'>=/]+)(${co}*=${co}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),go=/'/g,uo=/"/g,bo=/^(?:script|style|textarea|title)$/i,mo=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),xo=Symbol.for("lit-noChange"),Oo=Symbol.for("lit-nothing"),vo=new WeakMap,No=no.createTreeWalker(no,129);function So(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==to?to.createHTML(o):o}const wo=(t,o)=>{const e=t.length-1,r=[];let i,n=2===o?"<svg>":"",a=po;for(let o=0;o<e;o++){const e=t[o];let l,s,c=-1,p=0;for(;p<e.length&&(a.lastIndex=p,s=a.exec(e),null!==s);)p=a.lastIndex,a===po?"!--"===s[1]?a=fo:void 0!==s[1]?a=ho:void 0!==s[2]?(bo.test(s[2])&&(i=RegExp("</"+s[2],"g")),a=yo):void 0!==s[3]&&(a=yo):a===yo?">"===s[0]?(a=i??po,c=-1):void 0===s[1]?c=-2:(c=a.lastIndex-s[2].length,l=s[1],a=void 0===s[3]?yo:'"'===s[3]?uo:go):a===uo||a===go?a=yo:a===fo||a===ho?a=po:(a=yo,i=void 0);const f=a===yo&&t[o+1].startsWith("/>")?" ":"";n+=a===po?e+io:c>=0?(r.push(l),e.slice(0,c)+oo+e.slice(c)+eo+f):e+eo+(-2===c?o:f)}return[So(t,n+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};class Co{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let i=0,n=0;const a=t.length-1,l=this.parts,[s,c]=wo(t,o);if(this.el=Co.createElement(s,e),No.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=No.nextNode())&&l.length<a;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(oo)){const o=c[n++],e=r.getAttribute(t).split(eo),a=/([.?@])?(.*)/.exec(o);l.push({type:1,index:i,name:a[2],strings:e,ctor:"."===a[1]?Uo:"?"===a[1]?ko:"@"===a[1]?Eo:Wo}),r.removeAttribute(t)}else t.startsWith(eo)&&(l.push({type:6,index:i}),r.removeAttribute(t));if(bo.test(r.tagName)){const t=r.textContent.split(eo),o=t.length-1;if(o>0){r.textContent=Qt?Qt.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],ao()),No.nextNode(),l.push({type:2,index:++i});r.append(t[o],ao())}}}else if(8===r.nodeType)if(r.data===ro)l.push({type:2,index:i});else{let t=-1;for(;-1!==(t=r.data.indexOf(eo,t+1));)l.push({type:7,index:i}),t+=eo.length-1}i++}}static createElement(t,o){const e=no.createElement("template");return e.innerHTML=t,e}}function $o(t,o,e=t,r){if(o===xo)return o;let i=void 0!==r?e._$Co?.[r]:e._$Cl;const n=lo(o)?void 0:o._$litDirective$;return i?.constructor!==n&&(i?._$AO?.(!1),void 0===n?i=void 0:(i=new n(t),i._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=i:e._$Cl=i),void 0!==i&&(o=$o(t,i._$AS(t,o.values),i,r)),o}class Io{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??no).importNode(o,!0);No.currentNode=r;let i=No.nextNode(),n=0,a=0,l=e[0];for(;void 0!==l;){if(n===l.index){let o;2===l.type?o=new Ro(i,i.nextSibling,this,t):1===l.type?o=new l.ctor(i,l.name,l.strings,this,t):6===l.type&&(o=new Lo(i,this,t)),this._$AV.push(o),l=e[++a]}n!==l?.index&&(i=No.nextNode(),n++)}return No.currentNode=no,r}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}}class Ro{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=Oo,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=$o(this,t,o),lo(t)?t===Oo||null==t||""===t?(this._$AH!==Oo&&this._$AR(),this._$AH=Oo):t!==this._$AH&&t!==xo&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>so(t)||"function"==typeof t?.[Symbol.iterator])(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==Oo&&lo(this._$AH)?this._$AA.nextSibling.data=t:this.$(no.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=Co.createElement(So(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new Io(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=vo.get(t.strings);return void 0===o&&vo.set(t.strings,o=new Co(t)),o}T(t){so(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let e,r=0;for(const i of t)r===o.length?o.push(e=new Ro(this.k(ao()),this.k(ao()),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 Wo{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=Oo,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=Oo}_$AI(t,o=this,e,r){const i=this.strings;let n=!1;if(void 0===i)t=$o(this,t,o,0),n=!lo(t)||t!==this._$AH&&t!==xo,n&&(this._$AH=t);else{const r=t;let a,l;for(t=i[0],a=0;a<i.length-1;a++)l=$o(this,r[e+a],o,a),l===xo&&(l=this._$AH[a]),n||=!lo(l)||l!==this._$AH[a],l===Oo?t=Oo:t!==Oo&&(t+=(l??"")+i[a+1]),this._$AH[a]=l}n&&!r&&this.O(t)}O(t){t===Oo?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class Uo extends Wo{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===Oo?void 0:t}}class ko extends Wo{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==Oo)}}class Eo extends Wo{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=$o(this,t,o,0)??Oo)===xo)return;const e=this._$AH,r=t===Oo&&e!==Oo||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==Oo&&(e===Oo||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 Lo{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){$o(this,t)}}const zo=Jt.litHtmlPolyfillSupport;zo?.(Co,Ro),(Jt.litHtmlVersions??=[]).push("3.1.0");
489
489
  /**
490
490
  * @license
491
491
  * Copyright 2020 Google LLC
492
492
  * SPDX-License-Identifier: BSD-3-Clause
493
493
  */
494
- const Ko=Symbol.for(""),Zo=t=>{if(t?.r===Ko)return t?._$litStatic$},Fo=t=>({_$litStatic$:t,r:Ko}),Bo=new Map,Do=(t=>(o,...e)=>{const r=e.length;let i,a;const n=[],l=[];let s,c=0,p=!1;for(;c<r;){for(s=o[c];c<r&&void 0!==(a=e[c],i=Zo(a));)s+=i+o[++c],p=!0;c!==r&&l.push(a),n.push(s),c++}if(c===r&&n.push(o[r]),p){const t=n.join("$$lit$$");void 0===(o=Bo.get(t))&&(n.raw=n,Bo.set(t,o=n)),e=l}return t(o,...e)})(mo);var Ho;!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"}(Ho||(Ho={}));var Ao=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 Go extends o.FtLitElement{constructor(){super(...arguments),this.variant=Ho.body1}render(){return this.element?Do`
494
+ const Ko=Symbol.for(""),Zo=t=>{if(t?.r===Ko)return t?._$litStatic$},Fo=t=>({_$litStatic$:t,r:Ko}),Bo=new Map,Do=(t=>(o,...e)=>{const r=e.length;let i,n;const a=[],l=[];let s,c=0,p=!1;for(;c<r;){for(s=o[c];c<r&&void 0!==(n=e[c],i=Zo(n));)s+=i+o[++c],p=!0;c!==r&&l.push(n),a.push(s),c++}if(c===r&&a.push(o[r]),p){const t=a.join("$$lit$$");void 0===(o=Bo.get(t))&&(a.raw=a,Bo.set(t,o=a)),e=l}return t(o,...e)})(mo);var Ao;!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"}(Ao||(Ao={}));var Ho=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class Go extends o.FtLitElement{constructor(){super(...arguments),this.variant=Ao.body1}render(){return this.element?Do`
495
495
  <${Fo(this.element)}
496
496
  class="ft-typography ft-typography--${this.variant}">
497
497
  <slot></slot>
498
498
  </${Fo(this.element)}>
499
499
  `:Do`
500
500
  <slot class="ft-typography ft-typography--${this.variant}"></slot>
501
- `}}Go.styles=[Ct,wt,It,Rt,Wt,Ut,kt,Et,Lt,zt,Kt,...Zt],Ao([r.property()],Go.prototype,"element",void 0),Ao([r.property()],Go.prototype,"variant",void 0),o.customElement("ft-typography")(Go);const To=o.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),jo=o.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),Po=o.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),Mo=o.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),_o=o.FtCssVariableFactory.external(o.designSystemVariables.borderRadiusS,"Design system"),Yo=o.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px"),Vo=e.css`
501
+ `}}Go.styles=[Ct,$t,It,Rt,Wt,Ut,kt,Et,Lt,zt,Kt,...Zt],Ho([r.property()],Go.prototype,"element",void 0),Ho([r.property()],Go.prototype,"variant",void 0),o.customElement("ft-typography")(Go);const To=o.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),Po=o.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),jo=o.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),Mo=o.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),_o=o.FtCssVariableFactory.external(o.designSystemVariables.borderRadiusS,"Design system"),Yo=o.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px"),Vo=e.css`
502
502
  .ft-tooltip--container {
503
503
  display: block;
504
504
  }
@@ -522,12 +522,12 @@ const Ko=Symbol.for(""),Zo=t=>{if(t?.r===Ko)return t?._$litStatic$},Fo=t=>({_$li
522
522
  .ft-tooltip--content {
523
523
  padding: 4px 8px;
524
524
  border-radius: ${_o};
525
- background-color: ${Po};
526
- color: ${jo};
525
+ background-color: ${jo};
526
+ color: ${Po};
527
527
  position: relative;
528
528
  word-break: break-word;
529
529
  }
530
- `;var qo,Xo,Jo,Qo=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
+ `,Xo=["start","end"],qo=["top","right","bottom","left"].reduce(((t,o)=>t.concat(o,o+"-"+Xo[0],o+"-"+Xo[1])),[]),Jo=Math.min,Qo=Math.max,te=Math.round,oe=t=>({x:t,y:t}),ee={left:"right",right:"left",bottom:"top",top:"bottom"},re={start:"end",end:"start"};function ie(t,o,e){return Qo(t,Jo(o,e))}function ne(t,o){return"function"==typeof t?t(o):t}function ae(t){return t.split("-")[0]}function le(t){return t.split("-")[1]}function se(t){return"x"===t?"y":"x"}function ce(t){return"y"===t?"height":"width"}function pe(t){return["top","bottom"].includes(ae(t))?"y":"x"}function fe(t){return se(pe(t))}function de(t){return t.replace(/left|right|bottom|top/g,(t=>ee[t]))}function he(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function ye(t,o,e){let{reference:r,floating:i}=t;const n=pe(o),a=fe(o),l=ce(a),s=ae(o),c="y"===n,p=r.x+r.width/2-i.width/2,f=r.y+r.height/2-i.height/2,d=r[l]/2-i[l]/2;let h;switch(s){case"top":h={x:p,y:r.y-i.height};break;case"bottom":h={x:p,y:r.y+r.height};break;case"right":h={x:r.x+r.width,y:f};break;case"left":h={x:r.x-i.width,y:f};break;default:h={x:r.x,y:r.y}}switch(le(o)){case"start":h[a]-=d*(e&&c?-1:1);break;case"end":h[a]+=d*(e&&c?-1:1)}return h}async function ge(t,o){var e;void 0===o&&(o={});const{x:r,y:i,platform:n,rects:a,elements:l,strategy:s}=t,{boundary:c="clippingAncestors",rootBoundary:p="viewport",elementContext:f="floating",altBoundary:d=!1,padding:h=0}=ne(o,t),y=function(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}(h),g=l[d?"floating"===f?"reference":"floating":f],u=he(await n.getClippingRect({element:null==(e=await(null==n.isElement?void 0:n.isElement(g)))||e?g:g.contextElement||await(null==n.getDocumentElement?void 0:n.getDocumentElement(l.floating)),boundary:c,rootBoundary:p,strategy:s})),b="floating"===f?{...a.floating,x:r,y:i}:a.reference,m=await(null==n.getOffsetParent?void 0:n.getOffsetParent(l.floating)),x=await(null==n.isElement?void 0:n.isElement(m))&&await(null==n.getScale?void 0:n.getScale(m))||{x:1,y:1},O=he(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:m,strategy:s}):b);return{top:(u.top-O.top+y.top)/x.y,bottom:(O.bottom-u.bottom+y.bottom)/x.y,left:(u.left-O.left+y.left)/x.x,right:(O.right-u.right+y.right)/x.x}}function ue(t,o,e){return(t?[...e.filter((o=>le(o)===t)),...e.filter((o=>le(o)!==t))]:e.filter((t=>ae(t)===t))).filter((e=>!t||(le(e)===t||!!o&&function(t){return t.replace(/start|end/g,(t=>re[t]))}(e)!==e)))}const be=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(o){var e,r,i;const{rects:n,middlewareData:a,placement:l,platform:s,elements:c}=o,{crossAxis:p=!1,alignment:f,allowedPlacements:d=qo,autoAlignment:h=!0,...y}=ne(t,o),g=void 0!==f||d===qo?ue(f||null,h,d):d,u=await ge(o,y),b=(null==(e=a.autoPlacement)?void 0:e.index)||0,m=g[b];if(null==m)return{};const x=function(t,o,e){void 0===e&&(e=!1);const r=le(t),i=fe(t),n=ce(i);let a="x"===i?r===(e?"end":"start")?"right":"left":"start"===r?"bottom":"top";return o.reference[n]>o.floating[n]&&(a=de(a)),[a,de(a)]}(m,n,await(null==s.isRTL?void 0:s.isRTL(c.floating)));if(l!==m)return{reset:{placement:g[0]}};const O=[u[ae(m)],u[x[0]],u[x[1]]],v=[...(null==(r=a.autoPlacement)?void 0:r.overflows)||[],{placement:m,overflows:O}],N=g[b+1];if(N)return{data:{index:b+1,overflows:v},reset:{placement:N}};const S=v.map((t=>{const o=le(t.placement);return[t.placement,o&&p?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,le(t[0])?2:3).every((t=>t<=0)))),C=(null==(i=w[0])?void 0:i[0])||S[0][0];return C!==l?{data:{index:b+1,overflows:v},reset:{placement:C}}:{}}}};function me(t){return ve(t)?(t.nodeName||"").toLowerCase():"#document"}function xe(t){var o;return(null==t||null==(o=t.ownerDocument)?void 0:o.defaultView)||window}function Oe(t){var o;return null==(o=(ve(t)?t.ownerDocument:t.document)||window.document)?void 0:o.documentElement}function ve(t){return t instanceof Node||t instanceof xe(t).Node}function Ne(t){return t instanceof Element||t instanceof xe(t).Element}function Se(t){return t instanceof HTMLElement||t instanceof xe(t).HTMLElement}function we(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof xe(t).ShadowRoot)}function Ce(t){const{overflow:o,overflowX:e,overflowY:r,display:i}=Ue(t);return/auto|scroll|overlay|hidden|clip/.test(o+r+e)&&!["inline","contents"].includes(i)}function $e(t){return["table","td","th"].includes(me(t))}function Ie(t){const o=Re(),e=Ue(t);return"none"!==e.transform||"none"!==e.perspective||!!e.containerType&&"normal"!==e.containerType||!o&&!!e.backdropFilter&&"none"!==e.backdropFilter||!o&&!!e.filter&&"none"!==e.filter||["transform","perspective","filter"].some((t=>(e.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(e.contain||"").includes(t)))}function Re(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function We(t){return["html","body","#document"].includes(me(t))}function Ue(t){return xe(t).getComputedStyle(t)}function ke(t){return Ne(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function Ee(t){if("html"===me(t))return t;const o=t.assignedSlot||t.parentNode||we(t)&&t.host||Oe(t);return we(o)?o.host:o}function Le(t){const o=Ee(t);return We(o)?t.ownerDocument?t.ownerDocument.body:t.body:Se(o)&&Ce(o)?o:Le(o)}function ze(t,o,e){var r;void 0===o&&(o=[]),void 0===e&&(e=!0);const i=Le(t),n=i===(null==(r=t.ownerDocument)?void 0:r.body),a=xe(i);return n?o.concat(a,a.visualViewport||[],Ce(i)?i:[],a.frameElement&&e?ze(a.frameElement):[]):o.concat(i,ze(i,[],e))}function Ke(t){const o=Ue(t);let e=parseFloat(o.width)||0,r=parseFloat(o.height)||0;const i=Se(t),n=i?t.offsetWidth:e,a=i?t.offsetHeight:r,l=te(e)!==n||te(r)!==a;return l&&(e=n,r=a),{width:e,height:r,$:l}}function Ze(t){return Ne(t)?t:t.contextElement}function Fe(t){const o=Ze(t);if(!Se(o))return oe(1);const e=o.getBoundingClientRect(),{width:r,height:i,$:n}=Ke(o);let a=(n?te(e.width):e.width)/r,l=(n?te(e.height):e.height)/i;return a&&Number.isFinite(a)||(a=1),l&&Number.isFinite(l)||(l=1),{x:a,y:l}}const Be=oe(0);function De(t){const o=xe(t);return Re()&&o.visualViewport?{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}:Be}function Ae(t,o,e,r){void 0===o&&(o=!1),void 0===e&&(e=!1);const i=t.getBoundingClientRect(),n=Ze(t);let a=oe(1);o&&(r?Ne(r)&&(a=Fe(r)):a=Fe(t));const l=function(t,o,e){return void 0===o&&(o=!1),!(!e||o&&e!==xe(t))&&o}(n,e,r)?De(n):oe(0);let s=(i.left+l.x)/a.x,c=(i.top+l.y)/a.y,p=i.width/a.x,f=i.height/a.y;if(n){const t=xe(n),o=r&&Ne(r)?xe(r):r;let e=t.frameElement;for(;e&&r&&o!==t;){const t=Fe(e),o=e.getBoundingClientRect(),r=Ue(e),i=o.left+(e.clientLeft+parseFloat(r.paddingLeft))*t.x,n=o.top+(e.clientTop+parseFloat(r.paddingTop))*t.y;s*=t.x,c*=t.y,p*=t.x,f*=t.y,s+=i,c+=n,e=xe(e).frameElement}}return he({width:p,height:f,x:s,y:c})}function He(t){return Ae(Oe(t)).left+ke(t).scrollLeft}function Ge(t,o,e){let r;if("viewport"===o)r=function(t,o){const e=xe(t),r=Oe(t),i=e.visualViewport;let n=r.clientWidth,a=r.clientHeight,l=0,s=0;if(i){n=i.width,a=i.height;const t=Re();(!t||t&&"fixed"===o)&&(l=i.offsetLeft,s=i.offsetTop)}return{width:n,height:a,x:l,y:s}}(t,e);else if("document"===o)r=function(t){const o=Oe(t),e=ke(t),r=t.ownerDocument.body,i=Qo(o.scrollWidth,o.clientWidth,r.scrollWidth,r.clientWidth),n=Qo(o.scrollHeight,o.clientHeight,r.scrollHeight,r.clientHeight);let a=-e.scrollLeft+He(t);const l=-e.scrollTop;return"rtl"===Ue(r).direction&&(a+=Qo(o.clientWidth,r.clientWidth)-i),{width:i,height:n,x:a,y:l}}(Oe(t));else if(Ne(o))r=function(t,o){const e=Ae(t,!0,"fixed"===o),r=e.top+t.clientTop,i=e.left+t.clientLeft,n=Se(t)?Fe(t):oe(1);return{width:t.clientWidth*n.x,height:t.clientHeight*n.y,x:i*n.x,y:r*n.y}}(o,e);else{const e=De(t);r={...o,x:o.x-e.x,y:o.y-e.y}}return he(r)}function Te(t,o){const e=Ee(t);return!(e===o||!Ne(e)||We(e))&&("fixed"===Ue(e).position||Te(e,o))}function Pe(t,o,e){const r=Se(o),i=Oe(o),n="fixed"===e,a=Ae(t,!0,n,o);let l={scrollLeft:0,scrollTop:0};const s=oe(0);if(r||!r&&!n)if(("body"!==me(o)||Ce(i))&&(l=ke(o)),r){const t=Ae(o,!0,n,o);s.x=t.x+o.clientLeft,s.y=t.y+o.clientTop}else i&&(s.x=He(i));return{x:a.left+l.scrollLeft-s.x,y:a.top+l.scrollTop-s.y,width:a.width,height:a.height}}function je(t,o){return Se(t)&&"fixed"!==Ue(t).position?o?o(t):t.offsetParent:null}function Me(t,o){const e=xe(t);if(!Se(t))return e;let r=je(t,o);for(;r&&$e(r)&&"static"===Ue(r).position;)r=je(r,o);return r&&("html"===me(r)||"body"===me(r)&&"static"===Ue(r).position&&!Ie(r))?e:r||function(t){let o=Ee(t);for(;Se(o)&&!We(o);){if(Ie(o))return o;o=Ee(o)}return null}(t)||e}const _e={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:o,offsetParent:e,strategy:r}=t;const i=Se(e),n=Oe(e);if(e===n)return o;let a={scrollLeft:0,scrollTop:0},l=oe(1);const s=oe(0);if((i||!i&&"fixed"!==r)&&(("body"!==me(e)||Ce(n))&&(a=ke(e)),Se(e))){const t=Ae(e);l=Fe(e),s.x=t.x+e.clientLeft,s.y=t.y+e.clientTop}return{width:o.width*l.x,height:o.height*l.y,x:o.x*l.x-a.scrollLeft*l.x+s.x,y:o.y*l.y-a.scrollTop*l.y+s.y}},getDocumentElement:Oe,getClippingRect:function(t){let{element:o,boundary:e,rootBoundary:r,strategy:i}=t;const n=[..."clippingAncestors"===e?function(t,o){const e=o.get(t);if(e)return e;let r=ze(t,[],!1).filter((t=>Ne(t)&&"body"!==me(t))),i=null;const n="fixed"===Ue(t).position;let a=n?Ee(t):t;for(;Ne(a)&&!We(a);){const o=Ue(a),e=Ie(a);e||"fixed"!==o.position||(i=null),(n?!e&&!i:!e&&"static"===o.position&&i&&["absolute","fixed"].includes(i.position)||Ce(a)&&!e&&Te(t,a))?r=r.filter((t=>t!==a)):i=o,a=Ee(a)}return o.set(t,r),r}(o,this._c):[].concat(e),r],a=n[0],l=n.reduce(((t,e)=>{const r=Ge(o,e,i);return t.top=Qo(r.top,t.top),t.right=Jo(r.right,t.right),t.bottom=Jo(r.bottom,t.bottom),t.left=Qo(r.left,t.left),t}),Ge(o,a,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},getOffsetParent:Me,getElementRects:async function(t){let{reference:o,floating:e,strategy:r}=t;const i=this.getOffsetParent||Me,n=this.getDimensions;return{reference:Pe(o,await i(e),r),floating:{x:0,y:0,...await n(e)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return Ke(t)},getScale:Fe,isElement:Ne,isRTL:function(t){return"rtl"===Ue(t).direction}},Ye=(t,o,e)=>{const r=new Map,i={platform:_e,...e},n={...i.platform,_c:r};return(async(t,o,e)=>{const{placement:r="bottom",strategy:i="absolute",middleware:n=[],platform:a}=e,l=n.filter(Boolean),s=await(null==a.isRTL?void 0:a.isRTL(o));let c=await a.getElementRects({reference:t,floating:o,strategy:i}),{x:p,y:f}=ye(c,r,s),d=r,h={},y=0;for(let e=0;e<l.length;e++){const{name:n,fn:g}=l[e],{x:u,y:b,data:m,reset:x}=await g({x:p,y:f,initialPlacement:r,placement:d,strategy:i,middlewareData:h,rects:c,platform:a,elements:{reference:t,floating:o}});p=null!=u?u:p,f=null!=b?b:f,h={...h,[n]:{...h[n],...m}},x&&y<=50&&(y++,"object"==typeof x&&(x.placement&&(d=x.placement),x.rects&&(c=!0===x.rects?await a.getElementRects({reference:t,floating:o,strategy:i}):x.rects),({x:p,y:f}=ye(c,d,s))),e=-1)}return{x:p,y:f,placement:d,strategy:i,middlewareData:h}})(t,o,{...i,platform:n})};var Ve,Xe,qe,Je=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class Qe 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`
531
531
  <div part="container"
532
532
  class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
533
533
  @mouseenter=${this.onHover}
@@ -545,19 +545,19 @@ const Ko=Symbol.for(""),Zo=t=>{if(t?.r===Ko)return t?._$litStatic$},Fo=t=>({_$li
545
545
  </div>
546
546
  </div>
547
547
  </div>
548
- `}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()}show(t){this.visible=!0,null!=t&&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();const t=this.slottedElement;if(this.tooltip&&t){const o=this.tooltip.offsetWidth,e=this.tooltip.offsetHeight,r=(t.offsetHeight-e)/2,i=(t.offsetWidth-o)/2;let a=0,n=0;switch(this.tooltip.style.top="0",this.tooltip.style.left="0",this.validPosition){case"top":n=t.offsetTop-e-this.tooltip.offsetTop,a=t.offsetLeft+i-this.tooltip.offsetLeft;break;case"bottom":n=t.offsetTop+t.offsetHeight-this.tooltip.offsetTop,a=t.offsetLeft+i-this.tooltip.offsetLeft;break;case"left":n=t.offsetTop+r-this.tooltip.offsetTop,a=t.offsetLeft-o-this.tooltip.offsetLeft;break;case"right":n=t.offsetTop+r-this.tooltip.offsetTop,a=t.offsetLeft+t.offsetWidth-this.tooltip.offsetLeft}const l=this.tooltip.style;l.left=a+"px",l.top=n+"px";const s=this.tooltip.getBoundingClientRect();let c=-s.x,p=s.x+s.width-window.innerWidth;l.left=a+Math.round(this.correctOutOfWindowPixels(c,p))+"px";let f=-s.y,h=s.y+s.height-window.innerHeight;l.top=n+Math.round(this.correctOutOfWindowPixels(f,h))+"px",l.maxWidth=`max(${t.offsetWidth}px, ${Yo})`}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())}correctOutOfWindowPixels(t,o){return Math.max(t,Math.min(0,-o))}}te.elementDefinitions={"ft-typography":Go},te.styles=Vo,Qo([r.property()],te.prototype,"text",void 0),Qo([r.property({type:Boolean})],te.prototype,"manual",void 0),Qo([r.property({type:Boolean})],te.prototype,"inline",void 0),Qo([r.property({type:Number})],te.prototype,"delay",void 0),Qo([r.property()],te.prototype,"position",void 0),Qo([r.queryAssignedNodes()],te.prototype,"slotNodes",void 0),Qo([r.query(".ft-tooltip--container")],te.prototype,"container",void 0),Qo([r.query(".ft-tooltip")],te.prototype,"tooltip",void 0),Qo([r.query(".ft-tooltip--content")],te.prototype,"tooltipContent",void 0),Qo([r.state()],te.prototype,"visible",void 0),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.BOOK_OPEN_GEAR="&#xe96a;",t.BOOK_OPEN_GEAR_SLASH="&#xe96b;",t.DIAGRAM_SUNBURST="&#xe963;",t.DIAGRAM_SANKEY="&#xe964;",t.UNSTRUCTURED_DOC="&#xe95a;",t.RESET="&#xe958;",t.THIN_ARROW_LEFT="&#xe956;",t.THIN_ARROW_RIGHT="&#xe957;",t.MY_COLLECTIONS="&#xe955;",t.OFFLINE_SETTINGS="&#xe954;",t.MY_LIBRARY="&#xe959;",t.RATE_PLAIN="&#xe952;",t.RATE="&#xe953;",t.FEEDBACK_PLAIN="&#xe951;",t.PAUSE="&#xe949;",t.PLAY="&#xe94a;",t.RELATIVES_PLAIN="&#xe947;",t.RELATIVES="&#xe948;",t.SHORTCUT_MENU="&#xe946;",t.PRINT="&#xe944;",t.DEFAULT_ROLES="&#xe945;",t.ACCOUNT_SETTINGS="&#xe943;",t.ONLINE="&#xe941;",t.OFFLINE="&#xe816;",t.UPLOAD="&#xe940;",t.BOOK_PLAIN="&#xe93f;",t.SYNC="&#xe93d;",t.SHARED_PBK="&#xe931;",t.COLLECTIONS="&#xe92a;",t.SEARCH_IN_PUBLICATION="&#xe92f;",t.BOOKS="&#xe806;",t.LOCKER="&#xe93b;",t.ARROW_DOWN="&#xe92b;",t.ARROW_LEFT="&#xe92c;",t.ARROW_RIGHT="&#xe92d;",t.ARROW_UP="&#xe92e;",t.SAVE="&#xe93a;",t.MAILS_AND_NOTIFICATIONS="&#xe939;",t.DOT="&#xe936;",t.MINUS="&#xe937;",t.PLUS="&#xe938;",t.FILTERS="&#xe935;",t.STRIPE_ARROW_RIGHT="&#xe934;",t.STRIPE_ARROW_LEFT="&#xe933;",t.ATTACHMENTS="&#xe932;",t.ADD_BOOKMARK="&#xe804;",t.BOOKMARK="&#xe805;",t.EXPORT="&#xe80f;",t.MENU="&#xe807;",t.TAG="&#xe93e;",t.TAG_PLAIN="&#xe942;",t.COPY_TO_CLIPBOARD="&#xe930;",t.COLUMNS="&#xe928;",t.ARTICLE="&#xe927;",t.CLOSE_PLAIN="&#xe925;",t.CHECK_PLAIN="&#xe926;",t.LOGOUT="&#xe923;",t.SIGN_IN="&#xe922;",t.THIN_ARROW="&#xe921;",t.TRIANGLE_BOTTOM="&#xe91d;",t.TRIANGLE_LEFT="&#xe91e;",t.TRIANGLE_RIGHT="&#xe91f;",t.TRIANGLE_TOP="&#xe920;",t.FACET_HAS_DESCENDANT="&#xe91c;",t.MINUS_PLAIN="&#xe91a;",t.PLUS_PLAIN="&#xe91b;",t.INFO="&#xe919;",t.ICON_EXPAND="&#xe917;",t.ICON_COLLAPSE="&#xe918;",t.ADD_TO_PBK="&#xe800;",t.ALERT="&#xe801;",t.ADD_ALERT="&#xe802;",t.BACK_TO_SEARCH="&#xe803;",t.DOWNLOAD="&#xe808;",t.EDIT="&#xe809;",t.FEEDBACK="&#xe80a;",t.MODIFY_PBK="&#xe80c;",t.SCHEDULED="&#xe80d;",t.SEARCH="&#xe80e;",t.SHARE="&#xe80f1;",t.TOC="&#xe810;",t.WRITE_UGC="&#xe811;",t.TRASH="&#xe812;",t.EXTLINK="&#xe814;",t.EXTLINK_LIGHT="&#xe978;",t.CALENDAR="&#xe815;",t.BOOK="&#xe817;",t.DOWNLOAD_PLAIN="&#xe818;",t.CHECK="&#xe819;",t.TOPICS="&#xe901;",t.EYE="&#xf06e;",t.EYE_SLASH="&#xe970;",t.DISC="&#xe902;",t.CIRCLE="&#xe903;",t.SHARED="&#xe904;",t.SORT_UNSORTED="&#xe905;",t.SORT_UP="&#xe906;",t.SORT_DOWN="&#xe907;",t.WORKING="&#xe908;",t.CLOSE="&#xe909;",t.ZOOM_OUT="&#xe90a;",t.ZOOM_IN="&#xe90b;",t.ZOOM_REALSIZE="&#xe90c;",t.ZOOM_FULLSCREEN="&#xe90d;",t.ADMIN_RESTRICTED="&#xe90e;",t.ADMIN_THEME="&#xe911;",t.WARNING="&#xe913;",t.CONTEXT="&#xe914;",t.SEARCH_HOME="&#xe915;",t.STEPS="&#xe916;",t.HOME="&#xe80b;",t.TRANSLATE="&#xe924;",t.USER="&#xe813;",t.ADMIN="&#xe90f;",t.ANALYTICS="&#xe929;",t.ADMIN_KHUB="&#xe910;",t.ADMIN_USERS="&#xe912;",t.ADMIN_INTEGRATION="&#xe93c;",t.ADMIN_PORTAL="&#xe94b;",t.COMMENT_QUESTION="&#xe965;",t.COMMENT_QUESTION_PLAIN="&#xe966;",t.MESSAGE_BOT="&#xe967;",t.PIP="&#xe973;",t.PIP_WIDE="&#xe974;",t.EXPAND_WIDE="&#xe972;",t.X_MARK="&#xe971;"}(qo||(qo={})),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;"}(Xo||(Xo={})),new Map([...["abw"].map((t=>[t,Xo.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,Xo.AUDIO])),...["avi"].map((t=>[t,Xo.AVI])),...["chm","xhs"].map((t=>[t,Xo.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,Xo.CODE])),...["csv"].map((t=>[t,Xo.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,Xo.DITA])),...["epub"].map((t=>[t,Xo.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,Xo.EXCEL])),...["flac"].map((t=>[t,Xo.FLAC])),...["gif"].map((t=>[t,Xo.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,Xo.GZIP])),...["html","htm","xhtml"].map((t=>[t,Xo.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf"].map((t=>[t,Xo.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,Xo.JPEG])),...["json"].map((t=>[t,Xo.JSON])),...["m4a","m4p"].map((t=>[t,Xo.M4A])),...["mov","qt"].map((t=>[t,Xo.MOV])),...["mp3"].map((t=>[t,Xo.MP3])),...["mp4","m4v"].map((t=>[t,Xo.MP4])),...["ogg","oga"].map((t=>[t,Xo.OGG])),...["pdf","ps"].map((t=>[t,Xo.PDF])),...["png"].map((t=>[t,Xo.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,Xo.POWERPOINT])),...["rar"].map((t=>[t,Xo.RAR])),...["stp"].map((t=>[t,Xo.STP])),...["txt","rtf","md","mdown"].map((t=>[t,Xo.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,Xo.VIDEO])),...["wav"].map((t=>[t,Xo.WAV])),...["wma"].map((t=>[t,Xo.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,Xo.WORD])),...["xml","xsl","rdf"].map((t=>[t,Xo.XML])),...["yaml","yml","x-yaml"].map((t=>[t,Xo.YAML])),...["zip"].map((t=>[t,Xo.ZIP]))]),function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(Jo||(Jo={}));var oe=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 ee extends o.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=e.nothing}render(){const t=this.variant&&Object.values(Jo).includes(this.variant)?this.variant:Jo.fluid_topics,o=t!==Jo.material||!!this.value;return e.html`
548
+ `}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()}show(t){this.visible=!0,null!=t&&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(){var t;this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",Ye(this.slottedElement,this.tooltip,{middleware:[(t={crossAxis:!0},void 0===t&&(t={}),{name:"shift",options:t,async fn(o){const{x:e,y:r,placement:i}=o,{mainAxis:n=!0,crossAxis:a=!1,limiter:l={fn:t=>{let{x:o,y:e}=t;return{x:o,y:e}}},...s}=ne(t,o),c={x:e,y:r},p=await ge(o,s),f=pe(ae(i)),d=se(f);let h=c[d],y=c[f];if(n){const t="y"===d?"bottom":"right";h=ie(h+p["y"===d?"top":"left"],h,h-p[t])}if(a){const t="y"===f?"bottom":"right";y=ie(y+p["y"===f?"top":"left"],y,y-p[t])}const g=l.fn({...o,[d]:h,[f]:y});return{...g,data:{x:g.x-e,y:g.y-r}}}}),be({allowedPlacements:[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())}correctOutOfWindowPixels(t,o){return Math.max(t,Math.min(0,-o))}}Qe.elementDefinitions={"ft-typography":Go},Qe.styles=Vo,Je([r.property()],Qe.prototype,"text",void 0),Je([r.property({type:Boolean})],Qe.prototype,"manual",void 0),Je([r.property({type:Boolean})],Qe.prototype,"inline",void 0),Je([r.property({type:Number})],Qe.prototype,"delay",void 0),Je([r.property()],Qe.prototype,"position",void 0),Je([r.queryAssignedNodes()],Qe.prototype,"slotNodes",void 0),Je([r.query(".ft-tooltip--container")],Qe.prototype,"container",void 0),Je([r.query(".ft-tooltip")],Qe.prototype,"tooltip",void 0),Je([r.query(".ft-tooltip--content")],Qe.prototype,"tooltipContent",void 0),Je([r.state()],Qe.prototype,"visible",void 0),o.customElement("ft-tooltip")(Qe),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.BOOK_OPEN_GEAR="&#xe96a;",t.BOOK_OPEN_GEAR_SLASH="&#xe96b;",t.DIAGRAM_SUNBURST="&#xe963;",t.DIAGRAM_SANKEY="&#xe964;",t.UNSTRUCTURED_DOC="&#xe95a;",t.RESET="&#xe958;",t.THIN_ARROW_LEFT="&#xe956;",t.THIN_ARROW_RIGHT="&#xe957;",t.MY_COLLECTIONS="&#xe955;",t.OFFLINE_SETTINGS="&#xe954;",t.MY_LIBRARY="&#xe959;",t.RATE_PLAIN="&#xe952;",t.RATE="&#xe953;",t.FEEDBACK_PLAIN="&#xe951;",t.PAUSE="&#xe949;",t.PLAY="&#xe94a;",t.RELATIVES_PLAIN="&#xe947;",t.RELATIVES="&#xe948;",t.SHORTCUT_MENU="&#xe946;",t.PRINT="&#xe944;",t.DEFAULT_ROLES="&#xe945;",t.ACCOUNT_SETTINGS="&#xe943;",t.ONLINE="&#xe941;",t.OFFLINE="&#xe816;",t.UPLOAD="&#xe940;",t.BOOK_PLAIN="&#xe93f;",t.SYNC="&#xe93d;",t.SHARED_PBK="&#xe931;",t.COLLECTIONS="&#xe92a;",t.SEARCH_IN_PUBLICATION="&#xe92f;",t.BOOKS="&#xe806;",t.LOCKER="&#xe93b;",t.ARROW_DOWN="&#xe92b;",t.ARROW_LEFT="&#xe92c;",t.ARROW_RIGHT="&#xe92d;",t.ARROW_UP="&#xe92e;",t.SAVE="&#xe93a;",t.MAILS_AND_NOTIFICATIONS="&#xe939;",t.DOT="&#xe936;",t.MINUS="&#xe937;",t.PLUS="&#xe938;",t.FILTERS="&#xe935;",t.STRIPE_ARROW_RIGHT="&#xe934;",t.STRIPE_ARROW_LEFT="&#xe933;",t.ATTACHMENTS="&#xe932;",t.ADD_BOOKMARK="&#xe804;",t.BOOKMARK="&#xe805;",t.EXPORT="&#xe80f;",t.MENU="&#xe807;",t.TAG="&#xe93e;",t.TAG_PLAIN="&#xe942;",t.COPY_TO_CLIPBOARD="&#xe930;",t.COLUMNS="&#xe928;",t.ARTICLE="&#xe927;",t.CLOSE_PLAIN="&#xe925;",t.CHECK_PLAIN="&#xe926;",t.LOGOUT="&#xe923;",t.SIGN_IN="&#xe922;",t.THIN_ARROW="&#xe921;",t.TRIANGLE_BOTTOM="&#xe91d;",t.TRIANGLE_LEFT="&#xe91e;",t.TRIANGLE_RIGHT="&#xe91f;",t.TRIANGLE_TOP="&#xe920;",t.FACET_HAS_DESCENDANT="&#xe91c;",t.MINUS_PLAIN="&#xe91a;",t.PLUS_PLAIN="&#xe91b;",t.INFO="&#xe919;",t.ICON_EXPAND="&#xe917;",t.ICON_COLLAPSE="&#xe918;",t.ADD_TO_PBK="&#xe800;",t.ALERT="&#xe801;",t.ADD_ALERT="&#xe802;",t.BACK_TO_SEARCH="&#xe803;",t.DOWNLOAD="&#xe808;",t.EDIT="&#xe809;",t.FEEDBACK="&#xe80a;",t.MODIFY_PBK="&#xe80c;",t.SCHEDULED="&#xe80d;",t.SEARCH="&#xe80e;",t.SHARE="&#xe80f1;",t.TOC="&#xe810;",t.WRITE_UGC="&#xe811;",t.TRASH="&#xe812;",t.EXTLINK="&#xe814;",t.EXTLINK_LIGHT="&#xe978;",t.CALENDAR="&#xe815;",t.BOOK="&#xe817;",t.DOWNLOAD_PLAIN="&#xe818;",t.CHECK="&#xe819;",t.TOPICS="&#xe901;",t.EYE="&#xf06e;",t.EYE_SLASH="&#xe970;",t.DISC="&#xe902;",t.CIRCLE="&#xe903;",t.SHARED="&#xe904;",t.SORT_UNSORTED="&#xe905;",t.SORT_UP="&#xe906;",t.SORT_DOWN="&#xe907;",t.WORKING="&#xe908;",t.CLOSE="&#xe909;",t.ZOOM_OUT="&#xe90a;",t.ZOOM_IN="&#xe90b;",t.ZOOM_REALSIZE="&#xe90c;",t.ZOOM_FULLSCREEN="&#xe90d;",t.ADMIN_RESTRICTED="&#xe90e;",t.ADMIN_THEME="&#xe911;",t.WARNING="&#xe913;",t.CONTEXT="&#xe914;",t.SEARCH_HOME="&#xe915;",t.STEPS="&#xe916;",t.HOME="&#xe80b;",t.TRANSLATE="&#xe924;",t.USER="&#xe813;",t.ADMIN="&#xe90f;",t.ANALYTICS="&#xe929;",t.ADMIN_KHUB="&#xe910;",t.ADMIN_USERS="&#xe912;",t.ADMIN_INTEGRATION="&#xe93c;",t.ADMIN_PORTAL="&#xe94b;",t.COMMENT_QUESTION="&#xe965;",t.COMMENT_QUESTION_PLAIN="&#xe966;",t.MESSAGE_BOT="&#xe967;",t.PIP="&#xe973;",t.PIP_WIDE="&#xe974;",t.EXPAND_WIDE="&#xe972;",t.X_MARK="&#xe971;"}(Ve||(Ve={})),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;"}(Xe||(Xe={})),new Map([...["abw"].map((t=>[t,Xe.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,Xe.AUDIO])),...["avi"].map((t=>[t,Xe.AVI])),...["chm","xhs"].map((t=>[t,Xe.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,Xe.CODE])),...["csv"].map((t=>[t,Xe.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,Xe.DITA])),...["epub"].map((t=>[t,Xe.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,Xe.EXCEL])),...["flac"].map((t=>[t,Xe.FLAC])),...["gif"].map((t=>[t,Xe.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,Xe.GZIP])),...["html","htm","xhtml"].map((t=>[t,Xe.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf"].map((t=>[t,Xe.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,Xe.JPEG])),...["json"].map((t=>[t,Xe.JSON])),...["m4a","m4p"].map((t=>[t,Xe.M4A])),...["mov","qt"].map((t=>[t,Xe.MOV])),...["mp3"].map((t=>[t,Xe.MP3])),...["mp4","m4v"].map((t=>[t,Xe.MP4])),...["ogg","oga"].map((t=>[t,Xe.OGG])),...["pdf","ps"].map((t=>[t,Xe.PDF])),...["png"].map((t=>[t,Xe.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,Xe.POWERPOINT])),...["rar"].map((t=>[t,Xe.RAR])),...["stp"].map((t=>[t,Xe.STP])),...["txt","rtf","md","mdown"].map((t=>[t,Xe.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,Xe.VIDEO])),...["wav"].map((t=>[t,Xe.WAV])),...["wma"].map((t=>[t,Xe.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,Xe.WORD])),...["xml","xsl","rdf"].map((t=>[t,Xe.XML])),...["yaml","yml","x-yaml"].map((t=>[t,Xe.YAML])),...["zip"].map((t=>[t,Xe.ZIP]))]),function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(qe||(qe={}));var tr=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class or extends o.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=e.nothing}render(){const t=this.variant&&Object.values(qe).includes(this.variant)?this.variant:qe.fluid_topics,o=t!==qe.material||!!this.value;return e.html`
549
549
  <i class="ft-icon ft-icon--${t}" part="icon icon-${t}">
550
- ${a.unsafeHTML(this.resolvedIcon)}
550
+ ${n.unsafeHTML(this.resolvedIcon)}
551
551
  <slot ?hidden=${o}></slot>
552
552
  </i>
553
- `}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 Jo.file_format:this.resolvedIcon=null!==(t=Xo[r.replace("-","_").toUpperCase()])&&void 0!==t?t:r;break;case Jo.material:this.resolvedIcon=this.value||e.nothing;break;default:this.resolvedIcon=null!==(o=qo[r.replace("-","_").toUpperCase()])&&void 0!==o?o:r}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}ee.elementDefinitions={},ee.styles=Ht,oe([r.property()],ee.prototype,"variant",void 0),oe([r.property()],ee.prototype,"value",void 0),oe([r.state()],ee.prototype,"resolvedIcon",void 0),oe([r.query("slot")],ee.prototype,"slottedContent",void 0),o.customElement("ft-icon")(ee);class re extends o.FtLitElement{render(){return e.html`
553
+ `}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 qe.file_format:this.resolvedIcon=null!==(t=Xe[r.replace("-","_").toUpperCase()])&&void 0!==t?t:r;break;case qe.material:this.resolvedIcon=this.value||e.nothing;break;default:this.resolvedIcon=null!==(o=Ve[r.replace("-","_").toUpperCase()])&&void 0!==o?o:r}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}or.elementDefinitions={},or.styles=At,tr([r.property()],or.prototype,"variant",void 0),tr([r.property()],or.prototype,"value",void 0),tr([r.state()],or.prototype,"resolvedIcon",void 0),tr([r.query("slot")],or.prototype,"slottedContent",void 0),o.customElement("ft-icon")(or);class er extends o.FtLitElement{render(){return e.html`
554
554
  <div class="ft-loader">
555
555
  <div></div>
556
556
  <div></div>
557
557
  <div></div>
558
558
  <div></div>
559
559
  </div>
560
- `}}re.styles=Bt,o.customElement("ft-loader")(re);var ie=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 ae extends(o.toFtFormComponent(o.FtLitElement,"button")){constructor(){super(...arguments),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.onclick=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
+ `}}er.styles=Bt,o.customElement("ft-loader")(er);var rr=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class ir extends(o.toFtFormComponent(o.FtLitElement,"button")){constructor(){super(...arguments),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.onclick=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`
561
561
  <button part="button"
562
562
  class="${i.classMap(this.buttonClasses)}"
563
563
  aria-label="${this.getLabel()}"
@@ -580,7 +580,7 @@ const Ko=Symbol.for(""),Zo=t=>{if(t?.r===Ko)return t?._$litStatic$},Fo=t=>({_$li
580
580
  </ft-tooltip>
581
581
  `:t}resolveIcon(){return this.loading?e.html`
582
582
  <ft-loader part="loader icon"></ft-loader> `:this.icon?e.html`
583
- <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}}ae.elementDefinitions={"ft-ripple":Xt,"ft-tooltip":te,"ft-typography":Go,"ft-icon":ee,"ft-loader":re},ie([r.property({type:String,reflect:!0})],ae.prototype,"role",void 0),ie([r.property()],ae.prototype,"type",void 0),ie([r.property({type:Boolean})],ae.prototype,"disabled",void 0),ie([r.property()],ae.prototype,"label",void 0),ie([r.property()],ae.prototype,"icon",void 0),ie([r.property()],ae.prototype,"iconVariant",void 0),ie([r.property({type:Boolean})],ae.prototype,"trailingIcon",void 0),ie([r.property({type:Boolean})],ae.prototype,"loading",void 0),ie([r.property()],ae.prototype,"tooltipPosition",void 0),ie([r.property({type:Boolean})],ae.prototype,"hideTooltip",void 0),ie([r.property({type:Boolean})],ae.prototype,"forceTooltip",void 0),ie([r.query(".ft-button")],ae.prototype,"button",void 0),ie([r.query(".ft-button--label slot")],ae.prototype,"slottedContent",void 0);var ne=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 le extends ae{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"}}le.styles=[o.safariEllipsisFix,Vt],ne([r.property({type:Boolean})],le.prototype,"primary",void 0),ne([r.property({type:Boolean})],le.prototype,"outlined",void 0),ne([r.property({type:Boolean})],le.prototype,"dense",void 0),ne([r.property({type:Boolean})],le.prototype,"round",void 0);const se=[e.css`
583
+ <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}}ir.elementDefinitions={"ft-ripple":qt,"ft-tooltip":Qe,"ft-typography":Go,"ft-icon":or,"ft-loader":er},rr([r.property({type:String,reflect:!0})],ir.prototype,"role",void 0),rr([r.property()],ir.prototype,"type",void 0),rr([r.property({type:Boolean})],ir.prototype,"disabled",void 0),rr([r.property()],ir.prototype,"label",void 0),rr([r.property()],ir.prototype,"icon",void 0),rr([r.property()],ir.prototype,"iconVariant",void 0),rr([r.property({type:Boolean})],ir.prototype,"trailingIcon",void 0),rr([r.property({type:Boolean})],ir.prototype,"loading",void 0),rr([r.property()],ir.prototype,"tooltipPosition",void 0),rr([r.property({type:Boolean})],ir.prototype,"hideTooltip",void 0),rr([r.property({type:Boolean})],ir.prototype,"forceTooltip",void 0),rr([r.query(".ft-button")],ir.prototype,"button",void 0),rr([r.query(".ft-button--label slot")],ir.prototype,"slottedContent",void 0);var nr=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class ar extends ir{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"}}ar.styles=[o.safariEllipsisFix,Vt],nr([r.property({type:Boolean})],ar.prototype,"primary",void 0),nr([r.property({type:Boolean})],ar.prototype,"outlined",void 0),nr([r.property({type:Boolean})],ar.prototype,"dense",void 0),nr([r.property({type:Boolean})],ar.prototype,"round",void 0);const lr=[e.css`
584
584
  :host {
585
585
  display: inline-block;
586
586
  max-width: 100%;
@@ -798,7 +798,7 @@ const Ko=Symbol.for(""),Zo=t=>{if(t?.r===Ko)return t?._$litStatic$},Fo=t=>({_$li
798
798
  width: ${O.smallIconOnlyWidth};
799
799
  padding: unset;
800
800
  }
801
- `,o.noTextSelect];var ce=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 pe extends ae{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?Ho.caption1medium:Ho.body2medium}}pe.styles=[o.safariEllipsisFix,se],ce([r.property({type:Boolean})],pe.prototype,"primary",void 0),ce([r.property({type:Boolean})],pe.prototype,"secondary",void 0),ce([r.property({type:Boolean})],pe.prototype,"tertiary",void 0),ce([r.property({type:Boolean})],pe.prototype,"neutral",void 0),ce([r.property({type:Boolean})],pe.prototype,"small",void 0),o.customElement("ft-button")(le),o.customElement("ftds-button")(pe);const fe={buttonsColor:o.FtCssVariableFactory.extend("--ft-snap-scroll-buttons-color","",o.designSystemVariables.colorPrimary),buttonsZIndex:o.FtCssVariableFactory.create("--ft-snap-scroll-buttons-z-index","","COLOR","1"),gap:o.FtCssVariableFactory.create("--ft-snap-scroll-gap","","SIZE","0"),colorSurface:o.FtCssVariableFactory.external(o.designSystemVariables.colorSurface,"Design system")},he=e.css`
801
+ `,o.noTextSelect];var sr=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class cr extends ir{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?Ao.caption1medium:Ao.body2medium}}cr.styles=[o.safariEllipsisFix,lr],sr([r.property({type:Boolean})],cr.prototype,"primary",void 0),sr([r.property({type:Boolean})],cr.prototype,"secondary",void 0),sr([r.property({type:Boolean})],cr.prototype,"tertiary",void 0),sr([r.property({type:Boolean})],cr.prototype,"neutral",void 0),sr([r.property({type:Boolean})],cr.prototype,"small",void 0),o.customElement("ft-button")(ar),o.customElement("ftds-button")(cr);const pr={buttonsColor:o.FtCssVariableFactory.extend("--ft-snap-scroll-buttons-color","",o.designSystemVariables.colorPrimary),buttonsZIndex:o.FtCssVariableFactory.create("--ft-snap-scroll-buttons-z-index","","COLOR","1"),gap:o.FtCssVariableFactory.create("--ft-snap-scroll-gap","","SIZE","0"),colorSurface:o.FtCssVariableFactory.external(o.designSystemVariables.colorSurface,"Design system")},fr=e.css`
802
802
  .ft-snap-scroll {
803
803
  box-sizing: border-box;
804
804
  position: relative;
@@ -833,7 +833,7 @@ const Ko=Symbol.for(""),Zo=t=>{if(t?.r===Ko)return t?._$litStatic$},Fo=t=>({_$li
833
833
  flex-wrap: nowrap;
834
834
  align-items: flex-start;
835
835
  justify-content: flex-start;
836
- gap: ${fe.gap};
836
+ gap: ${pr.gap};
837
837
  }
838
838
 
839
839
  .ft-snap-scroll--hide-scrollbar .ft-snap-scroll--content::-webkit-scrollbar {
@@ -876,11 +876,11 @@ const Ko=Symbol.for(""),Zo=t=>{if(t?.r===Ko)return t?._$litStatic$},Fo=t=>({_$li
876
876
  .ft-snap-scroll--next {
877
877
  position: absolute;
878
878
  display: flex;
879
- z-index: ${fe.buttonsZIndex};
879
+ z-index: ${pr.buttonsZIndex};
880
880
  opacity: 1;
881
881
  transition: background-color .5s ease-in-out, opacity .5s ease-in-out, z-index .5s ease-in-out;
882
882
  ${o.setVariable(Gt.backgroundColor,"transparent")};
883
- ${o.setVariable(Gt.color,fe.buttonsColor)};
883
+ ${o.setVariable(Gt.color,pr.buttonsColor)};
884
884
  }
885
885
 
886
886
  .ft-snap-scroll--previous[hidden],
@@ -893,37 +893,37 @@ const Ko=Symbol.for(""),Zo=t=>{if(t?.r===Ko)return t?._$litStatic$},Fo=t=>({_$li
893
893
  top: 0;
894
894
  left: -1px;
895
895
  bottom: 0;
896
- background: linear-gradient(to right, ${fe.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
896
+ background: linear-gradient(to right, ${pr.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
897
897
  }
898
898
 
899
899
  .ft-snap-scroll--vertical .ft-snap-scroll--previous {
900
900
  top: -1px;
901
901
  left: 0;
902
902
  right: 0;
903
- background: linear-gradient(to bottom, ${fe.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
903
+ background: linear-gradient(to bottom, ${pr.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
904
904
  }
905
905
 
906
906
  .ft-snap-scroll--horizontal .ft-snap-scroll--next {
907
907
  top: 0;
908
908
  right: -1px;
909
909
  bottom: 0;
910
- background: linear-gradient(to left, ${fe.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
910
+ background: linear-gradient(to left, ${pr.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
911
911
  }
912
912
 
913
913
  .ft-snap-scroll--vertical .ft-snap-scroll--next {
914
914
  left: 0;
915
915
  right: 0;
916
916
  bottom: -1px;
917
- background: linear-gradient(to top, ${fe.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
917
+ background: linear-gradient(to top, ${pr.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
918
918
  }
919
919
 
920
920
  .ft-snap-scroll--horizontal .ft-snap-scroll--previous:hover,
921
921
  .ft-snap-scroll--horizontal .ft-snap-scroll--next:hover,
922
922
  .ft-snap-scroll--vertical .ft-snap-scroll--previous:hover,
923
923
  .ft-snap-scroll--vertical .ft-snap-scroll--next:hover {
924
- background-color: ${fe.colorSurface};
924
+ background-color: ${pr.colorSurface};
925
925
  }
926
- `;var de=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 ge extends CustomEvent{constructor(t,o){super("current-element-change",{detail:{index:t,element:o}})}}class ye extends o.FtLitElement{constructor(){super(...arguments),this.horizontal=!1,this.hideScrollbar=!1,this.controls=!1,this.limitSize=!1,this.elements=[],this.currentElement=0,this.withScroll=!1,this.startReached=!0,this.endReached=!0,this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight",this.updateScrollCallback=()=>this.onScroll(),this.resizeObserver=new ResizeObserver((()=>this.scheduleUpdateScroll())),this.scrollDebouncer=new o.Debouncer(200),this.updateScrollDebouncer=new o.Debouncer(100)}scrollToIndex(t){this.scrollToElement(this.elements[t])}scrollIndexIntoView(t){let o=this.elements[t];if(o){const t=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.nextSize,e=this.contentSlot[this.scrollAttribute]+this.prevSize;(o[this.offsetAttribute]<e||o[this.offsetAttribute]+o[this.sizeAttribute]>t)&&this.scrollToElement(o)}}previous(){this.scrollToElement(this.elements[Math.max(0,this.closestIndexFromStart()-1)])}next(){this.scrollToElement(this.elements[Math.min(this.closestIndexFromStart()+1,this.elements.length-1)])}render(){const t=i.classMap({"ft-snap-scroll":!0,"ft-snap-scroll--horizontal":this.horizontal,"ft-snap-scroll--vertical":!this.horizontal,"ft-snap-scroll--hide-scrollbar":this.hideScrollbar,"ft-snap-scroll--limit-size":this.limitSize,"ft-snap-scroll--safari-fix":o.isSafari}),r=this.controls&&this.withScroll;return e.html`
926
+ `;var dr=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class hr extends CustomEvent{constructor(t,o){super("current-element-change",{detail:{index:t,element:o}})}}class yr extends o.FtLitElement{constructor(){super(...arguments),this.horizontal=!1,this.hideScrollbar=!1,this.controls=!1,this.limitSize=!1,this.elements=[],this.currentElement=0,this.withScroll=!1,this.startReached=!0,this.endReached=!0,this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight",this.updateScrollCallback=()=>this.onScroll(),this.resizeObserver=new ResizeObserver((()=>this.scheduleUpdateScroll())),this.scrollDebouncer=new o.Debouncer(200),this.updateScrollDebouncer=new o.Debouncer(100)}scrollToIndex(t){this.scrollToElement(this.elements[t])}scrollIndexIntoView(t){let o=this.elements[t];if(o){const t=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.nextSize,e=this.contentSlot[this.scrollAttribute]+this.prevSize;(o[this.offsetAttribute]<e||o[this.offsetAttribute]+o[this.sizeAttribute]>t)&&this.scrollToElement(o)}}previous(){this.scrollToElement(this.elements[Math.max(0,this.closestIndexFromStart()-1)])}next(){this.scrollToElement(this.elements[Math.min(this.closestIndexFromStart()+1,this.elements.length-1)])}render(){const t=i.classMap({"ft-snap-scroll":!0,"ft-snap-scroll--horizontal":this.horizontal,"ft-snap-scroll--vertical":!this.horizontal,"ft-snap-scroll--hide-scrollbar":this.hideScrollbar,"ft-snap-scroll--limit-size":this.limitSize,"ft-snap-scroll--safari-fix":o.isSafari}),r=this.controls&&this.withScroll;return e.html`
927
927
  <div part="container" class="${t}">
928
928
  <ft-button
929
929
  class="ft-snap-scroll--previous"
@@ -947,4 +947,4 @@ const Ko=Symbol.for(""),Zo=t=>{if(t?.r===Ko)return t?._$litStatic$},Fo=t=>({_$li
947
947
  @click=${this.next}
948
948
  ></ft-button>
949
949
  </div>
950
- `}update(t){super.update(t),t.has("horizontal")&&(this.horizontal?(this.offsetAttribute="offsetLeft",this.scrollAttribute="scrollLeft",this.sizeAttribute="clientWidth",this.scrollSizeAttribute="scrollWidth"):(this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight")),t.has("currentElement")&&this.dispatchEvent(new ge(this.currentElement,this.elements[this.currentElement]))}contentAvailableCallback(t){var o;super.contentAvailableCallback(t),this.contentSlot&&this.listenedContainer!==this.contentSlot&&(this.resizeObserver.observe(this.contentSlot),this.listenedContainer&&this.listenedContainer.removeEventListener("scroll",this.updateScrollCallback),this.listenedContainer=this.contentSlot,null===(o=this.listenedContainer)||void 0===o||o.addEventListener("scroll",this.updateScrollCallback))}onScroll(){this.scrollDebouncer.run((()=>this.snap())),this.scheduleUpdateScroll()}snap(){let t=this.closestElementFromStart();if(null!=t){const o=this.getDistanceFromStart(t);Math.abs(this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.contentSlot[this.scrollSizeAttribute])<o&&(t=this.lastElement),this.scrollToElement(t)}}scrollToElement(t){var o,e;t&&(this.horizontal?null===(o=this.contentSlot)||void 0===o||o.scrollTo({left:this.getOffset(t)-this.controlsSize,behavior:"smooth"}):null===(e=this.contentSlot)||void 0===e||e.scrollTo({top:this.getOffset(t)-this.controlsSize,behavior:"smooth"}),this.currentElement=this.elements.indexOf(t))}onSlotChange(){var t,o;this.elements=null!==(o=null===(t=this.contentSlot)||void 0===t?void 0:t.assignedElements().map((t=>t)))&&void 0!==o?o:[],this.scheduleUpdateScroll()}closestElementFromStart(){return this.elements[this.closestIndexFromStart()]}closestIndexFromStart(){let t=-1;for(let o=0;o<this.elements.length;o++)(t<0||this.getDistanceFromStart(this.elements[o])<this.getDistanceFromStart(this.elements[t]))&&(t=o);return t}scheduleUpdateScroll(){this.updateScrollDebouncer.run((()=>this.updateScroll()))}updateScroll(){null!=this.contentSlot?(this.withScroll=this.contentSlot[this.scrollSizeAttribute]>this.contentSlot[this.sizeAttribute],this.startReached=0===this.contentSlot[this.scrollAttribute],this.endReached=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]+1>=this.contentSlot[this.scrollSizeAttribute]):(this.withScroll=!1,this.startReached=!0,this.endReached=!0)}get lastElement(){return this.elements[this.elements.length-1]}get firstElementOffset(){let t=this.elements[0];return t?t[this.offsetAttribute]:0}get controlsSize(){return this.controls?36:0}get nextSize(){return this.endReached?0:this.controlsSize}get prevSize(){return this.startReached?0:this.controlsSize}getOffset(t){return t[this.offsetAttribute]-this.firstElementOffset}getDistanceFromStart(t){const o=t===this.elements[0]?0:this.controlsSize;return Math.abs(this.getOffset(t)-this.contentSlot[this.scrollAttribute]-o)}}ye.elementDefinitions={"ft-button":le},ye.styles=he,de([r.property({type:Boolean})],ye.prototype,"horizontal",void 0),de([r.property({type:Boolean})],ye.prototype,"hideScrollbar",void 0),de([r.property({type:Boolean})],ye.prototype,"controls",void 0),de([r.property({type:Boolean})],ye.prototype,"limitSize",void 0),de([r.state()],ye.prototype,"elements",void 0),de([r.state()],ye.prototype,"currentElement",void 0),de([r.state()],ye.prototype,"withScroll",void 0),de([r.state()],ye.prototype,"startReached",void 0),de([r.state()],ye.prototype,"endReached",void 0),de([r.query(".ft-snap-scroll--content")],ye.prototype,"contentSlot",void 0),o.customElement("ft-snap-scroll")(ye),t.CurrentElementChange=ge,t.FtSnapScroll=ye,t.FtSnapScrollCssVariables=fe,t.styles=he}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators,ftGlobals.litClassMap,ftGlobals.litUnsafeHTML);
950
+ `}update(t){super.update(t),t.has("horizontal")&&(this.horizontal?(this.offsetAttribute="offsetLeft",this.scrollAttribute="scrollLeft",this.sizeAttribute="clientWidth",this.scrollSizeAttribute="scrollWidth"):(this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight")),t.has("currentElement")&&this.dispatchEvent(new hr(this.currentElement,this.elements[this.currentElement]))}contentAvailableCallback(t){var o;super.contentAvailableCallback(t),this.contentSlot&&this.listenedContainer!==this.contentSlot&&(this.resizeObserver.observe(this.contentSlot),this.listenedContainer&&this.listenedContainer.removeEventListener("scroll",this.updateScrollCallback),this.listenedContainer=this.contentSlot,null===(o=this.listenedContainer)||void 0===o||o.addEventListener("scroll",this.updateScrollCallback))}onScroll(){this.scrollDebouncer.run((()=>this.snap())),this.scheduleUpdateScroll()}snap(){let t=this.closestElementFromStart();if(null!=t){const o=this.getDistanceFromStart(t);Math.abs(this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.contentSlot[this.scrollSizeAttribute])<o&&(t=this.lastElement),this.scrollToElement(t)}}scrollToElement(t){var o,e;t&&(this.horizontal?null===(o=this.contentSlot)||void 0===o||o.scrollTo({left:this.getOffset(t)-this.controlsSize,behavior:"smooth"}):null===(e=this.contentSlot)||void 0===e||e.scrollTo({top:this.getOffset(t)-this.controlsSize,behavior:"smooth"}),this.currentElement=this.elements.indexOf(t))}onSlotChange(){var t,o;this.elements=null!==(o=null===(t=this.contentSlot)||void 0===t?void 0:t.assignedElements().map((t=>t)))&&void 0!==o?o:[],this.scheduleUpdateScroll()}closestElementFromStart(){return this.elements[this.closestIndexFromStart()]}closestIndexFromStart(){let t=-1;for(let o=0;o<this.elements.length;o++)(t<0||this.getDistanceFromStart(this.elements[o])<this.getDistanceFromStart(this.elements[t]))&&(t=o);return t}scheduleUpdateScroll(){this.updateScrollDebouncer.run((()=>this.updateScroll()))}updateScroll(){null!=this.contentSlot?(this.withScroll=this.contentSlot[this.scrollSizeAttribute]>this.contentSlot[this.sizeAttribute],this.startReached=0===this.contentSlot[this.scrollAttribute],this.endReached=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]+1>=this.contentSlot[this.scrollSizeAttribute]):(this.withScroll=!1,this.startReached=!0,this.endReached=!0)}get lastElement(){return this.elements[this.elements.length-1]}get firstElementOffset(){let t=this.elements[0];return t?t[this.offsetAttribute]:0}get controlsSize(){return this.controls?36:0}get nextSize(){return this.endReached?0:this.controlsSize}get prevSize(){return this.startReached?0:this.controlsSize}getOffset(t){return t[this.offsetAttribute]-this.firstElementOffset}getDistanceFromStart(t){const o=t===this.elements[0]?0:this.controlsSize;return Math.abs(this.getOffset(t)-this.contentSlot[this.scrollAttribute]-o)}}yr.elementDefinitions={"ft-button":ar},yr.styles=fr,dr([r.property({type:Boolean})],yr.prototype,"horizontal",void 0),dr([r.property({type:Boolean})],yr.prototype,"hideScrollbar",void 0),dr([r.property({type:Boolean})],yr.prototype,"controls",void 0),dr([r.property({type:Boolean})],yr.prototype,"limitSize",void 0),dr([r.state()],yr.prototype,"elements",void 0),dr([r.state()],yr.prototype,"currentElement",void 0),dr([r.state()],yr.prototype,"withScroll",void 0),dr([r.state()],yr.prototype,"startReached",void 0),dr([r.state()],yr.prototype,"endReached",void 0),dr([r.query(".ft-snap-scroll--content")],yr.prototype,"contentSlot",void 0),o.customElement("ft-snap-scroll")(yr),t.CurrentElementChange=hr,t.FtSnapScroll=yr,t.FtSnapScrollCssVariables=pr,t.styles=fr}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators,ftGlobals.litClassMap,ftGlobals.litUnsafeHTML);