@fluid-topics/ft-collapsible 1.1.49 → 1.1.50
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.
- package/build/ft-collapsible.light.js +94 -94
- package/build/ft-collapsible.min.js +186 -186
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
!function(t,o,e,r,i
|
|
1
|
+
!function(t,o,e,r,a,i){var n=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class l extends o.FtLitElement{constructor(){super(...arguments),this.open=!1,this.animated=!1,this.closeCollapsibleMatchers=[],this.primary=!1,this.secondary=!1,this.tertiary=!1,this.neutral=!1,this.dense=!1,this.round=!1,this.small=!1,this.disabled=!1,this.tooltipPosition="right",this.openIcon="THIN_ARROW",this.closedIcon="THIN_ARROW_RIGHT",this.trailingIcon=!1,this.animationInProgress=!1,this.animationEndSafeguard=new o.Debouncer(800)}render(){const t={"ft-collapsible--content":!0,"ft-collapsible--hidden":!this.open,"ft-collapsible--animated":this.animated,"ft-collapsible--animation-in-progress":this.animated&&this.animationInProgress};return e.html`
|
|
2
2
|
<slot name="toggle"
|
|
3
3
|
part="toggle"
|
|
4
4
|
@click=${this.toggleOpenAnimation}>
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
</ft-or-ftds-button>
|
|
25
25
|
</slot>
|
|
26
26
|
<slot id="ft-collapsible-content"
|
|
27
|
-
class="${
|
|
27
|
+
class="${a.classMap(t)}"
|
|
28
28
|
@click=${this.onContentClick}
|
|
29
29
|
@transitionend=${()=>this.animationInProgress=!1}></slot>
|
|
30
30
|
`}toggleOpenAnimation(){this.animationInProgress=!0,setTimeout((()=>this.toggleOpen()),5),this.animationEndSafeguard.run((()=>this.animationInProgress=!1))}toggleOpen(){this.open=!this.open,this.dispatchEvent(new CustomEvent("change",{detail:{open:this.open}}))}onContentClick(t){o.eventPathContainsMatchingElement(t,this.closeCollapsibleMatchers,this)&&this.toggleOpenAnimation()}}n([r.property({type:Boolean,reflect:!0})],l.prototype,"open",void 0),n([r.property({type:Boolean})],l.prototype,"animated",void 0),n([o.jsonProperty([])],l.prototype,"closeCollapsibleMatchers",void 0),n([r.property({type:Boolean})],l.prototype,"primary",void 0),n([r.property({type:Boolean})],l.prototype,"secondary",void 0),n([r.property({type:Boolean})],l.prototype,"tertiary",void 0),n([r.property({type:Boolean})],l.prototype,"neutral",void 0),n([r.property({type:Boolean})],l.prototype,"dense",void 0),n([r.property({type:Boolean})],l.prototype,"round",void 0),n([r.property({type:Boolean})],l.prototype,"small",void 0),n([r.property()],l.prototype,"label",void 0),n([r.property()],l.prototype,"openLabel",void 0),n([r.property()],l.prototype,"closedLabel",void 0),n([r.property()],l.prototype,"text",void 0),n([r.property()],l.prototype,"openText",void 0),n([r.property()],l.prototype,"closedText",void 0),n([r.property({type:Boolean})],l.prototype,"disabled",void 0),n([r.property()],l.prototype,"tooltipPosition",void 0),n([r.property()],l.prototype,"iconVariant",void 0),n([r.property()],l.prototype,"openIcon",void 0),n([r.property()],l.prototype,"closedIcon",void 0),n([r.property({type:Boolean})],l.prototype,"trailingIcon",void 0),n([r.state()],l.prototype,"animationInProgress",void 0);const c=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorContent),p={color:c,backgroundColor:o.FtCssVariableFactory.extend("--ft-ripple-background-color","",c),opacityContentOnSurfacePressed:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:o.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},f=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorPrimary),s=f,d=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",f),h=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorSecondary),g=h,y=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",h),b=e.css`
|
|
@@ -139,10 +139,10 @@
|
|
|
139
139
|
opacity: ${p.opacityContentOnSurfacePressed};
|
|
140
140
|
transform: translate(-50%, -50%) scale(1);
|
|
141
141
|
}
|
|
142
|
-
`,u=t=>"string"==typeof t?e.unsafeCSS(t):t;class m{static create(t,o,r,i){const a=t=>u(null!=t?t:i),n=e.css`var(${u(t)}, ${a(i)})`;return n.name=t,n.description=o,n.category=r,n.defaultValue=i,n.defaultCssValue=a,n.get=o=>e.css`var(${u(t)}, ${a(o)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>i,n}static extend(t,o,r,i){const a=t=>r.get(null!=t?t:i),n=e.css`var(${u(t)}, ${a(i)})`;return n.name=t,n.description=o,n.category=r.category,n.fallbackVariable=r,n.defaultValue=i,n.defaultCssValue=a,n.get=o=>e.css`var(${u(t)}, ${a(o)})`,n.breadcrumb=()=>[r.name,...r.breadcrumb()],n.lastResortDefaultValue=()=>null!=i?i:r.lastResortDefaultValue(),n}static external(t,o){const r=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):u(null!=o?o:t.lastResortDefaultValue()),i=e.css`var(${u(t.name)}, ${r(t.defaultValue)})`;return i.name=t.name,i.category=t.category,i.fallbackVariable=t.fallbackVariable,i.defaultValue=t.defaultValue,i.context=o,i.defaultCssValue=r,i.get=o=>e.css`var(${u(t.name)}, ${r(o)})`,i.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>t.lastResortDefaultValue(),i}}const x={colorWhite:m.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:m.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:m.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:m.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:m.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:m.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:m.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:m.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:m.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:m.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:m.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:m.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:m.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:m.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:m.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:m.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:m.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:m.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:m.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:m.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:m.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:m.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:m.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:m.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:m.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:m.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:m.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:m.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:m.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:m.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:m.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:m.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:m.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:m.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:m.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:m.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:m.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:m.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:m.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:m.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:m.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:m.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:m.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:m.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:m.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:m.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:m.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:m.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:m.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:m.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:m.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:m.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:m.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:m.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:m.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:m.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:m.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:m.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:m.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:m.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:m.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:m.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:m.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:m.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:m.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:m.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:m.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:m.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:m.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:m.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:m.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:m.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:m.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:m.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:m.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:m.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:m.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:m.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:m.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:m.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:m.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:m.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:m.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:m.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:m.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:m.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:m.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:m.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:m.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:m.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:m.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:m.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:m.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:m.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:m.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:m.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:m.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:m.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:m.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:m.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:m.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:m.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:m.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:m.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:m.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:m.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:m.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:m.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:m.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:m.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:m.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:m.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:m.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:m.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:m.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:m.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:m.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:m.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:m.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:m.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:m.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:m.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:m.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:m.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:m.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:m.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:m.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:m.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:m.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:m.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:m.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:m.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:m.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:m.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:m.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:m.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:m.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:m.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:m.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:m.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:m.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:m.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:m.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:m.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:m.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:m.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:m.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:m.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:m.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:m.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:m.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:m.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:m.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:m.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:m.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:m.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:m.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:m.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:m.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:m.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:m.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:m.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:m.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:m.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:m.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:m.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:m.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:m.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:m.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:m.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:m.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:m.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:m.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:m.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:m.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:m.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:m.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:m.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:m.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:m.create("--ft-icon-size-6","","SIZE","48px"),opacity0:m.create("--ft-opacity-0","","NUMBER","0"),opacity8:m.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:m.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:m.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:m.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:m.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:m.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:m.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:m.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:m.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:m.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:m.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:m.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:m.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:m.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)"),underline:m.create("--ft-underline","","UNKNOWN","underline")},O={display:{fontFamily:m.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:m.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:m.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:m.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:m.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:m.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:m.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:m.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:m.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:m.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:m.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:m.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:m.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:m.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:m.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:m.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:m.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:m.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:m.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:m.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:m.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:m.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:m.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:m.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:m.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:m.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:m.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:m.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:m.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:m.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:m.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:m.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:m.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:m.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:m.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:m.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:m.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:m.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:m.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:m.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:m.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-medium-underline":{fontFamily:m.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:m.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:m.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:m.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:m.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:m.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},"body-2-semibold":{fontFamily:m.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:m.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:m.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:m.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:m.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:m.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:m.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:m.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:m.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:m.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:m.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:m.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:m.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:m.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:m.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:m.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:m.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:m.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:m.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:m.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:m.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:m.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:m.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:m.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:m.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:m.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:m.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:m.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:m.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:m.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:m.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:m.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:m.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:m.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:m.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:m.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:m.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:m.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:m.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:m.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:m.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:m.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:m.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:m.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:m.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:m.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:m.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:m.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:m.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:m.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:m.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:m.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:m.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:m.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:m.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:m.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:m.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:m.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:m.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:m.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:m.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:m.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:m.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:m.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:m.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:m.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:m.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:m.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:m.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:m.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:m.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:m.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:m.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},"caption-3-medium":{fontFamily:m.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:m.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:m.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:m.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:m.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},"caption-3-semibold":{fontFamily:m.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:m.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:m.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:m.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:m.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:m.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},"caption-3-bold":{fontFamily:m.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:m.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:m.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:m.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:m.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:m.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")}},N={backgroundActionPrimary:m.extend("--ft-background-action-primary","Used as backgorund of primary action components.",x.colorBrand0),backgroundErrorSubtle:m.extend("--ft-background-error-subtle","Used as background of subtle error components.",x.colorRed10),backgroundInfoSubtle:m.extend("--ft-background-info-subtle","Used as background of subtle information components.",x.colorCyan10),backgroundWarningSubtle:m.extend("--ft-background-warning-subtle","Used as background of subtle information components.",x.colorOrange10),backgroundSuccessSubtle:m.extend("--ft-background-success-subtle","Used as background of subtle success components.",x.colorGreen10),backgroundGlobalSurface:m.extend("--ft-background-global-surface","Used as app background.",x.colorWhite),backgroundGlobalOnSurface:m.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",x.colorGray10),backgroundGlobalOnSurfaceDark:m.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",x.colorGray30),contentActionPrimary:m.extend("--ft-content-action-primary","Used on label of primary action on light surface.",x.colorBrand0),contentWarningPrimary:m.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",x.colorOrange200),contentWarningIconOnly:m.extend("--ft-content-warning-icon-only","Used on warning status icons alone",x.colorOrange0),contentErrorPrimary:m.extend("--ft-content-error-primary","Used on label of error messages on light surface.",x.colorRed0),contentErrorIconOnly:m.extend("--ft-content-error-icon-only","Used on error status icons alone",x.colorRed70),contentInfoPrimary:m.extend("--ft-content-info-primary","Used on label of information messages on light surface.",x.colorCyan200),contentInfoIconOnly:m.extend("--ft-content-info-icon-only","Used on info status icons alone",x.colorCyan0),contentSuccessPrimary:m.extend("--ft-content-success-primary","Used on label of success messages on light surface.",x.colorGreen200),contentSuccessIconOnly:m.extend("--ft-content-success-icon-only","Used on success status icons alone",x.colorGreen0),contentGlobalPrimary:m.extend("--ft-content-global-primary","Used for main content on the page.",x.colorGray500),contentGlobalSecondary:m.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",x.colorGray200),contentGlobalSubtle:m.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",x.colorGray0),contentGlobalOnColor:m.extend("--ft-content-global-on-color","Used for content on a dominant color.",x.colorWhite),borderActionPrimary:m.extend("--ft-border-action-primary","Used as border for primary action components.",x.colorBrand0),borderActionFocusRing:m.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",x.colorCyan0),borderWarningPrimary:m.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",x.colorOrange200),borderWarningSubtle:m.extend("--ft-border-warning-subtle","Used as border for warning components.",x.colorOrange30),borderSuccessPrimary:m.extend("--ft-border-success-primary","Used as border for success buttons.",x.colorGreen200),borderSuccessSubtle:m.extend("--ft-border-success-subtle","Used as border for success components.",x.colorGreen30),borderErrorPrimary:m.extend("--ft-border-error-primary","Used as border for text fields in error states.",x.colorRed0),borderErrorSubtle:m.extend("--ft-border-error-subtle","Used as border for error components.",x.colorRed30),borderInfoPrimary:m.extend("--ft-border-info-primary","Used as border for buttons in info color.",x.colorCyan200),borderInfoSubtle:m.extend("--ft-border-info-subtle","Used as border for information components.",x.colorCyan30),borderGlobalPrimary:m.extend("--ft-border-global-primary","Used as border for element like input.",x.colorGray50),borderGlobalSubtle:m.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",x.colorGray30),borderInputPrimary:m.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",x.colorGray80)},v={largeHeight:m.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:m.extend("--ft-button-large-horizontal-padding","",x.spacing4),largeGap:m.extend("--ft-button-large-gap","",x.spacing2),largeBorderRadius:m.extend("--ft-button-large-border-radius","",x.borderRadiusS),largeIconSize:m.extend("--ft-button-large-icon-size","",x.iconSize3),largeBorderWidth:m.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:m.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:m.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:m.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:m.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:m.extend("--ft-button-small-horizontal-padding","",x.spacing3),smallGap:m.extend("--ft-button-small-gap","",x.spacing2),smallBorderRadius:m.extend("--ft-button-small-border-radius","",x.borderRadiusS),smallIconSize:m.extend("--ft-button-small-icon-size","",x.iconSize2),smallBorderWidth:m.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:m.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:m.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:m.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:m.extend("--ft-button-primary-background-color","",N.backgroundActionPrimary),primaryColor:m.extend("--ft-button-primary-color","",N.contentGlobalOnColor),primaryIconColor:m.extend("--ft-button-primary-icon-color","",N.contentGlobalOnColor),primaryStateLayerColor:m.extend("--ft-button-primary-state-layer-color","",N.contentGlobalOnColor),primaryHoverStateLayerOpacity:m.extend("--ft-button-primary-hover-state-layer-opacity","",x.opacity16),primaryFocusStateLayerOpacity:m.extend("--ft-button-primary-focus-state-layer-opacity","",x.opacity16),primaryActiveStateLayerOpacity:m.extend("--ft-button-primary-active-state-layer-opacity","",x.opacity24),primaryDisabledComponentOpacity:m.extend("--ft-button-primary-disabled-component-opacity","",x.opacity40),focusFocusRingColor:m.extend("--ft-button-focus-focus-ring-color","",N.borderActionFocusRing),tertiaryBackgroundColor:m.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:m.extend("--ft-button-tertiary-color","",N.contentActionPrimary),tertiaryIconColor:m.extend("--ft-button-tertiary-icon-color","",N.contentActionPrimary),tertiaryStateLayerColor:m.extend("--ft-button-tertiary-state-layer-color","",N.contentActionPrimary),tertiaryHoverStateLayerOpacity:m.extend("--ft-button-tertiary-hover-state-layer-opacity","",x.opacity8),tertiaryFocusStateLayerOpacity:m.extend("--ft-button-tertiary-focus-state-layer-opacity","",x.opacity8),tertiaryActiveStateLayerOpacity:m.extend("--ft-button-tertiary-active-state-layer-opacity","",x.opacity16),tertiaryDisabledComponentOpacity:m.extend("--ft-button-tertiary-disabled-component-opacity","",x.opacity40),secondaryBackgroundColor:m.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:m.extend("--ft-button-secondary-color","",N.contentActionPrimary),secondaryIconColor:m.extend("--ft-button-secondary-icon-color","",N.contentActionPrimary),secondaryStateLayerColor:m.extend("--ft-button-secondary-state-layer-color","",N.contentActionPrimary),secondaryHoverStateLayerOpacity:m.extend("--ft-button-secondary-hover-state-layer-opacity","",x.opacity8),secondaryFocusStateLayerOpacity:m.extend("--ft-button-secondary-focus-state-layer-opacity","",x.opacity8),secondaryActiveStateLayerOpacity:m.extend("--ft-button-secondary-active-state-layer-opacity","",x.opacity16),secondaryDisabledComponentOpacity:m.extend("--ft-button-secondary-disabled-component-opacity","",x.opacity40),secondaryBorderColor:m.extend("--ft-button-secondary-border-color","",N.borderActionPrimary),neutralBackgroundColor:m.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:m.extend("--ft-button-neutral-icon-color","",N.contentGlobalSecondary),neutralColor:m.extend("--ft-button-neutral-color","",N.contentGlobalSecondary),neutralStateLayerColor:m.extend("--ft-button-neutral-state-layer-color","",N.contentGlobalSecondary),neutralHoverStateLayerOpacity:m.extend("--ft-button-neutral-hover-state-layer-opacity","",x.opacity8),neutralFocusStateLayerOpacity:m.extend("--ft-button-neutral-focus-state-layer-opacity","",x.opacity8),neutralActiveStateLayerOpacity:m.extend("--ft-button-neutral-active-state-layer-opacity","",x.opacity16),neutralDisabledComponentOpacity:m.extend("--ft-button-neutral-disabled-component-opacity","",x.opacity40)};m.extend("--ft-banner-icon-size","",x.iconSize5),m.create("--ft-banner-border-width","","SIZE","1px"),m.extend("--ft-banner-horizontal-padding","",x.spacing6),m.extend("--ft-banner-vertical-padding","",x.spacing6),m.extend("--ft-banner-horizontal-side-gap","",x.spacing6),m.extend("--ft-banner-horizontal-mobile-gap","",x.spacing4),m.extend("--ft-banner-vertical-mobile-gap","",x.spacing6),m.extend("--ft-banner-horizontal-middle-gap","",x.spacing20),m.extend("--ft-banner-info-background-color","",N.backgroundInfoSubtle),m.extend("--ft-banner-info-color","",N.contentInfoPrimary),m.extend("--ft-banner-info-icon-color","",N.contentInfoIconOnly),m.extend("--ft-breadcrumb-gap","",x.spacing1),m.extend("--ft-page-header-horizontal-padding","",x.spacing12),m.extend("--ft-page-header-vertical-padding","",x.spacing6),m.create("--ft-modal-small-container-width","","SIZE","600px"),m.create("--ft-modal-large-container-width","","SIZE","900px"),m.extend("--ft-modal-overlay-background-color","",x.colorGray700),m.extend("--ft-modal-overlay-opacity","",x.opacity40),m.extend("--ft-modal-shadow","",x.shadowElevation03),m.extend("--ft-modal-body-background-color","",x.colorWhite),m.extend("--ft-modal-body-color","",N.contentGlobalPrimary),m.extend("--ft-modal-body-horizontal-padding","",x.spacing6),m.extend("--ft-modal-body-vertical-padding","",x.spacing6),m.extend("--ft-modal-body-vertical-gap","",x.spacing6),m.extend("--ft-modal-container-margin","",x.spacing3),m.extend("--ft-modal-header-background-color","",N.backgroundGlobalOnSurface),m.extend("--ft-modal-header-border-color","",N.borderGlobalSubtle),m.extend("--ft-modal-header-color","",N.contentGlobalPrimary),m.extend("--ft-modal-header-trailing-icon-color","",N.contentGlobalSecondary),m.extend("--ft-modal-header-vertical-padding","",x.spacing1),m.extend("--ft-modal-header-right-padding","",x.spacing1),m.extend("--ft-modal-header-left-padding","",x.spacing6),m.extend("--ft-modal-header-gap","",x.spacing2),m.create("--ft-modal-header-border-bottom","","SIZE","1px"),m.extend("--ft-modal-border-radius","",x.borderRadiusM),m.extend("--ft-text-input-field-horizontal-padding","",x.spacing4),m.extend("--ft-text-input-field-horizontal-gap","",x.spacing3),m.extend("--ft-text-input-field-vertical-gap","",x.spacing05),m.extend("--ft-text-input-field-icon-size","",x.iconSize3),m.create("--ft-text-input-field-height","","SIZE","50px"),m.extend("--ft-text-input-helper-horizontal-padding","",x.spacing4),m.extend("--ft-text-input-helper-horizontal-gap","",x.spacing1),m.extend("--ft-text-input-helper-icon-size","",x.iconSize2),m.extend("--ft-text-input-border-radius","",x.borderRadiusM),m.extend("--ft-text-input-background-color","",x.colorWhite),m.extend("--ft-text-input-content-value-color","",N.contentGlobalPrimary),m.extend("--ft-text-input-trailing-icon-color","",N.contentGlobalSubtle),m.extend("--ft-text-input-label-color","",N.contentGlobalSubtle),m.extend("--ft-text-input-default-border-color","",N.borderInputPrimary),m.extend("--ft-text-input-default-helper-text-color","",N.contentGlobalSubtle),m.create("--ft-text-input-default-border-width","","SIZE","1px"),m.create("--ft-text-input-error-border-width","","SIZE","2px"),m.extend("--ft-text-input-error-border-color","",N.borderErrorPrimary),m.extend("--ft-text-input-error-helper-text-color","",N.contentErrorPrimary),m.extend("--ft-text-input-error-helper-icon-color","",N.contentErrorIconOnly),m.create("--ft-text-input-warning-border-width","","SIZE","2px"),m.create("--ft-text-input-focus-outline-width","","SIZE","2px"),m.extend("--ft-text-input-focus-focus-ring-color","",N.borderActionFocusRing),m.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),m.extend("--ft-text-input-disabled-component-opacity","",x.opacity40),m.extend("--ft-text-area-background-color","",x.colorWhite),m.extend("--ft-text-area-content-value-color","",N.contentGlobalPrimary),m.extend("--ft-text-area-label-color","",N.contentGlobalSubtle),m.extend("--ft-text-area-default-border-color","",N.borderInputPrimary),m.extend("--ft-text-area-default-helper-text-color","",N.contentGlobalSubtle),m.create("--ft-text-area-default-border-width","","SIZE","1px"),m.create("--ft-text-area-error-border-width","","SIZE","2px"),m.extend("--ft-text-area-error-border-color","",N.borderErrorPrimary),m.extend("--ft-text-area-error-helper-text-color","",N.contentErrorPrimary),m.extend("--ft-text-area-error-helper-icon-color","",N.contentErrorIconOnly),m.extend("--ft-text-area-focus-focus-ring-color","",N.borderActionFocusRing),m.create("--ft-text-area-focus-outline-width","","SIZE","2px"),m.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),m.extend("--ft-text-area-disabled-component-opacity","",x.opacity40),m.extend("--ft-text-area-field-horizontal-left-padding","",x.spacing4),m.extend("--ft-text-area-field-horizontal-gap","",x.spacing3),m.extend("--ft-text-area-field-vertical-gap","",x.spacing05),m.create("--ft-text-area-field-min-height","","SIZE","64px"),m.extend("--ft-text-area-helper-horizontal-padding","",x.spacing4),m.extend("--ft-text-area-helper-horizontal-gap","",x.spacing1),m.extend("--ft-text-area-helper-icon-size","",x.iconSize2),m.extend("--ft-text-area-border-radius","",x.borderRadiusM),m.create("--ft-floating-menu-height","","SIZE","50px"),m.extend("--ft-floating-menu-horizontal-padding","",x.spacing4),m.extend("--ft-floating-menu-off-icon-color","",N.contentGlobalPrimary),m.extend("--ft-floating-menu-off-color","",N.contentGlobalPrimary),m.extend("--ft-floating-menu-on-color","",N.contentActionPrimary),m.extend("--ft-floating-menu-on-state-layer-color","",N.contentActionPrimary),m.extend("--ft-floating-menu-gap","",x.spacing3),m.extend("--ft-floating-menu-focus-focus-ring-color","",N.borderActionFocusRing),m.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),m.extend("--ft-floating-menu-focus-state-layer-opacity","",x.opacity8),m.extend("--ft-floating-menu-hover-state-layer-opacity","",x.opacity8),m.extend("--ft-floating-menu-active-state-layer-opacity","",x.opacity16),m.extend("--ft-floating-menu-disabled-component-opacity","",x.opacity40),m.extend("--ft-floating-menu-icon-size","",x.iconSize3),m.extend("--ft-floating-menu-background-color","",N.backgroundGlobalOnSurface),m.extend("--ft-combobox-single-select-field-horizontal-padding","",x.spacing4),m.extend("--ft-combobox-single-select-field-horizontal-gap","",x.spacing3),m.extend("--ft-combobox-single-select-field-vertical-gap","",x.spacing05),m.extend("--ft-combobox-single-select-field-icon-size","",x.iconSize3),m.create("--ft-combobox-single-select-field-height","","SIZE","50px"),m.extend("--ft-combobox-single-select-helper-horizontal-padding","",x.spacing4),m.extend("--ft-combobox-single-select-helper-horizontal-gap","",x.spacing1),m.extend("--ft-combobox-single-select-helper-vertical-gap","",x.spacing1),m.extend("--ft-combobox-single-select-helper-icon-size","",x.iconSize2),m.extend("--ft-combobox-single-select-menu-vertical-gap","",x.spacing2),m.extend("--ft-combobox-single-select-border-radius","",x.borderRadiusM),m.extend("--ft-combobox-single-select-background-color","",x.colorWhite),m.extend("--ft-combobox-single-select-label-color","",N.contentGlobalSubtle),m.extend("--ft-combobox-single-select-content-value-color","",N.contentGlobalPrimary),m.extend("--ft-combobox-single-select-trailing-icon-color","",N.contentGlobalSubtle),m.extend("--ft-combobox-single-select-default-border-color","",N.borderInputPrimary),m.extend("--ft-combobox-single-select-default-helper-text-color","",N.contentGlobalSubtle),m.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),m.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),m.extend("--ft-combobox-single-select-error-border-color","",N.borderErrorPrimary),m.extend("--ft-combobox-single-select-error-helper-text-color","",N.contentErrorPrimary),m.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),m.extend("--ft-combobox-single-select-warning-border-color","",N.borderWarningPrimary),m.extend("--ft-combobox-single-select-warning-helper-text-color","",N.contentWarningPrimary),m.extend("--ft-combobox-single-select-warning-helper-icon-color","",N.contentWarningIconOnly),m.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),m.extend("--ft-combobox-single-select-focus-focus-ring-color","",N.borderActionFocusRing),m.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),m.extend("--ft-combobox-single-select-disabled-component-opacity","",x.opacity40),m.extend("--ft-combobox-multi-select-background-color","",x.colorWhite),m.extend("--ft-combobox-multi-select-label-color","",N.contentGlobalSubtle),m.extend("--ft-combobox-multi-select-trailing-icon-color","",N.contentGlobalSubtle),m.extend("--ft-combobox-multi-select-default-border-color","",N.borderInputPrimary),m.extend("--ft-combobox-multi-select-default-helper-text-color","",N.contentGlobalSubtle),m.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),m.extend("--ft-combobox-multi-select-error-border-color","",N.borderErrorPrimary),m.extend("--ft-combobox-multi-select-error-helper-text-color","",N.contentErrorPrimary),m.extend("--ft-combobox-multi-select-error-helper-icon","",N.contentErrorIconOnly),m.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),m.extend("--ft-combobox-multi-select-warning-border-color","",N.borderWarningPrimary),m.extend("--ft-combobox-multi-select-warning-helper-text-color","",N.contentWarningPrimary),m.extend("--ft-combobox-multi-select-warning-helper-icon-color","",N.contentWarningIconOnly),m.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),m.extend("--ft-combobox-multi-select-focus-focus-ring-color","",N.borderActionFocusRing),m.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),m.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),m.extend("--ft-combobox-multi-select-disabled-component-opacity","",x.opacity40),m.extend("--ft-combobox-multi-select-helper-horizontal-padding","",x.spacing4),m.extend("--ft-combobox-multi-select-helper-horizontal-gap","",x.spacing1),m.extend("--ft-combobox-multi-select-helper-vertical-gap","",x.spacing1),m.extend("--ft-combobox-multi-select-helper-icon-size","",x.iconSize2),m.extend("--ft-combobox-multi-select-field-horizontal-padding","",x.spacing4),m.extend("--ft-combobox-multi-select-field-horizontal-gap","",x.spacing3),m.extend("--ft-combobox-multi-select-field-vertical-gap","",x.spacing05),m.extend("--ft-combobox-multi-select-field-icon-size","",x.iconSize3),m.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),m.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",x.spacing1),m.extend("--ft-combobox-multi-select-content-values-vertical-gap","",x.spacing1),m.extend("--ft-combobox-multi-select-border-radius","",x.borderRadiusM),m.extend("--ft-popover-background-color","",N.backgroundGlobalOnSurface),m.extend("--ft-popover-horizontal-padding","",x.spacing6),m.extend("--ft-popover-vertical-padding","",x.spacing6),m.extend("--ft-popover-icon-color","",N.contentGlobalSecondary),m.extend("--ft-popover-icon-size","",x.iconSize2),m.extend("--ft-popover-title-color","",N.contentGlobalPrimary),m.extend("--ft-popover-body-color","",N.contentGlobalSecondary),m.extend("--ft-popover-link-color","",N.contentActionPrimary),m.extend("--ft-popover-gap","",x.spacing3),m.extend("--ft-popover-border-radius","",x.borderRadiusM),m.extend("--ft-popover-shadow","",x.shadowElevation02),m.extend("--ft-tabs-top-left-border-radius","",x.borderRadiusS),m.extend("--ft-tabs-top-right-border-radius","",x.borderRadiusS),m.extend("--ft-tabs-label-horizontal-padding","",x.spacing4),m.extend("--ft-tabs-label-vertical-padding","",x.spacing3),m.extend("--ft-tabs-label-gap","",x.spacing1),m.extend("--ft-tabs-off-hover-state-layer-opacity","",x.opacity8),m.extend("--ft-tabs-off-focus-state-layer-opacity","",x.opacity8),m.extend("--ft-tabs-off-active-state-layer-opacity","",x.opacity16),m.extend("--ft-tabs-off-disabled-component-opacity","",x.opacity40),m.extend("--ft-tabs-off-color","",N.contentGlobalSubtle),m.extend("--ft-tabs-off-state-layer-color","",N.contentGlobalSubtle),m.extend("--ft-tabs-on-hover-state-layer-opacity","",x.opacity8),m.extend("--ft-tabs-on-focus-state-layer-opacity","",x.opacity8),m.extend("--ft-tabs-on-active-state-layer-opacity","",x.opacity16),m.extend("--ft-tabs-on-disabled-component-opacity","",x.opacity40),m.extend("--ft-tabs-on-color","",N.contentActionPrimary),m.extend("--ft-tabs-on-state-layer-color","",N.contentActionPrimary),m.extend("--ft-tabs-icon-horizontal-padding","",x.spacing1),m.extend("--ft-tabs-icon-vertical-padding","",x.spacing4),m.create("--ft-tabs-focus-outline-width","","SIZE","2px"),m.extend("--ft-tabs-focus-focus-ring-color","",N.borderActionFocusRing),m.extend("--ft-collapsible-hover-state-layer-opacity","",x.opacity8),m.extend("--ft-collapsible-focus-state-layer-opacity","",x.opacity8),m.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),m.extend("--ft-collapsible-focus-focus-ring-color","",N.borderActionFocusRing),m.extend("--ft-collapsible-active-state-layer-opacity","",x.opacity16),m.extend("--ft-collapsible-disabled-component-opacity","",x.opacity40),m.extend("--ft-collapsible-horizontal-padding","",x.spacing4),m.extend("--ft-collapsible-vertical-padding","",x.spacing3),m.extend("--ft-collapsible-color","",N.contentGlobalPrimary),m.extend("--ft-collapsible-state-layer-color","",N.contentGlobalPrimary),m.extend("--ft-collapsible-background-color","",N.backgroundGlobalOnSurface),m.extend("--ft-collapsible-border-color","",N.borderGlobalSubtle),m.extend("--ft-collapsible-icon-size","",x.iconSize3),m.extend("--ft-switch-group-horizontal-padding","",x.spacing1),m.extend("--ft-switch-group-vertical-padding","",x.spacing1),m.extend("--ft-switch-group-gap","",x.spacing1),m.extend("--ft-switch-group-background-color","",N.backgroundGlobalSurface),m.extend("--ft-switch-group-border-color","",N.borderGlobalSubtle),m.create("--ft-switch-group-border-radius","","SIZE","6px"),m.extend("--ft-switch-label-horizontal-padding","",x.spacing2),m.extend("--ft-switch-label-vertical-padding","",x.spacing1),m.extend("--ft-switch-off-hover-state-layer-opacity","",x.opacity8),m.extend("--ft-switch-off-focus-state-layer-opacity","",x.opacity8),m.extend("--ft-switch-off-active-state-layer-opacity","",x.opacity16),m.extend("--ft-switch-off-disabled-component-opacity","",x.opacity40),m.extend("--ft-switch-off-color","",N.contentGlobalSubtle),m.extend("--ft-switch-off-state-layer-color","",N.contentGlobalSubtle),m.extend("--ft-switch-on-hover-state-layer-opacity","",x.opacity8),m.extend("--ft-switch-on-focus-state-layer-opacity","",x.opacity8),m.extend("--ft-switch-on-active-state-layer-opacity","",x.opacity16),m.extend("--ft-switch-on-disabled-component-opacity","",x.opacity40),m.extend("--ft-switch-on-color","",N.contentActionPrimary),m.extend("--ft-switch-on-state-layer-color","",N.contentActionPrimary),m.extend("--ft-switch-icon-horizontal-padding","",x.spacing1),m.extend("--ft-switch-icon-vertical-padding","",x.spacing1),m.create("--ft-switch-focus-outline-width","","SIZE","2px"),m.extend("--ft-switch-focus-focus-ring-color","",N.borderActionFocusRing),m.extend("--ft-switch-option-border-radius","",x.borderRadiusS),m.extend("--ft-chart-1-light","for area color charts",x.colorBrand40),m.extend("--ft-chart-1-base","for line charts",x.colorBrand0),m.extend("--ft-chart-2-light","for area color charts",x.colorYellow60),m.extend("--ft-chart-2-base","for line charts",x.colorYellow100),m.extend("--ft-chart-3-light","",x.colorUltramarine40),m.extend("--ft-chart-3-base","",x.colorUltramarine70),m.extend("--ft-chart-4-light","",x.colorCyan50),m.extend("--ft-chart-4-base","",x.colorCyan100),m.extend("--ft-chart-5-light","",x.colorRed40),m.extend("--ft-chart-5-base","",x.colorRed60),m.extend("--ft-chart-6-light","",x.colorGreen40),m.extend("--ft-chart-6-base","",x.colorGreen70),m.extend("--ft-chart-7-light","",x.colorOrange70),m.extend("--ft-chart-7-base","",x.colorOrange100),m.extend("--ft-chart-8-light","",x.colorAvocado70),m.extend("--ft-chart-8-base","",x.colorAvocado200),m.extend("--ft-chart-9-light","",x.colorBrown50),m.extend("--ft-chart-9-base","",x.colorBrown200),m.extend("--ft-chart-10-light","",x.colorGray50),m.extend("--ft-chart-10-base","",x.colorGray80),m.extend("--ft-chart-monochrome-10","",x.colorBrand10),m.extend("--ft-chart-monochrome-20","",x.colorBrand20),m.extend("--ft-chart-monochrome-30","",x.colorBrand40),m.extend("--ft-chart-monochrome-40","",x.colorBrand60),m.extend("--ft-chart-monochrome-50","",x.colorBrand0),m.extend("--ft-chart-monochrome-60","",x.colorBrand200),m.extend("--ft-chip-large-horizontal-padding","",x.spacing4),m.extend("--ft-chip-large-vertical-padding","",x.spacing2),m.extend("--ft-chip-large-gap","",x.spacing1),m.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),m.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),m.extend("--ft-chip-large-border-radius","",x.borderRadiusPill),m.create("--ft-chip-large-border-width","","SIZE","1px"),m.extend("--ft-chip-large-icon-size","",x.iconSize3),m.extend("--ft-chip-medium-horizontal-padding","",x.spacing3),m.extend("--ft-chip-medium-vertical-padding","",x.spacing1),m.extend("--ft-chip-medium-gap","",x.spacing1),m.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),m.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),m.extend("--ft-chip-medium-border-radius","",x.borderRadiusPill),m.create("--ft-chip-medium-border-width","","SIZE","1px"),m.extend("--ft-chip-medium-icon-size","",x.iconSize2),m.extend("--ft-chip-small-horizontal-padding","",x.spacing2),m.extend("--ft-chip-small-vertical-padding","",x.spacing05),m.extend("--ft-chip-small-gap","",x.spacing1),m.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),m.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),m.extend("--ft-chip-small-border-radius","",x.borderRadiusPill),m.create("--ft-chip-small-border-width","","SIZE","1px"),m.extend("--ft-chip-small-icon-size","",x.iconSize1),m.extend("--ft-chip-neutral-background-color","",N.backgroundGlobalOnSurface),m.extend("--ft-chip-neutral-color","",N.contentGlobalPrimary),m.extend("--ft-chip-neutral-icon-color","",N.contentGlobalPrimary),m.extend("--ft-chip-neutral-border-color","",N.borderGlobalSubtle),m.extend("--ft-chip-info-background-color","",N.backgroundInfoSubtle),m.extend("--ft-chip-info-color","",N.contentInfoPrimary),m.extend("--ft-chip-info-icon-color","",N.contentInfoIconOnly),m.extend("--ft-chip-info-border-color","",N.borderInfoSubtle),m.extend("--ft-chip-success-background-color","",N.backgroundSuccessSubtle),m.extend("--ft-chip-success-color","",N.contentSuccessPrimary),m.extend("--ft-chip-success-icon-color","",N.contentSuccessIconOnly),m.extend("--ft-chip-success-border-color","",N.borderSuccessSubtle),m.extend("--ft-chip-warning-background-color","",N.backgroundWarningSubtle),m.extend("--ft-chip-warning-color","",N.contentWarningPrimary),m.extend("--ft-chip-warning-icon-color","",N.contentWarningIconOnly),m.extend("--ft-chip-warning-border-color","",N.borderWarningSubtle),m.extend("--ft-chip-error-background-color","",N.backgroundErrorSubtle),m.extend("--ft-chip-error-color","",N.contentErrorPrimary),m.extend("--ft-chip-error-icon-color","",N.contentErrorIconOnly),m.extend("--ft-chip-error-border-color","",N.borderErrorSubtle),m.extend("--ft-border-info-border-color","",N.borderInfoSubtle),m.create("--ft-notice-border-width","","SIZE","1px"),m.extend("--ft-notice-horizontal-padding","",x.spacing2),m.extend("--ft-notice-vertical-padding","",x.spacing1),m.extend("--ft-notice-border-radius","",x.borderRadiusS),m.extend("--ft-notice-gap","",x.spacing2),m.extend("--ft-notice-icon-size","",x.iconSize3),m.extend("--ft-notice-info-background-color","",N.backgroundInfoSubtle),m.extend("--ft-notice-info-border-color","",N.borderInfoSubtle),m.extend("--ft-notice-info-color","",N.contentInfoPrimary),m.extend("--ft-notice-info-icon-color","",N.contentInfoIconOnly),m.extend("--ft-notice-warning-background-color","",N.backgroundWarningSubtle),m.extend("--ft-notice-warning-border-color","",N.borderWarningSubtle),m.extend("--ft-notice-warning-color","",N.contentWarningPrimary),m.extend("--ft-notice-warning-icon-color","",N.contentWarningIconOnly),m.extend("--ft-checkbox-color","",N.contentGlobalPrimary),m.extend("--ft-checkbox-checked-background-color","",N.contentActionPrimary),m.extend("--ft-checkbox-checked-state-layer-color","",N.contentActionPrimary),m.extend("--ft-checkbox-checked-icon-color","",N.contentGlobalOnColor),m.extend("--ft-checkbox-checked-hover-state-layer-opacity","",x.opacity16),m.extend("--ft-checkbox-checked-focus-state-layer-opacity","",x.opacity16),m.extend("--ft-checkbox-checked-active-state-layer-opacity","",x.opacity24),m.extend("--ft-checkbox-checked-disabled-component-opacity","",x.opacity40),m.extend("--ft-checkbox-unchecked-border-color","",x.colorGray80),m.extend("--ft-checkbox-unchecked-state-layer-color","",x.colorGray80),m.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",x.opacity16),m.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",x.opacity16),m.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",x.opacity24),m.extend("--ft-checkbox-unchecked-disabled-component-opacity","",x.opacity40),m.extend("--ft-checkbox-focus-focus-ring-color","",N.borderActionFocusRing),m.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),m.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),m.extend("--ft-checkbox-gap","",x.spacing3),m.extend("--ft-toggle-off-hover-state-layer-opacity","",x.opacity16),m.extend("--ft-toggle-off-focus-state-layer-opacity","",x.opacity16),m.extend("--ft-toggle-off-active-state-layer-opacity","",x.opacity24),m.extend("--ft-toggle-off-disabled-component-opacity","",x.opacity40),m.extend("--ft-toggle-off-background-color","",N.contentGlobalSubtle),m.extend("--ft-toggle-off-icon-color","",N.contentGlobalSubtle),m.extend("--ft-toggle-off-state-layer-color","",N.contentGlobalSubtle),m.extend("--ft-toggle-on-hover-state-layer-opacity","",x.opacity16),m.extend("--ft-toggle-on-focus-state-layer-opacity","",x.opacity16),m.extend("--ft-toggle-on-active-state-layer-opacity","",x.opacity24),m.extend("--ft-toggle-on-disabled-component-opacity","",x.opacity40),m.extend("--ft-toggle-on-background-color","",N.contentActionPrimary),m.extend("--ft-toggle-on-state-layer-color","",N.contentActionPrimary),m.extend("--ft-toggle-on-icon-color","",N.contentActionPrimary),m.extend("--ft-toggle-color","",N.contentGlobalPrimary),m.extend("--ft-toggle-focus-focus-ring-color","",N.borderActionFocusRing),m.extend("--ft-toggle-gap","",x.spacing3),m.extend("--ft-radio-color","",N.contentGlobalPrimary),m.extend("--ft-radio-selected-radio-color","",N.contentActionPrimary),m.extend("--ft-radio-selected-state-layer-color","",N.contentActionPrimary),m.extend("--ft-radio-selected-hover-state-layer-opacity","",x.opacity16),m.extend("--ft-radio-selected-focus-state-layer-opacity","",x.opacity16),m.extend("--ft-radio-selected-active-state-layer-opacity","",x.opacity24),m.extend("--ft-radio-selected-disabled-component-opacity","",x.opacity40),m.extend("--ft-radio-unselected-state-layer-color","",N.borderInputPrimary),m.extend("--ft-radio-unselected-border-color","",N.borderInputPrimary),m.extend("--ft-radio-unselected-hover-state-layer-opacity","",x.opacity16),m.extend("--ft-radio-unselected-focus-state-layer-opacity","",x.opacity16),m.extend("--ft-radio-unselected-active-state-layer-opacity","",x.opacity24),m.extend("--ft-radio-unselected-disabled-component-opacity","",x.opacity40),m.extend("--ft-radio-focus-focus-ring-color","",N.borderActionFocusRing),m.create("--ft-radio-focus-outline-offset","","SIZE","3px"),m.create("--ft-radio-focus-outline-width","","SIZE","2px"),m.extend("--ft-radio-gap","",x.spacing3),m.extend("--ft-notification-icon-size","",x.iconSize4),m.extend("--ft-notification-horizontal-padding","",x.spacing4),m.extend("--ft-notification-vertical-padding","",x.spacing4),m.extend("--ft-notification-info-background-color","",N.backgroundInfoSubtle),m.extend("--ft-notification-info-color","",N.contentInfoPrimary),m.extend("--ft-notification-info-icon-color","",N.contentInfoIconOnly),m.extend("--ft-notification-info-border-color","",N.borderInfoSubtle),m.extend("--ft-notification-success-background-color","",N.backgroundSuccessSubtle),m.extend("--ft-notification-success-color","",N.contentSuccessPrimary),m.extend("--ft-notification-success-icon-color","",N.contentSuccessIconOnly),m.extend("--ft-notification-success-border-color","",N.borderSuccessSubtle),m.extend("--ft-notification-warning-background-color","",N.backgroundWarningSubtle),m.extend("--ft-notification-warning-color","",N.contentWarningPrimary),m.extend("--ft-notification-warning-icon-color","",N.contentWarningIconOnly),m.extend("--ft-notification-warning-border-color","",N.borderWarningSubtle),m.extend("--ft-notification-error-background-color","",N.backgroundErrorSubtle),m.extend("--ft-notification-error-color","",N.contentErrorPrimary),m.extend("--ft-notification-error-icon-color","",N.contentErrorIconOnly),m.extend("--ft-notification-error-border-color","",N.borderErrorSubtle),m.extend("--ft-notification-border-radius","",x.borderRadiusPill),m.create("--ft-notification-border-width","","SIZE","1px"),m.extend("--ft-notification-leading-gap","",x.spacing2),m.extend("--ft-notification-trailing-gap","",x.spacing8),m.extend("--ft-tooltip-horizontal-padding","",x.spacing2),m.extend("--ft-tooltip-vertical-padding","",x.spacing2),m.extend("--ft-tooltip-border-radius","",x.borderRadiusS),m.extend("--ft-tooltip-color","",N.contentGlobalOnColor),m.extend("--ft-tooltip-background-color","",N.contentGlobalPrimary),m.extend("--ft-tooltip-background-opacity","",x.opacity80),m.extend("--ft-tooltip-shadow","",x.shadowElevation03),m.create("--ft-tooltip-max-width","","SIZE","256px"),m.extend("--ft-tooltip-gap","",x.spacing05);const S=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.titleFont),w=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.contentFont),C={fontFamily:w,fontSize:o.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:o.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:o.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:o.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:o.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},$=o.FtCssVariableFactory.extend("--ft-typography-title-font-family","",S),I=o.FtCssVariableFactory.extend("--ft-typography-title-font-size","",C.fontSize,"20px"),E=o.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",C.fontWeight,"normal"),W=o.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",C.letterSpacing,"0.15px"),U=o.FtCssVariableFactory.extend("--ft-typography-title-line-height","",C.lineHeight,"1.2"),R=o.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",C.textTransform,"inherit"),k=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",S),L=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",C.fontSize,"14px"),Z=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",C.fontWeight,"normal"),z=o.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",C.letterSpacing,"0.105px"),K=o.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",C.lineHeight,"1.7"),F=o.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",C.textTransform,"inherit"),D=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",w),B=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",C.fontSize,"16px"),H=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",C.fontWeight,"600"),A=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",C.letterSpacing,"0.144px"),G=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",C.lineHeight,"1.5"),P=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",C.textTransform,"inherit"),T=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",w),j=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",C.fontSize,"14px"),M=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",C.fontWeight,"normal"),_=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",C.letterSpacing,"0.098px"),Y=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",C.lineHeight,"1.7"),V=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",C.textTransform,"inherit"),X=o.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",w),q=o.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",C.fontSize,"16px"),J=o.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",C.fontWeight,"normal"),Q=o.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",C.letterSpacing,"0.496px"),tt=o.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",C.lineHeight,"1.5"),ot=o.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",C.textTransform,"inherit"),et=o.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",w),rt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",C.fontSize,"14px"),it=o.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",C.fontWeight,"normal"),at=o.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",C.letterSpacing,"0.252px"),nt=o.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",C.lineHeight,"1.4"),lt=o.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",C.textTransform,"inherit"),ct=o.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",w),pt=o.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",C.fontSize,"12px"),ft=o.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",C.fontWeight,"normal"),st=o.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",C.letterSpacing,"0.396px"),dt=o.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",C.lineHeight,"1.33"),ht=o.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",C.textTransform,"inherit"),gt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",w),yt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",C.fontSize,"10px"),bt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",C.fontWeight,"normal"),ut=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",C.letterSpacing,"0.33px"),mt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",C.lineHeight,"1.6"),xt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",C.textTransform,"inherit"),Ot=o.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",w),Nt=o.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",C.fontSize,"10px"),vt=o.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",C.fontWeight,"normal"),St=o.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",C.letterSpacing,"1.5px"),wt=o.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",C.lineHeight,"1.6"),Ct=o.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",C.textTransform,"uppercase"),$t={fontFamily:o.FtCssVariableFactory.extend("--ft-typography-button-font-family","",w),fontSize:o.FtCssVariableFactory.extend("--ft-typography-button-font-size","",C.fontSize,"14px"),fontWeight:o.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",C.fontWeight,"600"),letterSpacing:o.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",C.letterSpacing,"1.246px"),lineHeight:o.FtCssVariableFactory.extend("--ft-typography-button-line-height","",C.lineHeight,"1.15"),textTransform:o.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",C.textTransform,"uppercase")},It=e.css`
|
|
142
|
+
`,u=t=>"string"==typeof t?e.unsafeCSS(t):t;class m{static create(t,o,r,a){const i=t=>u(null!=t?t:a),n=e.css`var(${u(t)}, ${i(a)})`;return n.name=t,n.description=o,n.category=r,n.defaultValue=a,n.defaultCssValue=i,n.get=o=>e.css`var(${u(t)}, ${i(o)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>a,n}static extend(t,o,r,a){const i=t=>r.get(null!=t?t:a),n=e.css`var(${u(t)}, ${i(a)})`;return n.name=t,n.description=o,n.category=r.category,n.fallbackVariable=r,n.defaultValue=a,n.defaultCssValue=i,n.get=o=>e.css`var(${u(t)}, ${i(o)})`,n.breadcrumb=()=>[r.name,...r.breadcrumb()],n.lastResortDefaultValue=()=>null!=a?a:r.lastResortDefaultValue(),n}static external(t,o){const r=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):u(null!=o?o:t.lastResortDefaultValue()),a=e.css`var(${u(t.name)}, ${r(t.defaultValue)})`;return a.name=t.name,a.category=t.category,a.fallbackVariable=t.fallbackVariable,a.defaultValue=t.defaultValue,a.context=o,a.defaultCssValue=r,a.get=o=>e.css`var(${u(t.name)}, ${r(o)})`,a.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],a.lastResortDefaultValue=()=>t.lastResortDefaultValue(),a}}const x={colorWhite:m.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:m.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:m.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:m.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:m.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:m.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:m.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:m.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:m.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:m.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:m.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:m.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:m.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:m.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:m.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:m.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:m.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:m.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:m.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:m.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:m.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:m.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:m.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:m.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:m.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:m.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:m.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:m.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:m.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:m.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:m.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:m.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:m.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:m.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:m.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:m.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:m.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:m.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:m.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:m.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:m.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:m.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:m.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:m.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:m.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:m.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:m.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:m.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:m.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:m.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:m.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:m.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:m.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:m.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:m.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:m.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:m.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:m.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:m.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:m.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:m.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:m.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:m.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:m.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:m.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:m.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:m.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:m.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:m.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:m.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:m.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:m.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:m.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:m.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:m.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:m.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:m.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:m.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:m.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:m.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:m.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:m.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:m.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:m.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:m.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:m.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:m.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:m.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:m.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:m.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:m.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:m.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:m.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:m.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:m.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:m.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:m.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:m.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:m.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:m.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:m.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:m.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:m.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:m.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:m.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:m.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:m.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:m.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:m.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:m.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:m.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:m.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:m.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:m.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:m.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:m.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:m.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:m.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:m.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:m.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:m.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:m.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:m.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:m.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:m.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:m.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:m.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:m.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:m.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:m.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:m.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:m.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:m.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:m.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:m.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:m.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:m.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:m.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:m.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:m.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:m.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:m.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:m.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:m.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:m.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:m.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:m.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:m.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:m.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:m.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:m.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:m.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:m.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:m.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:m.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:m.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:m.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:m.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:m.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:m.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:m.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:m.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:m.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:m.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:m.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:m.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:m.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:m.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:m.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:m.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:m.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:m.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:m.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:m.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:m.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:m.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:m.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:m.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:m.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:m.create("--ft-icon-size-6","","SIZE","48px"),opacity0:m.create("--ft-opacity-0","","NUMBER","0"),opacity8:m.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:m.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:m.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:m.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:m.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:m.create("--ft-shadow-elevation-01","","SHADOW","0px 1px 4px 0px rgba(0,0,0,0.06), 0px 1px 2px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation02:m.create("--ft-shadow-elevation-02","","SHADOW","0px 4px 10px 0px rgba(0,0,0,0.06), 0px 2px 5px 0px rgba(0,0,0,0.14), 0px 0px 1px 0px rgba(0,0,0,0.06)"),shadowElevation03:m.create("--ft-shadow-elevation-03","","SHADOW","0px 6px 13px 0px rgba(0,0,0,0.06), 0px 3px 7px 0px rgba(0,0,0,0.14), 0px 1px 2px 0px rgba(0,0,0,0.06)"),shadowElevation04:m.create("--ft-shadow-elevation-04","","SHADOW","0px 8px 16px 0px rgba(0,0,0,0.06), 0px 4px 9px 0px rgba(0,0,0,0.14), 0px 2px 3px 0px rgba(0,0,0,0.06)"),shadowElevation06:m.create("--ft-shadow-elevation-06","","SHADOW","0px 12px 22px 0px rgba(0,0,0,0.06), 0px 6px 13px 0px rgba(0,0,0,0.14), 0px 4px 5px 0px rgba(0,0,0,0.06)"),shadowElevation08:m.create("--ft-shadow-elevation-08","","SHADOW","0px 16px 28px 0px rgba(0,0,0,0.06), 0px 8px 17px 0px rgba(0,0,0,0.14), 0px 6px 7px 0px rgba(0,0,0,0.06)"),shadowElevation12:m.create("--ft-shadow-elevation-12","","SHADOW","0px 22px 40px 0px rgba(0,0,0,0.06), 0px 12px 23px 0px rgba(0,0,0,0.14), 0px 10px 11px 0px rgba(0,0,0,0.06)"),shadowElevation16:m.create("--ft-shadow-elevation-16","","SHADOW","0px 28px 52px 0px rgba(0,0,0,0.06), 0px 16px 29px 0px rgba(0,0,0,0.14), 0px 14px 15px 0px rgba(0,0,0,0.06)"),shadowElevation24:m.create("--ft-shadow-elevation-24","","SHADOW","0px 40px 76px 0px rgba(0,0,0,0.06), 0px 24px 41px 0px rgba(0,0,0,0.14), 0px 22px 23px 0px rgba(0,0,0,0.06)")},O={display:{fontFamily:m.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:m.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:m.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:m.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:m.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:m.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:m.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:m.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:m.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:m.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:m.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:m.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:m.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:m.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:m.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:m.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:m.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:m.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:m.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:m.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:m.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:m.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:m.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:m.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:m.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:m.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:m.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:m.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:m.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:m.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:m.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:m.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:m.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:m.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:m.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:m.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:m.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:m.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:m.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:m.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:m.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-medium-underline":{fontFamily:m.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:m.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:m.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:m.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:m.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:m.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},"body-2-semibold":{fontFamily:m.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:m.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:m.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:m.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:m.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:m.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:m.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:m.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:m.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:m.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:m.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:m.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:m.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:m.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:m.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:m.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:m.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:m.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:m.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:m.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:m.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:m.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:m.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:m.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:m.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:m.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:m.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:m.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:m.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:m.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:m.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:m.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:m.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:m.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:m.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:m.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:m.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:m.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:m.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:m.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:m.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:m.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:m.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:m.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:m.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:m.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:m.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:m.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:m.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:m.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:m.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:m.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:m.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:m.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:m.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:m.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:m.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:m.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:m.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:m.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:m.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:m.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:m.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:m.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:m.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:m.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:m.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:m.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:m.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:m.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:m.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:m.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:m.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:m.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},"caption-3-medium":{fontFamily:m.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:m.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:m.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:m.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:m.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:m.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},"caption-3-semibold":{fontFamily:m.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:m.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:m.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:m.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:m.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:m.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},"caption-3-bold":{fontFamily:m.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:m.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:m.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:m.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:m.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:m.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:m.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:m.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:m.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")}},v={backgroundActionPrimary:m.extend("--ft-background-action-primary","Used as backgorund of primary action components.",x.colorBrand0),backgroundErrorSubtle:m.extend("--ft-background-error-subtle","Used as background of subtle error components.",x.colorRed10),backgroundInfoSubtle:m.extend("--ft-background-info-subtle","Used as background of subtle information components.",x.colorCyan10),backgroundWarningSubtle:m.extend("--ft-background-warning-subtle","Used as background of subtle information components.",x.colorOrange10),backgroundSuccessSubtle:m.extend("--ft-background-success-subtle","Used as background of subtle success components.",x.colorGreen10),backgroundGlobalSurface:m.extend("--ft-background-global-surface","Used as app background.",x.colorWhite),backgroundGlobalOnSurface:m.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",x.colorGray10),backgroundGlobalOnSurfaceDark:m.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",x.colorGray30),contentActionPrimary:m.extend("--ft-content-action-primary","Used on label of primary action on light surface.",x.colorBrand0),contentWarningPrimary:m.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",x.colorOrange200),contentWarningIconOnly:m.extend("--ft-content-warning-icon-only","Used on warning status icons alone",x.colorOrange0),contentErrorPrimary:m.extend("--ft-content-error-primary","Used on label of error messages on light surface.",x.colorRed0),contentErrorIconOnly:m.extend("--ft-content-error-icon-only","Used on error status icons alone",x.colorRed70),contentInfoPrimary:m.extend("--ft-content-info-primary","Used on label of information messages on light surface.",x.colorCyan200),contentInfoIconOnly:m.extend("--ft-content-info-icon-only","Used on info status icons alone",x.colorCyan0),contentSuccessPrimary:m.extend("--ft-content-success-primary","Used on label of success messages on light surface.",x.colorGreen200),contentSuccessIconOnly:m.extend("--ft-content-success-icon-only","Used on success status icons alone",x.colorGreen0),contentGlobalPrimary:m.extend("--ft-content-global-primary","Used for main content on the page.",x.colorGray500),contentGlobalSecondary:m.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",x.colorGray200),contentGlobalSubtle:m.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",x.colorGray0),contentGlobalOnColor:m.extend("--ft-content-global-on-color","Used for content on a dominant color.",x.colorWhite),borderActionPrimary:m.extend("--ft-border-action-primary","Used as border for primary action components.",x.colorBrand0),borderActionFocusRing:m.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",x.colorCyan0),borderWarningPrimary:m.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",x.colorOrange200),borderWarningSubtle:m.extend("--ft-border-warning-subtle","Used as border for warning components.",x.colorOrange30),borderSuccessPrimary:m.extend("--ft-border-success-primary","Used as border for success buttons.",x.colorGreen200),borderSuccessSubtle:m.extend("--ft-border-success-subtle","Used as border for success components.",x.colorGreen30),borderErrorPrimary:m.extend("--ft-border-error-primary","Used as border for text fields in error states.",x.colorRed0),borderErrorSubtle:m.extend("--ft-border-error-subtle","Used as border for error components.",x.colorRed30),borderInfoPrimary:m.extend("--ft-border-info-primary","Used as border for buttons in info color.",x.colorCyan200),borderInfoSubtle:m.extend("--ft-border-info-subtle","Used as border for information components.",x.colorCyan30),borderGlobalPrimary:m.extend("--ft-border-global-primary","Used as border for element like input.",x.colorGray50),borderGlobalSubtle:m.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",x.colorGray30),borderInputPrimary:m.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",x.colorGray80)},N={largeHeight:m.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:m.extend("--ft-button-large-horizontal-padding","",x.spacing4),largeGap:m.extend("--ft-button-large-gap","",x.spacing2),largeBorderRadius:m.extend("--ft-button-large-border-radius","",x.borderRadiusS),largeIconSize:m.extend("--ft-button-large-icon-size","",x.iconSize3),largeBorderWidth:m.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:m.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:m.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:m.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:m.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:m.extend("--ft-button-small-horizontal-padding","",x.spacing3),smallGap:m.extend("--ft-button-small-gap","",x.spacing2),smallBorderRadius:m.extend("--ft-button-small-border-radius","",x.borderRadiusS),smallIconSize:m.extend("--ft-button-small-icon-size","",x.iconSize2),smallBorderWidth:m.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:m.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:m.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:m.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:m.extend("--ft-button-primary-background-color","",v.backgroundActionPrimary),primaryColor:m.extend("--ft-button-primary-color","",v.contentGlobalOnColor),primaryIconColor:m.extend("--ft-button-primary-icon-color","",v.contentGlobalOnColor),primaryStateLayerColor:m.extend("--ft-button-primary-state-layer-color","",v.contentGlobalOnColor),primaryHoverStateLayerOpacity:m.extend("--ft-button-primary-hover-state-layer-opacity","",x.opacity16),primaryFocusStateLayerOpacity:m.extend("--ft-button-primary-focus-state-layer-opacity","",x.opacity16),primaryActiveStateLayerOpacity:m.extend("--ft-button-primary-active-state-layer-opacity","",x.opacity24),primaryDisabledComponentOpacity:m.extend("--ft-button-primary-disabled-component-opacity","",x.opacity40),focusFocusRingColor:m.extend("--ft-button-focus-focus-ring-color","",v.borderActionFocusRing),tertiaryBackgroundColor:m.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:m.extend("--ft-button-tertiary-color","",v.contentActionPrimary),tertiaryIconColor:m.extend("--ft-button-tertiary-icon-color","",v.contentActionPrimary),tertiaryStateLayerColor:m.extend("--ft-button-tertiary-state-layer-color","",v.contentActionPrimary),tertiaryHoverStateLayerOpacity:m.extend("--ft-button-tertiary-hover-state-layer-opacity","",x.opacity8),tertiaryFocusStateLayerOpacity:m.extend("--ft-button-tertiary-focus-state-layer-opacity","",x.opacity8),tertiaryActiveStateLayerOpacity:m.extend("--ft-button-tertiary-active-state-layer-opacity","",x.opacity16),tertiaryDisabledComponentOpacity:m.extend("--ft-button-tertiary-disabled-component-opacity","",x.opacity40),secondaryBackgroundColor:m.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:m.extend("--ft-button-secondary-color","",v.contentActionPrimary),secondaryIconColor:m.extend("--ft-button-secondary-icon-color","",v.contentActionPrimary),secondaryStateLayerColor:m.extend("--ft-button-secondary-state-layer-color","",v.contentActionPrimary),secondaryHoverStateLayerOpacity:m.extend("--ft-button-secondary-hover-state-layer-opacity","",x.opacity8),secondaryFocusStateLayerOpacity:m.extend("--ft-button-secondary-focus-state-layer-opacity","",x.opacity8),secondaryActiveStateLayerOpacity:m.extend("--ft-button-secondary-active-state-layer-opacity","",x.opacity16),secondaryDisabledComponentOpacity:m.extend("--ft-button-secondary-disabled-component-opacity","",x.opacity40),secondaryBorderColor:m.extend("--ft-button-secondary-border-color","",v.borderActionPrimary),neutralBackgroundColor:m.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:m.extend("--ft-button-neutral-icon-color","",v.contentGlobalSecondary),neutralColor:m.extend("--ft-button-neutral-color","",v.contentGlobalSecondary),neutralStateLayerColor:m.extend("--ft-button-neutral-state-layer-color","",v.contentGlobalSecondary),neutralHoverStateLayerOpacity:m.extend("--ft-button-neutral-hover-state-layer-opacity","",x.opacity8),neutralFocusStateLayerOpacity:m.extend("--ft-button-neutral-focus-state-layer-opacity","",x.opacity8),neutralActiveStateLayerOpacity:m.extend("--ft-button-neutral-active-state-layer-opacity","",x.opacity16),neutralDisabledComponentOpacity:m.extend("--ft-button-neutral-disabled-component-opacity","",x.opacity40)};m.extend("--ft-banner-icon-size","",x.iconSize5),m.create("--ft-banner-border-width","","SIZE","1px"),m.extend("--ft-banner-horizontal-padding","",x.spacing6),m.extend("--ft-banner-vertical-padding","",x.spacing6),m.extend("--ft-banner-horizontal-side-gap","",x.spacing6),m.extend("--ft-banner-horizontal-mobile-gap","",x.spacing4),m.extend("--ft-banner-vertical-mobile-gap","",x.spacing6),m.extend("--ft-banner-horizontal-middle-gap","",x.spacing20),m.extend("--ft-banner-info-background-color","",v.backgroundInfoSubtle),m.extend("--ft-banner-info-color","",v.contentInfoPrimary),m.extend("--ft-banner-info-icon-color","",v.contentInfoIconOnly),m.extend("--ft-breadcrumb-horizontal-gap","",x.spacing1),m.extend("--ft-breadcrumb-vertical-gap","",x.spacing2),m.extend("--ft-breadcrumb-current-element-color","",v.contentGlobalPrimary),m.extend("--ft-breadcrumb-icon-color","",v.contentGlobalSubtle),m.extend("--ft-page-header-horizontal-padding","",x.spacing12),m.extend("--ft-page-header-horizontal-gap","",x.spacing4),m.extend("--ft-page-header-vertical-gap","",x.spacing2),m.extend("--ft-page-header-classic-vertical-padding","",x.spacing6),m.extend("--ft-page-header-multiline-vertical-padding","",x.spacing4),m.extend("--ft-page-header-inline-vertical-padding","",x.spacing2),m.extend("--ft-page-header-background-color","",x.colorWhite),m.extend("--ft-page-header-bottom-border-color","",v.borderGlobalSubtle),m.extend("--ft-page-header-title-color","",v.contentGlobalPrimary),m.extend("--ft-page-header-subtitle-color","",v.contentGlobalSecondary),m.create("--ft-modal-small-container-width","","SIZE","600px"),m.create("--ft-modal-large-container-width","","SIZE","900px"),m.extend("--ft-modal-overlay-background-color","",x.colorGray700),m.extend("--ft-modal-overlay-opacity","",x.opacity40),m.extend("--ft-modal-shadow","",x.shadowElevation03),m.extend("--ft-modal-body-background-color","",x.colorWhite),m.extend("--ft-modal-body-color","",v.contentGlobalPrimary),m.extend("--ft-modal-body-horizontal-padding","",x.spacing6),m.extend("--ft-modal-body-vertical-padding","",x.spacing6),m.extend("--ft-modal-body-vertical-gap","",x.spacing6),m.extend("--ft-modal-container-margin","",x.spacing3),m.extend("--ft-modal-header-background-color","",v.backgroundGlobalOnSurface),m.extend("--ft-modal-header-border-color","",v.borderGlobalSubtle),m.extend("--ft-modal-header-color","",v.contentGlobalPrimary),m.extend("--ft-modal-header-trailing-icon-color","",v.contentGlobalSecondary),m.extend("--ft-modal-header-vertical-padding","",x.spacing1),m.extend("--ft-modal-header-right-padding","",x.spacing1),m.extend("--ft-modal-header-left-padding","",x.spacing6),m.extend("--ft-modal-header-gap","",x.spacing2),m.create("--ft-modal-header-border-bottom","","SIZE","1px"),m.extend("--ft-modal-border-radius","",x.borderRadiusM),m.extend("--ft-drawer-overlay-opacity","",x.opacity40),m.extend("--ft-drawer-shadow","",x.shadowElevation03),m.extend("--ft-drawer-body-color","",v.contentGlobalPrimary),m.extend("--ft-drawer-body-horizontal-padding","",x.spacing6),m.extend("--ft-drawer-body-vertical-padding","",x.spacing6),m.extend("--ft-drawer-body-gap","",x.spacing6),m.extend("--ft-drawer-body-background-color","",x.colorWhite),m.extend("--ft-drawer-header-background-color","",v.backgroundGlobalOnSurface),m.extend("--ft-drawer-header-border-color","",v.borderGlobalSubtle),m.extend("--ft-drawer-header-color","",v.contentGlobalPrimary),m.extend("--ft-drawer-header-trailing-icon-color","",v.contentGlobalSecondary),m.create("--ft-drawer-header-height","","SIZE","50px"),m.extend("--ft-drawer-header-horizontal-padding","",x.spacing2),m.create("--ft-drawer-header-border-width","","SIZE","1px"),m.extend("--ft-drawer-header-gap","",x.spacing3),m.extend("--ft-drawer-buttons-bar-background-color","",v.backgroundGlobalOnSurface),m.extend("--ft-drawer-buttons-bar-border-color","",v.borderGlobalSubtle),m.extend("--ft-drawer-buttons-bar-color","",v.contentGlobalPrimary),m.extend("--ft-drawer-buttons-bar-horizontal-padding","",x.spacing4),m.extend("--ft-drawer-buttons-bar-vertical-padding","",x.spacing4),m.extend("--ft-drawer-buttons-bar-gap","",x.spacing3),m.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),m.create("--ft-drawer-container-width","","SIZE","66%"),m.create("--ft-drawer-container-min-width","","SIZE","500px"),m.create("--ft-drawer-container-max-width","","SIZE","1000px"),m.create("--ft-drawer-container-height","","SIZE","100%"),m.extend("--ft-drawer-overlay-background-color","",x.colorGray700),m.extend("--ft-text-input-field-horizontal-padding","",x.spacing4),m.extend("--ft-text-input-field-horizontal-gap","",x.spacing3),m.extend("--ft-text-input-field-vertical-gap","",x.spacing05),m.extend("--ft-text-input-field-icon-size","",x.iconSize3),m.create("--ft-text-input-field-height","","SIZE","50px"),m.extend("--ft-text-input-helper-horizontal-padding","",x.spacing4),m.extend("--ft-text-input-helper-horizontal-gap","",x.spacing1),m.extend("--ft-text-input-helper-icon-size","",x.iconSize2),m.extend("--ft-text-input-border-radius","",x.borderRadiusM),m.extend("--ft-text-input-background-color","",x.colorWhite),m.extend("--ft-text-input-content-value-color","",v.contentGlobalPrimary),m.extend("--ft-text-input-trailing-icon-color","",v.contentGlobalSubtle),m.extend("--ft-text-input-label-color","",v.contentGlobalSubtle),m.extend("--ft-text-input-default-border-color","",v.borderInputPrimary),m.extend("--ft-text-input-default-helper-text-color","",v.contentGlobalSubtle),m.create("--ft-text-input-default-border-width","","SIZE","1px"),m.create("--ft-text-input-error-border-width","","SIZE","2px"),m.extend("--ft-text-input-error-border-color","",v.borderErrorPrimary),m.extend("--ft-text-input-error-helper-text-color","",v.contentErrorPrimary),m.extend("--ft-text-input-error-helper-icon-color","",v.contentErrorIconOnly),m.create("--ft-text-input-warning-border-width","","SIZE","2px"),m.create("--ft-text-input-focus-outline-width","","SIZE","2px"),m.extend("--ft-text-input-focus-focus-ring-color","",v.borderActionFocusRing),m.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),m.extend("--ft-text-input-disabled-component-opacity","",x.opacity40),m.extend("--ft-text-area-background-color","",x.colorWhite),m.extend("--ft-text-area-content-value-color","",v.contentGlobalPrimary),m.extend("--ft-text-area-label-color","",v.contentGlobalSubtle),m.extend("--ft-text-area-default-border-color","",v.borderInputPrimary),m.extend("--ft-text-area-default-helper-text-color","",v.contentGlobalSubtle),m.create("--ft-text-area-default-border-width","","SIZE","1px"),m.create("--ft-text-area-error-border-width","","SIZE","2px"),m.extend("--ft-text-area-error-border-color","",v.borderErrorPrimary),m.extend("--ft-text-area-error-helper-text-color","",v.contentErrorPrimary),m.extend("--ft-text-area-error-helper-icon-color","",v.contentErrorIconOnly),m.extend("--ft-text-area-focus-focus-ring-color","",v.borderActionFocusRing),m.create("--ft-text-area-focus-outline-width","","SIZE","2px"),m.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),m.extend("--ft-text-area-disabled-component-opacity","",x.opacity40),m.extend("--ft-text-area-field-horizontal-left-padding","",x.spacing4),m.extend("--ft-text-area-field-horizontal-gap","",x.spacing3),m.extend("--ft-text-area-field-vertical-gap","",x.spacing05),m.create("--ft-text-area-field-min-height","","SIZE","64px"),m.extend("--ft-text-area-helper-horizontal-padding","",x.spacing4),m.extend("--ft-text-area-helper-horizontal-gap","",x.spacing1),m.extend("--ft-text-area-helper-icon-size","",x.iconSize2),m.extend("--ft-text-area-border-radius","",x.borderRadiusM),m.create("--ft-floating-menu-height","","SIZE","50px"),m.extend("--ft-floating-menu-horizontal-padding","",x.spacing4),m.extend("--ft-floating-menu-off-icon-color","",v.contentGlobalPrimary),m.extend("--ft-floating-menu-off-color","",v.contentGlobalPrimary),m.extend("--ft-floating-menu-on-color","",v.contentActionPrimary),m.extend("--ft-floating-menu-on-state-layer-color","",v.contentActionPrimary),m.extend("--ft-floating-menu-gap","",x.spacing3),m.extend("--ft-floating-menu-focus-focus-ring-color","",v.borderActionFocusRing),m.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),m.extend("--ft-floating-menu-focus-state-layer-opacity","",x.opacity8),m.extend("--ft-floating-menu-hover-state-layer-opacity","",x.opacity8),m.extend("--ft-floating-menu-active-state-layer-opacity","",x.opacity16),m.extend("--ft-floating-menu-disabled-component-opacity","",x.opacity40),m.extend("--ft-floating-menu-icon-size","",x.iconSize3),m.extend("--ft-floating-menu-background-color","",v.backgroundGlobalOnSurface),m.extend("--ft-combobox-single-select-field-horizontal-padding","",x.spacing4),m.extend("--ft-combobox-single-select-field-horizontal-gap","",x.spacing3),m.extend("--ft-combobox-single-select-field-vertical-gap","",x.spacing05),m.extend("--ft-combobox-single-select-field-icon-size","",x.iconSize3),m.create("--ft-combobox-single-select-field-height","","SIZE","50px"),m.extend("--ft-combobox-single-select-helper-horizontal-padding","",x.spacing4),m.extend("--ft-combobox-single-select-helper-horizontal-gap","",x.spacing1),m.extend("--ft-combobox-single-select-helper-vertical-gap","",x.spacing1),m.extend("--ft-combobox-single-select-helper-icon-size","",x.iconSize2),m.extend("--ft-combobox-single-select-menu-vertical-gap","",x.spacing2),m.extend("--ft-combobox-single-select-border-radius","",x.borderRadiusM),m.extend("--ft-combobox-single-select-background-color","",x.colorWhite),m.extend("--ft-combobox-single-select-label-color","",v.contentGlobalSubtle),m.extend("--ft-combobox-single-select-content-value-color","",v.contentGlobalPrimary),m.extend("--ft-combobox-single-select-trailing-icon-color","",v.contentGlobalSubtle),m.extend("--ft-combobox-single-select-default-border-color","",v.borderInputPrimary),m.extend("--ft-combobox-single-select-default-helper-text-color","",v.contentGlobalSubtle),m.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),m.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),m.extend("--ft-combobox-single-select-error-border-color","",v.borderErrorPrimary),m.extend("--ft-combobox-single-select-error-helper-text-color","",v.contentErrorPrimary),m.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),m.extend("--ft-combobox-single-select-warning-border-color","",v.borderWarningPrimary),m.extend("--ft-combobox-single-select-warning-helper-text-color","",v.contentWarningPrimary),m.extend("--ft-combobox-single-select-warning-helper-icon-color","",v.contentWarningIconOnly),m.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),m.extend("--ft-combobox-single-select-focus-focus-ring-color","",v.borderActionFocusRing),m.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),m.extend("--ft-combobox-single-select-disabled-component-opacity","",x.opacity40),m.extend("--ft-combobox-multi-select-background-color","",x.colorWhite),m.extend("--ft-combobox-multi-select-label-color","",v.contentGlobalSubtle),m.extend("--ft-combobox-multi-select-trailing-icon-color","",v.contentGlobalSubtle),m.extend("--ft-combobox-multi-select-default-border-color","",v.borderInputPrimary),m.extend("--ft-combobox-multi-select-default-helper-text-color","",v.contentGlobalSubtle),m.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),m.extend("--ft-combobox-multi-select-error-border-color","",v.borderErrorPrimary),m.extend("--ft-combobox-multi-select-error-helper-text-color","",v.contentErrorPrimary),m.extend("--ft-combobox-multi-select-error-helper-icon","",v.contentErrorIconOnly),m.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),m.extend("--ft-combobox-multi-select-warning-border-color","",v.borderWarningPrimary),m.extend("--ft-combobox-multi-select-warning-helper-text-color","",v.contentWarningPrimary),m.extend("--ft-combobox-multi-select-warning-helper-icon-color","",v.contentWarningIconOnly),m.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),m.extend("--ft-combobox-multi-select-focus-focus-ring-color","",v.borderActionFocusRing),m.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),m.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),m.extend("--ft-combobox-multi-select-disabled-component-opacity","",x.opacity40),m.extend("--ft-combobox-multi-select-helper-horizontal-padding","",x.spacing4),m.extend("--ft-combobox-multi-select-helper-horizontal-gap","",x.spacing1),m.extend("--ft-combobox-multi-select-helper-vertical-gap","",x.spacing1),m.extend("--ft-combobox-multi-select-helper-icon-size","",x.iconSize2),m.extend("--ft-combobox-multi-select-field-horizontal-padding","",x.spacing4),m.extend("--ft-combobox-multi-select-field-horizontal-gap","",x.spacing3),m.extend("--ft-combobox-multi-select-field-vertical-gap","",x.spacing05),m.extend("--ft-combobox-multi-select-field-icon-size","",x.iconSize3),m.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),m.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",x.spacing1),m.extend("--ft-combobox-multi-select-content-values-vertical-gap","",x.spacing1),m.extend("--ft-combobox-multi-select-border-radius","",x.borderRadiusM),m.extend("--ft-popover-background-color","",v.backgroundGlobalOnSurface),m.extend("--ft-popover-horizontal-padding","",x.spacing6),m.extend("--ft-popover-vertical-padding","",x.spacing6),m.extend("--ft-popover-icon-color","",v.contentGlobalSecondary),m.extend("--ft-popover-icon-size","",x.iconSize2),m.extend("--ft-popover-title-color","",v.contentGlobalPrimary),m.extend("--ft-popover-body-color","",v.contentGlobalSecondary),m.extend("--ft-popover-link-color","",v.contentActionPrimary),m.extend("--ft-popover-gap","",x.spacing3),m.extend("--ft-popover-border-radius","",x.borderRadiusM),m.extend("--ft-popover-shadow","",x.shadowElevation02),m.extend("--ft-tabs-top-left-border-radius","",x.borderRadiusS),m.extend("--ft-tabs-top-right-border-radius","",x.borderRadiusS),m.extend("--ft-tabs-label-horizontal-padding","",x.spacing4),m.extend("--ft-tabs-label-vertical-padding","",x.spacing3),m.extend("--ft-tabs-label-gap","",x.spacing1),m.extend("--ft-tabs-off-hover-state-layer-opacity","",x.opacity8),m.extend("--ft-tabs-off-focus-state-layer-opacity","",x.opacity8),m.extend("--ft-tabs-off-active-state-layer-opacity","",x.opacity16),m.extend("--ft-tabs-off-disabled-component-opacity","",x.opacity40),m.extend("--ft-tabs-off-color","",v.contentGlobalSubtle),m.extend("--ft-tabs-off-state-layer-color","",v.contentGlobalSubtle),m.extend("--ft-tabs-on-hover-state-layer-opacity","",x.opacity8),m.extend("--ft-tabs-on-focus-state-layer-opacity","",x.opacity8),m.extend("--ft-tabs-on-active-state-layer-opacity","",x.opacity16),m.extend("--ft-tabs-on-disabled-component-opacity","",x.opacity40),m.extend("--ft-tabs-on-color","",v.contentActionPrimary),m.extend("--ft-tabs-on-state-layer-color","",v.contentActionPrimary),m.extend("--ft-tabs-icon-horizontal-padding","",x.spacing1),m.extend("--ft-tabs-icon-vertical-padding","",x.spacing4),m.create("--ft-tabs-focus-outline-width","","SIZE","2px"),m.extend("--ft-tabs-focus-focus-ring-color","",v.borderActionFocusRing),m.extend("--ft-collapsible-hover-state-layer-opacity","",x.opacity8),m.extend("--ft-collapsible-focus-state-layer-opacity","",x.opacity8),m.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),m.extend("--ft-collapsible-focus-focus-ring-color","",v.borderActionFocusRing),m.extend("--ft-collapsible-active-state-layer-opacity","",x.opacity16),m.extend("--ft-collapsible-disabled-component-opacity","",x.opacity40),m.extend("--ft-collapsible-horizontal-padding","",x.spacing4),m.extend("--ft-collapsible-vertical-padding","",x.spacing3),m.extend("--ft-collapsible-color","",v.contentGlobalPrimary),m.extend("--ft-collapsible-state-layer-color","",v.contentGlobalPrimary),m.extend("--ft-collapsible-background-color","",v.backgroundGlobalOnSurface),m.extend("--ft-collapsible-border-color","",v.borderGlobalSubtle),m.extend("--ft-collapsible-icon-size","",x.iconSize3),m.extend("--ft-switch-group-horizontal-padding","",x.spacing1),m.extend("--ft-switch-group-vertical-padding","",x.spacing1),m.extend("--ft-switch-group-gap","",x.spacing1),m.extend("--ft-switch-group-background-color","",v.backgroundGlobalSurface),m.extend("--ft-switch-group-border-color","",v.borderGlobalSubtle),m.create("--ft-switch-group-border-radius","","SIZE","6px"),m.extend("--ft-switch-label-horizontal-padding","",x.spacing2),m.extend("--ft-switch-label-vertical-padding","",x.spacing1),m.extend("--ft-switch-off-hover-state-layer-opacity","",x.opacity8),m.extend("--ft-switch-off-focus-state-layer-opacity","",x.opacity8),m.extend("--ft-switch-off-active-state-layer-opacity","",x.opacity16),m.extend("--ft-switch-off-disabled-component-opacity","",x.opacity40),m.extend("--ft-switch-off-color","",v.contentGlobalSubtle),m.extend("--ft-switch-off-state-layer-color","",v.contentGlobalSubtle),m.extend("--ft-switch-on-hover-state-layer-opacity","",x.opacity8),m.extend("--ft-switch-on-focus-state-layer-opacity","",x.opacity8),m.extend("--ft-switch-on-active-state-layer-opacity","",x.opacity16),m.extend("--ft-switch-on-disabled-component-opacity","",x.opacity40),m.extend("--ft-switch-on-color","",v.contentActionPrimary),m.extend("--ft-switch-on-state-layer-color","",v.contentActionPrimary),m.extend("--ft-switch-icon-horizontal-padding","",x.spacing1),m.extend("--ft-switch-icon-vertical-padding","",x.spacing1),m.create("--ft-switch-focus-outline-width","","SIZE","2px"),m.extend("--ft-switch-focus-focus-ring-color","",v.borderActionFocusRing),m.extend("--ft-switch-option-border-radius","",x.borderRadiusS),m.extend("--ft-chart-1-light","for area color charts",x.colorBrand40),m.extend("--ft-chart-1-base","for line charts",x.colorBrand0),m.extend("--ft-chart-2-light","for area color charts",x.colorYellow60),m.extend("--ft-chart-2-base","for line charts",x.colorYellow100),m.extend("--ft-chart-3-light","",x.colorUltramarine40),m.extend("--ft-chart-3-base","",x.colorUltramarine70),m.extend("--ft-chart-4-light","",x.colorCyan50),m.extend("--ft-chart-4-base","",x.colorCyan100),m.extend("--ft-chart-5-light","",x.colorRed40),m.extend("--ft-chart-5-base","",x.colorRed60),m.extend("--ft-chart-6-light","",x.colorGreen40),m.extend("--ft-chart-6-base","",x.colorGreen70),m.extend("--ft-chart-7-light","",x.colorOrange70),m.extend("--ft-chart-7-base","",x.colorOrange100),m.extend("--ft-chart-8-light","",x.colorAvocado70),m.extend("--ft-chart-8-base","",x.colorAvocado200),m.extend("--ft-chart-9-light","",x.colorBrown50),m.extend("--ft-chart-9-base","",x.colorBrown200),m.extend("--ft-chart-10-light","",x.colorGray50),m.extend("--ft-chart-10-base","",x.colorGray80),m.extend("--ft-chart-monochrome-10","",x.colorBrand10),m.extend("--ft-chart-monochrome-20","",x.colorBrand20),m.extend("--ft-chart-monochrome-30","",x.colorBrand40),m.extend("--ft-chart-monochrome-40","",x.colorBrand60),m.extend("--ft-chart-monochrome-50","",x.colorBrand0),m.extend("--ft-chart-monochrome-60","",x.colorBrand200),m.extend("--ft-chip-large-horizontal-padding","",x.spacing4),m.extend("--ft-chip-large-vertical-padding","",x.spacing2),m.extend("--ft-chip-large-gap","",x.spacing1),m.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),m.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),m.extend("--ft-chip-large-border-radius","",x.borderRadiusPill),m.create("--ft-chip-large-border-width","","SIZE","1px"),m.extend("--ft-chip-large-icon-size","",x.iconSize3),m.extend("--ft-chip-medium-horizontal-padding","",x.spacing3),m.extend("--ft-chip-medium-vertical-padding","",x.spacing1),m.extend("--ft-chip-medium-gap","",x.spacing1),m.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),m.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),m.extend("--ft-chip-medium-border-radius","",x.borderRadiusPill),m.create("--ft-chip-medium-border-width","","SIZE","1px"),m.extend("--ft-chip-medium-icon-size","",x.iconSize2),m.extend("--ft-chip-small-horizontal-padding","",x.spacing2),m.extend("--ft-chip-small-vertical-padding","",x.spacing05),m.extend("--ft-chip-small-gap","",x.spacing1),m.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),m.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),m.extend("--ft-chip-small-border-radius","",x.borderRadiusPill),m.create("--ft-chip-small-border-width","","SIZE","1px"),m.extend("--ft-chip-small-icon-size","",x.iconSize1),m.extend("--ft-chip-neutral-background-color","",v.backgroundGlobalOnSurface),m.extend("--ft-chip-neutral-color","",v.contentGlobalPrimary),m.extend("--ft-chip-neutral-icon-color","",v.contentGlobalPrimary),m.extend("--ft-chip-neutral-border-color","",v.borderGlobalSubtle),m.extend("--ft-chip-info-background-color","",v.backgroundInfoSubtle),m.extend("--ft-chip-info-color","",v.contentInfoPrimary),m.extend("--ft-chip-info-icon-color","",v.contentInfoIconOnly),m.extend("--ft-chip-info-border-color","",v.borderInfoSubtle),m.extend("--ft-chip-success-background-color","",v.backgroundSuccessSubtle),m.extend("--ft-chip-success-color","",v.contentSuccessPrimary),m.extend("--ft-chip-success-icon-color","",v.contentSuccessIconOnly),m.extend("--ft-chip-success-border-color","",v.borderSuccessSubtle),m.extend("--ft-chip-warning-background-color","",v.backgroundWarningSubtle),m.extend("--ft-chip-warning-color","",v.contentWarningPrimary),m.extend("--ft-chip-warning-icon-color","",v.contentWarningIconOnly),m.extend("--ft-chip-warning-border-color","",v.borderWarningSubtle),m.extend("--ft-chip-error-background-color","",v.backgroundErrorSubtle),m.extend("--ft-chip-error-color","",v.contentErrorPrimary),m.extend("--ft-chip-error-icon-color","",v.contentErrorIconOnly),m.extend("--ft-chip-error-border-color","",v.borderErrorSubtle),m.extend("--ft-border-info-border-color","",v.borderInfoSubtle),m.create("--ft-notice-border-width","","SIZE","1px"),m.extend("--ft-notice-horizontal-padding","",x.spacing2),m.extend("--ft-notice-vertical-padding","",x.spacing1),m.extend("--ft-notice-border-radius","",x.borderRadiusS),m.extend("--ft-notice-gap","",x.spacing2),m.extend("--ft-notice-icon-size","",x.iconSize3),m.extend("--ft-notice-info-background-color","",v.backgroundInfoSubtle),m.extend("--ft-notice-info-border-color","",v.borderInfoSubtle),m.extend("--ft-notice-info-color","",v.contentInfoPrimary),m.extend("--ft-notice-info-icon-color","",v.contentInfoIconOnly),m.extend("--ft-notice-warning-background-color","",v.backgroundWarningSubtle),m.extend("--ft-notice-warning-border-color","",v.borderWarningSubtle),m.extend("--ft-notice-warning-color","",v.contentWarningPrimary),m.extend("--ft-notice-warning-icon-color","",v.contentWarningIconOnly),m.extend("--ft-notice-error-background-color","",v.backgroundErrorSubtle),m.extend("--ft-notice-error-border-color","",v.borderErrorSubtle),m.extend("--ft-notice-error-color","",v.contentErrorPrimary),m.extend("--ft-notice-error-icon-color","",v.contentErrorIconOnly),m.extend("--ft-notice-success-background-color","",v.backgroundSuccessSubtle),m.extend("--ft-notice-success-border-color","",v.borderSuccessSubtle),m.extend("--ft-notice-success-color","",v.contentSuccessPrimary),m.extend("--ft-notice-success-icon-color","",v.contentSuccessIconOnly),m.extend("--ft-checkbox-color","",v.contentGlobalPrimary),m.extend("--ft-checkbox-checked-background-color","",v.contentActionPrimary),m.extend("--ft-checkbox-checked-state-layer-color","",v.contentActionPrimary),m.extend("--ft-checkbox-checked-icon-color","",v.contentGlobalOnColor),m.extend("--ft-checkbox-checked-hover-state-layer-opacity","",x.opacity16),m.extend("--ft-checkbox-checked-focus-state-layer-opacity","",x.opacity16),m.extend("--ft-checkbox-checked-active-state-layer-opacity","",x.opacity24),m.extend("--ft-checkbox-checked-disabled-component-opacity","",x.opacity40),m.extend("--ft-checkbox-unchecked-border-color","",x.colorGray80),m.extend("--ft-checkbox-unchecked-state-layer-color","",x.colorGray80),m.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",x.opacity16),m.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",x.opacity16),m.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",x.opacity24),m.extend("--ft-checkbox-unchecked-disabled-component-opacity","",x.opacity40),m.extend("--ft-checkbox-focus-focus-ring-color","",v.borderActionFocusRing),m.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),m.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),m.extend("--ft-checkbox-gap","",x.spacing3),m.extend("--ft-toggle-off-hover-state-layer-opacity","",x.opacity16),m.extend("--ft-toggle-off-focus-state-layer-opacity","",x.opacity16),m.extend("--ft-toggle-off-active-state-layer-opacity","",x.opacity24),m.extend("--ft-toggle-off-disabled-component-opacity","",x.opacity40),m.extend("--ft-toggle-off-background-color","",v.contentGlobalSubtle),m.extend("--ft-toggle-off-icon-color","",v.contentGlobalSubtle),m.extend("--ft-toggle-off-state-layer-color","",v.contentGlobalSubtle),m.extend("--ft-toggle-on-hover-state-layer-opacity","",x.opacity16),m.extend("--ft-toggle-on-focus-state-layer-opacity","",x.opacity16),m.extend("--ft-toggle-on-active-state-layer-opacity","",x.opacity24),m.extend("--ft-toggle-on-disabled-component-opacity","",x.opacity40),m.extend("--ft-toggle-on-background-color","",v.contentActionPrimary),m.extend("--ft-toggle-on-state-layer-color","",v.contentActionPrimary),m.extend("--ft-toggle-on-icon-color","",v.contentActionPrimary),m.extend("--ft-toggle-color","",v.contentGlobalPrimary),m.extend("--ft-toggle-focus-focus-ring-color","",v.borderActionFocusRing),m.extend("--ft-toggle-gap","",x.spacing3),m.extend("--ft-radio-color","",v.contentGlobalPrimary),m.extend("--ft-radio-selected-radio-color","",v.contentActionPrimary),m.extend("--ft-radio-selected-state-layer-color","",v.contentActionPrimary),m.extend("--ft-radio-selected-hover-state-layer-opacity","",x.opacity16),m.extend("--ft-radio-selected-focus-state-layer-opacity","",x.opacity16),m.extend("--ft-radio-selected-active-state-layer-opacity","",x.opacity24),m.extend("--ft-radio-selected-disabled-component-opacity","",x.opacity40),m.extend("--ft-radio-unselected-state-layer-color","",v.borderInputPrimary),m.extend("--ft-radio-unselected-border-color","",v.borderInputPrimary),m.extend("--ft-radio-unselected-hover-state-layer-opacity","",x.opacity16),m.extend("--ft-radio-unselected-focus-state-layer-opacity","",x.opacity16),m.extend("--ft-radio-unselected-active-state-layer-opacity","",x.opacity24),m.extend("--ft-radio-unselected-disabled-component-opacity","",x.opacity40),m.extend("--ft-radio-focus-focus-ring-color","",v.borderActionFocusRing),m.create("--ft-radio-focus-outline-offset","","SIZE","3px"),m.create("--ft-radio-focus-outline-width","","SIZE","2px"),m.extend("--ft-radio-gap","",x.spacing3),m.extend("--ft-notification-icon-size","",x.iconSize4),m.extend("--ft-notification-horizontal-padding","",x.spacing4),m.extend("--ft-notification-vertical-padding","",x.spacing4),m.extend("--ft-notification-info-background-color","",v.backgroundInfoSubtle),m.extend("--ft-notification-info-color","",v.contentInfoPrimary),m.extend("--ft-notification-info-icon-color","",v.contentInfoIconOnly),m.extend("--ft-notification-info-border-color","",v.borderInfoSubtle),m.extend("--ft-notification-success-background-color","",v.backgroundSuccessSubtle),m.extend("--ft-notification-success-color","",v.contentSuccessPrimary),m.extend("--ft-notification-success-icon-color","",v.contentSuccessIconOnly),m.extend("--ft-notification-success-border-color","",v.borderSuccessSubtle),m.extend("--ft-notification-warning-background-color","",v.backgroundWarningSubtle),m.extend("--ft-notification-warning-color","",v.contentWarningPrimary),m.extend("--ft-notification-warning-icon-color","",v.contentWarningIconOnly),m.extend("--ft-notification-warning-border-color","",v.borderWarningSubtle),m.extend("--ft-notification-error-background-color","",v.backgroundErrorSubtle),m.extend("--ft-notification-error-color","",v.contentErrorPrimary),m.extend("--ft-notification-error-icon-color","",v.contentErrorIconOnly),m.extend("--ft-notification-error-border-color","",v.borderErrorSubtle),m.extend("--ft-notification-border-radius","",x.borderRadiusPill),m.create("--ft-notification-border-width","","SIZE","1px"),m.extend("--ft-notification-leading-gap","",x.spacing2),m.extend("--ft-notification-trailing-gap","",x.spacing8),m.extend("--ft-tooltip-horizontal-padding","",x.spacing2),m.extend("--ft-tooltip-vertical-padding","",x.spacing2),m.extend("--ft-tooltip-border-radius","",x.borderRadiusS),m.extend("--ft-tooltip-color","",v.contentGlobalOnColor),m.extend("--ft-tooltip-background-color","",v.contentGlobalPrimary),m.extend("--ft-tooltip-background-opacity","",x.opacity80),m.extend("--ft-tooltip-shadow","",x.shadowElevation03),m.create("--ft-tooltip-max-width","","SIZE","256px"),m.extend("--ft-tooltip-gap","",x.spacing05);const S=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.titleFont),w=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.contentFont),C={fontFamily:w,fontSize:o.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:o.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:o.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:o.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:o.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},I=o.FtCssVariableFactory.extend("--ft-typography-title-font-family","",S),$=o.FtCssVariableFactory.extend("--ft-typography-title-font-size","",C.fontSize,"20px"),E=o.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",C.fontWeight,"normal"),W=o.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",C.letterSpacing,"0.15px"),U=o.FtCssVariableFactory.extend("--ft-typography-title-line-height","",C.lineHeight,"1.2"),R=o.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",C.textTransform,"inherit"),k=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",S),L=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",C.fontSize,"14px"),Z=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",C.fontWeight,"normal"),z=o.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",C.letterSpacing,"0.105px"),K=o.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",C.lineHeight,"1.7"),F=o.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",C.textTransform,"inherit"),D=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",w),B=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",C.fontSize,"16px"),H=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",C.fontWeight,"600"),A=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",C.letterSpacing,"0.144px"),G=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",C.lineHeight,"1.5"),P=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",C.textTransform,"inherit"),T=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",w),j=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",C.fontSize,"14px"),M=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",C.fontWeight,"normal"),_=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",C.letterSpacing,"0.098px"),Y=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",C.lineHeight,"1.7"),V=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",C.textTransform,"inherit"),X=o.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",w),q=o.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",C.fontSize,"16px"),J=o.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",C.fontWeight,"normal"),Q=o.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",C.letterSpacing,"0.496px"),tt=o.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",C.lineHeight,"1.5"),ot=o.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",C.textTransform,"inherit"),et=o.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",w),rt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",C.fontSize,"14px"),at=o.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",C.fontWeight,"normal"),it=o.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",C.letterSpacing,"0.252px"),nt=o.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",C.lineHeight,"1.4"),lt=o.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",C.textTransform,"inherit"),ct=o.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",w),pt=o.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",C.fontSize,"12px"),ft=o.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",C.fontWeight,"normal"),st=o.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",C.letterSpacing,"0.396px"),dt=o.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",C.lineHeight,"1.33"),ht=o.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",C.textTransform,"inherit"),gt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",w),yt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",C.fontSize,"10px"),bt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",C.fontWeight,"normal"),ut=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",C.letterSpacing,"0.33px"),mt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",C.lineHeight,"1.6"),xt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",C.textTransform,"inherit"),Ot=o.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",w),vt=o.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",C.fontSize,"10px"),Nt=o.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",C.fontWeight,"normal"),St=o.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",C.letterSpacing,"1.5px"),wt=o.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",C.lineHeight,"1.6"),Ct=o.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",C.textTransform,"uppercase"),It={fontFamily:o.FtCssVariableFactory.extend("--ft-typography-button-font-family","",w),fontSize:o.FtCssVariableFactory.extend("--ft-typography-button-font-size","",C.fontSize,"14px"),fontWeight:o.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",C.fontWeight,"600"),letterSpacing:o.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",C.letterSpacing,"1.246px"),lineHeight:o.FtCssVariableFactory.extend("--ft-typography-button-line-height","",C.lineHeight,"1.15"),textTransform:o.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",C.textTransform,"uppercase")},$t=e.css`
|
|
143
143
|
.ft-typography--title {
|
|
144
|
-
font-family: ${
|
|
145
|
-
font-size: ${
|
|
144
|
+
font-family: ${I};
|
|
145
|
+
font-size: ${$};
|
|
146
146
|
font-weight: ${E};
|
|
147
147
|
letter-spacing: ${W};
|
|
148
148
|
line-height: ${U};
|
|
@@ -189,8 +189,8 @@
|
|
|
189
189
|
.ft-typography--body2 {
|
|
190
190
|
font-family: ${et};
|
|
191
191
|
font-size: ${rt};
|
|
192
|
-
font-weight: ${
|
|
193
|
-
letter-spacing: ${
|
|
192
|
+
font-weight: ${at};
|
|
193
|
+
letter-spacing: ${it};
|
|
194
194
|
line-height: ${nt};
|
|
195
195
|
text-transform: ${lt};
|
|
196
196
|
}
|
|
@@ -215,20 +215,20 @@
|
|
|
215
215
|
`,zt=e.css`
|
|
216
216
|
.ft-typography--overline {
|
|
217
217
|
font-family: ${Ot};
|
|
218
|
-
font-size: ${
|
|
219
|
-
font-weight: ${
|
|
218
|
+
font-size: ${vt};
|
|
219
|
+
font-weight: ${Nt};
|
|
220
220
|
letter-spacing: ${St};
|
|
221
221
|
line-height: ${wt};
|
|
222
222
|
text-transform: ${Ct};
|
|
223
223
|
}
|
|
224
224
|
`,Kt=e.css`
|
|
225
225
|
.ft-typography--button {
|
|
226
|
-
font-family: ${
|
|
227
|
-
font-size: ${
|
|
228
|
-
font-weight: ${
|
|
229
|
-
letter-spacing: ${
|
|
230
|
-
line-height: ${
|
|
231
|
-
text-transform: ${
|
|
226
|
+
font-family: ${It.fontFamily};
|
|
227
|
+
font-size: ${It.fontSize};
|
|
228
|
+
font-weight: ${It.fontWeight};
|
|
229
|
+
letter-spacing: ${It.letterSpacing};
|
|
230
|
+
line-height: ${It.lineHeight};
|
|
231
|
+
text-transform: ${It.textTransform};
|
|
232
232
|
}
|
|
233
233
|
`,Ft=e.css`
|
|
234
234
|
.ft-typography {
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
.ft-icon--material {
|
|
361
361
|
font-family: ${At.materialFontFamily}, "Material Icons", sans-serif;
|
|
362
362
|
}
|
|
363
|
-
`,Pt=o.FtCssVariableFactory.extend("--ft-button-color","",o.designSystemVariables.colorPrimary),Tt={backgroundColor:o.FtCssVariableFactory.extend("--ft-button-background-color","",o.designSystemVariables.colorSurface),borderRadius:o.FtCssVariableFactory.extend("--ft-button-border-radius","",o.designSystemVariables.borderRadiusL),color:Pt,fontSize:o.FtCssVariableFactory.extend("--ft-button-font-size",""
|
|
363
|
+
`,Pt=o.FtCssVariableFactory.extend("--ft-button-color","",o.designSystemVariables.colorPrimary),Tt={backgroundColor:o.FtCssVariableFactory.extend("--ft-button-background-color","",o.designSystemVariables.colorSurface),borderRadius:o.FtCssVariableFactory.extend("--ft-button-border-radius","",o.designSystemVariables.borderRadiusL),color:Pt,fontSize:o.FtCssVariableFactory.extend("--ft-button-font-size","",It.fontSize),iconSize:o.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:o.FtCssVariableFactory.extend("--ft-button-ripple-color","",Pt),verticalPadding:o.FtCssVariableFactory.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:o.FtCssVariableFactory.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:o.FtCssVariableFactory.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:o.FtCssVariableFactory.external(o.designSystemVariables.colorOpacityDisabled,"Design system")},jt=o.FtCssVariableFactory.extend("--ft-button-primary-color","",o.FtCssVariableFactory.extend("--ft-button-color","",o.designSystemVariables.colorOnPrimary)),Mt={backgroundColor:o.FtCssVariableFactory.extend("--ft-button-primary-background-color","",o.FtCssVariableFactory.extend("--ft-button-background-color","",o.designSystemVariables.colorPrimary)),color:jt,rippleColor:o.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",jt)},_t=o.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",o.FtCssVariableFactory.extend("--ft-button-border-radius","",o.designSystemVariables.borderRadiusM)),Yt=o.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),Vt=o.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),Xt=o.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px"),qt=[e.css`
|
|
364
364
|
:host {
|
|
365
365
|
display: inline-block;
|
|
366
366
|
max-width: 100%;
|
|
@@ -461,8 +461,8 @@
|
|
|
461
461
|
text-overflow: ellipsis;
|
|
462
462
|
display: block;
|
|
463
463
|
margin: 0 ${Tt.iconPadding};
|
|
464
|
-
${o.setVariable(
|
|
465
|
-
${o.setVariable(
|
|
464
|
+
${o.setVariable(It.fontSize,"1em")};
|
|
465
|
+
${o.setVariable(It.lineHeight,"var(--ft-button-internal-line-height)")};
|
|
466
466
|
}
|
|
467
467
|
|
|
468
468
|
.ft-button--dense .ft-button--label {
|
|
@@ -497,37 +497,37 @@
|
|
|
497
497
|
${o.setVariable(Bt.size,Tt.iconSize)};
|
|
498
498
|
${o.setVariable(Bt.color,"var(--ft-button-internal-color)")};
|
|
499
499
|
}
|
|
500
|
-
`,o.noTextSelect];var Jt=function(t,o,e,r){for(var i
|
|
500
|
+
`,o.noTextSelect];var Jt=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class Qt extends o.FtLitElement{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new o.Debouncer(1e3),this.onTransitionStart=t=>{"transform"===t.propertyName&&(this.rippling=this.pressed,this.debouncer.run((()=>this.rippling=!1)))},this.onTransitionEnd=t=>{"transform"===t.propertyName&&(this.rippling=!1)},this.setupDebouncer=new o.Debouncer(10),this.moveRipple=t=>{var o,e;let{x:r,y:a}=this.getCoordinates(t),i=null!==(e=null===(o=this.ripple)||void 0===o?void 0:o.getBoundingClientRect())&&void 0!==e?e:{x:0,y:0,width:0,height:0};this.originX=Math.round(null!=r?r-i.x:i.width/2),this.originY=Math.round(null!=a?a-i.y:i.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(null==t?void 0:t.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return e.html`
|
|
501
501
|
<style>
|
|
502
502
|
.ft-ripple .ft-ripple--effect {
|
|
503
503
|
left: ${this.originX}px;
|
|
504
504
|
top: ${this.originY}px;
|
|
505
505
|
}
|
|
506
506
|
</style>
|
|
507
|
-
<div class="${
|
|
507
|
+
<div class="${a.classMap(t)}">
|
|
508
508
|
<div class="ft-ripple--background"></div>
|
|
509
509
|
<div class="ft-ripple--effect"></div>
|
|
510
510
|
</div>
|
|
511
|
-
`}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var o,e;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(o=this.target)||void 0===o||o.removeAttribute("data-is-ft-ripple-target")):null===(e=this.target)||void 0===e||e.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run((()=>this.defaultSetup()))}defaultSetup(){var t,o;const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;e&&this.setupFor(null!==(o=this.target)&&void 0!==o?o:e)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const o=(...t)=>o=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(o)},e=o("mouseup","contextmenu"),r=o("touchend","touchcancel"),
|
|
511
|
+
`}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var o,e;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(o=this.target)||void 0===o||o.removeAttribute("data-is-ft-ripple-target")):null===(e=this.target)||void 0===e||e.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run((()=>this.defaultSetup()))}defaultSetup(){var t,o;const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;e&&this.setupFor(null!==(o=this.target)&&void 0!==o?o:e)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const o=(...t)=>o=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(o)},e=o("mouseup","contextmenu"),r=o("touchend","touchcancel"),a=t=>{["Enter"," "].includes(t.key)&&o("keyup")(t)},i={passive:!0};t.addEventListener("mouseover",this.startHover,i),t.addEventListener("mousemove",this.moveRipple,i),t.addEventListener("mouseleave",this.endHover,i),t.addEventListener("mousedown",e,i),t.addEventListener("touchstart",r,i),t.addEventListener("touchmove",this.moveRipple,i),t.addEventListener("keydown",a,i),t.addEventListener("focus",this.startFocus,i),t.addEventListener("blur",this.endFocus,i),t.addEventListener("focusin",this.startFocus,i),t.addEventListener("focusout",this.endFocus,i),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,i),t.removeEventListener("mousemove",this.moveRipple,i),t.removeEventListener("mouseleave",this.endHover,i),t.removeEventListener("mousedown",e,i),t.removeEventListener("touchstart",r,i),t.removeEventListener("touchmove",this.moveRipple,i),t.removeEventListener("keydown",a,i),t.removeEventListener("focus",this.startFocus,i),t.removeEventListener("blur",this.endFocus,i),t.removeEventListener("focusin",this.startFocus,i),t.removeEventListener("focusout",this.endFocus,i),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const o=t,e=t;let r,a;return null!=o.x?({x:r,y:a}=o):null!=e.touches&&(r=e.touches[0].clientX,a=e.touches[0].clientY),{x:r,y:a}}isFocusVisible(t){return!(t instanceof HTMLElement)||t.matches(":focus-visible")}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let o of t.composedPath()){if(o===this.target)break;if("hasAttribute"in o&&o.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}}Qt.elementDefinitions={},Qt.styles=b,Jt([r.property({type:Boolean})],Qt.prototype,"primary",void 0),Jt([r.property({type:Boolean})],Qt.prototype,"secondary",void 0),Jt([r.property({type:Boolean})],Qt.prototype,"unbounded",void 0),Jt([r.property({type:Boolean})],Qt.prototype,"activated",void 0),Jt([r.property({type:Boolean})],Qt.prototype,"selected",void 0),Jt([r.property({type:Boolean})],Qt.prototype,"disabled",void 0),Jt([r.state()],Qt.prototype,"hovered",void 0),Jt([r.state()],Qt.prototype,"focused",void 0),Jt([r.state()],Qt.prototype,"pressed",void 0),Jt([r.state()],Qt.prototype,"rippling",void 0),Jt([r.state()],Qt.prototype,"originX",void 0),Jt([r.state()],Qt.prototype,"originY",void 0),Jt([r.query(".ft-ripple")],Qt.prototype,"ripple",void 0),Jt([r.query(".ft-ripple--effect")],Qt.prototype,"rippleEffect",void 0),o.customElement("ft-ripple")(Qt);
|
|
512
512
|
/**
|
|
513
513
|
* @license
|
|
514
514
|
* Copyright 2017 Google LLC
|
|
515
515
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
516
516
|
*/
|
|
517
|
-
const to=globalThis,oo=to.trustedTypes,eo=oo?oo.createPolicy("lit-html",{createHTML:t=>t}):void 0,ro="$lit$",
|
|
517
|
+
const to=globalThis,oo=to.trustedTypes,eo=oo?oo.createPolicy("lit-html",{createHTML:t=>t}):void 0,ro="$lit$",ao=`lit$${(Math.random()+"").slice(9)}$`,io="?"+ao,no=`<${io}>`,lo=document,co=()=>lo.createComment(""),po=t=>null===t||"object"!=typeof t&&"function"!=typeof t,fo=Array.isArray,so="[ \t\n\f\r]",ho=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,go=/-->/g,yo=/>/g,bo=RegExp(`>|${so}(?:([^\\s"'>=/]+)(${so}*=${so}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),uo=/'/g,mo=/"/g,xo=/^(?:script|style|textarea|title)$/i,Oo=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),vo=Symbol.for("lit-noChange"),No=Symbol.for("lit-nothing"),So=new WeakMap,wo=lo.createTreeWalker(lo,129);function Co(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==eo?eo.createHTML(o):o}const Io=(t,o)=>{const e=t.length-1,r=[];let a,i=2===o?"<svg>":"",n=ho;for(let o=0;o<e;o++){const e=t[o];let l,c,p=-1,f=0;for(;f<e.length&&(n.lastIndex=f,c=n.exec(e),null!==c);)f=n.lastIndex,n===ho?"!--"===c[1]?n=go:void 0!==c[1]?n=yo:void 0!==c[2]?(xo.test(c[2])&&(a=RegExp("</"+c[2],"g")),n=bo):void 0!==c[3]&&(n=bo):n===bo?">"===c[0]?(n=a??ho,p=-1):void 0===c[1]?p=-2:(p=n.lastIndex-c[2].length,l=c[1],n=void 0===c[3]?bo:'"'===c[3]?mo:uo):n===mo||n===uo?n=bo:n===go||n===yo?n=ho:(n=bo,a=void 0);const s=n===bo&&t[o+1].startsWith("/>")?" ":"";i+=n===ho?e+no:p>=0?(r.push(l),e.slice(0,p)+ro+e.slice(p)+ao+s):e+ao+(-2===p?o:s)}return[Co(t,i+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};class $o{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let a=0,i=0;const n=t.length-1,l=this.parts,[c,p]=Io(t,o);if(this.el=$o.createElement(c,e),wo.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=wo.nextNode())&&l.length<n;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(ro)){const o=p[i++],e=r.getAttribute(t).split(ao),n=/([.?@])?(.*)/.exec(o);l.push({type:1,index:a,name:n[2],strings:e,ctor:"."===n[1]?ko:"?"===n[1]?Lo:"@"===n[1]?Zo:Ro}),r.removeAttribute(t)}else t.startsWith(ao)&&(l.push({type:6,index:a}),r.removeAttribute(t));if(xo.test(r.tagName)){const t=r.textContent.split(ao),o=t.length-1;if(o>0){r.textContent=oo?oo.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],co()),wo.nextNode(),l.push({type:2,index:++a});r.append(t[o],co())}}}else if(8===r.nodeType)if(r.data===io)l.push({type:2,index:a});else{let t=-1;for(;-1!==(t=r.data.indexOf(ao,t+1));)l.push({type:7,index:a}),t+=ao.length-1}a++}}static createElement(t,o){const e=lo.createElement("template");return e.innerHTML=t,e}}function Eo(t,o,e=t,r){if(o===vo)return o;let a=void 0!==r?e._$Co?.[r]:e._$Cl;const i=po(o)?void 0:o._$litDirective$;return a?.constructor!==i&&(a?._$AO?.(!1),void 0===i?a=void 0:(a=new i(t),a._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=a:e._$Cl=a),void 0!==a&&(o=Eo(t,a._$AS(t,o.values),a,r)),o}class Wo{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:o},parts:e}=this._$AD,r=(t?.creationScope??lo).importNode(o,!0);wo.currentNode=r;let a=wo.nextNode(),i=0,n=0,l=e[0];for(;void 0!==l;){if(i===l.index){let o;2===l.type?o=new Uo(a,a.nextSibling,this,t):1===l.type?o=new l.ctor(a,l.name,l.strings,this,t):6===l.type&&(o=new zo(a,this,t)),this._$AV.push(o),l=e[++n]}i!==l?.index&&(a=wo.nextNode(),i++)}return wo.currentNode=lo,r}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}}class Uo{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=No,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===t?.nodeType&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=Eo(this,t,o),po(t)?t===No||null==t||""===t?(this._$AH!==No&&this._$AR(),this._$AH=No):t!==this._$AH&&t!==vo&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>fo(t)||"function"==typeof t?.[Symbol.iterator])(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==No&&po(this._$AH)?this._$AA.nextSibling.data=t:this.$(lo.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,r="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=$o.createElement(Co(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new Wo(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=So.get(t.strings);return void 0===o&&So.set(t.strings,o=new $o(t)),o}T(t){fo(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let e,r=0;for(const a of t)r===o.length?o.push(e=new Uo(this.k(co()),this.k(co()),this,this.options)):e=o[r],e._$AI(a),r++;r<o.length&&(this._$AR(e&&e._$AB.nextSibling,r),o.length=r)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}}class Ro{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,a){this.type=1,this._$AH=No,this._$AN=void 0,this.element=t,this.name=o,this._$AM=r,this.options=a,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=No}_$AI(t,o=this,e,r){const a=this.strings;let i=!1;if(void 0===a)t=Eo(this,t,o,0),i=!po(t)||t!==this._$AH&&t!==vo,i&&(this._$AH=t);else{const r=t;let n,l;for(t=a[0],n=0;n<a.length-1;n++)l=Eo(this,r[e+n],o,n),l===vo&&(l=this._$AH[n]),i||=!po(l)||l!==this._$AH[n],l===No?t=No:t!==No&&(t+=(l??"")+a[n+1]),this._$AH[n]=l}i&&!r&&this.O(t)}O(t){t===No?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class ko extends Ro{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===No?void 0:t}}class Lo extends Ro{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==No)}}class Zo extends Ro{constructor(t,o,e,r,a){super(t,o,e,r,a),this.type=5}_$AI(t,o=this){if((t=Eo(this,t,o,0)??No)===vo)return;const e=this._$AH,r=t===No&&e!==No||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,a=t!==No&&(e===No||r);r&&this.element.removeEventListener(this.name,this,e),a&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class zo{constructor(t,o,e){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=e}get _$AU(){return this._$AM._$AU}_$AI(t){Eo(this,t)}}const Ko=to.litHtmlPolyfillSupport;Ko?.($o,Uo),(to.litHtmlVersions??=[]).push("3.1.0");
|
|
518
518
|
/**
|
|
519
519
|
* @license
|
|
520
520
|
* Copyright 2020 Google LLC
|
|
521
521
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
522
522
|
*/
|
|
523
|
-
const Fo=Symbol.for(""),Do=t=>{if(t?.r===Fo)return t?._$litStatic$},Bo=t=>({_$litStatic$:t,r:Fo}),Ho=new Map,Ao=(t=>(o,...e)=>{const r=e.length;let i
|
|
523
|
+
const Fo=Symbol.for(""),Do=t=>{if(t?.r===Fo)return t?._$litStatic$},Bo=t=>({_$litStatic$:t,r:Fo}),Ho=new Map,Ao=(t=>(o,...e)=>{const r=e.length;let a,i;const n=[],l=[];let c,p=0,f=!1;for(;p<r;){for(c=o[p];p<r&&void 0!==(i=e[p],a=Do(i));)c+=a+o[++p],f=!0;p!==r&&l.push(i),n.push(c),p++}if(p===r&&n.push(o[r]),f){const t=n.join("$$lit$$");void 0===(o=Ho.get(t))&&(n.raw=n,Ho.set(t,o=n)),e=l}return t(o,...e)})(Oo);var Go;!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"}(Go||(Go={}));var Po=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class To extends o.FtLitElement{constructor(){super(...arguments),this.variant=Go.body1}render(){return this.element?Ao`
|
|
524
524
|
<${Bo(this.element)}
|
|
525
525
|
class="ft-typography ft-typography--${this.variant}">
|
|
526
526
|
<slot></slot>
|
|
527
527
|
</${Bo(this.element)}>
|
|
528
528
|
`:Ao`
|
|
529
529
|
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
530
|
-
`}}To.styles=[
|
|
530
|
+
`}}To.styles=[$t,Et,Wt,Ut,Rt,kt,Lt,Zt,zt,Kt,Ft,...Dt],Po([r.property()],To.prototype,"element",void 0),Po([r.property()],To.prototype,"variant",void 0),o.customElement("ft-typography")(To);const jo=o.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),Mo=o.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),_o=o.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),Yo=o.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),Vo=o.FtCssVariableFactory.external(o.designSystemVariables.borderRadiusS,"Design system"),Xo=o.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px"),qo=e.css`
|
|
531
531
|
.ft-tooltip--container {
|
|
532
532
|
display: block;
|
|
533
533
|
}
|
|
@@ -556,7 +556,7 @@ const Fo=Symbol.for(""),Do=t=>{if(t?.r===Fo)return t?._$litStatic$},Bo=t=>({_$li
|
|
|
556
556
|
position: relative;
|
|
557
557
|
word-break: break-word;
|
|
558
558
|
}
|
|
559
|
-
`,Jo=["start","end"],Qo=["top","right","bottom","left"].reduce(((t,o)=>t.concat(o,o+"-"+Jo[0],o+"-"+Jo[1])),[]),te=Math.min,oe=Math.max,ee=Math.round,re=t=>({x:t,y:t}),ie={left:"right",right:"left",bottom:"top",top:"bottom"},ae={start:"end",end:"start"};function ne(t,o,e){return oe(t,te(o,e))}function le(t,o){return"function"==typeof t?t(o):t}function ce(t){return t.split("-")[0]}function pe(t){return t.split("-")[1]}function fe(t){return"x"===t?"y":"x"}function se(t){return"y"===t?"height":"width"}function de(t){return["top","bottom"].includes(ce(t))?"y":"x"}function he(t){return fe(de(t))}function ge(t){return t.replace(/left|right|bottom|top/g,(t=>ie[t]))}function ye(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function be(t,o,e){let{reference:r,floating:i}=t;const a=de(o),n=he(o),l=se(n),c=ce(o),p="y"===a,f=r.x+r.width/2-i.width/2,s=r.y+r.height/2-i.height/2,d=r[l]/2-i[l]/2;let h;switch(c){case"top":h={x:f,y:r.y-i.height};break;case"bottom":h={x:f,y:r.y+r.height};break;case"right":h={x:r.x+r.width,y:s};break;case"left":h={x:r.x-i.width,y:s};break;default:h={x:r.x,y:r.y}}switch(pe(o)){case"start":h[n]-=d*(e&&p?-1:1);break;case"end":h[n]+=d*(e&&p?-1:1)}return h}async function ue(t,o){var e;void 0===o&&(o={});const{x:r,y:i,platform:a,rects:n,elements:l,strategy:c}=t,{boundary:p="clippingAncestors",rootBoundary:f="viewport",elementContext:s="floating",altBoundary:d=!1,padding:h=0}=le(o,t),g=function(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}(h),y=l[d?"floating"===s?"reference":"floating":s],b=ye(await a.getClippingRect({element:null==(e=await(null==a.isElement?void 0:a.isElement(y)))||e?y:y.contextElement||await(null==a.getDocumentElement?void 0:a.getDocumentElement(l.floating)),boundary:p,rootBoundary:f,strategy:c})),u="floating"===s?{...n.floating,x:r,y:i}:n.reference,m=await(null==a.getOffsetParent?void 0:a.getOffsetParent(l.floating)),x=await(null==a.isElement?void 0:a.isElement(m))&&await(null==a.getScale?void 0:a.getScale(m))||{x:1,y:1},O=ye(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({rect:u,offsetParent:m,strategy:c}):u);return{top:(b.top-O.top+g.top)/x.y,bottom:(O.bottom-b.bottom+g.bottom)/x.y,left:(b.left-O.left+g.left)/x.x,right:(O.right-b.right+g.right)/x.x}}function me(t,o,e){return(t?[...e.filter((o=>pe(o)===t)),...e.filter((o=>pe(o)!==t))]:e.filter((t=>ce(t)===t))).filter((e=>!t||(pe(e)===t||!!o&&function(t){return t.replace(/start|end/g,(t=>ae[t]))}(e)!==e)))}const xe=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(o){var e,r,i;const{rects:a,middlewareData:n,placement:l,platform:c,elements:p}=o,{crossAxis:f=!1,alignment:s,allowedPlacements:d=Qo,autoAlignment:h=!0,...g}=le(t,o),y=void 0!==s||d===Qo?me(s||null,h,d):d,b=await ue(o,g),u=(null==(e=n.autoPlacement)?void 0:e.index)||0,m=y[u];if(null==m)return{};const x=function(t,o,e){void 0===e&&(e=!1);const r=pe(t),i=he(t),a=se(i);let n="x"===i?r===(e?"end":"start")?"right":"left":"start"===r?"bottom":"top";return o.reference[a]>o.floating[a]&&(n=ge(n)),[n,ge(n)]}(m,a,await(null==c.isRTL?void 0:c.isRTL(p.floating)));if(l!==m)return{reset:{placement:y[0]}};const O=[b[ce(m)],b[x[0]],b[x[1]]],N=[...(null==(r=n.autoPlacement)?void 0:r.overflows)||[],{placement:m,overflows:O}],v=y[u+1];if(v)return{data:{index:u+1,overflows:N},reset:{placement:v}};const S=N.map((t=>{const o=pe(t.placement);return[t.placement,o&&f?t.overflows.slice(0,2).reduce(((t,o)=>t+o),0):t.overflows[0],t.overflows]})).sort(((t,o)=>t[1]-o[1])),w=S.filter((t=>t[2].slice(0,pe(t[0])?2:3).every((t=>t<=0)))),C=(null==(i=w[0])?void 0:i[0])||S[0][0];return C!==l?{data:{index:u+1,overflows:N},reset:{placement:C}}:{}}}};function Oe(t){return Se(t)?(t.nodeName||"").toLowerCase():"#document"}function Ne(t){var o;return(null==t||null==(o=t.ownerDocument)?void 0:o.defaultView)||window}function ve(t){var o;return null==(o=(Se(t)?t.ownerDocument:t.document)||window.document)?void 0:o.documentElement}function Se(t){return t instanceof Node||t instanceof Ne(t).Node}function we(t){return t instanceof Element||t instanceof Ne(t).Element}function Ce(t){return t instanceof HTMLElement||t instanceof Ne(t).HTMLElement}function $e(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof Ne(t).ShadowRoot)}function Ie(t){const{overflow:o,overflowX:e,overflowY:r,display:i}=ke(t);return/auto|scroll|overlay|hidden|clip/.test(o+r+e)&&!["inline","contents"].includes(i)}function Ee(t){return["table","td","th"].includes(Oe(t))}function We(t){const o=Ue(),e=ke(t);return"none"!==e.transform||"none"!==e.perspective||!!e.containerType&&"normal"!==e.containerType||!o&&!!e.backdropFilter&&"none"!==e.backdropFilter||!o&&!!e.filter&&"none"!==e.filter||["transform","perspective","filter"].some((t=>(e.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(e.contain||"").includes(t)))}function Ue(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function Re(t){return["html","body","#document"].includes(Oe(t))}function ke(t){return Ne(t).getComputedStyle(t)}function Le(t){return we(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function Ze(t){if("html"===Oe(t))return t;const o=t.assignedSlot||t.parentNode||$e(t)&&t.host||ve(t);return $e(o)?o.host:o}function ze(t){const o=Ze(t);return Re(o)?t.ownerDocument?t.ownerDocument.body:t.body:Ce(o)&&Ie(o)?o:ze(o)}function Ke(t,o,e){var r;void 0===o&&(o=[]),void 0===e&&(e=!0);const i=ze(t),a=i===(null==(r=t.ownerDocument)?void 0:r.body),n=Ne(i);return a?o.concat(n,n.visualViewport||[],Ie(i)?i:[],n.frameElement&&e?Ke(n.frameElement):[]):o.concat(i,Ke(i,[],e))}function Fe(t){const o=ke(t);let e=parseFloat(o.width)||0,r=parseFloat(o.height)||0;const i=Ce(t),a=i?t.offsetWidth:e,n=i?t.offsetHeight:r,l=ee(e)!==a||ee(r)!==n;return l&&(e=a,r=n),{width:e,height:r,$:l}}function De(t){return we(t)?t:t.contextElement}function Be(t){const o=De(t);if(!Ce(o))return re(1);const e=o.getBoundingClientRect(),{width:r,height:i,$:a}=Fe(o);let n=(a?ee(e.width):e.width)/r,l=(a?ee(e.height):e.height)/i;return n&&Number.isFinite(n)||(n=1),l&&Number.isFinite(l)||(l=1),{x:n,y:l}}const He=re(0);function Ae(t){const o=Ne(t);return Ue()&&o.visualViewport?{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}:He}function Ge(t,o,e,r){void 0===o&&(o=!1),void 0===e&&(e=!1);const i=t.getBoundingClientRect(),a=De(t);let n=re(1);o&&(r?we(r)&&(n=Be(r)):n=Be(t));const l=function(t,o,e){return void 0===o&&(o=!1),!(!e||o&&e!==Ne(t))&&o}(a,e,r)?Ae(a):re(0);let c=(i.left+l.x)/n.x,p=(i.top+l.y)/n.y,f=i.width/n.x,s=i.height/n.y;if(a){const t=Ne(a),o=r&&we(r)?Ne(r):r;let e=t.frameElement;for(;e&&r&&o!==t;){const t=Be(e),o=e.getBoundingClientRect(),r=ke(e),i=o.left+(e.clientLeft+parseFloat(r.paddingLeft))*t.x,a=o.top+(e.clientTop+parseFloat(r.paddingTop))*t.y;c*=t.x,p*=t.y,f*=t.x,s*=t.y,c+=i,p+=a,e=Ne(e).frameElement}}return ye({width:f,height:s,x:c,y:p})}function Pe(t){return Ge(ve(t)).left+Le(t).scrollLeft}function Te(t,o,e){let r;if("viewport"===o)r=function(t,o){const e=Ne(t),r=ve(t),i=e.visualViewport;let a=r.clientWidth,n=r.clientHeight,l=0,c=0;if(i){a=i.width,n=i.height;const t=Ue();(!t||t&&"fixed"===o)&&(l=i.offsetLeft,c=i.offsetTop)}return{width:a,height:n,x:l,y:c}}(t,e);else if("document"===o)r=function(t){const o=ve(t),e=Le(t),r=t.ownerDocument.body,i=oe(o.scrollWidth,o.clientWidth,r.scrollWidth,r.clientWidth),a=oe(o.scrollHeight,o.clientHeight,r.scrollHeight,r.clientHeight);let n=-e.scrollLeft+Pe(t);const l=-e.scrollTop;return"rtl"===ke(r).direction&&(n+=oe(o.clientWidth,r.clientWidth)-i),{width:i,height:a,x:n,y:l}}(ve(t));else if(we(o))r=function(t,o){const e=Ge(t,!0,"fixed"===o),r=e.top+t.clientTop,i=e.left+t.clientLeft,a=Ce(t)?Be(t):re(1);return{width:t.clientWidth*a.x,height:t.clientHeight*a.y,x:i*a.x,y:r*a.y}}(o,e);else{const e=Ae(t);r={...o,x:o.x-e.x,y:o.y-e.y}}return ye(r)}function je(t,o){const e=Ze(t);return!(e===o||!we(e)||Re(e))&&("fixed"===ke(e).position||je(e,o))}function Me(t,o,e){const r=Ce(o),i=ve(o),a="fixed"===e,n=Ge(t,!0,a,o);let l={scrollLeft:0,scrollTop:0};const c=re(0);if(r||!r&&!a)if(("body"!==Oe(o)||Ie(i))&&(l=Le(o)),r){const t=Ge(o,!0,a,o);c.x=t.x+o.clientLeft,c.y=t.y+o.clientTop}else i&&(c.x=Pe(i));return{x:n.left+l.scrollLeft-c.x,y:n.top+l.scrollTop-c.y,width:n.width,height:n.height}}function _e(t,o){return Ce(t)&&"fixed"!==ke(t).position?o?o(t):t.offsetParent:null}function Ye(t,o){const e=Ne(t);if(!Ce(t))return e;let r=_e(t,o);for(;r&&Ee(r)&&"static"===ke(r).position;)r=_e(r,o);return r&&("html"===Oe(r)||"body"===Oe(r)&&"static"===ke(r).position&&!We(r))?e:r||function(t){let o=Ze(t);for(;Ce(o)&&!Re(o);){if(We(o))return o;o=Ze(o)}return null}(t)||e}const Ve={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:o,offsetParent:e,strategy:r}=t;const i=Ce(e),a=ve(e);if(e===a)return o;let n={scrollLeft:0,scrollTop:0},l=re(1);const c=re(0);if((i||!i&&"fixed"!==r)&&(("body"!==Oe(e)||Ie(a))&&(n=Le(e)),Ce(e))){const t=Ge(e);l=Be(e),c.x=t.x+e.clientLeft,c.y=t.y+e.clientTop}return{width:o.width*l.x,height:o.height*l.y,x:o.x*l.x-n.scrollLeft*l.x+c.x,y:o.y*l.y-n.scrollTop*l.y+c.y}},getDocumentElement:ve,getClippingRect:function(t){let{element:o,boundary:e,rootBoundary:r,strategy:i}=t;const a=[..."clippingAncestors"===e?function(t,o){const e=o.get(t);if(e)return e;let r=Ke(t,[],!1).filter((t=>we(t)&&"body"!==Oe(t))),i=null;const a="fixed"===ke(t).position;let n=a?Ze(t):t;for(;we(n)&&!Re(n);){const o=ke(n),e=We(n);e||"fixed"!==o.position||(i=null),(a?!e&&!i:!e&&"static"===o.position&&i&&["absolute","fixed"].includes(i.position)||Ie(n)&&!e&&je(t,n))?r=r.filter((t=>t!==n)):i=o,n=Ze(n)}return o.set(t,r),r}(o,this._c):[].concat(e),r],n=a[0],l=a.reduce(((t,e)=>{const r=Te(o,e,i);return t.top=oe(r.top,t.top),t.right=te(r.right,t.right),t.bottom=te(r.bottom,t.bottom),t.left=oe(r.left,t.left),t}),Te(o,n,i));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},getOffsetParent:Ye,getElementRects:async function(t){let{reference:o,floating:e,strategy:r}=t;const i=this.getOffsetParent||Ye,a=this.getDimensions;return{reference:Me(o,await i(e),r),floating:{x:0,y:0,...await a(e)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return Fe(t)},getScale:Be,isElement:we,isRTL:function(t){return"rtl"===ke(t).direction}},Xe=(t,o,e)=>{const r=new Map,i={platform:Ve,...e},a={...i.platform,_c:r};return(async(t,o,e)=>{const{placement:r="bottom",strategy:i="absolute",middleware:a=[],platform:n}=e,l=a.filter(Boolean),c=await(null==n.isRTL?void 0:n.isRTL(o));let p=await n.getElementRects({reference:t,floating:o,strategy:i}),{x:f,y:s}=be(p,r,c),d=r,h={},g=0;for(let e=0;e<l.length;e++){const{name:a,fn:y}=l[e],{x:b,y:u,data:m,reset:x}=await y({x:f,y:s,initialPlacement:r,placement:d,strategy:i,middlewareData:h,rects:p,platform:n,elements:{reference:t,floating:o}});f=null!=b?b:f,s=null!=u?u:s,h={...h,[a]:{...h[a],...m}},x&&g<=50&&(g++,"object"==typeof x&&(x.placement&&(d=x.placement),x.rects&&(p=!0===x.rects?await n.getElementRects({reference:t,floating:o,strategy:i}):x.rects),({x:f,y:s}=be(p,d,c))),e=-1)}return{x:f,y:s,placement:d,strategy:i,middlewareData:h}})(t,o,{...i,platform:a})};function qe(t){return function(t){for(let o=t;o;o=Je(o))if(o instanceof Element&&"none"===getComputedStyle(o).display)return null;for(let o=Je(t);o;o=Je(o)){if(!(o instanceof Element))continue;const t=getComputedStyle(o);if("contents"!==t.display){if("static"!==t.position||"none"!==t.filter)return o;if("BODY"===o.tagName)return o}}return null}(t)}function Je(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}var Qe,tr,or,er=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class rr extends o.FtLitElement{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new o.Debouncer,this.revealDebouncer=new o.Debouncer}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return e.html`
|
|
559
|
+
`,Jo=["start","end"],Qo=["top","right","bottom","left"].reduce(((t,o)=>t.concat(o,o+"-"+Jo[0],o+"-"+Jo[1])),[]),te=Math.min,oe=Math.max,ee=Math.round,re=t=>({x:t,y:t}),ae={left:"right",right:"left",bottom:"top",top:"bottom"},ie={start:"end",end:"start"};function ne(t,o,e){return oe(t,te(o,e))}function le(t,o){return"function"==typeof t?t(o):t}function ce(t){return t.split("-")[0]}function pe(t){return t.split("-")[1]}function fe(t){return"x"===t?"y":"x"}function se(t){return"y"===t?"height":"width"}function de(t){return["top","bottom"].includes(ce(t))?"y":"x"}function he(t){return fe(de(t))}function ge(t){return t.replace(/left|right|bottom|top/g,(t=>ae[t]))}function ye(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function be(t,o,e){let{reference:r,floating:a}=t;const i=de(o),n=he(o),l=se(n),c=ce(o),p="y"===i,f=r.x+r.width/2-a.width/2,s=r.y+r.height/2-a.height/2,d=r[l]/2-a[l]/2;let h;switch(c){case"top":h={x:f,y:r.y-a.height};break;case"bottom":h={x:f,y:r.y+r.height};break;case"right":h={x:r.x+r.width,y:s};break;case"left":h={x:r.x-a.width,y:s};break;default:h={x:r.x,y:r.y}}switch(pe(o)){case"start":h[n]-=d*(e&&p?-1:1);break;case"end":h[n]+=d*(e&&p?-1:1)}return h}async function ue(t,o){var e;void 0===o&&(o={});const{x:r,y:a,platform:i,rects:n,elements:l,strategy:c}=t,{boundary:p="clippingAncestors",rootBoundary:f="viewport",elementContext:s="floating",altBoundary:d=!1,padding:h=0}=le(o,t),g=function(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}(h),y=l[d?"floating"===s?"reference":"floating":s],b=ye(await i.getClippingRect({element:null==(e=await(null==i.isElement?void 0:i.isElement(y)))||e?y:y.contextElement||await(null==i.getDocumentElement?void 0:i.getDocumentElement(l.floating)),boundary:p,rootBoundary:f,strategy:c})),u="floating"===s?{...n.floating,x:r,y:a}:n.reference,m=await(null==i.getOffsetParent?void 0:i.getOffsetParent(l.floating)),x=await(null==i.isElement?void 0:i.isElement(m))&&await(null==i.getScale?void 0:i.getScale(m))||{x:1,y:1},O=ye(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({rect:u,offsetParent:m,strategy:c}):u);return{top:(b.top-O.top+g.top)/x.y,bottom:(O.bottom-b.bottom+g.bottom)/x.y,left:(b.left-O.left+g.left)/x.x,right:(O.right-b.right+g.right)/x.x}}function me(t,o,e){return(t?[...e.filter((o=>pe(o)===t)),...e.filter((o=>pe(o)!==t))]:e.filter((t=>ce(t)===t))).filter((e=>!t||(pe(e)===t||!!o&&function(t){return t.replace(/start|end/g,(t=>ie[t]))}(e)!==e)))}const xe=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(o){var e,r,a;const{rects:i,middlewareData:n,placement:l,platform:c,elements:p}=o,{crossAxis:f=!1,alignment:s,allowedPlacements:d=Qo,autoAlignment:h=!0,...g}=le(t,o),y=void 0!==s||d===Qo?me(s||null,h,d):d,b=await ue(o,g),u=(null==(e=n.autoPlacement)?void 0:e.index)||0,m=y[u];if(null==m)return{};const x=function(t,o,e){void 0===e&&(e=!1);const r=pe(t),a=he(t),i=se(a);let n="x"===a?r===(e?"end":"start")?"right":"left":"start"===r?"bottom":"top";return o.reference[i]>o.floating[i]&&(n=ge(n)),[n,ge(n)]}(m,i,await(null==c.isRTL?void 0:c.isRTL(p.floating)));if(l!==m)return{reset:{placement:y[0]}};const O=[b[ce(m)],b[x[0]],b[x[1]]],v=[...(null==(r=n.autoPlacement)?void 0:r.overflows)||[],{placement:m,overflows:O}],N=y[u+1];if(N)return{data:{index:u+1,overflows:v},reset:{placement:N}};const S=v.map((t=>{const o=pe(t.placement);return[t.placement,o&&f?t.overflows.slice(0,2).reduce(((t,o)=>t+o),0):t.overflows[0],t.overflows]})).sort(((t,o)=>t[1]-o[1])),w=S.filter((t=>t[2].slice(0,pe(t[0])?2:3).every((t=>t<=0)))),C=(null==(a=w[0])?void 0:a[0])||S[0][0];return C!==l?{data:{index:u+1,overflows:v},reset:{placement:C}}:{}}}};function Oe(t){return Se(t)?(t.nodeName||"").toLowerCase():"#document"}function ve(t){var o;return(null==t||null==(o=t.ownerDocument)?void 0:o.defaultView)||window}function Ne(t){var o;return null==(o=(Se(t)?t.ownerDocument:t.document)||window.document)?void 0:o.documentElement}function Se(t){return t instanceof Node||t instanceof ve(t).Node}function we(t){return t instanceof Element||t instanceof ve(t).Element}function Ce(t){return t instanceof HTMLElement||t instanceof ve(t).HTMLElement}function Ie(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof ve(t).ShadowRoot)}function $e(t){const{overflow:o,overflowX:e,overflowY:r,display:a}=ke(t);return/auto|scroll|overlay|hidden|clip/.test(o+r+e)&&!["inline","contents"].includes(a)}function Ee(t){return["table","td","th"].includes(Oe(t))}function We(t){const o=Ue(),e=ke(t);return"none"!==e.transform||"none"!==e.perspective||!!e.containerType&&"normal"!==e.containerType||!o&&!!e.backdropFilter&&"none"!==e.backdropFilter||!o&&!!e.filter&&"none"!==e.filter||["transform","perspective","filter"].some((t=>(e.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(e.contain||"").includes(t)))}function Ue(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function Re(t){return["html","body","#document"].includes(Oe(t))}function ke(t){return ve(t).getComputedStyle(t)}function Le(t){return we(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function Ze(t){if("html"===Oe(t))return t;const o=t.assignedSlot||t.parentNode||Ie(t)&&t.host||Ne(t);return Ie(o)?o.host:o}function ze(t){const o=Ze(t);return Re(o)?t.ownerDocument?t.ownerDocument.body:t.body:Ce(o)&&$e(o)?o:ze(o)}function Ke(t,o,e){var r;void 0===o&&(o=[]),void 0===e&&(e=!0);const a=ze(t),i=a===(null==(r=t.ownerDocument)?void 0:r.body),n=ve(a);return i?o.concat(n,n.visualViewport||[],$e(a)?a:[],n.frameElement&&e?Ke(n.frameElement):[]):o.concat(a,Ke(a,[],e))}function Fe(t){const o=ke(t);let e=parseFloat(o.width)||0,r=parseFloat(o.height)||0;const a=Ce(t),i=a?t.offsetWidth:e,n=a?t.offsetHeight:r,l=ee(e)!==i||ee(r)!==n;return l&&(e=i,r=n),{width:e,height:r,$:l}}function De(t){return we(t)?t:t.contextElement}function Be(t){const o=De(t);if(!Ce(o))return re(1);const e=o.getBoundingClientRect(),{width:r,height:a,$:i}=Fe(o);let n=(i?ee(e.width):e.width)/r,l=(i?ee(e.height):e.height)/a;return n&&Number.isFinite(n)||(n=1),l&&Number.isFinite(l)||(l=1),{x:n,y:l}}const He=re(0);function Ae(t){const o=ve(t);return Ue()&&o.visualViewport?{x:o.visualViewport.offsetLeft,y:o.visualViewport.offsetTop}:He}function Ge(t,o,e,r){void 0===o&&(o=!1),void 0===e&&(e=!1);const a=t.getBoundingClientRect(),i=De(t);let n=re(1);o&&(r?we(r)&&(n=Be(r)):n=Be(t));const l=function(t,o,e){return void 0===o&&(o=!1),!(!e||o&&e!==ve(t))&&o}(i,e,r)?Ae(i):re(0);let c=(a.left+l.x)/n.x,p=(a.top+l.y)/n.y,f=a.width/n.x,s=a.height/n.y;if(i){const t=ve(i),o=r&&we(r)?ve(r):r;let e=t.frameElement;for(;e&&r&&o!==t;){const t=Be(e),o=e.getBoundingClientRect(),r=ke(e),a=o.left+(e.clientLeft+parseFloat(r.paddingLeft))*t.x,i=o.top+(e.clientTop+parseFloat(r.paddingTop))*t.y;c*=t.x,p*=t.y,f*=t.x,s*=t.y,c+=a,p+=i,e=ve(e).frameElement}}return ye({width:f,height:s,x:c,y:p})}function Pe(t){return Ge(Ne(t)).left+Le(t).scrollLeft}function Te(t,o,e){let r;if("viewport"===o)r=function(t,o){const e=ve(t),r=Ne(t),a=e.visualViewport;let i=r.clientWidth,n=r.clientHeight,l=0,c=0;if(a){i=a.width,n=a.height;const t=Ue();(!t||t&&"fixed"===o)&&(l=a.offsetLeft,c=a.offsetTop)}return{width:i,height:n,x:l,y:c}}(t,e);else if("document"===o)r=function(t){const o=Ne(t),e=Le(t),r=t.ownerDocument.body,a=oe(o.scrollWidth,o.clientWidth,r.scrollWidth,r.clientWidth),i=oe(o.scrollHeight,o.clientHeight,r.scrollHeight,r.clientHeight);let n=-e.scrollLeft+Pe(t);const l=-e.scrollTop;return"rtl"===ke(r).direction&&(n+=oe(o.clientWidth,r.clientWidth)-a),{width:a,height:i,x:n,y:l}}(Ne(t));else if(we(o))r=function(t,o){const e=Ge(t,!0,"fixed"===o),r=e.top+t.clientTop,a=e.left+t.clientLeft,i=Ce(t)?Be(t):re(1);return{width:t.clientWidth*i.x,height:t.clientHeight*i.y,x:a*i.x,y:r*i.y}}(o,e);else{const e=Ae(t);r={...o,x:o.x-e.x,y:o.y-e.y}}return ye(r)}function je(t,o){const e=Ze(t);return!(e===o||!we(e)||Re(e))&&("fixed"===ke(e).position||je(e,o))}function Me(t,o,e){const r=Ce(o),a=Ne(o),i="fixed"===e,n=Ge(t,!0,i,o);let l={scrollLeft:0,scrollTop:0};const c=re(0);if(r||!r&&!i)if(("body"!==Oe(o)||$e(a))&&(l=Le(o)),r){const t=Ge(o,!0,i,o);c.x=t.x+o.clientLeft,c.y=t.y+o.clientTop}else a&&(c.x=Pe(a));return{x:n.left+l.scrollLeft-c.x,y:n.top+l.scrollTop-c.y,width:n.width,height:n.height}}function _e(t,o){return Ce(t)&&"fixed"!==ke(t).position?o?o(t):t.offsetParent:null}function Ye(t,o){const e=ve(t);if(!Ce(t))return e;let r=_e(t,o);for(;r&&Ee(r)&&"static"===ke(r).position;)r=_e(r,o);return r&&("html"===Oe(r)||"body"===Oe(r)&&"static"===ke(r).position&&!We(r))?e:r||function(t){let o=Ze(t);for(;Ce(o)&&!Re(o);){if(We(o))return o;o=Ze(o)}return null}(t)||e}const Ve={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:o,offsetParent:e,strategy:r}=t;const a=Ce(e),i=Ne(e);if(e===i)return o;let n={scrollLeft:0,scrollTop:0},l=re(1);const c=re(0);if((a||!a&&"fixed"!==r)&&(("body"!==Oe(e)||$e(i))&&(n=Le(e)),Ce(e))){const t=Ge(e);l=Be(e),c.x=t.x+e.clientLeft,c.y=t.y+e.clientTop}return{width:o.width*l.x,height:o.height*l.y,x:o.x*l.x-n.scrollLeft*l.x+c.x,y:o.y*l.y-n.scrollTop*l.y+c.y}},getDocumentElement:Ne,getClippingRect:function(t){let{element:o,boundary:e,rootBoundary:r,strategy:a}=t;const i=[..."clippingAncestors"===e?function(t,o){const e=o.get(t);if(e)return e;let r=Ke(t,[],!1).filter((t=>we(t)&&"body"!==Oe(t))),a=null;const i="fixed"===ke(t).position;let n=i?Ze(t):t;for(;we(n)&&!Re(n);){const o=ke(n),e=We(n);e||"fixed"!==o.position||(a=null),(i?!e&&!a:!e&&"static"===o.position&&a&&["absolute","fixed"].includes(a.position)||$e(n)&&!e&&je(t,n))?r=r.filter((t=>t!==n)):a=o,n=Ze(n)}return o.set(t,r),r}(o,this._c):[].concat(e),r],n=i[0],l=i.reduce(((t,e)=>{const r=Te(o,e,a);return t.top=oe(r.top,t.top),t.right=te(r.right,t.right),t.bottom=te(r.bottom,t.bottom),t.left=oe(r.left,t.left),t}),Te(o,n,a));return{width:l.right-l.left,height:l.bottom-l.top,x:l.left,y:l.top}},getOffsetParent:Ye,getElementRects:async function(t){let{reference:o,floating:e,strategy:r}=t;const a=this.getOffsetParent||Ye,i=this.getDimensions;return{reference:Me(o,await a(e),r),floating:{x:0,y:0,...await i(e)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return Fe(t)},getScale:Be,isElement:we,isRTL:function(t){return"rtl"===ke(t).direction}},Xe=(t,o,e)=>{const r=new Map,a={platform:Ve,...e},i={...a.platform,_c:r};return(async(t,o,e)=>{const{placement:r="bottom",strategy:a="absolute",middleware:i=[],platform:n}=e,l=i.filter(Boolean),c=await(null==n.isRTL?void 0:n.isRTL(o));let p=await n.getElementRects({reference:t,floating:o,strategy:a}),{x:f,y:s}=be(p,r,c),d=r,h={},g=0;for(let e=0;e<l.length;e++){const{name:i,fn:y}=l[e],{x:b,y:u,data:m,reset:x}=await y({x:f,y:s,initialPlacement:r,placement:d,strategy:a,middlewareData:h,rects:p,platform:n,elements:{reference:t,floating:o}});f=null!=b?b:f,s=null!=u?u:s,h={...h,[i]:{...h[i],...m}},x&&g<=50&&(g++,"object"==typeof x&&(x.placement&&(d=x.placement),x.rects&&(p=!0===x.rects?await n.getElementRects({reference:t,floating:o,strategy:a}):x.rects),({x:f,y:s}=be(p,d,c))),e=-1)}return{x:f,y:s,placement:d,strategy:a,middlewareData:h}})(t,o,{...a,platform:i})};function qe(t){return function(t){for(let o=t;o;o=Je(o))if(o instanceof Element&&"none"===getComputedStyle(o).display)return null;for(let o=Je(t);o;o=Je(o)){if(!(o instanceof Element))continue;const t=getComputedStyle(o);if("contents"!==t.display){if("static"!==t.position||"none"!==t.filter)return o;if("BODY"===o.tagName)return o}}return null}(t)}function Je(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}var Qe,tr,or,er=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class rr extends o.FtLitElement{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new o.Debouncer,this.revealDebouncer=new o.Debouncer}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return e.html`
|
|
560
560
|
<div part="container"
|
|
561
561
|
class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
|
|
562
562
|
@mouseenter=${this.onHover}
|
|
@@ -574,21 +574,21 @@ const Fo=Symbol.for(""),Do=t=>{if(t?.r===Fo)return t?._$litStatic$},Bo=t=>({_$li
|
|
|
574
574
|
</div>
|
|
575
575
|
</div>
|
|
576
576
|
</div>
|
|
577
|
-
`}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((o=>t.has(o)))&&this.visible&&this.positionTooltip()}async show(t){this.visible=!0,null!=t&&await this.hideDebounce.run((()=>{this.hide()}),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",async function(t,o,e){return Xe(t,o,{platform:{...Ve,getOffsetParent:t=>Ve.getOffsetParent(t,qe)},middleware:[(r={crossAxis:!0},void 0===r&&(r={}),{name:"shift",options:r,async fn(t){const{x:o,y:e,placement:i}=t,{mainAxis:a=!0,crossAxis:n=!1,limiter:l={fn:t=>{let{x:o,y:e}=t;return{x:o,y:e}}},...c}=le(r,t),p={x:o,y:e},f=await ue(t,c),s=de(ce(i)),d=fe(s);let h=p[d],g=p[s];if(a){const t="y"===d?"bottom":"right";h=ne(h+f["y"===d?"top":"left"],h,h-f[t])}if(n){const t="y"===s?"bottom":"right";g=ne(g+f["y"===s?"top":"left"],g,g-f[t])}const y=l.fn({...t,[d]:h,[s]:g});return{...y,data:{x:y.x-o,y:y.y-e}}}}),xe({allowedPlacements:[e]})]});var r}(this.slottedElement,this.tooltip,this.position).then((({x:t,y:o})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${o}px`)}))),this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,o){return Math.max(t,Math.min(0,-o))}}rr.elementDefinitions={"ft-typography":To},rr.styles=qo,er([r.property()],rr.prototype,"text",void 0),er([r.property({type:Boolean})],rr.prototype,"manual",void 0),er([r.property({type:Boolean})],rr.prototype,"inline",void 0),er([r.property({type:Number})],rr.prototype,"delay",void 0),er([r.property()],rr.prototype,"position",void 0),er([r.queryAssignedNodes()],rr.prototype,"slotNodes",void 0),er([r.query(".ft-tooltip--container")],rr.prototype,"container",void 0),er([r.query(".ft-tooltip")],rr.prototype,"tooltip",void 0),er([r.query(".ft-tooltip--content")],rr.prototype,"tooltipContent",void 0),er([r.state()],rr.prototype,"visible",void 0),er([r.eventOptions({passive:!0})],rr.prototype,"onTouch",null),er([r.eventOptions({passive:!0})],rr.prototype,"onHover",null),er([r.eventOptions({passive:!0})],rr.prototype,"onOut",null),er([r.eventOptions({passive:!0})],rr.prototype,"onClick",null),o.customElement("ft-tooltip")(rr),function(t){t.THUMBS_DOWN="",t.THUMBS_DOWN_PLAIN="",t.THUMBS_UP="",t.THUMBS_UP_PLAIN="",t.STAR="",t.STAR_PLAIN="",t.DESKTOP="",t.LIFE_RING="",t.GLOBE="",t.PIGGY_BANK="",t.TABLET_LANDSCAPE="",t.TABLET_PORTRAIT="",t.MOBILE_LANDSCAPE="",t.MOBILE_PORTRAIT="",t.ARROW_RIGHT_TO_LINE="",t.THIN_ARROW_UP="",t.CONTEXTUAL="",t.CHART_SIMPLE="",t.BARS_PROGRESS="",t.LINE_CHART="",t.STACKED_CHART="",t.CHART_BAR_NORMALIZED="",t.BOOK_OPEN_GEAR="",t.BOOK_OPEN_GEAR_SLASH="",t.DIAGRAM_SUNBURST="",t.DIAGRAM_SANKEY="",t.UNSTRUCTURED_DOC="",t.RESET="",t.THIN_ARROW_LEFT="",t.THIN_ARROW_RIGHT="",t.MY_COLLECTIONS="",t.OFFLINE_SETTINGS="",t.MY_LIBRARY="",t.RATE_PLAIN="",t.RATE="",t.FEEDBACK_PLAIN="",t.PAUSE="",t.PLAY="",t.RELATIVES_PLAIN="",t.RELATIVES="",t.SHORTCUT_MENU="",t.PRINT="",t.DEFAULT_ROLES="",t.ACCOUNT_SETTINGS="",t.ONLINE="",t.OFFLINE="",t.UPLOAD="",t.BOOK_PLAIN="",t.SYNC="",t.SHARED_PBK="",t.COLLECTIONS="",t.SEARCH_IN_PUBLICATION="",t.BOOKS="",t.LOCKER="",t.ARROW_DOWN="",t.ARROW_LEFT="",t.ARROW_RIGHT="",t.ARROW_UP="",t.SAVE="",t.MAILS_AND_NOTIFICATIONS="",t.DOT="",t.MINUS="",t.PLUS="",t.FILTERS="",t.STRIPE_ARROW_RIGHT="",t.STRIPE_ARROW_LEFT="",t.ATTACHMENTS="",t.ADD_BOOKMARK="",t.BOOKMARK="",t.EXPORT="",t.MENU="",t.TAG="",t.TAG_PLAIN="",t.COPY_TO_CLIPBOARD="",t.COLUMNS="",t.ARTICLE="",t.CLOSE="",t.OCTAGON_XMARK="",t.CLOSE_PLAIN="",t.CHECK_PLAIN="",t.LOGOUT="",t.SIGN_IN="",t.THIN_ARROW="",t.TRIANGLE_BOTTOM="",t.TRIANGLE_LEFT="",t.TRIANGLE_RIGHT="",t.TRIANGLE_TOP="",t.FACET_HAS_DESCENDANT="",t.MINUS_PLAIN="",t.PLUS_PLAIN="",t.INFO="",t.ICON_EXPAND="",t.ICON_COLLAPSE="",t.ADD_TO_PBK="",t.ALERT="",t.ADD_ALERT="",t.BACK_TO_SEARCH="",t.DOWNLOAD="",t.EDIT="",t.FEEDBACK="",t.MODIFY_PBK="",t.SCHEDULED="",t.SEARCH="",t.SHARE="󨃱",t.TOC="",t.WRITE_UGC="",t.TRASH="",t.EXTLINK="",t.EXTLINK_LIGHT="",t.CALENDAR="",t.BOOK="",t.DOWNLOAD_PLAIN="",t.CHECK="",t.TOPICS="",t.EYE="",t.EYE_SLASH="",t.DISC="",t.CIRCLE="",t.SHARED="",t.SORT_UNSORTED="",t.SORT_UP="",t.SORT_DOWN="",t.WORKING="",t.ZOOM_OUT="",t.ZOOM_IN="",t.ZOOM_REALSIZE="",t.ZOOM_FULLSCREEN="",t.ADMIN_RESTRICTED="",t.ADMIN_THEME="",t.WARNING="",t.CONTEXT="",t.SEARCH_HOME="",t.STEPS="",t.HOME="",t.TRANSLATE="",t.USER="",t.ADMIN="",t.ANALYTICS="",t.ADMIN_KHUB="",t.ADMIN_USERS="",t.ADMIN_INTEGRATION="",t.ADMIN_PORTAL="",t.COMMENT_QUESTION="",t.COMMENT_QUESTION_PLAIN="",t.MESSAGE_BOT="",t.PIP="",t.PIP_WIDE="",t.EXPAND_WIDE="",t.X_MARK="",t.CLONE="",t.CLONE_LINK_SIMPLE="",t.CONSUMER=""}(Qe||(Qe={})),function(t){t.UNKNOWN="",t.ABW="",t.AUDIO="",t.AVI="",t.CHM="",t.CODE="",t.CSV="",t.DITA="",t.EPUB="",t.EXCEL="",t.FLAC="",t.GIF="",t.GZIP="",t.HTML="",t.IMAGE="",t.JPEG="",t.JSON="",t.M4A="",t.MOV="",t.MP3="",t.MP4="",t.OGG="",t.PDF="",t.PNG="",t.POWERPOINT="",t.RAR="",t.STP="",t.TEXT="",t.VIDEO="",t.WAV="",t.WMA="",t.WORD="",t.XML="",t.YAML="",t.ZIP=""}(tr||(tr={})),new Map([...["abw"].map((t=>[t,tr.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,tr.AUDIO])),...["avi"].map((t=>[t,tr.AVI])),...["chm","xhs"].map((t=>[t,tr.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,tr.CODE])),...["csv"].map((t=>[t,tr.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,tr.DITA])),...["epub"].map((t=>[t,tr.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,tr.EXCEL])),...["flac"].map((t=>[t,tr.FLAC])),...["gif"].map((t=>[t,tr.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,tr.GZIP])),...["html","htm","xhtml"].map((t=>[t,tr.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map((t=>[t,tr.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,tr.JPEG])),...["json"].map((t=>[t,tr.JSON])),...["m4a","m4p"].map((t=>[t,tr.M4A])),...["mov","qt"].map((t=>[t,tr.MOV])),...["mp3"].map((t=>[t,tr.MP3])),...["mp4","m4v"].map((t=>[t,tr.MP4])),...["ogg","oga"].map((t=>[t,tr.OGG])),...["pdf","ps"].map((t=>[t,tr.PDF])),...["png"].map((t=>[t,tr.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,tr.POWERPOINT])),...["rar"].map((t=>[t,tr.RAR])),...["stp"].map((t=>[t,tr.STP])),...["txt","rtf","md","mdown"].map((t=>[t,tr.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,tr.VIDEO])),...["wav"].map((t=>[t,tr.WAV])),...["wma"].map((t=>[t,tr.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,tr.WORD])),...["xml","xsl","rdf"].map((t=>[t,tr.XML])),...["yaml","yml","x-yaml"].map((t=>[t,tr.YAML])),...["zip"].map((t=>[t,tr.ZIP]))]),tr.ABW,tr.AUDIO,tr.AVI,tr.CHM,tr.CODE,tr.CSV,tr.DITA,tr.EPUB,tr.EXCEL,tr.FLAC,tr.GIF,tr.GZIP,tr.HTML,tr.IMAGE,tr.JPEG,tr.JSON,tr.M4A,tr.MOV,tr.MP3,tr.MP4,tr.OGG,tr.PDF,tr.PNG,tr.POWERPOINT,tr.RAR,tr.STP,tr.TEXT,tr.UNKNOWN,tr.VIDEO,tr.WAV,tr.WMA,tr.WORD,tr.XML,tr.YAML,tr.ZIP,function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(or||(or={}));var ir=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class ar extends o.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=e.nothing}render(){const t=this.variant&&Object.values(or).includes(this.variant)?this.variant:or.fluid_topics,o=t!==or.material||!!this.value;return e.html`
|
|
577
|
+
`}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((o=>t.has(o)))&&this.visible&&this.positionTooltip()}async show(t){this.visible=!0,null!=t&&await this.hideDebounce.run((()=>{this.hide()}),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",async function(t,o,e){return Xe(t,o,{platform:{...Ve,getOffsetParent:t=>Ve.getOffsetParent(t,qe)},middleware:[(r={crossAxis:!0},void 0===r&&(r={}),{name:"shift",options:r,async fn(t){const{x:o,y:e,placement:a}=t,{mainAxis:i=!0,crossAxis:n=!1,limiter:l={fn:t=>{let{x:o,y:e}=t;return{x:o,y:e}}},...c}=le(r,t),p={x:o,y:e},f=await ue(t,c),s=de(ce(a)),d=fe(s);let h=p[d],g=p[s];if(i){const t="y"===d?"bottom":"right";h=ne(h+f["y"===d?"top":"left"],h,h-f[t])}if(n){const t="y"===s?"bottom":"right";g=ne(g+f["y"===s?"top":"left"],g,g-f[t])}const y=l.fn({...t,[d]:h,[s]:g});return{...y,data:{x:y.x-o,y:y.y-e}}}}),xe({allowedPlacements:[e]})]});var r}(this.slottedElement,this.tooltip,this.position).then((({x:t,y:o})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${o}px`)}))),this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,o){return Math.max(t,Math.min(0,-o))}}rr.elementDefinitions={"ft-typography":To},rr.styles=qo,er([r.property()],rr.prototype,"text",void 0),er([r.property({type:Boolean})],rr.prototype,"manual",void 0),er([r.property({type:Boolean})],rr.prototype,"inline",void 0),er([r.property({type:Number})],rr.prototype,"delay",void 0),er([r.property()],rr.prototype,"position",void 0),er([r.queryAssignedNodes()],rr.prototype,"slotNodes",void 0),er([r.query(".ft-tooltip--container")],rr.prototype,"container",void 0),er([r.query(".ft-tooltip")],rr.prototype,"tooltip",void 0),er([r.query(".ft-tooltip--content")],rr.prototype,"tooltipContent",void 0),er([r.state()],rr.prototype,"visible",void 0),er([r.eventOptions({passive:!0})],rr.prototype,"onTouch",null),er([r.eventOptions({passive:!0})],rr.prototype,"onHover",null),er([r.eventOptions({passive:!0})],rr.prototype,"onOut",null),er([r.eventOptions({passive:!0})],rr.prototype,"onClick",null),o.customElement("ft-tooltip")(rr),function(t){t.THUMBS_DOWN="",t.THUMBS_DOWN_PLAIN="",t.THUMBS_UP="",t.THUMBS_UP_PLAIN="",t.STAR="",t.STAR_PLAIN="",t.DESKTOP="",t.LIFE_RING="",t.GLOBE="",t.PIGGY_BANK="",t.TABLET_LANDSCAPE="",t.TABLET_PORTRAIT="",t.MOBILE_LANDSCAPE="",t.MOBILE_PORTRAIT="",t.ARROW_RIGHT_TO_LINE="",t.THIN_ARROW_UP="",t.CONTEXTUAL="",t.CHART_SIMPLE="",t.BARS_PROGRESS="",t.LINE_CHART="",t.STACKED_CHART="",t.CHART_BAR_NORMALIZED="",t.BOOK_OPEN_GEAR="",t.BOOK_OPEN_GEAR_SLASH="",t.DIAGRAM_SUNBURST="",t.DIAGRAM_SANKEY="",t.UNSTRUCTURED_DOC="",t.RESET="",t.THIN_ARROW_LEFT="",t.THIN_ARROW_RIGHT="",t.MY_COLLECTIONS="",t.OFFLINE_SETTINGS="",t.MY_LIBRARY="",t.RATE_PLAIN="",t.RATE="",t.FEEDBACK_PLAIN="",t.PAUSE="",t.PLAY="",t.RELATIVES_PLAIN="",t.RELATIVES="",t.SHORTCUT_MENU="",t.PRINT="",t.DEFAULT_ROLES="",t.ACCOUNT_SETTINGS="",t.ONLINE="",t.OFFLINE="",t.UPLOAD="",t.BOOK_PLAIN="",t.SYNC="",t.SHARED_PBK="",t.COLLECTIONS="",t.SEARCH_IN_PUBLICATION="",t.BOOKS="",t.LOCKER="",t.ARROW_DOWN="",t.ARROW_LEFT="",t.ARROW_RIGHT="",t.ARROW_UP="",t.SAVE="",t.MAILS_AND_NOTIFICATIONS="",t.DOT="",t.MINUS="",t.PLUS="",t.FILTERS="",t.STRIPE_ARROW_RIGHT="",t.STRIPE_ARROW_LEFT="",t.ATTACHMENTS="",t.ADD_BOOKMARK="",t.BOOKMARK="",t.EXPORT="",t.MENU="",t.TAG="",t.TAG_PLAIN="",t.COPY_TO_CLIPBOARD="",t.COLUMNS="",t.ARTICLE="",t.CLOSE="",t.OCTAGON_XMARK="",t.CLOSE_PLAIN="",t.CHECK_PLAIN="",t.LOGOUT="",t.SIGN_IN="",t.THIN_ARROW="",t.TRIANGLE_BOTTOM="",t.TRIANGLE_LEFT="",t.TRIANGLE_RIGHT="",t.TRIANGLE_TOP="",t.FACET_HAS_DESCENDANT="",t.MINUS_PLAIN="",t.PLUS_PLAIN="",t.INFO="",t.ICON_EXPAND="",t.ICON_COLLAPSE="",t.ADD_TO_PBK="",t.ALERT="",t.ADD_ALERT="",t.BACK_TO_SEARCH="",t.DOWNLOAD="",t.EDIT="",t.FEEDBACK="",t.MODIFY_PBK="",t.SCHEDULED="",t.SEARCH="",t.SHARE="󨃱",t.TOC="",t.WRITE_UGC="",t.TRASH="",t.EXTLINK="",t.EXTLINK_LIGHT="",t.CALENDAR="",t.BOOK="",t.DOWNLOAD_PLAIN="",t.CHECK="",t.TOPICS="",t.EYE="",t.EYE_SLASH="",t.DISC="",t.CIRCLE="",t.SHARED="",t.SORT_UNSORTED="",t.SORT_UP="",t.SORT_DOWN="",t.WORKING="",t.ZOOM_OUT="",t.ZOOM_IN="",t.ZOOM_REALSIZE="",t.ZOOM_FULLSCREEN="",t.ADMIN_RESTRICTED="",t.ADMIN_THEME="",t.WARNING="",t.CONTEXT="",t.SEARCH_HOME="",t.STEPS="",t.HOME="",t.TRANSLATE="",t.USER="",t.ADMIN="",t.ANALYTICS="",t.ADMIN_KHUB="",t.ADMIN_USERS="",t.ADMIN_INTEGRATION="",t.ADMIN_PORTAL="",t.COMMENT_QUESTION="",t.COMMENT_QUESTION_PLAIN="",t.MESSAGE_BOT="",t.PIP="",t.PIP_WIDE="",t.EXPAND_WIDE="",t.X_MARK="",t.CLONE="",t.CLONE_LINK_SIMPLE="",t.CONSUMER=""}(Qe||(Qe={})),function(t){t.UNKNOWN="",t.ABW="",t.AUDIO="",t.AVI="",t.CHM="",t.CODE="",t.CSV="",t.DITA="",t.EPUB="",t.EXCEL="",t.FLAC="",t.GIF="",t.GZIP="",t.HTML="",t.IMAGE="",t.JPEG="",t.JSON="",t.M4A="",t.MOV="",t.MP3="",t.MP4="",t.OGG="",t.PDF="",t.PNG="",t.POWERPOINT="",t.RAR="",t.STP="",t.TEXT="",t.VIDEO="",t.WAV="",t.WMA="",t.WORD="",t.XML="",t.YAML="",t.ZIP=""}(tr||(tr={})),new Map([...["abw"].map((t=>[t,tr.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,tr.AUDIO])),...["avi"].map((t=>[t,tr.AVI])),...["chm","xhs"].map((t=>[t,tr.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,tr.CODE])),...["csv"].map((t=>[t,tr.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,tr.DITA])),...["epub"].map((t=>[t,tr.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,tr.EXCEL])),...["flac"].map((t=>[t,tr.FLAC])),...["gif"].map((t=>[t,tr.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,tr.GZIP])),...["html","htm","xhtml"].map((t=>[t,tr.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map((t=>[t,tr.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,tr.JPEG])),...["json"].map((t=>[t,tr.JSON])),...["m4a","m4p"].map((t=>[t,tr.M4A])),...["mov","qt"].map((t=>[t,tr.MOV])),...["mp3"].map((t=>[t,tr.MP3])),...["mp4","m4v"].map((t=>[t,tr.MP4])),...["ogg","oga"].map((t=>[t,tr.OGG])),...["pdf","ps"].map((t=>[t,tr.PDF])),...["png"].map((t=>[t,tr.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,tr.POWERPOINT])),...["rar"].map((t=>[t,tr.RAR])),...["stp"].map((t=>[t,tr.STP])),...["txt","rtf","md","mdown"].map((t=>[t,tr.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,tr.VIDEO])),...["wav"].map((t=>[t,tr.WAV])),...["wma"].map((t=>[t,tr.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,tr.WORD])),...["xml","xsl","rdf"].map((t=>[t,tr.XML])),...["yaml","yml","x-yaml"].map((t=>[t,tr.YAML])),...["zip"].map((t=>[t,tr.ZIP]))]),tr.ABW,tr.AUDIO,tr.AVI,tr.CHM,tr.CODE,tr.CSV,tr.DITA,tr.EPUB,tr.EXCEL,tr.FLAC,tr.GIF,tr.GZIP,tr.HTML,tr.IMAGE,tr.JPEG,tr.JSON,tr.M4A,tr.MOV,tr.MP3,tr.MP4,tr.OGG,tr.PDF,tr.PNG,tr.POWERPOINT,tr.RAR,tr.STP,tr.TEXT,tr.UNKNOWN,tr.VIDEO,tr.WAV,tr.WMA,tr.WORD,tr.XML,tr.YAML,tr.ZIP,function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(or||(or={}));var ar=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class ir extends o.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=e.nothing}render(){const t=this.variant&&Object.values(or).includes(this.variant)?this.variant:or.fluid_topics,o=t!==or.material||!!this.value;return e.html`
|
|
578
578
|
<i class="ft-icon ft-icon--${t}" part="icon icon-${t}">
|
|
579
|
-
${
|
|
579
|
+
${i.unsafeHTML(this.resolvedIcon)}
|
|
580
580
|
<slot ?hidden=${o}></slot>
|
|
581
581
|
</i>
|
|
582
|
-
`}get textContent(){var t,o;return null!==(o=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==o?o:""}update(t){super.update(t),["value","variant"].some((o=>t.has(o)))&&this.resolveIcon()}resolveIcon(){var t,o;let r=this.value||this.textContent;switch(this.variant){case or.file_format:this.resolvedIcon=null!==(t=tr[r.replace("-","_").toUpperCase()])&&void 0!==t?t:r;break;case or.material:this.resolvedIcon=this.value||e.nothing;break;default:this.resolvedIcon=null!==(o=Qe[r.replace("-","_").toUpperCase()])&&void 0!==o?o:r}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}
|
|
582
|
+
`}get textContent(){var t,o;return null!==(o=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==o?o:""}update(t){super.update(t),["value","variant"].some((o=>t.has(o)))&&this.resolveIcon()}resolveIcon(){var t,o;let r=this.value||this.textContent;switch(this.variant){case or.file_format:this.resolvedIcon=null!==(t=tr[r.replace("-","_").toUpperCase()])&&void 0!==t?t:r;break;case or.material:this.resolvedIcon=this.value||e.nothing;break;default:this.resolvedIcon=null!==(o=Qe[r.replace("-","_").toUpperCase()])&&void 0!==o?o:r}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}ir.elementDefinitions={},ir.styles=Gt,ar([r.property()],ir.prototype,"variant",void 0),ar([r.property()],ir.prototype,"value",void 0),ar([r.state()],ir.prototype,"resolvedIcon",void 0),ar([r.query("slot")],ir.prototype,"slottedContent",void 0),o.customElement("ft-icon")(ir);class nr extends o.FtLitElement{render(){return e.html`
|
|
583
583
|
<div class="ft-loader">
|
|
584
584
|
<div></div>
|
|
585
585
|
<div></div>
|
|
586
586
|
<div></div>
|
|
587
587
|
<div></div>
|
|
588
588
|
</div>
|
|
589
|
-
`}}nr.styles=Ht,o.customElement("ft-loader")(nr);var lr=function(t,o,e,r){for(var i
|
|
589
|
+
`}}nr.styles=Ht,o.customElement("ft-loader")(nr);var lr=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class cr extends(o.toFtFormComponent(o.FtLitElement,"button")){constructor(){super(),this.role="button",this.type="button",this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.addEventListener("click",(t=>{var o;this.isDisabled()?(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation()):"submit"==this.type&&(null===(o=this.form)||void 0===o||o.requestSubmit())}))}render(){return this.addTooltipIfNeeded(e.html`
|
|
590
590
|
<button part="button"
|
|
591
|
-
class="${
|
|
591
|
+
class="${a.classMap(this.buttonClasses)}"
|
|
592
592
|
aria-label="${this.getLabel()}"
|
|
593
593
|
?disabled=${this.isDisabled()}>
|
|
594
594
|
<ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
|
|
@@ -609,7 +609,7 @@ const Fo=Symbol.for(""),Do=t=>{if(t?.r===Fo)return t?._$litStatic$},Bo=t=>({_$li
|
|
|
609
609
|
</ft-tooltip>
|
|
610
610
|
`:t}resolveIcon(){return this.loading?e.html`
|
|
611
611
|
<ft-loader part="loader icon"></ft-loader> `:this.icon?e.html`
|
|
612
|
-
<ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon> `:e.nothing}focus(){var t;null===(t=this.button)||void 0===t||t.focus()}getLabel(){return this.label||this.textContent}get textContent(){return this.unslotText(this.slottedContent).trim()}unslotText(t){return t instanceof HTMLSlotElement?t.assignedNodes().map((t=>this.unslotText(t))).join(""):(null==t?void 0:t.textContent)||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}}cr.elementDefinitions={"ft-ripple":Qt,"ft-tooltip":rr,"ft-typography":To,"ft-icon":
|
|
612
|
+
<ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon> `:e.nothing}focus(){var t;null===(t=this.button)||void 0===t||t.focus()}getLabel(){return this.label||this.textContent}get textContent(){return this.unslotText(this.slottedContent).trim()}unslotText(t){return t instanceof HTMLSlotElement?t.assignedNodes().map((t=>this.unslotText(t))).join(""):(null==t?void 0:t.textContent)||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}}cr.elementDefinitions={"ft-ripple":Qt,"ft-tooltip":rr,"ft-typography":To,"ft-icon":ir,"ft-loader":nr},lr([r.property({type:String,reflect:!0})],cr.prototype,"role",void 0),lr([r.property()],cr.prototype,"type",void 0),lr([r.property({type:Boolean})],cr.prototype,"disabled",void 0),lr([r.property()],cr.prototype,"label",void 0),lr([r.property()],cr.prototype,"icon",void 0),lr([r.property()],cr.prototype,"iconVariant",void 0),lr([r.property({type:Boolean})],cr.prototype,"trailingIcon",void 0),lr([r.property({type:Boolean})],cr.prototype,"loading",void 0),lr([r.property()],cr.prototype,"tooltipPosition",void 0),lr([r.property({type:Boolean})],cr.prototype,"hideTooltip",void 0),lr([r.property({type:Boolean})],cr.prototype,"forceTooltip",void 0),lr([r.query(".ft-button")],cr.prototype,"button",void 0),lr([r.query(".ft-button--label slot")],cr.prototype,"slottedContent",void 0);var pr=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class fr extends cr{constructor(){super(...arguments),this.primary=!1,this.outlined=!1,this.dense=!1,this.round=!1}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--outlined":this.outlined,"ft-button--dense":this.dense,"ft-button--round":this.round,"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0}}get typographyVariant(){return"button"}}fr.styles=[o.safariEllipsisFix,qt],pr([r.property({type:Boolean})],fr.prototype,"primary",void 0),pr([r.property({type:Boolean})],fr.prototype,"outlined",void 0),pr([r.property({type:Boolean})],fr.prototype,"dense",void 0),pr([r.property({type:Boolean})],fr.prototype,"round",void 0);const sr=[e.css`
|
|
613
613
|
:host {
|
|
614
614
|
display: inline-block;
|
|
615
615
|
max-width: 100%;
|
|
@@ -659,7 +659,7 @@ const Fo=Symbol.for(""),Do=t=>{if(t?.r===Fo)return t?._$litStatic$},Bo=t=>({_$li
|
|
|
659
659
|
}
|
|
660
660
|
|
|
661
661
|
.ft-button:focus-visible {
|
|
662
|
-
outline-color: ${
|
|
662
|
+
outline-color: ${N.focusFocusRingColor};
|
|
663
663
|
outline-style: solid;
|
|
664
664
|
}
|
|
665
665
|
|
|
@@ -688,146 +688,146 @@ const Fo=Symbol.for(""),Do=t=>{if(t?.r===Fo)return t?._$litStatic$},Bo=t=>({_$li
|
|
|
688
688
|
/** Primary styles **/
|
|
689
689
|
|
|
690
690
|
.ft-button--primary {
|
|
691
|
-
${o.setVariable(Bt.color,
|
|
691
|
+
${o.setVariable(Bt.color,N.primaryIconColor)};
|
|
692
692
|
|
|
693
|
-
${o.setVariable(p.color,
|
|
694
|
-
${o.setVariable(p.opacityContentOnSurfaceHover,
|
|
695
|
-
${o.setVariable(p.opacityContentOnSurfaceFocused,
|
|
696
|
-
${o.setVariable(p.opacityContentOnSurfaceSelected,
|
|
697
|
-
${o.setVariable(p.opacityContentOnSurfacePressed,
|
|
693
|
+
${o.setVariable(p.color,N.primaryStateLayerColor)};
|
|
694
|
+
${o.setVariable(p.opacityContentOnSurfaceHover,N.primaryHoverStateLayerOpacity)};
|
|
695
|
+
${o.setVariable(p.opacityContentOnSurfaceFocused,N.primaryFocusStateLayerOpacity)};
|
|
696
|
+
${o.setVariable(p.opacityContentOnSurfaceSelected,N.primaryActiveStateLayerOpacity)};
|
|
697
|
+
${o.setVariable(p.opacityContentOnSurfacePressed,N.primaryActiveStateLayerOpacity)};
|
|
698
698
|
|
|
699
|
-
background-color: ${
|
|
700
|
-
color: ${
|
|
699
|
+
background-color: ${N.primaryBackgroundColor};
|
|
700
|
+
color: ${N.primaryColor};
|
|
701
701
|
border-style: none;
|
|
702
702
|
}
|
|
703
703
|
|
|
704
704
|
.ft-button--primary[disabled] {
|
|
705
|
-
opacity: ${
|
|
705
|
+
opacity: ${N.primaryDisabledComponentOpacity};
|
|
706
706
|
}
|
|
707
707
|
|
|
708
708
|
.ft-button--primary ft-icon {
|
|
709
|
-
color: ${
|
|
709
|
+
color: ${N.primaryIconColor};
|
|
710
710
|
}
|
|
711
711
|
|
|
712
712
|
/** Secondary styles **/
|
|
713
713
|
|
|
714
714
|
.ft-button--secondary {
|
|
715
|
-
${o.setVariable(Bt.color,
|
|
715
|
+
${o.setVariable(Bt.color,N.secondaryIconColor)};
|
|
716
716
|
|
|
717
|
-
${o.setVariable(p.color,
|
|
718
|
-
${o.setVariable(p.opacityContentOnSurfaceHover,
|
|
719
|
-
${o.setVariable(p.opacityContentOnSurfaceFocused,
|
|
720
|
-
${o.setVariable(p.opacityContentOnSurfaceSelected,
|
|
721
|
-
${o.setVariable(p.opacityContentOnSurfacePressed,
|
|
717
|
+
${o.setVariable(p.color,N.secondaryStateLayerColor)};
|
|
718
|
+
${o.setVariable(p.opacityContentOnSurfaceHover,N.secondaryHoverStateLayerOpacity)};
|
|
719
|
+
${o.setVariable(p.opacityContentOnSurfaceFocused,N.secondaryFocusStateLayerOpacity)};
|
|
720
|
+
${o.setVariable(p.opacityContentOnSurfaceSelected,N.secondaryActiveStateLayerOpacity)};
|
|
721
|
+
${o.setVariable(p.opacityContentOnSurfacePressed,N.secondaryActiveStateLayerOpacity)};
|
|
722
722
|
|
|
723
|
-
background-color: ${
|
|
724
|
-
color: ${
|
|
725
|
-
border-color: ${
|
|
723
|
+
background-color: ${N.secondaryBackgroundColor};
|
|
724
|
+
color: ${N.secondaryColor};
|
|
725
|
+
border-color: ${N.secondaryBorderColor};
|
|
726
726
|
border-style: solid;
|
|
727
727
|
}
|
|
728
728
|
|
|
729
729
|
.ft-button--secondary[disabled] {
|
|
730
|
-
opacity: ${
|
|
730
|
+
opacity: ${N.secondaryDisabledComponentOpacity};
|
|
731
731
|
}
|
|
732
732
|
|
|
733
733
|
.ft-button--secondary ft-icon {
|
|
734
|
-
color: ${
|
|
734
|
+
color: ${N.secondaryIconColor};
|
|
735
735
|
}
|
|
736
736
|
|
|
737
737
|
/** Tertiary styles **/
|
|
738
738
|
|
|
739
739
|
.ft-button--tertiary {
|
|
740
|
-
${o.setVariable(Bt.color,
|
|
740
|
+
${o.setVariable(Bt.color,N.tertiaryIconColor)};
|
|
741
741
|
|
|
742
|
-
${o.setVariable(p.color,
|
|
743
|
-
${o.setVariable(p.opacityContentOnSurfaceHover,
|
|
744
|
-
${o.setVariable(p.opacityContentOnSurfaceFocused,
|
|
745
|
-
${o.setVariable(p.opacityContentOnSurfaceSelected,
|
|
746
|
-
${o.setVariable(p.opacityContentOnSurfacePressed,
|
|
742
|
+
${o.setVariable(p.color,N.tertiaryStateLayerColor)};
|
|
743
|
+
${o.setVariable(p.opacityContentOnSurfaceHover,N.tertiaryHoverStateLayerOpacity)};
|
|
744
|
+
${o.setVariable(p.opacityContentOnSurfaceFocused,N.tertiaryFocusStateLayerOpacity)};
|
|
745
|
+
${o.setVariable(p.opacityContentOnSurfaceSelected,N.tertiaryActiveStateLayerOpacity)};
|
|
746
|
+
${o.setVariable(p.opacityContentOnSurfacePressed,N.tertiaryActiveStateLayerOpacity)};
|
|
747
747
|
|
|
748
|
-
background-color: ${
|
|
749
|
-
color: ${
|
|
748
|
+
background-color: ${N.tertiaryBackgroundColor};
|
|
749
|
+
color: ${N.tertiaryColor};
|
|
750
750
|
border-style: none;
|
|
751
751
|
}
|
|
752
752
|
|
|
753
753
|
.ft-button--tertiary[disabled] {
|
|
754
|
-
opacity: ${
|
|
754
|
+
opacity: ${N.tertiaryDisabledComponentOpacity};
|
|
755
755
|
}
|
|
756
756
|
|
|
757
757
|
.ft-button--tertiary ft-icon {
|
|
758
|
-
color: ${
|
|
758
|
+
color: ${N.tertiaryIconColor};
|
|
759
759
|
}
|
|
760
760
|
|
|
761
761
|
/** Neutral styles **/
|
|
762
762
|
|
|
763
763
|
.ft-button--neutral {
|
|
764
|
-
${o.setVariable(Bt.color,
|
|
764
|
+
${o.setVariable(Bt.color,N.neutralIconColor)};
|
|
765
765
|
|
|
766
|
-
${o.setVariable(p.backgroundColor,
|
|
767
|
-
${o.setVariable(p.opacityContentOnSurfaceHover,
|
|
768
|
-
${o.setVariable(p.opacityContentOnSurfaceFocused,
|
|
769
|
-
${o.setVariable(p.opacityContentOnSurfaceSelected,
|
|
770
|
-
${o.setVariable(p.opacityContentOnSurfacePressed,
|
|
766
|
+
${o.setVariable(p.backgroundColor,N.neutralStateLayerColor)};
|
|
767
|
+
${o.setVariable(p.opacityContentOnSurfaceHover,N.neutralHoverStateLayerOpacity)};
|
|
768
|
+
${o.setVariable(p.opacityContentOnSurfaceFocused,N.neutralFocusStateLayerOpacity)};
|
|
769
|
+
${o.setVariable(p.opacityContentOnSurfaceSelected,N.neutralActiveStateLayerOpacity)};
|
|
770
|
+
${o.setVariable(p.opacityContentOnSurfacePressed,N.neutralActiveStateLayerOpacity)};
|
|
771
771
|
|
|
772
|
-
background-color: ${
|
|
773
|
-
color: ${
|
|
772
|
+
background-color: ${N.neutralBackgroundColor};
|
|
773
|
+
color: ${N.neutralColor};
|
|
774
774
|
border-style: none;
|
|
775
775
|
}
|
|
776
776
|
|
|
777
777
|
.ft-button--neutral[disabled] {
|
|
778
|
-
opacity: ${
|
|
778
|
+
opacity: ${N.neutralDisabledComponentOpacity};
|
|
779
779
|
}
|
|
780
780
|
|
|
781
781
|
.ft-button--neutral ft-icon {
|
|
782
|
-
color: ${
|
|
782
|
+
color: ${N.neutralIconColor};
|
|
783
783
|
}
|
|
784
784
|
|
|
785
785
|
/** Large styles **/
|
|
786
786
|
|
|
787
787
|
.ft-button--large {
|
|
788
|
-
${o.setVariable(At.size,
|
|
789
|
-
${o.setVariable(Bt.size,
|
|
788
|
+
${o.setVariable(At.size,N.largeIconSize)};
|
|
789
|
+
${o.setVariable(Bt.size,N.largeIconSize)};
|
|
790
790
|
|
|
791
|
-
height: ${
|
|
792
|
-
padding: 0 ${
|
|
793
|
-
gap: ${
|
|
794
|
-
border-radius: ${
|
|
795
|
-
border-width: ${
|
|
791
|
+
height: ${N.largeHeight};
|
|
792
|
+
padding: 0 ${N.largeHorizontalPadding};
|
|
793
|
+
gap: ${N.largeGap};
|
|
794
|
+
border-radius: ${N.largeBorderRadius};
|
|
795
|
+
border-width: ${N.largeBorderWidth};
|
|
796
796
|
}
|
|
797
797
|
|
|
798
798
|
.ft-button--large:focus-visible {
|
|
799
|
-
outline-width: ${
|
|
800
|
-
outline-offset: ${
|
|
799
|
+
outline-width: ${N.largeFocusOutlineWidth};
|
|
800
|
+
outline-offset: ${N.largeFocusOutlineOffset};
|
|
801
801
|
}
|
|
802
802
|
|
|
803
803
|
.ft-button--large.ft-button--icon-only {
|
|
804
|
-
width: ${
|
|
804
|
+
width: ${N.largeIconOnlyWidth};
|
|
805
805
|
padding: unset;
|
|
806
806
|
}
|
|
807
807
|
|
|
808
808
|
/** Small styles **/
|
|
809
809
|
|
|
810
810
|
.ft-button--small {
|
|
811
|
-
${o.setVariable(At.size,
|
|
812
|
-
${o.setVariable(Bt.size,
|
|
811
|
+
${o.setVariable(At.size,N.smallIconSize)};
|
|
812
|
+
${o.setVariable(Bt.size,N.smallIconSize)};
|
|
813
813
|
|
|
814
|
-
height: ${
|
|
815
|
-
padding: 0 ${
|
|
816
|
-
gap: ${
|
|
817
|
-
border-radius: ${
|
|
818
|
-
border-width: ${
|
|
814
|
+
height: ${N.smallHeight};
|
|
815
|
+
padding: 0 ${N.smallHorizontalPadding};
|
|
816
|
+
gap: ${N.smallGap};
|
|
817
|
+
border-radius: ${N.smallBorderRadius};
|
|
818
|
+
border-width: ${N.smallBorderWidth};
|
|
819
819
|
}
|
|
820
820
|
|
|
821
821
|
.ft-button--small:focus-visible {
|
|
822
|
-
outline-width: ${
|
|
823
|
-
outline-offset: ${
|
|
822
|
+
outline-width: ${N.smallFocusOutlineWidth};
|
|
823
|
+
outline-offset: ${N.smallFocusOutlineOffset};
|
|
824
824
|
}
|
|
825
825
|
|
|
826
826
|
.ft-button--small.ft-button--icon-only {
|
|
827
|
-
width: ${
|
|
827
|
+
width: ${N.smallIconOnlyWidth};
|
|
828
828
|
padding: unset;
|
|
829
829
|
}
|
|
830
|
-
`,o.noTextSelect];var dr=function(t,o,e,r){for(var i
|
|
830
|
+
`,o.noTextSelect];var dr=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class hr extends cr{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?Go.caption1medium:Go.body2medium}}hr.styles=[o.safariEllipsisFix,sr],dr([r.property({type:Boolean})],hr.prototype,"primary",void 0),dr([r.property({type:Boolean})],hr.prototype,"secondary",void 0),dr([r.property({type:Boolean})],hr.prototype,"tertiary",void 0),dr([r.property({type:Boolean})],hr.prototype,"neutral",void 0),dr([r.property({type:Boolean})],hr.prototype,"small",void 0),o.customElement("ft-button")(fr),o.customElement("ftds-button")(hr);const gr=e.css`
|
|
831
831
|
:host {
|
|
832
832
|
display: contents;
|
|
833
833
|
}
|