@fluid-topics/ft-accordion 1.2.39 → 1.2.41
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-accordion.light.js +79 -79
- package/build/ft-accordion.min.js +108 -108
- package/package.json +6 -6
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
"use strict";(()=>{var No=Object.create;var Te=Object.defineProperty;var vo=Object.getOwnPropertyDescriptor;var Eo=Object.getOwnPropertyNames;var Ro=Object.getPrototypeOf,Lo=Object.prototype.hasOwnProperty;var ie=(o,r)=>()=>(r||o((r={exports:{}}).exports,r),r.exports);var Ao=(o,r,n,i)=>{if(r&&typeof r=="object"||typeof r=="function")for(let c of Eo(r))!Lo.call(o,c)&&c!==n&&Te(o,c,{get:()=>r[c],enumerable:!(i=vo(r,c))||i.enumerable});return o};var b=(o,r,n)=>(n=o!=null?No(Ro(o)):{},Ao(r||!o||!o.__esModule?Te(n,"default",{value:o,enumerable:!0}):n,o));var N=ie((Ho,$e)=>{$e.exports=ftGlobals.wcUtils});var
|
|
1
|
+
"use strict";(()=>{var No=Object.create;var Te=Object.defineProperty;var vo=Object.getOwnPropertyDescriptor;var Eo=Object.getOwnPropertyNames;var Ro=Object.getPrototypeOf,Lo=Object.prototype.hasOwnProperty;var ie=(o,r)=>()=>(r||o((r={exports:{}}).exports,r),r.exports);var Ao=(o,r,n,i)=>{if(r&&typeof r=="object"||typeof r=="function")for(let c of Eo(r))!Lo.call(o,c)&&c!==n&&Te(o,c,{get:()=>r[c],enumerable:!(i=vo(r,c))||i.enumerable});return o};var b=(o,r,n)=>(n=o!=null?No(Ro(o)):{},Ao(r||!o||!o.__esModule?Te(n,"default",{value:o,enumerable:!0}):n,o));var N=ie((Ho,$e)=>{$e.exports=ftGlobals.wcUtils});var R=ie((_o,De)=>{De.exports=ftGlobals.lit});var F=ie((Go,Ze)=>{Ze.exports=ftGlobals.litDecorators});var Xe=ie((Zo,je)=>{je.exports=ftGlobals.litClassMap});var go=ie((Lc,yo)=>{yo.exports=ftGlobals.litUnsafeHTML});var Ue=b(N());var Fe=b(R()),ue=b(F()),Ye=b(N());var Ke=b(R()),Uo={},Me=Ke.css`
|
|
2
2
|
.ft-accordion {
|
|
3
3
|
box-sizing: border-box;
|
|
4
4
|
}
|
|
5
|
-
`;var
|
|
5
|
+
`;var Ve=function(o,r,n,i){var c=arguments.length,d=c<3?r:i===null?i=Object.getOwnPropertyDescriptor(r,n):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")d=Reflect.decorate(o,r,n,i);else for(var f=o.length-1;f>=0;f--)(l=o[f])&&(d=(c<3?l(d):c>3?l(r,n,d):l(r,n))||d);return c>3&&d&&Object.defineProperty(r,n,d),d},H=class extends Ye.FtLitElement{constructor(){super(...arguments),this.multi=!1}render(){return Fe.html`
|
|
6
6
|
<div class="ft-accordion">
|
|
7
7
|
<slot @activated=${this.onChange}></slot>
|
|
8
8
|
</div>
|
|
9
|
-
`}onChange(r){r.stopPropagation(),this.multi||this.content.assignedElements().forEach(n=>n.active=n===r.target)}};H.elementDefinitions={};H.styles=Me;
|
|
9
|
+
`}onChange(r){r.stopPropagation(),this.multi||this.content.assignedElements().forEach(n=>n.active=n===r.target)}};H.elementDefinitions={};H.styles=Me;Ve([(0,ue.property)({type:Boolean})],H.prototype,"multi",void 0);Ve([(0,ue.query)("slot")],H.prototype,"content",void 0);var ge=b(R()),be=b(F()),Co=b(N());var it=b(N());var at=b(R()),C=b(F()),nt=b(Xe()),ce=b(N());var ot=b(R()),x=b(N()),qe=x.FtCssVariableFactory.extend("--ft-ripple-color","",x.designSystemVariables.colorContent),$={color:qe,backgroundColor:x.FtCssVariableFactory.extend("--ft-ripple-background-color","",qe),opacityContentOnSurfacePressed:x.FtCssVariableFactory.external(x.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:x.FtCssVariableFactory.external(x.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:x.FtCssVariableFactory.external(x.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:x.FtCssVariableFactory.external(x.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:x.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},Qe=x.FtCssVariableFactory.extend("--ft-ripple-color","",x.designSystemVariables.colorPrimary),Je={color:Qe,backgroundColor:x.FtCssVariableFactory.extend("--ft-ripple-background-color","",Qe)},et=x.FtCssVariableFactory.extend("--ft-ripple-color","",x.designSystemVariables.colorSecondary),tt={color:et,backgroundColor:x.FtCssVariableFactory.extend("--ft-ripple-background-color","",et)},rt=ot.css`
|
|
10
10
|
:host {
|
|
11
11
|
display: contents;
|
|
12
12
|
}
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
|
|
20
20
|
.ft-ripple:not(.ft-ripple--unbounded) {
|
|
21
21
|
overflow: hidden;
|
|
22
|
-
border-radius: ${
|
|
22
|
+
border-radius: ${$.borderRadius};
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.ft-ripple .ft-ripple--background,
|
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
}
|
|
54
54
|
|
|
55
55
|
.ft-ripple .ft-ripple--background {
|
|
56
|
-
background-color: ${
|
|
56
|
+
background-color: ${$.backgroundColor};
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
.ft-ripple .ft-ripple--effect {
|
|
60
|
-
background-color: ${
|
|
60
|
+
background-color: ${$.color};
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
.ft-ripple.ft-ripple--secondary .ft-ripple--background {
|
|
@@ -103,19 +103,19 @@
|
|
|
103
103
|
}
|
|
104
104
|
|
|
105
105
|
.ft-ripple.ft-ripple--hovered .ft-ripple--background {
|
|
106
|
-
opacity: ${
|
|
106
|
+
opacity: ${$.opacityContentOnSurfaceHover};
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
.ft-ripple.ft-ripple--selected .ft-ripple--background {
|
|
110
|
-
opacity: ${
|
|
110
|
+
opacity: ${$.opacityContentOnSurfaceSelected};
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
.ft-ripple.ft-ripple--focused .ft-ripple--background {
|
|
114
|
-
opacity: ${
|
|
114
|
+
opacity: ${$.opacityContentOnSurfaceFocused};
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
.ft-ripple.ft-ripple--pressed .ft-ripple--effect {
|
|
118
|
-
opacity: ${
|
|
118
|
+
opacity: ${$.opacityContentOnSurfacePressed};
|
|
119
119
|
transform: translate(-50%, -50%) scale(1);
|
|
120
120
|
}
|
|
121
121
|
`;var v=function(o,r,n,i){var c=arguments.length,d=c<3?r:i===null?i=Object.getOwnPropertyDescriptor(r,n):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")d=Reflect.decorate(o,r,n,i);else for(var f=o.length-1;f>=0;f--)(l=o[f])&&(d=(c<3?l(d):c>3?l(r,n,d):l(r,n))||d);return c>3&&d&&Object.defineProperty(r,n,d),d},m=class extends ce.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 ce.Debouncer(1e3),this.onTransitionStart=r=>{r.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=r=>{r.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new ce.Debouncer(10),this.moveRipple=r=>{var n,i;let{x:c,y:d}=this.getCoordinates(r),l=(i=(n=this.ripple)===null||n===void 0?void 0:n.getBoundingClientRect())!==null&&i!==void 0?i:{x:0,y:0,width:0,height:0};this.originX=Math.round(c!=null?c-l.x:l.width/2),this.originY=Math.round(d!=null?d-l.y:l.height/2)},this.startPress=r=>{this.moveRipple(r),this.pressed=!this.isIgnored(r)},this.endPress=()=>{this.pressed=!1},this.startHover=r=>{this.hovered=!this.isIgnored(r)},this.endHover=()=>{this.hovered=!1},this.startFocus=r=>{this.focused=this.isFocusVisible(r?.target)&&!this.isIgnored(r)},this.endFocus=()=>{this.focused=!1}}render(){let r={"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 at.html`
|
|
@@ -129,11 +129,11 @@
|
|
|
129
129
|
<div class="ft-ripple--background"></div>
|
|
130
130
|
<div class="ft-ripple--effect"></div>
|
|
131
131
|
</div>
|
|
132
|
-
`}contentAvailableCallback(r){super.contentAvailableCallback(r),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(r){var n,i;super.update(r),r.has("disabled")&&(this.disabled?(this.endRipple(),(n=this.target)===null||n===void 0||n.removeAttribute("data-is-ft-ripple-target")):(i=this.target)===null||i===void 0||i.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 r,n;let i=(r=this.shadowRoot)===null||r===void 0?void 0:r.host.parentElement;i&&this.setupFor((n=this.target)!==null&&n!==void 0?n:i)}setupFor(r){if(this.setupDebouncer.cancel(),this.target===r)return;this.onDisconnect&&this.onDisconnect(),this.target=r,r.setAttribute("data-is-ft-ripple-target","true");let n=(...f)=>g=>{f.forEach(h=>window.addEventListener(h,this.endPress,{once:!0})),this.startPress(g)},i=n("mouseup","contextmenu"),c=n("touchend","touchcancel"),d=f=>{["Enter"," "].includes(f.key)&&n("keyup")(f)},l={passive:!0};r.addEventListener("mouseover",this.startHover,l),r.addEventListener("mousemove",this.moveRipple,l),r.addEventListener("mouseleave",this.endHover,l),r.addEventListener("mousedown",i,l),r.addEventListener("touchstart",c,l),r.addEventListener("touchmove",this.moveRipple,l),r.addEventListener("keydown",d,l),r.addEventListener("focus",this.startFocus,l),r.addEventListener("blur",this.endFocus,l),r.addEventListener("focusin",this.startFocus,l),r.addEventListener("focusout",this.endFocus,l),this.onDisconnect=()=>{r.removeAttribute("data-is-ft-ripple-target"),r.removeEventListener("mouseover",this.startHover,l),r.removeEventListener("mousemove",this.moveRipple,l),r.removeEventListener("mouseleave",this.endHover,l),r.removeEventListener("mousedown",i,l),r.removeEventListener("touchstart",c,l),r.removeEventListener("touchmove",this.moveRipple,l),r.removeEventListener("keydown",d,l),r.removeEventListener("focus",this.startFocus,l),r.removeEventListener("blur",this.endFocus,l),r.removeEventListener("focusin",this.startFocus,l),r.removeEventListener("focusout",this.endFocus,l),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(r){let n=r,i=r,c,d;return n.x!=null?{x:c,y:d}=n:i.touches!=null&&(c=i.touches[0].clientX,d=i.touches[0].clientY),{x:c,y:d}}isFocusVisible(r){return r instanceof HTMLElement?r.matches(":focus-visible"):!0}isIgnored(r){if(this.disabled)return!0;if(r!=null)for(let n of r.composedPath()){if(n===this.target)break;if("hasAttribute"in n&&n.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};m.elementDefinitions={};m.styles=rt;v([(0,C.property)({type:Boolean})],m.prototype,"primary",void 0);v([(0,C.property)({type:Boolean})],m.prototype,"secondary",void 0);v([(0,C.property)({type:Boolean})],m.prototype,"unbounded",void 0);v([(0,C.property)({type:Boolean})],m.prototype,"activated",void 0);v([(0,C.property)({type:Boolean})],m.prototype,"selected",void 0);v([(0,C.property)({type:Boolean})],m.prototype,"disabled",void 0);v([(0,C.state)()],m.prototype,"hovered",void 0);v([(0,C.state)()],m.prototype,"focused",void 0);v([(0,C.state)()],m.prototype,"pressed",void 0);v([(0,C.state)()],m.prototype,"rippling",void 0);v([(0,C.state)()],m.prototype,"originX",void 0);v([(0,C.state)()],m.prototype,"originY",void 0);v([(0,C.query)(".ft-ripple")],m.prototype,"ripple",void 0);v([(0,C.query)(".ft-ripple--effect")],m.prototype,"rippleEffect",void 0);(0,it.customElement)("ft-ripple")(m);var fo=b(N());var Be=globalThis,
|
|
133
|
-
\f\r]`,le=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,lt=/-->/g,dt=/>/g
|
|
134
|
-
\f\r"'\`<>=]|("|')|))|$)`,"g"),pt=/'/g,st=/"/g,bt=/^(?:script|style|textarea|title)$/i,ke=o=>(r,...n)=>({_$litType$:o,strings:r,values:n}),ht=ke(1),ut=ke(2),mt=ke(3),pe=Symbol.for("lit-noChange"),O=Symbol.for("lit-nothing"),ft=new WeakMap,D=Z.createTreeWalker(Z,129);function xt(o,r){if(!Pe(o)||!o.hasOwnProperty("raw"))throw Error("invalid template strings array");return ct!==void 0?ct.createHTML(r):r}var Io=(o,r)=>{let n=o.length-1,i=[],c,d=r===2?"<svg>":r===3?"<math>":"",l=le;for(let f=0;f<n;f++){let g=o[f],h,S,u=-1,w=0;for(;w<g.length&&(l.lastIndex=w,S=l.exec(g),S!==null);)w=l.lastIndex,l===le?S[1]==="!--"?l=lt:S[1]!==void 0?l=dt:S[2]!==void 0?(bt.test(S[2])&&(c=RegExp("</"+S[2],"g")),l=$):S[3]!==void 0&&(l=$):l===$?S[0]===">"?(l=c??le,u=-1):S[1]===void 0?u=-2:(u=l.lastIndex-S[2].length,h=S[1],l=S[3]===void 0?$:S[3]==='"'?st:pt):l===st||l===pt?l=$:l===lt||l===dt?l=le:(l=$,c=void 0);let z=l===$&&o[f+1].startsWith("/>")?" ":"";d+=l===le?g+wo:u>=0?(i.push(h),g.slice(0,u)+yt+g.slice(u)+_+z):g+_+(u===-2?f:z)}return[xt(o,d+(o[n]||"<?>")+(r===2?"</svg>":r===3?"</math>":"")),i]},se=class o{constructor({strings:r,_$litType$:n},i){let c;this.parts=[];let d=0,l=0,f=r.length-1,g=this.parts,[h,S]=Io(r,n);if(this.el=o.createElement(h,i),D.currentNode=this.el.content,n===2||n===3){let u=this.el.content.firstChild;u.replaceWith(...u.childNodes)}for(;(c=D.nextNode())!==null&&g.length<f;){if(c.nodeType===1){if(c.hasAttributes())for(let u of c.getAttributeNames())if(u.endsWith(yt)){let w=S[l++],z=c.getAttribute(u).split(_),be=/([.?@])?(.*)/.exec(w);g.push({type:1,index:d,name:be[2],strings:z,ctor:be[1]==="."?Ae:be[1]==="?"?we:be[1]==="@"?We:j}),c.removeAttribute(u)}else u.startsWith(_)&&(g.push({type:6,index:d}),c.removeAttribute(u));if(bt.test(c.tagName)){let u=c.textContent.split(_),w=u.length-1;if(w>0){c.textContent=ue?ue.emptyScript:"";for(let z=0;z<w;z++)c.append(u[z],me()),D.nextNode(),g.push({type:2,index:++d});c.append(u[w],me())}}}else if(c.nodeType===8)if(c.data===gt)g.push({type:2,index:d});else{let u=-1;for(;(u=c.data.indexOf(_,u+1))!==-1;)g.push({type:7,index:d}),u+=_.length-1}d++}}static createElement(r,n){let i=Z.createElement("template");return i.innerHTML=r,i}};function Y(o,r,n=o,i){if(r===pe)return r;let c=i!==void 0?n._$Co?.[i]:n._$Cl,d=de(r)?void 0:r._$litDirective$;return c?.constructor!==d&&(c?._$AO?.(!1),d===void 0?c=void 0:(c=new d(o),c._$AT(o,n,i)),i!==void 0?(n._$Co??=[])[i]=c:n._$Cl=c),c!==void 0&&(r=Y(o,c._$AS(o,r.values),c,i)),r}var Le=class{constructor(r,n){this._$AV=[],this._$AN=void 0,this._$AD=r,this._$AM=n}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(r){let{el:{content:n},parts:i}=this._$AD,c=(r?.creationScope??Z).importNode(n,!0);D.currentNode=c;let d=D.nextNode(),l=0,f=0,g=i[0];for(;g!==void 0;){if(l===g.index){let h;g.type===2?h=new xe(d,d.nextSibling,this,r):g.type===1?h=new g.ctor(d,g.name,g.strings,this,r):g.type===6&&(h=new Ie(d,this,r)),this._$AV.push(h),g=i[++f]}l!==g?.index&&(d=D.nextNode(),l++)}return D.currentNode=Z,c}p(r){let n=0;for(let i of this._$AV)i!==void 0&&(i.strings!==void 0?(i._$AI(r,i,n),n+=i.strings.length-2):i._$AI(r[n])),n++}},xe=class o{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(r,n,i,c){this.type=2,this._$AH=O,this._$AN=void 0,this._$AA=r,this._$AB=n,this._$AM=i,this.options=c,this._$Cv=c?.isConnected??!0}get parentNode(){let r=this._$AA.parentNode,n=this._$AM;return n!==void 0&&r?.nodeType===11&&(r=n.parentNode),r}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(r,n=this){r=Y(this,r,n),de(r)?r===O||r==null||r===""?(this._$AH!==O&&this._$AR(),this._$AH=O):r!==this._$AH&&r!==pe&&this._(r):r._$litType$!==void 0?this.$(r):r.nodeType!==void 0?this.T(r):Wo(r)?this.k(r):this._(r)}O(r){return this._$AA.parentNode.insertBefore(r,this._$AB)}T(r){this._$AH!==r&&(this._$AR(),this._$AH=this.O(r))}_(r){this._$AH!==O&&de(this._$AH)?this._$AA.nextSibling.data=r:this.T(Z.createTextNode(r)),this._$AH=r}$(r){let{values:n,_$litType$:i}=r,c=typeof i=="number"?this._$AC(r):(i.el===void 0&&(i.el=se.createElement(xt(i.h,i.h[0]),this.options)),i);if(this._$AH?._$AD===c)this._$AH.p(n);else{let d=new Le(c,this),l=d.u(this.options);d.p(n),this.T(l),this._$AH=d}}_$AC(r){let n=ft.get(r.strings);return n===void 0&&ft.set(r.strings,n=new se(r)),n}k(r){Pe(this._$AH)||(this._$AH=[],this._$AR());let n=this._$AH,i,c=0;for(let d of r)c===n.length?n.push(i=new o(this.O(me()),this.O(me()),this,this.options)):i=n[c],i._$AI(d),c++;c<n.length&&(this._$AR(i&&i._$AB.nextSibling,c),n.length=c)}_$AR(r=this._$AA.nextSibling,n){for(this._$AP?.(!1,!0,n);r&&r!==this._$AB;){let i=r.nextSibling;r.remove(),r=i}}setConnected(r){this._$AM===void 0&&(this._$Cv=r,this._$AP?.(r))}},j=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(r,n,i,c,d){this.type=1,this._$AH=O,this._$AN=void 0,this.element=r,this.name=n,this._$AM=c,this.options=d,i.length>2||i[0]!==""||i[1]!==""?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=O}_$AI(r,n=this,i,c){let d=this.strings,l=!1;if(d===void 0)r=Y(this,r,n,0),l=!de(r)||r!==this._$AH&&r!==pe,l&&(this._$AH=r);else{let f=r,g,h;for(r=d[0],g=0;g<d.length-1;g++)h=Y(this,f[i+g],n,g),h===pe&&(h=this._$AH[g]),l||=!de(h)||h!==this._$AH[g],h===O?r=O:r!==O&&(r+=(h??"")+d[g+1]),this._$AH[g]=h}l&&!c&&this.j(r)}j(r){r===O?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,r??"")}},Ae=class extends j{constructor(){super(...arguments),this.type=3}j(r){this.element[this.name]=r===O?void 0:r}},we=class extends j{constructor(){super(...arguments),this.type=4}j(r){this.element.toggleAttribute(this.name,!!r&&r!==O)}},We=class extends j{constructor(r,n,i,c,d){super(r,n,i,c,d),this.type=5}_$AI(r,n=this){if((r=Y(this,r,n,0)??O)===pe)return;let i=this._$AH,c=r===O&&i!==O||r.capture!==i.capture||r.once!==i.once||r.passive!==i.passive,d=r!==O&&(i===O||c);c&&this.element.removeEventListener(this.name,this,i),d&&this.element.addEventListener(this.name,this,r),this._$AH=r}handleEvent(r){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,r):this._$AH.handleEvent(r)}},Ie=class{constructor(r,n,i){this.element=r,this.type=6,this._$AN=void 0,this._$AM=n,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(r){Y(this,r)}};var Bo=Be.litHtmlPolyfillSupport;Bo?.(se,xe),(Be.litHtmlVersions??=[]).push("3.3.0");var Ot=Symbol.for(""),Po=o=>{if(o?.r===Ot)return o?._$litStatic$},ze=o=>({_$litStatic$:o,r:Ot});var St=new Map,He=o=>(r,...n)=>{let i=n.length,c,d,l=[],f=[],g,h=0,S=!1;for(;h<i;){for(g=r[h];h<i&&(d=n[h],(c=Po(d))!==void 0);)g+=c+r[++h],S=!0;h!==i&&f.push(d),l.push(g),h++}if(h===i&&l.push(r[i]),S){let u=l.join("$$lit$$");(r=St.get(u))===void 0&&(l.raw=l,St.set(u,r=l)),n=f}return o(r,...n)},_e=He(ht),er=He(ut),tr=He(mt);var Ge=b(V()),so=b(N());var Se;(function(o){o.title="title",o.title_dense="title-dense",o.subtitle1="subtitle1",o.subtitle2="subtitle2",o.body1="body1",o.body2="body2",o.caption="caption",o.breadcrumb="breadcrumb",o.overline="overline",o.button="button",o.display="display",o.title1="title-1",o.title2="title-2",o.title3="title-3",o.body1regular="body-1-regular",o.body1medium="body-1-medium",o.body1semibold="body-1-semibold",o.body2regular="body-2-regular",o.body2medium="body-2-medium",o.body2semibold="body-2-semibold",o.label1medium="label-1-medium",o.label1semibold="label-1-semibold",o.label1bold="label-1-bold",o.label2medium="label-2-medium",o.label2semibold="label-2-semibold",o.label2bold="label-2-bold",o.caption1medium="caption-1-medium",o.caption1semibold="caption-1-semibold",o.caption1bold="caption-1-bold",o.caption2medium="caption-2-medium",o.caption2semibold="caption-2-semibold",o.caption2bold="caption-2-bold"})(Se||(Se={}));var R=b(E()),s=b(N());var W=b(E(),1),G=o=>typeof o=="string"?(0,W.unsafeCSS)(o):o,e=class{static create(r,n,i,c){let d=f=>G(f??c),l=W.css`var(${G(r)}, ${d(c)})`;return l.name=r,l.description=n,l.category=i,l.defaultValue=c,l.defaultCssValue=d,l.get=f=>W.css`var(${G(r)}, ${d(f)})`,l.breadcrumb=()=>[],l.lastResortDefaultValue=()=>c,l}static extend(r,n,i,c){let d=f=>i.get(f??c),l=W.css`var(${G(r)}, ${d(c)})`;return l.name=r,l.description=n,l.category=i.category,l.fallbackVariable=i,l.defaultValue=c,l.defaultCssValue=d,l.get=f=>W.css`var(${G(r)}, ${d(f)})`,l.breadcrumb=()=>[i.name,...i.breadcrumb()],l.lastResortDefaultValue=()=>c??i.lastResortDefaultValue(),l}static external(r,n){let i=d=>r.fallbackVariable?r.fallbackVariable.get(d??r.defaultValue):G(d??r.lastResortDefaultValue()),c=W.css`var(${G(r.name)}, ${i(r.defaultValue)})`;return c.name=r.name,c.category=r.category,c.fallbackVariable=r.fallbackVariable,c.defaultValue=r.defaultValue,c.context=n,c.defaultCssValue=i,c.get=d=>W.css`var(${G(r.name)}, ${i(d)})`,c.breadcrumb=()=>r.fallbackVariable?[r.fallbackVariable.name,...r.fallbackVariable.breadcrumb()]:[],c.lastResortDefaultValue=()=>r.lastResortDefaultValue(),c}};var t={colorWhite:e.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:e.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:e.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:e.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:e.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:e.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:e.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:e.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:e.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:e.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:e.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:e.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:e.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:e.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:e.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:e.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:e.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:e.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:e.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:e.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:e.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:e.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:e.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:e.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:e.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:e.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:e.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:e.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:e.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:e.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:e.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:e.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:e.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:e.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:e.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:e.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:e.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:e.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:e.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:e.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:e.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:e.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:e.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:e.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:e.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:e.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:e.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:e.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:e.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:e.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:e.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:e.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:e.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:e.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:e.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:e.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:e.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:e.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:e.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:e.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:e.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:e.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:e.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:e.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:e.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:e.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:e.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:e.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:e.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:e.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:e.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:e.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:e.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:e.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:e.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:e.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:e.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:e.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:e.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:e.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:e.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:e.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:e.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:e.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:e.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:e.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:e.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:e.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:e.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:e.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:e.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:e.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:e.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:e.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:e.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:e.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:e.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:e.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:e.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:e.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:e.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:e.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:e.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:e.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:e.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:e.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:e.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:e.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:e.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:e.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:e.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:e.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:e.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:e.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:e.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:e.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:e.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:e.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:e.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:e.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:e.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:e.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:e.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:e.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:e.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:e.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:e.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:e.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:e.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:e.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:e.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:e.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:e.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:e.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:e.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:e.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:e.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:e.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:e.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:e.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:e.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:e.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:e.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:e.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:e.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:e.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:e.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:e.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:e.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:e.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:e.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:e.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:e.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:e.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:e.create("--ft-spacing-2","","SIZE","calc(0.25rem*2)"),spacing3:e.create("--ft-spacing-3","","SIZE","calc(0.25rem*3)"),spacing4:e.create("--ft-spacing-4","","SIZE","calc(0.25rem*4)"),spacing5:e.create("--ft-spacing-5","","SIZE","calc(0.25rem*5)"),spacing6:e.create("--ft-spacing-6","","SIZE","calc(0.25rem*6)"),spacing8:e.create("--ft-spacing-8","","SIZE","calc(0.25rem*8)"),spacing10:e.create("--ft-spacing-10","","SIZE","calc(0.25rem*10)"),spacing12:e.create("--ft-spacing-12","","SIZE","calc(0.25rem*12)"),spacing16:e.create("--ft-spacing-16","","SIZE","calc(0.25rem*16)"),spacing20:e.create("--ft-spacing-20","","SIZE","calc(0.25rem*20)"),spacing24:e.create("--ft-spacing-24","","SIZE","calc(0.25rem*24)"),spacing28:e.create("--ft-spacing-28","","SIZE","calc(0.25rem*28)"),spacing32:e.create("--ft-spacing-32","","SIZE","calc(0.25rem*32)"),spacing05:e.create("--ft-spacing-0-5","","SIZE","calc(0.25rem*0.5)"),borderRadiusS:e.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:e.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:e.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:e.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:e.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:e.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:e.create("--ft-icon-size-1","","SIZE","0.75rem"),iconSize2:e.create("--ft-icon-size-2","","SIZE","1rem"),iconSize3:e.create("--ft-icon-size-3","","SIZE","1.25rem"),iconSize4:e.create("--ft-icon-size-4","","SIZE","1.5rem"),iconSize5:e.create("--ft-icon-size-5","","SIZE","2rem"),iconSize6:e.create("--ft-icon-size-6","","SIZE","3rem"),opacity0:e.create("--ft-opacity-0","","NUMBER","0"),opacity8:e.create("--ft-opacity-8","","NUMBER","0.08"),opacity12:e.create("--ft-opacity-12","","NUMBER","0.12"),opacity16:e.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:e.create("--ft-opacity-24","","NUMBER","0.24"),opacity32:e.create("--ft-opacity-32","","NUMBER","0.32"),opacity40:e.create("--ft-opacity-40","","NUMBER","0.4"),opacity48:e.create("--ft-opacity-48","","NUMBER","0.48"),opacity80:e.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:e.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:e.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:e.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:e.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:e.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:e.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:e.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:e.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:e.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)")},Ct={fontFamily:e.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:e.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:e.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:e.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-display-textCase","","UNKNOWN","none")},Nt={fontFamily:e.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:e.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:e.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:e.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},vt={fontFamily:e.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:e.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:e.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:e.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},Et={fontFamily:e.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:e.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:e.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:e.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},Rt={fontFamily:e.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:e.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:e.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:e.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:e.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},Lt={fontFamily:e.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:e.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:e.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:e.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},At={fontFamily:e.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:e.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:e.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:e.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},wt={fontFamily:e.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:e.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:e.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:e.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:e.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},Wt={fontFamily:e.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:e.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:e.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:e.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},ko={fontFamily:e.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:e.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:e.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:e.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:e.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:e.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},It={fontFamily:e.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:e.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:e.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:e.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},Bt={fontFamily:e.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:e.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:e.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:e.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:e.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Pt={fontFamily:e.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:e.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:e.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:e.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:e.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},kt={fontFamily:e.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:e.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:e.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:e.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:e.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:e.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},zt={fontFamily:e.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:e.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:e.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:e.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:e.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},Ht={fontFamily:e.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:e.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:e.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:e.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:e.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},_t={fontFamily:e.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:e.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:e.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:e.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:e.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:e.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},Gt={fontFamily:e.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:e.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},Ut={fontFamily:e.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:e.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Tt={fontFamily:e.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:e.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:e.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},$t={fontFamily:e.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:e.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},Dt={fontFamily:e.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:e.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Zt={fontFamily:e.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:e.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:e.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},Kt={fontFamily:e.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:e.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},Mt={fontFamily:e.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:e.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},Ft={fontFamily:e.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:e.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:e.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},Oe={display:Ct,"title-1":Nt,"title-2":vt,"title-3":Et,"body-1-regular":Rt,"body-1-medium":Lt,"body-1-semibold":At,"body-2-regular":wt,"body-2-medium":Wt,"body-2-medium-underline":ko,"body-2-semibold":It,"label-1-medium":Bt,"label-1-semibold":Pt,"label-1-bold":kt,"label-2-medium":zt,"label-2-semibold":Ht,"label-2-bold":_t,"caption-1-medium":Gt,"caption-1-semibold":Ut,"caption-1-bold":Tt,"caption-2-medium":$t,"caption-2-semibold":Dt,"caption-2-bold":Zt,"caption-3-medium":Kt,"caption-3-semibold":Mt,"caption-3-bold":Ft};var a={backgroundActionPrimary:e.extend("--ft-background-action-primary","Used as backgorund of primary action components.",t.colorBrand0),backgroundErrorSubtle:e.extend("--ft-background-error-subtle","Used as background of subtle error components.",t.colorRed10),backgroundInfoSubtle:e.extend("--ft-background-info-subtle","Used as background of subtle information components.",t.colorCyan10),backgroundWarningSubtle:e.extend("--ft-background-warning-subtle","Used as background of subtle information components.",t.colorOrange10),backgroundSuccessSubtle:e.extend("--ft-background-success-subtle","Used as background of subtle success components.",t.colorGreen10),backgroundGlobalSurface:e.extend("--ft-background-global-surface","Used as app background.",t.colorWhite),backgroundGlobalOnSurface:e.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",t.colorGray10),backgroundGlobalOnSurfaceDark:e.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",t.colorGray30),contentActionPrimary:e.extend("--ft-content-action-primary","Used on label of primary action on light surface.",t.colorBrand0),contentWarningPrimary:e.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",t.colorOrange200),contentWarningIconOnly:e.extend("--ft-content-warning-icon-only","Used on warning status icons alone",t.colorOrange0),contentErrorPrimary:e.extend("--ft-content-error-primary","Used on label of error messages on light surface.",t.colorRed0),contentErrorIconOnly:e.extend("--ft-content-error-icon-only","Used on error status icons alone",t.colorRed70),contentInfoPrimary:e.extend("--ft-content-info-primary","Used on label of information messages on light surface.",t.colorCyan200),contentInfoIconOnly:e.extend("--ft-content-info-icon-only","Used on info status icons alone",t.colorCyan0),contentSuccessPrimary:e.extend("--ft-content-success-primary","Used on label of success messages on light surface.",t.colorGreen200),contentSuccessIconOnly:e.extend("--ft-content-success-icon-only","Used on success status icons alone",t.colorGreen0),contentGlobalPrimary:e.extend("--ft-content-global-primary","Used for main content on the page.",t.colorGray500),contentGlobalSecondary:e.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
|
|
135
|
-
Also for action icons.`,t.colorGray200),contentGlobalSubtle:e.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",t.colorGray0),contentGlobalOnColor:e.extend("--ft-content-global-on-color","Used for content on a dominant color.",t.colorWhite),borderActionPrimary:e.extend("--ft-border-action-primary","Used as border for primary action components.",t.colorBrand0),borderActionFocusRing:e.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",t.colorCyan0),borderWarningPrimary:e.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",t.colorOrange200),borderWarningSubtle:e.extend("--ft-border-warning-subtle","Used as border for warning components.",t.colorOrange30),borderSuccessPrimary:e.extend("--ft-border-success-primary","Used as border for success buttons.",t.colorGreen200),borderSuccessSubtle:e.extend("--ft-border-success-subtle","Used as border for success components.",t.colorGreen30),borderErrorPrimary:e.extend("--ft-border-error-primary","Used as border for text fields in error states.",t.colorRed0),borderErrorSubtle:e.extend("--ft-border-error-subtle","Used as border for error components.",t.colorRed30),borderInfoPrimary:e.extend("--ft-border-info-primary","Used as border for buttons in info color.",t.colorCyan200),borderInfoSubtle:e.extend("--ft-border-info-subtle","Used as border for information components.",t.colorCyan30),borderGlobalPrimary:e.extend("--ft-border-global-primary","Used as border for element like input.",t.colorGray50),borderGlobalSubtle:e.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",t.colorGray30),borderInputPrimary:e.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",t.colorGray80),borderNeutralPrimary:e.extend("--ft-border-neutral-primary","Used as border for neutral secondary buttons",t.colorGray200)};var br={largeHeight:e.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:e.extend("--ft-button-large-horizontal-padding","",t.spacing4),largeGap:e.extend("--ft-button-large-gap","",t.spacing2),largeBorderRadius:e.extend("--ft-button-large-border-radius","",t.borderRadiusS),largeIconSize:e.extend("--ft-button-large-icon-size","",t.iconSize3),largeBorderWidth:e.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:e.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:e.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:e.create("--ft-button-large-icon-only-width","","SIZE","40px"),mediumHeight:e.create("--ft-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:e.extend("--ft-button-medium-horizontal-padding","",t.spacing3),mediumGap:e.extend("--ft-button-medium-gap","",t.spacing2),mediumBorderRadius:e.extend("--ft-button-medium-border-radius","",t.borderRadiusS),mediumIconSize:e.extend("--ft-button-medium-icon-size","",t.iconSize2),mediumBorderWidth:e.create("--ft-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:e.create("--ft-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:e.create("--ft-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:e.create("--ft-button-medium-icon-only-width","","SIZE","30px"),smallHeight:e.create("--ft-button-small-height","","SIZE","20px"),smallHorizontalPadding:e.extend("--ft-button-small-horizontal-padding","",t.spacing2),smallGap:e.extend("--ft-button-small-gap","",t.spacing1),smallBorderRadius:e.extend("--ft-button-small-border-radius","",t.borderRadiusS),smallIconSize:e.extend("--ft-button-small-icon-size","",t.iconSize1),smallBorderWidth:e.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:e.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:e.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:e.create("--ft-button-small-icon-only-width","","SIZE","20px"),xSmallHeight:e.create("--ft-button-x-small-height","","SIZE","16px"),xSmallIconSize:e.extend("--ft-button-x-small-icon-size","",t.iconSize1),xSmallFocusOutlineOffset:e.create("--ft-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:e.create("--ft-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:e.create("--ft-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:e.extend("--ft-button-round-border-radius","",t.borderRadiusPill),primaryBrandBackgroundColor:e.extend("--ft-button-primary-brand-background-color","",a.backgroundActionPrimary),primaryBrandColor:e.extend("--ft-button-primary-brand-color","",a.contentGlobalOnColor),primaryBrandIconColor:e.extend("--ft-button-primary-brand-icon-color","",a.contentGlobalOnColor),primaryBrandStateLayerColor:e.extend("--ft-button-primary-brand-state-layer-color","",a.contentGlobalOnColor),primaryBrandHoverStateLayerOpacity:e.extend("--ft-button-primary-brand-hover-state-layer-opacity","",t.opacity16),primaryBrandFocusStateLayerOpacity:e.extend("--ft-button-primary-brand-focus-state-layer-opacity","",t.opacity16),primaryBrandActiveStateLayerOpacity:e.extend("--ft-button-primary-brand-active-state-layer-opacity","",t.opacity24),primaryBrandDisabledComponentOpacity:e.extend("--ft-button-primary-brand-disabled-component-opacity","",t.opacity40),focusFocusRingColor:e.extend("--ft-button-focus-focus-ring-color","",a.borderActionFocusRing),tertiaryBrandBackgroundColor:e.create("--ft-button-tertiary-brand-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryBrandColor:e.extend("--ft-button-tertiary-brand-color","",a.contentActionPrimary),tertiaryBrandIconColor:e.extend("--ft-button-tertiary-brand-icon-color","",a.contentActionPrimary),tertiaryBrandStateLayerColor:e.extend("--ft-button-tertiary-brand-state-layer-color","",a.contentActionPrimary),tertiaryBrandHoverStateLayerOpacity:e.extend("--ft-button-tertiary-brand-hover-state-layer-opacity","",t.opacity8),tertiaryBrandFocusStateLayerOpacity:e.extend("--ft-button-tertiary-brand-focus-state-layer-opacity","",t.opacity8),tertiaryBrandActiveStateLayerOpacity:e.extend("--ft-button-tertiary-brand-active-state-layer-opacity","",t.opacity16),tertiaryBrandDisabledComponentOpacity:e.extend("--ft-button-tertiary-brand-disabled-component-opacity","",t.opacity40),tertiaryInfoBackgroundColor:e.create("--ft-button-tertiary-info-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryInfoColor:e.extend("--ft-button-tertiary-info-color","",a.contentInfoPrimary),tertiaryInfoIconColor:e.extend("--ft-button-tertiary-info-icon-color","",a.contentInfoPrimary),tertiaryInfoStateLayerColor:e.extend("--ft-button-tertiary-info-state-layer-color","",a.contentInfoPrimary),tertiaryInfoFocusStateLayerOpacity:e.extend("--ft-button-tertiary-info-focus-state-layer-opacity","",t.opacity8),tertiaryInfoHoverStateLayerOpacity:e.extend("--ft-button-tertiary-info-hover-state-layer-opacity","",t.opacity8),tertiaryInfoActiveStateLayerOpacity:e.extend("--ft-button-tertiary-info-active-state-layer-opacity","",t.opacity16),tertiaryInfoDisabledComponentOpacity:e.extend("--ft-button-tertiary-info-disabled-component-opacity","",t.opacity40),tertiarySuccessBackgroundColor:e.create("--ft-button-tertiary-success-background-color","","COLOR","rgba(0,0,0,0)"),tertiarySuccessColor:e.extend("--ft-button-tertiary-success-color","",a.contentSuccessPrimary),tertiarySuccessIconColor:e.extend("--ft-button-tertiary-success-icon-color","",a.contentSuccessPrimary),tertiarySuccessStateLayerColor:e.extend("--ft-button-tertiary-success-state-layer-color","",a.contentSuccessPrimary),tertiarySuccessHoverStateLayerOpacity:e.extend("--ft-button-tertiary-success-hover-state-layer-opacity","",t.opacity8),tertiarySuccessFocusStateLayerOpacity:e.extend("--ft-button-tertiary-success-focus-state-layer-opacity","",t.opacity8),tertiarySuccessActiveStateLayerOpacity:e.extend("--ft-button-tertiary-success-active-state-layer-opacity","",t.opacity16),tertiarySuccessDisabledComponentOpacity:e.extend("--ft-button-tertiary-success-disabled-component-opacity","",t.opacity40),tertiaryWarningBackgroundColor:e.create("--ft-button-tertiary-warning-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryWarningColor:e.extend("--ft-button-tertiary-warning-color","",a.contentWarningPrimary),tertiaryWarningIconColor:e.extend("--ft-button-tertiary-warning-icon-color","",a.contentWarningPrimary),tertiaryWarningStateLayerColor:e.extend("--ft-button-tertiary-warning-state-layer-color","",a.contentWarningPrimary),tertiaryWarningHoverStateLayerOpacity:e.extend("--ft-button-tertiary-warning-hover-state-layer-opacity","",t.opacity8),tertiaryWarningFocusStateLayerOpacity:e.extend("--ft-button-tertiary-warning-focus-state-layer-opacity","",t.opacity8),tertiaryWarningActiveStateLayerOpacity:e.extend("--ft-button-tertiary-warning-active-state-layer-opacity","",t.opacity16),tertiaryWarningDisabledComponentOpacity:e.extend("--ft-button-tertiary-warning-disabled-component-opacity","",t.opacity40),tertiaryErrorBackgroundColor:e.create("--ft-button-tertiary-error-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryErrorColor:e.extend("--ft-button-tertiary-error-color","",a.contentErrorPrimary),tertiaryErrorIconColor:e.extend("--ft-button-tertiary-error-icon-color","",a.contentErrorPrimary),tertiaryErrorStateLayerColor:e.extend("--ft-button-tertiary-error-state-layer-color","",a.contentErrorPrimary),tertiaryErrorHoverStateLayerOpacity:e.extend("--ft-button-tertiary-error-hover-state-layer-opacity","",t.opacity8),tertiaryErrorFocusStateLayerOpacity:e.extend("--ft-button-tertiary-error-focus-state-layer-opacity","",t.opacity8),tertiaryErrorActiveStateLayerOpacity:e.extend("--ft-button-tertiary-error-active-state-layer-opacity","",t.opacity16),tertiaryErrorDisabledComponentOpacity:e.extend("--ft-button-tertiary-error-disabled-component-opacity","",t.opacity40),tertiaryNeutralBackgroundColor:e.create("--ft-button-tertiary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryNeutralIconColor:e.extend("--ft-button-tertiary-neutral-icon-color","",a.contentGlobalSecondary),tertiaryNeutralColor:e.extend("--ft-button-tertiary-neutral-color","",a.contentGlobalSecondary),tertiaryNeutralStateLayerColor:e.extend("--ft-button-tertiary-neutral-state-layer-color","",a.contentGlobalSecondary),tertiaryNeutralHoverStateLayerOpacity:e.extend("--ft-button-tertiary-neutral-hover-state-layer-opacity","",t.opacity8),tertiaryNeutralFocusStateLayerOpacity:e.extend("--ft-button-tertiary-neutral-focus-state-layer-opacity","",t.opacity8),tertiaryNeutralActiveStateLayerOpacity:e.extend("--ft-button-tertiary-neutral-active-state-layer-opacity","",t.opacity16),tertiaryNeutralDisabledComponentOpacity:e.extend("--ft-button-tertiary-neutral-disabled-component-opacity","",t.opacity40),secondaryBrandBackgroundColor:e.create("--ft-button-secondary-brand-background-color","","COLOR","rgba(0,0,0,0)"),secondaryBrandColor:e.extend("--ft-button-secondary-brand-color","",a.contentActionPrimary),secondaryBrandIconColor:e.extend("--ft-button-secondary-brand-icon-color","",a.contentActionPrimary),secondaryBrandStateLayerColor:e.extend("--ft-button-secondary-brand-state-layer-color","",a.contentActionPrimary),secondaryBrandHoverStateLayerOpacity:e.extend("--ft-button-secondary-brand-hover-state-layer-opacity","",t.opacity8),secondaryBrandFocusStateLayerOpacity:e.extend("--ft-button-secondary-brand-focus-state-layer-opacity","",t.opacity8),secondaryBrandActiveStateLayerOpacity:e.extend("--ft-button-secondary-brand-active-state-layer-opacity","",t.opacity16),secondaryBrandDisabledComponentOpacity:e.extend("--ft-button-secondary-brand-disabled-component-opacity","",t.opacity40),secondaryBrandBorderColor:e.extend("--ft-button-secondary-brand-border-color","",a.borderActionPrimary),secondaryNeutralHoverStateLayerOpacity:e.extend("--ft-button-secondary-neutral-hover-state-layer-opacity","",t.opacity8),secondaryNeutralFocusStateLayerOpacity:e.extend("--ft-button-secondary-neutral-focus-state-layer-opacity","",t.opacity8),secondaryNeutralActiveStateLayerOpacity:e.extend("--ft-button-secondary-neutral-active-state-layer-opacity","",t.opacity16),secondaryNeutralDisabledComponentOpacity:e.extend("--ft-button-secondary-neutral-disabled-component-opacity","",t.opacity40),secondaryNeutralBackgroundColor:e.create("--ft-button-secondary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),secondaryNeutralColor:e.extend("--ft-button-secondary-neutral-color","",a.contentGlobalSecondary),secondaryNeutralIconColor:e.extend("--ft-button-secondary-neutral-icon-color","",a.contentGlobalSecondary),secondaryNeutralStateLayerColor:e.extend("--ft-button-secondary-neutral-state-layer-color","",a.contentGlobalSecondary),secondaryNeutralBorderColor:e.extend("--ft-button-secondary-neutral-border-color","",a.borderNeutralPrimary),secondaryInfoHoverStateLayerOpacity:e.extend("--ft-button-secondary-info-hover-state-layer-opacity","",t.opacity8),secondaryInfoFocusStateLayerOpacity:e.extend("--ft-button-secondary-info-focus-state-layer-opacity","",t.opacity8),secondaryInfoActiveStateLayerOpacity:e.extend("--ft-button-secondary-info-active-state-layer-opacity","",t.opacity16),secondaryInfoDisabledComponentOpacity:e.extend("--ft-button-secondary-info-disabled-component-opacity","",t.opacity40),secondaryInfoBackgroundColor:e.create("--ft-button-secondary-info-background-color","","COLOR","rgba(0,0,0,0)"),secondaryInfoBorderColor:e.extend("--ft-button-secondary-info-border-color","",a.borderInfoPrimary),secondaryInfoColor:e.extend("--ft-button-secondary-info-color","",a.contentInfoPrimary),secondaryInfoIconColor:e.extend("--ft-button-secondary-info-icon-color","",a.contentInfoPrimary),secondaryInfoStateLayerColor:e.extend("--ft-button-secondary-info-state-layer-color","",a.contentInfoPrimary),secondarySuccessHoverStateLayerOpacity:e.extend("--ft-button-secondary-success-hover-state-layer-opacity","",t.opacity8),secondarySuccessFocusStateLayerOpacity:e.extend("--ft-button-secondary-success-focus-state-layer-opacity","",t.opacity8),secondarySuccessActiveStateLayerOpacity:e.extend("--ft-button-secondary-success-active-state-layer-opacity","",t.opacity16),secondarySuccessDisabledComponentOpacity:e.extend("--ft-button-secondary-success-disabled-component-opacity","",t.opacity40),secondarySuccessBackgroundColor:e.create("--ft-button-secondary-success-background-color","","COLOR","rgba(0,0,0,0)"),secondarySuccessBorderColor:e.extend("--ft-button-secondary-success-border-color","",a.borderSuccessPrimary),secondarySuccessColor:e.extend("--ft-button-secondary-success-color","",a.contentSuccessPrimary),secondarySuccessIconColor:e.extend("--ft-button-secondary-success-icon-color","",a.contentSuccessPrimary),secondarySuccessStateLayerColor:e.extend("--ft-button-secondary-success-state-layer-color","",a.contentSuccessPrimary),secondaryWarningHoverStateLayerOpacity:e.extend("--ft-button-secondary-warning-hover-state-layer-opacity","",t.opacity8),secondaryWarningFocusStateLayerOpacity:e.extend("--ft-button-secondary-warning-focus-state-layer-opacity","",t.opacity8),secondaryWarningActiveStateLayerOpacity:e.extend("--ft-button-secondary-warning-active-state-layer-opacity","",t.opacity16),secondaryWarningDisabledComponentOpacity:e.extend("--ft-button-secondary-warning-disabled-component-opacity","",t.opacity40),secondaryWarningBackgroundColor:e.create("--ft-button-secondary-warning-background-color","","COLOR","rgba(0,0,0,0)"),secondaryWarningBorderColor:e.extend("--ft-button-secondary-warning-border-color","",a.borderWarningPrimary),secondaryWarningColor:e.extend("--ft-button-secondary-warning-color","",a.contentWarningPrimary),secondaryWarningIconColor:e.extend("--ft-button-secondary-warning-icon-color","",a.contentWarningPrimary),secondaryWarningStateLayerColor:e.extend("--ft-button-secondary-warning-state-layer-color","",a.contentWarningPrimary),secondaryErrorHoverStateLayerOpacity:e.extend("--ft-button-secondary-error-hover-state-layer-opacity","",t.opacity8),secondaryErrorFocusStateLayerOpacity:e.extend("--ft-button-secondary-error-focus-state-layer-opacity","",t.opacity8),secondaryErrorActiveStateLayerOpacity:e.extend("--ft-button-secondary-error-active-state-layer-opacity","",t.opacity16),secondaryErrorDisabledComponentOpacity:e.extend("--ft-button-secondary-error-disabled-component-opacity","",t.opacity40),secondaryErrorBackgroundColor:e.create("--ft-button-secondary-error-background-color","","COLOR","rgba(0,0,0,0)"),secondaryErrorBorderColor:e.extend("--ft-button-secondary-error-border-color","",a.contentErrorPrimary),secondaryErrorColor:e.extend("--ft-button-secondary-error-color","",a.contentErrorPrimary),secondaryErrorIconColor:e.extend("--ft-button-secondary-error-icon-color","",a.contentErrorPrimary),secondaryErrorStateLayerColor:e.extend("--ft-button-secondary-error-state-layer-color","",a.contentErrorPrimary)};var Sr={iconSize:e.extend("--ft-checkbox-icon-size","",t.iconSize2),boxSize:e.create("--ft-checkbox-box-size","","SIZE","18px"),colorLegendSize:e.create("--ft-checkbox-color-legend-size","","SIZE","16px"),borderRadius:e.create("--ft-checkbox-border-radius","","SIZE","1px"),color:e.extend("--ft-checkbox-color","",a.contentGlobalPrimary),checkedBackgroundColor:e.extend("--ft-checkbox-checked-background-color","",a.contentActionPrimary),checkedStateLayerColor:e.extend("--ft-checkbox-checked-state-layer-color","",a.contentActionPrimary),checkedIconColor:e.extend("--ft-checkbox-checked-icon-color","",a.contentGlobalOnColor),checkedHoverStateLayerOpacity:e.extend("--ft-checkbox-checked-hover-state-layer-opacity","",t.opacity16),checkedFocusStateLayerOpacity:e.extend("--ft-checkbox-checked-focus-state-layer-opacity","",t.opacity16),checkedActiveStateLayerOpacity:e.extend("--ft-checkbox-checked-active-state-layer-opacity","",t.opacity24),checkedDisabledComponentOpacity:e.extend("--ft-checkbox-checked-disabled-component-opacity","",t.opacity40),uncheckedBorderColor:e.extend("--ft-checkbox-unchecked-border-color","",t.colorGray80),uncheckedStateLayerColor:e.extend("--ft-checkbox-unchecked-state-layer-color","",t.colorGray80),uncheckedHoverStateLayerOpacity:e.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",t.opacity16),uncheckedFocusStateLayerOpacity:e.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",t.opacity16),uncheckedActiveStateLayerOpacity:e.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",t.opacity24),uncheckedDisabledComponentOpacity:e.extend("--ft-checkbox-unchecked-disabled-component-opacity","",t.opacity40),focusFocusRingColor:e.extend("--ft-checkbox-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineOffset:e.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:e.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),borderWidth:e.create("--ft-checkbox-border-width","","SIZE","2px"),horizontalGap:e.extend("--ft-checkbox-horizontal-gap","",t.spacing3),leftPadding:e.extend("--ft-checkbox-left-padding","",t.spacing2)};var Er={headerRowBorderWidth:e.create("--ft-table-header-row-border-width","","SIZE","1px"),headerRowBackgroundColor:e.extend("--ft-table-header-row-background-color","",a.backgroundGlobalOnSurfaceDark),headerRowBorderColor:e.extend("--ft-table-header-row-border-color","",a.borderGlobalPrimary),headerRowColor:e.extend("--ft-table-header-row-color","",a.contentGlobalPrimary),dataRowBorderWidth:e.create("--ft-table-data-row-border-width","","SIZE","1px"),dataRowBackgroundColor:e.extend("--ft-table-data-row-background-color","",a.backgroundGlobalOnSurface),dataRowBorderColor:e.extend("--ft-table-data-row-border-color","",a.borderGlobalSubtle),dataRowColor:e.extend("--ft-table-data-row-color","",a.contentGlobalSecondary),dataRowDefaultHoverBackgroundColor:e.extend("--ft-table-data-row-default-hover-background-color","",t.colorGray20),dataRowSelectableUnselectedHoverBackgroundColor:e.extend("--ft-table-data-row-selectable-unselected-hover-background-color","",t.colorGray20),dataRowSelectableSelectedDefaultBackgroundColor:e.extend("--ft-table-data-row-selectable-selected-default-background-color","",t.colorBrand10),dataRowSelectableSelectedDefaultBorderColor:e.extend("--ft-table-data-row-selectable-selected-default-border-color","",t.colorBrand20),dataRowSelectableSelectedHoverBackgroundColor:e.extend("--ft-table-data-row-selectable-selected-hover-background-color","",t.colorBrand20),dataRowSelectableSelectedHoverBorderColor:e.extend("--ft-table-data-row-selectable-selected-hover-border-color","",t.colorBrand30),dataRowSelectableSelectedColor:e.extend("--ft-table-data-row-selectable-selected-color","",a.contentActionPrimary),dataRowClickableHoverBackgroundColor:e.extend("--ft-table-data-row-clickable-hover-background-color","",t.colorGray30),dataRowClickableFocusBorderColor:e.extend("--ft-table-data-row-clickable-focus-border-color","",a.borderActionFocusRing),dataRowClickableFocusBackgroundColor:e.extend("--ft-table-data-row-clickable-focus-background-color","",t.colorGray30),dataRowClickableActiveBackgroundColor:e.extend("--ft-table-data-row-clickable-active-background-color","",t.colorGray40),headerCellHorizontalGap:e.extend("--ft-table-header-cell-horizontal-gap","",t.spacing1),headerCellVerticalPadding:e.extend("--ft-table-header-cell-vertical-padding","",t.spacing2),headerCellHorizontalPadding:e.extend("--ft-table-header-cell-horizontal-padding","",t.spacing3),dataCellVerticalPadding:e.extend("--ft-table-data-cell-vertical-padding","",t.spacing2),dataCellHorizontalPadding:e.extend("--ft-table-data-cell-horizontal-padding","",t.spacing3),dataCellVerticalGap:e.extend("--ft-table-data-cell-vertical-gap","",t.spacing1)};var Wr={neutralOffHoverStateLayerOpacity:e.extend("--ft-chip-choice-neutral-off-hover-state-layer-opacity","",t.opacity8),neutralOffFocusStateLayerOpacity:e.extend("--ft-chip-choice-neutral-off-focus-state-layer-opacity","",t.opacity8),neutralOffFocusFocusRingColor:e.extend("--ft-chip-choice-neutral-off-focus-focus-ring-color","",a.borderActionFocusRing),neutralOffActiveStateLayerOpacity:e.extend("--ft-chip-choice-neutral-off-active-state-layer-opacity","",t.opacity16),neutralOffBackgroundColor:e.extend("--ft-chip-choice-neutral-off-background-color","",a.backgroundGlobalOnSurface),neutralOffBorderColor:e.extend("--ft-chip-choice-neutral-off-border-color","",a.borderGlobalPrimary),neutralOffColor:e.extend("--ft-chip-choice-neutral-off-color","",a.contentGlobalSecondary),neutralOffStateLayerColor:e.extend("--ft-chip-choice-neutral-off-state-layer-color","",a.contentGlobalSecondary),neutralOnDefaultStateLayerOpacity:e.extend("--ft-chip-choice-neutral-on-default-state-layer-opacity","",t.opacity16),neutralOnHoverStateLayerOpacity:e.extend("--ft-chip-choice-neutral-on-hover-state-layer-opacity","",t.opacity24),neutralOnFocusStateLayerOpacity:e.extend("--ft-chip-choice-neutral-on-focus-state-layer-opacity","",t.opacity24),neutralOnFocusFocusRingColor:e.extend("--ft-chip-choice-neutral-on-focus-focus-ring-color","",a.borderActionFocusRing),neutralOnActiveStateLayerOpacity:e.extend("--ft-chip-choice-neutral-on-active-state-layer-opacity","",t.opacity32),neutralOnBackgroundColor:e.extend("--ft-chip-choice-neutral-on-background-color","",a.backgroundGlobalOnSurface),neutralOnBorderColor:e.extend("--ft-chip-choice-neutral-on-border-color","",a.borderGlobalPrimary),neutralOnColor:e.extend("--ft-chip-choice-neutral-on-color","",a.contentGlobalPrimary),neutralOnIconColor:e.extend("--ft-chip-choice-neutral-on-icon-color","",a.contentGlobalPrimary),neutralOnStateLayerColor:e.extend("--ft-chip-choice-neutral-on-state-layer-color","",a.contentGlobalPrimary),largeMinHeight:e.create("--ft-chip-choice-large-min-height","","SIZE","36px"),largeHorizontalPadding:e.extend("--ft-chip-choice-large-horizontal-padding","",t.spacing3),largeGap:e.extend("--ft-chip-choice-large-gap","",t.spacing1),largeBorderRadius:e.create("--ft-chip-choice-large-border-radius","","SIZE","18px"),largeBorderWidth:e.create("--ft-chip-choice-large-border-width","","SIZE","1px"),largeIconSize:e.extend("--ft-chip-choice-large-icon-size","",t.iconSize3),mediumMinHeight:e.create("--ft-chip-choice-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:e.extend("--ft-chip-choice-medium-horizontal-padding","",t.spacing2),mediumGap:e.extend("--ft-chip-choice-medium-gap","",t.spacing1),mediumBorderRadius:e.create("--ft-chip-choice-medium-border-radius","","SIZE","12px"),mediumBorderWidth:e.create("--ft-chip-choice-medium-border-width","","SIZE","1px"),mediumIconSize:e.extend("--ft-chip-choice-medium-icon-size","",t.iconSize2)};var zr={largeMinHeight:e.create("--ft-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:e.extend("--ft-chip-large-horizontal-padding","",t.spacing3),largeButtonRightPadding:e.extend("--ft-chip-large-button-right-padding","",t.spacing1),largeGap:e.extend("--ft-chip-large-gap","",t.spacing1),largeFocusOutlineOffset:e.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:e.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:e.create("--ft-chip-large-border-radius","","SIZE","18px"),largeBorderWidth:e.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:e.extend("--ft-chip-large-icon-size","",t.iconSize3),mediumMinHeight:e.create("--ft-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:e.extend("--ft-chip-medium-horizontal-padding","",t.spacing2),mediumButtonRightPadding:e.extend("--ft-chip-medium-button-right-padding","",t.spacing05),mediumGap:e.extend("--ft-chip-medium-gap","",t.spacing1),mediumFocusOutlineOffset:e.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:e.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:e.create("--ft-chip-medium-border-radius","","SIZE","12px"),mediumBorderWidth:e.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:e.extend("--ft-chip-medium-icon-size","",t.iconSize2),smallMinHeight:e.create("--ft-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:e.extend("--ft-chip-small-horizontal-padding","",t.spacing1),smallButtonRightPadding:e.extend("--ft-chip-small-button-right-padding","",t.spacing05),smallGap:e.extend("--ft-chip-small-gap","",t.spacing1),smallFocusOutlineOffset:e.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:e.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:e.create("--ft-chip-small-border-radius","","SIZE","10px"),smallBorderWidth:e.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:e.extend("--ft-chip-small-icon-size","",t.iconSize1),neutralBackgroundColor:e.extend("--ft-chip-neutral-background-color","",a.backgroundGlobalOnSurface),neutralColor:e.extend("--ft-chip-neutral-color","",a.contentGlobalSecondary),neutralIconColor:e.extend("--ft-chip-neutral-icon-color","",a.contentGlobalSecondary),neutralBorderColor:e.extend("--ft-chip-neutral-border-color","",a.borderGlobalSubtle),infoBackgroundColor:e.extend("--ft-chip-info-background-color","",a.backgroundInfoSubtle),infoColor:e.extend("--ft-chip-info-color","",a.contentInfoPrimary),infoIconColor:e.extend("--ft-chip-info-icon-color","",a.contentInfoIconOnly),infoBorderColor:e.extend("--ft-chip-info-border-color","",a.borderInfoSubtle),successBackgroundColor:e.extend("--ft-chip-success-background-color","",a.backgroundSuccessSubtle),successColor:e.extend("--ft-chip-success-color","",a.contentSuccessPrimary),successIconColor:e.extend("--ft-chip-success-icon-color","",a.contentSuccessIconOnly),successBorderColor:e.extend("--ft-chip-success-border-color","",a.borderSuccessSubtle),warningBackgroundColor:e.extend("--ft-chip-warning-background-color","",a.backgroundWarningSubtle),warningColor:e.extend("--ft-chip-warning-color","",a.contentWarningPrimary),warningIconColor:e.extend("--ft-chip-warning-icon-color","",a.contentWarningIconOnly),warningBorderColor:e.extend("--ft-chip-warning-border-color","",a.borderWarningSubtle),errorBackgroundColor:e.extend("--ft-chip-error-background-color","",a.backgroundErrorSubtle),errorColor:e.extend("--ft-chip-error-color","",a.contentErrorPrimary),errorIconColor:e.extend("--ft-chip-error-icon-color","",a.contentErrorIconOnly),errorBorderColor:e.extend("--ft-chip-error-border-color","",a.borderErrorSubtle)};var Tr={brandHoverOpacity:e.extend("--ft-link-brand-hover-opacity","",t.opacity80),brandHoverColor:e.extend("--ft-link-brand-hover-color","",a.contentActionPrimary),brandFocusFocusRingColor:e.extend("--ft-link-brand-focus-focus-ring-color","",a.borderActionFocusRing),brandFocusColor:e.extend("--ft-link-brand-focus-color","",a.contentActionPrimary),brandDefaultColor:e.extend("--ft-link-brand-default-color","",a.contentActionPrimary),brandActiveColor:e.extend("--ft-link-brand-active-color","",a.contentActionPrimary),infoHoverOpacity:e.extend("--ft-link-info-hover-opacity","",t.opacity80),infoHoverColor:e.extend("--ft-link-info-hover-color","",a.contentInfoPrimary),infoFocusFocusRingColor:e.extend("--ft-link-info-focus-focus-ring-color","",a.borderActionFocusRing),infoFocusColor:e.extend("--ft-link-info-focus-color","",a.contentInfoPrimary),infoDefaultColor:e.extend("--ft-link-info-default-color","",a.contentInfoPrimary),infoActiveColor:e.extend("--ft-link-info-active-color","",a.contentInfoPrimary),neutralFocusFocusRingColor:e.extend("--ft-link-neutral-focus-focus-ring-color","",a.borderActionFocusRing),neutralFocusColor:e.extend("--ft-link-neutral-focus-color","",a.contentActionPrimary),neutralDefaultColor:e.extend("--ft-link-neutral-default-color","",a.contentGlobalPrimary),neutralHoverColor:e.extend("--ft-link-neutral-hover-color","",a.contentActionPrimary),neutralActiveColor:e.extend("--ft-link-neutral-active-color","",a.contentActionPrimary),neutralVisitedColor:e.extend("--ft-link-neutral-visited-color","",t.colorBrand100)};var Mr={iconSize:e.extend("--ft-banner-icon-size","",t.iconSize5),borderWidth:e.create("--ft-banner-border-width","","SIZE","1px"),leftPadding:e.extend("--ft-banner-left-padding","",t.spacing6),rightPadding:e.extend("--ft-banner-right-padding","",t.spacing6),verticalPadding:e.extend("--ft-banner-vertical-padding","",t.spacing6),horizontalSideGap:e.extend("--ft-banner-horizontal-side-gap","",t.spacing6),horizontalMobileGap:e.extend("--ft-banner-horizontal-mobile-gap","",t.spacing4),verticalMobileGap:e.extend("--ft-banner-vertical-mobile-gap","",t.spacing6),horizontalMiddleGap:e.extend("--ft-banner-horizontal-middle-gap","",t.spacing20),infoBackgroundColor:e.extend("--ft-banner-info-background-color","",a.backgroundInfoSubtle),infoColor:e.extend("--ft-banner-info-color","",a.contentInfoPrimary),infoIconColor:e.extend("--ft-banner-info-icon-color","",a.contentInfoIconOnly),infoBorderColor:e.extend("--ft-banner-info-border-color","",a.borderInfoSubtle)};var Xr={horizontalPadding:e.extend("--ft-badge-horizontal-padding","",t.spacing1),verticalPadding:e.extend("--ft-badge-vertical-padding","",t.spacing1),borderRadius:e.extend("--ft-badge-border-radius","",t.borderRadiusPill),color:e.extend("--ft-badge-color","",a.contentGlobalOnColor),backgroundColor:e.extend("--ft-badge-background-color","",a.contentActionPrimary)};var ta={horizontalGap:e.extend("--ft-title-breadcrumb-horizontal-gap","",t.spacing1),currentColor:e.extend("--ft-title-breadcrumb-current-color","",a.contentGlobalPrimary),previousNonClickableColor:e.extend("--ft-title-breadcrumb-previous-non-clickable-color","",a.contentGlobalSecondary),iconColor:e.extend("--ft-title-breadcrumb-icon-color","",a.contentGlobalSubtle)};var ia={parentHorizontalPadding:e.extend("--ft-page-header-parent-horizontal-padding","",t.spacing6),parentTopPadding:e.extend("--ft-page-header-parent-top-padding","",t.spacing4),parentBottomPadding:e.extend("--ft-page-header-parent-bottom-padding","",t.spacing6),parentHelpLeftMargin:e.extend("--ft-page-header-parent-help-left-margin","",t.spacing1),parentTitleColor:e.extend("--ft-page-header-parent-title-color","",a.contentGlobalPrimary),parentSubtitleColor:e.extend("--ft-page-header-parent-subtitle-color","",a.contentGlobalSecondary),parentChipLeftMargin:e.extend("--ft-page-header-parent-chip-left-margin","",t.spacing4),parentVerticalGap:e.extend("--ft-page-header-parent-vertical-gap","",t.spacing2),parentButtonsGroupHorizontalGap:e.extend("--ft-page-header-parent-buttons-group-horizontal-gap","",t.spacing4),parentButtonsGroupVerticalGap:e.extend("--ft-page-header-parent-buttons-group-vertical-gap","",t.spacing4),parentChipsGroupHorizontalGap:e.extend("--ft-page-header-parent-chips-group-horizontal-gap","",t.spacing2),parentChipsGroupVerticalGap:e.extend("--ft-page-header-parent-chips-group-vertical-gap","",t.spacing2),childHorizontalPadding:e.extend("--ft-page-header-child-horizontal-padding","",t.spacing6),childTopPadding:e.extend("--ft-page-header-child-top-padding","",t.spacing2),childBottomPadding:e.extend("--ft-page-header-child-bottom-padding","",t.spacing2),childHelpLeftMargin:e.extend("--ft-page-header-child-help-left-margin","",t.spacing1),childChipLeftMargin:e.extend("--ft-page-header-child-chip-left-margin","",t.spacing4),childVerticalGap:e.extend("--ft-page-header-child-vertical-gap","",t.spacing2),childMinHeight:e.create("--ft-page-header-child-min-height","","SIZE","40px"),childButtonsGroupHorizontalGap:e.extend("--ft-page-header-child-buttons-group-horizontal-gap","",t.spacing4),childButtonsGroupVerticalGap:e.extend("--ft-page-header-child-buttons-group-vertical-gap","",t.spacing4),childChipsGroupHorizontalGap:e.extend("--ft-page-header-child-chips-group-horizontal-gap","",t.spacing2),childChipsGroupVerticalGap:e.extend("--ft-page-header-child-chips-group-vertical-gap","",t.spacing2),backgroundColor:e.extend("--ft-page-header-background-color","",t.colorWhite),bottomBorderColor:e.extend("--ft-page-header-bottom-border-color","",a.borderGlobalSubtle),bottomBorderWidth:e.create("--ft-page-header-bottom-border-width","","SIZE","1px")};var sa={horizontalPadding:e.extend("--ft-page-footer-horizontal-padding","",t.spacing6),verticalPadding:e.extend("--ft-page-footer-vertical-padding","",t.spacing2),verticalGap:e.extend("--ft-page-footer-vertical-gap","",t.spacing2),minHeight:e.create("--ft-page-footer-min-height","","SIZE","40px"),backgroundColor:e.extend("--ft-page-footer-background-color","",t.colorWhite),topBorderColor:e.extend("--ft-page-footer-top-border-color","",a.borderGlobalSubtle),topBorderWidth:e.create("--ft-page-footer-top-border-width","","SIZE","1px"),buttonsGroupGap:e.extend("--ft-page-footer-buttons-group-gap","",t.spacing4)};var ba={contentHorizontalPadding:e.extend("--ft-page-layout-content-horizontal-padding","",t.spacing6),contentVerticalPadding:e.extend("--ft-page-layout-content-vertical-padding","",t.spacing6)};var Sa={smallContainerTargetWidth:e.create("--ft-modal-small-container-target-width","","SIZE","560px"),smallContainerMargin:e.extend("--ft-modal-small-container-margin","",t.spacing6),mediumContainerTargetWidth:e.create("--ft-modal-medium-container-target-width","","SIZE","800px"),mediumContainerMargin:e.extend("--ft-modal-medium-container-margin","",t.spacing6),largeContainerTargetWidth:e.create("--ft-modal-large-container-target-width","","SIZE","1040px"),largeContainerMargin:e.extend("--ft-modal-large-container-margin","",t.spacing6),overlayBackgroundColor:e.extend("--ft-modal-overlay-background-color","",t.colorGray700),overlayOpacity:e.extend("--ft-modal-overlay-opacity","",t.opacity40),shadow:e.extend("--ft-modal-shadow","",t.shadowElevation03),bodyBackgroundColor:e.extend("--ft-modal-body-background-color","",t.colorWhite),bodyColor:e.extend("--ft-modal-body-color","",a.contentGlobalPrimary),bodyHorizontalPadding:e.extend("--ft-modal-body-horizontal-padding","",t.spacing6),bodyVerticalPadding:e.extend("--ft-modal-body-vertical-padding","",t.spacing6),bodyVerticalGap:e.extend("--ft-modal-body-vertical-gap","",t.spacing6),headerBackgroundColor:e.extend("--ft-modal-header-background-color","",a.backgroundGlobalOnSurface),headerBorderColor:e.extend("--ft-modal-header-border-color","",a.borderGlobalSubtle),headerColor:e.extend("--ft-modal-header-color","",a.contentGlobalPrimary),headerLeadingIconColor:e.extend("--ft-modal-header-leading-icon-color","",a.contentGlobalPrimary),headerVerticalPadding:e.extend("--ft-modal-header-vertical-padding","",t.spacing1),headerRightPadding:e.extend("--ft-modal-header-right-padding","",t.spacing1),headerLeftPadding:e.extend("--ft-modal-header-left-padding","",t.spacing6),headerGap:e.extend("--ft-modal-header-gap","",t.spacing2),headerBorderBottomWidth:e.create("--ft-modal-header-border-bottom-width","","SIZE","1px"),borderRadius:e.extend("--ft-modal-border-radius","",t.borderRadiusM)};var Ea={overlayOpacity:e.extend("--ft-drawer-overlay-opacity","",t.opacity40),shadow:e.extend("--ft-drawer-shadow","",t.shadowElevation03),bodyColor:e.extend("--ft-drawer-body-color","",a.contentGlobalPrimary),bodyHorizontalPadding:e.extend("--ft-drawer-body-horizontal-padding","",t.spacing6),bodyVerticalPadding:e.extend("--ft-drawer-body-vertical-padding","",t.spacing6),bodyGap:e.extend("--ft-drawer-body-gap","",t.spacing6),bodyBackgroundColor:e.extend("--ft-drawer-body-background-color","",t.colorWhite),headerBackgroundColor:e.extend("--ft-drawer-header-background-color","",a.backgroundGlobalOnSurface),headerBorderColor:e.extend("--ft-drawer-header-border-color","",a.borderGlobalSubtle),headerColor:e.extend("--ft-drawer-header-color","",a.contentGlobalPrimary),headerTrailingIconColor:e.extend("--ft-drawer-header-trailing-icon-color","",a.contentGlobalSecondary),headerHeight:e.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:e.extend("--ft-drawer-header-horizontal-padding","",t.spacing2),headerBorderWidth:e.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:e.extend("--ft-drawer-header-gap","",t.spacing3),buttonsBarBackgroundColor:e.extend("--ft-drawer-buttons-bar-background-color","",a.backgroundGlobalOnSurface),buttonsBarBorderColor:e.extend("--ft-drawer-buttons-bar-border-color","",a.borderGlobalSubtle),buttonsBarColor:e.extend("--ft-drawer-buttons-bar-color","",a.contentGlobalPrimary),buttonsBarHorizontalPadding:e.extend("--ft-drawer-buttons-bar-horizontal-padding","",t.spacing6),buttonsBarVerticalPadding:e.extend("--ft-drawer-buttons-bar-vertical-padding","",t.spacing4),buttonsBarGap:e.extend("--ft-drawer-buttons-bar-gap","",t.spacing3),buttonsBarBorderWidth:e.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:e.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:e.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:e.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:e.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:e.extend("--ft-drawer-overlay-background-color","",t.colorGray700)};var Wa={offBorderBottomWidth:e.create("--ft-tabs-off-border-bottom-width","","SIZE","1px"),offHoverStateLayerOpacity:e.extend("--ft-tabs-off-hover-state-layer-opacity","",t.opacity8),offDefaultStateLayerOpacity:e.extend("--ft-tabs-off-default-state-layer-opacity","",t.opacity0),offFocusStateLayerOpacity:e.extend("--ft-tabs-off-focus-state-layer-opacity","",t.opacity8),offDisabledComponentOpacity:e.extend("--ft-tabs-off-disabled-component-opacity","",t.opacity40),offColor:e.extend("--ft-tabs-off-color","",a.contentGlobalSubtle),offStateLayerColor:e.extend("--ft-tabs-off-state-layer-color","",a.contentGlobalSubtle),offBorderBottomColor:e.extend("--ft-tabs-off-border-bottom-color","",a.borderGlobalSubtle),activeTabIndicatorHeight:e.create("--ft-tabs-active-tab-indicator-height","","SIZE","3px"),topLeftBorderRadius:e.extend("--ft-tabs-top-left-border-radius","",t.borderRadiusS),topRightBorderRadius:e.extend("--ft-tabs-top-right-border-radius","",t.borderRadiusS),withLabelHorizontalPadding:e.extend("--ft-tabs-with-label-horizontal-padding","",t.spacing4),withLabelVerticalPadding:e.extend("--ft-tabs-with-label-vertical-padding","",t.spacing3),horizontalGap:e.extend("--ft-tabs-horizontal-gap","",t.spacing1),verticalGap:e.extend("--ft-tabs-vertical-gap","",t.spacing1),onHoverStateLayerOpacity:e.extend("--ft-tabs-on-hover-state-layer-opacity","",t.opacity16),onDefaultStateLayerOpacity:e.extend("--ft-tabs-on-default-state-layer-opacity","",t.opacity8),onFocusStateLayerOpacity:e.extend("--ft-tabs-on-focus-state-layer-opacity","",t.opacity16),onActiveStateLayerOpacity:e.extend("--ft-tabs-on-active-state-layer-opacity","",t.opacity24),onColor:e.extend("--ft-tabs-on-color","",a.contentActionPrimary),onStateLayerColor:e.extend("--ft-tabs-on-state-layer-color","",a.contentActionPrimary),onActiveTabIndicatorColor:e.extend("--ft-tabs-on-active-tab-indicator-color","",a.contentActionPrimary),iconOnlyHorizontalPadding:e.extend("--ft-tabs-icon-only-horizontal-padding","",t.spacing4),iconOnlyVerticalPadding:e.extend("--ft-tabs-icon-only-vertical-padding","",t.spacing4),alertTopPadding:e.extend("--ft-tabs-alert-top-padding","",t.spacing1),alertRightPadding:e.extend("--ft-tabs-alert-right-padding","",t.spacing05),focusOutlineWidth:e.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:e.extend("--ft-tabs-focus-focus-ring-color","",a.borderActionFocusRing)};var za={fieldHorizontalPadding:e.extend("--ft-text-input-field-horizontal-padding","",t.spacing4),fieldHorizontalGap:e.extend("--ft-text-input-field-horizontal-gap","",t.spacing3),fieldVerticalGap:e.extend("--ft-text-input-field-vertical-gap","",t.spacing05),fieldIconSize:e.extend("--ft-text-input-field-icon-size","",t.iconSize3),fieldHeight:e.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:e.extend("--ft-text-input-helper-horizontal-padding","",t.spacing4),helperHorizontalGap:e.extend("--ft-text-input-helper-horizontal-gap","",t.spacing1),helperIconSize:e.extend("--ft-text-input-helper-icon-size","",t.iconSize2),borderRadius:e.extend("--ft-text-input-border-radius","",t.borderRadiusM),backgroundColor:e.extend("--ft-text-input-background-color","",t.colorWhite),contentValueColor:e.extend("--ft-text-input-content-value-color","",a.contentGlobalPrimary),trailingIconColor:e.extend("--ft-text-input-trailing-icon-color","",a.contentGlobalSubtle),labelColor:e.extend("--ft-text-input-label-color","",a.contentGlobalSubtle),defaultBorderColor:e.extend("--ft-text-input-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:e.extend("--ft-text-input-default-helper-text-color","",a.contentGlobalSubtle),defaultBorderWidth:e.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:e.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:e.extend("--ft-text-input-error-border-color","",a.borderErrorPrimary),errorHelperTextColor:e.extend("--ft-text-input-error-helper-text-color","",a.contentErrorPrimary),errorHelperIconColor:e.extend("--ft-text-input-error-helper-icon-color","",a.contentErrorIconOnly),warningBorderWidth:e.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:e.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:e.extend("--ft-text-input-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineOffset:e.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:e.extend("--ft-text-input-disabled-component-opacity","",t.opacity40)};var Ta={backgroundColor:e.extend("--ft-text-area-background-color","",t.colorWhite),contentValueColor:e.extend("--ft-text-area-content-value-color","",a.contentGlobalPrimary),labelColor:e.extend("--ft-text-area-label-color","",a.contentGlobalSubtle),defaultBorderColor:e.extend("--ft-text-area-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:e.extend("--ft-text-area-default-helper-text-color","",a.contentGlobalSubtle),defaultBorderWidth:e.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:e.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:e.extend("--ft-text-area-error-border-color","",a.borderErrorPrimary),errorHelperTextColor:e.extend("--ft-text-area-error-helper-text-color","",a.contentErrorPrimary),errorHelperIconColor:e.extend("--ft-text-area-error-helper-icon-color","",a.contentErrorIconOnly),focusFocusRingColor:e.extend("--ft-text-area-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineWidth:e.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:e.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:e.extend("--ft-text-area-disabled-component-opacity","",t.opacity40),fieldHorizontalLeftPadding:e.extend("--ft-text-area-field-horizontal-left-padding","",t.spacing4),fieldHorizontalGap:e.extend("--ft-text-area-field-horizontal-gap","",t.spacing3),fieldVerticalGap:e.extend("--ft-text-area-field-vertical-gap","",t.spacing05),fieldMinHeight:e.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:e.extend("--ft-text-area-helper-horizontal-padding","",t.spacing4),helperHorizontalGap:e.extend("--ft-text-area-helper-horizontal-gap","",t.spacing1),helperIconSize:e.extend("--ft-text-area-helper-icon-size","",t.iconSize2),borderRadius:e.extend("--ft-text-area-border-radius","",t.borderRadiusM)};var Ma={height:e.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:e.extend("--ft-floating-menu-horizontal-padding","",t.spacing4),offIconColor:e.extend("--ft-floating-menu-off-icon-color","",a.contentGlobalPrimary),offColor:e.extend("--ft-floating-menu-off-color","",a.contentGlobalPrimary),onColor:e.extend("--ft-floating-menu-on-color","",a.contentActionPrimary),onStateLayerColor:e.extend("--ft-floating-menu-on-state-layer-color","",a.contentActionPrimary),gap:e.extend("--ft-floating-menu-gap","",t.spacing3),focusFocusRingColor:e.extend("--ft-floating-menu-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineWidth:e.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:e.extend("--ft-floating-menu-focus-state-layer-opacity","",t.opacity8),hoverStateLayerOpacity:e.extend("--ft-floating-menu-hover-state-layer-opacity","",t.opacity8),activeStateLayerOpacity:e.extend("--ft-floating-menu-active-state-layer-opacity","",t.opacity16),disabledComponentOpacity:e.extend("--ft-floating-menu-disabled-component-opacity","",t.opacity40),iconSize:e.extend("--ft-floating-menu-icon-size","",t.iconSize3),backgroundColor:e.extend("--ft-floating-menu-background-color","",a.backgroundGlobalOnSurface),shadow:e.extend("--ft-floating-menu-shadow","",t.shadowElevation02)};var Xa={fieldHorizontalPadding:e.extend("--ft-combobox-single-select-field-horizontal-padding","",t.spacing4),fieldHorizontalGap:e.extend("--ft-combobox-single-select-field-horizontal-gap","",t.spacing3),fieldVerticalGap:e.extend("--ft-combobox-single-select-field-vertical-gap","",t.spacing05),fieldIconSize:e.extend("--ft-combobox-single-select-field-icon-size","",t.iconSize3),fieldHeight:e.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:e.extend("--ft-combobox-single-select-helper-horizontal-padding","",t.spacing4),helperHorizontalGap:e.extend("--ft-combobox-single-select-helper-horizontal-gap","",t.spacing1),helperVerticalGap:e.extend("--ft-combobox-single-select-helper-vertical-gap","",t.spacing1),helperIconSize:e.extend("--ft-combobox-single-select-helper-icon-size","",t.iconSize2),menuVerticalGap:e.extend("--ft-combobox-single-select-menu-vertical-gap","",t.spacing2),borderRadius:e.extend("--ft-combobox-single-select-border-radius","",t.borderRadiusM),backgroundColor:e.extend("--ft-combobox-single-select-background-color","",t.colorWhite),labelColor:e.extend("--ft-combobox-single-select-label-color","",a.contentGlobalSubtle),contentValueColor:e.extend("--ft-combobox-single-select-content-value-color","",a.contentGlobalPrimary),trailingIconColor:e.extend("--ft-combobox-single-select-trailing-icon-color","",a.contentGlobalSubtle),defaultBorderColor:e.extend("--ft-combobox-single-select-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:e.extend("--ft-combobox-single-select-default-helper-text-color","",a.contentGlobalSubtle),defaultBorderWidth:e.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:e.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:e.extend("--ft-combobox-single-select-error-border-color","",a.borderErrorPrimary),errorHelperTextColor:e.extend("--ft-combobox-single-select-error-helper-text-color","",a.contentErrorPrimary),warningBorderWidth:e.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:e.extend("--ft-combobox-single-select-warning-border-color","",a.borderWarningPrimary),warningHelperTextColor:e.extend("--ft-combobox-single-select-warning-helper-text-color","",a.contentWarningPrimary),warningHelperIconColor:e.extend("--ft-combobox-single-select-warning-helper-icon-color","",a.contentWarningIconOnly),focusOutlineWidth:e.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:e.extend("--ft-combobox-single-select-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineOffset:e.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:e.extend("--ft-combobox-single-select-disabled-component-opacity","",t.opacity40)};var tn={backgroundColor:e.extend("--ft-combobox-multi-select-background-color","",t.colorWhite),labelColor:e.extend("--ft-combobox-multi-select-label-color","",a.contentGlobalSubtle),trailingIconColor:e.extend("--ft-combobox-multi-select-trailing-icon-color","",a.contentGlobalSubtle),defaultBorderColor:e.extend("--ft-combobox-multi-select-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:e.extend("--ft-combobox-multi-select-default-helper-text-color","",a.contentGlobalSubtle),defaultBorderWidth:e.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:e.extend("--ft-combobox-multi-select-error-border-color","",a.borderErrorPrimary),errorHelperTextColor:e.extend("--ft-combobox-multi-select-error-helper-text-color","",a.contentErrorPrimary),errorHelperIcon:e.extend("--ft-combobox-multi-select-error-helper-icon","",a.contentErrorIconOnly),errorBorderWidth:e.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:e.extend("--ft-combobox-multi-select-warning-border-color","",a.borderWarningPrimary),warningHelperTextColor:e.extend("--ft-combobox-multi-select-warning-helper-text-color","",a.contentWarningPrimary),warningHelperIconColor:e.extend("--ft-combobox-multi-select-warning-helper-icon-color","",a.contentWarningIconOnly),warningBorderWidth:e.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:e.extend("--ft-combobox-multi-select-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineWidth:e.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:e.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:e.extend("--ft-combobox-multi-select-disabled-component-opacity","",t.opacity40),helperHorizontalPadding:e.extend("--ft-combobox-multi-select-helper-horizontal-padding","",t.spacing4),helperHorizontalGap:e.extend("--ft-combobox-multi-select-helper-horizontal-gap","",t.spacing1),helperVerticalGap:e.extend("--ft-combobox-multi-select-helper-vertical-gap","",t.spacing1),helperIconSize:e.extend("--ft-combobox-multi-select-helper-icon-size","",t.iconSize2),fieldHorizontalPadding:e.extend("--ft-combobox-multi-select-field-horizontal-padding","",t.spacing4),fieldHorizontalGap:e.extend("--ft-combobox-multi-select-field-horizontal-gap","",t.spacing3),fieldVerticalGap:e.extend("--ft-combobox-multi-select-field-vertical-gap","",t.spacing05),fieldIconSize:e.extend("--ft-combobox-multi-select-field-icon-size","",t.iconSize3),fieldMaxHeight:e.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:e.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",t.spacing1),contentValuesVerticalGap:e.extend("--ft-combobox-multi-select-content-values-vertical-gap","",t.spacing1),borderRadius:e.extend("--ft-combobox-multi-select-border-radius","",t.borderRadiusM)};var cn={backgroundColor:e.extend("--ft-popover-background-color","",a.backgroundGlobalOnSurface),horizontalPadding:e.extend("--ft-popover-horizontal-padding","",t.spacing6),verticalPadding:e.extend("--ft-popover-vertical-padding","",t.spacing6),titleColor:e.extend("--ft-popover-title-color","",a.contentGlobalPrimary),bodyColor:e.extend("--ft-popover-body-color","",a.contentGlobalSecondary),linkColor:e.extend("--ft-popover-link-color","",a.contentActionPrimary),gap:e.extend("--ft-popover-gap","",t.spacing3),borderRadius:e.extend("--ft-popover-border-radius","",t.borderRadiusM),shadow:e.extend("--ft-popover-shadow","",t.shadowElevation02),maxWidth:e.create("--ft-popover-max-width","","SIZE","440px")};var fn={hoverStateLayerOpacity:e.extend("--ft-collapsible-hover-state-layer-opacity","",t.opacity8),focusStateLayerOpacity:e.extend("--ft-collapsible-focus-state-layer-opacity","",t.opacity8),focusOutlineWidth:e.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:e.extend("--ft-collapsible-focus-focus-ring-color","",a.borderActionFocusRing),activeStateLayerOpacity:e.extend("--ft-collapsible-active-state-layer-opacity","",t.opacity16),disabledComponentOpacity:e.extend("--ft-collapsible-disabled-component-opacity","",t.opacity40),horizontalPadding:e.extend("--ft-collapsible-horizontal-padding","",t.spacing4),verticalPadding:e.extend("--ft-collapsible-vertical-padding","",t.spacing3),color:e.extend("--ft-collapsible-color","",a.contentGlobalPrimary),stateLayerColor:e.extend("--ft-collapsible-state-layer-color","",a.contentGlobalPrimary),backgroundColor:e.extend("--ft-collapsible-background-color","",a.backgroundGlobalOnSurface),borderColor:e.extend("--ft-collapsible-border-color","",a.borderGlobalSubtle),iconSize:e.extend("--ft-collapsible-icon-size","",t.iconSize3)};var un={groupHorizontalPadding:e.extend("--ft-switch-group-horizontal-padding","",t.spacing1),groupVerticalPadding:e.extend("--ft-switch-group-vertical-padding","",t.spacing1),groupGap:e.extend("--ft-switch-group-gap","",t.spacing1),groupBackgroundColor:e.extend("--ft-switch-group-background-color","",a.backgroundGlobalSurface),groupBorderColor:e.extend("--ft-switch-group-border-color","",a.borderGlobalSubtle),groupBorderRadius:e.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:e.extend("--ft-switch-label-horizontal-padding","",t.spacing2),labelVerticalPadding:e.extend("--ft-switch-label-vertical-padding","",t.spacing1),offHoverStateLayerOpacity:e.extend("--ft-switch-off-hover-state-layer-opacity","",t.opacity8),offFocusStateLayerOpacity:e.extend("--ft-switch-off-focus-state-layer-opacity","",t.opacity8),offActiveStateLayerOpacity:e.extend("--ft-switch-off-active-state-layer-opacity","",t.opacity16),offDisabledComponentOpacity:e.extend("--ft-switch-off-disabled-component-opacity","",t.opacity40),offColor:e.extend("--ft-switch-off-color","",a.contentGlobalSubtle),offStateLayerColor:e.extend("--ft-switch-off-state-layer-color","",a.contentGlobalSubtle),onHoverStateLayerOpacity:e.extend("--ft-switch-on-hover-state-layer-opacity","",t.opacity8),onFocusStateLayerOpacity:e.extend("--ft-switch-on-focus-state-layer-opacity","",t.opacity8),onActiveStateLayerOpacity:e.extend("--ft-switch-on-active-state-layer-opacity","",t.opacity16),onDisabledComponentOpacity:e.extend("--ft-switch-on-disabled-component-opacity","",t.opacity40),onColor:e.extend("--ft-switch-on-color","",a.contentActionPrimary),onStateLayerColor:e.extend("--ft-switch-on-state-layer-color","",a.contentActionPrimary),iconHorizontalPadding:e.extend("--ft-switch-icon-horizontal-padding","",t.spacing1),iconVerticalPadding:e.extend("--ft-switch-icon-vertical-padding","",t.spacing1),focusOutlineWidth:e.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:e.extend("--ft-switch-focus-focus-ring-color","",a.borderActionFocusRing),optionBorderRadius:e.extend("--ft-switch-option-border-radius","",t.borderRadiusS)};var On={color1Light:e.extend("--ft-chart-1-light","for area color charts",t.colorBrand40),color1Base:e.extend("--ft-chart-1-base","for line charts",t.colorBrand0),color2Light:e.extend("--ft-chart-2-light","for area color charts",t.colorYellow60),color2Base:e.extend("--ft-chart-2-base","for line charts",t.colorYellow100),color3Light:e.extend("--ft-chart-3-light","",t.colorUltramarine40),color3Base:e.extend("--ft-chart-3-base","",t.colorUltramarine70),color4Light:e.extend("--ft-chart-4-light","",t.colorCyan50),color4Base:e.extend("--ft-chart-4-base","",t.colorCyan100),color5Light:e.extend("--ft-chart-5-light","",t.colorRed40),color5Base:e.extend("--ft-chart-5-base","",t.colorRed60),color6Light:e.extend("--ft-chart-6-light","",t.colorGreen40),color6Base:e.extend("--ft-chart-6-base","",t.colorGreen70),color7Light:e.extend("--ft-chart-7-light","",t.colorOrange70),color7Base:e.extend("--ft-chart-7-base","",t.colorOrange100),color8Light:e.extend("--ft-chart-8-light","",t.colorAvocado70),color8Base:e.extend("--ft-chart-8-base","",t.colorAvocado200),color9Light:e.extend("--ft-chart-9-light","",t.colorBrown50),color9Base:e.extend("--ft-chart-9-base","",t.colorBrown200),color10Light:e.extend("--ft-chart-10-light","",t.colorGray50),color10Base:e.extend("--ft-chart-10-base","",t.colorGray80),monochrome10:e.extend("--ft-chart-monochrome-10","",t.colorBrand10),monochrome20:e.extend("--ft-chart-monochrome-20","",t.colorBrand20),monochrome30:e.extend("--ft-chart-monochrome-30","",t.colorBrand40),monochrome40:e.extend("--ft-chart-monochrome-40","",t.colorBrand60),monochrome50:e.extend("--ft-chart-monochrome-50","",t.colorBrand0),monochrome60:e.extend("--ft-chart-monochrome-60","",t.colorBrand200),scatterplotQuadrantPopularOldBackgroundColor:e.extend("--ft-chart-scatterplot-quadrant-popular-old-background-color","",t.colorYellow10),scatterplotQuadrantPopularNewBackgroundColor:e.extend("--ft-chart-scatterplot-quadrant-popular-new-background-color","",t.colorAvocado10),scatterplotQuadrantUnpopularOldBackgroundColor:e.extend("--ft-chart-scatterplot-quadrant-unpopular-old-background-color","",t.colorRed10),scatterplotQuadrantUnpopularNewBackgroundColor:e.extend("--ft-chart-scatterplot-quadrant-unpopular-new-background-color","",t.colorCyan10),scatterplotDatapointInitialDefaultBackgroundColor:e.extend("--ft-chart-scatterplot-datapoint-initial-default-background-color","",t.colorBrand70),scatterplotDatapointInitialDefaultBackgroundOpacity:e.extend("--ft-chart-scatterplot-datapoint-initial-default-background-opacity","",t.opacity48),scatterplotDatapointInitialHoverBackgroundColor:e.extend("--ft-chart-scatterplot-datapoint-initial-hover-background-color","",t.colorBrand0),scatterplotDatapointSelectedDefaultBackgroundColor:e.extend("--ft-chart-scatterplot-datapoint-selected-default-background-color","",t.colorBrand100),scatterplotDatapointSelectedHoverBackgroundColor:e.extend("--ft-chart-scatterplot-datapoint-selected-hover-background-color","",t.colorBrand200),scatterplotDatapointUnselectedDefaultBackgroundColor:e.extend("--ft-chart-scatterplot-datapoint-unselected-default-background-color","",t.colorGray60),scatterplotDatapointUnselectedDefaultBackgroundOpacity:e.extend("--ft-chart-scatterplot-datapoint-unselected-default-background-opacity","",t.opacity48),scatterplotDatapointUnselectedHoverBackgroundColor:e.extend("--ft-chart-scatterplot-datapoint-unselected-hover-background-color","",t.colorGray70),scatterplotDatapointHoverHoverRingColor:e.extend("--ft-chart-scatterplot-datapoint-hover-hover-ring-color","",t.colorCyan200)};var En={color1IconColor:e.extend("--ft-page-designer-1-icon-color","for area color charts",t.colorCyan0),color1ToolbarColor:e.extend("--ft-page-designer-1-toolbar-color","for area color charts",t.colorCyan0),color2IconColor:e.extend("--ft-page-designer-2-icon-color","for area color charts",t.colorBrand0),color2ToolbarColor:e.extend("--ft-page-designer-2-toolbar-color","for area color charts",t.colorBrand0),color3IconColor:e.extend("--ft-page-designer-3-icon-color","for area color charts",t.colorYellow200),color3ToolbarColor:e.extend("--ft-page-designer-3-toolbar-color","for area color charts",t.colorYellow200),color4IconColor:e.extend("--ft-page-designer-4-icon-color","for area color charts",t.colorUltramarine50),color4ToolbarColor:e.extend("--ft-page-designer-4-toolbar-color","for area color charts",t.colorUltramarine50),color5IconColor:e.extend("--ft-page-designer-5-icon-color","for area color charts",t.colorGreen0),color5ToolbarColor:e.extend("--ft-page-designer-5-toolbar-color","for area color charts",t.colorGreen0),color6IconColor:e.extend("--ft-page-designer-6-icon-color","for area color charts",t.colorOrange0),color6ToolbarColor:e.extend("--ft-page-designer-6-toolbar-color","for area color charts",t.colorOrange0),color7IconColor:e.extend("--ft-page-designer-7-icon-color","for area color charts",t.colorAvocado200),color7ToolbarColor:e.extend("--ft-page-designer-7-toolbar-color","for area color charts",t.colorAvocado200),color8IconColor:e.extend("--ft-page-designer-8-icon-color","for area color charts",t.colorBrown0),color8ToolbarColor:e.extend("--ft-page-designer-8-toolbar-color","for area color charts",t.colorBrown0)};var Wn={borderWidth:e.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:e.extend("--ft-notice-horizontal-padding","",t.spacing3),verticalPadding:e.extend("--ft-notice-vertical-padding","",t.spacing2),borderRadius:e.extend("--ft-notice-border-radius","",t.borderRadiusS),gap:e.extend("--ft-notice-gap","",t.spacing2),iconSize:e.extend("--ft-notice-icon-size","",t.iconSize3),infoBackgroundColor:e.extend("--ft-notice-info-background-color","",a.backgroundInfoSubtle),infoBorderColor:e.extend("--ft-notice-info-border-color","",a.borderInfoSubtle),infoColor:e.extend("--ft-notice-info-color","",a.contentInfoPrimary),infoIconColor:e.extend("--ft-notice-info-icon-color","",a.contentInfoIconOnly),warningBackgroundColor:e.extend("--ft-notice-warning-background-color","",a.backgroundWarningSubtle),warningBorderColor:e.extend("--ft-notice-warning-border-color","",a.borderWarningSubtle),warningColor:e.extend("--ft-notice-warning-color","",a.contentWarningPrimary),warningIconColor:e.extend("--ft-notice-warning-icon-color","",a.contentWarningIconOnly),errorBackgroundColor:e.extend("--ft-notice-error-background-color","",a.backgroundErrorSubtle),errorBorderColor:e.extend("--ft-notice-error-border-color","",a.borderErrorSubtle),errorColor:e.extend("--ft-notice-error-color","",a.contentErrorPrimary),errorIconColor:e.extend("--ft-notice-error-icon-color","",a.contentErrorIconOnly),successBackgroundColor:e.extend("--ft-notice-success-background-color","",a.backgroundSuccessSubtle),successBorderColor:e.extend("--ft-notice-success-border-color","",a.borderSuccessSubtle),successColor:e.extend("--ft-notice-success-color","",a.contentSuccessPrimary),successIconColor:e.extend("--ft-notice-success-icon-color","",a.contentSuccessIconOnly),denseHorizontalPadding:e.create("--ft-notice-dense-horizontal-padding","","SIZE","0px"),denseVerticalPadding:e.create("--ft-notice-dense-vertical-padding","","SIZE","0px"),denseGap:e.extend("--ft-notice-dense-gap","",t.spacing1),denseIconSize:e.extend("--ft-notice-dense-icon-size","",t.iconSize2),denseBorderWidth:e.create("--ft-notice-dense-border-width","","SIZE","0")};var zn={offHoverStateLayerOpacity:e.extend("--ft-toggle-off-hover-state-layer-opacity","",t.opacity16),offFocusStateLayerOpacity:e.extend("--ft-toggle-off-focus-state-layer-opacity","",t.opacity16),offActiveStateLayerOpacity:e.extend("--ft-toggle-off-active-state-layer-opacity","",t.opacity24),offDisabledComponentOpacity:e.extend("--ft-toggle-off-disabled-component-opacity","",t.opacity40),offBackgroundColor:e.extend("--ft-toggle-off-background-color","",a.contentGlobalSubtle),offIconColor:e.extend("--ft-toggle-off-icon-color","",a.contentGlobalSubtle),offStateLayerColor:e.extend("--ft-toggle-off-state-layer-color","",a.contentGlobalSubtle),onHoverStateLayerOpacity:e.extend("--ft-toggle-on-hover-state-layer-opacity","",t.opacity16),onFocusStateLayerOpacity:e.extend("--ft-toggle-on-focus-state-layer-opacity","",t.opacity16),onActiveStateLayerOpacity:e.extend("--ft-toggle-on-active-state-layer-opacity","",t.opacity24),onDisabledComponentOpacity:e.extend("--ft-toggle-on-disabled-component-opacity","",t.opacity40),onBackgroundColor:e.extend("--ft-toggle-on-background-color","",a.contentActionPrimary),onStateLayerColor:e.extend("--ft-toggle-on-state-layer-color","",a.contentActionPrimary),onIconColor:e.extend("--ft-toggle-on-icon-color","",a.contentActionPrimary),color:e.extend("--ft-toggle-color","",a.contentGlobalPrimary),focusFocusRingColor:e.extend("--ft-toggle-focus-focus-ring-color","",a.borderActionFocusRing),gap:e.extend("--ft-toggle-gap","",t.spacing3)};var Tn={color:e.extend("--ft-radio-color","",a.contentGlobalPrimary),selectedRadioColor:e.extend("--ft-radio-selected-radio-color","",a.contentActionPrimary),selectedStateLayerColor:e.extend("--ft-radio-selected-state-layer-color","",a.contentActionPrimary),selectedHoverStateLayerOpacity:e.extend("--ft-radio-selected-hover-state-layer-opacity","",t.opacity16),selectedFocusStateLayerOpacity:e.extend("--ft-radio-selected-focus-state-layer-opacity","",t.opacity16),selectedActiveStateLayerOpacity:e.extend("--ft-radio-selected-active-state-layer-opacity","",t.opacity24),selectedDisabledComponentOpacity:e.extend("--ft-radio-selected-disabled-component-opacity","",t.opacity40),unselectedStateLayerColor:e.extend("--ft-radio-unselected-state-layer-color","",a.borderInputPrimary),unselectedBorderColor:e.extend("--ft-radio-unselected-border-color","",a.borderInputPrimary),unselectedHoverStateLayerOpacity:e.extend("--ft-radio-unselected-hover-state-layer-opacity","",t.opacity16),unselectedFocusStateLayerOpacity:e.extend("--ft-radio-unselected-focus-state-layer-opacity","",t.opacity16),unselectedActiveStateLayerOpacity:e.extend("--ft-radio-unselected-active-state-layer-opacity","",t.opacity24),unselectedDisabledComponentOpacity:e.extend("--ft-radio-unselected-disabled-component-opacity","",t.opacity40),focusFocusRingColor:e.extend("--ft-radio-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineOffset:e.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:e.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:e.extend("--ft-radio-gap","",t.spacing3)};var Mn={iconSize:e.extend("--ft-notification-icon-size","",t.iconSize4),leftPadding:e.extend("--ft-notification-left-padding","",t.spacing5),rightPadding:e.extend("--ft-notification-right-padding","",t.spacing4),verticalPadding:e.extend("--ft-notification-vertical-padding","",t.spacing3),infoBackgroundColor:e.extend("--ft-notification-info-background-color","",a.backgroundInfoSubtle),infoColor:e.extend("--ft-notification-info-color","",a.contentInfoPrimary),infoIconColor:e.extend("--ft-notification-info-icon-color","",a.contentInfoIconOnly),infoBorderColor:e.extend("--ft-notification-info-border-color","",a.borderInfoSubtle),successBackgroundColor:e.extend("--ft-notification-success-background-color","",a.backgroundSuccessSubtle),successColor:e.extend("--ft-notification-success-color","",a.contentSuccessPrimary),successIconColor:e.extend("--ft-notification-success-icon-color","",a.contentSuccessIconOnly),successBorderColor:e.extend("--ft-notification-success-border-color","",a.borderSuccessSubtle),warningBackgroundColor:e.extend("--ft-notification-warning-background-color","",a.backgroundWarningSubtle),warningColor:e.extend("--ft-notification-warning-color","",a.contentWarningPrimary),warningIconColor:e.extend("--ft-notification-warning-icon-color","",a.contentWarningIconOnly),warningBorderColor:e.extend("--ft-notification-warning-border-color","",a.borderWarningSubtle),errorBackgroundColor:e.extend("--ft-notification-error-background-color","",a.backgroundErrorSubtle),errorColor:e.extend("--ft-notification-error-color","",a.contentErrorPrimary),errorIconColor:e.extend("--ft-notification-error-icon-color","",a.contentErrorIconOnly),errorBorderColor:e.extend("--ft-notification-error-border-color","",a.borderErrorSubtle),borderRadius:e.extend("--ft-notification-border-radius","",t.borderRadiusPill),borderWidth:e.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:e.extend("--ft-notification-leading-gap","",t.spacing2),trailingGap:e.extend("--ft-notification-trailing-gap","",t.spacing8)};var Xn={horizontalPadding:e.extend("--ft-tooltip-horizontal-padding","",t.spacing2),verticalPadding:e.extend("--ft-tooltip-vertical-padding","",t.spacing2),borderRadius:e.extend("--ft-tooltip-border-radius","",t.borderRadiusS),color:e.extend("--ft-tooltip-color","",a.contentGlobalOnColor),backgroundColor:e.extend("--ft-tooltip-background-color","",a.contentGlobalPrimary),backgroundOpacity:e.extend("--ft-tooltip-background-opacity","",t.opacity80),shadow:e.extend("--ft-tooltip-shadow","",t.shadowElevation02),maxWidth:e.create("--ft-tooltip-max-width","","SIZE","256px"),gap:e.extend("--ft-tooltip-gap","",t.spacing05)};var ti={verticalPadding:e.extend("--ft-reorderable-list-vertical-padding","",t.spacing4),gap:e.extend("--ft-reorderable-list-gap","",t.spacing1),borderRadius:e.extend("--ft-reorderable-list-border-radius","",t.borderRadiusM),reorderableItemTitleMarginRight:e.extend("--ft-reorderable-list-reorderable-item-title-margin-right","",t.spacing6),reorderableItemTitleColor:e.extend("--ft-reorderable-list-reorderable-item-title-color","",a.contentGlobalPrimary),reorderableItemLeftButtonsGroupMarginRight:e.extend("--ft-reorderable-list-reorderable-item-left-buttons-group-margin-right","",t.spacing6),reorderableItemLeftButtonsGroupHorizontalGap:e.extend("--ft-reorderable-list-reorderable-item-left-buttons-group-horizontal-gap","",t.spacing2),reorderableItemRightButtonsGroupHorizontalGap:e.extend("--ft-reorderable-list-reorderable-item-right-buttons-group-horizontal-gap","",t.spacing2),reorderableItemUsersCountColor:e.extend("--ft-reorderable-list-reorderable-item-users-count-color","",a.contentGlobalPrimary),reorderableItemUsersCountMarginRight:e.extend("--ft-reorderable-list-reorderable-item-users-count-margin-right","",t.spacing6),reorderableItemBackgroundColor:e.extend("--ft-reorderable-list-reorderable-item-background-color","",a.backgroundGlobalOnSurface),reorderableItemWarningMessageGap:e.extend("--ft-reorderable-list-reorderable-item-warning-message-gap","",t.spacing1),reorderableItemWarningMessageColor:e.extend("--ft-reorderable-list-reorderable-item-warning-message-color","",a.contentWarningPrimary),reorderableItemWarningMessageIconColor:e.extend("--ft-reorderable-list-reorderable-item-warning-message-icon-color","",a.contentWarningIconOnly),reorderableItemGripColor:e.extend("--ft-reorderable-list-reorderable-item-grip-color","",a.contentGlobalSecondary),reorderableItemGripOpacity:e.extend("--ft-reorderable-list-reorderable-item-grip-opacity","",t.opacity48),boxShadow:e.extend("--ft-reorderable-list-box-shadow","",t.shadowElevation01),borderWidth:e.create("--ft-reorderable-list-border-width","","SIZE","1px"),reorderableItemsGap:e.extend("--ft-reorderable-list-reorderable-items-gap","",t.spacing2),leftPadding:e.extend("--ft-reorderable-list-left-padding","",t.spacing2),rightPadding:e.extend("--ft-reorderable-list-right-padding","",t.spacing6),borderColor:e.extend("--ft-reorderable-list-border-color","",a.borderGlobalPrimary),backgroundColor:e.extend("--ft-reorderable-list-background-color","",a.backgroundGlobalOnSurfaceDark)};var Vt;(function(o){o.brand="brand",o.neutral="neutral",o.info="info",o.success="success",o.warning="warning",o.error="error"})(Vt||(Vt={}));var Yt;(function(o){o.large="large",o.medium="medium",o.small="small"})(Yt||(Yt={}));var Ce=b(E());function jt(o){let r=Oe[o];return Ce.css`
|
|
136
|
-
.ft-typography--${(0,
|
|
132
|
+
`}contentAvailableCallback(r){super.contentAvailableCallback(r),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(r){var n,i;super.update(r),r.has("disabled")&&(this.disabled?(this.endRipple(),(n=this.target)===null||n===void 0||n.removeAttribute("data-is-ft-ripple-target")):(i=this.target)===null||i===void 0||i.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 r,n;let i=(r=this.shadowRoot)===null||r===void 0?void 0:r.host.parentElement;i&&this.setupFor((n=this.target)!==null&&n!==void 0?n:i)}setupFor(r){if(this.setupDebouncer.cancel(),this.target===r)return;this.onDisconnect&&this.onDisconnect(),this.target=r,r.setAttribute("data-is-ft-ripple-target","true");let n=(...f)=>g=>{f.forEach(h=>window.addEventListener(h,this.endPress,{once:!0})),this.startPress(g)},i=n("mouseup","contextmenu"),c=n("touchend","touchcancel"),d=f=>{["Enter"," "].includes(f.key)&&n("keyup")(f)},l={passive:!0};r.addEventListener("mouseover",this.startHover,l),r.addEventListener("mousemove",this.moveRipple,l),r.addEventListener("mouseleave",this.endHover,l),r.addEventListener("mousedown",i,l),r.addEventListener("touchstart",c,l),r.addEventListener("touchmove",this.moveRipple,l),r.addEventListener("keydown",d,l),r.addEventListener("focus",this.startFocus,l),r.addEventListener("blur",this.endFocus,l),r.addEventListener("focusin",this.startFocus,l),r.addEventListener("focusout",this.endFocus,l),this.onDisconnect=()=>{r.removeAttribute("data-is-ft-ripple-target"),r.removeEventListener("mouseover",this.startHover,l),r.removeEventListener("mousemove",this.moveRipple,l),r.removeEventListener("mouseleave",this.endHover,l),r.removeEventListener("mousedown",i,l),r.removeEventListener("touchstart",c,l),r.removeEventListener("touchmove",this.moveRipple,l),r.removeEventListener("keydown",d,l),r.removeEventListener("focus",this.startFocus,l),r.removeEventListener("blur",this.endFocus,l),r.removeEventListener("focusin",this.startFocus,l),r.removeEventListener("focusout",this.endFocus,l),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(r){let n=r,i=r,c,d;return n.x!=null?{x:c,y:d}=n:i.touches!=null&&(c=i.touches[0].clientX,d=i.touches[0].clientY),{x:c,y:d}}isFocusVisible(r){return r instanceof HTMLElement?r.matches(":focus-visible"):!0}isIgnored(r){if(this.disabled)return!0;if(r!=null)for(let n of r.composedPath()){if(n===this.target)break;if("hasAttribute"in n&&n.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};m.elementDefinitions={};m.styles=rt;v([(0,C.property)({type:Boolean})],m.prototype,"primary",void 0);v([(0,C.property)({type:Boolean})],m.prototype,"secondary",void 0);v([(0,C.property)({type:Boolean})],m.prototype,"unbounded",void 0);v([(0,C.property)({type:Boolean})],m.prototype,"activated",void 0);v([(0,C.property)({type:Boolean})],m.prototype,"selected",void 0);v([(0,C.property)({type:Boolean})],m.prototype,"disabled",void 0);v([(0,C.state)()],m.prototype,"hovered",void 0);v([(0,C.state)()],m.prototype,"focused",void 0);v([(0,C.state)()],m.prototype,"pressed",void 0);v([(0,C.state)()],m.prototype,"rippling",void 0);v([(0,C.state)()],m.prototype,"originX",void 0);v([(0,C.state)()],m.prototype,"originY",void 0);v([(0,C.query)(".ft-ripple")],m.prototype,"ripple",void 0);v([(0,C.query)(".ft-ripple--effect")],m.prototype,"rippleEffect",void 0);(0,it.customElement)("ft-ripple")(m);var fo=b(N());var Be=globalThis,me=Be.trustedTypes,ct=me?me.createPolicy("lit-html",{createHTML:o=>o}):void 0,yt="$lit$",_=`lit$${Math.random().toFixed(9).slice(2)}$`,gt="?"+_,wo=`<${gt}>`,K=document,xe=()=>K.createComment(""),de=o=>o===null||typeof o!="object"&&typeof o!="function",Pe=Array.isArray,Wo=o=>Pe(o)||typeof o?.[Symbol.iterator]=="function",Re=`[
|
|
133
|
+
\f\r]`,le=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,lt=/-->/g,dt=/>/g,D=RegExp(`>|${Re}(?:([^\\s"'>=/]+)(${Re}*=${Re}*(?:[^
|
|
134
|
+
\f\r"'\`<>=]|("|')|))|$)`,"g"),pt=/'/g,st=/"/g,bt=/^(?:script|style|textarea|title)$/i,ke=o=>(r,...n)=>({_$litType$:o,strings:r,values:n}),ht=ke(1),ut=ke(2),mt=ke(3),pe=Symbol.for("lit-noChange"),O=Symbol.for("lit-nothing"),ft=new WeakMap,Z=K.createTreeWalker(K,129);function xt(o,r){if(!Pe(o)||!o.hasOwnProperty("raw"))throw Error("invalid template strings array");return ct!==void 0?ct.createHTML(r):r}var Io=(o,r)=>{let n=o.length-1,i=[],c,d=r===2?"<svg>":r===3?"<math>":"",l=le;for(let f=0;f<n;f++){let g=o[f],h,S,u=-1,W=0;for(;W<g.length&&(l.lastIndex=W,S=l.exec(g),S!==null);)W=l.lastIndex,l===le?S[1]==="!--"?l=lt:S[1]!==void 0?l=dt:S[2]!==void 0?(bt.test(S[2])&&(c=RegExp("</"+S[2],"g")),l=D):S[3]!==void 0&&(l=D):l===D?S[0]===">"?(l=c??le,u=-1):S[1]===void 0?u=-2:(u=l.lastIndex-S[2].length,h=S[1],l=S[3]===void 0?D:S[3]==='"'?st:pt):l===st||l===pt?l=D:l===lt||l===dt?l=le:(l=D,c=void 0);let z=l===D&&o[f+1].startsWith("/>")?" ":"";d+=l===le?g+wo:u>=0?(i.push(h),g.slice(0,u)+yt+g.slice(u)+_+z):g+_+(u===-2?f:z)}return[xt(o,d+(o[n]||"<?>")+(r===2?"</svg>":r===3?"</math>":"")),i]},se=class o{constructor({strings:r,_$litType$:n},i){let c;this.parts=[];let d=0,l=0,f=r.length-1,g=this.parts,[h,S]=Io(r,n);if(this.el=o.createElement(h,i),Z.currentNode=this.el.content,n===2||n===3){let u=this.el.content.firstChild;u.replaceWith(...u.childNodes)}for(;(c=Z.nextNode())!==null&&g.length<f;){if(c.nodeType===1){if(c.hasAttributes())for(let u of c.getAttributeNames())if(u.endsWith(yt)){let W=S[l++],z=c.getAttribute(u).split(_),he=/([.?@])?(.*)/.exec(W);g.push({type:1,index:d,name:he[2],strings:z,ctor:he[1]==="."?Ae:he[1]==="?"?we:he[1]==="@"?We:j}),c.removeAttribute(u)}else u.startsWith(_)&&(g.push({type:6,index:d}),c.removeAttribute(u));if(bt.test(c.tagName)){let u=c.textContent.split(_),W=u.length-1;if(W>0){c.textContent=me?me.emptyScript:"";for(let z=0;z<W;z++)c.append(u[z],xe()),Z.nextNode(),g.push({type:2,index:++d});c.append(u[W],xe())}}}else if(c.nodeType===8)if(c.data===gt)g.push({type:2,index:d});else{let u=-1;for(;(u=c.data.indexOf(_,u+1))!==-1;)g.push({type:7,index:d}),u+=_.length-1}d++}}static createElement(r,n){let i=K.createElement("template");return i.innerHTML=r,i}};function Y(o,r,n=o,i){if(r===pe)return r;let c=i!==void 0?n._$Co?.[i]:n._$Cl,d=de(r)?void 0:r._$litDirective$;return c?.constructor!==d&&(c?._$AO?.(!1),d===void 0?c=void 0:(c=new d(o),c._$AT(o,n,i)),i!==void 0?(n._$Co??=[])[i]=c:n._$Cl=c),c!==void 0&&(r=Y(o,c._$AS(o,r.values),c,i)),r}var Le=class{constructor(r,n){this._$AV=[],this._$AN=void 0,this._$AD=r,this._$AM=n}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(r){let{el:{content:n},parts:i}=this._$AD,c=(r?.creationScope??K).importNode(n,!0);Z.currentNode=c;let d=Z.nextNode(),l=0,f=0,g=i[0];for(;g!==void 0;){if(l===g.index){let h;g.type===2?h=new Se(d,d.nextSibling,this,r):g.type===1?h=new g.ctor(d,g.name,g.strings,this,r):g.type===6&&(h=new Ie(d,this,r)),this._$AV.push(h),g=i[++f]}l!==g?.index&&(d=Z.nextNode(),l++)}return Z.currentNode=K,c}p(r){let n=0;for(let i of this._$AV)i!==void 0&&(i.strings!==void 0?(i._$AI(r,i,n),n+=i.strings.length-2):i._$AI(r[n])),n++}},Se=class o{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(r,n,i,c){this.type=2,this._$AH=O,this._$AN=void 0,this._$AA=r,this._$AB=n,this._$AM=i,this.options=c,this._$Cv=c?.isConnected??!0}get parentNode(){let r=this._$AA.parentNode,n=this._$AM;return n!==void 0&&r?.nodeType===11&&(r=n.parentNode),r}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(r,n=this){r=Y(this,r,n),de(r)?r===O||r==null||r===""?(this._$AH!==O&&this._$AR(),this._$AH=O):r!==this._$AH&&r!==pe&&this._(r):r._$litType$!==void 0?this.$(r):r.nodeType!==void 0?this.T(r):Wo(r)?this.k(r):this._(r)}O(r){return this._$AA.parentNode.insertBefore(r,this._$AB)}T(r){this._$AH!==r&&(this._$AR(),this._$AH=this.O(r))}_(r){this._$AH!==O&&de(this._$AH)?this._$AA.nextSibling.data=r:this.T(K.createTextNode(r)),this._$AH=r}$(r){let{values:n,_$litType$:i}=r,c=typeof i=="number"?this._$AC(r):(i.el===void 0&&(i.el=se.createElement(xt(i.h,i.h[0]),this.options)),i);if(this._$AH?._$AD===c)this._$AH.p(n);else{let d=new Le(c,this),l=d.u(this.options);d.p(n),this.T(l),this._$AH=d}}_$AC(r){let n=ft.get(r.strings);return n===void 0&&ft.set(r.strings,n=new se(r)),n}k(r){Pe(this._$AH)||(this._$AH=[],this._$AR());let n=this._$AH,i,c=0;for(let d of r)c===n.length?n.push(i=new o(this.O(xe()),this.O(xe()),this,this.options)):i=n[c],i._$AI(d),c++;c<n.length&&(this._$AR(i&&i._$AB.nextSibling,c),n.length=c)}_$AR(r=this._$AA.nextSibling,n){for(this._$AP?.(!1,!0,n);r&&r!==this._$AB;){let i=r.nextSibling;r.remove(),r=i}}setConnected(r){this._$AM===void 0&&(this._$Cv=r,this._$AP?.(r))}},j=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(r,n,i,c,d){this.type=1,this._$AH=O,this._$AN=void 0,this.element=r,this.name=n,this._$AM=c,this.options=d,i.length>2||i[0]!==""||i[1]!==""?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=O}_$AI(r,n=this,i,c){let d=this.strings,l=!1;if(d===void 0)r=Y(this,r,n,0),l=!de(r)||r!==this._$AH&&r!==pe,l&&(this._$AH=r);else{let f=r,g,h;for(r=d[0],g=0;g<d.length-1;g++)h=Y(this,f[i+g],n,g),h===pe&&(h=this._$AH[g]),l||=!de(h)||h!==this._$AH[g],h===O?r=O:r!==O&&(r+=(h??"")+d[g+1]),this._$AH[g]=h}l&&!c&&this.j(r)}j(r){r===O?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,r??"")}},Ae=class extends j{constructor(){super(...arguments),this.type=3}j(r){this.element[this.name]=r===O?void 0:r}},we=class extends j{constructor(){super(...arguments),this.type=4}j(r){this.element.toggleAttribute(this.name,!!r&&r!==O)}},We=class extends j{constructor(r,n,i,c,d){super(r,n,i,c,d),this.type=5}_$AI(r,n=this){if((r=Y(this,r,n,0)??O)===pe)return;let i=this._$AH,c=r===O&&i!==O||r.capture!==i.capture||r.once!==i.once||r.passive!==i.passive,d=r!==O&&(i===O||c);c&&this.element.removeEventListener(this.name,this,i),d&&this.element.addEventListener(this.name,this,r),this._$AH=r}handleEvent(r){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,r):this._$AH.handleEvent(r)}},Ie=class{constructor(r,n,i){this.element=r,this.type=6,this._$AN=void 0,this._$AM=n,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(r){Y(this,r)}};var Bo=Be.litHtmlPolyfillSupport;Bo?.(se,Se),(Be.litHtmlVersions??=[]).push("3.3.0");var Ot=Symbol.for(""),Po=o=>{if(o?.r===Ot)return o?._$litStatic$},ze=o=>({_$litStatic$:o,r:Ot});var St=new Map,He=o=>(r,...n)=>{let i=n.length,c,d,l=[],f=[],g,h=0,S=!1;for(;h<i;){for(g=r[h];h<i&&(d=n[h],(c=Po(d))!==void 0);)g+=c+r[++h],S=!0;h!==i&&f.push(d),l.push(g),h++}if(h===i&&l.push(r[i]),S){let u=l.join("$$lit$$");(r=St.get(u))===void 0&&(l.raw=l,St.set(u,r=l)),n=f}return o(r,...n)},_e=He(ht),er=He(ut),tr=He(mt);var Ge=b(F()),so=b(N());var Oe;(function(o){o.title="title",o.title_dense="title-dense",o.subtitle1="subtitle1",o.subtitle2="subtitle2",o.body1="body1",o.body2="body2",o.caption="caption",o.breadcrumb="breadcrumb",o.overline="overline",o.button="button",o.display="display",o.title1="title-1",o.title2="title-2",o.title3="title-3",o.body1regular="body-1-regular",o.body1medium="body-1-medium",o.body1semibold="body-1-semibold",o.body2regular="body-2-regular",o.body2medium="body-2-medium",o.body2semibold="body-2-semibold",o.label1medium="label-1-medium",o.label1semibold="label-1-semibold",o.label1bold="label-1-bold",o.label2medium="label-2-medium",o.label2semibold="label-2-semibold",o.label2bold="label-2-bold",o.caption1medium="caption-1-medium",o.caption1semibold="caption-1-semibold",o.caption1bold="caption-1-bold",o.caption2medium="caption-2-medium",o.caption2semibold="caption-2-semibold",o.caption2bold="caption-2-bold"})(Oe||(Oe={}));var L=b(R()),s=b(N());var I=b(R(),1),G=o=>typeof o=="string"?(0,I.unsafeCSS)(o):o,e=class{static create(r,n,i,c){let d=f=>G(f??c),l=I.css`var(${G(r)}, ${d(c)})`;return l.name=r,l.description=n,l.category=i,l.defaultValue=c,l.defaultCssValue=d,l.get=f=>I.css`var(${G(r)}, ${d(f)})`,l.breadcrumb=()=>[],l.lastResortDefaultValue=()=>c,l}static extend(r,n,i,c){let d=f=>i.get(f??c),l=I.css`var(${G(r)}, ${d(c)})`;return l.name=r,l.description=n,l.category=i.category,l.fallbackVariable=i,l.defaultValue=c,l.defaultCssValue=d,l.get=f=>I.css`var(${G(r)}, ${d(f)})`,l.breadcrumb=()=>[i.name,...i.breadcrumb()],l.lastResortDefaultValue=()=>c??i.lastResortDefaultValue(),l}static external(r,n){let i=d=>r.fallbackVariable?r.fallbackVariable.get(d??r.defaultValue):G(d??r.lastResortDefaultValue()),c=I.css`var(${G(r.name)}, ${i(r.defaultValue)})`;return c.name=r.name,c.category=r.category,c.fallbackVariable=r.fallbackVariable,c.defaultValue=r.defaultValue,c.context=n,c.defaultCssValue=i,c.get=d=>I.css`var(${G(r.name)}, ${i(d)})`,c.breadcrumb=()=>r.fallbackVariable?[r.fallbackVariable.name,...r.fallbackVariable.breadcrumb()]:[],c.lastResortDefaultValue=()=>r.lastResortDefaultValue(),c}};var t={colorWhite:e.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:e.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:e.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:e.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:e.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:e.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:e.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:e.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:e.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:e.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:e.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:e.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:e.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:e.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:e.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:e.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:e.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:e.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:e.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:e.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:e.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:e.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:e.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:e.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:e.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:e.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:e.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:e.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:e.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:e.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:e.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:e.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:e.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:e.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:e.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:e.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:e.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:e.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:e.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:e.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:e.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:e.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:e.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:e.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:e.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:e.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:e.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:e.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:e.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:e.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:e.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:e.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:e.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:e.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:e.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:e.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:e.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:e.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:e.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:e.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:e.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:e.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:e.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:e.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:e.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:e.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:e.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:e.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:e.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:e.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:e.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:e.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:e.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:e.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:e.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:e.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:e.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:e.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:e.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:e.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:e.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:e.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:e.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:e.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:e.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:e.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:e.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:e.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:e.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:e.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:e.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:e.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:e.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:e.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:e.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:e.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:e.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:e.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:e.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:e.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:e.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:e.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:e.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:e.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:e.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:e.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:e.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:e.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:e.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:e.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:e.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:e.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:e.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:e.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:e.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:e.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:e.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:e.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:e.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:e.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:e.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:e.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:e.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:e.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:e.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:e.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:e.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:e.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:e.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:e.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:e.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:e.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:e.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:e.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:e.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:e.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:e.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:e.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:e.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:e.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:e.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:e.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:e.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:e.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:e.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:e.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:e.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:e.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:e.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:e.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:e.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:e.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:e.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:e.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:e.create("--ft-spacing-2","","SIZE","calc(0.25rem*2)"),spacing3:e.create("--ft-spacing-3","","SIZE","calc(0.25rem*3)"),spacing4:e.create("--ft-spacing-4","","SIZE","calc(0.25rem*4)"),spacing5:e.create("--ft-spacing-5","","SIZE","calc(0.25rem*5)"),spacing6:e.create("--ft-spacing-6","","SIZE","calc(0.25rem*6)"),spacing8:e.create("--ft-spacing-8","","SIZE","calc(0.25rem*8)"),spacing10:e.create("--ft-spacing-10","","SIZE","calc(0.25rem*10)"),spacing12:e.create("--ft-spacing-12","","SIZE","calc(0.25rem*12)"),spacing16:e.create("--ft-spacing-16","","SIZE","calc(0.25rem*16)"),spacing20:e.create("--ft-spacing-20","","SIZE","calc(0.25rem*20)"),spacing24:e.create("--ft-spacing-24","","SIZE","calc(0.25rem*24)"),spacing28:e.create("--ft-spacing-28","","SIZE","calc(0.25rem*28)"),spacing32:e.create("--ft-spacing-32","","SIZE","calc(0.25rem*32)"),spacing05:e.create("--ft-spacing-0-5","","SIZE","calc(0.25rem*0.5)"),borderRadiusS:e.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:e.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:e.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:e.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:e.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:e.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:e.create("--ft-icon-size-1","","SIZE","0.75rem"),iconSize2:e.create("--ft-icon-size-2","","SIZE","1rem"),iconSize3:e.create("--ft-icon-size-3","","SIZE","1.25rem"),iconSize4:e.create("--ft-icon-size-4","","SIZE","1.5rem"),iconSize5:e.create("--ft-icon-size-5","","SIZE","2rem"),iconSize6:e.create("--ft-icon-size-6","","SIZE","3rem"),opacity0:e.create("--ft-opacity-0","","NUMBER","0"),opacity8:e.create("--ft-opacity-8","","NUMBER","0.08"),opacity12:e.create("--ft-opacity-12","","NUMBER","0.12"),opacity16:e.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:e.create("--ft-opacity-24","","NUMBER","0.24"),opacity32:e.create("--ft-opacity-32","","NUMBER","0.32"),opacity40:e.create("--ft-opacity-40","","NUMBER","0.4"),opacity48:e.create("--ft-opacity-48","","NUMBER","0.48"),opacity80:e.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:e.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:e.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:e.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:e.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:e.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:e.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:e.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:e.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:e.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)")},Ct={fontFamily:e.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:e.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:e.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:e.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-display-textCase","","UNKNOWN","none")},Nt={fontFamily:e.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:e.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:e.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:e.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},vt={fontFamily:e.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:e.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:e.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:e.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},Et={fontFamily:e.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:e.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:e.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:e.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},Rt={fontFamily:e.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:e.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:e.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:e.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:e.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},Lt={fontFamily:e.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:e.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:e.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:e.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},At={fontFamily:e.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:e.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:e.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:e.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},wt={fontFamily:e.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:e.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:e.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:e.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:e.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},Wt={fontFamily:e.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:e.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:e.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:e.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},ko={fontFamily:e.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:e.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:e.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:e.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:e.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:e.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},It={fontFamily:e.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:e.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:e.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:e.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},Bt={fontFamily:e.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:e.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:e.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:e.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:e.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Pt={fontFamily:e.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:e.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:e.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:e.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:e.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},kt={fontFamily:e.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:e.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:e.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:e.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:e.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:e.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},zt={fontFamily:e.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:e.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:e.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:e.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:e.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},Ht={fontFamily:e.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:e.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:e.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:e.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:e.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},_t={fontFamily:e.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:e.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:e.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:e.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:e.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:e.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},Gt={fontFamily:e.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:e.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},Ut={fontFamily:e.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:e.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Tt={fontFamily:e.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:e.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:e.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},$t={fontFamily:e.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:e.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},Dt={fontFamily:e.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:e.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Zt={fontFamily:e.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:e.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:e.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},Kt={fontFamily:e.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:e.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},Mt={fontFamily:e.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:e.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},Vt={fontFamily:e.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:e.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:e.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},Ce={display:Ct,"title-1":Nt,"title-2":vt,"title-3":Et,"body-1-regular":Rt,"body-1-medium":Lt,"body-1-semibold":At,"body-2-regular":wt,"body-2-medium":Wt,"body-2-medium-underline":ko,"body-2-semibold":It,"label-1-medium":Bt,"label-1-semibold":Pt,"label-1-bold":kt,"label-2-medium":zt,"label-2-semibold":Ht,"label-2-bold":_t,"caption-1-medium":Gt,"caption-1-semibold":Ut,"caption-1-bold":Tt,"caption-2-medium":$t,"caption-2-semibold":Dt,"caption-2-bold":Zt,"caption-3-medium":Kt,"caption-3-semibold":Mt,"caption-3-bold":Vt};var a={backgroundActionPrimary:e.extend("--ft-background-action-primary","Used as backgorund of primary action components.",t.colorBrand0),backgroundErrorSubtle:e.extend("--ft-background-error-subtle","Used as background of subtle error components.",t.colorRed10),backgroundInfoSubtle:e.extend("--ft-background-info-subtle","Used as background of subtle information components.",t.colorCyan10),backgroundWarningSubtle:e.extend("--ft-background-warning-subtle","Used as background of subtle information components.",t.colorOrange10),backgroundSuccessSubtle:e.extend("--ft-background-success-subtle","Used as background of subtle success components.",t.colorGreen10),backgroundGlobalSurface:e.extend("--ft-background-global-surface","Used as app background.",t.colorWhite),backgroundGlobalOnSurface:e.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",t.colorGray10),backgroundGlobalOnSurfaceDark:e.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",t.colorGray30),contentActionPrimary:e.extend("--ft-content-action-primary","Used on label of primary action on light surface.",t.colorBrand0),contentWarningPrimary:e.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",t.colorOrange200),contentWarningIconOnly:e.extend("--ft-content-warning-icon-only","Used on warning status icons alone",t.colorOrange0),contentErrorPrimary:e.extend("--ft-content-error-primary","Used on label of error messages on light surface.",t.colorRed0),contentErrorIconOnly:e.extend("--ft-content-error-icon-only","Used on error status icons alone",t.colorRed70),contentInfoPrimary:e.extend("--ft-content-info-primary","Used on label of information messages on light surface.",t.colorCyan200),contentInfoIconOnly:e.extend("--ft-content-info-icon-only","Used on info status icons alone",t.colorCyan0),contentSuccessPrimary:e.extend("--ft-content-success-primary","Used on label of success messages on light surface.",t.colorGreen200),contentSuccessIconOnly:e.extend("--ft-content-success-icon-only","Used on success status icons alone",t.colorGreen0),contentGlobalPrimary:e.extend("--ft-content-global-primary","Used for main content on the page.",t.colorGray500),contentGlobalSecondary:e.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
|
|
135
|
+
Also for action icons.`,t.colorGray200),contentGlobalSubtle:e.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",t.colorGray0),contentGlobalOnColor:e.extend("--ft-content-global-on-color","Used for content on a dominant color.",t.colorWhite),borderActionPrimary:e.extend("--ft-border-action-primary","Used as border for primary action components.",t.colorBrand0),borderActionFocusRing:e.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",t.colorCyan0),borderWarningPrimary:e.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",t.colorOrange200),borderWarningSubtle:e.extend("--ft-border-warning-subtle","Used as border for warning components.",t.colorOrange30),borderSuccessPrimary:e.extend("--ft-border-success-primary","Used as border for success buttons.",t.colorGreen200),borderSuccessSubtle:e.extend("--ft-border-success-subtle","Used as border for success components.",t.colorGreen30),borderErrorPrimary:e.extend("--ft-border-error-primary","Used as border for text fields in error states.",t.colorRed0),borderErrorSubtle:e.extend("--ft-border-error-subtle","Used as border for error components.",t.colorRed30),borderInfoPrimary:e.extend("--ft-border-info-primary","Used as border for buttons in info color.",t.colorCyan200),borderInfoSubtle:e.extend("--ft-border-info-subtle","Used as border for information components.",t.colorCyan30),borderGlobalPrimary:e.extend("--ft-border-global-primary","Used as border for element like input.",t.colorGray50),borderGlobalSubtle:e.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",t.colorGray30),borderInputPrimary:e.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",t.colorGray80),borderNeutralPrimary:e.extend("--ft-border-neutral-primary","Used as border for neutral secondary buttons",t.colorGray200)};var br={largeHeight:e.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:e.extend("--ft-button-large-horizontal-padding","",t.spacing4),largeGap:e.extend("--ft-button-large-gap","",t.spacing2),largeBorderRadius:e.extend("--ft-button-large-border-radius","",t.borderRadiusS),largeIconSize:e.extend("--ft-button-large-icon-size","",t.iconSize3),largeBorderWidth:e.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:e.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:e.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:e.create("--ft-button-large-icon-only-width","","SIZE","40px"),mediumHeight:e.create("--ft-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:e.extend("--ft-button-medium-horizontal-padding","",t.spacing3),mediumGap:e.extend("--ft-button-medium-gap","",t.spacing2),mediumBorderRadius:e.extend("--ft-button-medium-border-radius","",t.borderRadiusS),mediumIconSize:e.extend("--ft-button-medium-icon-size","",t.iconSize2),mediumBorderWidth:e.create("--ft-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:e.create("--ft-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:e.create("--ft-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:e.create("--ft-button-medium-icon-only-width","","SIZE","30px"),smallHeight:e.create("--ft-button-small-height","","SIZE","20px"),smallHorizontalPadding:e.extend("--ft-button-small-horizontal-padding","",t.spacing2),smallGap:e.extend("--ft-button-small-gap","",t.spacing1),smallBorderRadius:e.extend("--ft-button-small-border-radius","",t.borderRadiusS),smallIconSize:e.extend("--ft-button-small-icon-size","",t.iconSize1),smallBorderWidth:e.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:e.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:e.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:e.create("--ft-button-small-icon-only-width","","SIZE","20px"),xSmallHeight:e.create("--ft-button-x-small-height","","SIZE","16px"),xSmallIconSize:e.extend("--ft-button-x-small-icon-size","",t.iconSize1),xSmallFocusOutlineOffset:e.create("--ft-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:e.create("--ft-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:e.create("--ft-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:e.extend("--ft-button-round-border-radius","",t.borderRadiusPill),primaryBrandBackgroundColor:e.extend("--ft-button-primary-brand-background-color","",a.backgroundActionPrimary),primaryBrandColor:e.extend("--ft-button-primary-brand-color","",a.contentGlobalOnColor),primaryBrandIconColor:e.extend("--ft-button-primary-brand-icon-color","",a.contentGlobalOnColor),primaryBrandStateLayerColor:e.extend("--ft-button-primary-brand-state-layer-color","",a.contentGlobalOnColor),primaryBrandHoverStateLayerOpacity:e.extend("--ft-button-primary-brand-hover-state-layer-opacity","",t.opacity16),primaryBrandFocusStateLayerOpacity:e.extend("--ft-button-primary-brand-focus-state-layer-opacity","",t.opacity16),primaryBrandActiveStateLayerOpacity:e.extend("--ft-button-primary-brand-active-state-layer-opacity","",t.opacity24),primaryBrandDisabledComponentOpacity:e.extend("--ft-button-primary-brand-disabled-component-opacity","",t.opacity40),focusFocusRingColor:e.extend("--ft-button-focus-focus-ring-color","",a.borderActionFocusRing),tertiaryBrandBackgroundColor:e.create("--ft-button-tertiary-brand-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryBrandColor:e.extend("--ft-button-tertiary-brand-color","",a.contentActionPrimary),tertiaryBrandIconColor:e.extend("--ft-button-tertiary-brand-icon-color","",a.contentActionPrimary),tertiaryBrandStateLayerColor:e.extend("--ft-button-tertiary-brand-state-layer-color","",a.contentActionPrimary),tertiaryBrandHoverStateLayerOpacity:e.extend("--ft-button-tertiary-brand-hover-state-layer-opacity","",t.opacity8),tertiaryBrandFocusStateLayerOpacity:e.extend("--ft-button-tertiary-brand-focus-state-layer-opacity","",t.opacity8),tertiaryBrandActiveStateLayerOpacity:e.extend("--ft-button-tertiary-brand-active-state-layer-opacity","",t.opacity16),tertiaryBrandDisabledComponentOpacity:e.extend("--ft-button-tertiary-brand-disabled-component-opacity","",t.opacity40),tertiaryInfoBackgroundColor:e.create("--ft-button-tertiary-info-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryInfoColor:e.extend("--ft-button-tertiary-info-color","",a.contentInfoPrimary),tertiaryInfoIconColor:e.extend("--ft-button-tertiary-info-icon-color","",a.contentInfoPrimary),tertiaryInfoStateLayerColor:e.extend("--ft-button-tertiary-info-state-layer-color","",a.contentInfoPrimary),tertiaryInfoFocusStateLayerOpacity:e.extend("--ft-button-tertiary-info-focus-state-layer-opacity","",t.opacity8),tertiaryInfoHoverStateLayerOpacity:e.extend("--ft-button-tertiary-info-hover-state-layer-opacity","",t.opacity8),tertiaryInfoActiveStateLayerOpacity:e.extend("--ft-button-tertiary-info-active-state-layer-opacity","",t.opacity16),tertiaryInfoDisabledComponentOpacity:e.extend("--ft-button-tertiary-info-disabled-component-opacity","",t.opacity40),tertiarySuccessBackgroundColor:e.create("--ft-button-tertiary-success-background-color","","COLOR","rgba(0,0,0,0)"),tertiarySuccessColor:e.extend("--ft-button-tertiary-success-color","",a.contentSuccessPrimary),tertiarySuccessIconColor:e.extend("--ft-button-tertiary-success-icon-color","",a.contentSuccessPrimary),tertiarySuccessStateLayerColor:e.extend("--ft-button-tertiary-success-state-layer-color","",a.contentSuccessPrimary),tertiarySuccessHoverStateLayerOpacity:e.extend("--ft-button-tertiary-success-hover-state-layer-opacity","",t.opacity8),tertiarySuccessFocusStateLayerOpacity:e.extend("--ft-button-tertiary-success-focus-state-layer-opacity","",t.opacity8),tertiarySuccessActiveStateLayerOpacity:e.extend("--ft-button-tertiary-success-active-state-layer-opacity","",t.opacity16),tertiarySuccessDisabledComponentOpacity:e.extend("--ft-button-tertiary-success-disabled-component-opacity","",t.opacity40),tertiaryWarningBackgroundColor:e.create("--ft-button-tertiary-warning-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryWarningColor:e.extend("--ft-button-tertiary-warning-color","",a.contentWarningPrimary),tertiaryWarningIconColor:e.extend("--ft-button-tertiary-warning-icon-color","",a.contentWarningPrimary),tertiaryWarningStateLayerColor:e.extend("--ft-button-tertiary-warning-state-layer-color","",a.contentWarningPrimary),tertiaryWarningHoverStateLayerOpacity:e.extend("--ft-button-tertiary-warning-hover-state-layer-opacity","",t.opacity8),tertiaryWarningFocusStateLayerOpacity:e.extend("--ft-button-tertiary-warning-focus-state-layer-opacity","",t.opacity8),tertiaryWarningActiveStateLayerOpacity:e.extend("--ft-button-tertiary-warning-active-state-layer-opacity","",t.opacity16),tertiaryWarningDisabledComponentOpacity:e.extend("--ft-button-tertiary-warning-disabled-component-opacity","",t.opacity40),tertiaryErrorBackgroundColor:e.create("--ft-button-tertiary-error-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryErrorColor:e.extend("--ft-button-tertiary-error-color","",a.contentErrorPrimary),tertiaryErrorIconColor:e.extend("--ft-button-tertiary-error-icon-color","",a.contentErrorPrimary),tertiaryErrorStateLayerColor:e.extend("--ft-button-tertiary-error-state-layer-color","",a.contentErrorPrimary),tertiaryErrorHoverStateLayerOpacity:e.extend("--ft-button-tertiary-error-hover-state-layer-opacity","",t.opacity8),tertiaryErrorFocusStateLayerOpacity:e.extend("--ft-button-tertiary-error-focus-state-layer-opacity","",t.opacity8),tertiaryErrorActiveStateLayerOpacity:e.extend("--ft-button-tertiary-error-active-state-layer-opacity","",t.opacity16),tertiaryErrorDisabledComponentOpacity:e.extend("--ft-button-tertiary-error-disabled-component-opacity","",t.opacity40),tertiaryNeutralBackgroundColor:e.create("--ft-button-tertiary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryNeutralIconColor:e.extend("--ft-button-tertiary-neutral-icon-color","",a.contentGlobalSecondary),tertiaryNeutralColor:e.extend("--ft-button-tertiary-neutral-color","",a.contentGlobalSecondary),tertiaryNeutralStateLayerColor:e.extend("--ft-button-tertiary-neutral-state-layer-color","",a.contentGlobalSecondary),tertiaryNeutralHoverStateLayerOpacity:e.extend("--ft-button-tertiary-neutral-hover-state-layer-opacity","",t.opacity8),tertiaryNeutralFocusStateLayerOpacity:e.extend("--ft-button-tertiary-neutral-focus-state-layer-opacity","",t.opacity8),tertiaryNeutralActiveStateLayerOpacity:e.extend("--ft-button-tertiary-neutral-active-state-layer-opacity","",t.opacity16),tertiaryNeutralDisabledComponentOpacity:e.extend("--ft-button-tertiary-neutral-disabled-component-opacity","",t.opacity40),secondaryBrandBackgroundColor:e.create("--ft-button-secondary-brand-background-color","","COLOR","rgba(0,0,0,0)"),secondaryBrandColor:e.extend("--ft-button-secondary-brand-color","",a.contentActionPrimary),secondaryBrandIconColor:e.extend("--ft-button-secondary-brand-icon-color","",a.contentActionPrimary),secondaryBrandStateLayerColor:e.extend("--ft-button-secondary-brand-state-layer-color","",a.contentActionPrimary),secondaryBrandHoverStateLayerOpacity:e.extend("--ft-button-secondary-brand-hover-state-layer-opacity","",t.opacity8),secondaryBrandFocusStateLayerOpacity:e.extend("--ft-button-secondary-brand-focus-state-layer-opacity","",t.opacity8),secondaryBrandActiveStateLayerOpacity:e.extend("--ft-button-secondary-brand-active-state-layer-opacity","",t.opacity16),secondaryBrandDisabledComponentOpacity:e.extend("--ft-button-secondary-brand-disabled-component-opacity","",t.opacity40),secondaryBrandBorderColor:e.extend("--ft-button-secondary-brand-border-color","",a.borderActionPrimary),secondaryNeutralHoverStateLayerOpacity:e.extend("--ft-button-secondary-neutral-hover-state-layer-opacity","",t.opacity8),secondaryNeutralFocusStateLayerOpacity:e.extend("--ft-button-secondary-neutral-focus-state-layer-opacity","",t.opacity8),secondaryNeutralActiveStateLayerOpacity:e.extend("--ft-button-secondary-neutral-active-state-layer-opacity","",t.opacity16),secondaryNeutralDisabledComponentOpacity:e.extend("--ft-button-secondary-neutral-disabled-component-opacity","",t.opacity40),secondaryNeutralBackgroundColor:e.create("--ft-button-secondary-neutral-background-color","","COLOR","rgba(0,0,0,0)"),secondaryNeutralColor:e.extend("--ft-button-secondary-neutral-color","",a.contentGlobalSecondary),secondaryNeutralIconColor:e.extend("--ft-button-secondary-neutral-icon-color","",a.contentGlobalSecondary),secondaryNeutralStateLayerColor:e.extend("--ft-button-secondary-neutral-state-layer-color","",a.contentGlobalSecondary),secondaryNeutralBorderColor:e.extend("--ft-button-secondary-neutral-border-color","",a.borderNeutralPrimary),secondaryInfoHoverStateLayerOpacity:e.extend("--ft-button-secondary-info-hover-state-layer-opacity","",t.opacity8),secondaryInfoFocusStateLayerOpacity:e.extend("--ft-button-secondary-info-focus-state-layer-opacity","",t.opacity8),secondaryInfoActiveStateLayerOpacity:e.extend("--ft-button-secondary-info-active-state-layer-opacity","",t.opacity16),secondaryInfoDisabledComponentOpacity:e.extend("--ft-button-secondary-info-disabled-component-opacity","",t.opacity40),secondaryInfoBackgroundColor:e.create("--ft-button-secondary-info-background-color","","COLOR","rgba(0,0,0,0)"),secondaryInfoBorderColor:e.extend("--ft-button-secondary-info-border-color","",a.borderInfoPrimary),secondaryInfoColor:e.extend("--ft-button-secondary-info-color","",a.contentInfoPrimary),secondaryInfoIconColor:e.extend("--ft-button-secondary-info-icon-color","",a.contentInfoPrimary),secondaryInfoStateLayerColor:e.extend("--ft-button-secondary-info-state-layer-color","",a.contentInfoPrimary),secondarySuccessHoverStateLayerOpacity:e.extend("--ft-button-secondary-success-hover-state-layer-opacity","",t.opacity8),secondarySuccessFocusStateLayerOpacity:e.extend("--ft-button-secondary-success-focus-state-layer-opacity","",t.opacity8),secondarySuccessActiveStateLayerOpacity:e.extend("--ft-button-secondary-success-active-state-layer-opacity","",t.opacity16),secondarySuccessDisabledComponentOpacity:e.extend("--ft-button-secondary-success-disabled-component-opacity","",t.opacity40),secondarySuccessBackgroundColor:e.create("--ft-button-secondary-success-background-color","","COLOR","rgba(0,0,0,0)"),secondarySuccessBorderColor:e.extend("--ft-button-secondary-success-border-color","",a.borderSuccessPrimary),secondarySuccessColor:e.extend("--ft-button-secondary-success-color","",a.contentSuccessPrimary),secondarySuccessIconColor:e.extend("--ft-button-secondary-success-icon-color","",a.contentSuccessPrimary),secondarySuccessStateLayerColor:e.extend("--ft-button-secondary-success-state-layer-color","",a.contentSuccessPrimary),secondaryWarningHoverStateLayerOpacity:e.extend("--ft-button-secondary-warning-hover-state-layer-opacity","",t.opacity8),secondaryWarningFocusStateLayerOpacity:e.extend("--ft-button-secondary-warning-focus-state-layer-opacity","",t.opacity8),secondaryWarningActiveStateLayerOpacity:e.extend("--ft-button-secondary-warning-active-state-layer-opacity","",t.opacity16),secondaryWarningDisabledComponentOpacity:e.extend("--ft-button-secondary-warning-disabled-component-opacity","",t.opacity40),secondaryWarningBackgroundColor:e.create("--ft-button-secondary-warning-background-color","","COLOR","rgba(0,0,0,0)"),secondaryWarningBorderColor:e.extend("--ft-button-secondary-warning-border-color","",a.borderWarningPrimary),secondaryWarningColor:e.extend("--ft-button-secondary-warning-color","",a.contentWarningPrimary),secondaryWarningIconColor:e.extend("--ft-button-secondary-warning-icon-color","",a.contentWarningPrimary),secondaryWarningStateLayerColor:e.extend("--ft-button-secondary-warning-state-layer-color","",a.contentWarningPrimary),secondaryErrorHoverStateLayerOpacity:e.extend("--ft-button-secondary-error-hover-state-layer-opacity","",t.opacity8),secondaryErrorFocusStateLayerOpacity:e.extend("--ft-button-secondary-error-focus-state-layer-opacity","",t.opacity8),secondaryErrorActiveStateLayerOpacity:e.extend("--ft-button-secondary-error-active-state-layer-opacity","",t.opacity16),secondaryErrorDisabledComponentOpacity:e.extend("--ft-button-secondary-error-disabled-component-opacity","",t.opacity40),secondaryErrorBackgroundColor:e.create("--ft-button-secondary-error-background-color","","COLOR","rgba(0,0,0,0)"),secondaryErrorBorderColor:e.extend("--ft-button-secondary-error-border-color","",a.contentErrorPrimary),secondaryErrorColor:e.extend("--ft-button-secondary-error-color","",a.contentErrorPrimary),secondaryErrorIconColor:e.extend("--ft-button-secondary-error-icon-color","",a.contentErrorPrimary),secondaryErrorStateLayerColor:e.extend("--ft-button-secondary-error-state-layer-color","",a.contentErrorPrimary)};var Sr={iconSize:e.extend("--ft-checkbox-icon-size","",t.iconSize2),boxSize:e.create("--ft-checkbox-box-size","","SIZE","18px"),colorLegendSize:e.create("--ft-checkbox-color-legend-size","","SIZE","16px"),borderRadius:e.create("--ft-checkbox-border-radius","","SIZE","1px"),color:e.extend("--ft-checkbox-color","",a.contentGlobalPrimary),checkedBackgroundColor:e.extend("--ft-checkbox-checked-background-color","",a.contentActionPrimary),checkedStateLayerColor:e.extend("--ft-checkbox-checked-state-layer-color","",a.contentActionPrimary),checkedIconColor:e.extend("--ft-checkbox-checked-icon-color","",a.contentGlobalOnColor),checkedHoverStateLayerOpacity:e.extend("--ft-checkbox-checked-hover-state-layer-opacity","",t.opacity16),checkedFocusStateLayerOpacity:e.extend("--ft-checkbox-checked-focus-state-layer-opacity","",t.opacity16),checkedActiveStateLayerOpacity:e.extend("--ft-checkbox-checked-active-state-layer-opacity","",t.opacity24),checkedDisabledComponentOpacity:e.extend("--ft-checkbox-checked-disabled-component-opacity","",t.opacity40),uncheckedBorderColor:e.extend("--ft-checkbox-unchecked-border-color","",t.colorGray80),uncheckedStateLayerColor:e.extend("--ft-checkbox-unchecked-state-layer-color","",t.colorGray80),uncheckedHoverStateLayerOpacity:e.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",t.opacity16),uncheckedFocusStateLayerOpacity:e.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",t.opacity16),uncheckedActiveStateLayerOpacity:e.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",t.opacity24),uncheckedDisabledComponentOpacity:e.extend("--ft-checkbox-unchecked-disabled-component-opacity","",t.opacity40),focusFocusRingColor:e.extend("--ft-checkbox-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineOffset:e.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:e.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),borderWidth:e.create("--ft-checkbox-border-width","","SIZE","2px"),horizontalGap:e.extend("--ft-checkbox-horizontal-gap","",t.spacing3),leftPadding:e.extend("--ft-checkbox-left-padding","",t.spacing2)};var Er={headerRowBorderWidth:e.create("--ft-table-header-row-border-width","","SIZE","1px"),headerRowBackgroundColor:e.extend("--ft-table-header-row-background-color","",a.backgroundGlobalOnSurfaceDark),headerRowBorderColor:e.extend("--ft-table-header-row-border-color","",a.borderGlobalPrimary),headerRowColor:e.extend("--ft-table-header-row-color","",a.contentGlobalPrimary),dataRowBorderWidth:e.create("--ft-table-data-row-border-width","","SIZE","1px"),dataRowBackgroundColor:e.extend("--ft-table-data-row-background-color","",a.backgroundGlobalOnSurface),dataRowBorderColor:e.extend("--ft-table-data-row-border-color","",a.borderGlobalSubtle),dataRowColor:e.extend("--ft-table-data-row-color","",a.contentGlobalSecondary),dataRowDefaultHoverBackgroundColor:e.extend("--ft-table-data-row-default-hover-background-color","",t.colorGray20),dataRowSelectableUnselectedHoverBackgroundColor:e.extend("--ft-table-data-row-selectable-unselected-hover-background-color","",t.colorGray20),dataRowSelectableSelectedDefaultBackgroundColor:e.extend("--ft-table-data-row-selectable-selected-default-background-color","",t.colorBrand10),dataRowSelectableSelectedDefaultBorderColor:e.extend("--ft-table-data-row-selectable-selected-default-border-color","",t.colorBrand20),dataRowSelectableSelectedHoverBackgroundColor:e.extend("--ft-table-data-row-selectable-selected-hover-background-color","",t.colorBrand20),dataRowSelectableSelectedHoverBorderColor:e.extend("--ft-table-data-row-selectable-selected-hover-border-color","",t.colorBrand30),dataRowSelectableSelectedColor:e.extend("--ft-table-data-row-selectable-selected-color","",a.contentActionPrimary),dataRowClickableHoverBackgroundColor:e.extend("--ft-table-data-row-clickable-hover-background-color","",t.colorGray30),dataRowClickableFocusBorderColor:e.extend("--ft-table-data-row-clickable-focus-border-color","",a.borderActionFocusRing),dataRowClickableFocusBackgroundColor:e.extend("--ft-table-data-row-clickable-focus-background-color","",t.colorGray30),dataRowClickableActiveBackgroundColor:e.extend("--ft-table-data-row-clickable-active-background-color","",t.colorGray40),headerCellHorizontalGap:e.extend("--ft-table-header-cell-horizontal-gap","",t.spacing1),headerCellVerticalPadding:e.extend("--ft-table-header-cell-vertical-padding","",t.spacing2),headerCellHorizontalPadding:e.extend("--ft-table-header-cell-horizontal-padding","",t.spacing3),dataCellVerticalPadding:e.extend("--ft-table-data-cell-vertical-padding","",t.spacing2),dataCellHorizontalPadding:e.extend("--ft-table-data-cell-horizontal-padding","",t.spacing3),dataCellVerticalGap:e.extend("--ft-table-data-cell-vertical-gap","",t.spacing1)};var Wr={neutralOffHoverStateLayerOpacity:e.extend("--ft-chip-choice-neutral-off-hover-state-layer-opacity","",t.opacity8),neutralOffFocusStateLayerOpacity:e.extend("--ft-chip-choice-neutral-off-focus-state-layer-opacity","",t.opacity8),neutralOffFocusFocusRingColor:e.extend("--ft-chip-choice-neutral-off-focus-focus-ring-color","",a.borderActionFocusRing),neutralOffActiveStateLayerOpacity:e.extend("--ft-chip-choice-neutral-off-active-state-layer-opacity","",t.opacity16),neutralOffBackgroundColor:e.extend("--ft-chip-choice-neutral-off-background-color","",a.backgroundGlobalOnSurface),neutralOffBorderColor:e.extend("--ft-chip-choice-neutral-off-border-color","",a.borderGlobalPrimary),neutralOffColor:e.extend("--ft-chip-choice-neutral-off-color","",a.contentGlobalSecondary),neutralOffStateLayerColor:e.extend("--ft-chip-choice-neutral-off-state-layer-color","",a.contentGlobalSecondary),neutralOnDefaultStateLayerOpacity:e.extend("--ft-chip-choice-neutral-on-default-state-layer-opacity","",t.opacity16),neutralOnHoverStateLayerOpacity:e.extend("--ft-chip-choice-neutral-on-hover-state-layer-opacity","",t.opacity24),neutralOnFocusStateLayerOpacity:e.extend("--ft-chip-choice-neutral-on-focus-state-layer-opacity","",t.opacity24),neutralOnFocusFocusRingColor:e.extend("--ft-chip-choice-neutral-on-focus-focus-ring-color","",a.borderActionFocusRing),neutralOnActiveStateLayerOpacity:e.extend("--ft-chip-choice-neutral-on-active-state-layer-opacity","",t.opacity32),neutralOnBackgroundColor:e.extend("--ft-chip-choice-neutral-on-background-color","",a.backgroundGlobalOnSurface),neutralOnBorderColor:e.extend("--ft-chip-choice-neutral-on-border-color","",a.borderGlobalPrimary),neutralOnColor:e.extend("--ft-chip-choice-neutral-on-color","",a.contentGlobalPrimary),neutralOnIconColor:e.extend("--ft-chip-choice-neutral-on-icon-color","",a.contentGlobalPrimary),neutralOnStateLayerColor:e.extend("--ft-chip-choice-neutral-on-state-layer-color","",a.contentGlobalPrimary),largeMinHeight:e.create("--ft-chip-choice-large-min-height","","SIZE","36px"),largeHorizontalPadding:e.extend("--ft-chip-choice-large-horizontal-padding","",t.spacing3),largeGap:e.extend("--ft-chip-choice-large-gap","",t.spacing1),largeBorderRadius:e.create("--ft-chip-choice-large-border-radius","","SIZE","18px"),largeBorderWidth:e.create("--ft-chip-choice-large-border-width","","SIZE","1px"),largeIconSize:e.extend("--ft-chip-choice-large-icon-size","",t.iconSize3),mediumMinHeight:e.create("--ft-chip-choice-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:e.extend("--ft-chip-choice-medium-horizontal-padding","",t.spacing2),mediumGap:e.extend("--ft-chip-choice-medium-gap","",t.spacing1),mediumBorderRadius:e.create("--ft-chip-choice-medium-border-radius","","SIZE","12px"),mediumBorderWidth:e.create("--ft-chip-choice-medium-border-width","","SIZE","1px"),mediumIconSize:e.extend("--ft-chip-choice-medium-icon-size","",t.iconSize2)};var zr={largeMinHeight:e.create("--ft-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:e.extend("--ft-chip-large-horizontal-padding","",t.spacing3),largeButtonRightPadding:e.extend("--ft-chip-large-button-right-padding","",t.spacing1),largeGap:e.extend("--ft-chip-large-gap","",t.spacing1),largeFocusOutlineOffset:e.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:e.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:e.create("--ft-chip-large-border-radius","","SIZE","18px"),largeBorderWidth:e.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:e.extend("--ft-chip-large-icon-size","",t.iconSize3),mediumMinHeight:e.create("--ft-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:e.extend("--ft-chip-medium-horizontal-padding","",t.spacing2),mediumButtonRightPadding:e.extend("--ft-chip-medium-button-right-padding","",t.spacing05),mediumGap:e.extend("--ft-chip-medium-gap","",t.spacing1),mediumFocusOutlineOffset:e.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:e.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:e.create("--ft-chip-medium-border-radius","","SIZE","12px"),mediumBorderWidth:e.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:e.extend("--ft-chip-medium-icon-size","",t.iconSize2),smallMinHeight:e.create("--ft-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:e.extend("--ft-chip-small-horizontal-padding","",t.spacing1),smallButtonRightPadding:e.extend("--ft-chip-small-button-right-padding","",t.spacing05),smallGap:e.extend("--ft-chip-small-gap","",t.spacing1),smallFocusOutlineOffset:e.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:e.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:e.create("--ft-chip-small-border-radius","","SIZE","10px"),smallBorderWidth:e.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:e.extend("--ft-chip-small-icon-size","",t.iconSize1),neutralBackgroundColor:e.extend("--ft-chip-neutral-background-color","",a.backgroundGlobalOnSurface),neutralColor:e.extend("--ft-chip-neutral-color","",a.contentGlobalSecondary),neutralIconColor:e.extend("--ft-chip-neutral-icon-color","",a.contentGlobalSecondary),neutralBorderColor:e.extend("--ft-chip-neutral-border-color","",a.borderGlobalSubtle),infoBackgroundColor:e.extend("--ft-chip-info-background-color","",a.backgroundInfoSubtle),infoColor:e.extend("--ft-chip-info-color","",a.contentInfoPrimary),infoIconColor:e.extend("--ft-chip-info-icon-color","",a.contentInfoIconOnly),infoBorderColor:e.extend("--ft-chip-info-border-color","",a.borderInfoSubtle),successBackgroundColor:e.extend("--ft-chip-success-background-color","",a.backgroundSuccessSubtle),successColor:e.extend("--ft-chip-success-color","",a.contentSuccessPrimary),successIconColor:e.extend("--ft-chip-success-icon-color","",a.contentSuccessIconOnly),successBorderColor:e.extend("--ft-chip-success-border-color","",a.borderSuccessSubtle),warningBackgroundColor:e.extend("--ft-chip-warning-background-color","",a.backgroundWarningSubtle),warningColor:e.extend("--ft-chip-warning-color","",a.contentWarningPrimary),warningIconColor:e.extend("--ft-chip-warning-icon-color","",a.contentWarningIconOnly),warningBorderColor:e.extend("--ft-chip-warning-border-color","",a.borderWarningSubtle),errorBackgroundColor:e.extend("--ft-chip-error-background-color","",a.backgroundErrorSubtle),errorColor:e.extend("--ft-chip-error-color","",a.contentErrorPrimary),errorIconColor:e.extend("--ft-chip-error-icon-color","",a.contentErrorIconOnly),errorBorderColor:e.extend("--ft-chip-error-border-color","",a.borderErrorSubtle)};var Tr={brandHoverOpacity:e.extend("--ft-link-brand-hover-opacity","",t.opacity80),brandHoverColor:e.extend("--ft-link-brand-hover-color","",a.contentActionPrimary),brandFocusFocusRingColor:e.extend("--ft-link-brand-focus-focus-ring-color","",a.borderActionFocusRing),brandFocusColor:e.extend("--ft-link-brand-focus-color","",a.contentActionPrimary),brandDefaultColor:e.extend("--ft-link-brand-default-color","",a.contentActionPrimary),brandActiveColor:e.extend("--ft-link-brand-active-color","",a.contentActionPrimary),infoHoverOpacity:e.extend("--ft-link-info-hover-opacity","",t.opacity80),infoHoverColor:e.extend("--ft-link-info-hover-color","",a.contentInfoPrimary),infoFocusFocusRingColor:e.extend("--ft-link-info-focus-focus-ring-color","",a.borderActionFocusRing),infoFocusColor:e.extend("--ft-link-info-focus-color","",a.contentInfoPrimary),infoDefaultColor:e.extend("--ft-link-info-default-color","",a.contentInfoPrimary),infoActiveColor:e.extend("--ft-link-info-active-color","",a.contentInfoPrimary),neutralFocusFocusRingColor:e.extend("--ft-link-neutral-focus-focus-ring-color","",a.borderActionFocusRing),neutralFocusColor:e.extend("--ft-link-neutral-focus-color","",a.contentActionPrimary),neutralDefaultColor:e.extend("--ft-link-neutral-default-color","",a.contentGlobalPrimary),neutralHoverColor:e.extend("--ft-link-neutral-hover-color","",a.contentActionPrimary),neutralActiveColor:e.extend("--ft-link-neutral-active-color","",a.contentActionPrimary),neutralVisitedColor:e.extend("--ft-link-neutral-visited-color","",t.colorBrand100)};var Mr={iconSize:e.extend("--ft-banner-icon-size","",t.iconSize5),borderWidth:e.create("--ft-banner-border-width","","SIZE","1px"),leftPadding:e.extend("--ft-banner-left-padding","",t.spacing6),rightPadding:e.extend("--ft-banner-right-padding","",t.spacing6),verticalPadding:e.extend("--ft-banner-vertical-padding","",t.spacing6),horizontalSideGap:e.extend("--ft-banner-horizontal-side-gap","",t.spacing6),horizontalMobileGap:e.extend("--ft-banner-horizontal-mobile-gap","",t.spacing4),verticalMobileGap:e.extend("--ft-banner-vertical-mobile-gap","",t.spacing6),horizontalMiddleGap:e.extend("--ft-banner-horizontal-middle-gap","",t.spacing20),infoBackgroundColor:e.extend("--ft-banner-info-background-color","",a.backgroundInfoSubtle),infoColor:e.extend("--ft-banner-info-color","",a.contentInfoPrimary),infoIconColor:e.extend("--ft-banner-info-icon-color","",a.contentInfoIconOnly),infoBorderColor:e.extend("--ft-banner-info-border-color","",a.borderInfoSubtle)};var Xr={horizontalPadding:e.extend("--ft-badge-horizontal-padding","",t.spacing1),verticalPadding:e.extend("--ft-badge-vertical-padding","",t.spacing1),borderRadius:e.extend("--ft-badge-border-radius","",t.borderRadiusPill),color:e.extend("--ft-badge-color","",a.contentGlobalOnColor),backgroundColor:e.extend("--ft-badge-background-color","",a.contentActionPrimary)};var ta={horizontalGap:e.extend("--ft-title-breadcrumb-horizontal-gap","",t.spacing1),currentColor:e.extend("--ft-title-breadcrumb-current-color","",a.contentGlobalPrimary),previousNonClickableColor:e.extend("--ft-title-breadcrumb-previous-non-clickable-color","",a.contentGlobalSecondary),iconColor:e.extend("--ft-title-breadcrumb-icon-color","",a.contentGlobalSubtle)};var ia={parentHorizontalPadding:e.extend("--ft-page-header-parent-horizontal-padding","",t.spacing6),parentTopPadding:e.extend("--ft-page-header-parent-top-padding","",t.spacing4),parentBottomPadding:e.extend("--ft-page-header-parent-bottom-padding","",t.spacing6),parentHelpLeftMargin:e.extend("--ft-page-header-parent-help-left-margin","",t.spacing1),parentTitleColor:e.extend("--ft-page-header-parent-title-color","",a.contentGlobalPrimary),parentSubtitleColor:e.extend("--ft-page-header-parent-subtitle-color","",a.contentGlobalSecondary),parentChipLeftMargin:e.extend("--ft-page-header-parent-chip-left-margin","",t.spacing4),parentVerticalGap:e.extend("--ft-page-header-parent-vertical-gap","",t.spacing2),parentButtonsGroupHorizontalGap:e.extend("--ft-page-header-parent-buttons-group-horizontal-gap","",t.spacing4),parentButtonsGroupVerticalGap:e.extend("--ft-page-header-parent-buttons-group-vertical-gap","",t.spacing4),parentChipsGroupHorizontalGap:e.extend("--ft-page-header-parent-chips-group-horizontal-gap","",t.spacing2),parentChipsGroupVerticalGap:e.extend("--ft-page-header-parent-chips-group-vertical-gap","",t.spacing2),childHorizontalPadding:e.extend("--ft-page-header-child-horizontal-padding","",t.spacing6),childTopPadding:e.extend("--ft-page-header-child-top-padding","",t.spacing2),childBottomPadding:e.extend("--ft-page-header-child-bottom-padding","",t.spacing2),childHelpLeftMargin:e.extend("--ft-page-header-child-help-left-margin","",t.spacing1),childChipLeftMargin:e.extend("--ft-page-header-child-chip-left-margin","",t.spacing4),childVerticalGap:e.extend("--ft-page-header-child-vertical-gap","",t.spacing2),childMinHeight:e.create("--ft-page-header-child-min-height","","SIZE","40px"),childButtonsGroupHorizontalGap:e.extend("--ft-page-header-child-buttons-group-horizontal-gap","",t.spacing4),childButtonsGroupVerticalGap:e.extend("--ft-page-header-child-buttons-group-vertical-gap","",t.spacing4),childChipsGroupHorizontalGap:e.extend("--ft-page-header-child-chips-group-horizontal-gap","",t.spacing2),childChipsGroupVerticalGap:e.extend("--ft-page-header-child-chips-group-vertical-gap","",t.spacing2),backgroundColor:e.extend("--ft-page-header-background-color","",t.colorWhite),bottomBorderColor:e.extend("--ft-page-header-bottom-border-color","",a.borderGlobalSubtle),bottomBorderWidth:e.create("--ft-page-header-bottom-border-width","","SIZE","1px")};var sa={horizontalPadding:e.extend("--ft-page-footer-horizontal-padding","",t.spacing6),verticalPadding:e.extend("--ft-page-footer-vertical-padding","",t.spacing2),verticalGap:e.extend("--ft-page-footer-vertical-gap","",t.spacing2),minHeight:e.create("--ft-page-footer-min-height","","SIZE","40px"),backgroundColor:e.extend("--ft-page-footer-background-color","",t.colorWhite),topBorderColor:e.extend("--ft-page-footer-top-border-color","",a.borderGlobalSubtle),topBorderWidth:e.create("--ft-page-footer-top-border-width","","SIZE","1px"),buttonsGroupGap:e.extend("--ft-page-footer-buttons-group-gap","",t.spacing4)};var ba={contentHorizontalPadding:e.extend("--ft-page-layout-content-horizontal-padding","",t.spacing6),contentVerticalPadding:e.extend("--ft-page-layout-content-vertical-padding","",t.spacing6)};var Sa={smallContainerTargetWidth:e.create("--ft-modal-small-container-target-width","","SIZE","560px"),smallContainerMargin:e.extend("--ft-modal-small-container-margin","",t.spacing6),mediumContainerTargetWidth:e.create("--ft-modal-medium-container-target-width","","SIZE","800px"),mediumContainerMargin:e.extend("--ft-modal-medium-container-margin","",t.spacing6),largeContainerTargetWidth:e.create("--ft-modal-large-container-target-width","","SIZE","1040px"),largeContainerMargin:e.extend("--ft-modal-large-container-margin","",t.spacing6),overlayBackgroundColor:e.extend("--ft-modal-overlay-background-color","",t.colorGray700),overlayOpacity:e.extend("--ft-modal-overlay-opacity","",t.opacity40),shadow:e.extend("--ft-modal-shadow","",t.shadowElevation03),bodyBackgroundColor:e.extend("--ft-modal-body-background-color","",t.colorWhite),bodyColor:e.extend("--ft-modal-body-color","",a.contentGlobalPrimary),bodyHorizontalPadding:e.extend("--ft-modal-body-horizontal-padding","",t.spacing6),bodyVerticalPadding:e.extend("--ft-modal-body-vertical-padding","",t.spacing6),bodyVerticalGap:e.extend("--ft-modal-body-vertical-gap","",t.spacing6),headerBackgroundColor:e.extend("--ft-modal-header-background-color","",a.backgroundGlobalOnSurface),headerBorderColor:e.extend("--ft-modal-header-border-color","",a.borderGlobalSubtle),headerColor:e.extend("--ft-modal-header-color","",a.contentGlobalPrimary),headerLeadingIconColor:e.extend("--ft-modal-header-leading-icon-color","",a.contentGlobalPrimary),headerVerticalPadding:e.extend("--ft-modal-header-vertical-padding","",t.spacing1),headerRightPadding:e.extend("--ft-modal-header-right-padding","",t.spacing1),headerLeftPadding:e.extend("--ft-modal-header-left-padding","",t.spacing6),headerGap:e.extend("--ft-modal-header-gap","",t.spacing2),headerBorderBottomWidth:e.create("--ft-modal-header-border-bottom-width","","SIZE","1px"),borderRadius:e.extend("--ft-modal-border-radius","",t.borderRadiusM)};var Ea={overlayOpacity:e.extend("--ft-drawer-overlay-opacity","",t.opacity40),shadow:e.extend("--ft-drawer-shadow","",t.shadowElevation03),bodyColor:e.extend("--ft-drawer-body-color","",a.contentGlobalPrimary),bodyHorizontalPadding:e.extend("--ft-drawer-body-horizontal-padding","",t.spacing6),bodyVerticalPadding:e.extend("--ft-drawer-body-vertical-padding","",t.spacing6),bodyGap:e.extend("--ft-drawer-body-gap","",t.spacing6),bodyBackgroundColor:e.extend("--ft-drawer-body-background-color","",t.colorWhite),headerBackgroundColor:e.extend("--ft-drawer-header-background-color","",a.backgroundGlobalOnSurface),headerBorderColor:e.extend("--ft-drawer-header-border-color","",a.borderGlobalSubtle),headerColor:e.extend("--ft-drawer-header-color","",a.contentGlobalPrimary),headerTrailingIconColor:e.extend("--ft-drawer-header-trailing-icon-color","",a.contentGlobalSecondary),headerHeight:e.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:e.extend("--ft-drawer-header-horizontal-padding","",t.spacing2),headerBorderWidth:e.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:e.extend("--ft-drawer-header-gap","",t.spacing3),buttonsBarBackgroundColor:e.extend("--ft-drawer-buttons-bar-background-color","",a.backgroundGlobalOnSurface),buttonsBarBorderColor:e.extend("--ft-drawer-buttons-bar-border-color","",a.borderGlobalSubtle),buttonsBarColor:e.extend("--ft-drawer-buttons-bar-color","",a.contentGlobalPrimary),buttonsBarHorizontalPadding:e.extend("--ft-drawer-buttons-bar-horizontal-padding","",t.spacing6),buttonsBarVerticalPadding:e.extend("--ft-drawer-buttons-bar-vertical-padding","",t.spacing4),buttonsBarGap:e.extend("--ft-drawer-buttons-bar-gap","",t.spacing3),buttonsBarBorderWidth:e.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:e.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:e.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:e.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:e.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:e.extend("--ft-drawer-overlay-background-color","",t.colorGray700)};var Wa={offBorderBottomWidth:e.create("--ft-tabs-off-border-bottom-width","","SIZE","1px"),offHoverStateLayerOpacity:e.extend("--ft-tabs-off-hover-state-layer-opacity","",t.opacity8),offDefaultStateLayerOpacity:e.extend("--ft-tabs-off-default-state-layer-opacity","",t.opacity0),offFocusStateLayerOpacity:e.extend("--ft-tabs-off-focus-state-layer-opacity","",t.opacity8),offDisabledComponentOpacity:e.extend("--ft-tabs-off-disabled-component-opacity","",t.opacity40),offColor:e.extend("--ft-tabs-off-color","",a.contentGlobalSubtle),offStateLayerColor:e.extend("--ft-tabs-off-state-layer-color","",a.contentGlobalSubtle),offBorderBottomColor:e.extend("--ft-tabs-off-border-bottom-color","",a.borderGlobalSubtle),activeTabIndicatorHeight:e.create("--ft-tabs-active-tab-indicator-height","","SIZE","3px"),topLeftBorderRadius:e.extend("--ft-tabs-top-left-border-radius","",t.borderRadiusS),topRightBorderRadius:e.extend("--ft-tabs-top-right-border-radius","",t.borderRadiusS),withLabelHorizontalPadding:e.extend("--ft-tabs-with-label-horizontal-padding","",t.spacing4),withLabelVerticalPadding:e.extend("--ft-tabs-with-label-vertical-padding","",t.spacing3),horizontalGap:e.extend("--ft-tabs-horizontal-gap","",t.spacing1),verticalGap:e.extend("--ft-tabs-vertical-gap","",t.spacing1),onHoverStateLayerOpacity:e.extend("--ft-tabs-on-hover-state-layer-opacity","",t.opacity16),onDefaultStateLayerOpacity:e.extend("--ft-tabs-on-default-state-layer-opacity","",t.opacity8),onFocusStateLayerOpacity:e.extend("--ft-tabs-on-focus-state-layer-opacity","",t.opacity16),onActiveStateLayerOpacity:e.extend("--ft-tabs-on-active-state-layer-opacity","",t.opacity24),onColor:e.extend("--ft-tabs-on-color","",a.contentActionPrimary),onStateLayerColor:e.extend("--ft-tabs-on-state-layer-color","",a.contentActionPrimary),onActiveTabIndicatorColor:e.extend("--ft-tabs-on-active-tab-indicator-color","",a.contentActionPrimary),iconOnlyHorizontalPadding:e.extend("--ft-tabs-icon-only-horizontal-padding","",t.spacing4),iconOnlyVerticalPadding:e.extend("--ft-tabs-icon-only-vertical-padding","",t.spacing4),alertTopPadding:e.extend("--ft-tabs-alert-top-padding","",t.spacing1),alertRightPadding:e.extend("--ft-tabs-alert-right-padding","",t.spacing05),focusOutlineWidth:e.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:e.extend("--ft-tabs-focus-focus-ring-color","",a.borderActionFocusRing)};var za={fieldHorizontalPadding:e.extend("--ft-text-input-field-horizontal-padding","",t.spacing4),fieldHorizontalGap:e.extend("--ft-text-input-field-horizontal-gap","",t.spacing3),fieldVerticalGap:e.extend("--ft-text-input-field-vertical-gap","",t.spacing05),fieldIconSize:e.extend("--ft-text-input-field-icon-size","",t.iconSize3),fieldHeight:e.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:e.extend("--ft-text-input-helper-horizontal-padding","",t.spacing4),helperHorizontalGap:e.extend("--ft-text-input-helper-horizontal-gap","",t.spacing1),helperIconSize:e.extend("--ft-text-input-helper-icon-size","",t.iconSize2),borderRadius:e.extend("--ft-text-input-border-radius","",t.borderRadiusM),backgroundColor:e.extend("--ft-text-input-background-color","",t.colorWhite),contentValueColor:e.extend("--ft-text-input-content-value-color","",a.contentGlobalPrimary),trailingIconColor:e.extend("--ft-text-input-trailing-icon-color","",a.contentGlobalSubtle),labelColor:e.extend("--ft-text-input-label-color","",a.contentGlobalSubtle),defaultBorderColor:e.extend("--ft-text-input-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:e.extend("--ft-text-input-default-helper-text-color","",a.contentGlobalSubtle),defaultBorderWidth:e.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:e.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:e.extend("--ft-text-input-error-border-color","",a.borderErrorPrimary),errorHelperTextColor:e.extend("--ft-text-input-error-helper-text-color","",a.contentErrorPrimary),errorHelperIconColor:e.extend("--ft-text-input-error-helper-icon-color","",a.contentErrorIconOnly),warningBorderWidth:e.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:e.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:e.extend("--ft-text-input-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineOffset:e.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:e.extend("--ft-text-input-disabled-component-opacity","",t.opacity40)};var Ta={backgroundColor:e.extend("--ft-text-area-background-color","",t.colorWhite),contentValueColor:e.extend("--ft-text-area-content-value-color","",a.contentGlobalPrimary),labelColor:e.extend("--ft-text-area-label-color","",a.contentGlobalSubtle),defaultBorderColor:e.extend("--ft-text-area-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:e.extend("--ft-text-area-default-helper-text-color","",a.contentGlobalSubtle),defaultBorderWidth:e.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:e.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:e.extend("--ft-text-area-error-border-color","",a.borderErrorPrimary),errorHelperTextColor:e.extend("--ft-text-area-error-helper-text-color","",a.contentErrorPrimary),errorHelperIconColor:e.extend("--ft-text-area-error-helper-icon-color","",a.contentErrorIconOnly),focusFocusRingColor:e.extend("--ft-text-area-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineWidth:e.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:e.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:e.extend("--ft-text-area-disabled-component-opacity","",t.opacity40),fieldHorizontalLeftPadding:e.extend("--ft-text-area-field-horizontal-left-padding","",t.spacing4),fieldHorizontalGap:e.extend("--ft-text-area-field-horizontal-gap","",t.spacing3),fieldVerticalGap:e.extend("--ft-text-area-field-vertical-gap","",t.spacing05),fieldMinHeight:e.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:e.extend("--ft-text-area-helper-horizontal-padding","",t.spacing4),helperHorizontalGap:e.extend("--ft-text-area-helper-horizontal-gap","",t.spacing1),helperIconSize:e.extend("--ft-text-area-helper-icon-size","",t.iconSize2),borderRadius:e.extend("--ft-text-area-border-radius","",t.borderRadiusM)};var Ma={height:e.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:e.extend("--ft-floating-menu-horizontal-padding","",t.spacing4),offIconColor:e.extend("--ft-floating-menu-off-icon-color","",a.contentGlobalPrimary),offColor:e.extend("--ft-floating-menu-off-color","",a.contentGlobalPrimary),onColor:e.extend("--ft-floating-menu-on-color","",a.contentActionPrimary),onStateLayerColor:e.extend("--ft-floating-menu-on-state-layer-color","",a.contentActionPrimary),gap:e.extend("--ft-floating-menu-gap","",t.spacing3),focusFocusRingColor:e.extend("--ft-floating-menu-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineWidth:e.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:e.extend("--ft-floating-menu-focus-state-layer-opacity","",t.opacity8),hoverStateLayerOpacity:e.extend("--ft-floating-menu-hover-state-layer-opacity","",t.opacity8),activeStateLayerOpacity:e.extend("--ft-floating-menu-active-state-layer-opacity","",t.opacity16),disabledComponentOpacity:e.extend("--ft-floating-menu-disabled-component-opacity","",t.opacity40),iconSize:e.extend("--ft-floating-menu-icon-size","",t.iconSize3),backgroundColor:e.extend("--ft-floating-menu-background-color","",a.backgroundGlobalOnSurface),shadow:e.extend("--ft-floating-menu-shadow","",t.shadowElevation02)};var Xa={fieldHorizontalPadding:e.extend("--ft-combobox-single-select-field-horizontal-padding","",t.spacing4),fieldHorizontalGap:e.extend("--ft-combobox-single-select-field-horizontal-gap","",t.spacing3),fieldVerticalGap:e.extend("--ft-combobox-single-select-field-vertical-gap","",t.spacing05),fieldIconSize:e.extend("--ft-combobox-single-select-field-icon-size","",t.iconSize3),fieldHeight:e.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:e.extend("--ft-combobox-single-select-helper-horizontal-padding","",t.spacing4),helperHorizontalGap:e.extend("--ft-combobox-single-select-helper-horizontal-gap","",t.spacing1),helperVerticalGap:e.extend("--ft-combobox-single-select-helper-vertical-gap","",t.spacing1),helperIconSize:e.extend("--ft-combobox-single-select-helper-icon-size","",t.iconSize2),menuVerticalGap:e.extend("--ft-combobox-single-select-menu-vertical-gap","",t.spacing2),borderRadius:e.extend("--ft-combobox-single-select-border-radius","",t.borderRadiusM),backgroundColor:e.extend("--ft-combobox-single-select-background-color","",t.colorWhite),labelColor:e.extend("--ft-combobox-single-select-label-color","",a.contentGlobalSubtle),contentValueColor:e.extend("--ft-combobox-single-select-content-value-color","",a.contentGlobalPrimary),trailingIconColor:e.extend("--ft-combobox-single-select-trailing-icon-color","",a.contentGlobalSubtle),defaultBorderColor:e.extend("--ft-combobox-single-select-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:e.extend("--ft-combobox-single-select-default-helper-text-color","",a.contentGlobalSubtle),defaultBorderWidth:e.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:e.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:e.extend("--ft-combobox-single-select-error-border-color","",a.borderErrorPrimary),errorHelperTextColor:e.extend("--ft-combobox-single-select-error-helper-text-color","",a.contentErrorPrimary),warningBorderWidth:e.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:e.extend("--ft-combobox-single-select-warning-border-color","",a.borderWarningPrimary),warningHelperTextColor:e.extend("--ft-combobox-single-select-warning-helper-text-color","",a.contentWarningPrimary),warningHelperIconColor:e.extend("--ft-combobox-single-select-warning-helper-icon-color","",a.contentWarningIconOnly),focusOutlineWidth:e.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:e.extend("--ft-combobox-single-select-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineOffset:e.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:e.extend("--ft-combobox-single-select-disabled-component-opacity","",t.opacity40)};var tn={backgroundColor:e.extend("--ft-combobox-multi-select-background-color","",t.colorWhite),labelColor:e.extend("--ft-combobox-multi-select-label-color","",a.contentGlobalSubtle),trailingIconColor:e.extend("--ft-combobox-multi-select-trailing-icon-color","",a.contentGlobalSubtle),defaultBorderColor:e.extend("--ft-combobox-multi-select-default-border-color","",a.borderInputPrimary),defaultHelperTextColor:e.extend("--ft-combobox-multi-select-default-helper-text-color","",a.contentGlobalSubtle),defaultBorderWidth:e.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:e.extend("--ft-combobox-multi-select-error-border-color","",a.borderErrorPrimary),errorHelperTextColor:e.extend("--ft-combobox-multi-select-error-helper-text-color","",a.contentErrorPrimary),errorHelperIcon:e.extend("--ft-combobox-multi-select-error-helper-icon","",a.contentErrorIconOnly),errorBorderWidth:e.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:e.extend("--ft-combobox-multi-select-warning-border-color","",a.borderWarningPrimary),warningHelperTextColor:e.extend("--ft-combobox-multi-select-warning-helper-text-color","",a.contentWarningPrimary),warningHelperIconColor:e.extend("--ft-combobox-multi-select-warning-helper-icon-color","",a.contentWarningIconOnly),warningBorderWidth:e.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:e.extend("--ft-combobox-multi-select-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineWidth:e.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:e.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:e.extend("--ft-combobox-multi-select-disabled-component-opacity","",t.opacity40),helperHorizontalPadding:e.extend("--ft-combobox-multi-select-helper-horizontal-padding","",t.spacing4),helperHorizontalGap:e.extend("--ft-combobox-multi-select-helper-horizontal-gap","",t.spacing1),helperVerticalGap:e.extend("--ft-combobox-multi-select-helper-vertical-gap","",t.spacing1),helperIconSize:e.extend("--ft-combobox-multi-select-helper-icon-size","",t.iconSize2),fieldHorizontalPadding:e.extend("--ft-combobox-multi-select-field-horizontal-padding","",t.spacing4),fieldHorizontalGap:e.extend("--ft-combobox-multi-select-field-horizontal-gap","",t.spacing3),fieldVerticalGap:e.extend("--ft-combobox-multi-select-field-vertical-gap","",t.spacing05),fieldIconSize:e.extend("--ft-combobox-multi-select-field-icon-size","",t.iconSize3),fieldMaxHeight:e.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:e.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",t.spacing1),contentValuesVerticalGap:e.extend("--ft-combobox-multi-select-content-values-vertical-gap","",t.spacing1),borderRadius:e.extend("--ft-combobox-multi-select-border-radius","",t.borderRadiusM)};var cn={backgroundColor:e.extend("--ft-popover-background-color","",a.backgroundGlobalOnSurface),horizontalPadding:e.extend("--ft-popover-horizontal-padding","",t.spacing6),verticalPadding:e.extend("--ft-popover-vertical-padding","",t.spacing6),titleColor:e.extend("--ft-popover-title-color","",a.contentGlobalPrimary),bodyColor:e.extend("--ft-popover-body-color","",a.contentGlobalSecondary),linkColor:e.extend("--ft-popover-link-color","",a.contentActionPrimary),gap:e.extend("--ft-popover-gap","",t.spacing3),borderRadius:e.extend("--ft-popover-border-radius","",t.borderRadiusM),shadow:e.extend("--ft-popover-shadow","",t.shadowElevation02),maxWidth:e.create("--ft-popover-max-width","","SIZE","440px")};var fn={hoverStateLayerOpacity:e.extend("--ft-collapsible-hover-state-layer-opacity","",t.opacity8),focusStateLayerOpacity:e.extend("--ft-collapsible-focus-state-layer-opacity","",t.opacity8),focusOutlineWidth:e.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:e.extend("--ft-collapsible-focus-focus-ring-color","",a.borderActionFocusRing),activeStateLayerOpacity:e.extend("--ft-collapsible-active-state-layer-opacity","",t.opacity16),disabledComponentOpacity:e.extend("--ft-collapsible-disabled-component-opacity","",t.opacity40),horizontalPadding:e.extend("--ft-collapsible-horizontal-padding","",t.spacing4),verticalPadding:e.extend("--ft-collapsible-vertical-padding","",t.spacing3),color:e.extend("--ft-collapsible-color","",a.contentGlobalPrimary),stateLayerColor:e.extend("--ft-collapsible-state-layer-color","",a.contentGlobalPrimary),backgroundColor:e.extend("--ft-collapsible-background-color","",a.backgroundGlobalOnSurface),borderColor:e.extend("--ft-collapsible-border-color","",a.borderGlobalSubtle),iconSize:e.extend("--ft-collapsible-icon-size","",t.iconSize3)};var un={groupHorizontalPadding:e.extend("--ft-switch-group-horizontal-padding","",t.spacing1),groupVerticalPadding:e.extend("--ft-switch-group-vertical-padding","",t.spacing1),groupGap:e.extend("--ft-switch-group-gap","",t.spacing1),groupBackgroundColor:e.extend("--ft-switch-group-background-color","",a.backgroundGlobalSurface),groupBorderColor:e.extend("--ft-switch-group-border-color","",a.borderGlobalSubtle),groupBorderRadius:e.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:e.extend("--ft-switch-label-horizontal-padding","",t.spacing2),labelVerticalPadding:e.extend("--ft-switch-label-vertical-padding","",t.spacing1),offHoverStateLayerOpacity:e.extend("--ft-switch-off-hover-state-layer-opacity","",t.opacity8),offFocusStateLayerOpacity:e.extend("--ft-switch-off-focus-state-layer-opacity","",t.opacity8),offActiveStateLayerOpacity:e.extend("--ft-switch-off-active-state-layer-opacity","",t.opacity16),offDisabledComponentOpacity:e.extend("--ft-switch-off-disabled-component-opacity","",t.opacity40),offColor:e.extend("--ft-switch-off-color","",a.contentGlobalSubtle),offStateLayerColor:e.extend("--ft-switch-off-state-layer-color","",a.contentGlobalSubtle),onHoverStateLayerOpacity:e.extend("--ft-switch-on-hover-state-layer-opacity","",t.opacity8),onFocusStateLayerOpacity:e.extend("--ft-switch-on-focus-state-layer-opacity","",t.opacity8),onActiveStateLayerOpacity:e.extend("--ft-switch-on-active-state-layer-opacity","",t.opacity16),onDisabledComponentOpacity:e.extend("--ft-switch-on-disabled-component-opacity","",t.opacity40),onColor:e.extend("--ft-switch-on-color","",a.contentActionPrimary),onStateLayerColor:e.extend("--ft-switch-on-state-layer-color","",a.contentActionPrimary),iconHorizontalPadding:e.extend("--ft-switch-icon-horizontal-padding","",t.spacing1),iconVerticalPadding:e.extend("--ft-switch-icon-vertical-padding","",t.spacing1),focusOutlineWidth:e.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:e.extend("--ft-switch-focus-focus-ring-color","",a.borderActionFocusRing),optionBorderRadius:e.extend("--ft-switch-option-border-radius","",t.borderRadiusS)};var On={color1Light:e.extend("--ft-chart-1-light","for area color charts",t.colorBrand40),color1Base:e.extend("--ft-chart-1-base","for line charts",t.colorBrand0),color2Light:e.extend("--ft-chart-2-light","for area color charts",t.colorYellow60),color2Base:e.extend("--ft-chart-2-base","for line charts",t.colorYellow100),color3Light:e.extend("--ft-chart-3-light","",t.colorUltramarine40),color3Base:e.extend("--ft-chart-3-base","",t.colorUltramarine70),color4Light:e.extend("--ft-chart-4-light","",t.colorCyan50),color4Base:e.extend("--ft-chart-4-base","",t.colorCyan100),color5Light:e.extend("--ft-chart-5-light","",t.colorRed40),color5Base:e.extend("--ft-chart-5-base","",t.colorRed60),color6Light:e.extend("--ft-chart-6-light","",t.colorGreen40),color6Base:e.extend("--ft-chart-6-base","",t.colorGreen70),color7Light:e.extend("--ft-chart-7-light","",t.colorOrange70),color7Base:e.extend("--ft-chart-7-base","",t.colorOrange100),color8Light:e.extend("--ft-chart-8-light","",t.colorAvocado70),color8Base:e.extend("--ft-chart-8-base","",t.colorAvocado200),color9Light:e.extend("--ft-chart-9-light","",t.colorBrown50),color9Base:e.extend("--ft-chart-9-base","",t.colorBrown200),color10Light:e.extend("--ft-chart-10-light","",t.colorGray50),color10Base:e.extend("--ft-chart-10-base","",t.colorGray80),monochrome10:e.extend("--ft-chart-monochrome-10","",t.colorBrand10),monochrome20:e.extend("--ft-chart-monochrome-20","",t.colorBrand20),monochrome30:e.extend("--ft-chart-monochrome-30","",t.colorBrand40),monochrome40:e.extend("--ft-chart-monochrome-40","",t.colorBrand60),monochrome50:e.extend("--ft-chart-monochrome-50","",t.colorBrand0),monochrome60:e.extend("--ft-chart-monochrome-60","",t.colorBrand200),scatterplotQuadrantPopularOldBackgroundColor:e.extend("--ft-chart-scatterplot-quadrant-popular-old-background-color","",t.colorYellow10),scatterplotQuadrantPopularNewBackgroundColor:e.extend("--ft-chart-scatterplot-quadrant-popular-new-background-color","",t.colorAvocado10),scatterplotQuadrantUnpopularOldBackgroundColor:e.extend("--ft-chart-scatterplot-quadrant-unpopular-old-background-color","",t.colorRed10),scatterplotQuadrantUnpopularNewBackgroundColor:e.extend("--ft-chart-scatterplot-quadrant-unpopular-new-background-color","",t.colorCyan10),scatterplotDatapointInitialDefaultBackgroundColor:e.extend("--ft-chart-scatterplot-datapoint-initial-default-background-color","",t.colorBrand70),scatterplotDatapointInitialDefaultBackgroundOpacity:e.extend("--ft-chart-scatterplot-datapoint-initial-default-background-opacity","",t.opacity48),scatterplotDatapointInitialHoverBackgroundColor:e.extend("--ft-chart-scatterplot-datapoint-initial-hover-background-color","",t.colorBrand0),scatterplotDatapointSelectedDefaultBackgroundColor:e.extend("--ft-chart-scatterplot-datapoint-selected-default-background-color","",t.colorBrand100),scatterplotDatapointSelectedHoverBackgroundColor:e.extend("--ft-chart-scatterplot-datapoint-selected-hover-background-color","",t.colorBrand200),scatterplotDatapointUnselectedDefaultBackgroundColor:e.extend("--ft-chart-scatterplot-datapoint-unselected-default-background-color","",t.colorGray60),scatterplotDatapointUnselectedDefaultBackgroundOpacity:e.extend("--ft-chart-scatterplot-datapoint-unselected-default-background-opacity","",t.opacity48),scatterplotDatapointUnselectedHoverBackgroundColor:e.extend("--ft-chart-scatterplot-datapoint-unselected-hover-background-color","",t.colorGray70),scatterplotDatapointHoverHoverRingColor:e.extend("--ft-chart-scatterplot-datapoint-hover-hover-ring-color","",t.colorCyan200)};var En={color1IconColor:e.extend("--ft-page-designer-1-icon-color","for area color charts",t.colorCyan0),color1ToolbarColor:e.extend("--ft-page-designer-1-toolbar-color","for area color charts",t.colorCyan0),color2IconColor:e.extend("--ft-page-designer-2-icon-color","for area color charts",t.colorBrand0),color2ToolbarColor:e.extend("--ft-page-designer-2-toolbar-color","for area color charts",t.colorBrand0),color3IconColor:e.extend("--ft-page-designer-3-icon-color","for area color charts",t.colorYellow200),color3ToolbarColor:e.extend("--ft-page-designer-3-toolbar-color","for area color charts",t.colorYellow200),color4IconColor:e.extend("--ft-page-designer-4-icon-color","for area color charts",t.colorUltramarine50),color4ToolbarColor:e.extend("--ft-page-designer-4-toolbar-color","for area color charts",t.colorUltramarine50),color5IconColor:e.extend("--ft-page-designer-5-icon-color","for area color charts",t.colorGreen0),color5ToolbarColor:e.extend("--ft-page-designer-5-toolbar-color","for area color charts",t.colorGreen0),color6IconColor:e.extend("--ft-page-designer-6-icon-color","for area color charts",t.colorOrange0),color6ToolbarColor:e.extend("--ft-page-designer-6-toolbar-color","for area color charts",t.colorOrange0),color7IconColor:e.extend("--ft-page-designer-7-icon-color","for area color charts",t.colorAvocado200),color7ToolbarColor:e.extend("--ft-page-designer-7-toolbar-color","for area color charts",t.colorAvocado200),color8IconColor:e.extend("--ft-page-designer-8-icon-color","for area color charts",t.colorBrown0),color8ToolbarColor:e.extend("--ft-page-designer-8-toolbar-color","for area color charts",t.colorBrown0)};var Wn={borderWidth:e.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:e.extend("--ft-notice-horizontal-padding","",t.spacing3),verticalPadding:e.extend("--ft-notice-vertical-padding","",t.spacing2),borderRadius:e.extend("--ft-notice-border-radius","",t.borderRadiusS),gap:e.extend("--ft-notice-gap","",t.spacing2),iconSize:e.extend("--ft-notice-icon-size","",t.iconSize3),infoBackgroundColor:e.extend("--ft-notice-info-background-color","",a.backgroundInfoSubtle),infoBorderColor:e.extend("--ft-notice-info-border-color","",a.borderInfoSubtle),infoColor:e.extend("--ft-notice-info-color","",a.contentInfoPrimary),infoIconColor:e.extend("--ft-notice-info-icon-color","",a.contentInfoIconOnly),warningBackgroundColor:e.extend("--ft-notice-warning-background-color","",a.backgroundWarningSubtle),warningBorderColor:e.extend("--ft-notice-warning-border-color","",a.borderWarningSubtle),warningColor:e.extend("--ft-notice-warning-color","",a.contentWarningPrimary),warningIconColor:e.extend("--ft-notice-warning-icon-color","",a.contentWarningIconOnly),errorBackgroundColor:e.extend("--ft-notice-error-background-color","",a.backgroundErrorSubtle),errorBorderColor:e.extend("--ft-notice-error-border-color","",a.borderErrorSubtle),errorColor:e.extend("--ft-notice-error-color","",a.contentErrorPrimary),errorIconColor:e.extend("--ft-notice-error-icon-color","",a.contentErrorIconOnly),successBackgroundColor:e.extend("--ft-notice-success-background-color","",a.backgroundSuccessSubtle),successBorderColor:e.extend("--ft-notice-success-border-color","",a.borderSuccessSubtle),successColor:e.extend("--ft-notice-success-color","",a.contentSuccessPrimary),successIconColor:e.extend("--ft-notice-success-icon-color","",a.contentSuccessIconOnly),denseHorizontalPadding:e.create("--ft-notice-dense-horizontal-padding","","SIZE","0px"),denseVerticalPadding:e.create("--ft-notice-dense-vertical-padding","","SIZE","0px"),denseGap:e.extend("--ft-notice-dense-gap","",t.spacing1),denseIconSize:e.extend("--ft-notice-dense-icon-size","",t.iconSize2),denseBorderWidth:e.create("--ft-notice-dense-border-width","","SIZE","0")};var zn={offHoverStateLayerOpacity:e.extend("--ft-toggle-off-hover-state-layer-opacity","",t.opacity16),offFocusStateLayerOpacity:e.extend("--ft-toggle-off-focus-state-layer-opacity","",t.opacity16),offActiveStateLayerOpacity:e.extend("--ft-toggle-off-active-state-layer-opacity","",t.opacity24),offDisabledComponentOpacity:e.extend("--ft-toggle-off-disabled-component-opacity","",t.opacity40),offBackgroundColor:e.extend("--ft-toggle-off-background-color","",a.contentGlobalSubtle),offIconColor:e.extend("--ft-toggle-off-icon-color","",a.contentGlobalSubtle),offStateLayerColor:e.extend("--ft-toggle-off-state-layer-color","",a.contentGlobalSubtle),onHoverStateLayerOpacity:e.extend("--ft-toggle-on-hover-state-layer-opacity","",t.opacity16),onFocusStateLayerOpacity:e.extend("--ft-toggle-on-focus-state-layer-opacity","",t.opacity16),onActiveStateLayerOpacity:e.extend("--ft-toggle-on-active-state-layer-opacity","",t.opacity24),onDisabledComponentOpacity:e.extend("--ft-toggle-on-disabled-component-opacity","",t.opacity40),onBackgroundColor:e.extend("--ft-toggle-on-background-color","",a.contentActionPrimary),onStateLayerColor:e.extend("--ft-toggle-on-state-layer-color","",a.contentActionPrimary),onIconColor:e.extend("--ft-toggle-on-icon-color","",a.contentActionPrimary),color:e.extend("--ft-toggle-color","",a.contentGlobalPrimary),focusFocusRingColor:e.extend("--ft-toggle-focus-focus-ring-color","",a.borderActionFocusRing),gap:e.extend("--ft-toggle-gap","",t.spacing3)};var Tn={color:e.extend("--ft-radio-color","",a.contentGlobalPrimary),selectedRadioColor:e.extend("--ft-radio-selected-radio-color","",a.contentActionPrimary),selectedStateLayerColor:e.extend("--ft-radio-selected-state-layer-color","",a.contentActionPrimary),selectedHoverStateLayerOpacity:e.extend("--ft-radio-selected-hover-state-layer-opacity","",t.opacity16),selectedFocusStateLayerOpacity:e.extend("--ft-radio-selected-focus-state-layer-opacity","",t.opacity16),selectedActiveStateLayerOpacity:e.extend("--ft-radio-selected-active-state-layer-opacity","",t.opacity24),selectedDisabledComponentOpacity:e.extend("--ft-radio-selected-disabled-component-opacity","",t.opacity40),unselectedStateLayerColor:e.extend("--ft-radio-unselected-state-layer-color","",a.borderInputPrimary),unselectedBorderColor:e.extend("--ft-radio-unselected-border-color","",a.borderInputPrimary),unselectedHoverStateLayerOpacity:e.extend("--ft-radio-unselected-hover-state-layer-opacity","",t.opacity16),unselectedFocusStateLayerOpacity:e.extend("--ft-radio-unselected-focus-state-layer-opacity","",t.opacity16),unselectedActiveStateLayerOpacity:e.extend("--ft-radio-unselected-active-state-layer-opacity","",t.opacity24),unselectedDisabledComponentOpacity:e.extend("--ft-radio-unselected-disabled-component-opacity","",t.opacity40),focusFocusRingColor:e.extend("--ft-radio-focus-focus-ring-color","",a.borderActionFocusRing),focusOutlineOffset:e.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:e.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:e.extend("--ft-radio-gap","",t.spacing3)};var Mn={iconSize:e.extend("--ft-notification-icon-size","",t.iconSize4),leftPadding:e.extend("--ft-notification-left-padding","",t.spacing5),rightPadding:e.extend("--ft-notification-right-padding","",t.spacing4),verticalPadding:e.extend("--ft-notification-vertical-padding","",t.spacing3),infoBackgroundColor:e.extend("--ft-notification-info-background-color","",a.backgroundInfoSubtle),infoColor:e.extend("--ft-notification-info-color","",a.contentInfoPrimary),infoIconColor:e.extend("--ft-notification-info-icon-color","",a.contentInfoIconOnly),infoBorderColor:e.extend("--ft-notification-info-border-color","",a.borderInfoSubtle),successBackgroundColor:e.extend("--ft-notification-success-background-color","",a.backgroundSuccessSubtle),successColor:e.extend("--ft-notification-success-color","",a.contentSuccessPrimary),successIconColor:e.extend("--ft-notification-success-icon-color","",a.contentSuccessIconOnly),successBorderColor:e.extend("--ft-notification-success-border-color","",a.borderSuccessSubtle),warningBackgroundColor:e.extend("--ft-notification-warning-background-color","",a.backgroundWarningSubtle),warningColor:e.extend("--ft-notification-warning-color","",a.contentWarningPrimary),warningIconColor:e.extend("--ft-notification-warning-icon-color","",a.contentWarningIconOnly),warningBorderColor:e.extend("--ft-notification-warning-border-color","",a.borderWarningSubtle),errorBackgroundColor:e.extend("--ft-notification-error-background-color","",a.backgroundErrorSubtle),errorColor:e.extend("--ft-notification-error-color","",a.contentErrorPrimary),errorIconColor:e.extend("--ft-notification-error-icon-color","",a.contentErrorIconOnly),errorBorderColor:e.extend("--ft-notification-error-border-color","",a.borderErrorSubtle),borderRadius:e.extend("--ft-notification-border-radius","",t.borderRadiusPill),borderWidth:e.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:e.extend("--ft-notification-leading-gap","",t.spacing2),trailingGap:e.extend("--ft-notification-trailing-gap","",t.spacing8)};var Xn={horizontalPadding:e.extend("--ft-tooltip-horizontal-padding","",t.spacing2),verticalPadding:e.extend("--ft-tooltip-vertical-padding","",t.spacing2),borderRadius:e.extend("--ft-tooltip-border-radius","",t.borderRadiusS),color:e.extend("--ft-tooltip-color","",a.contentGlobalOnColor),backgroundColor:e.extend("--ft-tooltip-background-color","",a.contentGlobalPrimary),backgroundOpacity:e.extend("--ft-tooltip-background-opacity","",t.opacity80),shadow:e.extend("--ft-tooltip-shadow","",t.shadowElevation02),maxWidth:e.create("--ft-tooltip-max-width","","SIZE","256px"),gap:e.extend("--ft-tooltip-gap","",t.spacing05)};var ti={verticalPadding:e.extend("--ft-reorderable-list-vertical-padding","",t.spacing4),gap:e.extend("--ft-reorderable-list-gap","",t.spacing1),borderRadius:e.extend("--ft-reorderable-list-border-radius","",t.borderRadiusM),reorderableItemTitleMarginRight:e.extend("--ft-reorderable-list-reorderable-item-title-margin-right","",t.spacing6),reorderableItemTitleColor:e.extend("--ft-reorderable-list-reorderable-item-title-color","",a.contentGlobalPrimary),reorderableItemLeftButtonsGroupMarginRight:e.extend("--ft-reorderable-list-reorderable-item-left-buttons-group-margin-right","",t.spacing6),reorderableItemLeftButtonsGroupHorizontalGap:e.extend("--ft-reorderable-list-reorderable-item-left-buttons-group-horizontal-gap","",t.spacing2),reorderableItemRightButtonsGroupHorizontalGap:e.extend("--ft-reorderable-list-reorderable-item-right-buttons-group-horizontal-gap","",t.spacing2),reorderableItemUsersCountColor:e.extend("--ft-reorderable-list-reorderable-item-users-count-color","",a.contentGlobalPrimary),reorderableItemUsersCountMarginRight:e.extend("--ft-reorderable-list-reorderable-item-users-count-margin-right","",t.spacing6),reorderableItemBackgroundColor:e.extend("--ft-reorderable-list-reorderable-item-background-color","",a.backgroundGlobalOnSurface),reorderableItemWarningMessageGap:e.extend("--ft-reorderable-list-reorderable-item-warning-message-gap","",t.spacing1),reorderableItemWarningMessageColor:e.extend("--ft-reorderable-list-reorderable-item-warning-message-color","",a.contentWarningPrimary),reorderableItemWarningMessageIconColor:e.extend("--ft-reorderable-list-reorderable-item-warning-message-icon-color","",a.contentWarningIconOnly),reorderableItemGripColor:e.extend("--ft-reorderable-list-reorderable-item-grip-color","",a.contentGlobalSecondary),reorderableItemGripOpacity:e.extend("--ft-reorderable-list-reorderable-item-grip-opacity","",t.opacity48),boxShadow:e.extend("--ft-reorderable-list-box-shadow","",t.shadowElevation01),borderWidth:e.create("--ft-reorderable-list-border-width","","SIZE","1px"),reorderableItemsGap:e.extend("--ft-reorderable-list-reorderable-items-gap","",t.spacing2),leftPadding:e.extend("--ft-reorderable-list-left-padding","",t.spacing2),rightPadding:e.extend("--ft-reorderable-list-right-padding","",t.spacing6),borderColor:e.extend("--ft-reorderable-list-border-color","",a.borderGlobalPrimary),backgroundColor:e.extend("--ft-reorderable-list-background-color","",a.backgroundGlobalOnSurfaceDark)};var Ft;(function(o){o.brand="brand",o.neutral="neutral",o.info="info",o.success="success",o.warning="warning",o.error="error"})(Ft||(Ft={}));var Yt;(function(o){o.large="large",o.medium="medium",o.small="small"})(Yt||(Yt={}));var Ne=b(R());function jt(o){let r=Ce[o];return Ne.css`
|
|
136
|
+
.ft-typography--${(0,Ne.unsafeCSS)(o)} {
|
|
137
137
|
font-family: ${r.fontFamily};
|
|
138
138
|
font-size: ${r.fontSize};
|
|
139
139
|
font-weight: ${r.fontWeight};
|
|
@@ -141,7 +141,7 @@ Also for action icons.`,t.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
|
|
|
141
141
|
line-height: ${r.lineHeight};
|
|
142
142
|
text-transform: ${r.textCase};
|
|
143
143
|
}
|
|
144
|
-
`}var Xt=s.FtCssVariableFactory.extend("--ft-typography-font-family","",s.designSystemVariables.titleFont),
|
|
144
|
+
`}var Xt=s.FtCssVariableFactory.extend("--ft-typography-font-family","",s.designSystemVariables.titleFont),B=s.FtCssVariableFactory.extend("--ft-typography-font-family","",s.designSystemVariables.contentFont),y={fontFamily:B,fontSize:s.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:s.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:s.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:s.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:s.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},X={fontFamily:s.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Xt),fontSize:s.FtCssVariableFactory.extend("--ft-typography-title-font-size","",y.fontSize,"20px"),fontWeight:s.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",y.fontWeight,"normal"),letterSpacing:s.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",y.letterSpacing,"0.15px"),lineHeight:s.FtCssVariableFactory.extend("--ft-typography-title-line-height","",y.lineHeight,"1.2"),textTransform:s.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",y.textTransform,"inherit")},q={fontFamily:s.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Xt),fontSize:s.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",y.fontSize,"14px"),fontWeight:s.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",y.fontWeight,"normal"),letterSpacing:s.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",y.letterSpacing,"0.105px"),lineHeight:s.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",y.lineHeight,"1.7"),textTransform:s.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",y.textTransform,"inherit")},Q={fontFamily:s.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",B),fontSize:s.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",y.fontSize,"16px"),fontWeight:s.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",y.fontWeight,"600"),letterSpacing:s.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",y.letterSpacing,"0.144px"),lineHeight:s.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",y.lineHeight,"1.5"),textTransform:s.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",y.textTransform,"inherit")},J={fontFamily:s.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",B),fontSize:s.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",y.fontSize,"14px"),fontWeight:s.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",y.fontWeight,"normal"),letterSpacing:s.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",y.letterSpacing,"0.098px"),lineHeight:s.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",y.lineHeight,"1.7"),textTransform:s.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",y.textTransform,"inherit")},ee={fontFamily:s.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",B),fontSize:s.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",y.fontSize,"16px"),fontWeight:s.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",y.fontWeight,"normal"),letterSpacing:s.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",y.letterSpacing,"0.496px"),lineHeight:s.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",y.lineHeight,"1.5"),textTransform:s.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",y.textTransform,"inherit")},te={fontFamily:s.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",B),fontSize:s.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",y.fontSize,"14px"),fontWeight:s.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",y.fontWeight,"normal"),letterSpacing:s.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",y.letterSpacing,"0.252px"),lineHeight:s.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",y.lineHeight,"1.4"),textTransform:s.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",y.textTransform,"inherit")},oe={fontFamily:s.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",B),fontSize:s.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",y.fontSize,"12px"),fontWeight:s.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",y.fontWeight,"normal"),letterSpacing:s.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",y.letterSpacing,"0.396px"),lineHeight:s.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",y.lineHeight,"1.33"),textTransform:s.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",y.textTransform,"inherit")},re={fontFamily:s.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",B),fontSize:s.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",y.fontSize,"10px"),fontWeight:s.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",y.fontWeight,"normal"),letterSpacing:s.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",y.letterSpacing,"0.33px"),lineHeight:s.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",y.lineHeight,"1.6"),textTransform:s.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",y.textTransform,"inherit")},ae={fontFamily:s.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",B),fontSize:s.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",y.fontSize,"10px"),fontWeight:s.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",y.fontWeight,"normal"),letterSpacing:s.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",y.letterSpacing,"1.5px"),lineHeight:s.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",y.lineHeight,"1.6"),textTransform:s.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",y.textTransform,"uppercase")},ne={fontFamily:s.FtCssVariableFactory.extend("--ft-typography-button-font-family","",B),fontSize:s.FtCssVariableFactory.extend("--ft-typography-button-font-size","",y.fontSize,"14px"),fontWeight:s.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",y.fontWeight,"600"),letterSpacing:s.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",y.letterSpacing,"1.246px"),lineHeight:s.FtCssVariableFactory.extend("--ft-typography-button-line-height","",y.lineHeight,"1.15"),textTransform:s.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",y.textTransform,"uppercase")},qt=L.css`
|
|
145
145
|
.ft-typography--title {
|
|
146
146
|
font-family: ${X.fontFamily};
|
|
147
147
|
font-size: ${X.fontSize};
|
|
@@ -150,7 +150,7 @@ Also for action icons.`,t.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
|
|
|
150
150
|
line-height: ${X.lineHeight};
|
|
151
151
|
text-transform: ${X.textTransform};
|
|
152
152
|
}
|
|
153
|
-
`,Qt=
|
|
153
|
+
`,Qt=L.css`
|
|
154
154
|
.ft-typography--title-dense {
|
|
155
155
|
font-family: ${q.fontFamily};
|
|
156
156
|
font-size: ${q.fontSize};
|
|
@@ -159,7 +159,7 @@ Also for action icons.`,t.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
|
|
|
159
159
|
line-height: ${q.lineHeight};
|
|
160
160
|
text-transform: ${q.textTransform};
|
|
161
161
|
}
|
|
162
|
-
`,Jt=
|
|
162
|
+
`,Jt=L.css`
|
|
163
163
|
.ft-typography--subtitle1 {
|
|
164
164
|
font-family: ${Q.fontFamily};
|
|
165
165
|
font-size: ${Q.fontSize};
|
|
@@ -168,7 +168,7 @@ Also for action icons.`,t.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
|
|
|
168
168
|
line-height: ${Q.lineHeight};
|
|
169
169
|
text-transform: ${Q.textTransform};
|
|
170
170
|
}
|
|
171
|
-
`,eo=
|
|
171
|
+
`,eo=L.css`
|
|
172
172
|
.ft-typography--subtitle2 {
|
|
173
173
|
font-family: ${J.fontFamily};
|
|
174
174
|
font-size: ${J.fontSize};
|
|
@@ -178,7 +178,7 @@ Also for action icons.`,t.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
|
|
|
178
178
|
text-transform: ${J.textTransform};
|
|
179
179
|
}
|
|
180
180
|
|
|
181
|
-
`,to=
|
|
181
|
+
`,to=L.css`
|
|
182
182
|
.ft-typography--body1 {
|
|
183
183
|
font-family: ${ee.fontFamily};
|
|
184
184
|
font-size: ${ee.fontSize};
|
|
@@ -187,7 +187,7 @@ Also for action icons.`,t.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
|
|
|
187
187
|
line-height: ${ee.lineHeight};
|
|
188
188
|
text-transform: ${ee.textTransform};
|
|
189
189
|
}
|
|
190
|
-
`,oo=
|
|
190
|
+
`,oo=L.css`
|
|
191
191
|
.ft-typography--body2 {
|
|
192
192
|
font-family: ${te.fontFamily};
|
|
193
193
|
font-size: ${te.fontSize};
|
|
@@ -196,7 +196,7 @@ Also for action icons.`,t.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
|
|
|
196
196
|
line-height: ${te.lineHeight};
|
|
197
197
|
text-transform: ${te.textTransform};
|
|
198
198
|
}
|
|
199
|
-
`,ro=
|
|
199
|
+
`,ro=L.css`
|
|
200
200
|
.ft-typography--caption {
|
|
201
201
|
font-family: ${oe.fontFamily};
|
|
202
202
|
font-size: ${oe.fontSize};
|
|
@@ -205,7 +205,7 @@ Also for action icons.`,t.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
|
|
|
205
205
|
line-height: ${oe.lineHeight};
|
|
206
206
|
text-transform: ${oe.textTransform};
|
|
207
207
|
}
|
|
208
|
-
`,ao=
|
|
208
|
+
`,ao=L.css`
|
|
209
209
|
.ft-typography--breadcrumb {
|
|
210
210
|
font-family: ${re.fontFamily};
|
|
211
211
|
font-size: ${re.fontSize};
|
|
@@ -214,7 +214,7 @@ Also for action icons.`,t.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
|
|
|
214
214
|
line-height: ${re.lineHeight};
|
|
215
215
|
text-transform: ${re.textTransform};
|
|
216
216
|
}
|
|
217
|
-
`,no=
|
|
217
|
+
`,no=L.css`
|
|
218
218
|
.ft-typography--overline {
|
|
219
219
|
font-family: ${ae.fontFamily};
|
|
220
220
|
font-size: ${ae.fontSize};
|
|
@@ -223,7 +223,7 @@ Also for action icons.`,t.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
|
|
|
223
223
|
line-height: ${ae.lineHeight};
|
|
224
224
|
text-transform: ${ae.textTransform};
|
|
225
225
|
}
|
|
226
|
-
`,io=
|
|
226
|
+
`,io=L.css`
|
|
227
227
|
.ft-typography--button {
|
|
228
228
|
font-family: ${ne.fontFamily};
|
|
229
229
|
font-size: ${ne.fontSize};
|
|
@@ -232,11 +232,11 @@ Also for action icons.`,t.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
|
|
|
232
232
|
line-height: ${ne.lineHeight};
|
|
233
233
|
text-transform: ${ne.textTransform};
|
|
234
234
|
}
|
|
235
|
-
`,co=
|
|
235
|
+
`,co=L.css`
|
|
236
236
|
.ft-typography {
|
|
237
237
|
vertical-align: inherit;
|
|
238
238
|
}
|
|
239
|
-
`,lo=[Object.keys(
|
|
239
|
+
`,lo=[Object.keys(Ce).map(o=>jt(o))];var po=function(o,r,n,i){var c=arguments.length,d=c<3?r:i===null?i=Object.getOwnPropertyDescriptor(r,n):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")d=Reflect.decorate(o,r,n,i);else for(var f=o.length-1;f>=0;f--)(l=o[f])&&(d=(c<3?l(d):c>3?l(r,n,d):l(r,n))||d);return c>3&&d&&Object.defineProperty(r,n,d),d},P=class extends so.FtLitElement{constructor(){super(...arguments),this.variant=Oe.body1}render(){return this.element?_e`
|
|
240
240
|
<${ze(this.element)}
|
|
241
241
|
part="text"
|
|
242
242
|
class="ft-typography ft-typography--${this.variant}">
|
|
@@ -244,60 +244,60 @@ Also for action icons.`,t.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
|
|
|
244
244
|
</${ze(this.element)}>
|
|
245
245
|
`:_e`
|
|
246
246
|
<slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
|
|
247
|
-
`}};
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
247
|
+
`}};P.styles=[qt,Qt,Jt,eo,to,oo,ro,ao,no,io,co,...lo];po([(0,Ge.property)()],P.prototype,"element",void 0);po([(0,Ge.property)()],P.prototype,"variant",void 0);(0,fo.customElement)("ft-typography")(P);var xo=b(N());var fe=b(R()),T=b(F()),uo=b(N()),mo=b(go());var ve;(function(o){o.ADD_TO_PBK="",o.ALERT="",o.ADD_ALERT="",o.BACK_TO_SEARCH="",o.ADD_BOOKMARK="",o.BOOKMARK="",o.BOOKS="",o.MENU="",o.DOWNLOAD="",o.EDIT="",o.FEEDBACK="",o.HOME="",o.MODIFY_PBK="",o.SCHEDULED="",o.SEARCH="",o.EXPORT="",o.TOC="",o.WRITE_UGC="",o.TRASH="",o.USER="",o.EXTLINK="",o.CALENDAR="",o.OFFLINE="",o.BOOK="",o.DOWNLOAD_PLAIN="",o.CHECK="",o.STAR_PLAIN="",o.TOPICS="",o.DISC="",o.CIRCLE="",o.SHARED="",o.SORT_UNSORTED="",o.SORT_UP="",o.SORT_DOWN="",o.WORKING="",o.CLOSE="",o.ZOOM_OUT="",o.ZOOM_IN="",o.ZOOM_REALSIZE="",o.ZOOM_FULLSCREEN="",o.ADMIN_RESTRICTED="",o.ADMIN="",o.ADMIN_KHUB="",o.ADMIN_THEME="",o.ADMIN_USERS="",o.WARNING="",o.CONTEXT="",o.SEARCH_HOME="",o.STEPS="",o.ICON_EXPAND="",o.ICON_COLLAPSE="",o.INFO="",o.MINUS_PLAIN="",o.PLUS_PLAIN="",o.FACET_HAS_DESCENDANT="",o.TRIANGLE_BOTTOM="",o.TRIANGLE_LEFT="",o.TRIANGLE_RIGHT="",o.TRIANGLE_TOP="",o.THIN_ARROW="",o.SIGN_IN="",o.LOGOUT="",o.TRANSLATE="",o.CLOSE_PLAIN="",o.CHECK_PLAIN="",o.ARTICLE="",o.COLUMNS="",o.ANALYTICS="",o.COLLECTIONS="",o.ARROW_DOWN="",o.ARROW_LEFT="",o.ARROW_RIGHT="",o.ARROW_UP="",o.SEARCH_IN_PUBLICATION="",o.COPY_TO_CLIPBOARD="",o.SHARED_PBK="",o.ATTACHMENTS="",o.STRIPE_ARROW_LEFT="",o.STRIPE_ARROW_RIGHT="",o.FILTERS="",o.DOT="",o.MINUS="",o.PLUS="",o.MAILS_AND_NOTIFICATIONS="",o.SAVE="",o.LOCKER="",o.ADMIN_INTEGRATION="",o.SYNC="",o.TAG="",o.BOOK_PLAIN="",o.UPLOAD="",o.ONLINE="",o.TAG_PLAIN="",o.ACCOUNT_SETTINGS="",o.PRINT="",o.DEFAULT_ROLES="",o.SHORTCUT_MENU="",o.RELATIVES_PLAIN="",o.RELATIVES="",o.PAUSE="",o.PLAY="",o.ADMIN_PORTAL="",o.STAR="",o.THUMBS_DOWN="",o.THUMBS_DOWN_PLAIN="",o.THUMBS_UP="",o.THUMBS_UP_PLAIN="",o.FEEDBACK_PLAIN="",o.RATE_PLAIN="",o.RATE="",o.OFFLINE_SETTINGS="",o.MY_COLLECTIONS="",o.THIN_ARROW_LEFT="",o.THIN_ARROW_RIGHT="",o.RESET="",o.MY_LIBRARY="",o.UNSTRUCTURED_DOC="",o.CONTEXTUAL="",o.THIN_ARROW_UP="",o.ARROW_RIGHT_TO_LINE="",o.DESKTOP="",o.TABLET_LANDSCAPE="",o.TABLET_PORTRAIT="",o.MOBILE_LANDSCAPE="",o.MOBILE_PORTRAIT="",o.DIAGRAM_SUNBURST="",o.DIAGRAM_SANKEY="",o.COMMENT_QUESTION="",o.COMMENT_QUESTION_PLAIN="",o.MESSAGE_BOT="",o.CHART_SIMPLE="",o.BARS_PROGRESS="",o.BOOK_OPEN_GEAR="",o.BOOK_OPEN_GEAR_SLASH="",o.LINE_CHART="",o.STACKED_CHART="",o.CHART_BAR_STACKED="",o.CHART_BAR_GROUPED="",o.EYE_SLASH="",o.X_MARK="",o.EXPAND_WIDE="",o.PIP="",o.PIP_WIDE="",o.LIFE_RING="",o.GLOBE="",o.PIGGY_BANK="",o.EXTLINK_LIGHT="",o.CLONE="",o.CLONE_LINK_SIMPLE="",o.CHART_BAR_NORMALIZED="",o.CONSUMER="",o.OCTAGON_XMARK="",o.HOURGLASS_HALF="",o.CLOCK="",o.CLOCK_THREE="",o.CALENDAR_DAY="",o.COMPUTER_MOUSE_MAGNIFYING_GLASS="",o.WAND_MAGIC_SPARKLES="",o.PAPER_PLANE="",o.CIRCLE_STOP="",o.ARROW_ROTATE_RIGHT="",o.ARROWS_ROTATE="",o.ALIGN_RIGHT="",o.FORMAT_CLEAR="",o.ALIGN_CENTER="",o.ALIGN_LEFT="",o.PALETTE="",o.BOLD="",o.ITALIC="",o.UNDERLINE="",o.STRIKETHROUGH="",o.LINK_SIMPLE_SLASH="",o.LINK_SIMPLE="",o.ROUTE="",o.CIRCLE_USER_SLASH="",o.CIRCLE_USER_CHECK="",o.LIST_MAGNIFYING_GLASS="",o.MEDAL="",o.THUMBS_UP_THUMBS_DOWN_SOLID="",o.ARROW_TURN_DOWN_RIGHT="",o.FLASK="",o.LOCK_KEYHOLE_OPEN_SOLID="",o.HOURGLASS_END="",o.CIRCLE_QUESTION="",o.GRIP_LINES_SOLID="",o.TRANSLATE_SPARKLE_SOLID="",o.CODE="",o.ARROW_UP_RIGHT_AND_ARROW_DOWN_LEFT_FROM_CENTER="",o.PAPER_PLANE_SLASH="",o.COMPRESS="",o.EXPAND="",o.ARROW_ROTATE_LEFT="",o.EYE="",o.SHARE="󨃱",o.MOBILE_SMALL=""})(ve||(ve={}));var p;(function(o){o.UNKNOWN="",o.ABW="",o.AUDIO="",o.AVI="",o.CHM="",o.CODE="",o.CSV="",o.DITA="",o.EPUB="",o.EXCEL="",o.FLAC="",o.GIF="",o.GZIP="",o.HTML="",o.IMAGE="",o.JPEG="",o.JSON="",o.M4A="",o.MOV="",o.MP3="",o.MP4="",o.OGG="",o.PDF="",o.PNG="",o.POWERPOINT="",o.RAR="",o.STP="",o.TEXT="",o.VIDEO="",o.WAV="",o.WMA="",o.WORD="",o.XML="",o.YAML="",o.ZIP=""})(p||(p={}));var Ac=new Map([...["abw"].map(o=>[o,p.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(o=>[o,p.AUDIO]),...["avi"].map(o=>[o,p.AVI]),...["chm","xhs"].map(o=>[o,p.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(o=>[o,p.CODE]),...["csv"].map(o=>[o,p.CSV]),...["dita","ditamap","ditaval"].map(o=>[o,p.DITA]),...["epub"].map(o=>[o,p.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(o=>[o,p.EXCEL]),...["flac"].map(o=>[o,p.FLAC]),...["gif"].map(o=>[o,p.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(o=>[o,p.GZIP]),...["html","htm","xhtml"].map(o=>[o,p.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(o=>[o,p.IMAGE]),...["jpeg","jpg","jpe"].map(o=>[o,p.JPEG]),...["json"].map(o=>[o,p.JSON]),...["m4a","m4p"].map(o=>[o,p.M4A]),...["mov","qt"].map(o=>[o,p.MOV]),...["mp3"].map(o=>[o,p.MP3]),...["mp4","m4v"].map(o=>[o,p.MP4]),...["ogg","oga"].map(o=>[o,p.OGG]),...["pdf","ps"].map(o=>[o,p.PDF]),...["png"].map(o=>[o,p.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(o=>[o,p.POWERPOINT]),...["rar"].map(o=>[o,p.RAR]),...["stp"].map(o=>[o,p.STP]),...["txt","rtf","md","mdown"].map(o=>[o,p.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(o=>[o,p.VIDEO]),...["wav"].map(o=>[o,p.WAV]),...["wma"].map(o=>[o,p.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(o=>[o,p.WORD]),...["xml","xsl","rdf"].map(o=>[o,p.XML]),...["yaml","yml","x-yaml"].map(o=>[o,p.YAML]),...["zip"].map(o=>[o,p.ZIP])]);var wc={[p.ABW]:"#91ABC6",[p.AUDIO]:"#1795E3",[p.AVI]:"#E63324",[p.CHM]:"#71C3EB",[p.CODE]:"#71C3EB",[p.CSV]:"#1F7345",[p.DITA]:"#71C3EB",[p.EPUB]:"#85B926",[p.EXCEL]:"#1F7345",[p.FLAC]:"#1795E3",[p.GIF]:"#59B031",[p.GZIP]:"#F8AB36",[p.HTML]:"#71C3EB",[p.IMAGE]:"#59B031",[p.JPEG]:"#59B031",[p.JSON]:"#71C3EB",[p.M4A]:"#1795E3",[p.MOV]:"#E63324",[p.MP3]:"#1795E3",[p.MP4]:"#E63324",[p.OGG]:"#1795E3",[p.PDF]:"#E44948",[p.PNG]:"#59B031",[p.POWERPOINT]:"#B54A2B",[p.RAR]:"#F8AB36",[p.STP]:"#3764B1",[p.TEXT]:"#3162AB",[p.UNKNOWN]:"#999999",[p.VIDEO]:"#E63324",[p.WAV]:"#1795E3",[p.WMA]:"#1795E3",[p.WORD]:"#3162AB",[p.XML]:"#71C3EB",[p.YAML]:"#71C3EB",[p.ZIP]:"#F8AB36"};var bo=b(R()),A=b(N()),k={size:A.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:A.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",A.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:A.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",A.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:A.FtCssVariableFactory.extend("--ft-icon-material-font-family","",A.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:A.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},ho=[bo.css`
|
|
248
|
+
:host, i.ft-icon {
|
|
249
|
+
display: inline-flex;
|
|
250
|
+
align-items: center;
|
|
251
|
+
flex-shrink: 0;
|
|
252
|
+
flex-grow: 0;
|
|
253
|
+
}
|
|
254
254
|
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
255
|
+
:host {
|
|
256
|
+
width: ${k.size};
|
|
257
|
+
height: ${k.size};
|
|
258
|
+
}
|
|
259
259
|
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
i.ft-icon.ft-icon--fluid-topics {
|
|
278
|
-
font-family: ${P.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
|
|
279
|
-
|
|
280
|
-
/* Ugly fix because font is broken */
|
|
281
|
-
font-size: calc(0.75 * ${P.size});
|
|
282
|
-
line-height: ${P.size};
|
|
283
|
-
position: relative;
|
|
284
|
-
top: -4%;
|
|
285
|
-
justify-content: center;
|
|
286
|
-
}
|
|
260
|
+
i.ft-icon {
|
|
261
|
+
width: 100%;
|
|
262
|
+
height: 100%;
|
|
263
|
+
font-size: ${k.size};
|
|
264
|
+
line-height: 1;
|
|
265
|
+
font-weight: normal;
|
|
266
|
+
text-transform: none;
|
|
267
|
+
font-style: normal;
|
|
268
|
+
font-variant: normal;
|
|
269
|
+
speak: none;
|
|
270
|
+
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
|
|
271
|
+
text-rendering: auto;
|
|
272
|
+
-webkit-font-smoothing: antialiased;
|
|
273
|
+
-moz-osx-font-smoothing: grayscale;
|
|
274
|
+
vertical-align: ${k.verticalAlign};
|
|
275
|
+
}
|
|
287
276
|
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
}
|
|
277
|
+
i.ft-icon.ft-icon--fluid-topics {
|
|
278
|
+
font-family: ${k.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
|
|
291
279
|
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
280
|
+
/* Ugly fix because font is broken */
|
|
281
|
+
font-size: calc(0.75 * ${k.size});
|
|
282
|
+
line-height: ${k.size};
|
|
283
|
+
position: relative;
|
|
284
|
+
top: -4%;
|
|
285
|
+
justify-content: center;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
.ft-icon--file-format {
|
|
289
|
+
font-family: ${k.fileFormatFontFamily}, ft-mime, sans-serif;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
.ft-icon--material {
|
|
293
|
+
font-family: ${k.materialFontFamily}, "Material Icons", sans-serif;
|
|
294
|
+
}
|
|
295
|
+
`,A.noTextSelect];var U;(function(o){o.fluid_topics="fluid-topics",o.file_format="file-format",o.material="material"})(U||(U={}));var ye=function(o,r,n,i){var c=arguments.length,d=c<3?r:i===null?i=Object.getOwnPropertyDescriptor(r,n):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")d=Reflect.decorate(o,r,n,i);else for(var f=o.length-1;f>=0;f--)(l=o[f])&&(d=(c<3?l(d):c>3?l(r,n,d):l(r,n))||d);return c>3&&d&&Object.defineProperty(r,n,d),d},E=class extends uo.FtLitElement{constructor(){super(...arguments),this.ariaHidden="true",this.resolvedIcon=fe.nothing}render(){let r=this.variant&&Object.values(U).includes(this.variant)?this.variant:U.fluid_topics,n=r!==U.material||!!this.value;return fe.html`
|
|
296
|
+
<i class="ft-icon ft-icon--${r} ft-no-text-select" part="icon icon-${r}">
|
|
297
297
|
${(0,mo.unsafeHTML)(this.resolvedIcon)}
|
|
298
298
|
<slot ?hidden=${n}></slot>
|
|
299
299
|
</i>
|
|
300
|
-
`}get textContent(){var r,n;return(n=(r=this.slottedContent)===null||r===void 0?void 0:r.assignedNodes().map(i=>i.textContent).join("").trim())!==null&&n!==void 0?n:""}update(r){super.update(r),["value","variant"].some(n=>r.has(n))&&this.resolveIcon()}resolveIcon(){var r,n;let i=this.value||this.textContent;switch(this.variant){case U.file_format:this.resolvedIcon=(r=p[i.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:i;break;case U.material:this.resolvedIcon=this.value||fe.nothing;break;default:this.resolvedIcon=(n=
|
|
300
|
+
`}get textContent(){var r,n;return(n=(r=this.slottedContent)===null||r===void 0?void 0:r.assignedNodes().map(i=>i.textContent).join("").trim())!==null&&n!==void 0?n:""}update(r){super.update(r),["value","variant"].some(n=>r.has(n))&&this.resolveIcon()}resolveIcon(){var r,n;let i=this.value||this.textContent;switch(this.variant){case U.file_format:this.resolvedIcon=(r=p[i.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:i;break;case U.material:this.resolvedIcon=this.value||fe.nothing;break;default:this.resolvedIcon=(n=ve[i.replace("-","_").toUpperCase()])!==null&&n!==void 0?n:i;break}}firstUpdated(r){super.firstUpdated(r),setTimeout(()=>this.resolveIcon())}};E.elementDefinitions={};E.styles=ho;ye([(0,T.property)()],E.prototype,"variant",void 0);ye([(0,T.property)()],E.prototype,"value",void 0);ye([(0,T.property)({reflect:!0,attribute:"aria-hidden"})],E.prototype,"ariaHidden",void 0);ye([(0,T.state)()],E.prototype,"resolvedIcon",void 0);ye([(0,T.query)("slot")],E.prototype,"slottedContent",void 0);(0,xo.customElement)("ft-icon")(E);var So=b(R()),V=b(N()),M={horizontalSpacing:V.FtCssVariableFactory.create("--ft-accordion-toggle-horizontal-spacing","","SIZE","16px"),verticalSpacing:V.FtCssVariableFactory.create("--ft-accordion-toggle-vertical-spacing","","SIZE","16px"),colorOutline:V.FtCssVariableFactory.external(V.designSystemVariables.colorOutline,"Design system"),backgroundColor:V.FtCssVariableFactory.create("--ft-accordion-item-background-color","","COLOR","#FFFFFF")},Oo=So.css`
|
|
301
301
|
.ft-accordion-item {
|
|
302
302
|
display: flex;
|
|
303
303
|
flex-direction: column;
|
|
@@ -343,7 +343,7 @@ Also for action icons.`,t.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
|
|
|
343
343
|
.ft-accordion-item--separator {
|
|
344
344
|
border-bottom: 1px solid ${M.colorOutline};
|
|
345
345
|
}
|
|
346
|
-
`;var Ee=function(o,r,n,i){var c=arguments.length,d=c<3?r:i===null?i=Object.getOwnPropertyDescriptor(r,n):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")d=Reflect.decorate(o,r,n,i);else for(var f=o.length-1;f>=0;f--)(l=o[f])&&(d=(c<3?l(d):c>3?l(r,n,d):l(r,n))||d);return c>3&&d&&Object.defineProperty(r,n,d),d},
|
|
346
|
+
`;var Ee=function(o,r,n,i){var c=arguments.length,d=c<3?r:i===null?i=Object.getOwnPropertyDescriptor(r,n):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")d=Reflect.decorate(o,r,n,i);else for(var f=o.length-1;f>=0;f--)(l=o[f])&&(d=(c<3?l(d):c>3?l(r,n,d):l(r,n))||d);return c>3&&d&&Object.defineProperty(r,n,d),d},w=class extends Co.FtLitElement{constructor(){super(...arguments),this.icon="",this.label="",this.active=!1}render(){return ge.html`
|
|
347
347
|
<div class="ft-accordion-item ${this.active?"ft-accordion-item--active":""}">
|
|
348
348
|
<div class="ft-accordion-item--toggle"
|
|
349
349
|
part="toggle"
|
|
@@ -354,13 +354,13 @@ Also for action icons.`,t.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
|
|
|
354
354
|
aria-controls="ft-accordion-item-content"
|
|
355
355
|
aria-expanded="${this.active}">
|
|
356
356
|
<ft-ripple part="toggle-ripple"></ft-ripple>
|
|
357
|
-
${this.icon?
|
|
357
|
+
${this.icon?ge.html`
|
|
358
358
|
<ft-icon .variant=${this.iconVariant} value="${this.icon}"></ft-icon>
|
|
359
359
|
`:null}
|
|
360
|
-
${this.label?
|
|
360
|
+
${this.label?ge.html`
|
|
361
361
|
<ft-typography class="ft-accordion-item--label" variant="body1" part="label">${this.label}
|
|
362
362
|
</ft-typography>
|
|
363
|
-
`:
|
|
363
|
+
`:ge.html`
|
|
364
364
|
<slot class="ft-accordion-item--label" name="toggle" part="label"></slot>
|
|
365
365
|
`}
|
|
366
366
|
<ft-icon variant="material">${this.active?"expand_less":"expand_more"}</ft-icon>
|
|
@@ -373,7 +373,7 @@ Also for action icons.`,t.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
|
|
|
373
373
|
</div>
|
|
374
374
|
<div class="ft-accordion-item--separator" part="separator"></div>
|
|
375
375
|
</div>
|
|
376
|
-
`}update(r){super.update(r),r.has("active")&&this.active&&this.dispatchEvent(new Event("activated",{composed:!0,bubbles:!0}))}onToggleKeyDown(r){(r.key==="Enter"||r.key===" ")&&(r.preventDefault(),this.active=!this.active)}};
|
|
376
|
+
`}update(r){super.update(r),r.has("active")&&this.active&&this.dispatchEvent(new Event("activated",{composed:!0,bubbles:!0}))}onToggleKeyDown(r){(r.key==="Enter"||r.key===" ")&&(r.preventDefault(),this.active=!this.active)}};w.elementDefinitions={"ft-ripple":m,"ft-typography":P,"ft-icon":E};w.styles=Oo;Ee([(0,be.property)()],w.prototype,"icon",void 0);Ee([(0,be.property)()],w.prototype,"iconVariant",void 0);Ee([(0,be.property)()],w.prototype,"label",void 0);Ee([(0,be.property)({type:Boolean,reflect:!0})],w.prototype,"active",void 0);(0,Ue.customElement)("ft-accordion")(H);(0,Ue.customElement)("ft-accordion-item")(w);})();
|
|
377
377
|
/*! Bundled license information:
|
|
378
378
|
|
|
379
379
|
lit-html/lit-html.js:
|