@fluid-topics/ft-card 1.1.26 → 1.1.28
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-card.light.js +58 -58
- package/build/ft-card.min.js +42 -42
- package/package.json +5 -5
package/build/ft-card.light.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
!function(t,o,e,r,a){const i=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorContent),n={color:i,backgroundColor:o.FtCssVariableFactory.extend("--ft-ripple-background-color","",i),opacityContentOnSurfacePressed:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:o.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},l=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorPrimary),
|
|
1
|
+
!function(t,o,e,r,a){const i=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorContent),n={color:i,backgroundColor:o.FtCssVariableFactory.extend("--ft-ripple-background-color","",i),opacityContentOnSurfacePressed:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:o.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},l=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorPrimary),p=l,c=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",l),f=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorSecondary),s=f,d=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",f),g=e.css`
|
|
2
2
|
:host {
|
|
3
3
|
display: contents;
|
|
4
4
|
}
|
|
@@ -61,11 +61,11 @@
|
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
.ft-ripple.ft-ripple--primary .ft-ripple--background {
|
|
64
|
-
background-color: ${
|
|
64
|
+
background-color: ${c};
|
|
65
65
|
}
|
|
66
66
|
|
|
67
67
|
.ft-ripple.ft-ripple--primary .ft-ripple--effect {
|
|
68
|
-
background-color: ${
|
|
68
|
+
background-color: ${p};
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
.ft-ripple .ft-ripple--background {
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
opacity: ${n.opacityContentOnSurfacePressed};
|
|
111
111
|
transform: translate(-50%, -50%) scale(1);
|
|
112
112
|
}
|
|
113
|
-
`;var
|
|
113
|
+
`;var y=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class h extends o.FtLitElement{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new o.Debouncer(1e3),this.onTransitionStart=t=>{"transform"===t.propertyName&&(this.rippling=this.pressed,this.debouncer.run((()=>this.rippling=!1)))},this.onTransitionEnd=t=>{"transform"===t.propertyName&&(this.rippling=!1)},this.setupDebouncer=new o.Debouncer(10),this.moveRipple=t=>{var o,e;let{x:r,y:a}=this.getCoordinates(t),i=null!==(e=null===(o=this.ripple)||void 0===o?void 0:o.getBoundingClientRect())&&void 0!==e?e:{x:0,y:0,width:0,height:0};this.originX=Math.round(null!=r?r-i.x:i.width/2),this.originY=Math.round(null!=a?a-i.y:i.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(null==t?void 0:t.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return e.html`
|
|
114
114
|
<style>
|
|
115
115
|
.ft-ripple .ft-ripple--effect {
|
|
116
116
|
left: ${this.originX}px;
|
|
@@ -121,24 +121,24 @@
|
|
|
121
121
|
<div class="ft-ripple--background"></div>
|
|
122
122
|
<div class="ft-ripple--effect"></div>
|
|
123
123
|
</div>
|
|
124
|
-
`}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var o,e;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(o=this.target)||void 0===o||o.removeAttribute("data-is-ft-ripple-target")):null===(e=this.target)||void 0===e||e.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run((()=>this.defaultSetup()))}defaultSetup(){var t,o;const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;e&&this.setupFor(null!==(o=this.target)&&void 0!==o?o:e)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const o=(...t)=>o=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(o)},e=o("mouseup","contextmenu"),r=o("touchend","touchcancel"),a=t=>{["Enter"," "].includes(t.key)&&o("keyup")(t)},i={passive:!0};t.addEventListener("mouseover",this.startHover,i),t.addEventListener("mousemove",this.moveRipple,i),t.addEventListener("mouseleave",this.endHover,i),t.addEventListener("mousedown",e,i),t.addEventListener("touchstart",r,i),t.addEventListener("touchmove",this.moveRipple,i),t.addEventListener("keydown",a,i),t.addEventListener("focus",this.startFocus,i),t.addEventListener("blur",this.endFocus,i),t.addEventListener("focusin",this.startFocus,i),t.addEventListener("focusout",this.endFocus,i),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,i),t.removeEventListener("mousemove",this.moveRipple,i),t.removeEventListener("mouseleave",this.endHover,i),t.removeEventListener("mousedown",e,i),t.removeEventListener("touchstart",r,i),t.removeEventListener("touchmove",this.moveRipple,i),t.removeEventListener("keydown",a,i),t.removeEventListener("focus",this.startFocus,i),t.removeEventListener("blur",this.endFocus,i),t.removeEventListener("focusin",this.startFocus,i),t.removeEventListener("focusout",this.endFocus,i),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const o=t,e=t;let r,a;return null!=o.x?({x:r,y:a}=o):null!=e.touches&&(r=e.touches[0].clientX,a=e.touches[0].clientY),{x:r,y:a}}isFocusVisible(t){return!(t instanceof HTMLElement)||t.matches(":focus-visible")}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let o of t.composedPath()){if(o===this.target)break;if("hasAttribute"in o&&o.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}}
|
|
124
|
+
`}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var o,e;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(o=this.target)||void 0===o||o.removeAttribute("data-is-ft-ripple-target")):null===(e=this.target)||void 0===e||e.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run((()=>this.defaultSetup()))}defaultSetup(){var t,o;const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;e&&this.setupFor(null!==(o=this.target)&&void 0!==o?o:e)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const o=(...t)=>o=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(o)},e=o("mouseup","contextmenu"),r=o("touchend","touchcancel"),a=t=>{["Enter"," "].includes(t.key)&&o("keyup")(t)},i={passive:!0};t.addEventListener("mouseover",this.startHover,i),t.addEventListener("mousemove",this.moveRipple,i),t.addEventListener("mouseleave",this.endHover,i),t.addEventListener("mousedown",e,i),t.addEventListener("touchstart",r,i),t.addEventListener("touchmove",this.moveRipple,i),t.addEventListener("keydown",a,i),t.addEventListener("focus",this.startFocus,i),t.addEventListener("blur",this.endFocus,i),t.addEventListener("focusin",this.startFocus,i),t.addEventListener("focusout",this.endFocus,i),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,i),t.removeEventListener("mousemove",this.moveRipple,i),t.removeEventListener("mouseleave",this.endHover,i),t.removeEventListener("mousedown",e,i),t.removeEventListener("touchstart",r,i),t.removeEventListener("touchmove",this.moveRipple,i),t.removeEventListener("keydown",a,i),t.removeEventListener("focus",this.startFocus,i),t.removeEventListener("blur",this.endFocus,i),t.removeEventListener("focusin",this.startFocus,i),t.removeEventListener("focusout",this.endFocus,i),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const o=t,e=t;let r,a;return null!=o.x?({x:r,y:a}=o):null!=e.touches&&(r=e.touches[0].clientX,a=e.touches[0].clientY),{x:r,y:a}}isFocusVisible(t){return!(t instanceof HTMLElement)||t.matches(":focus-visible")}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let o of t.composedPath()){if(o===this.target)break;if("hasAttribute"in o&&o.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}}h.elementDefinitions={},h.styles=g,y([r.property({type:Boolean})],h.prototype,"primary",void 0),y([r.property({type:Boolean})],h.prototype,"secondary",void 0),y([r.property({type:Boolean})],h.prototype,"unbounded",void 0),y([r.property({type:Boolean})],h.prototype,"activated",void 0),y([r.property({type:Boolean})],h.prototype,"selected",void 0),y([r.property({type:Boolean})],h.prototype,"disabled",void 0),y([r.state()],h.prototype,"hovered",void 0),y([r.state()],h.prototype,"focused",void 0),y([r.state()],h.prototype,"pressed",void 0),y([r.state()],h.prototype,"rippling",void 0),y([r.state()],h.prototype,"originX",void 0),y([r.state()],h.prototype,"originY",void 0),y([r.query(".ft-ripple")],h.prototype,"ripple",void 0),y([r.query(".ft-ripple--effect")],h.prototype,"rippleEffect",void 0),o.customElement("ft-ripple")(h);
|
|
125
125
|
/**
|
|
126
126
|
* @license
|
|
127
127
|
* Copyright 2017 Google LLC
|
|
128
128
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
129
129
|
*/
|
|
130
|
-
const b=globalThis,u=b.trustedTypes,m=u?u.createPolicy("lit-html",{createHTML:t=>t}):void 0,O="$lit$",N=`lit$${(Math.random()+"").slice(9)}$`,
|
|
130
|
+
const b=globalThis,u=b.trustedTypes,m=u?u.createPolicy("lit-html",{createHTML:t=>t}):void 0,O="$lit$",N=`lit$${(Math.random()+"").slice(9)}$`,x="?"+N,S=`<${x}>`,C=document,v=()=>C.createComment(""),I=t=>null===t||"object"!=typeof t&&"function"!=typeof t,W=Array.isArray,w="[ \t\n\f\r]",U=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,R=/-->/g,E=/>/g,L=RegExp(`>|${w}(?:([^\\s"'>=/]+)(${w}*=${w}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),$=/'/g,K=/"/g,k=/^(?:script|style|textarea|title)$/i,Z=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),z=Symbol.for("lit-noChange"),D=Symbol.for("lit-nothing"),F=new WeakMap,H=C.createTreeWalker(C,129);function B(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==m?m.createHTML(o):o}const A=(t,o)=>{const e=t.length-1,r=[];let a,i=2===o?"<svg>":"",n=U;for(let o=0;o<e;o++){const e=t[o];let l,p,c=-1,f=0;for(;f<e.length&&(n.lastIndex=f,p=n.exec(e),null!==p);)f=n.lastIndex,n===U?"!--"===p[1]?n=R:void 0!==p[1]?n=E:void 0!==p[2]?(k.test(p[2])&&(a=RegExp("</"+p[2],"g")),n=L):void 0!==p[3]&&(n=L):n===L?">"===p[0]?(n=a??U,c=-1):void 0===p[1]?c=-2:(c=n.lastIndex-p[2].length,l=p[1],n=void 0===p[3]?L:'"'===p[3]?K:$):n===K||n===$?n=L:n===R||n===E?n=U:(n=L,a=void 0);const s=n===L&&t[o+1].startsWith("/>")?" ":"";i+=n===U?e+S:c>=0?(r.push(l),e.slice(0,c)+O+e.slice(c)+N+s):e+N+(-2===c?o:s)}return[B(t,i+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};class G{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let a=0,i=0;const n=t.length-1,l=this.parts,[p,c]=A(t,o);if(this.el=G.createElement(p,e),H.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=H.nextNode())&&l.length<n;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(O)){const o=c[i++],e=r.getAttribute(t).split(N),n=/([.?@])?(.*)/.exec(o);l.push({type:1,index:a,name:n[2],strings:e,ctor:"."===n[1]?j:"?"===n[1]?T:"@"===n[1]?X:_}),r.removeAttribute(t)}else t.startsWith(N)&&(l.push({type:6,index:a}),r.removeAttribute(t));if(k.test(r.tagName)){const t=r.textContent.split(N),o=t.length-1;if(o>0){r.textContent=u?u.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],v()),H.nextNode(),l.push({type:2,index:++a});r.append(t[o],v())}}}else if(8===r.nodeType)if(r.data===x)l.push({type:2,index:a});else{let t=-1;for(;-1!==(t=r.data.indexOf(N,t+1));)l.push({type:7,index:a}),t+=N.length-1}a++}}static createElement(t,o){const e=C.createElement("template");return e.innerHTML=t,e}}function P(t,o,e=t,r){if(o===z)return o;let a=void 0!==r?e._$Co?.[r]:e._$Cl;const i=I(o)?void 0:o._$litDirective$;return a?.constructor!==i&&(a?._$AO?.(!1),void 0===i?a=void 0:(a=new i(t),a._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=a:e._$Cl=a),void 0!==a&&(o=P(t,a._$AS(t,o.values),a,r)),o}class M{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:o},parts:e}=this._$AD,r=(t?.creationScope??C).importNode(o,!0);H.currentNode=r;let a=H.nextNode(),i=0,n=0,l=e[0];for(;void 0!==l;){if(i===l.index){let o;2===l.type?o=new Y(a,a.nextSibling,this,t):1===l.type?o=new l.ctor(a,l.name,l.strings,this,t):6===l.type&&(o=new V(a,this,t)),this._$AV.push(o),l=e[++n]}i!==l?.index&&(a=H.nextNode(),i++)}return H.currentNode=C,r}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}}class Y{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=D,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===t?.nodeType&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=P(this,t,o),I(t)?t===D||null==t||""===t?(this._$AH!==D&&this._$AR(),this._$AH=D):t!==this._$AH&&t!==z&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>W(t)||"function"==typeof t?.[Symbol.iterator])(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==D&&I(this._$AH)?this._$AA.nextSibling.data=t:this.$(C.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,r="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=G.createElement(B(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new M(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=F.get(t.strings);return void 0===o&&F.set(t.strings,o=new G(t)),o}T(t){W(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let e,r=0;for(const a of t)r===o.length?o.push(e=new Y(this.k(v()),this.k(v()),this,this.options)):e=o[r],e._$AI(a),r++;r<o.length&&(this._$AR(e&&e._$AB.nextSibling,r),o.length=r)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}}class _{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,a){this.type=1,this._$AH=D,this._$AN=void 0,this.element=t,this.name=o,this._$AM=r,this.options=a,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=D}_$AI(t,o=this,e,r){const a=this.strings;let i=!1;if(void 0===a)t=P(this,t,o,0),i=!I(t)||t!==this._$AH&&t!==z,i&&(this._$AH=t);else{const r=t;let n,l;for(t=a[0],n=0;n<a.length-1;n++)l=P(this,r[e+n],o,n),l===z&&(l=this._$AH[n]),i||=!I(l)||l!==this._$AH[n],l===D?t=D:t!==D&&(t+=(l??"")+a[n+1]),this._$AH[n]=l}i&&!r&&this.O(t)}O(t){t===D?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class j extends _{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===D?void 0:t}}class T extends _{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==D)}}class X extends _{constructor(t,o,e,r,a){super(t,o,e,r,a),this.type=5}_$AI(t,o=this){if((t=P(this,t,o,0)??D)===z)return;const e=this._$AH,r=t===D&&e!==D||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,a=t!==D&&(e===D||r);r&&this.element.removeEventListener(this.name,this,e),a&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class V{constructor(t,o,e){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=e}get _$AU(){return this._$AM._$AU}_$AI(t){P(this,t)}}const q=b.litHtmlPolyfillSupport;q?.(G,Y),(b.litHtmlVersions??=[]).push("3.1.0");
|
|
131
131
|
/**
|
|
132
132
|
* @license
|
|
133
133
|
* Copyright 2020 Google LLC
|
|
134
134
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
135
135
|
*/
|
|
136
|
-
const J=Symbol.for(""),Q=t=>{if(t?.r===J)return t?._$litStatic$},tt=t=>({_$litStatic$:t,r:J}),ot=new Map,et=(t=>(o,...e)=>{const r=e.length;let a,i;const n=[],l=[];let c,p=0,f=!1;for(;p<r;){for(c=o[p];p<r&&void 0!==(i=e[p],a=Q(i));)c+=a+o[++p],f=!0;p!==r&&l.push(i),n.push(c),p++}if(p===r&&n.push(o[r]),f){const t=n.join("$$lit$$");void 0===(o=ot.get(t))&&(n.raw=n,ot.set(t,o=n)),e=l}return t(o,...e)})(Z);var rt;!function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button",t.display="display",t.title1="title-1",t.title2="title-2",t.title3="title-3",t.body1regular="body-1-regular",t.body1medium="body-1-medium",t.body1semibold="body-1-semibold",t.body2regular="body-2-regular",t.body2medium="body-2-medium",t.body2semibold="body-2-semibold",t.label1medium="label-1-medium",t.label1semibold="label-1-semibold",t.label1bold="label-1-bold",t.label2medium="label-2-medium",t.label2semibold="label-2-semibold",t.label2bold="label-2-bold",t.caption1medium="caption-1-medium",t.caption1semibold="caption-1-semibold",t.caption1bold="caption-1-bold",t.caption2medium="caption-2-medium",t.caption2semibold="caption-2-semibold",t.caption2bold="caption-2-bold"}(rt||(rt={}));const at=t=>"string"==typeof t?e.unsafeCSS(t):t;class it{static create(t,o,r,a){const i=t=>at(null!=t?t:a),n=e.css`var(${at(t)}, ${i(a)})`;return n.name=t,n.description=o,n.category=r,n.defaultValue=a,n.defaultCssValue=i,n.get=o=>e.css`var(${at(t)}, ${i(o)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>a,n}static extend(t,o,r,a){const i=t=>r.get(null!=t?t:a),n=e.css`var(${at(t)}, ${i(a)})`;return n.name=t,n.description=o,n.category=r.category,n.fallbackVariable=r,n.defaultValue=a,n.defaultCssValue=i,n.get=o=>e.css`var(${at(t)}, ${i(o)})`,n.breadcrumb=()=>[r.name,...r.breadcrumb()],n.lastResortDefaultValue=()=>null!=a?a:r.lastResortDefaultValue(),n}static external(t,o){const r=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):at(null!=o?o:t.lastResortDefaultValue()),a=e.css`var(${at(t.name)}, ${r(t.defaultValue)})`;return a.name=t.name,a.category=t.category,a.fallbackVariable=t.fallbackVariable,a.defaultValue=t.defaultValue,a.context=o,a.defaultCssValue=r,a.get=o=>e.css`var(${at(t.name)}, ${r(o)})`,a.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],a.lastResortDefaultValue=()=>t.lastResortDefaultValue(),a}}const nt={colorWhite:it.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:it.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:it.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:it.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:it.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:it.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:it.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:it.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:it.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:it.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:it.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:it.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:it.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:it.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:it.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:it.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:it.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:it.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:it.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:it.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:it.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:it.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:it.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:it.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:it.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:it.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:it.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:it.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:it.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:it.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:it.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:it.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:it.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:it.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:it.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:it.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:it.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:it.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:it.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:it.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:it.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:it.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:it.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:it.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:it.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:it.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:it.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:it.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:it.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:it.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:it.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:it.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:it.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:it.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:it.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:it.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:it.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:it.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:it.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:it.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:it.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:it.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:it.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:it.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:it.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:it.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:it.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:it.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:it.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:it.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:it.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:it.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:it.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:it.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:it.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:it.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:it.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:it.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:it.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:it.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:it.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:it.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:it.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:it.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:it.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:it.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:it.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:it.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:it.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:it.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:it.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:it.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:it.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:it.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:it.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:it.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:it.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:it.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:it.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:it.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:it.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:it.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:it.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:it.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:it.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:it.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:it.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:it.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:it.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:it.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:it.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:it.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:it.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:it.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:it.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:it.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:it.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:it.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:it.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:it.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:it.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:it.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:it.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:it.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:it.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:it.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:it.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:it.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:it.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:it.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:it.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:it.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:it.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:it.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:it.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:it.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:it.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:it.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:it.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:it.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:it.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:it.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:it.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:it.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:it.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:it.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:it.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:it.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:it.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:it.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:it.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:it.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:it.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:it.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:it.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:it.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:it.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:it.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:it.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:it.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:it.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:it.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:it.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:it.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:it.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:it.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:it.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:it.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:it.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:it.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:it.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:it.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:it.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:it.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:it.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:it.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:it.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:it.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:it.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:it.create("--ft-icon-size-6","","SIZE","48px"),opacity0:it.create("--ft-opacity-0","","NUMBER","0"),opacity8:it.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:it.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:it.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:it.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:it.create("--ft-opacity-80","","NUMBER","0.8")},lt={display:{fontFamily:it.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:it.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:it.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:it.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:it.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:it.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:it.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:it.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:it.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:it.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:it.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:it.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:it.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:it.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:it.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:it.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:it.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:it.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:it.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:it.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:it.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:it.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:it.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:it.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:it.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:it.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:it.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:it.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:it.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:it.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:it.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:it.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:it.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:it.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:it.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:it.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:it.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:it.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:it.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:it.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:it.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:it.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:it.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:it.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:it.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:it.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:it.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:it.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:it.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:it.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:it.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:it.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:it.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:it.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:it.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:it.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:it.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:it.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:it.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:it.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:it.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:it.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:it.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:it.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:it.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:it.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:it.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:it.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:it.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:it.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:it.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:it.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:it.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:it.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:it.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:it.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:it.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:it.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:it.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:it.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:it.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:it.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:it.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:it.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:it.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:it.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:it.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:it.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:it.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:it.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:it.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:it.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:it.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:it.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:it.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:it.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:it.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:it.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:it.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:it.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:it.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:it.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:it.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:it.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:it.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:it.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:it.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:it.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:it.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:it.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:it.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:it.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:it.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:it.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:it.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:it.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:it.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:it.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:it.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:it.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:it.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:it.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")}},ct={backgroundActionPrimary:it.extend("--ft-background-action-primary","Used as backgorund of primary action components.",nt.colorBrand0),backgroundErrorPrimary:it.extend("--ft-background-error-primary","Used as background of error components.",nt.colorRed0),backgroundErrorSubtle:it.extend("--ft-background-error-subtle","Used as background of subtle error components.",nt.colorRed10),backgroundInfoPrimary:it.extend("--ft-background-info-primary","Used as background of information components.",nt.colorCyan200),backgroundInfoSubtle:it.extend("--ft-background-info-subtle","Used as background of subtle information components.",nt.colorCyan10),backgroundWarningPrimary:it.extend("--ft-background-warning-primary","Used as background of warning components.",nt.colorOrange300),backgroundWarningSubtle:it.extend("--ft-background-warning-subtle","Used as background of subtle information components.",nt.colorOrange10),backgroundSuccessPrimary:it.extend("--ft-background-success-primary","Used as background of success components.",nt.colorGreen200),backgroundSuccessSubtle:it.extend("--ft-background-success-subtle","Used as background of subtle success components.",nt.colorGreen10),backgroundGlobalSurface:it.extend("--ft-background-global-surface","Used as app background.",nt.colorWhite),backgroundGlobalOnSurface:it.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",nt.colorGray10),backgroundGlobalOnSurfaceDark:it.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",nt.colorGray30),contentActionPrimary:it.extend("--ft-content-action-primary","Used on label of primary action on light surface.",nt.colorBrand0),contentWarningPrimary:it.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",nt.colorOrange300),contentWarningIconOnly:it.extend("--ft-content-warning-icon-only","Used on warning status icons alone",nt.colorOrange0),contentErrorPrimary:it.extend("--ft-content-error-primary","Used on label of error messages on light surface.",nt.colorRed0),contentErrorIconOnly:it.extend("--ft-content-error-icon-only","Used on error status icons alone",nt.colorRed0),contentInfoPrimary:it.extend("--ft-content-info-primary","Used on label of information messages on light surface.",nt.colorCyan200),contentInfoIconOnly:it.extend("--ft-content-info-icon-only","Used on info status icons alone",nt.colorCyan0),contentSuccessIconOnly:it.extend("--ft-content-success-icon-only","Used on success status icons alone",nt.colorGreen0),contentSuccessPrimary:it.extend("--ft-content-success-primary","Used on label of success messages on light surface.",nt.colorGreen200),contentGlobalPrimary:it.extend("--ft-content-global-primary","Used for main content on the page.",nt.colorGray500),contentGlobalSecondary:it.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",nt.colorGray200),contentGlobalSubtle:it.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",nt.colorGray0),contentGlobalOnColor:it.extend("--ft-content-global-on-color","Used for content on a dominant color.",nt.colorWhite),borderActionPrimary:it.extend("--ft-border-action-primary","Used as border for primary action components.",nt.colorBrand0),borderActionFocusRing:it.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",nt.colorCyan0),borderWarningPrimary:it.extend("--ft-border-warning-primary","Used as border for warning components.",nt.colorOrange30),borderSuccessPrimary:it.extend("--ft-border-success-primary","Used as border for success components.",nt.colorGreen30),borderErrorPrimary:it.extend("--ft-border-error-primary","Used as border for error components.",nt.colorRed30),borderInfoPrimary:it.extend("--ft-border-info-primary","Used as border for information components.",nt.colorCyan30),borderGlobalSubtle:it.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",nt.colorGray30),borderGlobalPrimary:it.extend("--ft-border-global-primary","Used as border for element like input.",nt.colorGray50),borderInputPrimary:it.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",nt.colorGray80)};it.create("--ft-button-large-height","","SIZE","40px"),it.extend("--ft-button-large-horizontal-padding","",nt.spacing4),it.extend("--ft-button-large-gap","",nt.spacing2),it.extend("--ft-button-large-border-radius","",nt.borderRadiusS),it.extend("--ft-button-large-icon-size","",nt.iconSize3),it.create("--ft-button-large-border-width","","SIZE","1px"),it.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),it.create("--ft-button-large-focus-outline-width","","SIZE","2px"),it.create("--ft-button-large-icon-only-width","","SIZE","40px"),it.create("--ft-button-small-height","","SIZE","30px"),it.extend("--ft-button-small-horizontal-padding","",nt.spacing3),it.extend("--ft-button-small-gap","",nt.spacing2),it.extend("--ft-button-small-border-radius","",nt.borderRadiusS),it.extend("--ft-button-small-icon-size","",nt.iconSize2),it.create("--ft-button-small-border-width","","SIZE","1px"),it.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),it.create("--ft-button-small-focus-outline-width","","SIZE","2px"),it.create("--ft-button-small-icon-only-width","","SIZE","30px"),it.extend("--ft-button-primary-background-color","",ct.backgroundActionPrimary),it.extend("--ft-button-primary-color","",ct.contentGlobalOnColor),it.extend("--ft-button-primary-icon-color","",ct.contentGlobalOnColor),it.extend("--ft-button-primary-state-layer-color","",ct.contentGlobalOnColor),it.extend("--ft-button-primary-state-layer-opacity-hover","",nt.opacity16),it.extend("--ft-button-primary-state-layer-opacity-focus","",nt.opacity16),it.extend("--ft-button-primary-state-layer-opacity-active","",nt.opacity24),it.extend("--ft-button-primary-component-opacity-disabled","",nt.opacity40),it.extend("--ft-button-focus-focus-ring-color","",ct.borderActionFocusRing),it.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),it.extend("--ft-button-tertiary-color","",ct.contentActionPrimary),it.extend("--ft-button-tertiary-icon-color","",ct.contentActionPrimary),it.extend("--ft-button-tertiary-state-layer-color","",ct.contentActionPrimary),it.extend("--ft-button-tertiary-state-layer-opacity-hover","",nt.opacity8),it.extend("--ft-button-tertiary-state-layer-opacity-focus","",nt.opacity8),it.extend("--ft-button-tertiary-state-layer-opacity-active","",nt.opacity16),it.extend("--ft-button-tertiary-component-opacity-disabled","",nt.opacity40),it.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),it.extend("--ft-button-secondary-color","",ct.contentActionPrimary),it.extend("--ft-button-secondary-icon-color","",ct.contentActionPrimary),it.extend("--ft-button-secondary-state-layer-color","",ct.contentActionPrimary),it.extend("--ft-button-secondary-state-layer-opacity-hover","",nt.opacity8),it.extend("--ft-button-secondary-state-layer-opacity-focus","",nt.opacity8),it.extend("--ft-button-secondary-state-layer-opacity-active","",nt.opacity16),it.extend("--ft-button-secondary-component-opacity-disabled","",nt.opacity40),it.extend("--ft-button-secondary-border-color","",ct.borderActionPrimary),it.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),it.extend("--ft-button-neutral-icon-color","",ct.contentGlobalSecondary),it.extend("--ft-button-neutral-color","",ct.contentGlobalSecondary),it.extend("--ft-button-neutral-state-layer-color","",ct.contentGlobalSecondary),it.extend("--ft-button-neutral-state-layer-opacity-hover","",nt.opacity8),it.extend("--ft-button-neutral-state-layer-opacity-focus","",nt.opacity8),it.extend("--ft-button-neutral-state-layer-opacity-active","",nt.opacity16),it.extend("--ft-button-neutral-component-opacity-disabled","",nt.opacity40),it.extend("--ft-tabs-top-left-border-radius","",nt.borderRadiusS),it.extend("--ft-tabs-top-right-border-radius","",nt.borderRadiusS),it.extend("--ft-tabs-label-horizontal-padding","",nt.spacing4),it.extend("--ft-tabs-label-vertical-padding","",nt.spacing3),it.extend("--ft-tabs-label-gap","",nt.spacing1),it.extend("--ft-switch-group-horizontal-padding","",nt.spacing1),it.extend("--ft-switch-group-vertical-padding","",nt.spacing1),it.extend("--ft-switch-group-gap","",nt.spacing1),it.extend("--ft-switch-group-background-color","",ct.backgroundGlobalSurface),it.extend("--ft-switch-group-border-color","",ct.borderGlobalSubtle),it.create("--ft-switch-group-border-radius","","SIZE","6px"),it.extend("--ft-switch-label-horizontal-padding","",nt.spacing2),it.extend("--ft-switch-label-vertical-padding","",nt.spacing1),it.extend("--ft-switch-icon-horizontal-padding","",nt.spacing1),it.extend("--ft-switch-icon-vertical-padding","",nt.spacing1),it.create("--ft-switch-focus-outline-width","","SIZE","2px"),it.extend("--ft-switch-focus-focus-ring-color","",ct.borderActionFocusRing),it.extend("--ft-switch-option-border-radius","",nt.borderRadiusS),it.extend("--ft-switch-off-state-layer-opacity-hover","",nt.opacity8),it.extend("--ft-switch-off-state-layer-opacity-focus","",nt.opacity8),it.extend("--ft-switch-off-state-layer-opacity-active","",nt.opacity16),it.extend("--ft-switch-off-component-opacity-disabled","",nt.opacity40),it.extend("--ft-switch-off-color","",ct.contentGlobalSubtle),it.extend("--ft-switch-off-state-layer-color","",ct.contentGlobalSubtle),it.extend("--ft-chart-1-light","for area color charts",nt.colorBrand40),it.extend("--ft-chart-1-base","for line charts",nt.colorBrand0),it.extend("--ft-chart-2-light","for area color charts",nt.colorYellow60),it.extend("--ft-chart-2-base","for line charts",nt.colorYellow100),it.extend("--ft-chart-3-light","",nt.colorUltramarine40),it.extend("--ft-chart-3-base","",nt.colorUltramarine70),it.extend("--ft-chart-4-light","",nt.colorCyan50),it.extend("--ft-chart-4-base","",nt.colorCyan100),it.extend("--ft-chart-5-light","",nt.colorRed40),it.extend("--ft-chart-5-base","",nt.colorRed60),it.extend("--ft-chart-6-light","",nt.colorGreen40),it.extend("--ft-chart-6-base","",nt.colorGreen70),it.extend("--ft-chart-7-light","",nt.colorOrange70),it.extend("--ft-chart-7-base","",nt.colorOrange100),it.extend("--ft-chart-8-light","",nt.colorAvocado70),it.extend("--ft-chart-8-base","",nt.colorAvocado200),it.extend("--ft-chart-9-light","",nt.colorBrown50),it.extend("--ft-chart-9-base","",nt.colorBrown200),it.extend("--ft-chart-10-light","",nt.colorGray50),it.extend("--ft-chart-10-base","",nt.colorGray80),it.extend("--ft-chart-monochrome-10","",nt.colorBrand10),it.extend("--ft-chart-monochrome-20","",nt.colorBrand20),it.extend("--ft-chart-monochrome-30","",nt.colorBrand40),it.extend("--ft-chart-monochrome-40","",nt.colorBrand60),it.extend("--ft-chart-monochrome-50","",nt.colorBrand0),it.extend("--ft-chart-monochrome-60","",nt.colorBrand200),it.extend("--ft-chip-large-horizontal-padding","",nt.spacing4),it.extend("--ft-chip-large-vertical-padding","",nt.spacing2),it.extend("--ft-chip-large-gap","",nt.spacing1),it.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),it.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),it.extend("--ft-chip-large-border-radius","",nt.borderRadiusPill),it.create("--ft-chip-large-border-width","","SIZE","1px"),it.extend("--ft-chip-large-icon-size","",nt.iconSize3),it.extend("--ft-chip-medium-horizontal-padding","",nt.spacing3),it.extend("--ft-chip-medium-vertical-padding","",nt.spacing1),it.extend("--ft-chip-medium-gap","",nt.spacing1),it.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),it.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),it.extend("--ft-chip-medium-border-radius","",nt.borderRadiusPill),it.create("--ft-chip-medium-border-width","","SIZE","1px"),it.extend("--ft-chip-medium-icon-size","",nt.iconSize2),it.extend("--ft-chip-small-horizontal-padding","",nt.spacing2),it.extend("--ft-chip-small-vertical-padding","",nt.spacing05),it.extend("--ft-chip-small-gap","",nt.spacing1),it.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),it.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),it.extend("--ft-chip-small-border-radius","",nt.borderRadiusPill),it.create("--ft-chip-small-border-width","","SIZE","1px"),it.extend("--ft-chip-small-icon-size","",nt.iconSize1),it.extend("--ft-chip-neutral-background-color","",ct.backgroundGlobalOnSurface),it.extend("--ft-chip-neutral-color","",ct.contentGlobalPrimary),it.extend("--ft-chip-neutral-border-color","",ct.borderGlobalSubtle),it.extend("--ft-chip-info-background-color","",ct.backgroundInfoSubtle),it.extend("--ft-chip-info-color","",ct.contentInfoPrimary),it.extend("--ft-chip-info-border-color","",ct.borderInfoPrimary),it.extend("--ft-chip-success-background-color","",ct.backgroundSuccessSubtle),it.extend("--ft-chip-success-color","",ct.contentSuccessPrimary),it.extend("--ft-chip-success-border-color","",ct.borderSuccessPrimary),it.extend("--ft-chip-warning-background-color","",ct.backgroundWarningSubtle),it.extend("--ft-chip-warning-color","",ct.contentWarningPrimary),it.extend("--ft-chip-warning-border-color","",ct.borderWarningPrimary),it.extend("--ft-chip-error-background-color","",ct.backgroundErrorSubtle),it.extend("--ft-chip-error-color","",ct.contentErrorPrimary),it.extend("--ft-chip-error-border-color","",ct.borderErrorPrimary),it.create("--ft-notice-border-width","","SIZE","1px"),it.extend("--ft-notice-horizontal-padding","",nt.spacing2),it.extend("--ft-notice-vertical-padding","",nt.spacing1),it.extend("--ft-notice-border-radius","",nt.borderRadiusS),it.extend("--ft-notice-gap","",nt.spacing2),it.extend("--ft-notice-icon-size","",nt.iconSize3),it.extend("--ft-notice-info-background-color","",ct.backgroundInfoSubtle),it.extend("--ft-notice-info-border-color","",ct.borderInfoPrimary),it.extend("--ft-notice-info-color","",ct.contentInfoPrimary),it.extend("--ft-notice-warning-background-color","",ct.backgroundWarningSubtle),it.extend("--ft-notice-warning-border-color","",ct.borderWarningPrimary),it.extend("--ft-notice-warning-color","",ct.contentWarningPrimary),it.extend("--ft-checkbox-label-color","",ct.contentGlobalPrimary),it.extend("--ft-checkbox-checked-background-color","",ct.contentActionPrimary),it.extend("--ft-checkbox-checked-state-layer-color","",ct.contentActionPrimary),it.extend("--ft-checkbox-checked-color","",ct.contentGlobalOnColor),it.extend("--ft-checkbox-checked-state-layer-opacity-hover","",nt.opacity16),it.extend("--ft-checkbox-checked-state-layer-opacity-focus","",nt.opacity16),it.extend("--ft-checkbox-checked-state-layer-opacity-active","",nt.opacity24),it.extend("--ft-checkbox-checked-component-opacity-disabled","",nt.opacity40),it.extend("--ft-checkbox-unchecked-border-color","",nt.colorGray80),it.extend("--ft-checkbox-unchecked-state-layer-color","",nt.colorGray80),it.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",nt.opacity16),it.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",nt.opacity16),it.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",nt.opacity24),it.extend("--ft-checkbox-unchecked-component-opacity-disabled","",nt.opacity40),it.extend("--ft-checkbox-focus-focus-ring-color","",ct.borderActionFocusRing),it.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),it.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),it.extend("--ft-checkbox-gap","",nt.spacing3),it.extend("--ft-toggle-off-state-layer-opacity-hover","",nt.opacity16),it.extend("--ft-toggle-off-state-layer-opacity-focus","",nt.opacity16),it.extend("--ft-toggle-off-state-layer-opacity-active","",nt.opacity24),it.extend("--ft-toggle-off-component-opacity-disabled","",nt.opacity40),it.extend("--ft-toggle-off-background-color","",ct.contentGlobalSubtle),it.extend("--ft-toggle-off-icon-color","",ct.contentGlobalSubtle),it.extend("--ft-toggle-off-state-layer-color","",ct.contentGlobalSubtle),it.extend("--ft-toggle-on-state-layer-opacity-hover","",nt.opacity16),it.extend("--ft-toggle-on-state-layer-opacity-focus","",nt.opacity16),it.extend("--ft-toggle-on-state-layer-opacity-active","",nt.opacity24),it.extend("--ft-toggle-on-component-opacity-disabled","",nt.opacity40),it.extend("--ft-toggle-on-background-color","",ct.contentActionPrimary),it.extend("--ft-toggle-on-icon-color","",ct.contentActionPrimary),it.extend("--ft-toggle-on-state-layer-color","",ct.contentActionPrimary),it.extend("--ft-toggle-label-color","",ct.contentGlobalPrimary),it.extend("--ft-toggle-focus-focus-ring-color","",ct.borderActionFocusRing),it.extend("--ft-toggle-gap","",nt.spacing3),it.extend("--ft-radio-label-color","",ct.contentGlobalPrimary),it.extend("--ft-radio-selected-color","",ct.contentActionPrimary),it.extend("--ft-radio-selected-state-layer-color","",ct.contentActionPrimary),it.extend("--ft-radio-selected-state-layer-opacity-hover","",nt.opacity16),it.extend("--ft-radio-selected-state-layer-opacity-focus","",nt.opacity16),it.extend("--ft-radio-selected-state-layer-opacity-active","",nt.opacity24),it.extend("--ft-radio-selected-component-opacity-disabled","",nt.opacity40),it.extend("--ft-radio-unselected-state-layer-color","",nt.colorGray80),it.extend("--ft-radio-unselected-state-layer-opacity-hover","",nt.opacity16),it.extend("--ft-radio-unselected-state-layer-opacity-focus","",nt.opacity16),it.extend("--ft-radio-unselected-state-layer-opacity-active","",nt.opacity24),it.extend("--ft-radio-unselected-component-opacity-disabled","",nt.opacity40),it.extend("--ft-radio-focus-focus-ring-color","",ct.borderActionFocusRing),it.create("--ft-radio-focus-outline-offset","","SIZE","3px"),it.create("--ft-radio-focus-outline-width","","SIZE","2px"),it.extend("--ft-radio-gap","",nt.spacing3),it.extend("--ft-notification-icon-size","",nt.iconSize4),it.extend("--ft-notification-horizontal-padding","",nt.spacing4),it.extend("--ft-notification-vertical-padding","",nt.spacing4),it.extend("--ft-notification-info-background-color","",ct.backgroundInfoSubtle),it.extend("--ft-notification-info-color","",ct.contentInfoPrimary),it.extend("--ft-notification-info-border-color","",ct.borderInfoPrimary),it.extend("--ft-notification-success-background-color","",ct.backgroundSuccessSubtle),it.extend("--ft-notification-success-color","",ct.contentSuccessPrimary),it.extend("--ft-notification-success-border-color","",ct.borderSuccessPrimary),it.extend("--ft-notification-warning-background-color","",ct.backgroundWarningSubtle),it.extend("--ft-notification-warning-color","",ct.contentWarningPrimary),it.extend("--ft-notification-warning-border-color","",ct.borderWarningPrimary),it.extend("--ft-notification-error-background-color","",ct.backgroundErrorSubtle),it.extend("--ft-notification-error-color","",ct.contentErrorPrimary),it.extend("--ft-notification-error-border-color","",ct.borderErrorPrimary),it.extend("--ft-notification-border-radius","",nt.borderRadiusPill),it.create("--ft-notification-border-width","","SIZE","1px"),it.extend("--ft-notification-gap-leading","",nt.spacing2),it.extend("--ft-notification-gap-trailing","",nt.spacing8);const pt=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.titleFont),ft=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.contentFont),st={fontFamily:ft,fontSize:o.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:o.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:o.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:o.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:o.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},dt=o.FtCssVariableFactory.extend("--ft-typography-title-font-family","",pt),yt=o.FtCssVariableFactory.extend("--ft-typography-title-font-size","",st.fontSize,"20px"),ht=o.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",st.fontWeight,"normal"),gt=o.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",st.letterSpacing,"0.15px"),bt=o.FtCssVariableFactory.extend("--ft-typography-title-line-height","",st.lineHeight,"1.2"),ut=o.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",st.textTransform,"inherit"),mt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",pt),Ot=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",st.fontSize,"14px"),Nt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",st.fontWeight,"normal"),St=o.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",st.letterSpacing,"0.105px"),Ct=o.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",st.lineHeight,"1.7"),xt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",st.textTransform,"inherit"),vt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",ft),It=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",st.fontSize,"16px"),Ut=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",st.fontWeight,"600"),Rt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",st.letterSpacing,"0.144px"),Wt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",st.lineHeight,"1.5"),wt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",st.textTransform,"inherit"),Et=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",ft),Lt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",st.fontSize,"14px"),$t=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",st.fontWeight,"normal"),kt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",st.letterSpacing,"0.098px"),Kt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",st.lineHeight,"1.7"),Zt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",st.textTransform,"inherit"),zt=o.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",ft),Ft=o.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",st.fontSize,"16px"),Dt=o.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",st.fontWeight,"normal"),Bt=o.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",st.letterSpacing,"0.496px"),At=o.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",st.lineHeight,"1.5"),Ht=o.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",st.textTransform,"inherit"),Gt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",ft),Pt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",st.fontSize,"14px"),Mt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",st.fontWeight,"normal"),Yt=o.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",st.letterSpacing,"0.252px"),_t=o.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",st.lineHeight,"1.4"),jt=o.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",st.textTransform,"inherit"),Tt=o.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",ft),Xt=o.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",st.fontSize,"12px"),Vt=o.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",st.fontWeight,"normal"),qt=o.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",st.letterSpacing,"0.396px"),Jt=o.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",st.lineHeight,"1.33"),Qt=o.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",st.textTransform,"inherit"),to=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",ft),oo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",st.fontSize,"10px"),eo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",st.fontWeight,"normal"),ro=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",st.letterSpacing,"0.33px"),ao=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",st.lineHeight,"1.6"),io=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",st.textTransform,"inherit"),no=o.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",ft),lo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",st.fontSize,"10px"),co=o.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",st.fontWeight,"normal"),po=o.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",st.letterSpacing,"1.5px"),fo=o.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",st.lineHeight,"1.6"),so=o.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",st.textTransform,"uppercase"),yo=o.FtCssVariableFactory.extend("--ft-typography-button-font-family","",ft),ho=o.FtCssVariableFactory.extend("--ft-typography-button-font-size","",st.fontSize,"14px"),go=o.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",st.fontWeight,"600"),bo=o.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",st.letterSpacing,"1.246px"),uo=o.FtCssVariableFactory.extend("--ft-typography-button-line-height","",st.lineHeight,"1.15"),mo=o.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",st.textTransform,"uppercase"),Oo=e.css`
|
|
136
|
+
const J=Symbol.for(""),Q=t=>{if(t?.r===J)return t?._$litStatic$},tt=t=>({_$litStatic$:t,r:J}),ot=new Map,et=(t=>(o,...e)=>{const r=e.length;let a,i;const n=[],l=[];let p,c=0,f=!1;for(;c<r;){for(p=o[c];c<r&&void 0!==(i=e[c],a=Q(i));)p+=a+o[++c],f=!0;c!==r&&l.push(i),n.push(p),c++}if(c===r&&n.push(o[r]),f){const t=n.join("$$lit$$");void 0===(o=ot.get(t))&&(n.raw=n,ot.set(t,o=n)),e=l}return t(o,...e)})(Z);var rt;!function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button",t.display="display",t.title1="title-1",t.title2="title-2",t.title3="title-3",t.body1regular="body-1-regular",t.body1medium="body-1-medium",t.body1semibold="body-1-semibold",t.body2regular="body-2-regular",t.body2medium="body-2-medium",t.body2semibold="body-2-semibold",t.label1medium="label-1-medium",t.label1semibold="label-1-semibold",t.label1bold="label-1-bold",t.label2medium="label-2-medium",t.label2semibold="label-2-semibold",t.label2bold="label-2-bold",t.caption1medium="caption-1-medium",t.caption1semibold="caption-1-semibold",t.caption1bold="caption-1-bold",t.caption2medium="caption-2-medium",t.caption2semibold="caption-2-semibold",t.caption2bold="caption-2-bold"}(rt||(rt={}));const at=t=>"string"==typeof t?e.unsafeCSS(t):t;class it{static create(t,o,r,a){const i=t=>at(null!=t?t:a),n=e.css`var(${at(t)}, ${i(a)})`;return n.name=t,n.description=o,n.category=r,n.defaultValue=a,n.defaultCssValue=i,n.get=o=>e.css`var(${at(t)}, ${i(o)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>a,n}static extend(t,o,r,a){const i=t=>r.get(null!=t?t:a),n=e.css`var(${at(t)}, ${i(a)})`;return n.name=t,n.description=o,n.category=r.category,n.fallbackVariable=r,n.defaultValue=a,n.defaultCssValue=i,n.get=o=>e.css`var(${at(t)}, ${i(o)})`,n.breadcrumb=()=>[r.name,...r.breadcrumb()],n.lastResortDefaultValue=()=>null!=a?a:r.lastResortDefaultValue(),n}static external(t,o){const r=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):at(null!=o?o:t.lastResortDefaultValue()),a=e.css`var(${at(t.name)}, ${r(t.defaultValue)})`;return a.name=t.name,a.category=t.category,a.fallbackVariable=t.fallbackVariable,a.defaultValue=t.defaultValue,a.context=o,a.defaultCssValue=r,a.get=o=>e.css`var(${at(t.name)}, ${r(o)})`,a.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],a.lastResortDefaultValue=()=>t.lastResortDefaultValue(),a}}const nt={colorWhite:it.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:it.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:it.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:it.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:it.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:it.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:it.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:it.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:it.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:it.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:it.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:it.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:it.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:it.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:it.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:it.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:it.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:it.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:it.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:it.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:it.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:it.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:it.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:it.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:it.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:it.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:it.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:it.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:it.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:it.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:it.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:it.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:it.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:it.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:it.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:it.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:it.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:it.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:it.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:it.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:it.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:it.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:it.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:it.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:it.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:it.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:it.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:it.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:it.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:it.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:it.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:it.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:it.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:it.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:it.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:it.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:it.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:it.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:it.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:it.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:it.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:it.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:it.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:it.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:it.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:it.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:it.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:it.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:it.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:it.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:it.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:it.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:it.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:it.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:it.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:it.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:it.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:it.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:it.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:it.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:it.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:it.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:it.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:it.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:it.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:it.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:it.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:it.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:it.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:it.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:it.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:it.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:it.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:it.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:it.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:it.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:it.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:it.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:it.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:it.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:it.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:it.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:it.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:it.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:it.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:it.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:it.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:it.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:it.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:it.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:it.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:it.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:it.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:it.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:it.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:it.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:it.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:it.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:it.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:it.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:it.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:it.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:it.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:it.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:it.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:it.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:it.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:it.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:it.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:it.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:it.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:it.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:it.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:it.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:it.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:it.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:it.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:it.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:it.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:it.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:it.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:it.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:it.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:it.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:it.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:it.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:it.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:it.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:it.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:it.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:it.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:it.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:it.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:it.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:it.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:it.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:it.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:it.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:it.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:it.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:it.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:it.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:it.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:it.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:it.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:it.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:it.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:it.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:it.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:it.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:it.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:it.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:it.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:it.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:it.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:it.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:it.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:it.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:it.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:it.create("--ft-icon-size-6","","SIZE","48px"),opacity0:it.create("--ft-opacity-0","","NUMBER","0"),opacity8:it.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:it.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:it.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:it.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:it.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:it.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:it.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:it.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:it.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:it.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:it.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:it.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:it.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:it.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)")},lt={display:{fontFamily:it.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:it.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:it.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:it.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:it.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:it.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:it.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:it.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:it.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:it.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:it.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:it.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:it.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:it.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:it.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:it.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:it.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:it.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:it.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:it.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:it.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:it.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:it.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:it.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:it.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:it.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:it.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:it.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:it.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:it.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:it.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:it.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:it.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:it.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:it.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:it.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:it.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:it.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:it.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:it.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:it.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:it.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:it.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:it.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:it.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:it.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:it.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:it.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:it.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:it.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:it.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:it.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:it.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:it.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:it.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:it.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:it.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:it.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:it.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:it.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:it.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:it.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:it.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:it.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:it.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:it.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:it.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:it.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:it.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:it.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:it.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:it.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:it.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:it.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:it.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:it.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:it.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:it.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:it.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:it.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:it.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:it.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:it.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:it.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:it.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:it.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:it.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:it.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:it.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:it.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:it.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:it.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:it.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:it.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:it.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:it.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:it.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:it.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:it.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:it.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:it.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:it.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:it.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:it.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:it.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:it.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:it.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:it.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:it.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:it.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:it.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:it.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:it.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:it.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:it.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:it.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:it.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:it.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:it.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:it.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:it.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:it.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:it.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},"caption-3-medium":{fontFamily:it.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:it.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:it.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:it.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:it.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:it.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},"caption-3-semibold":{fontFamily:it.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:it.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:it.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:it.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:it.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:it.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},"caption-3-bold":{fontFamily:it.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:it.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:it.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:it.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:it.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:it.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:it.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:it.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:it.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")}},pt={backgroundActionPrimary:it.extend("--ft-background-action-primary","Used as backgorund of primary action components.",nt.colorBrand0),backgroundErrorPrimary:it.extend("--ft-background-error-primary","Used as background of error components.",nt.colorRed0),backgroundErrorSubtle:it.extend("--ft-background-error-subtle","Used as background of subtle error components.",nt.colorRed10),backgroundInfoPrimary:it.extend("--ft-background-info-primary","Used as background of information components.",nt.colorCyan200),backgroundInfoSubtle:it.extend("--ft-background-info-subtle","Used as background of subtle information components.",nt.colorCyan10),backgroundWarningPrimary:it.extend("--ft-background-warning-primary","Used as background of warning components.",nt.colorOrange300),backgroundWarningSubtle:it.extend("--ft-background-warning-subtle","Used as background of subtle information components.",nt.colorOrange10),backgroundSuccessPrimary:it.extend("--ft-background-success-primary","Used as background of success components.",nt.colorGreen200),backgroundSuccessSubtle:it.extend("--ft-background-success-subtle","Used as background of subtle success components.",nt.colorGreen10),backgroundGlobalSurface:it.extend("--ft-background-global-surface","Used as app background.",nt.colorWhite),backgroundGlobalOnSurface:it.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",nt.colorGray10),backgroundGlobalOnSurfaceDark:it.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",nt.colorGray30),contentActionPrimary:it.extend("--ft-content-action-primary","Used on label of primary action on light surface.",nt.colorBrand0),contentWarningPrimary:it.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",nt.colorOrange300),contentWarningIconOnly:it.extend("--ft-content-warning-icon-only","Used on warning status icons alone",nt.colorOrange0),contentErrorPrimary:it.extend("--ft-content-error-primary","Used on label of error messages on light surface.",nt.colorRed0),contentErrorIconOnly:it.extend("--ft-content-error-icon-only","Used on error status icons alone",nt.colorRed0),contentInfoPrimary:it.extend("--ft-content-info-primary","Used on label of information messages on light surface.",nt.colorCyan200),contentInfoIconOnly:it.extend("--ft-content-info-icon-only","Used on info status icons alone",nt.colorCyan0),contentSuccessPrimary:it.extend("--ft-content-success-primary","Used on label of success messages on light surface.",nt.colorGreen200),contentSuccessIconOnly:it.extend("--ft-content-success-icon-only","Used on success status icons alone",nt.colorGreen0),contentGlobalPrimary:it.extend("--ft-content-global-primary","Used for main content on the page.",nt.colorGray500),contentGlobalSecondary:it.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",nt.colorGray200),contentGlobalSubtle:it.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",nt.colorGray0),contentGlobalOnColor:it.extend("--ft-content-global-on-color","Used for content on a dominant color.",nt.colorWhite),borderActionPrimary:it.extend("--ft-border-action-primary","Used as border for primary action components.",nt.colorBrand0),borderActionFocusRing:it.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",nt.colorCyan0),borderWarningPrimary:it.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",nt.colorOrange300),borderWarningSubtle:it.extend("--ft-border-warning-subtle","Used as border for warning components.",nt.colorOrange30),borderSuccessPrimary:it.extend("--ft-border-success-primary","Used as border for success buttons.",nt.colorGreen200),borderSuccessSubtle:it.extend("--ft-border-success-subtle","Used as border for success components.",nt.colorGreen30),borderErrorPrimary:it.extend("--ft-border-error-primary","Used as border for text fields in error states.",nt.colorRed0),borderErrorSubtle:it.extend("--ft-border-error-subtle","Used as border for error components.",nt.colorRed30),borderInfoPrimary:it.extend("--ft-border-info-primary","Used as border for buttons in info color.",nt.colorCyan200),borderInfoSubtle:it.extend("--ft-border-info-subtle","Used as border for information components.",nt.colorCyan30),borderGlobalPrimary:it.extend("--ft-border-global-primary","Used as border for element like input.",nt.colorGray50),borderGlobalSubtle:it.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",nt.colorGray30),borderInputPrimary:it.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",nt.colorGray80)};it.create("--ft-button-large-height","","SIZE","40px"),it.extend("--ft-button-large-horizontal-padding","",nt.spacing4),it.extend("--ft-button-large-gap","",nt.spacing2),it.extend("--ft-button-large-border-radius","",nt.borderRadiusS),it.extend("--ft-button-large-icon-size","",nt.iconSize3),it.create("--ft-button-large-border-width","","SIZE","1px"),it.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),it.create("--ft-button-large-focus-outline-width","","SIZE","2px"),it.create("--ft-button-large-icon-only-width","","SIZE","40px"),it.create("--ft-button-small-height","","SIZE","30px"),it.extend("--ft-button-small-horizontal-padding","",nt.spacing3),it.extend("--ft-button-small-gap","",nt.spacing2),it.extend("--ft-button-small-border-radius","",nt.borderRadiusS),it.extend("--ft-button-small-icon-size","",nt.iconSize2),it.create("--ft-button-small-border-width","","SIZE","1px"),it.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),it.create("--ft-button-small-focus-outline-width","","SIZE","2px"),it.create("--ft-button-small-icon-only-width","","SIZE","30px"),it.extend("--ft-button-primary-background-color","",pt.backgroundActionPrimary),it.extend("--ft-button-primary-color","",pt.contentGlobalOnColor),it.extend("--ft-button-primary-icon-color","",pt.contentGlobalOnColor),it.extend("--ft-button-primary-state-layer-color","",pt.contentGlobalOnColor),it.extend("--ft-button-primary-state-layer-opacity-hover","",nt.opacity16),it.extend("--ft-button-primary-state-layer-opacity-focus","",nt.opacity16),it.extend("--ft-button-primary-state-layer-opacity-active","",nt.opacity24),it.extend("--ft-button-primary-component-opacity-disabled","",nt.opacity40),it.extend("--ft-button-focus-focus-ring-color","",pt.borderActionFocusRing),it.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),it.extend("--ft-button-tertiary-color","",pt.contentActionPrimary),it.extend("--ft-button-tertiary-icon-color","",pt.contentActionPrimary),it.extend("--ft-button-tertiary-state-layer-color","",pt.contentActionPrimary),it.extend("--ft-button-tertiary-state-layer-opacity-hover","",nt.opacity8),it.extend("--ft-button-tertiary-state-layer-opacity-focus","",nt.opacity8),it.extend("--ft-button-tertiary-state-layer-opacity-active","",nt.opacity16),it.extend("--ft-button-tertiary-component-opacity-disabled","",nt.opacity40),it.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),it.extend("--ft-button-secondary-color","",pt.contentActionPrimary),it.extend("--ft-button-secondary-icon-color","",pt.contentActionPrimary),it.extend("--ft-button-secondary-state-layer-color","",pt.contentActionPrimary),it.extend("--ft-button-secondary-state-layer-opacity-hover","",nt.opacity8),it.extend("--ft-button-secondary-state-layer-opacity-focus","",nt.opacity8),it.extend("--ft-button-secondary-state-layer-opacity-active","",nt.opacity16),it.extend("--ft-button-secondary-component-opacity-disabled","",nt.opacity40),it.extend("--ft-button-secondary-border-color","",pt.borderActionPrimary),it.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),it.extend("--ft-button-neutral-icon-color","",pt.contentGlobalSecondary),it.extend("--ft-button-neutral-color","",pt.contentGlobalSecondary),it.extend("--ft-button-neutral-state-layer-color","",pt.contentGlobalSecondary),it.extend("--ft-button-neutral-state-layer-opacity-hover","",nt.opacity8),it.extend("--ft-button-neutral-state-layer-opacity-focus","",nt.opacity8),it.extend("--ft-button-neutral-state-layer-opacity-active","",nt.opacity16),it.extend("--ft-button-neutral-component-opacity-disabled","",nt.opacity40),it.extend("--ft-floating-menu-horizontal-padding","",nt.spacing4),it.extend("--ft-floating-menu-vertical-padding","",nt.spacing4),it.extend("--ft-floating-menu-off-icon-color","",pt.contentGlobalPrimary),it.extend("--ft-floating-menu-off-color","",pt.contentGlobalPrimary),it.extend("--ft-floating-menu-on-color","",pt.contentActionPrimary),it.extend("--ft-floating-menu-on-icon-color","",pt.contentActionPrimary),it.extend("--ft-floating-menu-on-state-layer-color","",pt.contentActionPrimary),it.extend("--ft-floating-menu-gap","",nt.spacing3),it.extend("--ft-floating-menu-focus-focus-ring-color","",pt.borderActionFocusRing),it.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),it.extend("--ft-floating-menu-state-layer-opacity-hover","",nt.opacity8),it.extend("--ft-floating-menu-state-layer-opacity-active","",nt.opacity16),it.extend("--ft-floating-menu-state-layer-opacity-focus","",nt.opacity8),it.extend("--ft-floating-menu-component-opacity-disabled","",nt.opacity40),it.extend("--ft-floating-menu-icon-size","",nt.iconSize3),it.extend("--ft-floating-menu-background-color","",pt.backgroundGlobalOnSurface),it.extend("--ft-tabs-top-left-border-radius","",nt.borderRadiusS),it.extend("--ft-tabs-top-right-border-radius","",nt.borderRadiusS),it.extend("--ft-tabs-label-horizontal-padding","",nt.spacing4),it.extend("--ft-tabs-label-vertical-padding","",nt.spacing3),it.extend("--ft-tabs-label-gap","",nt.spacing1),it.extend("--ft-tabs-icon-horizontal-padding","",nt.spacing1),it.extend("--ft-tabs-icon-vertical-padding","",nt.spacing4),it.create("--ft-tabs-focus-outline-width","","SIZE","2px"),it.extend("--ft-tabs-focus-focus-ring-color","",pt.borderActionFocusRing),it.extend("--ft-tabs-off-state-layer-opacity-hover","",nt.opacity8),it.extend("--ft-tabs-off-state-layer-opacity-focus","",nt.opacity8),it.extend("--ft-tabs-off-state-layer-opacity-active","",nt.opacity16),it.extend("--ft-tabs-off-component-opacity-disabled","",nt.opacity40),it.extend("--ft-tabs-off-color","",pt.contentGlobalSubtle),it.extend("--ft-tabs-off-state-layer-color","",pt.contentGlobalSubtle),it.extend("--ft-tabs-on-state-layer-opacity-hover","",nt.opacity8),it.extend("--ft-tabs-on-state-layer-opacity-focus","",nt.opacity8),it.extend("--ft-tabs-on-state-layer-opacity-active","",nt.opacity16),it.extend("--ft-tabs-on-component-opacity-disabled","",nt.opacity40),it.extend("--ft-tabs-on-color","",pt.contentActionPrimary),it.extend("--ft-tabs-on-state-layer-color","",pt.contentActionPrimary),it.extend("--ft-collapsible-state-layer-opacity-hover","",nt.opacity8),it.extend("--ft-collapsible-state-layer-opacity-focus","",nt.opacity8),it.extend("--ft-collapsible-state-layer-opacity-active","",nt.opacity16),it.extend("--ft-collapsible-component-opacity-disabled","",nt.opacity40),it.extend("--ft-collapsible-horizontal-padding","",nt.spacing4),it.extend("--ft-collapsible-vertical-padding","",nt.spacing3),it.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),it.extend("--ft-collapsible-focus-focus-ring-color","",pt.borderActionFocusRing),it.extend("--ft-collapsible-color","",pt.contentGlobalPrimary),it.extend("--ft-collapsible-state-layer-color","",pt.contentGlobalPrimary),it.extend("--ft-collapsible-background-color","",pt.backgroundGlobalOnSurface),it.extend("--ft-collapsible-border-color","",pt.borderGlobalSubtle),it.extend("--ft-collapsible-icon-size","",nt.iconSize3),it.extend("--ft-switch-group-horizontal-padding","",nt.spacing1),it.extend("--ft-switch-group-vertical-padding","",nt.spacing1),it.extend("--ft-switch-group-gap","",nt.spacing1),it.extend("--ft-switch-group-background-color","",pt.backgroundGlobalSurface),it.extend("--ft-switch-group-border-color","",pt.borderGlobalSubtle),it.create("--ft-switch-group-border-radius","","SIZE","6px"),it.extend("--ft-switch-label-horizontal-padding","",nt.spacing2),it.extend("--ft-switch-label-vertical-padding","",nt.spacing1),it.extend("--ft-switch-icon-horizontal-padding","",nt.spacing1),it.extend("--ft-switch-icon-vertical-padding","",nt.spacing1),it.create("--ft-switch-focus-outline-width","","SIZE","2px"),it.extend("--ft-switch-focus-focus-ring-color","",pt.borderActionFocusRing),it.extend("--ft-switch-option-border-radius","",nt.borderRadiusS),it.extend("--ft-switch-off-state-layer-opacity-hover","",nt.opacity8),it.extend("--ft-switch-off-state-layer-opacity-focus","",nt.opacity8),it.extend("--ft-switch-off-state-layer-opacity-active","",nt.opacity16),it.extend("--ft-switch-off-component-opacity-disabled","",nt.opacity40),it.extend("--ft-switch-off-color","",pt.contentGlobalSubtle),it.extend("--ft-switch-off-state-layer-color","",pt.contentGlobalSubtle),it.extend("--ft-switch-on-state-layer-opacity-hover","",nt.opacity8),it.extend("--ft-switch-on-state-layer-opacity-focus","",nt.opacity8),it.extend("--ft-switch-on-state-layer-opacity-active","",nt.opacity16),it.extend("--ft-switch-on-component-opacity-disabled","",nt.opacity40),it.extend("--ft-switch-on-color","",pt.contentActionPrimary),it.extend("--ft-switch-on-state-layer-color","",pt.contentActionPrimary),it.extend("--ft-chart-1-light","for area color charts",nt.colorBrand40),it.extend("--ft-chart-1-base","for line charts",nt.colorBrand0),it.extend("--ft-chart-2-light","for area color charts",nt.colorYellow60),it.extend("--ft-chart-2-base","for line charts",nt.colorYellow100),it.extend("--ft-chart-3-light","",nt.colorUltramarine40),it.extend("--ft-chart-3-base","",nt.colorUltramarine70),it.extend("--ft-chart-4-light","",nt.colorCyan50),it.extend("--ft-chart-4-base","",nt.colorCyan100),it.extend("--ft-chart-5-light","",nt.colorRed40),it.extend("--ft-chart-5-base","",nt.colorRed60),it.extend("--ft-chart-6-light","",nt.colorGreen40),it.extend("--ft-chart-6-base","",nt.colorGreen70),it.extend("--ft-chart-7-light","",nt.colorOrange70),it.extend("--ft-chart-7-base","",nt.colorOrange100),it.extend("--ft-chart-8-light","",nt.colorAvocado70),it.extend("--ft-chart-8-base","",nt.colorAvocado200),it.extend("--ft-chart-9-light","",nt.colorBrown50),it.extend("--ft-chart-9-base","",nt.colorBrown200),it.extend("--ft-chart-10-light","",nt.colorGray50),it.extend("--ft-chart-10-base","",nt.colorGray80),it.extend("--ft-chart-monochrome-10","",nt.colorBrand10),it.extend("--ft-chart-monochrome-20","",nt.colorBrand20),it.extend("--ft-chart-monochrome-30","",nt.colorBrand40),it.extend("--ft-chart-monochrome-40","",nt.colorBrand60),it.extend("--ft-chart-monochrome-50","",nt.colorBrand0),it.extend("--ft-chart-monochrome-60","",nt.colorBrand200),it.extend("--ft-chip-large-horizontal-padding","",nt.spacing4),it.extend("--ft-chip-large-vertical-padding","",nt.spacing2),it.extend("--ft-chip-large-gap","",nt.spacing1),it.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),it.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),it.extend("--ft-chip-large-border-radius","",nt.borderRadiusPill),it.create("--ft-chip-large-border-width","","SIZE","1px"),it.extend("--ft-chip-large-icon-size","",nt.iconSize3),it.extend("--ft-chip-medium-horizontal-padding","",nt.spacing3),it.extend("--ft-chip-medium-vertical-padding","",nt.spacing1),it.extend("--ft-chip-medium-gap","",nt.spacing1),it.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),it.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),it.extend("--ft-chip-medium-border-radius","",nt.borderRadiusPill),it.create("--ft-chip-medium-border-width","","SIZE","1px"),it.extend("--ft-chip-medium-icon-size","",nt.iconSize2),it.extend("--ft-chip-small-horizontal-padding","",nt.spacing2),it.extend("--ft-chip-small-vertical-padding","",nt.spacing05),it.extend("--ft-chip-small-gap","",nt.spacing1),it.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),it.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),it.extend("--ft-chip-small-border-radius","",nt.borderRadiusPill),it.create("--ft-chip-small-border-width","","SIZE","1px"),it.extend("--ft-chip-small-icon-size","",nt.iconSize1),it.extend("--ft-chip-neutral-background-color","",pt.backgroundGlobalOnSurface),it.extend("--ft-chip-neutral-color","",pt.contentGlobalPrimary),it.extend("--ft-chip-neutral-border-color","",pt.borderGlobalSubtle),it.extend("--ft-chip-info-background-color","",pt.backgroundInfoSubtle),it.extend("--ft-chip-info-color","",pt.contentInfoPrimary),it.extend("--ft-chip-info-border-color","",pt.borderInfoSubtle),it.extend("--ft-chip-success-background-color","",pt.backgroundSuccessSubtle),it.extend("--ft-chip-success-color","",pt.contentSuccessPrimary),it.extend("--ft-chip-success-border-color","",pt.borderSuccessSubtle),it.extend("--ft-chip-warning-background-color","",pt.backgroundWarningSubtle),it.extend("--ft-chip-warning-color","",pt.contentWarningPrimary),it.extend("--ft-chip-warning-border-color","",pt.borderWarningSubtle),it.extend("--ft-chip-error-background-color","",pt.backgroundErrorSubtle),it.extend("--ft-chip-error-color","",pt.contentErrorPrimary),it.extend("--ft-chip-error-border-color","",pt.borderErrorSubtle),it.create("--ft-notice-border-width","","SIZE","1px"),it.extend("--ft-notice-horizontal-padding","",nt.spacing2),it.extend("--ft-notice-vertical-padding","",nt.spacing1),it.extend("--ft-notice-border-radius","",nt.borderRadiusS),it.extend("--ft-notice-gap","",nt.spacing2),it.extend("--ft-notice-icon-size","",nt.iconSize3),it.extend("--ft-notice-info-background-color","",pt.backgroundInfoSubtle),it.extend("--ft-notice-info-border-color","",pt.borderInfoSubtle),it.extend("--ft-notice-info-color","",pt.contentInfoPrimary),it.extend("--ft-notice-warning-background-color","",pt.backgroundWarningSubtle),it.extend("--ft-notice-warning-border-color","",pt.borderWarningSubtle),it.extend("--ft-notice-warning-color","",pt.contentWarningPrimary),it.extend("--ft-checkbox-label-color","",pt.contentGlobalPrimary),it.extend("--ft-checkbox-checked-background-color","",pt.contentActionPrimary),it.extend("--ft-checkbox-checked-state-layer-color","",pt.contentActionPrimary),it.extend("--ft-checkbox-checked-color","",pt.contentGlobalOnColor),it.extend("--ft-checkbox-checked-state-layer-opacity-hover","",nt.opacity16),it.extend("--ft-checkbox-checked-state-layer-opacity-focus","",nt.opacity16),it.extend("--ft-checkbox-checked-state-layer-opacity-active","",nt.opacity24),it.extend("--ft-checkbox-checked-component-opacity-disabled","",nt.opacity40),it.extend("--ft-checkbox-unchecked-border-color","",nt.colorGray80),it.extend("--ft-checkbox-unchecked-state-layer-color","",nt.colorGray80),it.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",nt.opacity16),it.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",nt.opacity16),it.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",nt.opacity24),it.extend("--ft-checkbox-unchecked-component-opacity-disabled","",nt.opacity40),it.extend("--ft-checkbox-focus-focus-ring-color","",pt.borderActionFocusRing),it.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),it.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),it.extend("--ft-checkbox-gap","",nt.spacing3),it.extend("--ft-toggle-off-state-layer-opacity-hover","",nt.opacity16),it.extend("--ft-toggle-off-state-layer-opacity-focus","",nt.opacity16),it.extend("--ft-toggle-off-state-layer-opacity-active","",nt.opacity24),it.extend("--ft-toggle-off-component-opacity-disabled","",nt.opacity40),it.extend("--ft-toggle-off-background-color","",pt.contentGlobalSubtle),it.extend("--ft-toggle-off-icon-color","",pt.contentGlobalSubtle),it.extend("--ft-toggle-off-state-layer-color","",pt.contentGlobalSubtle),it.extend("--ft-toggle-on-state-layer-opacity-hover","",nt.opacity16),it.extend("--ft-toggle-on-state-layer-opacity-focus","",nt.opacity16),it.extend("--ft-toggle-on-state-layer-opacity-active","",nt.opacity24),it.extend("--ft-toggle-on-component-opacity-disabled","",nt.opacity40),it.extend("--ft-toggle-on-background-color","",pt.contentActionPrimary),it.extend("--ft-toggle-on-icon-color","",pt.contentActionPrimary),it.extend("--ft-toggle-on-state-layer-color","",pt.contentActionPrimary),it.extend("--ft-toggle-label-color","",pt.contentGlobalPrimary),it.extend("--ft-toggle-focus-focus-ring-color","",pt.borderActionFocusRing),it.extend("--ft-toggle-gap","",nt.spacing3),it.extend("--ft-radio-label-color","",pt.contentGlobalPrimary),it.extend("--ft-radio-selected-color","",pt.contentActionPrimary),it.extend("--ft-radio-selected-state-layer-color","",pt.contentActionPrimary),it.extend("--ft-radio-selected-state-layer-opacity-hover","",nt.opacity16),it.extend("--ft-radio-selected-state-layer-opacity-focus","",nt.opacity16),it.extend("--ft-radio-selected-state-layer-opacity-active","",nt.opacity24),it.extend("--ft-radio-selected-component-opacity-disabled","",nt.opacity40),it.extend("--ft-radio-unselected-state-layer-color","",nt.colorGray80),it.extend("--ft-radio-unselected-state-layer-opacity-hover","",nt.opacity16),it.extend("--ft-radio-unselected-state-layer-opacity-focus","",nt.opacity16),it.extend("--ft-radio-unselected-state-layer-opacity-active","",nt.opacity24),it.extend("--ft-radio-unselected-component-opacity-disabled","",nt.opacity40),it.extend("--ft-radio-focus-focus-ring-color","",pt.borderActionFocusRing),it.create("--ft-radio-focus-outline-offset","","SIZE","3px"),it.create("--ft-radio-focus-outline-width","","SIZE","2px"),it.extend("--ft-radio-gap","",nt.spacing3),it.extend("--ft-notification-icon-size","",nt.iconSize4),it.extend("--ft-notification-horizontal-padding","",nt.spacing4),it.extend("--ft-notification-vertical-padding","",nt.spacing4),it.extend("--ft-notification-info-background-color","",pt.backgroundInfoSubtle),it.extend("--ft-notification-info-color","",pt.contentInfoPrimary),it.extend("--ft-notification-info-border-color","",pt.borderInfoSubtle),it.extend("--ft-notification-success-background-color","",pt.backgroundSuccessSubtle),it.extend("--ft-notification-success-color","",pt.contentSuccessPrimary),it.extend("--ft-notification-success-border-color","",pt.borderSuccessSubtle),it.extend("--ft-notification-warning-background-color","",pt.backgroundWarningSubtle),it.extend("--ft-notification-warning-color","",pt.contentWarningPrimary),it.extend("--ft-notification-warning-border-color","",pt.borderWarningSubtle),it.extend("--ft-notification-error-background-color","",pt.backgroundErrorSubtle),it.extend("--ft-notification-error-color","",pt.contentErrorPrimary),it.extend("--ft-notification-error-border-color","",pt.borderErrorSubtle),it.extend("--ft-notification-border-radius","",nt.borderRadiusPill),it.create("--ft-notification-border-width","","SIZE","1px"),it.extend("--ft-notification-gap-leading","",nt.spacing2),it.extend("--ft-notification-gap-trailing","",nt.spacing8),it.extend("--ft-tooltip-horizontal-padding","",nt.spacing2),it.extend("--ft-tooltip-vertical-padding","",nt.spacing2),it.extend("--ft-tooltip-border-radius","",nt.borderRadiusS),it.extend("--ft-tooltip-label","",pt.contentGlobalOnColor),it.extend("--ft-tooltip-background","",pt.contentGlobalPrimary),it.extend("--ft-tooltip-background-opacity","",nt.opacity80),it.extend("--ft-tooltip-shadow","",nt.shadowElevation03);const ct=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.titleFont),ft=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.contentFont),st={fontFamily:ft,fontSize:o.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:o.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:o.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:o.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:o.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},dt=o.FtCssVariableFactory.extend("--ft-typography-title-font-family","",ct),gt=o.FtCssVariableFactory.extend("--ft-typography-title-font-size","",st.fontSize,"20px"),yt=o.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",st.fontWeight,"normal"),ht=o.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",st.letterSpacing,"0.15px"),bt=o.FtCssVariableFactory.extend("--ft-typography-title-line-height","",st.lineHeight,"1.2"),ut=o.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",st.textTransform,"inherit"),mt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",ct),Ot=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",st.fontSize,"14px"),Nt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",st.fontWeight,"normal"),xt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",st.letterSpacing,"0.105px"),St=o.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",st.lineHeight,"1.7"),Ct=o.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",st.textTransform,"inherit"),vt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",ft),It=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",st.fontSize,"16px"),Wt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",st.fontWeight,"600"),wt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",st.letterSpacing,"0.144px"),Ut=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",st.lineHeight,"1.5"),Rt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",st.textTransform,"inherit"),Et=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",ft),Lt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",st.fontSize,"14px"),$t=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",st.fontWeight,"normal"),Kt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",st.letterSpacing,"0.098px"),kt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",st.lineHeight,"1.7"),Zt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",st.textTransform,"inherit"),zt=o.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",ft),Dt=o.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",st.fontSize,"16px"),Ft=o.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",st.fontWeight,"normal"),Ht=o.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",st.letterSpacing,"0.496px"),Bt=o.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",st.lineHeight,"1.5"),At=o.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",st.textTransform,"inherit"),Gt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",ft),Pt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",st.fontSize,"14px"),Mt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",st.fontWeight,"normal"),Yt=o.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",st.letterSpacing,"0.252px"),_t=o.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",st.lineHeight,"1.4"),jt=o.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",st.textTransform,"inherit"),Tt=o.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",ft),Xt=o.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",st.fontSize,"12px"),Vt=o.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",st.fontWeight,"normal"),qt=o.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",st.letterSpacing,"0.396px"),Jt=o.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",st.lineHeight,"1.33"),Qt=o.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",st.textTransform,"inherit"),to=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",ft),oo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",st.fontSize,"10px"),eo=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",st.fontWeight,"normal"),ro=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",st.letterSpacing,"0.33px"),ao=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",st.lineHeight,"1.6"),io=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",st.textTransform,"inherit"),no=o.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",ft),lo=o.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",st.fontSize,"10px"),po=o.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",st.fontWeight,"normal"),co=o.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",st.letterSpacing,"1.5px"),fo=o.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",st.lineHeight,"1.6"),so=o.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",st.textTransform,"uppercase"),go=o.FtCssVariableFactory.extend("--ft-typography-button-font-family","",ft),yo=o.FtCssVariableFactory.extend("--ft-typography-button-font-size","",st.fontSize,"14px"),ho=o.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",st.fontWeight,"600"),bo=o.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",st.letterSpacing,"1.246px"),uo=o.FtCssVariableFactory.extend("--ft-typography-button-line-height","",st.lineHeight,"1.15"),mo=o.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",st.textTransform,"uppercase"),Oo=e.css`
|
|
137
137
|
.ft-typography--title {
|
|
138
138
|
font-family: ${dt};
|
|
139
|
-
font-size: ${
|
|
140
|
-
font-weight: ${
|
|
141
|
-
letter-spacing: ${
|
|
139
|
+
font-size: ${gt};
|
|
140
|
+
font-weight: ${yt};
|
|
141
|
+
letter-spacing: ${ht};
|
|
142
142
|
line-height: ${bt};
|
|
143
143
|
text-transform: ${ut};
|
|
144
144
|
}
|
|
@@ -147,37 +147,37 @@ const J=Symbol.for(""),Q=t=>{if(t?.r===J)return t?._$litStatic$},tt=t=>({_$litSt
|
|
|
147
147
|
font-family: ${mt};
|
|
148
148
|
font-size: ${Ot};
|
|
149
149
|
font-weight: ${Nt};
|
|
150
|
-
letter-spacing: ${
|
|
151
|
-
line-height: ${
|
|
152
|
-
text-transform: ${
|
|
150
|
+
letter-spacing: ${xt};
|
|
151
|
+
line-height: ${St};
|
|
152
|
+
text-transform: ${Ct};
|
|
153
153
|
}
|
|
154
|
-
`,
|
|
154
|
+
`,xo=e.css`
|
|
155
155
|
.ft-typography--subtitle1 {
|
|
156
156
|
font-family: ${vt};
|
|
157
157
|
font-size: ${It};
|
|
158
|
-
font-weight: ${
|
|
159
|
-
letter-spacing: ${
|
|
160
|
-
line-height: ${
|
|
161
|
-
text-transform: ${
|
|
158
|
+
font-weight: ${Wt};
|
|
159
|
+
letter-spacing: ${wt};
|
|
160
|
+
line-height: ${Ut};
|
|
161
|
+
text-transform: ${Rt};
|
|
162
162
|
}
|
|
163
|
-
`,
|
|
163
|
+
`,So=e.css`
|
|
164
164
|
.ft-typography--subtitle2 {
|
|
165
165
|
font-family: ${Et};
|
|
166
166
|
font-size: ${Lt};
|
|
167
167
|
font-weight: ${$t};
|
|
168
|
-
letter-spacing: ${
|
|
169
|
-
line-height: ${
|
|
168
|
+
letter-spacing: ${Kt};
|
|
169
|
+
line-height: ${kt};
|
|
170
170
|
text-transform: ${Zt};
|
|
171
171
|
}
|
|
172
172
|
|
|
173
|
-
`,
|
|
173
|
+
`,Co=e.css`
|
|
174
174
|
.ft-typography--body1 {
|
|
175
175
|
font-family: ${zt};
|
|
176
|
-
font-size: ${
|
|
177
|
-
font-weight: ${
|
|
178
|
-
letter-spacing: ${
|
|
179
|
-
line-height: ${
|
|
180
|
-
text-transform: ${
|
|
176
|
+
font-size: ${Dt};
|
|
177
|
+
font-weight: ${Ft};
|
|
178
|
+
letter-spacing: ${Ht};
|
|
179
|
+
line-height: ${Bt};
|
|
180
|
+
text-transform: ${At};
|
|
181
181
|
}
|
|
182
182
|
`,vo=e.css`
|
|
183
183
|
.ft-typography--body2 {
|
|
@@ -197,7 +197,7 @@ const J=Symbol.for(""),Q=t=>{if(t?.r===J)return t?._$litStatic$},tt=t=>({_$litSt
|
|
|
197
197
|
line-height: ${Jt};
|
|
198
198
|
text-transform: ${Qt};
|
|
199
199
|
}
|
|
200
|
-
`,
|
|
200
|
+
`,Wo=e.css`
|
|
201
201
|
.ft-typography--breadcrumb {
|
|
202
202
|
font-family: ${to};
|
|
203
203
|
font-size: ${oo};
|
|
@@ -206,25 +206,25 @@ const J=Symbol.for(""),Q=t=>{if(t?.r===J)return t?._$litStatic$},tt=t=>({_$litSt
|
|
|
206
206
|
line-height: ${ao};
|
|
207
207
|
text-transform: ${io};
|
|
208
208
|
}
|
|
209
|
-
`,
|
|
209
|
+
`,wo=e.css`
|
|
210
210
|
.ft-typography--overline {
|
|
211
211
|
font-family: ${no};
|
|
212
212
|
font-size: ${lo};
|
|
213
|
-
font-weight: ${
|
|
214
|
-
letter-spacing: ${
|
|
213
|
+
font-weight: ${po};
|
|
214
|
+
letter-spacing: ${co};
|
|
215
215
|
line-height: ${fo};
|
|
216
216
|
text-transform: ${so};
|
|
217
217
|
}
|
|
218
|
-
`,
|
|
218
|
+
`,Uo=e.css`
|
|
219
219
|
.ft-typography--button {
|
|
220
|
-
font-family: ${
|
|
221
|
-
font-size: ${
|
|
222
|
-
font-weight: ${
|
|
220
|
+
font-family: ${go};
|
|
221
|
+
font-size: ${yo};
|
|
222
|
+
font-weight: ${ho};
|
|
223
223
|
letter-spacing: ${bo};
|
|
224
224
|
line-height: ${uo};
|
|
225
225
|
text-transform: ${mo};
|
|
226
226
|
}
|
|
227
|
-
`,
|
|
227
|
+
`,Ro=e.css`
|
|
228
228
|
.ft-typography {
|
|
229
229
|
vertical-align: inherit;
|
|
230
230
|
}
|
|
@@ -244,22 +244,22 @@ const J=Symbol.for(""),Q=t=>{if(t?.r===J)return t?._$litStatic$},tt=t=>({_$litSt
|
|
|
244
244
|
</${tt(this.element)}>
|
|
245
245
|
`:et`
|
|
246
246
|
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
247
|
-
`}}$o.styles=[Oo,No,So,Co,
|
|
247
|
+
`}}$o.styles=[Oo,No,xo,So,Co,vo,Io,Wo,wo,Uo,Ro,...Eo],Lo([r.property()],$o.prototype,"element",void 0),Lo([r.property()],$o.prototype,"variant",void 0),o.customElement("ft-typography")($o);const Ko={padding:o.FtCssVariableFactory.create("--ft-card-padding","","SIZE","12px"),borderRadius:o.FtCssVariableFactory.extend("--ft-card-border-radius","",o.designSystemVariables.borderRadiusM),borderStyle:o.FtCssVariableFactory.create("--ft-card-border-style","","UNKNOWN","none"),borderColor:o.FtCssVariableFactory.extend("--ft-card-border-color","",o.designSystemVariables.colorOutline),hoverBorderColor:o.FtCssVariableFactory.extend("--ft-card-hover-border-color","",o.designSystemVariables.colorPrimary),outlineStyle:o.FtCssVariableFactory.create("--ft-card-outline-style","","UNKNOWN","solid"),outlineWidth:o.FtCssVariableFactory.create("--ft-card-outline-width","","SIZE","0"),outlineColor:o.FtCssVariableFactory.extend("--ft-card-outline-color","",o.designSystemVariables.colorPrimary),selectedOutlineStyle:o.FtCssVariableFactory.create("--ft-card-selected-outline-style","","UNKNOWN","solid"),selectedOutlineWidth:o.FtCssVariableFactory.create("--ft-card-selected-outline-width","","SIZE","2px"),selectedOutlineColor:o.FtCssVariableFactory.extend("--ft-card-selected-outline-color","",o.designSystemVariables.colorPrimary),selectedBorderRadius:o.FtCssVariableFactory.extend("--ft-card-selected-border-radius","",o.designSystemVariables.borderRadiusM),colorSurface:o.FtCssVariableFactory.extend("--ft-card-background-color","",o.designSystemVariables.colorSurface),colorOnSurfaceMedium:o.FtCssVariableFactory.extend("--ft-card-content-color","",o.designSystemVariables.colorOnSurfaceMedium),colorOnSurfaceHigh:o.FtCssVariableFactory.extend("--ft-card-title-color","",o.designSystemVariables.colorOnSurfaceHigh),elevation02:o.FtCssVariableFactory.extend("--ft-card-elevation","",o.designSystemVariables.elevation02),elevation04:o.FtCssVariableFactory.extend("--ft-card-selected-elevation","",o.designSystemVariables.elevation04)},ko=e.css`
|
|
248
248
|
:host {
|
|
249
249
|
display: block;
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
#container {
|
|
253
|
-
padding: ${
|
|
254
|
-
outline-style: ${
|
|
255
|
-
outline-width: ${
|
|
256
|
-
outline-color: ${
|
|
257
|
-
border-color: ${
|
|
258
|
-
border-style: ${
|
|
253
|
+
padding: ${Ko.padding};
|
|
254
|
+
outline-style: ${Ko.outlineStyle};
|
|
255
|
+
outline-width: ${Ko.outlineWidth};
|
|
256
|
+
outline-color: ${Ko.outlineColor};
|
|
257
|
+
border-color: ${Ko.borderColor};
|
|
258
|
+
border-style: ${Ko.borderStyle};
|
|
259
259
|
border-width: 1px;
|
|
260
|
-
border-radius: ${
|
|
261
|
-
${o.setVariable(n.borderRadius,
|
|
262
|
-
box-shadow: ${
|
|
260
|
+
border-radius: ${Ko.borderRadius};
|
|
261
|
+
${o.setVariable(n.borderRadius,Ko.borderRadius)};
|
|
262
|
+
box-shadow: ${Ko.elevation02};
|
|
263
263
|
position: relative;
|
|
264
264
|
width: 100%;
|
|
265
265
|
height: 100%;
|
|
@@ -271,7 +271,7 @@ const J=Symbol.for(""),Q=t=>{if(t?.r===J)return t?._$litStatic$},tt=t=>({_$litSt
|
|
|
271
271
|
grid-template-rows: max-content minmax(0, 1fr);
|
|
272
272
|
grid-gap: 8px;
|
|
273
273
|
box-sizing: border-box;
|
|
274
|
-
background-color: ${
|
|
274
|
+
background-color: ${Ko.colorSurface};
|
|
275
275
|
transition: box-shadow 0.2s linear, color 0.2s linear;
|
|
276
276
|
}
|
|
277
277
|
|
|
@@ -284,12 +284,12 @@ const J=Symbol.for(""),Q=t=>{if(t?.r===J)return t?._$litStatic$},tt=t=>({_$litSt
|
|
|
284
284
|
}
|
|
285
285
|
|
|
286
286
|
#container.selected {
|
|
287
|
-
outline-style: ${
|
|
288
|
-
outline-width: ${
|
|
289
|
-
outline-color: ${
|
|
290
|
-
border-radius: ${
|
|
291
|
-
${o.setVariable(n.borderRadius,
|
|
292
|
-
box-shadow: ${
|
|
287
|
+
outline-style: ${Ko.selectedOutlineStyle};
|
|
288
|
+
outline-width: ${Ko.selectedOutlineWidth};
|
|
289
|
+
outline-color: ${Ko.selectedOutlineColor};
|
|
290
|
+
border-radius: ${Ko.selectedBorderRadius};
|
|
291
|
+
${o.setVariable(n.borderRadius,Ko.selectedBorderRadius)};
|
|
292
|
+
box-shadow: ${Ko.elevation04};
|
|
293
293
|
}
|
|
294
294
|
|
|
295
295
|
#container.clickable {
|
|
@@ -297,8 +297,8 @@ const J=Symbol.for(""),Q=t=>{if(t?.r===J)return t?._$litStatic$},tt=t=>({_$litSt
|
|
|
297
297
|
}
|
|
298
298
|
|
|
299
299
|
#container.clickable:hover {
|
|
300
|
-
box-shadow: ${
|
|
301
|
-
border-color: ${
|
|
300
|
+
box-shadow: ${Ko.elevation04};
|
|
301
|
+
border-color: ${Ko.hoverBorderColor};
|
|
302
302
|
}
|
|
303
303
|
|
|
304
304
|
#header {
|
|
@@ -309,14 +309,14 @@ const J=Symbol.for(""),Q=t=>{if(t?.r===J)return t?._$litStatic$},tt=t=>({_$litSt
|
|
|
309
309
|
text-overflow: ellipsis;
|
|
310
310
|
overflow: hidden;
|
|
311
311
|
word-break: break-word;
|
|
312
|
-
color: ${
|
|
312
|
+
color: ${Ko.colorOnSurfaceHigh};
|
|
313
313
|
}
|
|
314
314
|
|
|
315
315
|
#content {
|
|
316
316
|
word-break: break-word;
|
|
317
317
|
min-width: 0; /* like with flexbox, some items have a hard time shrinking when necessary */
|
|
318
318
|
grid-area: content;
|
|
319
|
-
color: ${
|
|
319
|
+
color: ${Ko.colorOnSurfaceMedium};
|
|
320
320
|
}
|
|
321
321
|
|
|
322
322
|
#action {
|
|
@@ -340,4 +340,4 @@ const J=Symbol.for(""),Q=t=>{if(t?.r===J)return t?._$litStatic$},tt=t=>({_$litSt
|
|
|
340
340
|
</ft-typography>
|
|
341
341
|
</div>
|
|
342
342
|
</div>
|
|
343
|
-
`}}zo.elementDefinitions={"ft-ripple":
|
|
343
|
+
`}}zo.elementDefinitions={"ft-ripple":h,"ft-typography":$o},zo.styles=ko,Zo([r.property()],zo.prototype,"title",void 0),Zo([r.property({type:Boolean})],zo.prototype,"clickable",void 0),Zo([r.property({type:Boolean})],zo.prototype,"selected",void 0),Zo([r.property({type:Boolean})],zo.prototype,"noHeader",void 0),o.customElement("ft-card")(zo),t.FtCard=zo,t.FtCardCssVariables=Ko,t.styles=ko}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators,ftGlobals.litClassMap);
|