@fluid-topics/ft-reader-search-in-document 1.1.9 → 1.1.10

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.
@@ -110,7 +110,7 @@
110
110
  opacity: ${l.opacityContentOnSurfacePressed};
111
111
  transform: translate(-50%, -50%) scale(1);
112
112
  }
113
- `,y={padding:e.FtCssVariableFactory.create("--ft-card-padding","","SIZE","12px"),borderRadius:e.FtCssVariableFactory.extend("--ft-card-border-radius","",e.designSystemVariables.borderRadiusM),borderStyle:e.FtCssVariableFactory.create("--ft-card-border-style","","UNKNOWN","none"),borderColor:e.FtCssVariableFactory.extend("--ft-card-border-color","",e.designSystemVariables.colorOutline),hoverBorderColor:e.FtCssVariableFactory.extend("--ft-card-hover-border-color","",e.designSystemVariables.colorPrimary),outlineStyle:e.FtCssVariableFactory.create("--ft-card-outline-style","","UNKNOWN","solid"),outlineWidth:e.FtCssVariableFactory.create("--ft-card-outline-width","","SIZE","0"),outlineColor:e.FtCssVariableFactory.extend("--ft-card-outline-color","",e.designSystemVariables.colorPrimary),selectedOutlineStyle:e.FtCssVariableFactory.create("--ft-card-selected-outline-style","","UNKNOWN","solid"),selectedOutlineWidth:e.FtCssVariableFactory.create("--ft-card-selected-outline-width","","SIZE","2px"),selectedOutlineColor:e.FtCssVariableFactory.extend("--ft-card-selected-outline-color","",e.designSystemVariables.colorPrimary),selectedBorderRadius:e.FtCssVariableFactory.extend("--ft-card-selected-border-radius","",e.designSystemVariables.borderRadiusM),colorSurface:e.FtCssVariableFactory.external(e.designSystemVariables.colorSurface,"Design system"),colorOnSurfaceMedium:e.FtCssVariableFactory.external(e.designSystemVariables.colorOnSurfaceMedium,"Design system"),colorOnSurfaceHigh:e.FtCssVariableFactory.external(e.designSystemVariables.colorOnSurfaceHigh,"Design system"),elevation02:e.FtCssVariableFactory.external(e.designSystemVariables.elevation02,"Design system"),elevation04:e.FtCssVariableFactory.external(e.designSystemVariables.elevation04,"Design system")},b=o.css`
113
+ `,y={padding:e.FtCssVariableFactory.create("--ft-card-padding","","SIZE","12px"),borderRadius:e.FtCssVariableFactory.extend("--ft-card-border-radius","",e.designSystemVariables.borderRadiusM),borderStyle:e.FtCssVariableFactory.create("--ft-card-border-style","","UNKNOWN","none"),borderColor:e.FtCssVariableFactory.extend("--ft-card-border-color","",e.designSystemVariables.colorOutline),hoverBorderColor:e.FtCssVariableFactory.extend("--ft-card-hover-border-color","",e.designSystemVariables.colorPrimary),outlineStyle:e.FtCssVariableFactory.create("--ft-card-outline-style","","UNKNOWN","solid"),outlineWidth:e.FtCssVariableFactory.create("--ft-card-outline-width","","SIZE","0"),outlineColor:e.FtCssVariableFactory.extend("--ft-card-outline-color","",e.designSystemVariables.colorPrimary),selectedOutlineStyle:e.FtCssVariableFactory.create("--ft-card-selected-outline-style","","UNKNOWN","solid"),selectedOutlineWidth:e.FtCssVariableFactory.create("--ft-card-selected-outline-width","","SIZE","2px"),selectedOutlineColor:e.FtCssVariableFactory.extend("--ft-card-selected-outline-color","",e.designSystemVariables.colorPrimary),selectedBorderRadius:e.FtCssVariableFactory.extend("--ft-card-selected-border-radius","",e.designSystemVariables.borderRadiusM),colorSurface:e.FtCssVariableFactory.extend("--ft-card-background-color","",e.designSystemVariables.colorSurface),colorOnSurfaceMedium:e.FtCssVariableFactory.extend("--ft-card-content-color","",e.designSystemVariables.colorOnSurfaceMedium),colorOnSurfaceHigh:e.FtCssVariableFactory.extend("--ft-card-title-color","",e.designSystemVariables.colorOnSurfaceHigh),elevation02:e.FtCssVariableFactory.extend("--ft-card-elevation","",e.designSystemVariables.elevation02),elevation04:e.FtCssVariableFactory.extend("--ft-card-selected-elevation","",e.designSystemVariables.elevation04)},b=o.css`
114
114
  :host {
115
115
  display: block;
116
116
  }
@@ -188,7 +188,7 @@
188
188
  #action {
189
189
  grid-area: actions;
190
190
  }
191
- `,m=t=>"string"==typeof t?o.unsafeCSS(t):t;class v{static create(t,e,r,i){const n=t=>m(null!=t?t:i),a=o.css`var(${m(t)}, ${n(i)})`;return a.name=t,a.description=e,a.category=r,a.defaultValue=i,a.defaultCssValue=n,a.get=e=>o.css`var(${m(t)}, ${n(e)})`,a.breadcrumb=()=>[],a.lastResortDefaultValue=()=>i,a}static extend(t,e,r,i){const n=t=>r.get(null!=t?t:i),a=o.css`var(${m(t)}, ${n(i)})`;return a.name=t,a.description=e,a.category=r.category,a.fallbackVariable=r,a.defaultValue=i,a.defaultCssValue=n,a.get=e=>o.css`var(${m(t)}, ${n(e)})`,a.breadcrumb=()=>[r.name,...r.breadcrumb()],a.lastResortDefaultValue=()=>null!=i?i:r.lastResortDefaultValue(),a}static external(t,e){const r=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):m(null!=e?e:t.lastResortDefaultValue()),i=o.css`var(${m(t.name)}, ${r(t.defaultValue)})`;return i.name=t.name,i.category=t.category,i.fallbackVariable=t.fallbackVariable,i.defaultValue=t.defaultValue,i.context=e,i.defaultCssValue=r,i.get=e=>o.css`var(${m(t.name)}, ${r(e)})`,i.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>t.lastResortDefaultValue(),i}}const x={colorWhite:v.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:v.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:v.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:v.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:v.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:v.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:v.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:v.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:v.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:v.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:v.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:v.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:v.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:v.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:v.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:v.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:v.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:v.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:v.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:v.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:v.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:v.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:v.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:v.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:v.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:v.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:v.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:v.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:v.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:v.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:v.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:v.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:v.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:v.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:v.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:v.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:v.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:v.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:v.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:v.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:v.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:v.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:v.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:v.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:v.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:v.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:v.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:v.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:v.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:v.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:v.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:v.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:v.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:v.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:v.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:v.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:v.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:v.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:v.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:v.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:v.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:v.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:v.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:v.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:v.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:v.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:v.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:v.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:v.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:v.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:v.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:v.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:v.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:v.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:v.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:v.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:v.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:v.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:v.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:v.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:v.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:v.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:v.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:v.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:v.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:v.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:v.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:v.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:v.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:v.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:v.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:v.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:v.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:v.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:v.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:v.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:v.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:v.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:v.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:v.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:v.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:v.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:v.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:v.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:v.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:v.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:v.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:v.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:v.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:v.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:v.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:v.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:v.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:v.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:v.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:v.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:v.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:v.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:v.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:v.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:v.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:v.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:v.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:v.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:v.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:v.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:v.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:v.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:v.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:v.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:v.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:v.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:v.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:v.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:v.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:v.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:v.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:v.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:v.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:v.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:v.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:v.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:v.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:v.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:v.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:v.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:v.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:v.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:v.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:v.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:v.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:v.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:v.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:v.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:v.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:v.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:v.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:v.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:v.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:v.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:v.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:v.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:v.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:v.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:v.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:v.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:v.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:v.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:v.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:v.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:v.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:v.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:v.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:v.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:v.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:v.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:v.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:v.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:v.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:v.create("--ft-icon-size-6","","SIZE","48px"),opacity0:v.create("--ft-opacity-0","","NUMBER","0"),opacity8:v.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:v.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:v.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:v.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:v.create("--ft-opacity-80","","NUMBER","0.8")},O={display:{fontFamily:v.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:v.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:v.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:v.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:v.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:v.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:v.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:v.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:v.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:v.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:v.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:v.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:v.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:v.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:v.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:v.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:v.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:v.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:v.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:v.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:v.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:v.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:v.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:v.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:v.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:v.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:v.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:v.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:v.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:v.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:v.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:v.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:v.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:v.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:v.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:v.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:v.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:v.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:v.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:v.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:v.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:v.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:v.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:v.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:v.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:v.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:v.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:v.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:v.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:v.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:v.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:v.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:v.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:v.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:v.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:v.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:v.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:v.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:v.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:v.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:v.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:v.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:v.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:v.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:v.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:v.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:v.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:v.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:v.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:v.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:v.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:v.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:v.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:v.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:v.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:v.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:v.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:v.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:v.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:v.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:v.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:v.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:v.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:v.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:v.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:v.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:v.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:v.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:v.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:v.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:v.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:v.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:v.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:v.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:v.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:v.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:v.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:v.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:v.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:v.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:v.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:v.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:v.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:v.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:v.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:v.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:v.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:v.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:v.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:v.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:v.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:v.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:v.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:v.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:v.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:v.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:v.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:v.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:v.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:v.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:v.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:v.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:v.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:v.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:v.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:v.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:v.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:v.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:v.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:v.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:v.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:v.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")}},w={backgroundActionPrimary:v.extend("--ft-background-action-primary","Used as backgorund of primary action components.",x.colorBrand0),backgroundErrorPrimary:v.extend("--ft-background-error-primary","Used as background of error components.",x.colorRed0),backgroundErrorSubtle:v.extend("--ft-background-error-subtle","Used as background of subtle error components.",x.colorRed10),backgroundInfoPrimary:v.extend("--ft-background-info-primary","Used as background of information components.",x.colorCyan200),backgroundInfoSubtle:v.extend("--ft-background-info-subtle","Used as background of subtle information components.",x.colorCyan10),backgroundWarningPrimary:v.extend("--ft-background-warning-primary","Used as background of warning components.",x.colorOrange300),backgroundWarningSubtle:v.extend("--ft-background-warning-subtle","Used as background of subtle information components.",x.colorOrange10),backgroundSuccessPrimary:v.extend("--ft-background-success-primary","Used as background of success components.",x.colorGreen200),backgroundSuccessSubtle:v.extend("--ft-background-success-subtle","Used as background of subtle success components.",x.colorGreen10),backgroundGlobalSurface:v.extend("--ft-background-global-surface","Used as app background.",x.colorWhite),backgroundGlobalOnSurface:v.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",x.colorGray10),backgroundGlobalOnSurfaceDark:v.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",x.colorGray30),contentActionPrimary:v.extend("--ft-content-action-primary","Used on label of primary action on light surface.",x.colorBrand0),contentWarningPrimary:v.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",x.colorOrange300),contentWarningIconOnly:v.extend("--ft-content-warning-icon-only","Used on warning status icons alone",x.colorOrange0),contentErrorPrimary:v.extend("--ft-content-error-primary","Used on label of error messages on light surface.",x.colorRed0),contentErrorIconOnly:v.extend("--ft-content-error-icon-only","Used on error status icons alone",x.colorRed0),contentInfoPrimary:v.extend("--ft-content-info-primary","Used on label of information messages on light surface.",x.colorCyan200),contentInfoIconOnly:v.extend("--ft-content-info-icon-only","Used on info status icons alone",x.colorCyan0),contentSuccessIconOnly:v.extend("--ft-content-success-icon-only","Used on success status icons alone",x.colorGreen0),contentSuccessPrimary:v.extend("--ft-content-success-primary","Used on label of success messages on light surface.",x.colorGreen200),contentGlobalPrimary:v.extend("--ft-content-global-primary","Used for main content on the page.",x.colorGray500),contentGlobalSecondary:v.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",x.colorGray200),contentGlobalSubtle:v.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",x.colorGray0),contentGlobalOnColor:v.extend("--ft-content-global-on-color","Used for content on a dominant color.",x.colorWhite),borderActionPrimary:v.extend("--ft-border-action-primary","Used as border for primary action components.",x.colorBrand0),borderActionFocusRing:v.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",x.colorCyan0),borderWarningPrimary:v.extend("--ft-border-warning-primary","Used as border for warning components.",x.colorOrange30),borderSuccessPrimary:v.extend("--ft-border-success-primary","Used as border for success components.",x.colorGreen30),borderErrorPrimary:v.extend("--ft-border-error-primary","Used as border for error components.",x.colorRed30),borderInfoPrimary:v.extend("--ft-border-info-primary","Used as border for information components.",x.colorCyan30),borderGlobalSubtle:v.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",x.colorGray30),borderGlobalPrimary:v.extend("--ft-border-global-primary","Used as border for element like input.",x.colorGray50),borderInputPrimary:v.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",x.colorGray80)},N={largeHeight:v.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:v.extend("--ft-button-large-horizontal-padding","",x.spacing4),largeGap:v.extend("--ft-button-large-gap","",x.spacing2),largeBorderRadius:v.extend("--ft-button-large-border-radius","",x.borderRadiusS),largeIconSize:v.extend("--ft-button-large-icon-size","",x.iconSize3),largeBorderWidth:v.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:v.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:v.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:v.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:v.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:v.extend("--ft-button-small-horizontal-padding","",x.spacing3),smallGap:v.extend("--ft-button-small-gap","",x.spacing2),smallBorderRadius:v.extend("--ft-button-small-border-radius","",x.borderRadiusS),smallIconSize:v.extend("--ft-button-small-icon-size","",x.iconSize2),smallBorderWidth:v.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:v.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:v.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:v.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:v.extend("--ft-button-primary-background-color","",w.backgroundActionPrimary),primaryColor:v.extend("--ft-button-primary-color","",w.contentGlobalOnColor),primaryIconColor:v.extend("--ft-button-primary-icon-color","",w.contentGlobalOnColor),primaryStateLayerColor:v.extend("--ft-button-primary-state-layer-color","",w.contentGlobalOnColor),primaryStateLayerOpacityHover:v.extend("--ft-button-primary-state-layer-opacity-hover","",x.opacity16),primaryStateLayerOpacityFocus:v.extend("--ft-button-primary-state-layer-opacity-focus","",x.opacity16),primaryStateLayerOpacityActive:v.extend("--ft-button-primary-state-layer-opacity-active","",x.opacity24),primaryComponentOpacityDisabled:v.extend("--ft-button-primary-component-opacity-disabled","",x.opacity40),focusFocusRingColor:v.extend("--ft-button-focus-focus-ring-color","",w.borderActionFocusRing),tertiaryBackgroundColor:v.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:v.extend("--ft-button-tertiary-color","",w.contentActionPrimary),tertiaryIconColor:v.extend("--ft-button-tertiary-icon-color","",w.contentActionPrimary),tertiaryStateLayerColor:v.extend("--ft-button-tertiary-state-layer-color","",w.contentActionPrimary),tertiaryStateLayerOpacityHover:v.extend("--ft-button-tertiary-state-layer-opacity-hover","",x.opacity8),tertiaryStateLayerOpacityFocus:v.extend("--ft-button-tertiary-state-layer-opacity-focus","",x.opacity8),tertiaryStateLayerOpacityActive:v.extend("--ft-button-tertiary-state-layer-opacity-active","",x.opacity16),tertiaryComponentOpacityDisabled:v.extend("--ft-button-tertiary-component-opacity-disabled","",x.opacity40),secondaryBackgroundColor:v.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:v.extend("--ft-button-secondary-color","",w.contentActionPrimary),secondaryIconColor:v.extend("--ft-button-secondary-icon-color","",w.contentActionPrimary),secondaryStateLayerColor:v.extend("--ft-button-secondary-state-layer-color","",w.contentActionPrimary),secondaryStateLayerOpacityHover:v.extend("--ft-button-secondary-state-layer-opacity-hover","",x.opacity8),secondaryStateLayerOpacityFocus:v.extend("--ft-button-secondary-state-layer-opacity-focus","",x.opacity8),secondaryStateLayerOpacityActive:v.extend("--ft-button-secondary-state-layer-opacity-active","",x.opacity16),secondaryComponentOpacityDisabled:v.extend("--ft-button-secondary-component-opacity-disabled","",x.opacity40),secondaryBorderColor:v.extend("--ft-button-secondary-border-color","",w.borderActionPrimary),neutralBackgroundColor:v.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:v.extend("--ft-button-neutral-icon-color","",w.contentGlobalSecondary),neutralColor:v.extend("--ft-button-neutral-color","",w.contentGlobalSecondary),neutralStateLayerColor:v.extend("--ft-button-neutral-state-layer-color","",w.contentGlobalSecondary),neutralStateLayerOpacityHover:v.extend("--ft-button-neutral-state-layer-opacity-hover","",x.opacity8),neutralStateLayerOpacityFocus:v.extend("--ft-button-neutral-state-layer-opacity-focus","",x.opacity8),neutralStateLayerOpacityActive:v.extend("--ft-button-neutral-state-layer-opacity-active","",x.opacity16),neutralComponentOpacityDisabled:v.extend("--ft-button-neutral-component-opacity-disabled","",x.opacity40)};v.extend("--ft-tabs-top-left-border-radius","",x.borderRadiusS),v.extend("--ft-tabs-top-right-border-radius","",x.borderRadiusS),v.extend("--ft-tabs-label-horizontal-padding","",x.spacing4),v.extend("--ft-tabs-label-vertical-padding","",x.spacing3),v.extend("--ft-tabs-label-gap","",x.spacing1),v.extend("--ft-switch-group-horizontal-padding","",x.spacing1),v.extend("--ft-switch-group-vertical-padding","",x.spacing1),v.extend("--ft-switch-group-gap","",x.spacing1),v.extend("--ft-switch-group-background-color","",w.backgroundGlobalSurface),v.extend("--ft-switch-group-border-color","",w.borderGlobalSubtle),v.create("--ft-switch-group-border-radius","","SIZE","6px"),v.extend("--ft-switch-label-horizontal-padding","",x.spacing2),v.extend("--ft-switch-label-vertical-padding","",x.spacing1),v.extend("--ft-switch-icon-horizontal-padding","",x.spacing1),v.extend("--ft-switch-icon-vertical-padding","",x.spacing1),v.create("--ft-switch-focus-outline-width","","SIZE","2px"),v.extend("--ft-switch-focus-focus-ring-color","",w.borderActionFocusRing),v.extend("--ft-switch-option-border-radius","",x.borderRadiusS),v.extend("--ft-switch-off-state-layer-opacity-hover","",x.opacity8),v.extend("--ft-switch-off-state-layer-opacity-focus","",x.opacity8),v.extend("--ft-switch-off-state-layer-opacity-active","",x.opacity16),v.extend("--ft-switch-off-component-opacity-disabled","",x.opacity40),v.extend("--ft-switch-off-color","",w.contentGlobalSubtle),v.extend("--ft-switch-off-state-layer-color","",w.contentGlobalSubtle),v.extend("--ft-chart-1-light","for area color charts",x.colorBrand40),v.extend("--ft-chart-1-base","for line charts",x.colorBrand0),v.extend("--ft-chart-2-light","for area color charts",x.colorYellow60),v.extend("--ft-chart-2-base","for line charts",x.colorYellow100),v.extend("--ft-chart-3-light","",x.colorUltramarine40),v.extend("--ft-chart-3-base","",x.colorUltramarine70),v.extend("--ft-chart-4-light","",x.colorCyan50),v.extend("--ft-chart-4-base","",x.colorCyan100),v.extend("--ft-chart-5-light","",x.colorRed40),v.extend("--ft-chart-5-base","",x.colorRed60),v.extend("--ft-chart-6-light","",x.colorGreen40),v.extend("--ft-chart-6-base","",x.colorGreen70),v.extend("--ft-chart-7-light","",x.colorOrange70),v.extend("--ft-chart-7-base","",x.colorOrange100),v.extend("--ft-chart-8-light","",x.colorAvocado70),v.extend("--ft-chart-8-base","",x.colorAvocado200),v.extend("--ft-chart-9-light","",x.colorBrown50),v.extend("--ft-chart-9-base","",x.colorBrown200),v.extend("--ft-chart-10-light","",x.colorGray50),v.extend("--ft-chart-10-base","",x.colorGray80),v.extend("--ft-chart-monochrome-10","",x.colorBrand10),v.extend("--ft-chart-monochrome-20","",x.colorBrand20),v.extend("--ft-chart-monochrome-30","",x.colorBrand40),v.extend("--ft-chart-monochrome-40","",x.colorBrand60),v.extend("--ft-chart-monochrome-50","",x.colorBrand0),v.extend("--ft-chart-monochrome-60","",x.colorBrand200),v.extend("--ft-chip-large-horizontal-padding","",x.spacing4),v.extend("--ft-chip-large-vertical-padding","",x.spacing2),v.extend("--ft-chip-large-gap","",x.spacing1),v.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),v.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),v.extend("--ft-chip-large-border-radius","",x.borderRadiusPill),v.create("--ft-chip-large-border-width","","SIZE","1px"),v.extend("--ft-chip-large-icon-size","",x.iconSize3),v.extend("--ft-chip-medium-horizontal-padding","",x.spacing3),v.extend("--ft-chip-medium-vertical-padding","",x.spacing1),v.extend("--ft-chip-medium-gap","",x.spacing1),v.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),v.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),v.extend("--ft-chip-medium-border-radius","",x.borderRadiusPill),v.create("--ft-chip-medium-border-width","","SIZE","1px"),v.extend("--ft-chip-medium-icon-size","",x.iconSize2),v.extend("--ft-chip-small-horizontal-padding","",x.spacing2),v.extend("--ft-chip-small-vertical-padding","",x.spacing05),v.extend("--ft-chip-small-gap","",x.spacing1),v.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),v.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),v.extend("--ft-chip-small-border-radius","",x.borderRadiusPill),v.create("--ft-chip-small-border-width","","SIZE","1px"),v.extend("--ft-chip-small-icon-size","",x.iconSize1),v.extend("--ft-chip-neutral-background-color","",w.backgroundGlobalOnSurface),v.extend("--ft-chip-neutral-color","",w.contentGlobalPrimary),v.extend("--ft-chip-neutral-border-color","",w.borderGlobalSubtle),v.extend("--ft-chip-info-background-color","",w.backgroundInfoSubtle),v.extend("--ft-chip-info-color","",w.contentInfoPrimary),v.extend("--ft-chip-info-border-color","",w.borderInfoPrimary),v.extend("--ft-chip-success-background-color","",w.backgroundSuccessSubtle),v.extend("--ft-chip-success-color","",w.contentSuccessPrimary),v.extend("--ft-chip-success-border-color","",w.borderSuccessPrimary),v.extend("--ft-chip-warning-background-color","",w.backgroundWarningSubtle),v.extend("--ft-chip-warning-color","",w.contentWarningPrimary),v.extend("--ft-chip-warning-border-color","",w.borderWarningPrimary),v.extend("--ft-chip-error-background-color","",w.backgroundErrorSubtle),v.extend("--ft-chip-error-color","",w.contentErrorPrimary),v.extend("--ft-chip-error-border-color","",w.borderErrorPrimary),v.create("--ft-notice-border-width","","SIZE","1px"),v.extend("--ft-notice-horizontal-padding","",x.spacing2),v.extend("--ft-notice-vertical-padding","",x.spacing1),v.extend("--ft-notice-border-radius","",x.borderRadiusS),v.extend("--ft-notice-gap","",x.spacing2),v.extend("--ft-notice-icon-size","",x.iconSize3),v.extend("--ft-notice-info-background-color","",w.backgroundInfoSubtle),v.extend("--ft-notice-info-border-color","",w.borderInfoPrimary),v.extend("--ft-notice-info-color","",w.contentInfoPrimary),v.extend("--ft-notice-warning-background-color","",w.backgroundWarningSubtle),v.extend("--ft-notice-warning-border-color","",w.borderWarningPrimary),v.extend("--ft-notice-warning-color","",w.contentWarningPrimary),v.extend("--ft-checkbox-label-color","",w.contentGlobalPrimary),v.extend("--ft-checkbox-checked-background-color","",w.contentActionPrimary),v.extend("--ft-checkbox-checked-state-layer-color","",w.contentActionPrimary),v.extend("--ft-checkbox-checked-color","",w.contentGlobalOnColor),v.extend("--ft-checkbox-checked-state-layer-opacity-hover","",x.opacity16),v.extend("--ft-checkbox-checked-state-layer-opacity-focus","",x.opacity16),v.extend("--ft-checkbox-checked-state-layer-opacity-active","",x.opacity24),v.extend("--ft-checkbox-checked-component-opacity-disabled","",x.opacity40),v.extend("--ft-checkbox-unchecked-border-color","",x.colorGray80),v.extend("--ft-checkbox-unchecked-state-layer-color","",x.colorGray80),v.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",x.opacity16),v.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",x.opacity16),v.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",x.opacity24),v.extend("--ft-checkbox-unchecked-component-opacity-disabled","",x.opacity40),v.extend("--ft-checkbox-focus-focus-ring-color","",w.borderActionFocusRing),v.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),v.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),v.extend("--ft-checkbox-gap","",x.spacing3),v.extend("--ft-toggle-off-state-layer-opacity-hover","",x.opacity16),v.extend("--ft-toggle-off-state-layer-opacity-focus","",x.opacity16),v.extend("--ft-toggle-off-state-layer-opacity-active","",x.opacity24),v.extend("--ft-toggle-off-component-opacity-disabled","",x.opacity40),v.extend("--ft-toggle-off-background-color","",w.contentGlobalSubtle),v.extend("--ft-toggle-off-icon-color","",w.contentGlobalSubtle),v.extend("--ft-toggle-off-state-layer-color","",w.contentGlobalSubtle),v.extend("--ft-toggle-on-state-layer-opacity-hover","",x.opacity16),v.extend("--ft-toggle-on-state-layer-opacity-focus","",x.opacity16),v.extend("--ft-toggle-on-state-layer-opacity-active","",x.opacity24),v.extend("--ft-toggle-on-component-opacity-disabled","",x.opacity40),v.extend("--ft-toggle-on-background-color","",w.contentActionPrimary),v.extend("--ft-toggle-on-icon-color","",w.contentActionPrimary),v.extend("--ft-toggle-on-state-layer-color","",w.contentActionPrimary),v.extend("--ft-toggle-label-color","",w.contentGlobalPrimary),v.extend("--ft-toggle-focus-focus-ring-color","",w.borderActionFocusRing),v.extend("--ft-toggle-gap","",x.spacing3),v.extend("--ft-radio-label-color","",w.contentGlobalPrimary),v.extend("--ft-radio-selected-color","",w.contentActionPrimary),v.extend("--ft-radio-selected-state-layer-color","",w.contentActionPrimary),v.extend("--ft-radio-selected-state-layer-opacity-hover","",x.opacity16),v.extend("--ft-radio-selected-state-layer-opacity-focus","",x.opacity16),v.extend("--ft-radio-selected-state-layer-opacity-active","",x.opacity24),v.extend("--ft-radio-selected-component-opacity-disabled","",x.opacity40),v.extend("--ft-radio-unselected-state-layer-color","",x.colorGray80),v.extend("--ft-radio-unselected-state-layer-opacity-hover","",x.opacity16),v.extend("--ft-radio-unselected-state-layer-opacity-focus","",x.opacity16),v.extend("--ft-radio-unselected-state-layer-opacity-active","",x.opacity24),v.extend("--ft-radio-unselected-component-opacity-disabled","",x.opacity40),v.extend("--ft-radio-focus-focus-ring-color","",w.borderActionFocusRing),v.create("--ft-radio-focus-outline-offset","","SIZE","3px"),v.create("--ft-radio-focus-outline-width","","SIZE","2px"),v.extend("--ft-radio-gap","",x.spacing3),v.extend("--ft-notification-icon-size","",x.iconSize4),v.extend("--ft-notification-horizontal-padding","",x.spacing4),v.extend("--ft-notification-vertical-padding","",x.spacing4),v.extend("--ft-notification-info-background-color","",w.backgroundInfoSubtle),v.extend("--ft-notification-info-color","",w.contentInfoPrimary),v.extend("--ft-notification-info-border-color","",w.borderInfoPrimary),v.extend("--ft-notification-success-background-color","",w.backgroundSuccessSubtle),v.extend("--ft-notification-success-color","",w.contentSuccessPrimary),v.extend("--ft-notification-success-border-color","",w.borderSuccessPrimary),v.extend("--ft-notification-warning-background-color","",w.backgroundWarningSubtle),v.extend("--ft-notification-warning-color","",w.contentWarningPrimary),v.extend("--ft-notification-warning-border-color","",w.borderWarningPrimary),v.extend("--ft-notification-error-background-color","",w.backgroundErrorSubtle),v.extend("--ft-notification-error-color","",w.contentErrorPrimary),v.extend("--ft-notification-error-border-color","",w.borderErrorPrimary),v.extend("--ft-notification-border-radius","",x.borderRadiusPill),v.create("--ft-notification-border-width","","SIZE","1px"),v.extend("--ft-notification-gap-leading","",x.spacing2),v.extend("--ft-notification-gap-trailing","",x.spacing8);const S=e.FtCssVariableFactory.extend("--ft-typography-font-family","",e.designSystemVariables.titleFont),C=e.FtCssVariableFactory.extend("--ft-typography-font-family","",e.designSystemVariables.contentFont),$={fontFamily:C,fontSize:e.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:e.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:e.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:e.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:e.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},E=e.FtCssVariableFactory.extend("--ft-typography-title-font-family","",S),R=e.FtCssVariableFactory.extend("--ft-typography-title-font-size","",$.fontSize,"20px"),I=e.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",$.fontWeight,"normal"),k=e.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",$.letterSpacing,"0.15px"),U=e.FtCssVariableFactory.extend("--ft-typography-title-line-height","",$.lineHeight,"1.2"),L=e.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",$.textTransform,"inherit"),W=e.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",S),K=e.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",$.fontSize,"14px"),A=e.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",$.fontWeight,"normal"),B=e.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",$.letterSpacing,"0.105px"),z=e.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",$.lineHeight,"1.7"),D=e.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",$.textTransform,"inherit"),Z=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",C),F=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",$.fontSize,"16px"),T=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",$.fontWeight,"600"),P=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",$.letterSpacing,"0.144px"),H=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",$.lineHeight,"1.5"),M=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",$.textTransform,"inherit"),j=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",C),G=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",$.fontSize,"14px"),_=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",$.fontWeight,"normal"),q=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",$.letterSpacing,"0.098px"),Y=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",$.lineHeight,"1.7"),Q=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",$.textTransform,"inherit"),V=e.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",C),X=e.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",$.fontSize,"16px"),J=e.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",$.fontWeight,"normal"),tt=e.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",$.letterSpacing,"0.496px"),et=e.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",$.lineHeight,"1.5"),ot=e.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",$.textTransform,"inherit"),rt=e.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",C),it=e.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",$.fontSize,"14px"),nt=e.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",$.fontWeight,"normal"),at=e.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",$.letterSpacing,"0.252px"),st=e.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",$.lineHeight,"1.4"),lt=e.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",$.textTransform,"inherit"),ct=e.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",C),pt=e.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",$.fontSize,"12px"),ft=e.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",$.fontWeight,"normal"),ht=e.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",$.letterSpacing,"0.396px"),dt=e.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",$.lineHeight,"1.33"),ut=e.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",$.textTransform,"inherit"),gt=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",C),yt=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",$.fontSize,"10px"),bt=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",$.fontWeight,"normal"),mt=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",$.letterSpacing,"0.33px"),vt=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",$.lineHeight,"1.6"),xt=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",$.textTransform,"inherit"),Ot=e.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",C),wt=e.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",$.fontSize,"10px"),Nt=e.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",$.fontWeight,"normal"),St=e.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",$.letterSpacing,"1.5px"),Ct=e.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",$.lineHeight,"1.6"),$t=e.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",$.textTransform,"uppercase"),Et={fontFamily:e.FtCssVariableFactory.extend("--ft-typography-button-font-family","",C),fontSize:e.FtCssVariableFactory.extend("--ft-typography-button-font-size","",$.fontSize,"14px"),fontWeight:e.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",$.fontWeight,"600"),letterSpacing:e.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",$.letterSpacing,"1.246px"),lineHeight:e.FtCssVariableFactory.extend("--ft-typography-button-line-height","",$.lineHeight,"1.15"),textTransform:e.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",$.textTransform,"uppercase")},Rt=o.css`
191
+ `,m=t=>"string"==typeof t?o.unsafeCSS(t):t;class v{static create(t,e,r,i){const n=t=>m(null!=t?t:i),a=o.css`var(${m(t)}, ${n(i)})`;return a.name=t,a.description=e,a.category=r,a.defaultValue=i,a.defaultCssValue=n,a.get=e=>o.css`var(${m(t)}, ${n(e)})`,a.breadcrumb=()=>[],a.lastResortDefaultValue=()=>i,a}static extend(t,e,r,i){const n=t=>r.get(null!=t?t:i),a=o.css`var(${m(t)}, ${n(i)})`;return a.name=t,a.description=e,a.category=r.category,a.fallbackVariable=r,a.defaultValue=i,a.defaultCssValue=n,a.get=e=>o.css`var(${m(t)}, ${n(e)})`,a.breadcrumb=()=>[r.name,...r.breadcrumb()],a.lastResortDefaultValue=()=>null!=i?i:r.lastResortDefaultValue(),a}static external(t,e){const r=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):m(null!=e?e:t.lastResortDefaultValue()),i=o.css`var(${m(t.name)}, ${r(t.defaultValue)})`;return i.name=t.name,i.category=t.category,i.fallbackVariable=t.fallbackVariable,i.defaultValue=t.defaultValue,i.context=e,i.defaultCssValue=r,i.get=e=>o.css`var(${m(t.name)}, ${r(e)})`,i.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>t.lastResortDefaultValue(),i}}const x={colorWhite:v.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:v.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:v.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:v.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:v.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:v.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:v.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:v.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:v.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:v.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:v.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:v.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:v.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:v.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:v.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:v.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:v.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:v.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:v.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:v.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:v.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:v.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:v.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:v.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:v.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:v.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:v.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:v.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:v.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:v.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:v.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:v.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:v.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:v.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:v.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:v.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:v.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:v.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:v.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:v.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:v.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:v.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:v.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:v.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:v.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:v.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:v.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:v.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:v.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:v.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:v.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:v.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:v.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:v.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:v.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:v.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:v.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:v.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:v.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:v.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:v.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:v.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:v.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:v.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:v.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:v.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:v.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:v.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:v.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:v.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:v.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:v.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:v.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:v.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:v.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:v.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:v.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:v.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:v.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:v.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:v.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:v.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:v.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:v.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:v.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:v.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:v.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:v.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:v.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:v.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:v.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:v.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:v.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:v.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:v.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:v.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:v.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:v.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:v.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:v.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:v.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:v.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:v.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:v.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:v.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:v.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:v.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:v.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:v.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:v.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:v.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:v.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:v.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:v.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:v.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:v.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:v.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:v.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:v.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:v.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:v.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:v.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:v.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:v.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:v.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:v.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:v.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:v.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:v.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:v.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:v.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:v.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:v.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:v.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:v.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:v.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:v.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:v.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:v.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:v.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:v.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:v.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:v.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:v.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:v.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:v.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:v.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:v.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:v.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:v.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:v.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:v.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:v.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:v.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:v.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:v.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:v.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:v.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:v.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:v.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:v.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:v.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:v.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:v.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:v.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:v.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:v.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:v.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:v.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:v.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:v.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:v.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:v.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:v.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:v.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:v.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:v.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:v.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:v.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:v.create("--ft-icon-size-6","","SIZE","48px"),opacity0:v.create("--ft-opacity-0","","NUMBER","0"),opacity8:v.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:v.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:v.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:v.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:v.create("--ft-opacity-80","","NUMBER","0.8")},O={display:{fontFamily:v.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:v.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:v.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:v.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:v.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:v.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:v.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:v.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:v.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:v.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:v.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:v.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:v.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:v.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:v.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:v.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:v.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:v.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:v.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:v.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:v.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:v.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:v.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:v.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:v.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:v.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:v.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:v.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:v.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:v.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:v.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:v.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:v.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:v.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:v.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:v.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:v.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:v.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:v.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:v.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:v.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:v.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:v.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:v.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:v.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:v.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:v.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:v.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:v.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:v.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:v.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:v.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:v.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:v.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:v.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:v.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:v.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:v.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:v.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:v.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:v.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:v.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:v.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:v.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:v.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:v.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:v.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:v.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:v.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:v.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:v.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:v.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:v.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:v.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:v.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:v.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:v.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:v.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:v.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:v.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:v.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:v.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:v.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:v.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:v.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:v.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:v.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:v.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:v.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:v.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:v.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:v.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:v.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:v.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:v.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:v.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:v.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:v.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:v.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:v.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:v.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:v.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:v.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:v.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:v.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:v.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:v.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:v.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:v.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:v.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:v.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:v.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:v.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:v.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:v.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:v.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:v.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:v.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:v.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:v.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:v.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:v.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:v.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:v.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:v.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:v.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:v.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:v.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:v.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:v.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:v.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:v.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:v.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:v.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:v.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")}},w={backgroundActionPrimary:v.extend("--ft-background-action-primary","Used as backgorund of primary action components.",x.colorBrand0),backgroundErrorPrimary:v.extend("--ft-background-error-primary","Used as background of error components.",x.colorRed0),backgroundErrorSubtle:v.extend("--ft-background-error-subtle","Used as background of subtle error components.",x.colorRed10),backgroundInfoPrimary:v.extend("--ft-background-info-primary","Used as background of information components.",x.colorCyan200),backgroundInfoSubtle:v.extend("--ft-background-info-subtle","Used as background of subtle information components.",x.colorCyan10),backgroundWarningPrimary:v.extend("--ft-background-warning-primary","Used as background of warning components.",x.colorOrange300),backgroundWarningSubtle:v.extend("--ft-background-warning-subtle","Used as background of subtle information components.",x.colorOrange10),backgroundSuccessPrimary:v.extend("--ft-background-success-primary","Used as background of success components.",x.colorGreen200),backgroundSuccessSubtle:v.extend("--ft-background-success-subtle","Used as background of subtle success components.",x.colorGreen10),backgroundGlobalSurface:v.extend("--ft-background-global-surface","Used as app background.",x.colorWhite),backgroundGlobalOnSurface:v.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",x.colorGray10),backgroundGlobalOnSurfaceDark:v.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",x.colorGray30),contentActionPrimary:v.extend("--ft-content-action-primary","Used on label of primary action on light surface.",x.colorBrand0),contentWarningPrimary:v.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",x.colorOrange300),contentWarningIconOnly:v.extend("--ft-content-warning-icon-only","Used on warning status icons alone",x.colorOrange0),contentErrorPrimary:v.extend("--ft-content-error-primary","Used on label of error messages on light surface.",x.colorRed0),contentErrorIconOnly:v.extend("--ft-content-error-icon-only","Used on error status icons alone",x.colorRed0),contentInfoPrimary:v.extend("--ft-content-info-primary","Used on label of information messages on light surface.",x.colorCyan200),contentInfoIconOnly:v.extend("--ft-content-info-icon-only","Used on info status icons alone",x.colorCyan0),contentSuccessIconOnly:v.extend("--ft-content-success-icon-only","Used on success status icons alone",x.colorGreen0),contentSuccessPrimary:v.extend("--ft-content-success-primary","Used on label of success messages on light surface.",x.colorGreen200),contentGlobalPrimary:v.extend("--ft-content-global-primary","Used for main content on the page.",x.colorGray500),contentGlobalSecondary:v.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",x.colorGray200),contentGlobalSubtle:v.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",x.colorGray0),contentGlobalOnColor:v.extend("--ft-content-global-on-color","Used for content on a dominant color.",x.colorWhite),borderActionPrimary:v.extend("--ft-border-action-primary","Used as border for primary action components.",x.colorBrand0),borderActionFocusRing:v.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",x.colorCyan0),borderWarningPrimary:v.extend("--ft-border-warning-primary","Used as border for warning components.",x.colorOrange30),borderSuccessPrimary:v.extend("--ft-border-success-primary","Used as border for success components.",x.colorGreen30),borderErrorPrimary:v.extend("--ft-border-error-primary","Used as border for error components.",x.colorRed30),borderInfoPrimary:v.extend("--ft-border-info-primary","Used as border for information components.",x.colorCyan30),borderGlobalSubtle:v.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",x.colorGray30),borderGlobalPrimary:v.extend("--ft-border-global-primary","Used as border for element like input.",x.colorGray50),borderInputPrimary:v.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",x.colorGray80)},N={largeHeight:v.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:v.extend("--ft-button-large-horizontal-padding","",x.spacing4),largeGap:v.extend("--ft-button-large-gap","",x.spacing2),largeBorderRadius:v.extend("--ft-button-large-border-radius","",x.borderRadiusS),largeIconSize:v.extend("--ft-button-large-icon-size","",x.iconSize3),largeBorderWidth:v.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:v.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:v.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:v.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:v.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:v.extend("--ft-button-small-horizontal-padding","",x.spacing3),smallGap:v.extend("--ft-button-small-gap","",x.spacing2),smallBorderRadius:v.extend("--ft-button-small-border-radius","",x.borderRadiusS),smallIconSize:v.extend("--ft-button-small-icon-size","",x.iconSize2),smallBorderWidth:v.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:v.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:v.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:v.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:v.extend("--ft-button-primary-background-color","",w.backgroundActionPrimary),primaryColor:v.extend("--ft-button-primary-color","",w.contentGlobalOnColor),primaryIconColor:v.extend("--ft-button-primary-icon-color","",w.contentGlobalOnColor),primaryStateLayerColor:v.extend("--ft-button-primary-state-layer-color","",w.contentGlobalOnColor),primaryStateLayerOpacityHover:v.extend("--ft-button-primary-state-layer-opacity-hover","",x.opacity16),primaryStateLayerOpacityFocus:v.extend("--ft-button-primary-state-layer-opacity-focus","",x.opacity16),primaryStateLayerOpacityActive:v.extend("--ft-button-primary-state-layer-opacity-active","",x.opacity24),primaryComponentOpacityDisabled:v.extend("--ft-button-primary-component-opacity-disabled","",x.opacity40),focusFocusRingColor:v.extend("--ft-button-focus-focus-ring-color","",w.borderActionFocusRing),tertiaryBackgroundColor:v.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:v.extend("--ft-button-tertiary-color","",w.contentActionPrimary),tertiaryIconColor:v.extend("--ft-button-tertiary-icon-color","",w.contentActionPrimary),tertiaryStateLayerColor:v.extend("--ft-button-tertiary-state-layer-color","",w.contentActionPrimary),tertiaryStateLayerOpacityHover:v.extend("--ft-button-tertiary-state-layer-opacity-hover","",x.opacity8),tertiaryStateLayerOpacityFocus:v.extend("--ft-button-tertiary-state-layer-opacity-focus","",x.opacity8),tertiaryStateLayerOpacityActive:v.extend("--ft-button-tertiary-state-layer-opacity-active","",x.opacity16),tertiaryComponentOpacityDisabled:v.extend("--ft-button-tertiary-component-opacity-disabled","",x.opacity40),secondaryBackgroundColor:v.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:v.extend("--ft-button-secondary-color","",w.contentActionPrimary),secondaryIconColor:v.extend("--ft-button-secondary-icon-color","",w.contentActionPrimary),secondaryStateLayerColor:v.extend("--ft-button-secondary-state-layer-color","",w.contentActionPrimary),secondaryStateLayerOpacityHover:v.extend("--ft-button-secondary-state-layer-opacity-hover","",x.opacity8),secondaryStateLayerOpacityFocus:v.extend("--ft-button-secondary-state-layer-opacity-focus","",x.opacity8),secondaryStateLayerOpacityActive:v.extend("--ft-button-secondary-state-layer-opacity-active","",x.opacity16),secondaryComponentOpacityDisabled:v.extend("--ft-button-secondary-component-opacity-disabled","",x.opacity40),secondaryBorderColor:v.extend("--ft-button-secondary-border-color","",w.borderActionPrimary),neutralBackgroundColor:v.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:v.extend("--ft-button-neutral-icon-color","",w.contentGlobalSecondary),neutralColor:v.extend("--ft-button-neutral-color","",w.contentGlobalSecondary),neutralStateLayerColor:v.extend("--ft-button-neutral-state-layer-color","",w.contentGlobalSecondary),neutralStateLayerOpacityHover:v.extend("--ft-button-neutral-state-layer-opacity-hover","",x.opacity8),neutralStateLayerOpacityFocus:v.extend("--ft-button-neutral-state-layer-opacity-focus","",x.opacity8),neutralStateLayerOpacityActive:v.extend("--ft-button-neutral-state-layer-opacity-active","",x.opacity16),neutralComponentOpacityDisabled:v.extend("--ft-button-neutral-component-opacity-disabled","",x.opacity40)};v.extend("--ft-tabs-top-left-border-radius","",x.borderRadiusS),v.extend("--ft-tabs-top-right-border-radius","",x.borderRadiusS),v.extend("--ft-tabs-label-horizontal-padding","",x.spacing4),v.extend("--ft-tabs-label-vertical-padding","",x.spacing3),v.extend("--ft-tabs-label-gap","",x.spacing1),v.extend("--ft-switch-group-horizontal-padding","",x.spacing1),v.extend("--ft-switch-group-vertical-padding","",x.spacing1),v.extend("--ft-switch-group-gap","",x.spacing1),v.extend("--ft-switch-group-background-color","",w.backgroundGlobalSurface),v.extend("--ft-switch-group-border-color","",w.borderGlobalSubtle),v.create("--ft-switch-group-border-radius","","SIZE","6px"),v.extend("--ft-switch-label-horizontal-padding","",x.spacing2),v.extend("--ft-switch-label-vertical-padding","",x.spacing1),v.extend("--ft-switch-icon-horizontal-padding","",x.spacing1),v.extend("--ft-switch-icon-vertical-padding","",x.spacing1),v.create("--ft-switch-focus-outline-width","","SIZE","2px"),v.extend("--ft-switch-focus-focus-ring-color","",w.borderActionFocusRing),v.extend("--ft-switch-option-border-radius","",x.borderRadiusS),v.extend("--ft-switch-off-state-layer-opacity-hover","",x.opacity8),v.extend("--ft-switch-off-state-layer-opacity-focus","",x.opacity8),v.extend("--ft-switch-off-state-layer-opacity-active","",x.opacity16),v.extend("--ft-switch-off-component-opacity-disabled","",x.opacity40),v.extend("--ft-switch-off-color","",w.contentGlobalSubtle),v.extend("--ft-switch-off-state-layer-color","",w.contentGlobalSubtle),v.extend("--ft-chart-1-light","for area color charts",x.colorBrand40),v.extend("--ft-chart-1-base","for line charts",x.colorBrand0),v.extend("--ft-chart-2-light","for area color charts",x.colorYellow60),v.extend("--ft-chart-2-base","for line charts",x.colorYellow100),v.extend("--ft-chart-3-light","",x.colorUltramarine40),v.extend("--ft-chart-3-base","",x.colorUltramarine70),v.extend("--ft-chart-4-light","",x.colorCyan50),v.extend("--ft-chart-4-base","",x.colorCyan100),v.extend("--ft-chart-5-light","",x.colorRed40),v.extend("--ft-chart-5-base","",x.colorRed60),v.extend("--ft-chart-6-light","",x.colorGreen40),v.extend("--ft-chart-6-base","",x.colorGreen70),v.extend("--ft-chart-7-light","",x.colorOrange70),v.extend("--ft-chart-7-base","",x.colorOrange100),v.extend("--ft-chart-8-light","",x.colorAvocado70),v.extend("--ft-chart-8-base","",x.colorAvocado200),v.extend("--ft-chart-9-light","",x.colorBrown50),v.extend("--ft-chart-9-base","",x.colorBrown200),v.extend("--ft-chart-10-light","",x.colorGray50),v.extend("--ft-chart-10-base","",x.colorGray80),v.extend("--ft-chart-monochrome-10","",x.colorBrand10),v.extend("--ft-chart-monochrome-20","",x.colorBrand20),v.extend("--ft-chart-monochrome-30","",x.colorBrand40),v.extend("--ft-chart-monochrome-40","",x.colorBrand60),v.extend("--ft-chart-monochrome-50","",x.colorBrand0),v.extend("--ft-chart-monochrome-60","",x.colorBrand200),v.extend("--ft-chip-large-horizontal-padding","",x.spacing4),v.extend("--ft-chip-large-vertical-padding","",x.spacing2),v.extend("--ft-chip-large-gap","",x.spacing1),v.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),v.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),v.extend("--ft-chip-large-border-radius","",x.borderRadiusPill),v.create("--ft-chip-large-border-width","","SIZE","1px"),v.extend("--ft-chip-large-icon-size","",x.iconSize3),v.extend("--ft-chip-medium-horizontal-padding","",x.spacing3),v.extend("--ft-chip-medium-vertical-padding","",x.spacing1),v.extend("--ft-chip-medium-gap","",x.spacing1),v.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),v.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),v.extend("--ft-chip-medium-border-radius","",x.borderRadiusPill),v.create("--ft-chip-medium-border-width","","SIZE","1px"),v.extend("--ft-chip-medium-icon-size","",x.iconSize2),v.extend("--ft-chip-small-horizontal-padding","",x.spacing2),v.extend("--ft-chip-small-vertical-padding","",x.spacing05),v.extend("--ft-chip-small-gap","",x.spacing1),v.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),v.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),v.extend("--ft-chip-small-border-radius","",x.borderRadiusPill),v.create("--ft-chip-small-border-width","","SIZE","1px"),v.extend("--ft-chip-small-icon-size","",x.iconSize1),v.extend("--ft-chip-neutral-background-color","",w.backgroundGlobalOnSurface),v.extend("--ft-chip-neutral-color","",w.contentGlobalPrimary),v.extend("--ft-chip-neutral-border-color","",w.borderGlobalSubtle),v.extend("--ft-chip-info-background-color","",w.backgroundInfoSubtle),v.extend("--ft-chip-info-color","",w.contentInfoPrimary),v.extend("--ft-chip-info-border-color","",w.borderInfoPrimary),v.extend("--ft-chip-success-background-color","",w.backgroundSuccessSubtle),v.extend("--ft-chip-success-color","",w.contentSuccessPrimary),v.extend("--ft-chip-success-border-color","",w.borderSuccessPrimary),v.extend("--ft-chip-warning-background-color","",w.backgroundWarningSubtle),v.extend("--ft-chip-warning-color","",w.contentWarningPrimary),v.extend("--ft-chip-warning-border-color","",w.borderWarningPrimary),v.extend("--ft-chip-error-background-color","",w.backgroundErrorSubtle),v.extend("--ft-chip-error-color","",w.contentErrorPrimary),v.extend("--ft-chip-error-border-color","",w.borderErrorPrimary),v.create("--ft-notice-border-width","","SIZE","1px"),v.extend("--ft-notice-horizontal-padding","",x.spacing2),v.extend("--ft-notice-vertical-padding","",x.spacing1),v.extend("--ft-notice-border-radius","",x.borderRadiusS),v.extend("--ft-notice-gap","",x.spacing2),v.extend("--ft-notice-icon-size","",x.iconSize3),v.extend("--ft-notice-info-background-color","",w.backgroundInfoSubtle),v.extend("--ft-notice-info-border-color","",w.borderInfoPrimary),v.extend("--ft-notice-info-color","",w.contentInfoPrimary),v.extend("--ft-notice-warning-background-color","",w.backgroundWarningSubtle),v.extend("--ft-notice-warning-border-color","",w.borderWarningPrimary),v.extend("--ft-notice-warning-color","",w.contentWarningPrimary),v.extend("--ft-checkbox-label-color","",w.contentGlobalPrimary),v.extend("--ft-checkbox-checked-background-color","",w.contentActionPrimary),v.extend("--ft-checkbox-checked-state-layer-color","",w.contentActionPrimary),v.extend("--ft-checkbox-checked-color","",w.contentGlobalOnColor),v.extend("--ft-checkbox-checked-state-layer-opacity-hover","",x.opacity16),v.extend("--ft-checkbox-checked-state-layer-opacity-focus","",x.opacity16),v.extend("--ft-checkbox-checked-state-layer-opacity-active","",x.opacity24),v.extend("--ft-checkbox-checked-component-opacity-disabled","",x.opacity40),v.extend("--ft-checkbox-unchecked-border-color","",x.colorGray80),v.extend("--ft-checkbox-unchecked-state-layer-color","",x.colorGray80),v.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",x.opacity16),v.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",x.opacity16),v.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",x.opacity24),v.extend("--ft-checkbox-unchecked-component-opacity-disabled","",x.opacity40),v.extend("--ft-checkbox-focus-focus-ring-color","",w.borderActionFocusRing),v.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),v.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),v.extend("--ft-checkbox-gap","",x.spacing3),v.extend("--ft-toggle-off-state-layer-opacity-hover","",x.opacity16),v.extend("--ft-toggle-off-state-layer-opacity-focus","",x.opacity16),v.extend("--ft-toggle-off-state-layer-opacity-active","",x.opacity24),v.extend("--ft-toggle-off-component-opacity-disabled","",x.opacity40),v.extend("--ft-toggle-off-background-color","",w.contentGlobalSubtle),v.extend("--ft-toggle-off-icon-color","",w.contentGlobalSubtle),v.extend("--ft-toggle-off-state-layer-color","",w.contentGlobalSubtle),v.extend("--ft-toggle-on-state-layer-opacity-hover","",x.opacity16),v.extend("--ft-toggle-on-state-layer-opacity-focus","",x.opacity16),v.extend("--ft-toggle-on-state-layer-opacity-active","",x.opacity24),v.extend("--ft-toggle-on-component-opacity-disabled","",x.opacity40),v.extend("--ft-toggle-on-background-color","",w.contentActionPrimary),v.extend("--ft-toggle-on-icon-color","",w.contentActionPrimary),v.extend("--ft-toggle-on-state-layer-color","",w.contentActionPrimary),v.extend("--ft-toggle-label-color","",w.contentGlobalPrimary),v.extend("--ft-toggle-focus-focus-ring-color","",w.borderActionFocusRing),v.extend("--ft-toggle-gap","",x.spacing3),v.extend("--ft-radio-label-color","",w.contentGlobalPrimary),v.extend("--ft-radio-selected-color","",w.contentActionPrimary),v.extend("--ft-radio-selected-state-layer-color","",w.contentActionPrimary),v.extend("--ft-radio-selected-state-layer-opacity-hover","",x.opacity16),v.extend("--ft-radio-selected-state-layer-opacity-focus","",x.opacity16),v.extend("--ft-radio-selected-state-layer-opacity-active","",x.opacity24),v.extend("--ft-radio-selected-component-opacity-disabled","",x.opacity40),v.extend("--ft-radio-unselected-state-layer-color","",x.colorGray80),v.extend("--ft-radio-unselected-state-layer-opacity-hover","",x.opacity16),v.extend("--ft-radio-unselected-state-layer-opacity-focus","",x.opacity16),v.extend("--ft-radio-unselected-state-layer-opacity-active","",x.opacity24),v.extend("--ft-radio-unselected-component-opacity-disabled","",x.opacity40),v.extend("--ft-radio-focus-focus-ring-color","",w.borderActionFocusRing),v.create("--ft-radio-focus-outline-offset","","SIZE","3px"),v.create("--ft-radio-focus-outline-width","","SIZE","2px"),v.extend("--ft-radio-gap","",x.spacing3),v.extend("--ft-notification-icon-size","",x.iconSize4),v.extend("--ft-notification-horizontal-padding","",x.spacing4),v.extend("--ft-notification-vertical-padding","",x.spacing4),v.extend("--ft-notification-info-background-color","",w.backgroundInfoSubtle),v.extend("--ft-notification-info-color","",w.contentInfoPrimary),v.extend("--ft-notification-info-border-color","",w.borderInfoPrimary),v.extend("--ft-notification-success-background-color","",w.backgroundSuccessSubtle),v.extend("--ft-notification-success-color","",w.contentSuccessPrimary),v.extend("--ft-notification-success-border-color","",w.borderSuccessPrimary),v.extend("--ft-notification-warning-background-color","",w.backgroundWarningSubtle),v.extend("--ft-notification-warning-color","",w.contentWarningPrimary),v.extend("--ft-notification-warning-border-color","",w.borderWarningPrimary),v.extend("--ft-notification-error-background-color","",w.backgroundErrorSubtle),v.extend("--ft-notification-error-color","",w.contentErrorPrimary),v.extend("--ft-notification-error-border-color","",w.borderErrorPrimary),v.extend("--ft-notification-border-radius","",x.borderRadiusPill),v.create("--ft-notification-border-width","","SIZE","1px"),v.extend("--ft-notification-gap-leading","",x.spacing2),v.extend("--ft-notification-gap-trailing","",x.spacing8);const S=e.FtCssVariableFactory.extend("--ft-typography-font-family","",e.designSystemVariables.titleFont),C=e.FtCssVariableFactory.extend("--ft-typography-font-family","",e.designSystemVariables.contentFont),$={fontFamily:C,fontSize:e.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:e.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:e.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:e.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:e.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},E=e.FtCssVariableFactory.extend("--ft-typography-title-font-family","",S),R=e.FtCssVariableFactory.extend("--ft-typography-title-font-size","",$.fontSize,"20px"),I=e.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",$.fontWeight,"normal"),k=e.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",$.letterSpacing,"0.15px"),U=e.FtCssVariableFactory.extend("--ft-typography-title-line-height","",$.lineHeight,"1.2"),L=e.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",$.textTransform,"inherit"),W=e.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",S),K=e.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",$.fontSize,"14px"),A=e.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",$.fontWeight,"normal"),B=e.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",$.letterSpacing,"0.105px"),z=e.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",$.lineHeight,"1.7"),Z=e.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",$.textTransform,"inherit"),F=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",C),D=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",$.fontSize,"16px"),T=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",$.fontWeight,"600"),P=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",$.letterSpacing,"0.144px"),H=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",$.lineHeight,"1.5"),M=e.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",$.textTransform,"inherit"),j=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",C),G=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",$.fontSize,"14px"),_=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",$.fontWeight,"normal"),q=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",$.letterSpacing,"0.098px"),Y=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",$.lineHeight,"1.7"),Q=e.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",$.textTransform,"inherit"),V=e.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",C),X=e.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",$.fontSize,"16px"),J=e.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",$.fontWeight,"normal"),tt=e.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",$.letterSpacing,"0.496px"),et=e.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",$.lineHeight,"1.5"),ot=e.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",$.textTransform,"inherit"),rt=e.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",C),it=e.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",$.fontSize,"14px"),nt=e.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",$.fontWeight,"normal"),at=e.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",$.letterSpacing,"0.252px"),st=e.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",$.lineHeight,"1.4"),lt=e.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",$.textTransform,"inherit"),ct=e.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",C),pt=e.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",$.fontSize,"12px"),ft=e.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",$.fontWeight,"normal"),ht=e.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",$.letterSpacing,"0.396px"),dt=e.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",$.lineHeight,"1.33"),ut=e.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",$.textTransform,"inherit"),gt=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",C),yt=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",$.fontSize,"10px"),bt=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",$.fontWeight,"normal"),mt=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",$.letterSpacing,"0.33px"),vt=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",$.lineHeight,"1.6"),xt=e.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",$.textTransform,"inherit"),Ot=e.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",C),wt=e.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",$.fontSize,"10px"),Nt=e.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",$.fontWeight,"normal"),St=e.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",$.letterSpacing,"1.5px"),Ct=e.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",$.lineHeight,"1.6"),$t=e.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",$.textTransform,"uppercase"),Et={fontFamily:e.FtCssVariableFactory.extend("--ft-typography-button-font-family","",C),fontSize:e.FtCssVariableFactory.extend("--ft-typography-button-font-size","",$.fontSize,"14px"),fontWeight:e.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",$.fontWeight,"600"),letterSpacing:e.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",$.letterSpacing,"1.246px"),lineHeight:e.FtCssVariableFactory.extend("--ft-typography-button-line-height","",$.lineHeight,"1.15"),textTransform:e.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",$.textTransform,"uppercase")},Rt=o.css`
192
192
  .ft-typography--title {
193
193
  font-family: ${E};
194
194
  font-size: ${R};
@@ -204,12 +204,12 @@
204
204
  font-weight: ${A};
205
205
  letter-spacing: ${B};
206
206
  line-height: ${z};
207
- text-transform: ${D};
207
+ text-transform: ${Z};
208
208
  }
209
209
  `,kt=o.css`
210
210
  .ft-typography--subtitle1 {
211
- font-family: ${Z};
212
- font-size: ${F};
211
+ font-family: ${F};
212
+ font-size: ${D};
213
213
  font-weight: ${T};
214
214
  letter-spacing: ${P};
215
215
  line-height: ${H};
@@ -279,11 +279,11 @@
279
279
  line-height: ${Et.lineHeight};
280
280
  text-transform: ${Et.textTransform};
281
281
  }
282
- `,Dt=o.css`
282
+ `,Zt=o.css`
283
283
  .ft-typography {
284
284
  vertical-align: inherit;
285
285
  }
286
- `,Zt=[Object.keys(O).map((t=>function(t){const e=O[t];return o.css`
286
+ `,Ft=[Object.keys(O).map((t=>function(t){const e=O[t];return o.css`
287
287
  .ft-typography--${o.unsafeCSS(t)} {
288
288
  font-family: ${e.fontFamily};
289
289
  font-size: ${e.fontSize};
@@ -292,7 +292,7 @@
292
292
  line-height: ${e.lineHeight};
293
293
  text-transform: ${e.textCase};
294
294
  }
295
- `}(t)))],Ft={color:e.FtCssVariableFactory.extend("--ft-loader-color","",e.designSystemVariables.colorPrimary),size:e.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},Tt=o.css`
295
+ `}(t)))],Dt={color:e.FtCssVariableFactory.extend("--ft-loader-color","",e.designSystemVariables.colorPrimary),size:e.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},Tt=o.css`
296
296
  :host {
297
297
  line-height: 0;
298
298
  }
@@ -301,8 +301,8 @@
301
301
  display: inline-block;
302
302
  position: relative;
303
303
 
304
- width: ${Ft.size};
305
- height: ${Ft.size};
304
+ width: ${Dt.size};
305
+ height: ${Dt.size};
306
306
  }
307
307
 
308
308
  .ft-loader div {
@@ -311,7 +311,7 @@
311
311
  width: 25%;
312
312
  height: 25%;
313
313
  border-radius: 50%;
314
- background: ${Ft.color};
314
+ background: ${Dt.color};
315
315
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
316
316
  }
317
317
 
@@ -358,7 +358,7 @@
358
358
  transform: translate(0, 0);
359
359
  }
360
360
  100% {
361
- transform: translate(calc(0.35 * ${Ft.size}), 0);
361
+ transform: translate(calc(0.35 * ${Dt.size}), 0);
362
362
  }
363
363
  }
364
364
  `,Pt={size:e.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:e.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",e.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:e.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",e.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:e.FtCssVariableFactory.extend("--ft-icon-material-font-family","",e.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:e.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},Ht=o.css`
@@ -543,8 +543,8 @@
543
543
  }
544
544
 
545
545
  ft-loader {
546
- ${e.setVariable(Ft.size,jt.iconSize)};
547
- ${e.setVariable(Ft.color,"var(--ft-button-internal-color)")};
546
+ ${e.setVariable(Dt.size,jt.iconSize)};
547
+ ${e.setVariable(Dt.color,"var(--ft-button-internal-color)")};
548
548
  }
549
549
  `,e.noTextSelect];var Jt=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class te extends e.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 e.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 e.Debouncer(10),this.moveRipple=t=>{var e,o;let{x:r,y:i}=this.getCoordinates(t),n=null!==(o=null===(e=this.ripple)||void 0===e?void 0:e.getBoundingClientRect())&&void 0!==o?o:{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 o.html`
550
550
  <style>
@@ -569,14 +569,14 @@ const ee=globalThis,oe=ee.trustedTypes,re=oe?oe.createPolicy("lit-html",{createH
569
569
  * Copyright 2020 Google LLC
570
570
  * SPDX-License-Identifier: BSD-3-Clause
571
571
  */
572
- const ze=Symbol.for(""),De=t=>{if(t?.r===ze)return t?._$litStatic$},Ze=t=>({_$litStatic$:t,r:ze}),Fe=new Map,Te=(t=>(e,...o)=>{const r=o.length;let i,n;const a=[],s=[];let l,c=0,p=!1;for(;c<r;){for(l=e[c];c<r&&void 0!==(n=o[c],i=De(n));)l+=i+e[++c],p=!0;c!==r&&s.push(n),a.push(l),c++}if(c===r&&a.push(e[r]),p){const t=a.join("$$lit$$");void 0===(e=Fe.get(t))&&(a.raw=a,Fe.set(t,e=a)),o=s}return t(e,...o)})(xe);var Pe;!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"}(Pe||(Pe={}));var He=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Me extends e.FtLitElement{constructor(){super(...arguments),this.variant=Pe.body1}render(){return this.element?Te`
573
- <${Ze(this.element)}
572
+ const ze=Symbol.for(""),Ze=t=>{if(t?.r===ze)return t?._$litStatic$},Fe=t=>({_$litStatic$:t,r:ze}),De=new Map,Te=(t=>(e,...o)=>{const r=o.length;let i,n;const a=[],s=[];let l,c=0,p=!1;for(;c<r;){for(l=e[c];c<r&&void 0!==(n=o[c],i=Ze(n));)l+=i+e[++c],p=!0;c!==r&&s.push(n),a.push(l),c++}if(c===r&&a.push(e[r]),p){const t=a.join("$$lit$$");void 0===(e=De.get(t))&&(a.raw=a,De.set(t,e=a)),o=s}return t(e,...o)})(xe);var Pe;!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"}(Pe||(Pe={}));var He=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Me extends e.FtLitElement{constructor(){super(...arguments),this.variant=Pe.body1}render(){return this.element?Te`
573
+ <${Fe(this.element)}
574
574
  class="ft-typography ft-typography--${this.variant}">
575
575
  <slot></slot>
576
- </${Ze(this.element)}>
576
+ </${Fe(this.element)}>
577
577
  `:Te`
578
578
  <slot class="ft-typography ft-typography--${this.variant}"></slot>
579
- `}}Me.styles=[Rt,It,kt,Ut,Lt,Wt,Kt,At,Bt,zt,Dt,...Zt],He([r.property()],Me.prototype,"element",void 0),He([r.property()],Me.prototype,"variant",void 0),e.customElement("ft-typography")(Me);const je={distance:e.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:e.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:e.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:e.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:e.FtCssVariableFactory.external(e.designSystemVariables.borderRadiusS,"Design system"),maxWidth:e.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Ge=o.css`
579
+ `}}Me.styles=[Rt,It,kt,Ut,Lt,Wt,Kt,At,Bt,zt,Zt,...Ft],He([r.property()],Me.prototype,"element",void 0),He([r.property()],Me.prototype,"variant",void 0),e.customElement("ft-typography")(Me);const je={distance:e.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:e.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:e.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:e.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:e.FtCssVariableFactory.external(e.designSystemVariables.borderRadiusS,"Design system"),maxWidth:e.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},Ge=o.css`
580
580
  .ft-tooltip--container {
581
581
  display: block;
582
582
  }
@@ -587,7 +587,7 @@ const ze=Symbol.for(""),De=t=>{if(t?.r===ze)return t?._$litStatic$},Ze=t=>({_$li
587
587
  }
588
588
 
589
589
  .ft-tooltip {
590
- position: absolute;
590
+ position: fixed;
591
591
  box-sizing: border-box;
592
592
  overflow: hidden;
593
593
  width: max-content;
@@ -605,7 +605,7 @@ const ze=Symbol.for(""),De=t=>{if(t?.r===ze)return t?._$litStatic$},Ze=t=>({_$li
605
605
  position: relative;
606
606
  word-break: break-word;
607
607
  }
608
- `,_e=["start","end"],qe=["top","right","bottom","left"].reduce(((t,e)=>t.concat(e,e+"-"+_e[0],e+"-"+_e[1])),[]),Ye=Math.min,Qe=Math.max,Ve=Math.round,Xe=t=>({x:t,y:t}),Je={left:"right",right:"left",bottom:"top",top:"bottom"},to={start:"end",end:"start"};function eo(t,e,o){return Qe(t,Ye(e,o))}function oo(t,e){return"function"==typeof t?t(e):t}function ro(t){return t.split("-")[0]}function io(t){return t.split("-")[1]}function no(t){return"x"===t?"y":"x"}function ao(t){return"y"===t?"height":"width"}function so(t){return["top","bottom"].includes(ro(t))?"y":"x"}function lo(t){return no(so(t))}function co(t){return t.replace(/left|right|bottom|top/g,(t=>Je[t]))}function po(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function fo(t,e,o){let{reference:r,floating:i}=t;const n=so(e),a=lo(e),s=ao(a),l=ro(e),c="y"===n,p=r.x+r.width/2-i.width/2,f=r.y+r.height/2-i.height/2,h=r[s]/2-i[s]/2;let d;switch(l){case"top":d={x:p,y:r.y-i.height};break;case"bottom":d={x:p,y:r.y+r.height};break;case"right":d={x:r.x+r.width,y:f};break;case"left":d={x:r.x-i.width,y:f};break;default:d={x:r.x,y:r.y}}switch(io(e)){case"start":d[a]-=h*(o&&c?-1:1);break;case"end":d[a]+=h*(o&&c?-1:1)}return d}async function ho(t,e){var o;void 0===e&&(e={});const{x:r,y:i,platform:n,rects:a,elements:s,strategy:l}=t,{boundary:c="clippingAncestors",rootBoundary:p="viewport",elementContext:f="floating",altBoundary:h=!1,padding:d=0}=oo(e,t),u=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}}(d),g=s[h?"floating"===f?"reference":"floating":f],y=po(await n.getClippingRect({element:null==(o=await(null==n.isElement?void 0:n.isElement(g)))||o?g:g.contextElement||await(null==n.getDocumentElement?void 0:n.getDocumentElement(s.floating)),boundary:c,rootBoundary:p,strategy:l})),b="floating"===f?{...a.floating,x:r,y:i}:a.reference,m=await(null==n.getOffsetParent?void 0:n.getOffsetParent(s.floating)),v=await(null==n.isElement?void 0:n.isElement(m))&&await(null==n.getScale?void 0:n.getScale(m))||{x:1,y:1},x=po(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:m,strategy:l}):b);return{top:(y.top-x.top+u.top)/v.y,bottom:(x.bottom-y.bottom+u.bottom)/v.y,left:(y.left-x.left+u.left)/v.x,right:(x.right-y.right+u.right)/v.x}}function uo(t,e,o){return(t?[...o.filter((e=>io(e)===t)),...o.filter((e=>io(e)!==t))]:o.filter((t=>ro(t)===t))).filter((o=>!t||(io(o)===t||!!e&&function(t){return t.replace(/start|end/g,(t=>to[t]))}(o)!==o)))}const go=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(e){var o,r,i;const{rects:n,middlewareData:a,placement:s,platform:l,elements:c}=e,{crossAxis:p=!1,alignment:f,allowedPlacements:h=qe,autoAlignment:d=!0,...u}=oo(t,e),g=void 0!==f||h===qe?uo(f||null,d,h):h,y=await ho(e,u),b=(null==(o=a.autoPlacement)?void 0:o.index)||0,m=g[b];if(null==m)return{};const v=function(t,e,o){void 0===o&&(o=!1);const r=io(t),i=lo(t),n=ao(i);let a="x"===i?r===(o?"end":"start")?"right":"left":"start"===r?"bottom":"top";return e.reference[n]>e.floating[n]&&(a=co(a)),[a,co(a)]}(m,n,await(null==l.isRTL?void 0:l.isRTL(c.floating)));if(s!==m)return{reset:{placement:g[0]}};const x=[y[ro(m)],y[v[0]],y[v[1]]],O=[...(null==(r=a.autoPlacement)?void 0:r.overflows)||[],{placement:m,overflows:x}],w=g[b+1];if(w)return{data:{index:b+1,overflows:O},reset:{placement:w}};const N=O.map((t=>{const e=io(t.placement);return[t.placement,e&&p?t.overflows.slice(0,2).reduce(((t,e)=>t+e),0):t.overflows[0],t.overflows]})).sort(((t,e)=>t[1]-e[1])),S=N.filter((t=>t[2].slice(0,io(t[0])?2:3).every((t=>t<=0)))),C=(null==(i=S[0])?void 0:i[0])||N[0][0];return C!==s?{data:{index:b+1,overflows:O},reset:{placement:C}}:{}}}};function yo(t){return vo(t)?(t.nodeName||"").toLowerCase():"#document"}function bo(t){var e;return(null==t||null==(e=t.ownerDocument)?void 0:e.defaultView)||window}function mo(t){var e;return null==(e=(vo(t)?t.ownerDocument:t.document)||window.document)?void 0:e.documentElement}function vo(t){return t instanceof Node||t instanceof bo(t).Node}function xo(t){return t instanceof Element||t instanceof bo(t).Element}function Oo(t){return t instanceof HTMLElement||t instanceof bo(t).HTMLElement}function wo(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof bo(t).ShadowRoot)}function No(t){const{overflow:e,overflowX:o,overflowY:r,display:i}=Ro(t);return/auto|scroll|overlay|hidden|clip/.test(e+r+o)&&!["inline","contents"].includes(i)}function So(t){return["table","td","th"].includes(yo(t))}function Co(t){const e=$o(),o=Ro(t);return"none"!==o.transform||"none"!==o.perspective||!!o.containerType&&"normal"!==o.containerType||!e&&!!o.backdropFilter&&"none"!==o.backdropFilter||!e&&!!o.filter&&"none"!==o.filter||["transform","perspective","filter"].some((t=>(o.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(o.contain||"").includes(t)))}function $o(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function Eo(t){return["html","body","#document"].includes(yo(t))}function Ro(t){return bo(t).getComputedStyle(t)}function Io(t){return xo(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function ko(t){if("html"===yo(t))return t;const e=t.assignedSlot||t.parentNode||wo(t)&&t.host||mo(t);return wo(e)?e.host:e}function Uo(t){const e=ko(t);return Eo(e)?t.ownerDocument?t.ownerDocument.body:t.body:Oo(e)&&No(e)?e:Uo(e)}function Lo(t,e,o){var r;void 0===e&&(e=[]),void 0===o&&(o=!0);const i=Uo(t),n=i===(null==(r=t.ownerDocument)?void 0:r.body),a=bo(i);return n?e.concat(a,a.visualViewport||[],No(i)?i:[],a.frameElement&&o?Lo(a.frameElement):[]):e.concat(i,Lo(i,[],o))}function Wo(t){const e=Ro(t);let o=parseFloat(e.width)||0,r=parseFloat(e.height)||0;const i=Oo(t),n=i?t.offsetWidth:o,a=i?t.offsetHeight:r,s=Ve(o)!==n||Ve(r)!==a;return s&&(o=n,r=a),{width:o,height:r,$:s}}function Ko(t){return xo(t)?t:t.contextElement}function Ao(t){const e=Ko(t);if(!Oo(e))return Xe(1);const o=e.getBoundingClientRect(),{width:r,height:i,$:n}=Wo(e);let a=(n?Ve(o.width):o.width)/r,s=(n?Ve(o.height):o.height)/i;return a&&Number.isFinite(a)||(a=1),s&&Number.isFinite(s)||(s=1),{x:a,y:s}}const Bo=Xe(0);function zo(t){const e=bo(t);return $o()&&e.visualViewport?{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}:Bo}function Do(t,e,o,r){void 0===e&&(e=!1),void 0===o&&(o=!1);const i=t.getBoundingClientRect(),n=Ko(t);let a=Xe(1);e&&(r?xo(r)&&(a=Ao(r)):a=Ao(t));const s=function(t,e,o){return void 0===e&&(e=!1),!(!o||e&&o!==bo(t))&&e}(n,o,r)?zo(n):Xe(0);let l=(i.left+s.x)/a.x,c=(i.top+s.y)/a.y,p=i.width/a.x,f=i.height/a.y;if(n){const t=bo(n),e=r&&xo(r)?bo(r):r;let o=t.frameElement;for(;o&&r&&e!==t;){const t=Ao(o),e=o.getBoundingClientRect(),r=Ro(o),i=e.left+(o.clientLeft+parseFloat(r.paddingLeft))*t.x,n=e.top+(o.clientTop+parseFloat(r.paddingTop))*t.y;l*=t.x,c*=t.y,p*=t.x,f*=t.y,l+=i,c+=n,o=bo(o).frameElement}}return po({width:p,height:f,x:l,y:c})}function Zo(t){return Do(mo(t)).left+Io(t).scrollLeft}function Fo(t,e,o){let r;if("viewport"===e)r=function(t,e){const o=bo(t),r=mo(t),i=o.visualViewport;let n=r.clientWidth,a=r.clientHeight,s=0,l=0;if(i){n=i.width,a=i.height;const t=$o();(!t||t&&"fixed"===e)&&(s=i.offsetLeft,l=i.offsetTop)}return{width:n,height:a,x:s,y:l}}(t,o);else if("document"===e)r=function(t){const e=mo(t),o=Io(t),r=t.ownerDocument.body,i=Qe(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),n=Qe(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight);let a=-o.scrollLeft+Zo(t);const s=-o.scrollTop;return"rtl"===Ro(r).direction&&(a+=Qe(e.clientWidth,r.clientWidth)-i),{width:i,height:n,x:a,y:s}}(mo(t));else if(xo(e))r=function(t,e){const o=Do(t,!0,"fixed"===e),r=o.top+t.clientTop,i=o.left+t.clientLeft,n=Oo(t)?Ao(t):Xe(1);return{width:t.clientWidth*n.x,height:t.clientHeight*n.y,x:i*n.x,y:r*n.y}}(e,o);else{const o=zo(t);r={...e,x:e.x-o.x,y:e.y-o.y}}return po(r)}function To(t,e){const o=ko(t);return!(o===e||!xo(o)||Eo(o))&&("fixed"===Ro(o).position||To(o,e))}function Po(t,e,o){const r=Oo(e),i=mo(e),n="fixed"===o,a=Do(t,!0,n,e);let s={scrollLeft:0,scrollTop:0};const l=Xe(0);if(r||!r&&!n)if(("body"!==yo(e)||No(i))&&(s=Io(e)),r){const t=Do(e,!0,n,e);l.x=t.x+e.clientLeft,l.y=t.y+e.clientTop}else i&&(l.x=Zo(i));return{x:a.left+s.scrollLeft-l.x,y:a.top+s.scrollTop-l.y,width:a.width,height:a.height}}function Ho(t,e){return Oo(t)&&"fixed"!==Ro(t).position?e?e(t):t.offsetParent:null}function Mo(t,e){const o=bo(t);if(!Oo(t))return o;let r=Ho(t,e);for(;r&&So(r)&&"static"===Ro(r).position;)r=Ho(r,e);return r&&("html"===yo(r)||"body"===yo(r)&&"static"===Ro(r).position&&!Co(r))?o:r||function(t){let e=ko(t);for(;Oo(e)&&!Eo(e);){if(Co(e))return e;e=ko(e)}return null}(t)||o}const jo={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:e,offsetParent:o,strategy:r}=t;const i=Oo(o),n=mo(o);if(o===n)return e;let a={scrollLeft:0,scrollTop:0},s=Xe(1);const l=Xe(0);if((i||!i&&"fixed"!==r)&&(("body"!==yo(o)||No(n))&&(a=Io(o)),Oo(o))){const t=Do(o);s=Ao(o),l.x=t.x+o.clientLeft,l.y=t.y+o.clientTop}return{width:e.width*s.x,height:e.height*s.y,x:e.x*s.x-a.scrollLeft*s.x+l.x,y:e.y*s.y-a.scrollTop*s.y+l.y}},getDocumentElement:mo,getClippingRect:function(t){let{element:e,boundary:o,rootBoundary:r,strategy:i}=t;const n="clippingAncestors"===o?function(t,e){const o=e.get(t);if(o)return o;let r=Lo(t,[],!1).filter((t=>xo(t)&&"body"!==yo(t))),i=null;const n="fixed"===Ro(t).position;let a=n?ko(t):t;for(;xo(a)&&!Eo(a);){const e=Ro(a),o=Co(a);o||"fixed"!==e.position||(i=null),(n?!o&&!i:!o&&"static"===e.position&&i&&["absolute","fixed"].includes(i.position)||No(a)&&!o&&To(t,a))?r=r.filter((t=>t!==a)):i=e,a=ko(a)}return e.set(t,r),r}(e,this._c):[].concat(o),a=[...n,r],s=a[0],l=a.reduce(((t,o)=>{const r=Fo(e,o,i);return t.top=Qe(r.top,t.top),t.right=Ye(r.right,t.right),t.bottom=Ye(r.bottom,t.bottom),t.left=Qe(r.left,t.left),t}),Fo(e,s,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},getOffsetParent:Mo,getElementRects:async function(t){let{reference:e,floating:o,strategy:r}=t;const i=this.getOffsetParent||Mo,n=this.getDimensions;return{reference:Po(e,await i(o),r),floating:{x:0,y:0,...await n(o)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return Wo(t)},getScale:Ao,isElement:xo,isRTL:function(t){return"rtl"===Ro(t).direction}},Go=(t,e,o)=>{const r=new Map,i={platform:jo,...o},n={...i.platform,_c:r};return(async(t,e,o)=>{const{placement:r="bottom",strategy:i="absolute",middleware:n=[],platform:a}=o,s=n.filter(Boolean),l=await(null==a.isRTL?void 0:a.isRTL(e));let c=await a.getElementRects({reference:t,floating:e,strategy:i}),{x:p,y:f}=fo(c,r,l),h=r,d={},u=0;for(let o=0;o<s.length;o++){const{name:n,fn:g}=s[o],{x:y,y:b,data:m,reset:v}=await g({x:p,y:f,initialPlacement:r,placement:h,strategy:i,middlewareData:d,rects:c,platform:a,elements:{reference:t,floating:e}});p=null!=y?y:p,f=null!=b?b:f,d={...d,[n]:{...d[n],...m}},v&&u<=50&&(u++,"object"==typeof v&&(v.placement&&(h=v.placement),v.rects&&(c=!0===v.rects?await a.getElementRects({reference:t,floating:e,strategy:i}):v.rects),({x:p,y:f}=fo(c,h,l))),o=-1)}return{x:p,y:f,placement:h,strategy:i,middlewareData:d}})(t,e,{...i,platform:n})};var _o,qo,Yo=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Qo extends e.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 e.Debouncer,this.revealDebouncer=new e.Debouncer}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return o.html`
608
+ `,_e=["start","end"],qe=["top","right","bottom","left"].reduce(((t,e)=>t.concat(e,e+"-"+_e[0],e+"-"+_e[1])),[]),Ye=Math.min,Qe=Math.max,Ve=Math.round,Xe=t=>({x:t,y:t}),Je={left:"right",right:"left",bottom:"top",top:"bottom"},to={start:"end",end:"start"};function eo(t,e,o){return Qe(t,Ye(e,o))}function oo(t,e){return"function"==typeof t?t(e):t}function ro(t){return t.split("-")[0]}function io(t){return t.split("-")[1]}function no(t){return"x"===t?"y":"x"}function ao(t){return"y"===t?"height":"width"}function so(t){return["top","bottom"].includes(ro(t))?"y":"x"}function lo(t){return no(so(t))}function co(t){return t.replace(/left|right|bottom|top/g,(t=>Je[t]))}function po(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function fo(t,e,o){let{reference:r,floating:i}=t;const n=so(e),a=lo(e),s=ao(a),l=ro(e),c="y"===n,p=r.x+r.width/2-i.width/2,f=r.y+r.height/2-i.height/2,h=r[s]/2-i[s]/2;let d;switch(l){case"top":d={x:p,y:r.y-i.height};break;case"bottom":d={x:p,y:r.y+r.height};break;case"right":d={x:r.x+r.width,y:f};break;case"left":d={x:r.x-i.width,y:f};break;default:d={x:r.x,y:r.y}}switch(io(e)){case"start":d[a]-=h*(o&&c?-1:1);break;case"end":d[a]+=h*(o&&c?-1:1)}return d}async function ho(t,e){var o;void 0===e&&(e={});const{x:r,y:i,platform:n,rects:a,elements:s,strategy:l}=t,{boundary:c="clippingAncestors",rootBoundary:p="viewport",elementContext:f="floating",altBoundary:h=!1,padding:d=0}=oo(e,t),u=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}}(d),g=s[h?"floating"===f?"reference":"floating":f],y=po(await n.getClippingRect({element:null==(o=await(null==n.isElement?void 0:n.isElement(g)))||o?g:g.contextElement||await(null==n.getDocumentElement?void 0:n.getDocumentElement(s.floating)),boundary:c,rootBoundary:p,strategy:l})),b="floating"===f?{...a.floating,x:r,y:i}:a.reference,m=await(null==n.getOffsetParent?void 0:n.getOffsetParent(s.floating)),v=await(null==n.isElement?void 0:n.isElement(m))&&await(null==n.getScale?void 0:n.getScale(m))||{x:1,y:1},x=po(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:m,strategy:l}):b);return{top:(y.top-x.top+u.top)/v.y,bottom:(x.bottom-y.bottom+u.bottom)/v.y,left:(y.left-x.left+u.left)/v.x,right:(x.right-y.right+u.right)/v.x}}function uo(t,e,o){return(t?[...o.filter((e=>io(e)===t)),...o.filter((e=>io(e)!==t))]:o.filter((t=>ro(t)===t))).filter((o=>!t||(io(o)===t||!!e&&function(t){return t.replace(/start|end/g,(t=>to[t]))}(o)!==o)))}const go=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(e){var o,r,i;const{rects:n,middlewareData:a,placement:s,platform:l,elements:c}=e,{crossAxis:p=!1,alignment:f,allowedPlacements:h=qe,autoAlignment:d=!0,...u}=oo(t,e),g=void 0!==f||h===qe?uo(f||null,d,h):h,y=await ho(e,u),b=(null==(o=a.autoPlacement)?void 0:o.index)||0,m=g[b];if(null==m)return{};const v=function(t,e,o){void 0===o&&(o=!1);const r=io(t),i=lo(t),n=ao(i);let a="x"===i?r===(o?"end":"start")?"right":"left":"start"===r?"bottom":"top";return e.reference[n]>e.floating[n]&&(a=co(a)),[a,co(a)]}(m,n,await(null==l.isRTL?void 0:l.isRTL(c.floating)));if(s!==m)return{reset:{placement:g[0]}};const x=[y[ro(m)],y[v[0]],y[v[1]]],O=[...(null==(r=a.autoPlacement)?void 0:r.overflows)||[],{placement:m,overflows:x}],w=g[b+1];if(w)return{data:{index:b+1,overflows:O},reset:{placement:w}};const N=O.map((t=>{const e=io(t.placement);return[t.placement,e&&p?t.overflows.slice(0,2).reduce(((t,e)=>t+e),0):t.overflows[0],t.overflows]})).sort(((t,e)=>t[1]-e[1])),S=N.filter((t=>t[2].slice(0,io(t[0])?2:3).every((t=>t<=0)))),C=(null==(i=S[0])?void 0:i[0])||N[0][0];return C!==s?{data:{index:b+1,overflows:O},reset:{placement:C}}:{}}}};function yo(t){return vo(t)?(t.nodeName||"").toLowerCase():"#document"}function bo(t){var e;return(null==t||null==(e=t.ownerDocument)?void 0:e.defaultView)||window}function mo(t){var e;return null==(e=(vo(t)?t.ownerDocument:t.document)||window.document)?void 0:e.documentElement}function vo(t){return t instanceof Node||t instanceof bo(t).Node}function xo(t){return t instanceof Element||t instanceof bo(t).Element}function Oo(t){return t instanceof HTMLElement||t instanceof bo(t).HTMLElement}function wo(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof bo(t).ShadowRoot)}function No(t){const{overflow:e,overflowX:o,overflowY:r,display:i}=Ro(t);return/auto|scroll|overlay|hidden|clip/.test(e+r+o)&&!["inline","contents"].includes(i)}function So(t){return["table","td","th"].includes(yo(t))}function Co(t){const e=$o(),o=Ro(t);return"none"!==o.transform||"none"!==o.perspective||!!o.containerType&&"normal"!==o.containerType||!e&&!!o.backdropFilter&&"none"!==o.backdropFilter||!e&&!!o.filter&&"none"!==o.filter||["transform","perspective","filter"].some((t=>(o.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(o.contain||"").includes(t)))}function $o(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function Eo(t){return["html","body","#document"].includes(yo(t))}function Ro(t){return bo(t).getComputedStyle(t)}function Io(t){return xo(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function ko(t){if("html"===yo(t))return t;const e=t.assignedSlot||t.parentNode||wo(t)&&t.host||mo(t);return wo(e)?e.host:e}function Uo(t){const e=ko(t);return Eo(e)?t.ownerDocument?t.ownerDocument.body:t.body:Oo(e)&&No(e)?e:Uo(e)}function Lo(t,e,o){var r;void 0===e&&(e=[]),void 0===o&&(o=!0);const i=Uo(t),n=i===(null==(r=t.ownerDocument)?void 0:r.body),a=bo(i);return n?e.concat(a,a.visualViewport||[],No(i)?i:[],a.frameElement&&o?Lo(a.frameElement):[]):e.concat(i,Lo(i,[],o))}function Wo(t){const e=Ro(t);let o=parseFloat(e.width)||0,r=parseFloat(e.height)||0;const i=Oo(t),n=i?t.offsetWidth:o,a=i?t.offsetHeight:r,s=Ve(o)!==n||Ve(r)!==a;return s&&(o=n,r=a),{width:o,height:r,$:s}}function Ko(t){return xo(t)?t:t.contextElement}function Ao(t){const e=Ko(t);if(!Oo(e))return Xe(1);const o=e.getBoundingClientRect(),{width:r,height:i,$:n}=Wo(e);let a=(n?Ve(o.width):o.width)/r,s=(n?Ve(o.height):o.height)/i;return a&&Number.isFinite(a)||(a=1),s&&Number.isFinite(s)||(s=1),{x:a,y:s}}const Bo=Xe(0);function zo(t){const e=bo(t);return $o()&&e.visualViewport?{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}:Bo}function Zo(t,e,o,r){void 0===e&&(e=!1),void 0===o&&(o=!1);const i=t.getBoundingClientRect(),n=Ko(t);let a=Xe(1);e&&(r?xo(r)&&(a=Ao(r)):a=Ao(t));const s=function(t,e,o){return void 0===e&&(e=!1),!(!o||e&&o!==bo(t))&&e}(n,o,r)?zo(n):Xe(0);let l=(i.left+s.x)/a.x,c=(i.top+s.y)/a.y,p=i.width/a.x,f=i.height/a.y;if(n){const t=bo(n),e=r&&xo(r)?bo(r):r;let o=t.frameElement;for(;o&&r&&e!==t;){const t=Ao(o),e=o.getBoundingClientRect(),r=Ro(o),i=e.left+(o.clientLeft+parseFloat(r.paddingLeft))*t.x,n=e.top+(o.clientTop+parseFloat(r.paddingTop))*t.y;l*=t.x,c*=t.y,p*=t.x,f*=t.y,l+=i,c+=n,o=bo(o).frameElement}}return po({width:p,height:f,x:l,y:c})}function Fo(t){return Zo(mo(t)).left+Io(t).scrollLeft}function Do(t,e,o){let r;if("viewport"===e)r=function(t,e){const o=bo(t),r=mo(t),i=o.visualViewport;let n=r.clientWidth,a=r.clientHeight,s=0,l=0;if(i){n=i.width,a=i.height;const t=$o();(!t||t&&"fixed"===e)&&(s=i.offsetLeft,l=i.offsetTop)}return{width:n,height:a,x:s,y:l}}(t,o);else if("document"===e)r=function(t){const e=mo(t),o=Io(t),r=t.ownerDocument.body,i=Qe(e.scrollWidth,e.clientWidth,r.scrollWidth,r.clientWidth),n=Qe(e.scrollHeight,e.clientHeight,r.scrollHeight,r.clientHeight);let a=-o.scrollLeft+Fo(t);const s=-o.scrollTop;return"rtl"===Ro(r).direction&&(a+=Qe(e.clientWidth,r.clientWidth)-i),{width:i,height:n,x:a,y:s}}(mo(t));else if(xo(e))r=function(t,e){const o=Zo(t,!0,"fixed"===e),r=o.top+t.clientTop,i=o.left+t.clientLeft,n=Oo(t)?Ao(t):Xe(1);return{width:t.clientWidth*n.x,height:t.clientHeight*n.y,x:i*n.x,y:r*n.y}}(e,o);else{const o=zo(t);r={...e,x:e.x-o.x,y:e.y-o.y}}return po(r)}function To(t,e){const o=ko(t);return!(o===e||!xo(o)||Eo(o))&&("fixed"===Ro(o).position||To(o,e))}function Po(t,e,o){const r=Oo(e),i=mo(e),n="fixed"===o,a=Zo(t,!0,n,e);let s={scrollLeft:0,scrollTop:0};const l=Xe(0);if(r||!r&&!n)if(("body"!==yo(e)||No(i))&&(s=Io(e)),r){const t=Zo(e,!0,n,e);l.x=t.x+e.clientLeft,l.y=t.y+e.clientTop}else i&&(l.x=Fo(i));return{x:a.left+s.scrollLeft-l.x,y:a.top+s.scrollTop-l.y,width:a.width,height:a.height}}function Ho(t,e){return Oo(t)&&"fixed"!==Ro(t).position?e?e(t):t.offsetParent:null}function Mo(t,e){const o=bo(t);if(!Oo(t))return o;let r=Ho(t,e);for(;r&&So(r)&&"static"===Ro(r).position;)r=Ho(r,e);return r&&("html"===yo(r)||"body"===yo(r)&&"static"===Ro(r).position&&!Co(r))?o:r||function(t){let e=ko(t);for(;Oo(e)&&!Eo(e);){if(Co(e))return e;e=ko(e)}return null}(t)||o}const jo={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:e,offsetParent:o,strategy:r}=t;const i=Oo(o),n=mo(o);if(o===n)return e;let a={scrollLeft:0,scrollTop:0},s=Xe(1);const l=Xe(0);if((i||!i&&"fixed"!==r)&&(("body"!==yo(o)||No(n))&&(a=Io(o)),Oo(o))){const t=Zo(o);s=Ao(o),l.x=t.x+o.clientLeft,l.y=t.y+o.clientTop}return{width:e.width*s.x,height:e.height*s.y,x:e.x*s.x-a.scrollLeft*s.x+l.x,y:e.y*s.y-a.scrollTop*s.y+l.y}},getDocumentElement:mo,getClippingRect:function(t){let{element:e,boundary:o,rootBoundary:r,strategy:i}=t;const n="clippingAncestors"===o?function(t,e){const o=e.get(t);if(o)return o;let r=Lo(t,[],!1).filter((t=>xo(t)&&"body"!==yo(t))),i=null;const n="fixed"===Ro(t).position;let a=n?ko(t):t;for(;xo(a)&&!Eo(a);){const e=Ro(a),o=Co(a);o||"fixed"!==e.position||(i=null),(n?!o&&!i:!o&&"static"===e.position&&i&&["absolute","fixed"].includes(i.position)||No(a)&&!o&&To(t,a))?r=r.filter((t=>t!==a)):i=e,a=ko(a)}return e.set(t,r),r}(e,this._c):[].concat(o),a=[...n,r],s=a[0],l=a.reduce(((t,o)=>{const r=Do(e,o,i);return t.top=Qe(r.top,t.top),t.right=Ye(r.right,t.right),t.bottom=Ye(r.bottom,t.bottom),t.left=Qe(r.left,t.left),t}),Do(e,s,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},getOffsetParent:Mo,getElementRects:async function(t){let{reference:e,floating:o,strategy:r}=t;const i=this.getOffsetParent||Mo,n=this.getDimensions;return{reference:Po(e,await i(o),r),floating:{x:0,y:0,...await n(o)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return Wo(t)},getScale:Ao,isElement:xo,isRTL:function(t){return"rtl"===Ro(t).direction}},Go=(t,e,o)=>{const r=new Map,i={platform:jo,...o},n={...i.platform,_c:r};return(async(t,e,o)=>{const{placement:r="bottom",strategy:i="absolute",middleware:n=[],platform:a}=o,s=n.filter(Boolean),l=await(null==a.isRTL?void 0:a.isRTL(e));let c=await a.getElementRects({reference:t,floating:e,strategy:i}),{x:p,y:f}=fo(c,r,l),h=r,d={},u=0;for(let o=0;o<s.length;o++){const{name:n,fn:g}=s[o],{x:y,y:b,data:m,reset:v}=await g({x:p,y:f,initialPlacement:r,placement:h,strategy:i,middlewareData:d,rects:c,platform:a,elements:{reference:t,floating:e}});p=null!=y?y:p,f=null!=b?b:f,d={...d,[n]:{...d[n],...m}},v&&u<=50&&(u++,"object"==typeof v&&(v.placement&&(h=v.placement),v.rects&&(c=!0===v.rects?await a.getElementRects({reference:t,floating:e,strategy:i}):v.rects),({x:p,y:f}=fo(c,h,l))),o=-1)}return{x:p,y:f,placement:h,strategy:i,middlewareData:d}})(t,e,{...i,platform:n})};function _o(t){return function(t){for(let e=t;e;e=qo(e))if(e instanceof Element&&"none"===getComputedStyle(e).display)return null;for(let e=qo(t);e;e=qo(e)){if(!(e instanceof Element))continue;const t=getComputedStyle(e);if("contents"!==t.display){if("static"!==t.position||"none"!==t.filter)return e;if("BODY"===e.tagName)return e}}return null}(t)}function qo(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}var Yo,Qo,Vo=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Xo extends e.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 e.Debouncer,this.revealDebouncer=new e.Debouncer}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return o.html`
609
609
  <div part="container"
610
610
  class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
611
611
  @mouseenter=${this.onHover}
@@ -613,7 +613,7 @@ const ze=Symbol.for(""),De=t=>{if(t?.r===ze)return t?._$litStatic$},Ze=t=>({_$li
613
613
  @focusin=${this.onHover}
614
614
  @focusout=${this.onOut}
615
615
  @touchstart=${this.onTouch}>
616
- <slot></slot>
616
+ <slot part="slot"></slot>
617
617
  <div part="tooltip" role="tooltip" inert
618
618
  class="ft-tooltip ft-tooltip--${this.validPosition}"
619
619
  ?hidden=${!this.visible}>
@@ -623,19 +623,19 @@ const ze=Symbol.for(""),De=t=>{if(t?.r===ze)return t?._$litStatic$},Ze=t=>({_$li
623
623
  </div>
624
624
  </div>
625
625
  </div>
626
- `}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((e=>t.has(e)))&&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="",Go(this.slottedElement,this.tooltip,{middleware:[(t={crossAxis:!0},void 0===t&&(t={}),{name:"shift",options:t,async fn(e){const{x:o,y:r,placement:i}=e,{mainAxis:n=!0,crossAxis:a=!1,limiter:s={fn:t=>{let{x:e,y:o}=t;return{x:e,y:o}}},...l}=oo(t,e),c={x:o,y:r},p=await ho(e,l),f=so(ro(i)),h=no(f);let d=c[h],u=c[f];if(n){const t="y"===h?"bottom":"right";d=eo(d+p["y"===h?"top":"left"],d,d-p[t])}if(a){const t="y"===f?"bottom":"right";u=eo(u+p["y"===f?"top":"left"],u,u-p[t])}const g=s.fn({...e,[h]:d,[f]:u});return{...g,data:{x:g.x-o,y:g.y-r}}}}),go({allowedPlacements:[this.position]})]}).then((({x:t,y:e})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${e}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,e){return Math.max(t,Math.min(0,-e))}}Qo.elementDefinitions={"ft-typography":Me},Qo.styles=Ge,Yo([r.property()],Qo.prototype,"text",void 0),Yo([r.property({type:Boolean})],Qo.prototype,"manual",void 0),Yo([r.property({type:Boolean})],Qo.prototype,"inline",void 0),Yo([r.property({type:Number})],Qo.prototype,"delay",void 0),Yo([r.property()],Qo.prototype,"position",void 0),Yo([r.queryAssignedNodes()],Qo.prototype,"slotNodes",void 0),Yo([r.query(".ft-tooltip--container")],Qo.prototype,"container",void 0),Yo([r.query(".ft-tooltip")],Qo.prototype,"tooltip",void 0),Yo([r.query(".ft-tooltip--content")],Qo.prototype,"tooltipContent",void 0),Yo([r.state()],Qo.prototype,"visible",void 0),Yo([r.eventOptions({passive:!0})],Qo.prototype,"onTouch",null),Yo([r.eventOptions({passive:!0})],Qo.prototype,"onHover",null),Yo([r.eventOptions({passive:!0})],Qo.prototype,"onOut",null),e.customElement("ft-tooltip")(Qo),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;"}(_o||(_o={})),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;"}(qo||(qo={}));const Vo=new Map([...["abw"].map((t=>[t,qo.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,qo.AUDIO])),...["avi"].map((t=>[t,qo.AVI])),...["chm","xhs"].map((t=>[t,qo.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,qo.CODE])),...["csv"].map((t=>[t,qo.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,qo.DITA])),...["epub"].map((t=>[t,qo.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,qo.EXCEL])),...["flac"].map((t=>[t,qo.FLAC])),...["gif"].map((t=>[t,qo.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,qo.GZIP])),...["html","htm","xhtml"].map((t=>[t,qo.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,qo.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,qo.JPEG])),...["json"].map((t=>[t,qo.JSON])),...["m4a","m4p"].map((t=>[t,qo.M4A])),...["mov","qt"].map((t=>[t,qo.MOV])),...["mp3"].map((t=>[t,qo.MP3])),...["mp4","m4v"].map((t=>[t,qo.MP4])),...["ogg","oga"].map((t=>[t,qo.OGG])),...["pdf","ps"].map((t=>[t,qo.PDF])),...["png"].map((t=>[t,qo.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,qo.POWERPOINT])),...["rar"].map((t=>[t,qo.RAR])),...["stp"].map((t=>[t,qo.STP])),...["txt","rtf","md","mdown"].map((t=>[t,qo.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,qo.VIDEO])),...["wav"].map((t=>[t,qo.WAV])),...["wma"].map((t=>[t,qo.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,qo.WORD])),...["xml","xsl","rdf"].map((t=>[t,qo.XML])),...["yaml","yml","x-yaml"].map((t=>[t,qo.YAML])),...["zip"].map((t=>[t,qo.ZIP]))]),Xo=new Map([["application/msword","application/doc"],["application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/docx"],["application/vnd.openxmlformats-officedocument.wordprocessingml.template","application/dotx"],["application/vnd.ms-word.document.macroEnabled.12","application/docm"],["application/vnd.ms-word.template.macroEnabled.12","application/dotm"],["application/vnd.ms-excel","application/xls"],["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/xlsx"],["application/vnd.openxmlformats-officedocument.spreadsheetml.template","application/xltx"],["application/vnd.ms-excel.sheet.macroEnabled.12","application/xlsm"],["application/vnd.ms-excel.template.macroEnabled.12","application/xltm"],["application/vnd.ms-excel.addin.macroEnabled.12","application/xlam"],["application/vnd.ms-excel.sheet.binary.macroEnabled.12","application/xlsb"],["application/vnd.ms-powerpoint","application/ppt"],["application/vnd.openxmlformats-officedocument.presentationml.presentation","application/pptx"],["application/vnd.openxmlformats-officedocument.presentationml.template","application/potx"],["application/vnd.openxmlformats-officedocument.presentationml.slideshow","application/ppsx"],["application/vnd.ms-powerpoint.addin.macroEnabled.12","application/ppam"],["application/vnd.ms-powerpoint.presentation.macroEnabled.12","application/pptm"],["application/vnd.ms-powerpoint.template.macroEnabled.12","application/potm"],["application/vnd.ms-powerpoint.slideshow.macroEnabled.12","application/ppsm"],["application/vnd.ms-access","application/mdb"]]);var Jo;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(Jo||(Jo={}));var tr=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class er extends e.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=o.nothing}render(){const t=this.variant&&Object.values(Jo).includes(this.variant)?this.variant:Jo.fluid_topics,e=t!==Jo.material||!!this.value;return o.html`
626
+ `}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((e=>t.has(e)))&&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="",Go(this.slottedElement,this.tooltip,{platform:{...jo,getOffsetParent:t=>jo.getOffsetParent(t,_o)},middleware:[(t={crossAxis:!0},void 0===t&&(t={}),{name:"shift",options:t,async fn(e){const{x:o,y:r,placement:i}=e,{mainAxis:n=!0,crossAxis:a=!1,limiter:s={fn:t=>{let{x:e,y:o}=t;return{x:e,y:o}}},...l}=oo(t,e),c={x:o,y:r},p=await ho(e,l),f=so(ro(i)),h=no(f);let d=c[h],u=c[f];if(n){const t="y"===h?"bottom":"right";d=eo(d+p["y"===h?"top":"left"],d,d-p[t])}if(a){const t="y"===f?"bottom":"right";u=eo(u+p["y"===f?"top":"left"],u,u-p[t])}const g=s.fn({...e,[h]:d,[f]:u});return{...g,data:{x:g.x-o,y:g.y-r}}}}),go({allowedPlacements:[this.position]})]}).then((({x:t,y:e})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${e}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,e){return Math.max(t,Math.min(0,-e))}}Xo.elementDefinitions={"ft-typography":Me},Xo.styles=Ge,Vo([r.property()],Xo.prototype,"text",void 0),Vo([r.property({type:Boolean})],Xo.prototype,"manual",void 0),Vo([r.property({type:Boolean})],Xo.prototype,"inline",void 0),Vo([r.property({type:Number})],Xo.prototype,"delay",void 0),Vo([r.property()],Xo.prototype,"position",void 0),Vo([r.queryAssignedNodes()],Xo.prototype,"slotNodes",void 0),Vo([r.query(".ft-tooltip--container")],Xo.prototype,"container",void 0),Vo([r.query(".ft-tooltip")],Xo.prototype,"tooltip",void 0),Vo([r.query(".ft-tooltip--content")],Xo.prototype,"tooltipContent",void 0),Vo([r.state()],Xo.prototype,"visible",void 0),Vo([r.eventOptions({passive:!0})],Xo.prototype,"onTouch",null),Vo([r.eventOptions({passive:!0})],Xo.prototype,"onHover",null),Vo([r.eventOptions({passive:!0})],Xo.prototype,"onOut",null),e.customElement("ft-tooltip")(Xo),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;"}(Yo||(Yo={})),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;"}(Qo||(Qo={}));const Jo=new Map([...["abw"].map((t=>[t,Qo.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,Qo.AUDIO])),...["avi"].map((t=>[t,Qo.AVI])),...["chm","xhs"].map((t=>[t,Qo.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,Qo.CODE])),...["csv"].map((t=>[t,Qo.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,Qo.DITA])),...["epub"].map((t=>[t,Qo.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,Qo.EXCEL])),...["flac"].map((t=>[t,Qo.FLAC])),...["gif"].map((t=>[t,Qo.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,Qo.GZIP])),...["html","htm","xhtml"].map((t=>[t,Qo.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,Qo.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,Qo.JPEG])),...["json"].map((t=>[t,Qo.JSON])),...["m4a","m4p"].map((t=>[t,Qo.M4A])),...["mov","qt"].map((t=>[t,Qo.MOV])),...["mp3"].map((t=>[t,Qo.MP3])),...["mp4","m4v"].map((t=>[t,Qo.MP4])),...["ogg","oga"].map((t=>[t,Qo.OGG])),...["pdf","ps"].map((t=>[t,Qo.PDF])),...["png"].map((t=>[t,Qo.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,Qo.POWERPOINT])),...["rar"].map((t=>[t,Qo.RAR])),...["stp"].map((t=>[t,Qo.STP])),...["txt","rtf","md","mdown"].map((t=>[t,Qo.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,Qo.VIDEO])),...["wav"].map((t=>[t,Qo.WAV])),...["wma"].map((t=>[t,Qo.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,Qo.WORD])),...["xml","xsl","rdf"].map((t=>[t,Qo.XML])),...["yaml","yml","x-yaml"].map((t=>[t,Qo.YAML])),...["zip"].map((t=>[t,Qo.ZIP]))]),tr=new Map([["application/msword","application/doc"],["application/vnd.openxmlformats-officedocument.wordprocessingml.document","application/docx"],["application/vnd.openxmlformats-officedocument.wordprocessingml.template","application/dotx"],["application/vnd.ms-word.document.macroEnabled.12","application/docm"],["application/vnd.ms-word.template.macroEnabled.12","application/dotm"],["application/vnd.ms-excel","application/xls"],["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","application/xlsx"],["application/vnd.openxmlformats-officedocument.spreadsheetml.template","application/xltx"],["application/vnd.ms-excel.sheet.macroEnabled.12","application/xlsm"],["application/vnd.ms-excel.template.macroEnabled.12","application/xltm"],["application/vnd.ms-excel.addin.macroEnabled.12","application/xlam"],["application/vnd.ms-excel.sheet.binary.macroEnabled.12","application/xlsb"],["application/vnd.ms-powerpoint","application/ppt"],["application/vnd.openxmlformats-officedocument.presentationml.presentation","application/pptx"],["application/vnd.openxmlformats-officedocument.presentationml.template","application/potx"],["application/vnd.openxmlformats-officedocument.presentationml.slideshow","application/ppsx"],["application/vnd.ms-powerpoint.addin.macroEnabled.12","application/ppam"],["application/vnd.ms-powerpoint.presentation.macroEnabled.12","application/pptm"],["application/vnd.ms-powerpoint.template.macroEnabled.12","application/potm"],["application/vnd.ms-powerpoint.slideshow.macroEnabled.12","application/ppsm"],["application/vnd.ms-access","application/mdb"]]);var er;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(er||(er={}));var or=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class rr extends e.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=o.nothing}render(){const t=this.variant&&Object.values(er).includes(this.variant)?this.variant:er.fluid_topics,e=t!==er.material||!!this.value;return o.html`
627
627
  <i class="ft-icon ft-icon--${t}" part="icon icon-${t}">
628
628
  ${n.unsafeHTML(this.resolvedIcon)}
629
629
  <slot ?hidden=${e}></slot>
630
630
  </i>
631
- `}get textContent(){var t,e;return null!==(e=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==e?e:""}update(t){super.update(t),["value","variant"].some((e=>t.has(e)))&&this.resolveIcon()}resolveIcon(){var t,e;let r=this.value||this.textContent;switch(this.variant){case Jo.file_format:this.resolvedIcon=null!==(t=qo[r.replace("-","_").toUpperCase()])&&void 0!==t?t:r;break;case Jo.material:this.resolvedIcon=this.value||o.nothing;break;default:this.resolvedIcon=null!==(e=_o[r.replace("-","_").toUpperCase()])&&void 0!==e?e:r}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}er.elementDefinitions={},er.styles=Ht,tr([r.property()],er.prototype,"variant",void 0),tr([r.property()],er.prototype,"value",void 0),tr([r.state()],er.prototype,"resolvedIcon",void 0),tr([r.query("slot")],er.prototype,"slottedContent",void 0),e.customElement("ft-icon")(er);class or extends e.FtLitElement{render(){return o.html`
631
+ `}get textContent(){var t,e;return null!==(e=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==e?e:""}update(t){super.update(t),["value","variant"].some((e=>t.has(e)))&&this.resolveIcon()}resolveIcon(){var t,e;let r=this.value||this.textContent;switch(this.variant){case er.file_format:this.resolvedIcon=null!==(t=Qo[r.replace("-","_").toUpperCase()])&&void 0!==t?t:r;break;case er.material:this.resolvedIcon=this.value||o.nothing;break;default:this.resolvedIcon=null!==(e=Yo[r.replace("-","_").toUpperCase()])&&void 0!==e?e:r}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}rr.elementDefinitions={},rr.styles=Ht,or([r.property()],rr.prototype,"variant",void 0),or([r.property()],rr.prototype,"value",void 0),or([r.state()],rr.prototype,"resolvedIcon",void 0),or([r.query("slot")],rr.prototype,"slottedContent",void 0),e.customElement("ft-icon")(rr);class ir extends e.FtLitElement{render(){return o.html`
632
632
  <div class="ft-loader">
633
633
  <div></div>
634
634
  <div></div>
635
635
  <div></div>
636
636
  <div></div>
637
637
  </div>
638
- `}}or.styles=Tt,e.customElement("ft-loader")(or);var rr=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class ir extends(e.toFtFormComponent(e.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 e;this.isDisabled()?(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation()):"submit"==this.type&&(null===(e=this.form)||void 0===e||e.requestSubmit())}}render(){return this.addTooltipIfNeeded(o.html`
638
+ `}}ir.styles=Tt,e.customElement("ft-loader")(ir);var nr=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class ar extends(e.toFtFormComponent(e.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 e;this.isDisabled()?(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation()):"submit"==this.type&&(null===(e=this.form)||void 0===e||e.requestSubmit())}}render(){return this.addTooltipIfNeeded(o.html`
639
639
  <button part="button"
640
640
  class="${i.classMap(this.buttonClasses)}"
641
641
  aria-label="${this.getLabel()}"
@@ -658,7 +658,7 @@ const ze=Symbol.for(""),De=t=>{if(t?.r===ze)return t?._$litStatic$},Ze=t=>({_$li
658
658
  </ft-tooltip>
659
659
  `:t}resolveIcon(){return this.loading?o.html`
660
660
  <ft-loader part="loader icon"></ft-loader> `:this.icon?o.html`
661
- <ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon> `:o.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":te,"ft-tooltip":Qo,"ft-typography":Me,"ft-icon":er,"ft-loader":or},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,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,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=[e.safariEllipsisFix,Xt],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 sr=[o.css`
661
+ <ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon> `:o.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}}ar.elementDefinitions={"ft-ripple":te,"ft-tooltip":Xo,"ft-typography":Me,"ft-icon":rr,"ft-loader":ir},nr([r.property({type:String,reflect:!0})],ar.prototype,"role",void 0),nr([r.property()],ar.prototype,"type",void 0),nr([r.property({type:Boolean})],ar.prototype,"disabled",void 0),nr([r.property()],ar.prototype,"label",void 0),nr([r.property()],ar.prototype,"icon",void 0),nr([r.property()],ar.prototype,"iconVariant",void 0),nr([r.property({type:Boolean})],ar.prototype,"trailingIcon",void 0),nr([r.property({type:Boolean})],ar.prototype,"loading",void 0),nr([r.property()],ar.prototype,"tooltipPosition",void 0),nr([r.property({type:Boolean})],ar.prototype,"hideTooltip",void 0),nr([r.property({type:Boolean})],ar.prototype,"forceTooltip",void 0),nr([r.query(".ft-button")],ar.prototype,"button",void 0),nr([r.query(".ft-button--label slot")],ar.prototype,"slottedContent",void 0);var sr=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class lr extends ar{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"}}lr.styles=[e.safariEllipsisFix,Xt],sr([r.property({type:Boolean})],lr.prototype,"primary",void 0),sr([r.property({type:Boolean})],lr.prototype,"outlined",void 0),sr([r.property({type:Boolean})],lr.prototype,"dense",void 0),sr([r.property({type:Boolean})],lr.prototype,"round",void 0);const cr=[o.css`
662
662
  :host {
663
663
  display: inline-block;
664
664
  max-width: 100%;
@@ -737,7 +737,7 @@ const ze=Symbol.for(""),De=t=>{if(t?.r===ze)return t?._$litStatic$},Ze=t=>({_$li
737
737
  /** Primary styles **/
738
738
 
739
739
  .ft-button--primary {
740
- ${e.setVariable(Ft.color,N.primaryIconColor)};
740
+ ${e.setVariable(Dt.color,N.primaryIconColor)};
741
741
 
742
742
  ${e.setVariable(l.color,N.primaryStateLayerColor)};
743
743
  ${e.setVariable(l.opacityContentOnSurfaceHover,N.primaryStateLayerOpacityHover)};
@@ -761,7 +761,7 @@ const ze=Symbol.for(""),De=t=>{if(t?.r===ze)return t?._$litStatic$},Ze=t=>({_$li
761
761
  /** Secondary styles **/
762
762
 
763
763
  .ft-button--secondary {
764
- ${e.setVariable(Ft.color,N.secondaryIconColor)};
764
+ ${e.setVariable(Dt.color,N.secondaryIconColor)};
765
765
 
766
766
  ${e.setVariable(l.color,N.secondaryStateLayerColor)};
767
767
  ${e.setVariable(l.opacityContentOnSurfaceHover,N.secondaryStateLayerOpacityHover)};
@@ -786,7 +786,7 @@ const ze=Symbol.for(""),De=t=>{if(t?.r===ze)return t?._$litStatic$},Ze=t=>({_$li
786
786
  /** Tertiary styles **/
787
787
 
788
788
  .ft-button--tertiary {
789
- ${e.setVariable(Ft.color,N.tertiaryIconColor)};
789
+ ${e.setVariable(Dt.color,N.tertiaryIconColor)};
790
790
 
791
791
  ${e.setVariable(l.color,N.tertiaryStateLayerColor)};
792
792
  ${e.setVariable(l.opacityContentOnSurfaceHover,N.tertiaryStateLayerOpacityHover)};
@@ -810,7 +810,7 @@ const ze=Symbol.for(""),De=t=>{if(t?.r===ze)return t?._$litStatic$},Ze=t=>({_$li
810
810
  /** Neutral styles **/
811
811
 
812
812
  .ft-button--neutral {
813
- ${e.setVariable(Ft.color,N.neutralIconColor)};
813
+ ${e.setVariable(Dt.color,N.neutralIconColor)};
814
814
 
815
815
  ${e.setVariable(l.backgroundColor,N.neutralStateLayerColor)};
816
816
  ${e.setVariable(l.opacityContentOnSurfaceHover,N.neutralStateLayerOpacityHover)};
@@ -835,7 +835,7 @@ const ze=Symbol.for(""),De=t=>{if(t?.r===ze)return t?._$litStatic$},Ze=t=>({_$li
835
835
 
836
836
  .ft-button--large {
837
837
  ${e.setVariable(Pt.size,N.largeIconSize)};
838
- ${e.setVariable(Ft.size,N.largeIconSize)};
838
+ ${e.setVariable(Dt.size,N.largeIconSize)};
839
839
 
840
840
  height: ${N.largeHeight};
841
841
  padding: 0 ${N.largeHorizontalPadding};
@@ -858,7 +858,7 @@ const ze=Symbol.for(""),De=t=>{if(t?.r===ze)return t?._$litStatic$},Ze=t=>({_$li
858
858
 
859
859
  .ft-button--small {
860
860
  ${e.setVariable(Pt.size,N.smallIconSize)};
861
- ${e.setVariable(Ft.size,N.smallIconSize)};
861
+ ${e.setVariable(Dt.size,N.smallIconSize)};
862
862
 
863
863
  height: ${N.smallHeight};
864
864
  padding: 0 ${N.smallHorizontalPadding};
@@ -876,9 +876,11 @@ const ze=Symbol.for(""),De=t=>{if(t?.r===ze)return t?._$litStatic$},Ze=t=>({_$li
876
876
  width: ${N.smallIconOnlyWidth};
877
877
  padding: unset;
878
878
  }
879
- `,e.noTextSelect];var lr=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,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?Pe.caption1medium:Pe.body2medium}}cr.styles=[e.safariEllipsisFix,sr],lr([r.property({type:Boolean})],cr.prototype,"primary",void 0),lr([r.property({type:Boolean})],cr.prototype,"secondary",void 0),lr([r.property({type:Boolean})],cr.prototype,"tertiary",void 0),lr([r.property({type:Boolean})],cr.prototype,"neutral",void 0),lr([r.property({type:Boolean})],cr.prototype,"small",void 0),e.customElement("ft-button")(ar),e.customElement("ftds-button")(cr);const pr={height:e.FtCssVariableFactory.create("--ft-search-input-height","","SIZE","38px"),borderRadius:e.FtCssVariableFactory.extend("--ft-search-input-border-radius","",e.designSystemVariables.borderRadiusS),desktopFiltersHeight:e.FtCssVariableFactory.create("--ft-search-input-desktop-filters-height","","SIZE","350px"),floatingZIndex:e.FtCssVariableFactory.create("--ft-search-input-floating-components-z-index","","NUMBER","3"),colorSurface:e.FtCssVariableFactory.external(e.designSystemVariables.colorSurface,"Design system"),colorOnSurface:e.FtCssVariableFactory.external(e.designSystemVariables.colorOnSurface,"Design system"),colorOnSurfaceMedium:e.FtCssVariableFactory.external(e.designSystemVariables.colorOnSurfaceMedium,"Design system"),colorOutline:e.FtCssVariableFactory.external(e.designSystemVariables.colorOutline,"Design system"),colorPrimary:e.FtCssVariableFactory.external(e.designSystemVariables.colorPrimary,"Design system"),elevation02:e.FtCssVariableFactory.external(e.designSystemVariables.elevation02,"Design system"),buttonColor:e.FtCssVariableFactory.external(jt.color,"Button"),buttonRippleColor:e.FtCssVariableFactory.external(jt.rippleColor,"Button")},fr=o.css`
879
+ `,e.noTextSelect];var pr=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class fr extends ar{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?Pe.caption1medium:Pe.body2medium}}fr.styles=[e.safariEllipsisFix,cr],pr([r.property({type:Boolean})],fr.prototype,"primary",void 0),pr([r.property({type:Boolean})],fr.prototype,"secondary",void 0),pr([r.property({type:Boolean})],fr.prototype,"tertiary",void 0),pr([r.property({type:Boolean})],fr.prototype,"neutral",void 0),pr([r.property({type:Boolean})],fr.prototype,"small",void 0),e.customElement("ft-button")(lr),e.customElement("ftds-button")(fr);const hr={height:e.FtCssVariableFactory.create("--ft-search-input-height","","SIZE","38px"),borderRadius:e.FtCssVariableFactory.extend("--ft-search-input-border-radius","",e.designSystemVariables.borderRadiusS),desktopFiltersHeight:e.FtCssVariableFactory.create("--ft-search-input-desktop-filters-height","","SIZE","350px"),floatingZIndex:e.FtCssVariableFactory.create("--ft-search-input-floating-components-z-index","","NUMBER","3"),colorSurface:e.FtCssVariableFactory.extend("--ft-search-input-background-color","",e.designSystemVariables.colorSurface),colorOnSurface:e.FtCssVariableFactory.extend("--ft-search-input-color","",e.designSystemVariables.colorOnSurface),colorOnSurfaceMedium:e.FtCssVariableFactory.extend("--ft-search-input-placeholder-color","",e.designSystemVariables.colorOnSurfaceMedium),colorOutline:e.FtCssVariableFactory.extend("--ft-search-input-outline-color","",e.designSystemVariables.colorOutline),elevation02:e.FtCssVariableFactory.extend("--ft-search-input-elevation","",e.designSystemVariables.elevation02),focusOutlineColor:e.FtCssVariableFactory.extend("--ft-search-input-focused-outline-color","",e.designSystemVariables.colorPrimary),buttonColor:e.FtCssVariableFactory.extend("--ft-search-input-button-color","",e.designSystemVariables.colorPrimary),buttonRippleColor:e.FtCssVariableFactory.extend("--ft-search-input-button-ripple-color","",e.designSystemVariables.colorPrimary)},dr=o.css`
880
880
  * {
881
881
  box-sizing: border-box;
882
+ ${e.setVariable(jt.color,hr.buttonColor)};
883
+ ${e.setVariable(jt.rippleColor,hr.buttonRippleColor)};
882
884
  }
883
885
 
884
886
  .ft-search-input {
@@ -886,18 +888,18 @@ const ze=Symbol.for(""),De=t=>{if(t?.r===ze)return t?._$litStatic$},Ze=t=>({_$li
886
888
  display: flex;
887
889
  flex-direction: row;
888
890
  align-items: center;
889
- height: ${pr.height};
891
+ height: ${hr.height};
890
892
 
891
- background: ${pr.colorSurface};
892
- border: 1px solid ${pr.colorOutline};
893
- border-radius: ${pr.borderRadius};
893
+ background: ${hr.colorSurface};
894
+ border: 1px solid ${hr.colorOutline};
895
+ border-radius: ${hr.borderRadius};
894
896
  }
895
897
 
896
898
  .ft-search-input--input-container {
897
- flex-grow: 1;
898
- flex-shrink: 1;
899
899
  position: relative;
900
+ flex: 1;
900
901
  height: calc(100% - 2px);
902
+ min-width: 0;
901
903
  }
902
904
 
903
905
  .ft-search-input--input-outline {
@@ -905,23 +907,24 @@ const ze=Symbol.for(""),De=t=>{if(t?.r===ze)return t?._$litStatic$},Ze=t=>({_$li
905
907
  width: 100%;
906
908
  display: grid;
907
909
  padding: 0 8px;
908
- border-radius: ${pr.borderRadius};
910
+ border-radius: ${hr.borderRadius};
909
911
  }
910
912
 
911
913
  .ft-search-input--input-container:focus-within .ft-search-input--input-outline {
912
- outline: 2px solid ${pr.colorPrimary};
914
+ outline: 2px solid ${hr.focusOutlineColor};
913
915
  }
914
916
 
915
917
  .ft-search-input--input {
916
918
  height: 100%;
919
+ width: 100%;
917
920
  border: none;
918
921
  background-color: transparent;
919
- color: ${pr.colorOnSurface};
922
+ color: ${hr.colorOnSurface};
920
923
  outline: none;
921
924
  }
922
925
 
923
926
  .ft-search-input--input::placeholder {
924
- color: ${pr.colorOnSurfaceMedium};
927
+ color: ${hr.colorOnSurfaceMedium};
925
928
  }
926
929
 
927
930
  .ft-search-input--actions {
@@ -931,7 +934,7 @@ const ze=Symbol.for(""),De=t=>{if(t?.r===ze)return t?._$litStatic$},Ze=t=>({_$li
931
934
  align-items: center;
932
935
  height: 100%;
933
936
 
934
- ${e.setVariable(je.zIndex,`calc(${pr.floatingZIndex} + 1)`)};
937
+ ${e.setVariable(je.zIndex,`calc(${hr.floatingZIndex} + 1)`)};
935
938
  }
936
939
 
937
940
  .ft-search-input > ft-button,
@@ -955,19 +958,19 @@ const ze=Symbol.for(""),De=t=>{if(t?.r===ze)return t?._$litStatic$},Ze=t=>({_$li
955
958
 
956
959
  .ft-search-input--separator {
957
960
  height: 20px;
958
- border-right: 1px solid ${pr.colorOutline};
961
+ border-right: 1px solid ${hr.colorOutline};
959
962
  }
960
- `,hr={highlightBackgroundColor:e.FtCssVariableFactory.create("--ft-sra-highlight-background-color","","COLOR","transparent")},dr=o.css`
963
+ `,ur={highlightBackgroundColor:e.FtCssVariableFactory.create("--ft-sra-highlight-background-color","","COLOR","transparent")},gr=o.css`
961
964
  .kwicmatch {
962
965
  font-weight: 700;
963
- background-color: ${hr.highlightBackgroundColor};
966
+ background-color: ${ur.highlightBackgroundColor};
964
967
  }
965
- `,ur={highlightBackgroundColor:e.FtCssVariableFactory.create("--ft-srt-highlight-background-color","","COLOR","transparent")},gr=o.css`
968
+ `,yr={highlightBackgroundColor:e.FtCssVariableFactory.create("--ft-srt-highlight-background-color","","COLOR","transparent")},br=o.css`
966
969
  .kwicmatch {
967
970
  font-weight: 700;
968
- background-color: ${ur.highlightBackgroundColor};
971
+ background-color: ${yr.highlightBackgroundColor};
969
972
  }
970
- `,yr={searchFieldBackgroundColor:e.FtCssVariableFactory.extend("--ft-rsid-search-field-background-color","",e.designSystemVariables.colorSurface),searchFieldBorderColor:e.FtCssVariableFactory.extend("--ft-rsid-search-field-border-color","",e.designSystemVariables.colorOutline),searchFieldTextColor:e.FtCssVariableFactory.extend("--ft-rsid-search-field-text-color","",e.designSystemVariables.colorOnSurface),searchFieldBorderRadius:e.FtCssVariableFactory.extend("--ft-rsid-search-field-border-radius","",e.designSystemVariables.borderRadiusS),resultsNumberColor:e.FtCssVariableFactory.extend("--ft-rsid-results-number-color","",e.designSystemVariables.colorOnSurfaceMedium),resultBackgroundColor:e.FtCssVariableFactory.extend("--ft-rsid-result-background-color","",e.designSystemVariables.colorSurface),resultBorderColor:e.FtCssVariableFactory.extend("--ft-rsid-result-border-color","",e.designSystemVariables.colorOutline),resultBorderRadius:e.FtCssVariableFactory.extend("--ft-rsid-result-border-radius","",e.designSystemVariables.borderRadiusS),resultTitleTextColor:e.FtCssVariableFactory.extend("--ft-rsid-result-title-text-color","",e.designSystemVariables.colorOnSurface),resultBreadcrumbTextColor:e.FtCssVariableFactory.extend("--ft-rsid-result-breadcrumb-text-color","",e.designSystemVariables.colorOnSurfaceMedium),resultContentTextColor:e.FtCssVariableFactory.extend("--ft-rsid-result-content-text-color","",e.designSystemVariables.colorOnSurface),resultHighlightBackgroundColor:e.FtCssVariableFactory.create("--ft-rsid-result-highlight-background-color","","COLOR","#FFF26E"),resultHoverBackgroundColor:e.FtCssVariableFactory.extend("--ft-rsid-result-hover-background-color","",e.designSystemVariables.colorPrimary),resultHoverBorderColor:e.FtCssVariableFactory.extend("--ft-rsid-result-hover-border-color","",e.designSystemVariables.colorPrimary)},br=o.css`
973
+ `,mr={searchFieldBackgroundColor:e.FtCssVariableFactory.extend("--ft-rsid-search-field-background-color","",e.designSystemVariables.colorSurface),searchFieldBorderColor:e.FtCssVariableFactory.extend("--ft-rsid-search-field-border-color","",e.designSystemVariables.colorOutline),searchFieldTextColor:e.FtCssVariableFactory.extend("--ft-rsid-search-field-text-color","",e.designSystemVariables.colorOnSurface),searchFieldBorderRadius:e.FtCssVariableFactory.extend("--ft-rsid-search-field-border-radius","",e.designSystemVariables.borderRadiusS),searchButtonColor:e.FtCssVariableFactory.extend("--ft-rsid-search-field-button-color","",e.designSystemVariables.colorPrimary),resultsNumberColor:e.FtCssVariableFactory.extend("--ft-rsid-results-number-color","",e.designSystemVariables.colorOnSurfaceMedium),resultBackgroundColor:e.FtCssVariableFactory.extend("--ft-rsid-result-background-color","",e.designSystemVariables.colorSurface),resultBorderColor:e.FtCssVariableFactory.extend("--ft-rsid-result-border-color","",e.designSystemVariables.colorOutline),resultBorderRadius:e.FtCssVariableFactory.extend("--ft-rsid-result-border-radius","",e.designSystemVariables.borderRadiusS),resultTitleTextColor:e.FtCssVariableFactory.extend("--ft-rsid-result-title-text-color","",e.designSystemVariables.colorOnSurface),resultBreadcrumbTextColor:e.FtCssVariableFactory.extend("--ft-rsid-result-breadcrumb-text-color","",e.designSystemVariables.colorOnSurfaceMedium),resultContentTextColor:e.FtCssVariableFactory.extend("--ft-rsid-result-content-text-color","",e.designSystemVariables.colorOnSurface),resultHighlightBackgroundColor:e.FtCssVariableFactory.create("--ft-rsid-result-highlight-background-color","","COLOR","#FFF26E"),resultHoverBackgroundColor:e.FtCssVariableFactory.extend("--ft-rsid-result-hover-background-color","",e.designSystemVariables.colorPrimary),resultHoverBorderColor:e.FtCssVariableFactory.extend("--ft-rsid-result-hover-border-color","",e.designSystemVariables.colorPrimary)},vr=o.css`
971
974
  .ft-search-in-doc--container {
972
975
  display: flex;
973
976
  flex-direction: column;
@@ -975,10 +978,11 @@ const ze=Symbol.for(""),De=t=>{if(t?.r===ze)return t?._$litStatic$},Ze=t=>({_$li
975
978
  }
976
979
 
977
980
  ft-search-input {
978
- ${e.setVariable(pr.colorSurface,yr.searchFieldBackgroundColor)};
979
- ${e.setVariable(pr.colorOutline,yr.searchFieldBorderColor)};
980
- ${e.setVariable(pr.colorOnSurface,yr.searchFieldTextColor)};
981
- ${e.setVariable(pr.borderRadius,yr.searchFieldBorderRadius)};
981
+ ${e.setVariable(hr.colorSurface,mr.searchFieldBackgroundColor)};
982
+ ${e.setVariable(hr.colorOutline,mr.searchFieldBorderColor)};
983
+ ${e.setVariable(hr.colorOnSurface,mr.searchFieldTextColor)};
984
+ ${e.setVariable(hr.borderRadius,mr.searchFieldBorderRadius)};
985
+ ${e.setVariable(hr.buttonColor,mr.searchButtonColor)};
982
986
  }
983
987
 
984
988
  ft-search-results-number {
@@ -986,41 +990,41 @@ const ze=Symbol.for(""),De=t=>{if(t?.r===ze)return t?._$litStatic$},Ze=t=>({_$li
986
990
  }
987
991
 
988
992
  ft-search-results-number, ft-search-results::part(no-results-message) {
989
- color: ${yr.resultsNumberColor};
993
+ color: ${mr.resultsNumberColor};
990
994
  }
991
995
 
992
996
  ft-search-load-more-button {
993
997
  margin: auto;
994
998
  }
995
- `,mr=o.css`
999
+ `,xr=o.css`
996
1000
  ft-card {
997
1001
  margin-bottom: 8px;
998
1002
  ${e.setVariable(y.elevation04,"none")};
999
1003
  ${e.setVariable(y.elevation02,"none")};
1000
1004
  ${e.setVariable(y.borderStyle,"solid")};
1001
1005
  ${e.setVariable(y.borderRadius,e.designSystemVariables.borderRadiusS)};
1002
- ${e.setVariable(y.colorSurface,yr.resultBackgroundColor)};
1003
- ${e.setVariable(y.borderColor,yr.resultBorderColor)};
1004
- ${e.setVariable(y.borderRadius,yr.resultBorderRadius)};
1006
+ ${e.setVariable(y.colorSurface,mr.resultBackgroundColor)};
1007
+ ${e.setVariable(y.borderColor,mr.resultBorderColor)};
1008
+ ${e.setVariable(y.borderRadius,mr.resultBorderRadius)};
1005
1009
  }
1006
1010
 
1007
1011
  ft-search-result-title {
1008
- color: ${yr.resultTitleTextColor};
1009
- ${e.setVariable(ur.highlightBackgroundColor,yr.resultHighlightBackgroundColor)};
1012
+ color: ${mr.resultTitleTextColor};
1013
+ ${e.setVariable(yr.highlightBackgroundColor,mr.resultHighlightBackgroundColor)};
1010
1014
  }
1011
1015
 
1012
1016
  .breadcrumb {
1013
- color: ${yr.resultBreadcrumbTextColor};
1017
+ color: ${mr.resultBreadcrumbTextColor};
1014
1018
  }
1015
1019
 
1016
1020
  ft-search-result-abstract {
1017
- color: ${yr.resultContentTextColor};
1018
- ${e.setVariable(hr.highlightBackgroundColor,yr.resultHighlightBackgroundColor)};
1021
+ color: ${mr.resultContentTextColor};
1022
+ ${e.setVariable(ur.highlightBackgroundColor,mr.resultHighlightBackgroundColor)};
1019
1023
  }
1020
1024
 
1021
1025
  ft-card:hover {
1022
- ${e.setVariable(y.hoverBorderColor,yr.resultHoverBorderColor)};
1023
- ${e.setVariable(l.color,yr.resultHoverBackgroundColor)};
1026
+ ${e.setVariable(y.hoverBorderColor,mr.resultHoverBorderColor)};
1027
+ ${e.setVariable(l.color,mr.resultHoverBackgroundColor)};
1024
1028
  }
1025
1029
 
1026
1030
  .result-container {
@@ -1029,38 +1033,38 @@ const ze=Symbol.for(""),De=t=>{if(t?.r===ze)return t?._$litStatic$},Ze=t=>({_$li
1029
1033
  gap: 4px;
1030
1034
  }
1031
1035
 
1032
- `,vr=o.css`
1033
- `,xr=o.css`
1034
- `,Or=e.FtReduxStore.get({name:"ft-app-info",reducers:{setBaseUrl:(t,e)=>{t.baseUrl=e.payload},setApiIntegrationIdentifier:(t,e)=>{t.apiIntegrationIdentifier=e.payload},setUiLocale:(t,e)=>{t.uiLocale=e.payload},setAvailableUiLocales:(t,e)=>{t.availableUiLocales=e.payload},setEditorMode:(t,e)=>{t.editorMode=e.payload},setNoCustom:(t,e)=>{t.noCustom=e.payload},setNoCustomComponent:(t,e)=>{t.noCustomComponent=e.payload},setSession:(t,e)=>{t.session=e.payload}},initialState:{uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],editorMode:!1,noCustom:!1,noCustomComponent:!1}});class wr{static build(t){const{baseUrl:e,apiIntegrationIdentifier:o}=Or.getState(),r=null!=t?t:o;if(e&&r&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(e,r,!0)}static get(t){var e;return null!=t?wr.build(t):null!==(e=wr.API)&&void 0!==e?e:wr.API=wr.build()}static await(t){return new Promise((e=>{let o=wr.get(t);if(o)e(o);else{const r=Or.subscribe((()=>{o=wr.get(t),o&&(r(),e(o))}))}}))}}var Nr;const Sr=Symbol("clearAfterUnitTest");class Cr{constructor(t){this.messageContextProvider=t,this.defaultMessages={},this.cache=new e.CacheRegistry,this.listeners={},this.currentUiLocale="",this[Nr]=()=>{this.defaultMessages={},this.cache=new e.CacheRegistry,this.listeners={}},this.currentUiLocale=Or.getState().uiLocale,Or.subscribe((()=>this.clearWhenUiLocaleChanges()))}clearWhenUiLocaleChanges(){const{uiLocale:t}=Or.getState();this.currentUiLocale!==t&&(this.currentUiLocale=t,this.cache.clearAll(),this.notifyAll())}addContext(t){const e=t.name.toLowerCase();this.cache.setFinal(e,t),this.notify(e)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(t,o){var r;if(t=t.toLowerCase(),Object.keys(o).length>0){const i={...null!==(r=this.defaultMessages[t])&&void 0!==r?r:{},...o};e.deepEqual(this.defaultMessages[t],i)||(this.defaultMessages[t]=i,await this.notify(t))}await this.fetchContext(t)}resolveMessage(t,o,...r){var i,n,a;t=t.toLowerCase(),this.fetchContext(t);const s=null!==(n=null===(i=this.cache.getNow(t))||void 0===i?void 0:i.messages)&&void 0!==n?n:{};return new e.ParametrizedLabelResolver(null!==(a=this.defaultMessages[t])&&void 0!==a?a:{},s).resolve(o,...r)}async fetchContext(t){if(!this.cache.has(t))try{await this.cache.get(t,(()=>this.messageContextProvider(this.currentUiLocale,t))),await this.notify(t)}catch(t){console.error(t)}}subscribe(t,e){var o;return t=t.toLowerCase(),this.listeners[t]=null!==(o=this.listeners[t])&&void 0!==o?o:new Set,this.listeners[t].add(e),()=>{var o;return null===(o=this.listeners[t])||void 0===o?void 0:o.delete(e)}}async notifyAll(){await Promise.all(Object.keys(this.listeners).map((t=>this.notify(t))))}async notify(t){null!=this.listeners[t]&&await Promise.all([...this.listeners[t].values()].map((t=>e.delay(0).then((()=>t())).catch((()=>null)))))}}Nr=Sr,null==window.FluidTopicsI18nService&&(window.FluidTopicsI18nService=new Cr((async(t,e)=>(await wr.await()).getFluidTopicsMessageContext(t,e)))),null==window.FluidTopicsCustomI18nService&&(window.FluidTopicsCustomI18nService=new Cr((async(t,e)=>(await wr.await()).getCustomMessageContext(t,e))));const $r=window.FluidTopicsI18nService,Er=window.FluidTopicsCustomI18nService;var Rr=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Ir extends e.FtLitElement{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.uiLocale="en-US",this.availableUiLocales=[],this.editorMode=!1,this.noCustom=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.messageContexts=[],this.apiProvider=()=>wr.get(),this.cache=new e.CacheRegistry,this.cleanSessionDebouncer=new e.Debouncer}render(){return o.html`
1036
+ `,Or=o.css`
1037
+ `,wr=o.css`
1038
+ `,Nr=e.FtReduxStore.get({name:"ft-app-info",reducers:{setBaseUrl:(t,e)=>{t.baseUrl=e.payload},setApiIntegrationIdentifier:(t,e)=>{t.apiIntegrationIdentifier=e.payload},setUiLocale:(t,e)=>{t.uiLocale=e.payload},setAvailableUiLocales:(t,e)=>{t.availableUiLocales=e.payload},setEditorMode:(t,e)=>{t.editorMode=e.payload},setNoCustom:(t,e)=>{t.noCustom=e.payload},setNoCustomComponent:(t,e)=>{t.noCustomComponent=e.payload},setSession:(t,e)=>{t.session=e.payload}},initialState:{uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],editorMode:!1,noCustom:!1,noCustomComponent:!1}});class Sr{static build(t){const{baseUrl:e,apiIntegrationIdentifier:o}=Nr.getState(),r=null!=t?t:o;if(e&&r&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(e,r,!0)}static get(t){var e;return null!=t?Sr.build(t):null!==(e=Sr.API)&&void 0!==e?e:Sr.API=Sr.build()}static await(t){return new Promise((e=>{let o=Sr.get(t);if(o)e(o);else{const r=Nr.subscribe((()=>{o=Sr.get(t),o&&(r(),e(o))}))}}))}}var Cr;const $r=Symbol("clearAfterUnitTest");class Er{constructor(t){this.messageContextProvider=t,this.defaultMessages={},this.cache=new e.CacheRegistry,this.listeners={},this.currentUiLocale="",this[Cr]=()=>{this.defaultMessages={},this.cache=new e.CacheRegistry,this.listeners={}},this.currentUiLocale=Nr.getState().uiLocale,Nr.subscribe((()=>this.clearWhenUiLocaleChanges()))}clearWhenUiLocaleChanges(){const{uiLocale:t}=Nr.getState();this.currentUiLocale!==t&&(this.currentUiLocale=t,this.cache.clearAll(),this.notifyAll())}addContext(t){const e=t.name.toLowerCase();this.cache.setFinal(e,t),this.notify(e)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(t,o){var r;if(t=t.toLowerCase(),Object.keys(o).length>0){const i={...null!==(r=this.defaultMessages[t])&&void 0!==r?r:{},...o};e.deepEqual(this.defaultMessages[t],i)||(this.defaultMessages[t]=i,await this.notify(t))}await this.fetchContext(t)}resolveMessage(t,o,...r){var i,n,a;t=t.toLowerCase(),this.fetchContext(t);const s=null!==(n=null===(i=this.cache.getNow(t))||void 0===i?void 0:i.messages)&&void 0!==n?n:{};return new e.ParametrizedLabelResolver(null!==(a=this.defaultMessages[t])&&void 0!==a?a:{},s).resolve(o,...r)}async fetchContext(t){if(!this.cache.has(t))try{await this.cache.get(t,(()=>this.messageContextProvider(this.currentUiLocale,t))),await this.notify(t)}catch(t){console.error(t)}}subscribe(t,e){var o;return t=t.toLowerCase(),this.listeners[t]=null!==(o=this.listeners[t])&&void 0!==o?o:new Set,this.listeners[t].add(e),()=>{var o;return null===(o=this.listeners[t])||void 0===o?void 0:o.delete(e)}}async notifyAll(){await Promise.all(Object.keys(this.listeners).map((t=>this.notify(t))))}async notify(t){null!=this.listeners[t]&&await Promise.all([...this.listeners[t].values()].map((t=>e.delay(0).then((()=>t())).catch((()=>null)))))}}Cr=$r,null==window.FluidTopicsI18nService&&(window.FluidTopicsI18nService=new Er((async(t,e)=>(await Sr.await()).getFluidTopicsMessageContext(t,e)))),null==window.FluidTopicsCustomI18nService&&(window.FluidTopicsCustomI18nService=new Er((async(t,e)=>(await Sr.await()).getCustomMessageContext(t,e))));const Rr=window.FluidTopicsI18nService,Ir=window.FluidTopicsCustomI18nService;var kr=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Ur extends e.FtLitElement{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.uiLocale="en-US",this.availableUiLocales=[],this.editorMode=!1,this.noCustom=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.messageContexts=[],this.apiProvider=()=>Sr.get(),this.cache=new e.CacheRegistry,this.cleanSessionDebouncer=new e.Debouncer}render(){return o.html`
1035
1039
  <slot></slot>
1036
- `}update(t){super.update(t),t.has("baseUrl")&&Or.actions.setBaseUrl(this.baseUrl),t.has("apiIntegrationIdentifier")&&Or.actions.setApiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("uiLocale")&&Or.actions.setUiLocale(this.uiLocale),t.has("noCustom")&&Or.actions.setNoCustom(this.noCustom),t.has("editorMode")&&Or.actions.setEditorMode(this.editorMode),t.has("noCustomComponent")&&Or.actions.setNoCustomComponent(this.noCustomComponent),t.has("session")&&Or.actions.setSession(this.session),t.has("availableUiLocales")&&Or.actions.setAvailableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),t.has("messageContexts")&&null!=this.messageContexts&&this.messageContexts.forEach((t=>$r.addContext(t))),setTimeout((()=>this.updateIfNeeded()))}async updateIfNeeded(){const t=this.apiProvider();!this.withManualResources&&t&&(null==this.session&&(this.session=await this.cache.get("session",(async()=>{const e=await t.getCurrentSession();return e.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run((()=>{this.cache.clear("session"),this.session=void 0}),e.idleTimeoutInMillis),e}))),null==this.availableUiLocales&&(this.availableUiLocales=await this.cache.get("availableUiLocales",(()=>t.getAvailableUiLocales()))))}}Ir.elementDefinitions={},Ir.styles=xr,Rr([r.property()],Ir.prototype,"baseUrl",void 0),Rr([r.property()],Ir.prototype,"apiIntegrationIdentifier",void 0),Rr([r.property()],Ir.prototype,"uiLocale",void 0),Rr([e.jsonProperty([])],Ir.prototype,"availableUiLocales",void 0),Rr([r.property({type:Boolean})],Ir.prototype,"editorMode",void 0),Rr([r.property({type:Boolean})],Ir.prototype,"noCustom",void 0),Rr([r.property({converter:{fromAttribute:t=>"false"!==t&&("true"===t||null!=t&&t)}})],Ir.prototype,"noCustomComponent",void 0),Rr([r.property({type:Boolean})],Ir.prototype,"withManualResources",void 0),Rr([e.jsonProperty([])],Ir.prototype,"messageContexts",void 0),Rr([e.jsonProperty(void 0)],Ir.prototype,"session",void 0),Rr([r.property({type:Object})],Ir.prototype,"apiProvider",void 0);class kr{async listMySearches(){var t;return(null===(t=Or.getState().session)||void 0===t?void 0:t.sessionAuthenticated)?(await wr.await()).listMySearches(Or.getState().session.profile.userId):[]}}const Ur=new e.CacheRegistry;class Lr{async listMyBookmarks(){return Ur.get("bookmarks",(async()=>(await wr.await()).listMyBookmarks(Or.getState().session.profile.userId)))}clearCache(){Ur.clear("bookmarks")}}const Wr=e.FtReduxStore.get({name:"ft-user-assets",initialState:{savedSearches:void 0,bookmarks:void 0}});const Kr=new class{constructor(){this.currentSession=Or.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Lr,Or.subscribe((()=>this.reloadWhenUserSessionChanges()))}reloadWhenUserSessionChanges(){var t;const{session:o}=Or.getState();e.deepEqual(null===(t=this.currentSession)||void 0===t?void 0:t.profile,null==o?void 0:o.profile)||(this.currentSession=o,this.clearMySearches(),this.reloadBookmarks())}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){Wr.actions.savedSearches(void 0)}clearMyBookmarks(){Wr.actions.bookmarks(void 0)}async reloadMySearches(){const t=new kr,e=await t.listMySearches();Wr.actions.savedSearches(e)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var t;if(this.bookmarksAreUsed){const e=(null===(t=this.currentSession)||void 0===t?void 0:t.sessionAuthenticated)?await this.bookmarksService.listMyBookmarks():void 0;Wr.actions.bookmarks(e)}}};e.customElement("ft-app-context")(Ir);var Ar=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};const Br=Symbol("i18nProperties"),zr=Symbol("i18nUnsubs");function Dr(t){var e;class o extends t{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[e]=new Map}get i18nService(){return this.useCustomMessageContexts?Er:$r}i18n(t,e,...o){var r;if("string"==typeof t)return this.i18nService.resolveMessage(t,e,...o);const i=null!==(r=t.args)&&void 0!==r?r:t.argsProvider?t.argsProvider(this):[];return this.i18nService.resolveMessage(t.context,t.key,...i)}onI18nUpdate(t){var e;null===(e=this[Br])||void 0===e||e.forEach(((e,o)=>{e.context.toLowerCase()===t.toLowerCase()&&(this[o]=this.i18n(e))})),setTimeout((()=>this.requestUpdate()),0)}update(t){var e;super.update(t),null===(e=this[Br])||void 0===e||e.forEach(((t,e)=>{null!=t.argsProvider&&(this[e]=this.i18n(t))}))}connectedCallback(){super.connectedCallback(),null!=this[Br]&&new Set([...this[Br].values()].map((t=>t.context))).forEach((t=>this.addI18nMessages(t)))}addI18nMessages(t,e){t=t.toLowerCase(),this[zr].has(t)||this[zr].set(t,this.i18nService.subscribe(t,(()=>this.onI18nUpdate(t)))),this.i18nService.prepareContext(t,null!=e?e:{})}addI18nContext(t,e){this.addI18nMessages(t.name,e)}disconnectedCallback(){super.disconnectedCallback(),this[zr].forEach((t=>t())),this[zr].clear()}}return e=zr,Ar([r.property({type:Boolean})],o.prototype,"useCustomMessageContexts",void 0),o}class Zr extends(Dr(e.FtLitElement)){}class Fr extends(Dr(e.FtLitElementRedux)){}var Tr=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Pr extends Fr{constructor(){super(),this.editorMode=!1,this.addStore(Or)}render(){return this.key&&this.context?o.html`
1040
+ `}update(t){super.update(t),t.has("baseUrl")&&Nr.actions.setBaseUrl(this.baseUrl),t.has("apiIntegrationIdentifier")&&Nr.actions.setApiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("uiLocale")&&Nr.actions.setUiLocale(this.uiLocale),t.has("noCustom")&&Nr.actions.setNoCustom(this.noCustom),t.has("editorMode")&&Nr.actions.setEditorMode(this.editorMode),t.has("noCustomComponent")&&Nr.actions.setNoCustomComponent(this.noCustomComponent),t.has("session")&&Nr.actions.setSession(this.session),t.has("availableUiLocales")&&Nr.actions.setAvailableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),t.has("messageContexts")&&null!=this.messageContexts&&this.messageContexts.forEach((t=>Rr.addContext(t))),setTimeout((()=>this.updateIfNeeded()))}async updateIfNeeded(){const t=this.apiProvider();!this.withManualResources&&t&&(null==this.session&&(this.session=await this.cache.get("session",(async()=>{const e=await t.getCurrentSession();return e.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run((()=>{this.cache.clear("session"),this.session=void 0}),e.idleTimeoutInMillis),e}))),null==this.availableUiLocales&&(this.availableUiLocales=await this.cache.get("availableUiLocales",(()=>t.getAvailableUiLocales()))))}}Ur.elementDefinitions={},Ur.styles=wr,kr([r.property()],Ur.prototype,"baseUrl",void 0),kr([r.property()],Ur.prototype,"apiIntegrationIdentifier",void 0),kr([r.property()],Ur.prototype,"uiLocale",void 0),kr([e.jsonProperty([])],Ur.prototype,"availableUiLocales",void 0),kr([r.property({type:Boolean})],Ur.prototype,"editorMode",void 0),kr([r.property({type:Boolean})],Ur.prototype,"noCustom",void 0),kr([r.property({converter:{fromAttribute:t=>"false"!==t&&("true"===t||null!=t&&t)}})],Ur.prototype,"noCustomComponent",void 0),kr([r.property({type:Boolean})],Ur.prototype,"withManualResources",void 0),kr([e.jsonProperty([])],Ur.prototype,"messageContexts",void 0),kr([e.jsonProperty(void 0)],Ur.prototype,"session",void 0),kr([r.property({type:Object})],Ur.prototype,"apiProvider",void 0);class Lr{async listMySearches(){var t;return(null===(t=Nr.getState().session)||void 0===t?void 0:t.sessionAuthenticated)?(await Sr.await()).listMySearches(Nr.getState().session.profile.userId):[]}}const Wr=new e.CacheRegistry;class Kr{async listMyBookmarks(){return Wr.get("bookmarks",(async()=>(await Sr.await()).listMyBookmarks(Nr.getState().session.profile.userId)))}clearCache(){Wr.clear("bookmarks")}}const Ar=e.FtReduxStore.get({name:"ft-user-assets",initialState:{savedSearches:void 0,bookmarks:void 0}});const Br=new class{constructor(){this.currentSession=Nr.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Kr,Nr.subscribe((()=>this.reloadWhenUserSessionChanges()))}reloadWhenUserSessionChanges(){var t;const{session:o}=Nr.getState();e.deepEqual(null===(t=this.currentSession)||void 0===t?void 0:t.profile,null==o?void 0:o.profile)||(this.currentSession=o,this.clearMySearches(),this.reloadBookmarks())}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){Ar.actions.savedSearches(void 0)}clearMyBookmarks(){Ar.actions.bookmarks(void 0)}async reloadMySearches(){const t=new Lr,e=await t.listMySearches();Ar.actions.savedSearches(e)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var t;if(this.bookmarksAreUsed){const e=(null===(t=this.currentSession)||void 0===t?void 0:t.sessionAuthenticated)?await this.bookmarksService.listMyBookmarks():void 0;Ar.actions.bookmarks(e)}}};e.customElement("ft-app-context")(Ur);var zr=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};const Zr=Symbol("i18nProperties"),Fr=Symbol("i18nUnsubs");function Dr(t){var e;class o extends t{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[e]=new Map}get i18nService(){return this.useCustomMessageContexts?Ir:Rr}i18n(t,e,...o){var r;if("string"==typeof t)return this.i18nService.resolveMessage(t,e,...o);const i=null!==(r=t.args)&&void 0!==r?r:t.argsProvider?t.argsProvider(this):[];return this.i18nService.resolveMessage(t.context,t.key,...i)}onI18nUpdate(t){var e;null===(e=this[Zr])||void 0===e||e.forEach(((e,o)=>{e.context.toLowerCase()===t.toLowerCase()&&(this[o]=this.i18n(e))})),setTimeout((()=>this.requestUpdate()),0)}update(t){var e;super.update(t),null===(e=this[Zr])||void 0===e||e.forEach(((t,e)=>{null!=t.argsProvider&&(this[e]=this.i18n(t))}))}connectedCallback(){super.connectedCallback(),null!=this[Zr]&&new Set([...this[Zr].values()].map((t=>t.context))).forEach((t=>this.addI18nMessages(t)))}addI18nMessages(t,e){t=t.toLowerCase(),this[Fr].has(t)||this[Fr].set(t,this.i18nService.subscribe(t,(()=>this.onI18nUpdate(t)))),this.i18nService.prepareContext(t,null!=e?e:{})}addI18nContext(t,e){this.addI18nMessages(t.name,e)}disconnectedCallback(){super.disconnectedCallback(),this[Fr].forEach((t=>t())),this[Fr].clear()}}return e=Fr,zr([r.property({type:Boolean})],o.prototype,"useCustomMessageContexts",void 0),o}class Tr extends(Dr(e.FtLitElement)){}class Pr extends(Dr(e.FtLitElementRedux)){}var Hr=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Mr extends Pr{constructor(){super(),this.editorMode=!1,this.addStore(Nr)}render(){return this.key&&this.context?o.html`
1037
1041
  <span class="ft-i18n">
1038
1042
  ${this.i18n(this.context,this.key,...Array.isArray(this.args)?this.args:[])}
1039
1043
  </span>
1040
- `:this.editorMode?"Select a context and a label key.":o.nothing}update(t){var e;super.update(t),this.context&&this.key&&this.addI18nMessages(this.context,{[this.key]:null!==(e=this.defaultMessage)&&void 0!==e?e:""})}}Pr.elementDefinitions={},Pr.styles=vr,Tr([e.redux()],Pr.prototype,"editorMode",void 0),Tr([r.property()],Pr.prototype,"context",void 0),Tr([r.property()],Pr.prototype,"key",void 0),Tr([e.jsonProperty([])],Pr.prototype,"args",void 0),Tr([r.property()],Pr.prototype,"defaultMessage",void 0);class Hr{static build(t){return new Hr(t)}static fromGwt(t){return new Hr(t)}constructor(t){this.name=t,this.properties=new Proxy({},{get:(t,e)=>{const o=e;return t=>({context:this.name,key:o,args:"function"==typeof t?void 0:t,argsProvider:"function"==typeof t?t:void 0})}}),this.messages=new Proxy({},{get:(t,e)=>(...t)=>$r.resolveMessage(this.name,e,...t)})}}e.customElement("ft-i18n")(Pr);const Mr=o.css`
1041
- `,jr={setRequest:(t,e)=>{t.request=e.payload},setRequestQuery:(t,e)=>{t.request.query=e.payload},setRequestContentLocale:(t,e)=>{t.request.contentLocale=e.payload},setPageSize:(t,e)=>{t.request.paging.perPage=e.payload},setPageNumber:(t,e)=>{t.request.paging.page=e.payload},setRequestSort:(t,e)=>{t.request.sort=e.payload},setRequestFilters:(t,e)=>{t.request.filters=e.payload},setRequestFacets:(t,e)=>{t.request.facets=e.payload},setRequestVirtualField:(t,e)=>{t.request.virtualField=e.payload},setRequestScope:(t,e)=>{t.request.scope=e.payload},setResults:(t,e)=>{t.results=e.payload},setFacets:(t,e)=>{t.facets=e.payload},setSpellcheck:(t,e)=>{t.spellcheck=e.payload},setLocales:(t,e)=>{t.locales=e.payload},setPaging:(t,e)=>{t.paging=e.payload},setLiveQuery:(t,e)=>{t.liveQuery=e.payload},setSuggestResults:(t,e)=>{t.suggestResults=e.payload}};var Gr,_r,qr,Yr,Qr,Vr,Xr,Jr,ti,ei,oi,ri,ii,ni;!function(t){!function(e){var o={searchParams:"URLSearchParams"in t,iterable:"Symbol"in t&&"iterator"in Symbol,blob:"FileReader"in t&&"Blob"in t&&function(){try{return new Blob,!0}catch(t){return!1}}(),formData:"FormData"in t,arrayBuffer:"ArrayBuffer"in t};if(o.arrayBuffer)var r=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],i=ArrayBuffer.isView||function(t){return t&&r.indexOf(Object.prototype.toString.call(t))>-1};function n(t){if("string"!=typeof t&&(t=String(t)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(t))throw new TypeError("Invalid character in header field name");return t.toLowerCase()}function a(t){return"string"!=typeof t&&(t=String(t)),t}function s(t){var e={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return o.iterable&&(e[Symbol.iterator]=function(){return e}),e}function l(t){this.map={},t instanceof l?t.forEach((function(t,e){this.append(e,t)}),this):Array.isArray(t)?t.forEach((function(t){this.append(t[0],t[1])}),this):t&&Object.getOwnPropertyNames(t).forEach((function(e){this.append(e,t[e])}),this)}function c(t){if(t.bodyUsed)return Promise.reject(new TypeError("Already read"));t.bodyUsed=!0}function p(t){return new Promise((function(e,o){t.onload=function(){e(t.result)},t.onerror=function(){o(t.error)}}))}function f(t){var e=new FileReader,o=p(e);return e.readAsArrayBuffer(t),o}function h(t){if(t.slice)return t.slice(0);var e=new Uint8Array(t.byteLength);return e.set(new Uint8Array(t)),e.buffer}function d(){return this.bodyUsed=!1,this._initBody=function(t){var e;this._bodyInit=t,t?"string"==typeof t?this._bodyText=t:o.blob&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:o.formData&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:o.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():o.arrayBuffer&&o.blob&&((e=t)&&DataView.prototype.isPrototypeOf(e))?(this._bodyArrayBuffer=h(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):o.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(t)||i(t))?this._bodyArrayBuffer=h(t):this._bodyText=t=Object.prototype.toString.call(t):this._bodyText="",this.headers.get("content-type")||("string"==typeof t?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):o.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},o.blob&&(this.blob=function(){var t=c(this);if(t)return t;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?c(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(f)}),this.text=function(){var t,e,o,r=c(this);if(r)return r;if(this._bodyBlob)return t=this._bodyBlob,e=new FileReader,o=p(e),e.readAsText(t),o;if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var e=new Uint8Array(t),o=new Array(e.length),r=0;r<e.length;r++)o[r]=String.fromCharCode(e[r]);return o.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},o.formData&&(this.formData=function(){return this.text().then(y)}),this.json=function(){return this.text().then(JSON.parse)},this}l.prototype.append=function(t,e){t=n(t),e=a(e);var o=this.map[t];this.map[t]=o?o+", "+e:e},l.prototype.delete=function(t){delete this.map[n(t)]},l.prototype.get=function(t){return t=n(t),this.has(t)?this.map[t]:null},l.prototype.has=function(t){return this.map.hasOwnProperty(n(t))},l.prototype.set=function(t,e){this.map[n(t)]=a(e)},l.prototype.forEach=function(t,e){for(var o in this.map)this.map.hasOwnProperty(o)&&t.call(e,this.map[o],o,this)},l.prototype.keys=function(){var t=[];return this.forEach((function(e,o){t.push(o)})),s(t)},l.prototype.values=function(){var t=[];return this.forEach((function(e){t.push(e)})),s(t)},l.prototype.entries=function(){var t=[];return this.forEach((function(e,o){t.push([o,e])})),s(t)},o.iterable&&(l.prototype[Symbol.iterator]=l.prototype.entries);var u=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function g(t,e){var o,r,i=(e=e||{}).body;if(t instanceof g){if(t.bodyUsed)throw new TypeError("Already read");this.url=t.url,this.credentials=t.credentials,e.headers||(this.headers=new l(t.headers)),this.method=t.method,this.mode=t.mode,this.signal=t.signal,i||null==t._bodyInit||(i=t._bodyInit,t.bodyUsed=!0)}else this.url=String(t);if(this.credentials=e.credentials||this.credentials||"same-origin",!e.headers&&this.headers||(this.headers=new l(e.headers)),this.method=(o=e.method||this.method||"GET",r=o.toUpperCase(),u.indexOf(r)>-1?r:o),this.mode=e.mode||this.mode||null,this.signal=e.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&i)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(i)}function y(t){var e=new FormData;return t.trim().split("&").forEach((function(t){if(t){var o=t.split("="),r=o.shift().replace(/\+/g," "),i=o.join("=").replace(/\+/g," ");e.append(decodeURIComponent(r),decodeURIComponent(i))}})),e}function b(t,e){e||(e={}),this.type="default",this.status=void 0===e.status?200:e.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in e?e.statusText:"OK",this.headers=new l(e.headers),this.url=e.url||"",this._initBody(t)}g.prototype.clone=function(){return new g(this,{body:this._bodyInit})},d.call(g.prototype),d.call(b.prototype),b.prototype.clone=function(){return new b(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new l(this.headers),url:this.url})},b.error=function(){var t=new b(null,{status:0,statusText:""});return t.type="error",t};var m=[301,302,303,307,308];b.redirect=function(t,e){if(-1===m.indexOf(e))throw new RangeError("Invalid status code");return new b(null,{status:e,headers:{location:t}})},e.DOMException=t.DOMException;try{new e.DOMException}catch(t){e.DOMException=function(t,e){this.message=t,this.name=e;var o=Error(t);this.stack=o.stack},e.DOMException.prototype=Object.create(Error.prototype),e.DOMException.prototype.constructor=e.DOMException}function v(t,r){return new Promise((function(i,n){var a=new g(t,r);if(a.signal&&a.signal.aborted)return n(new e.DOMException("Aborted","AbortError"));var s=new XMLHttpRequest;function c(){s.abort()}s.onload=function(){var t,e,o={status:s.status,statusText:s.statusText,headers:(t=s.getAllResponseHeaders()||"",e=new l,t.replace(/\r?\n[\t ]+/g," ").split(/\r?\n/).forEach((function(t){var o=t.split(":"),r=o.shift().trim();if(r){var i=o.join(":").trim();e.append(r,i)}})),e)};o.url="responseURL"in s?s.responseURL:o.headers.get("X-Request-URL");var r="response"in s?s.response:s.responseText;i(new b(r,o))},s.onerror=function(){n(new TypeError("Network request failed"))},s.ontimeout=function(){n(new TypeError("Network request failed"))},s.onabort=function(){n(new e.DOMException("Aborted","AbortError"))},s.open(a.method,a.url,!0),"include"===a.credentials?s.withCredentials=!0:"omit"===a.credentials&&(s.withCredentials=!1),"responseType"in s&&o.blob&&(s.responseType="blob"),a.headers.forEach((function(t,e){s.setRequestHeader(e,t)})),a.signal&&(a.signal.addEventListener("abort",c),s.onreadystatechange=function(){4===s.readyState&&a.signal.removeEventListener("abort",c)}),s.send(void 0===a._bodyInit?null:a._bodyInit)}))}v.polyfill=!0,t.fetch||(t.fetch=v,t.Headers=l,t.Request=g,t.Response=b),e.Headers=l,e.Request=g,e.Response=b,e.fetch=v,Object.defineProperty(e,"t",{value:!0})}({})}("undefined"!=typeof self?self:void 0),function(t){t.black="black",t.green="green",t.blue="blue",t.purple="purple",t.red="red",t.orange="orange",t.yellow="yellow"}(Gr||(Gr={})),function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"}(_r||(_r={})),function(t){t.THIRD_PARTY="THIRD_PARTY",t.OFF_THE_GRID="OFF_THE_GRID",t.CONTENT_PACKAGER="CONTENT_PACKAGER",t.PAGES="PAGES",t.DESIGNED_READER="DESIGNED_READER"}(qr||(qr={})),function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"}(Yr||(Yr={})),function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_YEAR="LAST_YEAR",t.CUSTOM="CUSTOM"}(Qr||(Qr={})),function(t){t.ASC="ASC",t.DESC="DESC"}(Vr||(Vr={})),function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"}(Xr||(Xr={})),function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"}(Jr||(Jr={})),function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK"}(ti||(ti={})),function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"}(ei||(ei={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK"}(oi||(oi={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC"}(ri||(ri={})),function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS",t.ALL_TOPICS="ALL_TOPICS"}(ii||(ii={})),function(t){t.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",t.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",t.HTML_EXPORT_USER="HTML_EXPORT_USER",t.PDF_EXPORT_USER="PDF_EXPORT_USER",t.SAVED_SEARCH_USER="SAVED_SEARCH_USER",t.COLLECTION_USER="COLLECTION_USER",t.OFFLINE_USER="OFFLINE_USER",t.ANALYTICS_USER="ANALYTICS_USER",t.BETA_USER="BETA_USER",t.DEBUG_USER="DEBUG_USER",t.PRINT_USER="PRINT_USER",t.RATING_USER="RATING_USER",t.FEEDBACK_USER="FEEDBACK_USER",t.CONTENT_PUBLISHER="CONTENT_PUBLISHER",t.KHUB_ADMIN="KHUB_ADMIN",t.USERS_ADMIN="USERS_ADMIN",t.PORTAL_ADMIN="PORTAL_ADMIN",t.ADMIN="ADMIN",t.DEVELOPER="DEVELOPER"}(ni||(ni={})),ni.PERSONAL_BOOK_SHARE_USER,ni.PERSONAL_BOOK_USER,ni.HTML_EXPORT_USER,ni.PERSONAL_BOOK_USER,ni.PDF_EXPORT_USER,ni.PERSONAL_BOOK_USER,ni.KHUB_ADMIN,ni.CONTENT_PUBLISHER,ni.ADMIN,ni.KHUB_ADMIN,ni.USERS_ADMIN,ni.PORTAL_ADMIN,ni.DEVELOPER,ni.BETA_USER,ni.DEBUG_USER;class ai{static async build(){return new ai(await wr.await())}constructor(t){this.api=t,this.cache=new e.CacheRegistry,this.cache.registerFinal("available-locales",(()=>this.api.getAvailableSearchLocales()))}async launchSearch(t){return this.api.search(t)}async launchSuggest(t){return this.api.getSuggestions(t)}async getAvailableSearchLocales(){return this.cache.get("available-locales")}}class si extends Event{constructor(){super(si.eventName)}}si.eventName="search-context-clear-all-filters";class li{static build(t){return new li((t=>e.FtReduxStore.get({name:"ft-search-"+t,initialState:{request:{query:"",filters:[],facets:[],sort:[],paging:{page:1,perPage:20}},liveQuery:""},reducers:jr}))(t.trim()||"context"),ai.build)}constructor(t,o){this.store=t,this.serviceProvider=o,this.ignoreEmptyQuery=!1,this.searchDebouncer=new e.Debouncer(100),this.suggestDebouncer=new e.Debouncer(300)}async initService(){return this.service=await this.serviceProvider(),this.store.actions.setLocales((await this.service.getAvailableSearchLocales()).contentLocales),this.launchSearch()}async awaitService(){for(;null==this.service;)await e.delay(5);return this.service}setQuery(t){this.store.actions.setRequestQuery(t),this.store.actions.setLiveQuery(t),this.store.actions.setPageNumber(1),this.launchSearch()}setContentLocale(t){let e=this.store.getState().locales,o=this.store.getState().request.contentLocale;if(t!=o){if(e){const r=t=>e.some((e=>e.lang==t));r(t)||(t=r(o)?o:e[0].lang)}this.store.actions.setRequestContentLocale(t),this.store.actions.setPageNumber(1),this.store.actions.setRequestFilters([]),this.launchSearch()}return t}setPageSize(t){this.store.actions.setPageSize(t),this.launchSearch()}setPageNumber(t){this.store.actions.setPageNumber(t),this.launchSearch()}setSort(t){this.store.actions.setRequestSort(t),this.store.actions.setPageNumber(1),this.launchSearch()}setFilters(t){const e=t.filter((t=>t.values.length>0));this.store.actions.setRequestFilters(e),this.store.actions.setPageNumber(1),e.forEach((t=>{this.facetIds.includes(t.key)||(this.facetIds=[...this.facetIds,t.key])})),this.launchSearch()}setSearchInDocumentTitlesOnly(t){t?(this.store.actions.setRequestVirtualField(Jr.TITLE_ONLY),this.store.actions.setRequestScope(ii.DOCUMENTS)):(this.store.actions.setRequestVirtualField(Jr.EVERYWHERE),this.store.actions.setRequestScope(ii.DEFAULT)),this.launchSearch()}get searchInDocumentTitlesOnly(){return(t=>t.request.virtualField===Jr.TITLE_ONLY&&t.request.scope===ii.DOCUMENTS)(this.store.getState())}clearAllFilters(){this.setFilters([]),this.store.eventBus.dispatchEvent(new si)}addFacet(t){this.facetIds=[...this.facetIds,t],this.launchSearch()}replaceFacet(t,e){let o=this.facetIds.filter((e=>e!=t));e&&o.push(e),this.facetIds=o,this.launchSearch()}get facetIds(){return this.store.getState().request.facets.map((t=>t.id))}set facetIds(t){let e=[...new Set(t)].map((t=>({id:t})));this.store.actions.setRequestFacets(e)}setFilter(t,e){let o=this.store.getState().request.filters,r={key:t,values:e,negative:!1},i=[...o.filter((e=>e.key!==t)),r];this.setFilters(i)}setLiveQuery(t){this.store.actions.setLiveQuery(t),this.launchSuggest()}setRequest(t){this.store.actions.setRequest(t),this.store.actions.setLiveQuery(t.query),this.store.actions.setPageNumber(1),this.launchSearch()}setScope(t){this.store.actions.setRequestScope(t),this.launchSearch()}setIgnoreEmptyQuery(t){this.ignoreEmptyQuery=t,this.launchSearch()}async launchSearch(){return await this.awaitService(),this.searchDebouncer.run((()=>this.fetchSearchData()))}async launchSuggest(){await this.awaitService(),this.suggestDebouncer.run((()=>this.fetchSuggestData()))}async fetchSearchData(){var t,o;try{null===(t=this.cancelableSearch)||void 0===t||t.cancel();let r=this.store.getState().request;if(this.store.actions.setPaging(void 0),this.ignoreEmptyQuery&&0==r.query.length)this.store.actions.setResults(void 0),this.store.actions.setFacets(void 0),this.store.actions.setSpellcheck(void 0);else{this.cancelableSearch=e.cancelable(this.service.launchSearch(r));const t=await this.cancelableSearch;if(t.paging.currentPage<=1)this.store.actions.setResults(t.results),this.store.actions.setFacets(t.facets),this.store.actions.setSpellcheck(t.spellcheck);else{let e=(null!==(o=this.store.getState().results)&&void 0!==o?o:[]).concat(t.results);this.store.actions.setResults(e)}this.store.actions.setPaging(t.paging)}}catch(t){t instanceof e.CanceledPromiseError||!this.errorHandler||this.errorHandler(t)}}async fetchSuggestData(){var t;try{const o=this.store.getState(),r=o.request,i={input:o.liveQuery,filters:r.filters,sort:r.sort,contentLocale:r.contentLocale,scope:r.scope};null===(t=this.cancelableSuggest)||void 0===t||t.cancel(),this.cancelableSuggest=e.cancelable(this.service.launchSuggest(i));let n=await this.cancelableSuggest;this.store.actions.setSuggestResults(n.suggestions)}catch(t){t instanceof e.CanceledPromiseError||!this.errorHandler||this.errorHandler(t)}}clear(){this.store.clear()}}var ci=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class pi extends Event{constructor(){super("register-ft-search-component",{bubbles:!0,composed:!0})}}const fi=Symbol("registerInterval");class hi extends(function(t){var e;class o extends t{constructor(){super(...arguments),this[e]=0}setSearchStateManager(t){this.clearStateManager(),this.stateManager=t,this.addStore(t.store,"search")}clearStateManager(){this.stateManager&&(this.removeStore(this.stateManager.store),this.stateManager=void 0)}connectedCallback(){super.connectedCallback(),this[fi]=window.setInterval((()=>this.tryToRegisterToContext()),50)}tryToRegisterToContext(){null!=this.stateManager?window.clearInterval(this[fi]):this.dispatchEvent(new pi)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return e=fi,ci([r.state()],o.prototype,"stateManager",void 0),o}(e.FtLitElementRedux)){}var di,ui=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class gi extends CustomEvent{constructor(t){super("ft-search-load-error",{detail:t})}}class yi extends CustomEvent{constructor(t){super("ft-search-request-change",{detail:t})}}class bi extends CustomEvent{constructor(t,e,o){super("ft-search-results-change",{detail:{request:t,paging:e,spellcheck:o}})}}class mi extends e.FtLitElementRedux{get stateManager(){return null==this._stateManager&&(this._stateManager=li.build(this.id||(""+Math.round(999e3*Math.random())).padStart(6,"0")),this._stateManager.errorHandler=t=>this.handleLoadError(t),this.addStore(this.stateManager.store,"search")),this._stateManager}constructor(){super(),this.query="",this.pageSize=20,this.searchInDocumentTitlesOnly=!1,this.ignoreEmptyQuery=!1,this.filters=[],this.sort=[],this.addStore(Or)}render(){return o.html`
1044
+ `:this.editorMode?"Select a context and a label key.":o.nothing}update(t){var e;super.update(t),this.context&&this.key&&this.addI18nMessages(this.context,{[this.key]:null!==(e=this.defaultMessage)&&void 0!==e?e:""})}}Mr.elementDefinitions={},Mr.styles=Or,Hr([e.redux()],Mr.prototype,"editorMode",void 0),Hr([r.property()],Mr.prototype,"context",void 0),Hr([r.property()],Mr.prototype,"key",void 0),Hr([e.jsonProperty([])],Mr.prototype,"args",void 0),Hr([r.property()],Mr.prototype,"defaultMessage",void 0);class jr{static build(t){return new jr(t)}static fromGwt(t){return new jr(t)}constructor(t){this.name=t,this.properties=new Proxy({},{get:(t,e)=>{const o=e;return t=>({context:this.name,key:o,args:"function"==typeof t?void 0:t,argsProvider:"function"==typeof t?t:void 0})}}),this.messages=new Proxy({},{get:(t,e)=>(...t)=>Rr.resolveMessage(this.name,e,...t)})}}e.customElement("ft-i18n")(Mr);const Gr=o.css`
1045
+ `,_r={setRequest:(t,e)=>{t.request=e.payload},setRequestQuery:(t,e)=>{t.request.query=e.payload},setRequestContentLocale:(t,e)=>{t.request.contentLocale=e.payload},setPageSize:(t,e)=>{t.request.paging.perPage=e.payload},setPageNumber:(t,e)=>{t.request.paging.page=e.payload},setRequestSort:(t,e)=>{t.request.sort=e.payload},setRequestFilters:(t,e)=>{t.request.filters=e.payload},setRequestFacets:(t,e)=>{t.request.facets=e.payload},setRequestVirtualField:(t,e)=>{t.request.virtualField=e.payload},setRequestScope:(t,e)=>{t.request.scope=e.payload},setResults:(t,e)=>{t.results=e.payload},setFacets:(t,e)=>{t.facets=e.payload},setSpellcheck:(t,e)=>{t.spellcheck=e.payload},setLocales:(t,e)=>{t.locales=e.payload},setPaging:(t,e)=>{t.paging=e.payload},setLiveQuery:(t,e)=>{t.liveQuery=e.payload},setSuggestResults:(t,e)=>{t.suggestResults=e.payload}};var qr,Yr,Qr,Vr,Xr,Jr,ti,ei,oi,ri,ii,ni,ai,si;!function(t){!function(e){var o={searchParams:"URLSearchParams"in t,iterable:"Symbol"in t&&"iterator"in Symbol,blob:"FileReader"in t&&"Blob"in t&&function(){try{return new Blob,!0}catch(t){return!1}}(),formData:"FormData"in t,arrayBuffer:"ArrayBuffer"in t};if(o.arrayBuffer)var r=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],i=ArrayBuffer.isView||function(t){return t&&r.indexOf(Object.prototype.toString.call(t))>-1};function n(t){if("string"!=typeof t&&(t=String(t)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(t))throw new TypeError("Invalid character in header field name");return t.toLowerCase()}function a(t){return"string"!=typeof t&&(t=String(t)),t}function s(t){var e={next:function(){var e=t.shift();return{done:void 0===e,value:e}}};return o.iterable&&(e[Symbol.iterator]=function(){return e}),e}function l(t){this.map={},t instanceof l?t.forEach((function(t,e){this.append(e,t)}),this):Array.isArray(t)?t.forEach((function(t){this.append(t[0],t[1])}),this):t&&Object.getOwnPropertyNames(t).forEach((function(e){this.append(e,t[e])}),this)}function c(t){if(t.bodyUsed)return Promise.reject(new TypeError("Already read"));t.bodyUsed=!0}function p(t){return new Promise((function(e,o){t.onload=function(){e(t.result)},t.onerror=function(){o(t.error)}}))}function f(t){var e=new FileReader,o=p(e);return e.readAsArrayBuffer(t),o}function h(t){if(t.slice)return t.slice(0);var e=new Uint8Array(t.byteLength);return e.set(new Uint8Array(t)),e.buffer}function d(){return this.bodyUsed=!1,this._initBody=function(t){var e;this._bodyInit=t,t?"string"==typeof t?this._bodyText=t:o.blob&&Blob.prototype.isPrototypeOf(t)?this._bodyBlob=t:o.formData&&FormData.prototype.isPrototypeOf(t)?this._bodyFormData=t:o.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)?this._bodyText=t.toString():o.arrayBuffer&&o.blob&&((e=t)&&DataView.prototype.isPrototypeOf(e))?(this._bodyArrayBuffer=h(t.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):o.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(t)||i(t))?this._bodyArrayBuffer=h(t):this._bodyText=t=Object.prototype.toString.call(t):this._bodyText="",this.headers.get("content-type")||("string"==typeof t?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):o.searchParams&&URLSearchParams.prototype.isPrototypeOf(t)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},o.blob&&(this.blob=function(){var t=c(this);if(t)return t;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?c(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(f)}),this.text=function(){var t,e,o,r=c(this);if(r)return r;if(this._bodyBlob)return t=this._bodyBlob,e=new FileReader,o=p(e),e.readAsText(t),o;if(this._bodyArrayBuffer)return Promise.resolve(function(t){for(var e=new Uint8Array(t),o=new Array(e.length),r=0;r<e.length;r++)o[r]=String.fromCharCode(e[r]);return o.join("")}(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},o.formData&&(this.formData=function(){return this.text().then(y)}),this.json=function(){return this.text().then(JSON.parse)},this}l.prototype.append=function(t,e){t=n(t),e=a(e);var o=this.map[t];this.map[t]=o?o+", "+e:e},l.prototype.delete=function(t){delete this.map[n(t)]},l.prototype.get=function(t){return t=n(t),this.has(t)?this.map[t]:null},l.prototype.has=function(t){return this.map.hasOwnProperty(n(t))},l.prototype.set=function(t,e){this.map[n(t)]=a(e)},l.prototype.forEach=function(t,e){for(var o in this.map)this.map.hasOwnProperty(o)&&t.call(e,this.map[o],o,this)},l.prototype.keys=function(){var t=[];return this.forEach((function(e,o){t.push(o)})),s(t)},l.prototype.values=function(){var t=[];return this.forEach((function(e){t.push(e)})),s(t)},l.prototype.entries=function(){var t=[];return this.forEach((function(e,o){t.push([o,e])})),s(t)},o.iterable&&(l.prototype[Symbol.iterator]=l.prototype.entries);var u=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function g(t,e){var o,r,i=(e=e||{}).body;if(t instanceof g){if(t.bodyUsed)throw new TypeError("Already read");this.url=t.url,this.credentials=t.credentials,e.headers||(this.headers=new l(t.headers)),this.method=t.method,this.mode=t.mode,this.signal=t.signal,i||null==t._bodyInit||(i=t._bodyInit,t.bodyUsed=!0)}else this.url=String(t);if(this.credentials=e.credentials||this.credentials||"same-origin",!e.headers&&this.headers||(this.headers=new l(e.headers)),this.method=(o=e.method||this.method||"GET",r=o.toUpperCase(),u.indexOf(r)>-1?r:o),this.mode=e.mode||this.mode||null,this.signal=e.signal||this.signal,this.referrer=null,("GET"===this.method||"HEAD"===this.method)&&i)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(i)}function y(t){var e=new FormData;return t.trim().split("&").forEach((function(t){if(t){var o=t.split("="),r=o.shift().replace(/\+/g," "),i=o.join("=").replace(/\+/g," ");e.append(decodeURIComponent(r),decodeURIComponent(i))}})),e}function b(t,e){e||(e={}),this.type="default",this.status=void 0===e.status?200:e.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in e?e.statusText:"OK",this.headers=new l(e.headers),this.url=e.url||"",this._initBody(t)}g.prototype.clone=function(){return new g(this,{body:this._bodyInit})},d.call(g.prototype),d.call(b.prototype),b.prototype.clone=function(){return new b(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new l(this.headers),url:this.url})},b.error=function(){var t=new b(null,{status:0,statusText:""});return t.type="error",t};var m=[301,302,303,307,308];b.redirect=function(t,e){if(-1===m.indexOf(e))throw new RangeError("Invalid status code");return new b(null,{status:e,headers:{location:t}})},e.DOMException=t.DOMException;try{new e.DOMException}catch(t){e.DOMException=function(t,e){this.message=t,this.name=e;var o=Error(t);this.stack=o.stack},e.DOMException.prototype=Object.create(Error.prototype),e.DOMException.prototype.constructor=e.DOMException}function v(t,r){return new Promise((function(i,n){var a=new g(t,r);if(a.signal&&a.signal.aborted)return n(new e.DOMException("Aborted","AbortError"));var s=new XMLHttpRequest;function c(){s.abort()}s.onload=function(){var t,e,o={status:s.status,statusText:s.statusText,headers:(t=s.getAllResponseHeaders()||"",e=new l,t.replace(/\r?\n[\t ]+/g," ").split(/\r?\n/).forEach((function(t){var o=t.split(":"),r=o.shift().trim();if(r){var i=o.join(":").trim();e.append(r,i)}})),e)};o.url="responseURL"in s?s.responseURL:o.headers.get("X-Request-URL");var r="response"in s?s.response:s.responseText;i(new b(r,o))},s.onerror=function(){n(new TypeError("Network request failed"))},s.ontimeout=function(){n(new TypeError("Network request failed"))},s.onabort=function(){n(new e.DOMException("Aborted","AbortError"))},s.open(a.method,a.url,!0),"include"===a.credentials?s.withCredentials=!0:"omit"===a.credentials&&(s.withCredentials=!1),"responseType"in s&&o.blob&&(s.responseType="blob"),a.headers.forEach((function(t,e){s.setRequestHeader(e,t)})),a.signal&&(a.signal.addEventListener("abort",c),s.onreadystatechange=function(){4===s.readyState&&a.signal.removeEventListener("abort",c)}),s.send(void 0===a._bodyInit?null:a._bodyInit)}))}v.polyfill=!0,t.fetch||(t.fetch=v,t.Headers=l,t.Request=g,t.Response=b),e.Headers=l,e.Request=g,e.Response=b,e.fetch=v,Object.defineProperty(e,"t",{value:!0})}({})}("undefined"!=typeof self?self:void 0),function(t){t.black="black",t.green="green",t.blue="blue",t.purple="purple",t.red="red",t.orange="orange",t.yellow="yellow"}(qr||(qr={})),function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"}(Yr||(Yr={})),function(t){t.THIRD_PARTY="THIRD_PARTY",t.OFF_THE_GRID="OFF_THE_GRID",t.CONTENT_PACKAGER="CONTENT_PACKAGER",t.PAGES="PAGES",t.DESIGNED_READER="DESIGNED_READER"}(Qr||(Qr={})),function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"}(Vr||(Vr={})),function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_YEAR="LAST_YEAR",t.CUSTOM="CUSTOM"}(Xr||(Xr={})),function(t){t.ASC="ASC",t.DESC="DESC"}(Jr||(Jr={})),function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"}(ti||(ti={})),function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"}(ei||(ei={})),function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK"}(oi||(oi={})),function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"}(ri||(ri={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK"}(ii||(ii={})),function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC"}(ni||(ni={})),function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS",t.ALL_TOPICS="ALL_TOPICS"}(ai||(ai={})),function(t){t.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",t.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",t.HTML_EXPORT_USER="HTML_EXPORT_USER",t.PDF_EXPORT_USER="PDF_EXPORT_USER",t.SAVED_SEARCH_USER="SAVED_SEARCH_USER",t.COLLECTION_USER="COLLECTION_USER",t.OFFLINE_USER="OFFLINE_USER",t.ANALYTICS_USER="ANALYTICS_USER",t.BETA_USER="BETA_USER",t.DEBUG_USER="DEBUG_USER",t.PRINT_USER="PRINT_USER",t.RATING_USER="RATING_USER",t.FEEDBACK_USER="FEEDBACK_USER",t.CONTENT_PUBLISHER="CONTENT_PUBLISHER",t.KHUB_ADMIN="KHUB_ADMIN",t.USERS_ADMIN="USERS_ADMIN",t.PORTAL_ADMIN="PORTAL_ADMIN",t.ADMIN="ADMIN",t.DEVELOPER="DEVELOPER"}(si||(si={})),si.PERSONAL_BOOK_SHARE_USER,si.PERSONAL_BOOK_USER,si.HTML_EXPORT_USER,si.PERSONAL_BOOK_USER,si.PDF_EXPORT_USER,si.PERSONAL_BOOK_USER,si.KHUB_ADMIN,si.CONTENT_PUBLISHER,si.ADMIN,si.KHUB_ADMIN,si.USERS_ADMIN,si.PORTAL_ADMIN,si.DEVELOPER,si.BETA_USER,si.DEBUG_USER;class li{static async build(){return new li(await Sr.await())}constructor(t){this.api=t,this.cache=new e.CacheRegistry,this.cache.registerFinal("available-locales",(()=>this.api.getAvailableSearchLocales()))}async launchSearch(t){return this.api.search(t)}async launchSuggest(t){return this.api.getSuggestions(t)}async getAvailableSearchLocales(){return this.cache.get("available-locales")}}class ci extends Event{constructor(){super(ci.eventName)}}ci.eventName="search-context-clear-all-filters";class pi{static build(t){return new pi((t=>e.FtReduxStore.get({name:"ft-search-"+t,initialState:{request:{query:"",filters:[],facets:[],sort:[],paging:{page:1,perPage:20}},liveQuery:""},reducers:_r}))(t.trim()||"context"),li.build)}constructor(t,o){this.store=t,this.serviceProvider=o,this.ignoreEmptyQuery=!1,this.searchDebouncer=new e.Debouncer(100),this.suggestDebouncer=new e.Debouncer(300)}async initService(){return this.service=await this.serviceProvider(),this.store.actions.setLocales((await this.service.getAvailableSearchLocales()).contentLocales),this.launchSearch()}async awaitService(){for(;null==this.service;)await e.delay(5);return this.service}setQuery(t){this.store.actions.setRequestQuery(t),this.store.actions.setLiveQuery(t),this.store.actions.setPageNumber(1),this.launchSearch()}setContentLocale(t){let e=this.store.getState().locales,o=this.store.getState().request.contentLocale;if(t!=o){if(e){const r=t=>e.some((e=>e.lang==t));r(t)||(t=r(o)?o:e[0].lang)}this.store.actions.setRequestContentLocale(t),this.store.actions.setPageNumber(1),this.store.actions.setRequestFilters([]),this.launchSearch()}return t}setPageSize(t){this.store.actions.setPageSize(t),this.launchSearch()}setPageNumber(t){this.store.actions.setPageNumber(t),this.launchSearch()}setSort(t){this.store.actions.setRequestSort(t),this.store.actions.setPageNumber(1),this.launchSearch()}setFilters(t){const e=t.filter((t=>t.values.length>0));this.store.actions.setRequestFilters(e),this.store.actions.setPageNumber(1),e.forEach((t=>{this.facetIds.includes(t.key)||(this.facetIds=[...this.facetIds,t.key])})),this.launchSearch()}setSearchInDocumentTitlesOnly(t){t?(this.store.actions.setRequestVirtualField(ei.TITLE_ONLY),this.store.actions.setRequestScope(ai.DOCUMENTS)):(this.store.actions.setRequestVirtualField(ei.EVERYWHERE),this.store.actions.setRequestScope(ai.DEFAULT)),this.launchSearch()}get searchInDocumentTitlesOnly(){return(t=>t.request.virtualField===ei.TITLE_ONLY&&t.request.scope===ai.DOCUMENTS)(this.store.getState())}clearAllFilters(){this.setFilters([]),this.store.eventBus.dispatchEvent(new ci)}addFacet(t){this.facetIds=[...this.facetIds,t],this.launchSearch()}replaceFacet(t,e){let o=this.facetIds.filter((e=>e!=t));e&&o.push(e),this.facetIds=o,this.launchSearch()}get facetIds(){return this.store.getState().request.facets.map((t=>t.id))}set facetIds(t){let e=[...new Set(t)].map((t=>({id:t})));this.store.actions.setRequestFacets(e)}setFilter(t,e){let o=this.store.getState().request.filters,r={key:t,values:e,negative:!1},i=[...o.filter((e=>e.key!==t)),r];this.setFilters(i)}setLiveQuery(t){this.store.actions.setLiveQuery(t),this.launchSuggest()}setRequest(t){this.store.actions.setRequest(t),this.store.actions.setLiveQuery(t.query),this.store.actions.setPageNumber(1),this.launchSearch()}setScope(t){this.store.actions.setRequestScope(t),this.launchSearch()}setIgnoreEmptyQuery(t){this.ignoreEmptyQuery=t,this.launchSearch()}async launchSearch(){return await this.awaitService(),this.searchDebouncer.run((()=>this.fetchSearchData()))}async launchSuggest(){await this.awaitService(),this.suggestDebouncer.run((()=>this.fetchSuggestData()))}async fetchSearchData(){var t,o;try{null===(t=this.cancelableSearch)||void 0===t||t.cancel();let r=this.store.getState().request;if(this.store.actions.setPaging(void 0),this.ignoreEmptyQuery&&0==r.query.length)this.store.actions.setResults(void 0),this.store.actions.setFacets(void 0),this.store.actions.setSpellcheck(void 0);else{this.cancelableSearch=e.cancelable(this.service.launchSearch(r));const t=await this.cancelableSearch;if(t.paging.currentPage<=1)this.store.actions.setResults(t.results),this.store.actions.setFacets(t.facets),this.store.actions.setSpellcheck(t.spellcheck);else{let e=(null!==(o=this.store.getState().results)&&void 0!==o?o:[]).concat(t.results);this.store.actions.setResults(e)}this.store.actions.setPaging(t.paging)}}catch(t){t instanceof e.CanceledPromiseError||!this.errorHandler||this.errorHandler(t)}}async fetchSuggestData(){var t;try{const o=this.store.getState(),r=o.request,i={input:o.liveQuery,filters:r.filters,sort:r.sort,contentLocale:r.contentLocale,scope:r.scope};null===(t=this.cancelableSuggest)||void 0===t||t.cancel(),this.cancelableSuggest=e.cancelable(this.service.launchSuggest(i));let n=await this.cancelableSuggest;this.store.actions.setSuggestResults(n.suggestions)}catch(t){t instanceof e.CanceledPromiseError||!this.errorHandler||this.errorHandler(t)}}clear(){this.store.clear()}}var fi=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class hi extends Event{constructor(){super("register-ft-search-component",{bubbles:!0,composed:!0})}}const di=Symbol("registerInterval");class ui extends(function(t){var e;class o extends t{constructor(){super(...arguments),this[e]=0}setSearchStateManager(t){this.clearStateManager(),this.stateManager=t,this.addStore(t.store,"search")}clearStateManager(){this.stateManager&&(this.removeStore(this.stateManager.store),this.stateManager=void 0)}connectedCallback(){super.connectedCallback(),this[di]=window.setInterval((()=>this.tryToRegisterToContext()),50)}tryToRegisterToContext(){null!=this.stateManager?window.clearInterval(this[di]):this.dispatchEvent(new hi)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return e=di,fi([r.state()],o.prototype,"stateManager",void 0),o}(e.FtLitElementRedux)){}var gi,yi=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class bi extends CustomEvent{constructor(t){super("ft-search-load-error",{detail:t})}}class mi extends CustomEvent{constructor(t){super("ft-search-request-change",{detail:t})}}class vi extends CustomEvent{constructor(t,e,o){super("ft-search-results-change",{detail:{request:t,paging:e,spellcheck:o}})}}class xi extends e.FtLitElementRedux{get stateManager(){return null==this._stateManager&&(this._stateManager=pi.build(this.id||(""+Math.round(999e3*Math.random())).padStart(6,"0")),this._stateManager.errorHandler=t=>this.handleLoadError(t),this.addStore(this.stateManager.store,"search")),this._stateManager}constructor(){super(),this.query="",this.pageSize=20,this.searchInDocumentTitlesOnly=!1,this.ignoreEmptyQuery=!1,this.filters=[],this.sort=[],this.addStore(Nr)}render(){return o.html`
1042
1046
  <slot @register-ft-search-component=${this.registerComponent}></slot>
1043
- `}update(t){super.update(t),t.has("query")&&void 0!==this.query&&this.stateManager.setQuery(this.query),t.has("contentLocale")&&void 0!==this.contentLocale&&this.stateManager.setContentLocale(this.contentLocale),t.has("session")&&this.session&&this.stateManager.initService(),t.has("filters")&&void 0!==this.filters&&this.stateManager.setFilters(this.filters),t.has("sort")&&void 0!==this.sort&&this.stateManager.setSort(this.sort),t.has("pageSize")&&void 0!==this.pageSize&&this.stateManager.setPageSize(this.pageSize),t.has("searchInDocumentTitlesOnly")&&void 0!==this.searchInDocumentTitlesOnly&&this.stateManager.setSearchInDocumentTitlesOnly(this.searchInDocumentTitlesOnly),t.has("scope")&&void 0!==this.scope&&this.stateManager.setScope(this.scope),t.has("ignoreEmptyQuery")&&void 0!==this.ignoreEmptyQuery&&this.stateManager.setIgnoreEmptyQuery(this.ignoreEmptyQuery)}connectedCallback(){super.connectedCallback(),this.stateManager.setQuery(this.query),this.stateManager.setContentLocale(this.contentLocale),this.stateManager.setFilters(this.filters),this.stateManager.setPageSize(this.pageSize),this.stateManager.setSort(this.sort)}contentAvailableCallback(t){super.contentAvailableCallback(t),t.has("request")&&this.request&&this.dispatchEvent(new yi(this.request)),t.has("paging")&&void 0!==this.paging&&this.dispatchEvent(new bi(this.request,this.paging,this.autocorrect))}registerComponent(t){t.stopPropagation();const e=t.composedPath()[0];this.register(e)}register(t){t.setSearchStateManager(this.stateManager)}handleLoadError(t){this.dispatchEvent(new gi(t))}reloadSavedSearches(){Kr.clearMySearches()}clear(){this.stateManager.clear()}}mi.elementDefinitions={},mi.styles=Mr,ui([r.property()],mi.prototype,"query",void 0),ui([r.property()],mi.prototype,"contentLocale",void 0),ui([r.property({type:Number})],mi.prototype,"pageSize",void 0),ui([r.property({type:Boolean})],mi.prototype,"searchInDocumentTitlesOnly",void 0),ui([r.property()],mi.prototype,"scope",void 0),ui([r.property({type:Boolean})],mi.prototype,"ignoreEmptyQuery",void 0),ui([e.jsonProperty([])],mi.prototype,"filters",void 0),ui([e.jsonProperty([])],mi.prototype,"sort",void 0),ui([e.redux({store:"search"})],mi.prototype,"request",void 0),ui([e.redux({store:"search"})],mi.prototype,"paging",void 0),ui([e.redux({store:"search",selector:t=>t.spellcheck})],mi.prototype,"autocorrect",void 0),ui([e.redux({store:Or.name})],mi.prototype,"session",void 0),e.customElement("ft-search-context")(mi),function(t){t.FEEDBACK="FEEDBACK",t.RATING="RATING",t.PRINT="PRINT",t.BOOKMARK="BOOKMARK",t.COLLECTIONS="COLLECTIONS",t.PERSONAL_BOOKS="PERSONAL_BOOKS"}(di||(di={}));var vi=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class xi extends Event{constructor(){super("register-ft-reader-component",{bubbles:!0,composed:!0})}}const Oi=Symbol("registerInterval");class wi extends(function(t){var e;class o extends t{constructor(){super(...arguments),this[e]=0}setReaderStateManager(t){this.clearStateManager(),this.stateManager=t,this.addStore(t.store,"reader")}clearStateManager(){this.stateManager&&(this.removeStore("reader"),this.stateManager=void 0)}get service(){var t;return null===(t=this.stateManager)||void 0===t?void 0:t.service}connectedCallback(){super.connectedCallback(),this[Oi]=window.setInterval((()=>this.tryToRegisterToContext()),50)}tryToRegisterToContext(){null!=this.stateManager?window.clearInterval(this[Oi]):this.dispatchEvent(new xi)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return e=Oi,vi([r.state()],o.prototype,"stateManager",void 0),o}(e.FtLitElementRedux)){}const Ni=o.css`
1047
+ `}update(t){super.update(t),t.has("query")&&void 0!==this.query&&this.stateManager.setQuery(this.query),t.has("contentLocale")&&void 0!==this.contentLocale&&this.stateManager.setContentLocale(this.contentLocale),t.has("session")&&this.session&&this.stateManager.initService(),t.has("filters")&&void 0!==this.filters&&this.stateManager.setFilters(this.filters),t.has("sort")&&void 0!==this.sort&&this.stateManager.setSort(this.sort),t.has("pageSize")&&void 0!==this.pageSize&&this.stateManager.setPageSize(this.pageSize),t.has("searchInDocumentTitlesOnly")&&void 0!==this.searchInDocumentTitlesOnly&&this.stateManager.setSearchInDocumentTitlesOnly(this.searchInDocumentTitlesOnly),t.has("scope")&&void 0!==this.scope&&this.stateManager.setScope(this.scope),t.has("ignoreEmptyQuery")&&void 0!==this.ignoreEmptyQuery&&this.stateManager.setIgnoreEmptyQuery(this.ignoreEmptyQuery)}connectedCallback(){super.connectedCallback(),this.stateManager.setQuery(this.query),this.stateManager.setContentLocale(this.contentLocale),this.stateManager.setFilters(this.filters),this.stateManager.setPageSize(this.pageSize),this.stateManager.setSort(this.sort)}contentAvailableCallback(t){super.contentAvailableCallback(t),t.has("request")&&this.request&&this.dispatchEvent(new mi(this.request)),t.has("paging")&&void 0!==this.paging&&this.dispatchEvent(new vi(this.request,this.paging,this.autocorrect))}registerComponent(t){t.stopPropagation();const e=t.composedPath()[0];this.register(e)}register(t){t.setSearchStateManager(this.stateManager)}handleLoadError(t){this.dispatchEvent(new bi(t))}reloadSavedSearches(){Br.clearMySearches()}clear(){this.stateManager.clear()}}xi.elementDefinitions={},xi.styles=Gr,yi([r.property()],xi.prototype,"query",void 0),yi([r.property()],xi.prototype,"contentLocale",void 0),yi([r.property({type:Number})],xi.prototype,"pageSize",void 0),yi([r.property({type:Boolean})],xi.prototype,"searchInDocumentTitlesOnly",void 0),yi([r.property()],xi.prototype,"scope",void 0),yi([r.property({type:Boolean})],xi.prototype,"ignoreEmptyQuery",void 0),yi([e.jsonProperty([])],xi.prototype,"filters",void 0),yi([e.jsonProperty([])],xi.prototype,"sort",void 0),yi([e.redux({store:"search"})],xi.prototype,"request",void 0),yi([e.redux({store:"search"})],xi.prototype,"paging",void 0),yi([e.redux({store:"search",selector:t=>t.spellcheck})],xi.prototype,"autocorrect",void 0),yi([e.redux({store:Nr.name})],xi.prototype,"session",void 0),e.customElement("ft-search-context")(xi),function(t){t.FEEDBACK="FEEDBACK",t.RATING="RATING",t.PRINT="PRINT",t.BOOKMARK="BOOKMARK",t.COLLECTIONS="COLLECTIONS",t.PERSONAL_BOOKS="PERSONAL_BOOKS"}(gi||(gi={}));var Oi=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class wi extends Event{constructor(){super("register-ft-reader-component",{bubbles:!0,composed:!0})}}const Ni=Symbol("registerInterval");class Si extends(function(t){var e;class o extends t{constructor(){super(...arguments),this[e]=0}setReaderStateManager(t){this.clearStateManager(),this.stateManager=t,this.addStore(t.store,"reader")}clearStateManager(){this.stateManager&&(this.removeStore("reader"),this.stateManager=void 0)}get service(){var t;return null===(t=this.stateManager)||void 0===t?void 0:t.service}connectedCallback(){super.connectedCallback(),this[Ni]=window.setInterval((()=>this.tryToRegisterToContext()),50)}tryToRegisterToContext(){null!=this.stateManager?window.clearInterval(this[Ni]):this.dispatchEvent(new wi)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return e=Ni,Oi([r.state()],o.prototype,"stateManager",void 0),o}(e.FtLitElementRedux)){}const Ci=o.css`
1044
1048
 
1045
- `,Si=Hr.build("searchResultsNumber"),Ci={results:"{0} results","results[\\=1]":"1 result"};var $i=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Ei extends(Dr(hi)){constructor(){super(),this.addI18nContext(Si,Ci)}render(){return null==this.paging?o.nothing:o.html`
1049
+ `,$i=jr.build("searchResultsNumber"),Ei={results:"{0} results","results[\\=1]":"1 result"};var Ri=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Ii extends(Dr(ui)){constructor(){super(),this.addI18nContext($i,Ei)}render(){return null==this.paging?o.nothing:o.html`
1046
1050
  <ft-typography variant="body1">
1047
- ${Si.messages.results(this.paging.totalClustersCount)}
1051
+ ${$i.messages.results(this.paging.totalClustersCount)}
1048
1052
  </ft-typography>
1049
- `}}Ei.elementDefinitions={"ft-typography":Me},Ei.styles=Ni,$i([e.redux()],Ei.prototype,"paging",void 0),e.customElement("ft-search-results-number")(Ei);const Ri=Hr.build("designedSearchInput"),Ii=o.css`
1053
+ `}}Ii.elementDefinitions={"ft-typography":Me},Ii.styles=Ci,Ri([e.redux()],Ii.prototype,"paging",void 0),e.customElement("ft-search-results-number")(Ii);const ki=jr.build("designedSearchInput"),Ui=o.css`
1050
1054
  * {
1051
1055
  box-sizing: border-box;
1052
1056
  }
1053
1057
 
1054
1058
  .ft-search-input-suggestion {
1055
1059
  position: absolute;
1056
- z-index: ${pr.floatingZIndex};
1060
+ z-index: ${hr.floatingZIndex};
1057
1061
  top: calc(100% + 2px);
1058
1062
  left: -1px;
1059
1063
  right: -1px;
1060
- background: ${pr.colorSurface};
1061
- border: 1px solid ${pr.colorOutline};
1062
- border-radius: 0 0 ${pr.borderRadius} ${pr.borderRadius};
1063
- box-shadow: ${pr.elevation02};
1064
+ background: ${hr.colorSurface};
1065
+ border: 1px solid ${hr.colorOutline};
1066
+ border-radius: 0 0 ${hr.borderRadius} ${hr.borderRadius};
1067
+ box-shadow: ${hr.elevation02};
1064
1068
  }
1065
1069
 
1066
1070
  .ft-search-input-suggestion--suggestion {
@@ -1071,7 +1075,7 @@ const ze=Symbol.for(""),De=t=>{if(t?.r===ze)return t?._$litStatic$},Ze=t=>({_$li
1071
1075
  padding: 8px;
1072
1076
  gap: 8px;
1073
1077
  cursor: pointer;
1074
- color: ${pr.colorOnSurface};
1078
+ color: ${hr.colorOnSurface};
1075
1079
  min-height: 44px;
1076
1080
  }
1077
1081
 
@@ -1088,7 +1092,7 @@ const ze=Symbol.for(""),De=t=>{if(t?.r===ze)return t?._$litStatic$},Ze=t=>({_$li
1088
1092
  flex-grow: 1;
1089
1093
  flex-shrink: 1;
1090
1094
  }
1091
- `;var ki=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Ui extends CustomEvent{constructor(t){super("suggestion-selected",{detail:t})}}let Li=class extends hi{render(){return o.html`
1095
+ `;var Li=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Wi extends CustomEvent{constructor(t){super("suggestion-selected",{detail:t})}}let Ki=class extends ui{render(){return o.html`
1092
1096
  <div class="ft-search-input-suggestion ft-word-wrap"
1093
1097
  part="container"
1094
1098
  @keydown=${t=>this.onSuggestKeyDown(t)}>
@@ -1104,16 +1108,16 @@ const ze=Symbol.for(""),De=t=>{if(t?.r===ze)return t?._$litStatic$},Ze=t=>({_$li
1104
1108
  </a>
1105
1109
  `))}
1106
1110
  </div>
1107
- `}onSuggestKeyDown(t){var e,o,r,i,n,a;switch(t.key){case"ArrowUp":null===(r=null!==(o=null===(e=this.getFocusedSuggestionElement())||void 0===e?void 0:e.previousElementSibling)&&void 0!==o?o:this.getLastSuggestionElement())||void 0===r||r.focus(),t.preventDefault(),t.stopPropagation();break;case"ArrowDown":null===(a=null!==(n=null===(i=this.getFocusedSuggestionElement())||void 0===i?void 0:i.nextElementSibling)&&void 0!==n?n:this.getFirstSuggestionElement())||void 0===a||a.focus(),t.preventDefault(),t.stopPropagation()}}onSuggestKeyUp(t,e){"Enter"!==t.key&&" "!==t.key||this.onSuggestSelected(t,e)}onSuggestSelected(t,e){t.preventDefault(),this.dispatchEvent(new Ui(e))}getIcon(t){const e="DOCUMENT"===t.type?Jo.file_format:Jo.fluid_topics;let r;switch(t.type){case"MAP":r="BOOK"===t.editorialType?_o.BOOK:_o.ARTICLE;break;case"DOCUMENT":r=function(t,e){var o,r,i,n;t=(null!=t?t:"").toLowerCase(),e=(null!=e?e:"").toLowerCase();const[a,s]=((null!==(o=Xo.get(t))&&void 0!==o?o:t)+"/").split("/");return null!==(n=null!==(i=null!==(r=Vo.get(s))&&void 0!==r?r:Vo.get(e))&&void 0!==i?i:Vo.get(a))&&void 0!==n?n:qo.UNKNOWN}(t.mimeType,t.filenameExtension);break;case"TOPIC":r=_o.TOPICS}return o.html`
1111
+ `}onSuggestKeyDown(t){var e,o,r,i,n,a;switch(t.key){case"ArrowUp":null===(r=null!==(o=null===(e=this.getFocusedSuggestionElement())||void 0===e?void 0:e.previousElementSibling)&&void 0!==o?o:this.getLastSuggestionElement())||void 0===r||r.focus(),t.preventDefault(),t.stopPropagation();break;case"ArrowDown":null===(a=null!==(n=null===(i=this.getFocusedSuggestionElement())||void 0===i?void 0:i.nextElementSibling)&&void 0!==n?n:this.getFirstSuggestionElement())||void 0===a||a.focus(),t.preventDefault(),t.stopPropagation()}}onSuggestKeyUp(t,e){"Enter"!==t.key&&" "!==t.key||this.onSuggestSelected(t,e)}onSuggestSelected(t,e){t.preventDefault(),this.dispatchEvent(new Wi(e))}getIcon(t){const e="DOCUMENT"===t.type?er.file_format:er.fluid_topics;let r;switch(t.type){case"MAP":r="BOOK"===t.editorialType?Yo.BOOK:Yo.ARTICLE;break;case"DOCUMENT":r=function(t,e){var o,r,i,n;t=(null!=t?t:"").toLowerCase(),e=(null!=e?e:"").toLowerCase();const[a,s]=((null!==(o=tr.get(t))&&void 0!==o?o:t)+"/").split("/");return null!==(n=null!==(i=null!==(r=Jo.get(s))&&void 0!==r?r:Jo.get(e))&&void 0!==i?i:Jo.get(a))&&void 0!==n?n:Qo.UNKNOWN}(t.mimeType,t.filenameExtension);break;case"TOPIC":r=Yo.TOPICS}return o.html`
1108
1112
  <ft-icon .variant="${e}" .value="${r}" part="suggestion-icon"></ft-icon>
1109
- `}getFocusedSuggestionElement(){return this.shadowRoot.querySelector(".ft-search-input-suggestion--suggestion:focus-within")}getLastSuggestionElement(){let t=this.shadowRoot.querySelectorAll(".ft-search-input-suggestion--suggestion");return t.length>0?t[t.length-1]:null}getFirstSuggestionElement(){return this.shadowRoot.querySelector(".ft-search-input-suggestion--suggestion")}focusFirstSuggestion(){var t;null===(t=this.getFirstSuggestionElement())||void 0===t||t.focus()}};Li.elementDefinitions={"ft-ripple":te,"ft-typography":Me,"ft-icon":er},Li.styles=[e.wordWrap,Ii],ki([e.redux()],Li.prototype,"suggestResults",void 0),Li=ki([r.customElement("ft-search-input-suggestion")],Li);var Wi=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Ki extends(Dr(hi)){constructor(){super(),this.liveQuery="",this.forceCloseSuggestion=!1,this.addI18nContext(Ri)}render(){var t,e;let r={"ft-search-input":!0,"ft-search-input--with-suggestions":null!==(e=null===(t=this.suggestResults)||void 0===t?void 0:t.length)&&void 0!==e&&e,"ft-search-input--with-suggestions-closed":this.forceCloseSuggestion};return o.html`
1113
+ `}getFocusedSuggestionElement(){return this.shadowRoot.querySelector(".ft-search-input-suggestion--suggestion:focus-within")}getLastSuggestionElement(){let t=this.shadowRoot.querySelectorAll(".ft-search-input-suggestion--suggestion");return t.length>0?t[t.length-1]:null}getFirstSuggestionElement(){return this.shadowRoot.querySelector(".ft-search-input-suggestion--suggestion")}focusFirstSuggestion(){var t;null===(t=this.getFirstSuggestionElement())||void 0===t||t.focus()}};Ki.elementDefinitions={"ft-ripple":te,"ft-typography":Me,"ft-icon":rr},Ki.styles=[e.wordWrap,Ui],Li([e.redux()],Ki.prototype,"suggestResults",void 0),Ki=Li([r.customElement("ft-search-input-suggestion")],Ki);var Ai=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Bi extends(Dr(ui)){constructor(){super(),this.liveQuery="",this.forceCloseSuggestion=!1,this.addI18nContext(ki)}render(){var t,e;let r={"ft-search-input":!0,"ft-search-input--with-suggestions":null!==(e=null===(t=this.suggestResults)||void 0===t?void 0:t.length)&&void 0!==e&&e,"ft-search-input--with-suggestions-closed":this.forceCloseSuggestion};return o.html`
1110
1114
  <div class="${i.classMap(r)}" @focusout=${()=>this.forceCloseSuggestion=!1}>
1111
1115
  <div class="ft-search-input--input-container" part="input-container" tabindex="-1">
1112
1116
  <div class="ft-search-input--input-outline" part="input-outline">
1113
1117
  <input class="ft-search-input--input ft-typography--body2"
1114
1118
  part="input"
1115
1119
  type="text"
1116
- placeholder="${Ri.messages.placeholder()}"
1120
+ placeholder="${ki.messages.placeholder()}"
1117
1121
  .value="${this.liveQuery}"
1118
1122
  @keydown=${t=>this.onSearchBarKeyDown(t)}
1119
1123
  @keyup=${t=>this.onSearchBarKeyUp(t)}>
@@ -1129,7 +1133,7 @@ const ze=Symbol.for(""),De=t=>{if(t?.r===ze)return t?._$litStatic$},Ze=t=>({_$li
1129
1133
  part="clear-query"
1130
1134
  icon="close"
1131
1135
  round dense
1132
- label="${Ri.messages.clearButton()}"
1136
+ label="${ki.messages.clearButton()}"
1133
1137
  @click=${()=>this.liveQuery=""}
1134
1138
  ></ft-button>
1135
1139
  <div class="ft-search-input--separator"></div>
@@ -1138,28 +1142,28 @@ const ze=Symbol.for(""),De=t=>{if(t?.r===ze)return t?._$litStatic$},Ze=t=>({_$li
1138
1142
  part="launch-search-in-input"
1139
1143
  icon="search"
1140
1144
  round dense
1141
- label="${Ri.messages.searchButton()}"
1145
+ label="${ki.messages.searchButton()}"
1142
1146
  @click=${()=>this.launchSearch()}
1143
1147
  ></ft-button>
1144
1148
  </div>
1145
1149
  </div>
1146
- `}onSearchBarKeyDown(t){switch(t.key){case"ArrowDown":t.stopPropagation(),t.preventDefault(),this.suggestion.focusFirstSuggestion();break;case"Backspace":t.stopPropagation()}}onSearchBarKeyUp(t){var e,o;if("Backspace"===t.key&&t.stopPropagation(),"Enter"===t.key)null===(e=this.stateManager)||void 0===e||e.setQuery(this.input.value),this.forceCloseSuggestion=!0;else null===(o=this.stateManager)||void 0===o||o.setLiveQuery(this.input.value),this.forceCloseSuggestion=!1}launchSearch(){var t;null===(t=this.stateManager)||void 0===t||t.setQuery(this.liveQuery),this.forceCloseSuggestion=!0}onSuggestionSelected(t){var e;null===(e=this.stateManager)||void 0===e||e.setQuery(t.detail),this.forceCloseSuggestion=!0}}Ki.elementDefinitions={"ft-search-input-suggestion":Li,"ft-button":ar},Ki.styles=[Wt,fr],Wi([e.redux()],Ki.prototype,"request",void 0),Wi([e.redux()],Ki.prototype,"liveQuery",void 0),Wi([e.redux()],Ki.prototype,"suggestResults",void 0),Wi([r.state()],Ki.prototype,"forceCloseSuggestion",void 0),Wi([r.query(".ft-search-input--input")],Ki.prototype,"input",void 0),Wi([r.query("ft-search-input-suggestion")],Ki.prototype,"suggestion",void 0),e.customElement("ft-search-input")(Ki);const Ai=o.css`
1150
+ `}onSearchBarKeyDown(t){switch(t.key){case"ArrowDown":t.stopPropagation(),t.preventDefault(),this.suggestion.focusFirstSuggestion();break;case"Backspace":t.stopPropagation()}}onSearchBarKeyUp(t){var e,o;if("Backspace"===t.key&&t.stopPropagation(),"Enter"===t.key)null===(e=this.stateManager)||void 0===e||e.setQuery(this.input.value),this.forceCloseSuggestion=!0;else null===(o=this.stateManager)||void 0===o||o.setLiveQuery(this.input.value),this.forceCloseSuggestion=!1}launchSearch(){var t;null===(t=this.stateManager)||void 0===t||t.setQuery(this.liveQuery),this.forceCloseSuggestion=!0}onSuggestionSelected(t){var e;null===(e=this.stateManager)||void 0===e||e.setQuery(t.detail),this.forceCloseSuggestion=!0}}Bi.elementDefinitions={"ft-search-input-suggestion":Ki,"ft-button":lr},Bi.styles=[Wt,dr],Ai([e.redux()],Bi.prototype,"request",void 0),Ai([e.redux()],Bi.prototype,"liveQuery",void 0),Ai([e.redux()],Bi.prototype,"suggestResults",void 0),Ai([r.state()],Bi.prototype,"forceCloseSuggestion",void 0),Ai([r.query(".ft-search-input--input")],Bi.prototype,"input",void 0),Ai([r.query("ft-search-input-suggestion")],Bi.prototype,"suggestion",void 0),e.customElement("ft-search-input")(Bi);const zi=o.css`
1147
1151
  [part="no-results-message"] {
1148
1152
  text-align: center;
1149
1153
  padding: 12px;
1150
1154
  }
1151
- `,Bi=o.css`
1155
+ `,Zi=o.css`
1152
1156
  a {
1153
1157
  color: inherit;
1154
1158
  text-decoration: inherit;
1155
1159
  }
1156
- `;var zi=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Di extends CustomEvent{constructor(t,e){super("ft-search-result-click",{detail:{result:t,rank:e},bubbles:!0,composed:!0})}}class Zi extends e.FtLitElement{constructor(){super(...arguments),this.index=0,this.registeredComponents=[]}render(){return o.html`
1160
+ `;var Fi=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Di extends CustomEvent{constructor(t,e){super("ft-search-result-click",{detail:{result:t,rank:e},bubbles:!0,composed:!0})}}class Ti extends e.FtLitElement{constructor(){super(...arguments),this.index=0,this.registeredComponents=[]}render(){return o.html`
1157
1161
  <a href="${this.url}" @click=${this.onResultClick}>
1158
1162
  <slot @register-ft-search-result-component=${this.registerComponent}></slot>
1159
1163
  </a>
1160
- `}get url(){var t;switch(null===(t=this.result)||void 0===t?void 0:t.type){case ri.MAP:return this.result.map.readerUrl;case ri.DOCUMENT:return this.result.document.viewerUrl;case ri.TOPIC:return this.result.topic.readerUrl}return""}onResultClick(){this.dispatchEvent(new Di(this.result,this.index+1))}registerComponent(t){t.stopPropagation();const e=t.composedPath()[0];this.register(e)}register(t){this.registeredComponents.push(t),t.result=this.result}update(t){super.update(t),t.has("result")&&this.registeredComponents.forEach((t=>t.result=this.result))}disconnectedCallback(){super.disconnectedCallback(),this.registeredComponents=[]}}Zi.elementDefinitions={},Zi.styles=Bi,zi([r.property({attribute:!1})],Zi.prototype,"result",void 0),zi([r.property()],Zi.prototype,"index",void 0),e.customElement("ft-search-result-context")(Zi);var Fi=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Ti extends Event{constructor(){super("register-ft-search-result-component",{bubbles:!0,composed:!0})}}const Pi=Symbol("registerInterval");class Hi extends(function(t){var e;class o extends t{constructor(){super(...arguments),this[e]=0}connectedCallback(){super.connectedCallback(),this[Pi]=window.setInterval((()=>this.tryToRegisterToResultContext()),50)}tryToRegisterToResultContext(){null!=this.result?window.clearInterval(this[Pi]):this.dispatchEvent(new Ti)}disconnectedCallback(){super.disconnectedCallback(),this.result=void 0}}return e=Pi,Fi([r.property({attribute:!1})],o.prototype,"result",void 0),o}(hi)){}class Mi extends Hi{render(){return this.result?o.html`
1164
+ `}get url(){var t;switch(null===(t=this.result)||void 0===t?void 0:t.type){case ni.MAP:return this.result.map.readerUrl;case ni.DOCUMENT:return this.result.document.viewerUrl;case ni.TOPIC:return this.result.topic.readerUrl}return""}onResultClick(){this.dispatchEvent(new Di(this.result,this.index+1))}registerComponent(t){t.stopPropagation();const e=t.composedPath()[0];this.register(e)}register(t){this.registeredComponents.push(t),t.result=this.result}update(t){super.update(t),t.has("result")&&this.registeredComponents.forEach((t=>t.result=this.result))}disconnectedCallback(){super.disconnectedCallback(),this.registeredComponents=[]}}Ti.elementDefinitions={},Ti.styles=Zi,Fi([r.property({attribute:!1})],Ti.prototype,"result",void 0),Fi([r.property()],Ti.prototype,"index",void 0),e.customElement("ft-search-result-context")(Ti);var Pi=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Hi extends Event{constructor(){super("register-ft-search-result-component",{bubbles:!0,composed:!0})}}const Mi=Symbol("registerInterval");class ji extends(function(t){var e;class o extends t{constructor(){super(...arguments),this[e]=0}connectedCallback(){super.connectedCallback(),this[Mi]=window.setInterval((()=>this.tryToRegisterToResultContext()),50)}tryToRegisterToResultContext(){null!=this.result?window.clearInterval(this[Mi]):this.dispatchEvent(new Hi)}disconnectedCallback(){super.disconnectedCallback(),this.result=void 0}}return e=Mi,Pi([r.property({attribute:!1})],o.prototype,"result",void 0),o}(ui)){}class Gi extends ji{render(){return this.result?o.html`
1161
1165
  <ft-typography variant="title" part="text">${n.unsafeHTML(this.selectTitle(this.result))}</ft-typography>
1162
- `:o.nothing}selectTitle(t){switch(t.type){case"MAP":return t.map.htmlTitle;case"DOCUMENT":return t.document.htmlTitle;case"TOPIC":return t.topic.htmlTitle}return""}}Mi.elementDefinitions={"ft-typography":Me},Mi.styles=gr,e.customElement("ft-search-result-title")(Mi);class ji extends Hi{render(){let t=this.result?this.selectAbstract(this.result):void 0;return t?o.html`
1166
+ `:o.nothing}selectTitle(t){switch(t.type){case"MAP":return t.map.htmlTitle;case"DOCUMENT":return t.document.htmlTitle;case"TOPIC":return t.topic.htmlTitle}return""}}Gi.elementDefinitions={"ft-typography":Me},Gi.styles=br,e.customElement("ft-search-result-title")(Gi);class _i extends ji{render(){let t=this.result?this.selectAbstract(this.result):void 0;return t?o.html`
1163
1167
  <ft-typography variant="body1" part="text">${n.unsafeHTML(t)}</ft-typography>
1164
1168
  `:o.html`
1165
1169
  <style>
@@ -1167,16 +1171,16 @@ const ze=Symbol.for(""),De=t=>{if(t?.r===ze)return t?._$litStatic$},Ze=t=>({_$li
1167
1171
  display: none !important;
1168
1172
  }
1169
1173
  </style>
1170
- `}selectAbstract(t){switch(t.type){case"MAP":return t.map.htmlExcerpt;case"DOCUMENT":return t.document.htmlExcerpt;case"TOPIC":return t.topic.htmlExcerpt}return""}}ji.elementDefinitions={"ft-typography":Me},ji.styles=dr,e.customElement("ft-search-result-abstract")(ji);var Gi=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class _i extends(Dr(hi)){constructor(){super(),this.clusterPolicy="display-first-result",this.displayNoResultsMessage=!1,this.renderResult=()=>o.html`
1174
+ `}selectAbstract(t){switch(t.type){case"MAP":return t.map.htmlExcerpt;case"DOCUMENT":return t.document.htmlExcerpt;case"TOPIC":return t.topic.htmlExcerpt}return""}}_i.elementDefinitions={"ft-typography":Me},_i.styles=gr,e.customElement("ft-search-result-abstract")(_i);var qi=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Yi extends(Dr(ui)){constructor(){super(),this.clusterPolicy="display-first-result",this.displayNoResultsMessage=!1,this.renderResult=()=>o.html`
1171
1175
  <ft-search-result-title></ft-search-result-title>
1172
1176
  <ft-search-result-abstract></ft-search-result-abstract>
1173
- `,this.addI18nContext(Si)}render(){var t;return this.displayNoResultsMessage&&null!=this.results&&0==this.results.length?o.html`
1174
- <ft-typography part="no-results-message" variant="body1">${Si.messages.results(0)}</ft-typography>
1177
+ `,this.addI18nContext($i)}render(){var t;return this.displayNoResultsMessage&&null!=this.results&&0==this.results.length?o.html`
1178
+ <ft-typography part="no-results-message" variant="body1">${$i.messages.results(0)}</ft-typography>
1175
1179
  `:a.repeat((null!==(t=this.results)&&void 0!==t?t:[]).flatMap((t=>"display-first-result"==this.clusterPolicy?[t.entries[0]]:t.entries)),(t=>{var e,o,r,i,n;return null!==(i=null!==(o=null===(e=t.document)||void 0===e?void 0:e.documentId)&&void 0!==o?o:null===(r=t.map)||void 0===r?void 0:r.mapId)&&void 0!==i?i:null===(n=t.topic)||void 0===n?void 0:n.tocId}),((t,e)=>o.html`
1176
1180
  <ft-search-result-context .result=${t} index="${e}">
1177
1181
  ${this.renderResult(t,e)}
1178
1182
  </ft-search-result-context>
1179
- `))}}_i.styles=Ai,Gi([r.property({type:String,attribute:"cluster-policy"})],_i.prototype,"clusterPolicy",void 0),Gi([r.property({type:Boolean})],_i.prototype,"displayNoResultsMessage",void 0),Gi([r.property({attribute:!1})],_i.prototype,"renderResult",void 0),Gi([e.redux()],_i.prototype,"results",void 0),e.customElement("ft-search-results")(_i);var qi=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Yi extends e.FtLitElement{constructor(){super(...arguments),this.title="",this.clickable=!1,this.selected=!1,this.noHeader=!1}render(){const t={selected:this.selected,clickable:this.clickable,"no-header":this.noHeader};return o.html`
1183
+ `))}}Yi.styles=zi,qi([r.property({type:String,attribute:"cluster-policy"})],Yi.prototype,"clusterPolicy",void 0),qi([r.property({type:Boolean})],Yi.prototype,"displayNoResultsMessage",void 0),qi([r.property({attribute:!1})],Yi.prototype,"renderResult",void 0),qi([e.redux()],Yi.prototype,"results",void 0),e.customElement("ft-search-results")(Yi);var Qi=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Vi extends e.FtLitElement{constructor(){super(...arguments),this.title="",this.clickable=!1,this.selected=!1,this.noHeader=!1}render(){const t={selected:this.selected,clickable:this.clickable,"no-header":this.noHeader};return o.html`
1180
1184
  <div id="container" part="container" class=${i.classMap(t)}>
1181
1185
  ${this.clickable?o.html`
1182
1186
  <ft-ripple primary ?selected=${this.selected}></ft-ripple>
@@ -1194,13 +1198,13 @@ const ze=Symbol.for(""),De=t=>{if(t?.r===ze)return t?._$litStatic$},Ze=t=>({_$li
1194
1198
  </ft-typography>
1195
1199
  </div>
1196
1200
  </div>
1197
- `}}Yi.elementDefinitions={"ft-ripple":te,"ft-typography":Me},Yi.styles=b,qi([r.property()],Yi.prototype,"title",void 0),qi([r.property({type:Boolean})],Yi.prototype,"clickable",void 0),qi([r.property({type:Boolean})],Yi.prototype,"selected",void 0),qi([r.property({type:Boolean})],Yi.prototype,"noHeader",void 0),e.customElement("ft-card")(Yi);const Qi=o.css`
1198
- `,Vi=Hr.fromGwt("designedActionBlockAriaLabels");var Xi=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Ji extends(Dr(hi)){constructor(){super(),this.currentPage=1,this.isLastPage=!0,this.addI18nContext(Vi)}render(){return this.isLastPage?o.nothing:o.html`
1201
+ `}}Vi.elementDefinitions={"ft-ripple":te,"ft-typography":Me},Vi.styles=b,Qi([r.property()],Vi.prototype,"title",void 0),Qi([r.property({type:Boolean})],Vi.prototype,"clickable",void 0),Qi([r.property({type:Boolean})],Vi.prototype,"selected",void 0),Qi([r.property({type:Boolean})],Vi.prototype,"noHeader",void 0),e.customElement("ft-card")(Vi);const Xi=o.css`
1202
+ `,Ji=jr.fromGwt("designedActionBlockAriaLabels");var tn=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class en extends(Dr(ui)){constructor(){super(),this.currentPage=1,this.isLastPage=!0,this.addI18nContext(Ji)}render(){return this.isLastPage?o.nothing:o.html`
1199
1203
  <ft-button @click="${this.loadMore}">
1200
- ${Vi.messages.searchPageLoadMore()}
1204
+ ${Ji.messages.searchPageLoadMore()}
1201
1205
  </ft-button>
1202
- `}loadMore(){var t;null===(t=this.stateManager)||void 0===t||t.setPageNumber(this.currentPage+1)}}Ji.elementDefinitions={"ft-button":ar},Ji.styles=Qi,Xi([e.redux({store:"search",selector:t=>{var e,o;return null!==(o=null===(e=t.paging)||void 0===e?void 0:e.currentPage)&&void 0!==o?o:1}})],Ji.prototype,"currentPage",void 0),Xi([e.redux({store:"search",selector:t=>{var e,o;return null===(o=null===(e=t.paging)||void 0===e?void 0:e.isLastPage)||void 0===o||o}})],Ji.prototype,"isLastPage",void 0),e.customElement("ft-search-load-more-button")(Ji);var tn=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class en extends(Dr(wi)){constructor(){super(...arguments),this.searchInDocumentQuery="",this.hideResultTitle=!1,this.hideResultBreadcrumb=!1,this.hideResultAbstract=!1,this.hideResultsNumber=!1,this.uniqueId="search-in-document-"+(""+Math.round(999e3*Math.random())).padStart(6,"0")}get filters(){return[{negative:!1,key:"ft:publicationId",values:[this.map.id]}]}renderResult(t){var e;return o.html`
1203
- <style> ${mr}</style>
1206
+ `}loadMore(){var t;null===(t=this.stateManager)||void 0===t||t.setPageNumber(this.currentPage+1)}}en.elementDefinitions={"ft-button":lr},en.styles=Xi,tn([e.redux({store:"search",selector:t=>{var e,o;return null!==(o=null===(e=t.paging)||void 0===e?void 0:e.currentPage)&&void 0!==o?o:1}})],en.prototype,"currentPage",void 0),tn([e.redux({store:"search",selector:t=>{var e,o;return null===(o=null===(e=t.paging)||void 0===e?void 0:e.isLastPage)||void 0===o||o}})],en.prototype,"isLastPage",void 0),e.customElement("ft-search-load-more-button")(en);var on=function(t,e,o,r){for(var i,n=arguments.length,a=n<3?e:null===r?r=Object.getOwnPropertyDescriptor(e,o):r,s=t.length-1;s>=0;s--)(i=t[s])&&(a=(n<3?i(a):n>3?i(e,o,a):i(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class rn extends(Dr(Si)){constructor(){super(...arguments),this.searchInDocumentQuery="",this.hideResultTitle=!1,this.hideResultBreadcrumb=!1,this.hideResultAbstract=!1,this.hideResultsNumber=!1,this.uniqueId="search-in-document-"+(""+Math.round(999e3*Math.random())).padStart(6,"0")}get filters(){return[{negative:!1,key:"ft:publicationId",values:[this.map.id]}]}renderResult(t){var e;return o.html`
1207
+ <style> ${xr}</style>
1204
1208
  <ft-card clickable noheader>
1205
1209
  <div class="result-container">
1206
1210
  ${this.hideResultTitle?o.nothing:o.html`
@@ -1234,4 +1238,4 @@ const ze=Symbol.for(""),De=t=>{if(t?.r===ze)return t?._$litStatic$},Ze=t=>({_$li
1234
1238
  </slot>
1235
1239
  </div>
1236
1240
  </ft-search-context>
1237
- `:o.nothing}update(t){super.update(t),t.has("map")&&this.searchContext&&this.searchContext.clear(),["hideResultTitle","hideResultBreadcrumb","hideResultAbstract"].some((e=>t.has(e)))&&this.searchResults&&this.searchResults.requestUpdate()}}en.elementDefinitions={"ft-button":ar,"ft-typography":Me,"ft-search-context":mi,"ft-search-input":Ki,"ft-search-results-number":Ei,"ft-search-results":_i,"ft-search-load-more-button":Ji},en.styles=br,tn([e.redux()],en.prototype,"map",void 0),tn([e.redux()],en.prototype,"searchInDocumentQuery",void 0),tn([r.query("ft-search-context")],en.prototype,"searchContext",void 0),tn([r.query("ft-search-results")],en.prototype,"searchResults",void 0),tn([r.property({type:Boolean})],en.prototype,"hideResultTitle",void 0),tn([r.property({type:Boolean})],en.prototype,"hideResultBreadcrumb",void 0),tn([r.property({type:Boolean})],en.prototype,"hideResultAbstract",void 0),tn([r.property({type:Boolean})],en.prototype,"hideResultsNumber",void 0),e.customElement("ft-reader-search-in-document")(en),t.FtReaderSearchInDocument=en,t.FtReaderSearchInDocumentCssVariables=yr,t.resultStyles=mr,t.styles=br}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators,ftGlobals.litClassMap,ftGlobals.litUnsafeHTML,ftGlobals.litRepeat);
1241
+ `:o.nothing}update(t){super.update(t),t.has("map")&&this.searchContext&&this.searchContext.clear(),["hideResultTitle","hideResultBreadcrumb","hideResultAbstract"].some((e=>t.has(e)))&&this.searchResults&&this.searchResults.requestUpdate()}}rn.elementDefinitions={"ft-button":lr,"ft-typography":Me,"ft-search-context":xi,"ft-search-input":Bi,"ft-search-results-number":Ii,"ft-search-results":Yi,"ft-search-load-more-button":en},rn.styles=vr,on([e.redux()],rn.prototype,"map",void 0),on([e.redux()],rn.prototype,"searchInDocumentQuery",void 0),on([r.query("ft-search-context")],rn.prototype,"searchContext",void 0),on([r.query("ft-search-results")],rn.prototype,"searchResults",void 0),on([r.property({type:Boolean})],rn.prototype,"hideResultTitle",void 0),on([r.property({type:Boolean})],rn.prototype,"hideResultBreadcrumb",void 0),on([r.property({type:Boolean})],rn.prototype,"hideResultAbstract",void 0),on([r.property({type:Boolean})],rn.prototype,"hideResultsNumber",void 0),e.customElement("ft-reader-search-in-document")(rn),t.FtReaderSearchInDocument=rn,t.FtReaderSearchInDocumentCssVariables=mr,t.resultStyles=xr,t.styles=vr}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators,ftGlobals.litClassMap,ftGlobals.litUnsafeHTML,ftGlobals.litRepeat);