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