@fluid-topics/ft-text-field 1.1.18 → 1.1.19

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.
@@ -180,14 +180,4 @@ export const styles = css `
180
180
  .ft-text-field--with-password ft-icon:hover {
181
181
  cursor: pointer;
182
182
  }
183
-
184
- input::-webkit-outer-spin-button,
185
- input::-webkit-inner-spin-button {
186
- -webkit-appearance: none;
187
- margin: 0;
188
- }
189
-
190
- input[type=number] {
191
- -moz-appearance: textfield;
192
- }
193
183
  `;
@@ -24,9 +24,6 @@ export declare class FtTextField extends FtTextField_base implements FtTextField
24
24
  filterSuggestions: boolean;
25
25
  maxLength?: number;
26
26
  password: boolean;
27
- type: string;
28
- min?: string;
29
- max?: string;
30
27
  focused: boolean;
31
28
  hidePassword: boolean;
32
29
  suggestionsOnTop: boolean;
@@ -27,7 +27,6 @@ class FtTextField extends toFtFormComponent(FtLitElement, "textbox") {
27
27
  this.passwordRevealedIcon = FtIcons.EYE;
28
28
  this.filterSuggestions = false;
29
29
  this.password = false;
30
- this.type = "text";
31
30
  this.focused = false;
32
31
  this.hidePassword = true;
33
32
  this.suggestionsOnTop = false;
@@ -92,10 +91,8 @@ class FtTextField extends toFtFormComponent(FtLitElement, "textbox") {
92
91
  ${this.prefix}
93
92
  </ft-typography>
94
93
  ` : nothing}
95
- <input type=${(this.password && this.hidePassword) ? "password" : this.type}
94
+ <input type=${(this.password && this.hidePassword) ? "password" : "text"}
96
95
  maxlength=${ifDefined(this.maxLength || undefined)}
97
- .min=${this.min}
98
- .max=${this.max}
99
96
  aria-label="${this.label}"
100
97
  class="ft-typography--body1 ft-text-field--input"
101
98
  part="input"
@@ -285,15 +282,6 @@ __decorate([
285
282
  __decorate([
286
283
  property({ type: Boolean })
287
284
  ], FtTextField.prototype, "password", void 0);
288
- __decorate([
289
- property()
290
- ], FtTextField.prototype, "type", void 0);
291
- __decorate([
292
- property()
293
- ], FtTextField.prototype, "min", void 0);
294
- __decorate([
295
- property()
296
- ], FtTextField.prototype, "max", void 0);
297
285
  __decorate([
298
286
  state()
299
287
  ], FtTextField.prototype, "focused", void 0);
@@ -1,25 +1,25 @@
1
- !function(t,o,e,i,r,a){
1
+ !function(t,o,e,r,i,a){
2
2
  /**
3
3
  * @license
4
4
  * Copyright 2017 Google LLC
5
5
  * SPDX-License-Identifier: BSD-3-Clause
6
6
  */
7
- const n=globalThis,l=n.trustedTypes,p=l?l.createPolicy("lit-html",{createHTML:t=>t}):void 0,f="$lit$",c=`lit$${(Math.random()+"").slice(9)}$`,s="?"+c,d=`<${s}>`,h=document,g=()=>h.createComment(""),y=t=>null===t||"object"!=typeof t&&"function"!=typeof t,b=Array.isArray,u="[ \t\n\f\r]",m=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,x=/-->/g,O=/>/g,N=RegExp(`>|${u}(?:([^\\s"'>=/]+)(${u}*=${u}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),v=/'/g,S=/"/g,C=/^(?:script|style|textarea|title)$/i,w=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),$=Symbol.for("lit-noChange"),I=Symbol.for("lit-nothing"),U=new WeakMap,R=h.createTreeWalker(h,129);function W(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==p?p.createHTML(o):o}const E=(t,o)=>{const e=t.length-1,i=[];let r,a=2===o?"<svg>":"",n=m;for(let o=0;o<e;o++){const e=t[o];let l,p,s=-1,h=0;for(;h<e.length&&(n.lastIndex=h,p=n.exec(e),null!==p);)h=n.lastIndex,n===m?"!--"===p[1]?n=x:void 0!==p[1]?n=O:void 0!==p[2]?(C.test(p[2])&&(r=RegExp("</"+p[2],"g")),n=N):void 0!==p[3]&&(n=N):n===N?">"===p[0]?(n=r??m,s=-1):void 0===p[1]?s=-2:(s=n.lastIndex-p[2].length,l=p[1],n=void 0===p[3]?N:'"'===p[3]?S:v):n===S||n===v?n=N:n===x||n===O?n=m:(n=N,r=void 0);const g=n===N&&t[o+1].startsWith("/>")?" ":"";a+=n===m?e+d:s>=0?(i.push(l),e.slice(0,s)+f+e.slice(s)+c+g):e+c+(-2===s?o:g)}return[W(t,a+(t[e]||"<?>")+(2===o?"</svg>":"")),i]};class k{constructor({strings:t,_$litType$:o},e){let i;this.parts=[];let r=0,a=0;const n=t.length-1,p=this.parts,[d,h]=E(t,o);if(this.el=k.createElement(d,e),R.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(i=R.nextNode())&&p.length<n;){if(1===i.nodeType){if(i.hasAttributes())for(const t of i.getAttributeNames())if(t.endsWith(f)){const o=h[a++],e=i.getAttribute(t).split(c),n=/([.?@])?(.*)/.exec(o);p.push({type:1,index:r,name:n[2],strings:e,ctor:"."===n[1]?D:"?"===n[1]?F:"@"===n[1]?B:z}),i.removeAttribute(t)}else t.startsWith(c)&&(p.push({type:6,index:r}),i.removeAttribute(t));if(C.test(i.tagName)){const t=i.textContent.split(c),o=t.length-1;if(o>0){i.textContent=l?l.emptyScript:"";for(let e=0;e<o;e++)i.append(t[e],g()),R.nextNode(),p.push({type:2,index:++r});i.append(t[o],g())}}}else if(8===i.nodeType)if(i.data===s)p.push({type:2,index:r});else{let t=-1;for(;-1!==(t=i.data.indexOf(c,t+1));)p.push({type:7,index:r}),t+=c.length-1}r++}}static createElement(t,o){const e=h.createElement("template");return e.innerHTML=t,e}}function L(t,o,e=t,i){if(o===$)return o;let r=void 0!==i?e._$Co?.[i]:e._$Cl;const a=y(o)?void 0:o._$litDirective$;return r?.constructor!==a&&(r?._$AO?.(!1),void 0===a?r=void 0:(r=new a(t),r._$AT(t,e,i)),void 0!==i?(e._$Co??=[])[i]=r:e._$Cl=r),void 0!==r&&(o=L(t,r._$AS(t,o.values),r,i)),o}class K{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:o},parts:e}=this._$AD,i=(t?.creationScope??h).importNode(o,!0);R.currentNode=i;let r=R.nextNode(),a=0,n=0,l=e[0];for(;void 0!==l;){if(a===l.index){let o;2===l.type?o=new Z(r,r.nextSibling,this,t):1===l.type?o=new l.ctor(r,l.name,l.strings,this,t):6===l.type&&(o=new A(r,this,t)),this._$AV.push(o),l=e[++n]}a!==l?.index&&(r=R.nextNode(),a++)}return R.currentNode=h,i}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}}class Z{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,i){this.type=2,this._$AH=I,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=i,this._$Cv=i?.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=L(this,t,o),y(t)?t===I||null==t||""===t?(this._$AH!==I&&this._$AR(),this._$AH=I):t!==this._$AH&&t!==$&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>b(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!==I&&y(this._$AH)?this._$AA.nextSibling.data=t:this.$(h.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,i="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=k.createElement(W(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===i)this._$AH.p(o);else{const t=new K(i,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=U.get(t.strings);return void 0===o&&U.set(t.strings,o=new k(t)),o}T(t){b(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let e,i=0;for(const r of t)i===o.length?o.push(e=new Z(this.k(g()),this.k(g()),this,this.options)):e=o[i],e._$AI(r),i++;i<o.length&&(this._$AR(e&&e._$AB.nextSibling,i),o.length=i)}_$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 z{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,i,r){this.type=1,this._$AH=I,this._$AN=void 0,this.element=t,this.name=o,this._$AM=i,this.options=r,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=I}_$AI(t,o=this,e,i){const r=this.strings;let a=!1;if(void 0===r)t=L(this,t,o,0),a=!y(t)||t!==this._$AH&&t!==$,a&&(this._$AH=t);else{const i=t;let n,l;for(t=r[0],n=0;n<r.length-1;n++)l=L(this,i[e+n],o,n),l===$&&(l=this._$AH[n]),a||=!y(l)||l!==this._$AH[n],l===I?t=I:t!==I&&(t+=(l??"")+r[n+1]),this._$AH[n]=l}a&&!i&&this.O(t)}O(t){t===I?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class D extends z{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===I?void 0:t}}class F extends z{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==I)}}class B extends z{constructor(t,o,e,i,r){super(t,o,e,i,r),this.type=5}_$AI(t,o=this){if((t=L(this,t,o,0)??I)===$)return;const e=this._$AH,i=t===I&&e!==I||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,r=t!==I&&(e===I||i);i&&this.element.removeEventListener(this.name,this,e),r&&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 A{constructor(t,o,e){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=e}get _$AU(){return this._$AM._$AU}_$AI(t){L(this,t)}}const H=n.litHtmlPolyfillSupport;H?.(k,Z),(n.litHtmlVersions??=[]).push("3.1.0");
7
+ const n=globalThis,l=n.trustedTypes,p=l?l.createPolicy("lit-html",{createHTML:t=>t}):void 0,f="$lit$",c=`lit$${(Math.random()+"").slice(9)}$`,s="?"+c,d=`<${s}>`,h=document,g=()=>h.createComment(""),y=t=>null===t||"object"!=typeof t&&"function"!=typeof t,b=Array.isArray,u="[ \t\n\f\r]",m=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,x=/-->/g,O=/>/g,N=RegExp(`>|${u}(?:([^\\s"'>=/]+)(${u}*=${u}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),v=/'/g,S=/"/g,C=/^(?:script|style|textarea|title)$/i,w=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),$=Symbol.for("lit-noChange"),I=Symbol.for("lit-nothing"),U=new WeakMap,R=h.createTreeWalker(h,129);function W(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==p?p.createHTML(o):o}const E=(t,o)=>{const e=t.length-1,r=[];let i,a=2===o?"<svg>":"",n=m;for(let o=0;o<e;o++){const e=t[o];let l,p,s=-1,h=0;for(;h<e.length&&(n.lastIndex=h,p=n.exec(e),null!==p);)h=n.lastIndex,n===m?"!--"===p[1]?n=x:void 0!==p[1]?n=O:void 0!==p[2]?(C.test(p[2])&&(i=RegExp("</"+p[2],"g")),n=N):void 0!==p[3]&&(n=N):n===N?">"===p[0]?(n=i??m,s=-1):void 0===p[1]?s=-2:(s=n.lastIndex-p[2].length,l=p[1],n=void 0===p[3]?N:'"'===p[3]?S:v):n===S||n===v?n=N:n===x||n===O?n=m:(n=N,i=void 0);const g=n===N&&t[o+1].startsWith("/>")?" ":"";a+=n===m?e+d:s>=0?(r.push(l),e.slice(0,s)+f+e.slice(s)+c+g):e+c+(-2===s?o:g)}return[W(t,a+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};class k{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let i=0,a=0;const n=t.length-1,p=this.parts,[d,h]=E(t,o);if(this.el=k.createElement(d,e),R.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=R.nextNode())&&p.length<n;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(f)){const o=h[a++],e=r.getAttribute(t).split(c),n=/([.?@])?(.*)/.exec(o);p.push({type:1,index:i,name:n[2],strings:e,ctor:"."===n[1]?D:"?"===n[1]?F:"@"===n[1]?B:z}),r.removeAttribute(t)}else t.startsWith(c)&&(p.push({type:6,index:i}),r.removeAttribute(t));if(C.test(r.tagName)){const t=r.textContent.split(c),o=t.length-1;if(o>0){r.textContent=l?l.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],g()),R.nextNode(),p.push({type:2,index:++i});r.append(t[o],g())}}}else if(8===r.nodeType)if(r.data===s)p.push({type:2,index:i});else{let t=-1;for(;-1!==(t=r.data.indexOf(c,t+1));)p.push({type:7,index:i}),t+=c.length-1}i++}}static createElement(t,o){const e=h.createElement("template");return e.innerHTML=t,e}}function L(t,o,e=t,r){if(o===$)return o;let i=void 0!==r?e._$Co?.[r]:e._$Cl;const a=y(o)?void 0:o._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),void 0===a?i=void 0:(i=new a(t),i._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=i:e._$Cl=i),void 0!==i&&(o=L(t,i._$AS(t,o.values),i,r)),o}class K{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:o},parts:e}=this._$AD,r=(t?.creationScope??h).importNode(o,!0);R.currentNode=r;let i=R.nextNode(),a=0,n=0,l=e[0];for(;void 0!==l;){if(a===l.index){let o;2===l.type?o=new Z(i,i.nextSibling,this,t):1===l.type?o=new l.ctor(i,l.name,l.strings,this,t):6===l.type&&(o=new A(i,this,t)),this._$AV.push(o),l=e[++n]}a!==l?.index&&(i=R.nextNode(),a++)}return R.currentNode=h,r}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}}class Z{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=I,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===t?.nodeType&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=L(this,t,o),y(t)?t===I||null==t||""===t?(this._$AH!==I&&this._$AR(),this._$AH=I):t!==this._$AH&&t!==$&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>b(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!==I&&y(this._$AH)?this._$AA.nextSibling.data=t:this.$(h.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,r="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=k.createElement(W(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new K(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=U.get(t.strings);return void 0===o&&U.set(t.strings,o=new k(t)),o}T(t){b(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let e,r=0;for(const i of t)r===o.length?o.push(e=new Z(this.k(g()),this.k(g()),this,this.options)):e=o[r],e._$AI(i),r++;r<o.length&&(this._$AR(e&&e._$AB.nextSibling,r),o.length=r)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}}class z{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=I,this._$AN=void 0,this.element=t,this.name=o,this._$AM=r,this.options=i,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=I}_$AI(t,o=this,e,r){const i=this.strings;let a=!1;if(void 0===i)t=L(this,t,o,0),a=!y(t)||t!==this._$AH&&t!==$,a&&(this._$AH=t);else{const r=t;let n,l;for(t=i[0],n=0;n<i.length-1;n++)l=L(this,r[e+n],o,n),l===$&&(l=this._$AH[n]),a||=!y(l)||l!==this._$AH[n],l===I?t=I:t!==I&&(t+=(l??"")+i[n+1]),this._$AH[n]=l}a&&!r&&this.O(t)}O(t){t===I?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class D extends z{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===I?void 0:t}}class F extends z{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==I)}}class B extends z{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=L(this,t,o,0)??I)===$)return;const e=this._$AH,r=t===I&&e!==I||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==I&&(e===I||r);r&&this.element.removeEventListener(this.name,this,e),i&&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 A{constructor(t,o,e){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=e}get _$AU(){return this._$AM._$AU}_$AI(t){L(this,t)}}const H=n.litHtmlPolyfillSupport;H?.(k,Z),(n.litHtmlVersions??=[]).push("3.1.0");
8
8
  /**
9
9
  * @license
10
10
  * Copyright 2018 Google LLC
11
11
  * SPDX-License-Identifier: BSD-3-Clause
12
12
  */
13
- const G=Symbol.for(""),j=t=>{if(t?.r===G)return t?._$litStatic$},P=t=>({_$litStatic$:t,r:G}),M=new Map,_=(t=>(o,...e)=>{const i=e.length;let r,a;const n=[],l=[];let p,f=0,c=!1;for(;f<i;){for(p=o[f];f<i&&void 0!==(a=e[f],r=j(a));)p+=r+o[++f],c=!0;f!==i&&l.push(a),n.push(p),f++}if(f===i&&n.push(o[i]),c){const t=n.join("$$lit$$");void 0===(o=M.get(t))&&(n.raw=n,M.set(t,o=n)),e=l}return t(o,...e)})(w);
13
+ const G=Symbol.for(""),j=t=>{if(t?.r===G)return t?._$litStatic$},P=t=>({_$litStatic$:t,r:G}),M=new Map,_=(t=>(o,...e)=>{const r=e.length;let i,a;const n=[],l=[];let p,f=0,c=!1;for(;f<r;){for(p=o[f];f<r&&void 0!==(a=e[f],i=j(a));)p+=i+o[++f],c=!0;f!==r&&l.push(a),n.push(p),f++}if(f===r&&n.push(o[r]),c){const t=n.join("$$lit$$");void 0===(o=M.get(t))&&(n.raw=n,M.set(t,o=n)),e=l}return t(o,...e)})(w);
14
14
  /**
15
15
  * @license
16
16
  * Copyright 2020 Google LLC
17
17
  * SPDX-License-Identifier: BSD-3-Clause
18
- */var Y;!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"}(Y||(Y={}));const T=t=>"string"==typeof t?e.unsafeCSS(t):t;class V{static create(t,o,i,r){const a=t=>T(null!=t?t:r),n=e.css`var(${T(t)}, ${a(r)})`;return n.name=t,n.description=o,n.category=i,n.defaultValue=r,n.defaultCssValue=a,n.get=o=>e.css`var(${T(t)}, ${a(o)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>r,n}static extend(t,o,i,r){const a=t=>i.get(null!=t?t:r),n=e.css`var(${T(t)}, ${a(r)})`;return n.name=t,n.description=o,n.category=i.category,n.fallbackVariable=i,n.defaultValue=r,n.defaultCssValue=a,n.get=o=>e.css`var(${T(t)}, ${a(o)})`,n.breadcrumb=()=>[i.name,...i.breadcrumb()],n.lastResortDefaultValue=()=>null!=r?r:i.lastResortDefaultValue(),n}static external(t,o){const i=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):T(null!=o?o:t.lastResortDefaultValue()),r=e.css`var(${T(t.name)}, ${i(t.defaultValue)})`;return r.name=t.name,r.category=t.category,r.fallbackVariable=t.fallbackVariable,r.defaultValue=t.defaultValue,r.context=o,r.defaultCssValue=i,r.get=o=>e.css`var(${T(t.name)}, ${i(o)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const q={colorWhite:V.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:V.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:V.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:V.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:V.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:V.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:V.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:V.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:V.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:V.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:V.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:V.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:V.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:V.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:V.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:V.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:V.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:V.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:V.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:V.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:V.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:V.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:V.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:V.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:V.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:V.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:V.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:V.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:V.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:V.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:V.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:V.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:V.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:V.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:V.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:V.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:V.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:V.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:V.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:V.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:V.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:V.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:V.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:V.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:V.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:V.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:V.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:V.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:V.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:V.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:V.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:V.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:V.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:V.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:V.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:V.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:V.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:V.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:V.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:V.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:V.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:V.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:V.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:V.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:V.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:V.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:V.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:V.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:V.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:V.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:V.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:V.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:V.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:V.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:V.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:V.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:V.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:V.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:V.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:V.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:V.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:V.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:V.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:V.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:V.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:V.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:V.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:V.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:V.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:V.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:V.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:V.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:V.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:V.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:V.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:V.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:V.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:V.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:V.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:V.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:V.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:V.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:V.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:V.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:V.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:V.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:V.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:V.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:V.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:V.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:V.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:V.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:V.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:V.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:V.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:V.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:V.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:V.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:V.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:V.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:V.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:V.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:V.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:V.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:V.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:V.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:V.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:V.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:V.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:V.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:V.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:V.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:V.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:V.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:V.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:V.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:V.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:V.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:V.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:V.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:V.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:V.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:V.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:V.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:V.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:V.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:V.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:V.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:V.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:V.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:V.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:V.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:V.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:V.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:V.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:V.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:V.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:V.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:V.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:V.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:V.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:V.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:V.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:V.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:V.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:V.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:V.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:V.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:V.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:V.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:V.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:V.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:V.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:V.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:V.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:V.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:V.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:V.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:V.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:V.create("--ft-icon-size-6","","SIZE","48px"),opacity0:V.create("--ft-opacity-0","","NUMBER","0"),opacity8:V.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:V.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:V.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:V.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:V.create("--ft-opacity-80","","NUMBER","0.8")},X={display:{fontFamily:V.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:V.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:V.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:V.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:V.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:V.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:V.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:V.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:V.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:V.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:V.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:V.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:V.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:V.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:V.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:V.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:V.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:V.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:V.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:V.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:V.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:V.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:V.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:V.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:V.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:V.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:V.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:V.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:V.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:V.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:V.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:V.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:V.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:V.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:V.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:V.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:V.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:V.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:V.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:V.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:V.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:V.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:V.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:V.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:V.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:V.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:V.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:V.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:V.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:V.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:V.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:V.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:V.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:V.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:V.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:V.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:V.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:V.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:V.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:V.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:V.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:V.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:V.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:V.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:V.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:V.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:V.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:V.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:V.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:V.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:V.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:V.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:V.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:V.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:V.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:V.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:V.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:V.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:V.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:V.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:V.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:V.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:V.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:V.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:V.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:V.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:V.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:V.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:V.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:V.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:V.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:V.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:V.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:V.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:V.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:V.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:V.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:V.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:V.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:V.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:V.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:V.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:V.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:V.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:V.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:V.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:V.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:V.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:V.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:V.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:V.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:V.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:V.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:V.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:V.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:V.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:V.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:V.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:V.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:V.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:V.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:V.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:V.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:V.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:V.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:V.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:V.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:V.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:V.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:V.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:V.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:V.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")}},J={backgroundActionPrimary:V.extend("--ft-background-action-primary","Used as backgorund of primary action components.",q.colorBrand0),backgroundErrorPrimary:V.extend("--ft-background-error-primary","Used as background of error components.",q.colorRed0),backgroundErrorSubtle:V.extend("--ft-background-error-subtle","Used as background of subtle error components.",q.colorRed10),backgroundInfoPrimary:V.extend("--ft-background-info-primary","Used as background of information components.",q.colorCyan200),backgroundInfoSubtle:V.extend("--ft-background-info-subtle","Used as background of subtle information components.",q.colorCyan10),backgroundWarningPrimary:V.extend("--ft-background-warning-primary","Used as background of warning components.",q.colorOrange300),backgroundWarningSubtle:V.extend("--ft-background-warning-subtle","Used as background of subtle information components.",q.colorOrange10),backgroundSuccessPrimary:V.extend("--ft-background-success-primary","Used as background of success components.",q.colorGreen200),backgroundSuccessSubtle:V.extend("--ft-background-success-subtle","Used as background of subtle success components.",q.colorGreen10),backgroundGlobalSurface:V.extend("--ft-background-global-surface","Used as app background.",q.colorWhite),backgroundGlobalOnSurface:V.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",q.colorGray10),backgroundGlobalOnSurfaceDark:V.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",q.colorGray30),contentActionPrimary:V.extend("--ft-content-action-primary","Used on label of primary action on light surface.",q.colorBrand0),contentWarningPrimary:V.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",q.colorOrange300),contentWarningIconOnly:V.extend("--ft-content-warning-icon-only","Used on warning status icons alone",q.colorOrange0),contentErrorPrimary:V.extend("--ft-content-error-primary","Used on label of error messages on light surface.",q.colorRed0),contentErrorIconOnly:V.extend("--ft-content-error-icon-only","Used on error status icons alone",q.colorRed0),contentInfoPrimary:V.extend("--ft-content-info-primary","Used on label of information messages on light surface.",q.colorCyan200),contentInfoIconOnly:V.extend("--ft-content-info-icon-only","Used on info status icons alone",q.colorCyan0),contentSuccessIconOnly:V.extend("--ft-content-success-icon-only","Used on success status icons alone",q.colorGreen0),contentSuccessPrimary:V.extend("--ft-content-success-primary","Used on label of success messages on light surface.",q.colorGreen200),contentGlobalPrimary:V.extend("--ft-content-global-primary","Used for main content on the page.",q.colorGray500),contentGlobalSecondary:V.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",q.colorGray200),contentGlobalSubtle:V.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",q.colorGray0),contentGlobalOnColor:V.extend("--ft-content-global-on-color","Used for content on a dominant color.",q.colorWhite),borderActionPrimary:V.extend("--ft-border-action-primary","Used as border for primary action components.",q.colorBrand0),borderActionFocusRing:V.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",q.colorCyan0),borderWarningPrimary:V.extend("--ft-border-warning-primary","Used as border for warning components.",q.colorOrange30),borderSuccessPrimary:V.extend("--ft-border-success-primary","Used as border for success components.",q.colorGreen30),borderErrorPrimary:V.extend("--ft-border-error-primary","Used as border for error components.",q.colorRed30),borderInfoPrimary:V.extend("--ft-border-info-primary","Used as border for information components.",q.colorCyan30),borderGlobalSubtle:V.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",q.colorGray30),borderGlobalPrimary:V.extend("--ft-border-global-primary","Used as border for element like input.",q.colorGray50),borderInputPrimary:V.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",q.colorGray80)};V.create("--ft-button-large-height","","SIZE","40px"),V.extend("--ft-button-large-horizontal-padding","",q.spacing4),V.extend("--ft-button-large-gap","",q.spacing2),V.extend("--ft-button-large-border-radius","",q.borderRadiusS),V.extend("--ft-button-large-icon-size","",q.iconSize3),V.create("--ft-button-large-border-width","","SIZE","1px"),V.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),V.create("--ft-button-large-focus-outline-width","","SIZE","2px"),V.create("--ft-button-large-icon-only-width","","SIZE","40px"),V.create("--ft-button-small-height","","SIZE","30px"),V.extend("--ft-button-small-horizontal-padding","",q.spacing3),V.extend("--ft-button-small-gap","",q.spacing2),V.extend("--ft-button-small-border-radius","",q.borderRadiusS),V.extend("--ft-button-small-icon-size","",q.iconSize2),V.create("--ft-button-small-border-width","","SIZE","1px"),V.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),V.create("--ft-button-small-focus-outline-width","","SIZE","2px"),V.create("--ft-button-small-icon-only-width","","SIZE","30px"),V.extend("--ft-button-primary-background-color","",J.backgroundActionPrimary),V.extend("--ft-button-primary-color","",J.contentGlobalOnColor),V.extend("--ft-button-primary-icon-color","",J.contentGlobalOnColor),V.extend("--ft-button-primary-state-layer-color","",J.contentGlobalOnColor),V.extend("--ft-button-primary-state-layer-opacity-hover","",q.opacity16),V.extend("--ft-button-primary-state-layer-opacity-focus","",q.opacity16),V.extend("--ft-button-primary-state-layer-opacity-active","",q.opacity24),V.extend("--ft-button-primary-component-opacity-disabled","",q.opacity40),V.extend("--ft-button-focus-focus-ring-color","",J.borderActionFocusRing),V.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),V.extend("--ft-button-tertiary-color","",J.contentActionPrimary),V.extend("--ft-button-tertiary-icon-color","",J.contentActionPrimary),V.extend("--ft-button-tertiary-state-layer-color","",J.contentActionPrimary),V.extend("--ft-button-tertiary-state-layer-opacity-hover","",q.opacity8),V.extend("--ft-button-tertiary-state-layer-opacity-focus","",q.opacity8),V.extend("--ft-button-tertiary-state-layer-opacity-active","",q.opacity16),V.extend("--ft-button-tertiary-component-opacity-disabled","",q.opacity40),V.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),V.extend("--ft-button-secondary-color","",J.contentActionPrimary),V.extend("--ft-button-secondary-icon-color","",J.contentActionPrimary),V.extend("--ft-button-secondary-state-layer-color","",J.contentActionPrimary),V.extend("--ft-button-secondary-state-layer-opacity-hover","",q.opacity8),V.extend("--ft-button-secondary-state-layer-opacity-focus","",q.opacity8),V.extend("--ft-button-secondary-state-layer-opacity-active","",q.opacity16),V.extend("--ft-button-secondary-component-opacity-disabled","",q.opacity40),V.extend("--ft-button-secondary-border-color","",J.borderActionPrimary),V.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),V.extend("--ft-button-neutral-icon-color","",J.contentGlobalSecondary),V.extend("--ft-button-neutral-color","",J.contentGlobalSecondary),V.extend("--ft-button-neutral-state-layer-color","",J.contentGlobalSecondary),V.extend("--ft-button-neutral-state-layer-opacity-hover","",q.opacity8),V.extend("--ft-button-neutral-state-layer-opacity-focus","",q.opacity8),V.extend("--ft-button-neutral-state-layer-opacity-active","",q.opacity16),V.extend("--ft-button-neutral-component-opacity-disabled","",q.opacity40),V.extend("--ft-tabs-top-left-border-radius","",q.borderRadiusS),V.extend("--ft-tabs-top-right-border-radius","",q.borderRadiusS),V.extend("--ft-tabs-label-horizontal-padding","",q.spacing4),V.extend("--ft-tabs-label-vertical-padding","",q.spacing3),V.extend("--ft-tabs-label-gap","",q.spacing1),V.extend("--ft-switch-group-horizontal-padding","",q.spacing1),V.extend("--ft-switch-group-vertical-padding","",q.spacing1),V.extend("--ft-switch-group-gap","",q.spacing1),V.extend("--ft-switch-group-background-color","",J.backgroundGlobalSurface),V.extend("--ft-switch-group-border-color","",J.borderGlobalSubtle),V.create("--ft-switch-group-border-radius","","SIZE","6px"),V.extend("--ft-switch-label-horizontal-padding","",q.spacing2),V.extend("--ft-switch-label-vertical-padding","",q.spacing1),V.extend("--ft-switch-icon-horizontal-padding","",q.spacing1),V.extend("--ft-switch-icon-vertical-padding","",q.spacing1),V.create("--ft-switch-focus-outline-width","","SIZE","2px"),V.extend("--ft-switch-focus-focus-ring-color","",J.borderActionFocusRing),V.extend("--ft-switch-option-border-radius","",q.borderRadiusS),V.extend("--ft-switch-off-state-layer-opacity-hover","",q.opacity8),V.extend("--ft-switch-off-state-layer-opacity-focus","",q.opacity8),V.extend("--ft-switch-off-state-layer-opacity-active","",q.opacity16),V.extend("--ft-switch-off-component-opacity-disabled","",q.opacity40),V.extend("--ft-switch-off-color","",J.contentGlobalSubtle),V.extend("--ft-switch-off-state-layer-color","",J.contentGlobalSubtle),V.extend("--ft-chart-1-light","for area color charts",q.colorBrand40),V.extend("--ft-chart-1-base","for line charts",q.colorBrand0),V.extend("--ft-chart-2-light","for area color charts",q.colorYellow60),V.extend("--ft-chart-2-base","for line charts",q.colorYellow100),V.extend("--ft-chart-3-light","",q.colorUltramarine40),V.extend("--ft-chart-3-base","",q.colorUltramarine70),V.extend("--ft-chart-4-light","",q.colorCyan50),V.extend("--ft-chart-4-base","",q.colorCyan100),V.extend("--ft-chart-5-light","",q.colorRed40),V.extend("--ft-chart-5-base","",q.colorRed60),V.extend("--ft-chart-6-light","",q.colorGreen40),V.extend("--ft-chart-6-base","",q.colorGreen70),V.extend("--ft-chart-7-light","",q.colorOrange70),V.extend("--ft-chart-7-base","",q.colorOrange100),V.extend("--ft-chart-8-light","",q.colorAvocado70),V.extend("--ft-chart-8-base","",q.colorAvocado200),V.extend("--ft-chart-9-light","",q.colorBrown50),V.extend("--ft-chart-9-base","",q.colorBrown200),V.extend("--ft-chart-10-light","",q.colorGray50),V.extend("--ft-chart-10-base","",q.colorGray80),V.extend("--ft-chart-monochrome-10","",q.colorBrand10),V.extend("--ft-chart-monochrome-20","",q.colorBrand20),V.extend("--ft-chart-monochrome-30","",q.colorBrand40),V.extend("--ft-chart-monochrome-40","",q.colorBrand60),V.extend("--ft-chart-monochrome-50","",q.colorBrand0),V.extend("--ft-chart-monochrome-60","",q.colorBrand200),V.extend("--ft-chip-large-horizontal-padding","",q.spacing4),V.extend("--ft-chip-large-vertical-padding","",q.spacing2),V.extend("--ft-chip-large-gap","",q.spacing1),V.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),V.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),V.extend("--ft-chip-large-border-radius","",q.borderRadiusPill),V.create("--ft-chip-large-border-width","","SIZE","1px"),V.extend("--ft-chip-large-icon-size","",q.iconSize3),V.extend("--ft-chip-medium-horizontal-padding","",q.spacing3),V.extend("--ft-chip-medium-vertical-padding","",q.spacing1),V.extend("--ft-chip-medium-gap","",q.spacing1),V.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),V.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),V.extend("--ft-chip-medium-border-radius","",q.borderRadiusPill),V.create("--ft-chip-medium-border-width","","SIZE","1px"),V.extend("--ft-chip-medium-icon-size","",q.iconSize2),V.extend("--ft-chip-small-horizontal-padding","",q.spacing2),V.extend("--ft-chip-small-vertical-padding","",q.spacing05),V.extend("--ft-chip-small-gap","",q.spacing1),V.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),V.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),V.extend("--ft-chip-small-border-radius","",q.borderRadiusPill),V.create("--ft-chip-small-border-width","","SIZE","1px"),V.extend("--ft-chip-small-icon-size","",q.iconSize1),V.extend("--ft-chip-neutral-background-color","",J.backgroundGlobalOnSurface),V.extend("--ft-chip-neutral-color","",J.contentGlobalPrimary),V.extend("--ft-chip-neutral-border-color","",J.borderGlobalSubtle),V.extend("--ft-chip-info-background-color","",J.backgroundInfoSubtle),V.extend("--ft-chip-info-color","",J.contentInfoPrimary),V.extend("--ft-chip-info-border-color","",J.borderInfoPrimary),V.extend("--ft-chip-success-background-color","",J.backgroundSuccessSubtle),V.extend("--ft-chip-success-color","",J.contentSuccessPrimary),V.extend("--ft-chip-success-border-color","",J.borderSuccessPrimary),V.extend("--ft-chip-warning-background-color","",J.backgroundWarningSubtle),V.extend("--ft-chip-warning-color","",J.contentWarningPrimary),V.extend("--ft-chip-warning-border-color","",J.borderWarningPrimary),V.extend("--ft-chip-error-background-color","",J.backgroundErrorSubtle),V.extend("--ft-chip-error-color","",J.contentErrorPrimary),V.extend("--ft-chip-error-border-color","",J.borderErrorPrimary),V.create("--ft-notice-border-width","","SIZE","1px"),V.extend("--ft-notice-horizontal-padding","",q.spacing2),V.extend("--ft-notice-vertical-padding","",q.spacing1),V.extend("--ft-notice-border-radius","",q.borderRadiusS),V.extend("--ft-notice-gap","",q.spacing2),V.extend("--ft-notice-icon-size","",q.iconSize3),V.extend("--ft-notice-info-background-color","",J.backgroundInfoSubtle),V.extend("--ft-notice-info-border-color","",J.borderInfoPrimary),V.extend("--ft-notice-info-color","",J.contentInfoPrimary),V.extend("--ft-notice-warning-background-color","",J.backgroundWarningSubtle),V.extend("--ft-notice-warning-border-color","",J.borderWarningPrimary),V.extend("--ft-notice-warning-color","",J.contentWarningPrimary),V.extend("--ft-checkbox-label-color","",J.contentGlobalPrimary),V.extend("--ft-checkbox-checked-background-color","",J.contentActionPrimary),V.extend("--ft-checkbox-checked-state-layer-color","",J.contentActionPrimary),V.extend("--ft-checkbox-checked-color","",J.contentGlobalOnColor),V.extend("--ft-checkbox-checked-state-layer-opacity-hover","",q.opacity16),V.extend("--ft-checkbox-checked-state-layer-opacity-focus","",q.opacity16),V.extend("--ft-checkbox-checked-state-layer-opacity-active","",q.opacity24),V.extend("--ft-checkbox-checked-component-opacity-disabled","",q.opacity40),V.extend("--ft-checkbox-unchecked-border-color","",q.colorGray80),V.extend("--ft-checkbox-unchecked-state-layer-color","",q.colorGray80),V.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",q.opacity16),V.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",q.opacity16),V.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",q.opacity24),V.extend("--ft-checkbox-unchecked-component-opacity-disabled","",q.opacity40),V.extend("--ft-checkbox-focus-focus-ring-color","",J.borderActionFocusRing),V.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),V.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),V.extend("--ft-checkbox-gap","",q.spacing3),V.extend("--ft-toggle-off-state-layer-opacity-hover","",q.opacity16),V.extend("--ft-toggle-off-state-layer-opacity-focus","",q.opacity16),V.extend("--ft-toggle-off-state-layer-opacity-active","",q.opacity24),V.extend("--ft-toggle-off-component-opacity-disabled","",q.opacity40),V.extend("--ft-toggle-off-background-color","",J.contentGlobalSubtle),V.extend("--ft-toggle-off-icon-color","",J.contentGlobalSubtle),V.extend("--ft-toggle-off-state-layer-color","",J.contentGlobalSubtle),V.extend("--ft-toggle-on-state-layer-opacity-hover","",q.opacity16),V.extend("--ft-toggle-on-state-layer-opacity-focus","",q.opacity16),V.extend("--ft-toggle-on-state-layer-opacity-active","",q.opacity24),V.extend("--ft-toggle-on-component-opacity-disabled","",q.opacity40),V.extend("--ft-toggle-on-background-color","",J.contentActionPrimary),V.extend("--ft-toggle-on-icon-color","",J.contentActionPrimary),V.extend("--ft-toggle-on-state-layer-color","",J.contentActionPrimary),V.extend("--ft-toggle-label-color","",J.contentGlobalPrimary),V.extend("--ft-toggle-focus-focus-ring-color","",J.borderActionFocusRing),V.extend("--ft-toggle-gap","",q.spacing3),V.extend("--ft-radio-label-color","",J.contentGlobalPrimary),V.extend("--ft-radio-selected-color","",J.contentActionPrimary),V.extend("--ft-radio-selected-state-layer-color","",J.contentActionPrimary),V.extend("--ft-radio-selected-state-layer-opacity-hover","",q.opacity16),V.extend("--ft-radio-selected-state-layer-opacity-focus","",q.opacity16),V.extend("--ft-radio-selected-state-layer-opacity-active","",q.opacity24),V.extend("--ft-radio-selected-component-opacity-disabled","",q.opacity40),V.extend("--ft-radio-unselected-state-layer-color","",q.colorGray80),V.extend("--ft-radio-unselected-state-layer-opacity-hover","",q.opacity16),V.extend("--ft-radio-unselected-state-layer-opacity-focus","",q.opacity16),V.extend("--ft-radio-unselected-state-layer-opacity-active","",q.opacity24),V.extend("--ft-radio-unselected-component-opacity-disabled","",q.opacity40),V.extend("--ft-radio-focus-focus-ring-color","",J.borderActionFocusRing),V.create("--ft-radio-focus-outline-offset","","SIZE","3px"),V.create("--ft-radio-focus-outline-width","","SIZE","2px"),V.extend("--ft-radio-gap","",q.spacing3),V.extend("--ft-notification-icon-size","",q.iconSize4),V.extend("--ft-notification-horizontal-padding","",q.spacing4),V.extend("--ft-notification-vertical-padding","",q.spacing4),V.extend("--ft-notification-info-background-color","",J.backgroundInfoSubtle),V.extend("--ft-notification-info-color","",J.contentInfoPrimary),V.extend("--ft-notification-info-border-color","",J.borderInfoPrimary),V.extend("--ft-notification-success-background-color","",J.backgroundSuccessSubtle),V.extend("--ft-notification-success-color","",J.contentSuccessPrimary),V.extend("--ft-notification-success-border-color","",J.borderSuccessPrimary),V.extend("--ft-notification-warning-background-color","",J.backgroundWarningSubtle),V.extend("--ft-notification-warning-color","",J.contentWarningPrimary),V.extend("--ft-notification-warning-border-color","",J.borderWarningPrimary),V.extend("--ft-notification-error-background-color","",J.backgroundErrorSubtle),V.extend("--ft-notification-error-color","",J.contentErrorPrimary),V.extend("--ft-notification-error-border-color","",J.borderErrorPrimary),V.extend("--ft-notification-border-radius","",q.borderRadiusPill),V.create("--ft-notification-border-width","","SIZE","1px"),V.extend("--ft-notification-gap-leading","",q.spacing2),V.extend("--ft-notification-gap-trailing","",q.spacing8);const Q=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.titleFont),tt=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.contentFont),ot={fontFamily:tt,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")},et=o.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Q),it=o.FtCssVariableFactory.extend("--ft-typography-title-font-size","",ot.fontSize,"20px"),rt=o.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",ot.fontWeight,"normal"),at=o.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",ot.letterSpacing,"0.15px"),nt=o.FtCssVariableFactory.extend("--ft-typography-title-line-height","",ot.lineHeight,"1.2"),lt=o.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",ot.textTransform,"inherit"),pt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Q),ft=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",ot.fontSize,"14px"),ct=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",ot.fontWeight,"normal"),st=o.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",ot.letterSpacing,"0.105px"),dt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",ot.lineHeight,"1.7"),ht=o.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",ot.textTransform,"inherit"),gt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",tt),yt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",ot.fontSize,"16px"),bt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",ot.fontWeight,"600"),ut=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",ot.letterSpacing,"0.144px"),mt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",ot.lineHeight,"1.5"),xt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",ot.textTransform,"inherit"),Ot=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",tt),Nt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",ot.fontSize,"14px"),vt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",ot.fontWeight,"normal"),St=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",ot.letterSpacing,"0.098px"),Ct=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",ot.lineHeight,"1.7"),wt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",ot.textTransform,"inherit"),$t={fontFamily:o.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",tt),fontSize:o.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",ot.fontSize,"16px"),fontWeight:o.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",ot.fontWeight,"normal"),letterSpacing:o.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",ot.letterSpacing,"0.496px"),lineHeight:o.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",ot.lineHeight,"1.5"),textTransform:o.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",ot.textTransform,"inherit")},It=o.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",tt),Ut=o.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",ot.fontSize,"14px"),Rt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",ot.fontWeight,"normal"),Wt=o.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",ot.letterSpacing,"0.252px"),Et=o.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",ot.lineHeight,"1.4"),kt=o.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",ot.textTransform,"inherit"),Lt={fontFamily:o.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",tt),fontSize:o.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",ot.fontSize,"12px"),fontWeight:o.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",ot.fontWeight,"normal"),letterSpacing:o.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",ot.letterSpacing,"0.396px"),lineHeight:o.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",ot.lineHeight,"1.33"),textTransform:o.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",ot.textTransform,"inherit")},Kt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",tt),Zt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",ot.fontSize,"10px"),zt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",ot.fontWeight,"normal"),Dt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",ot.letterSpacing,"0.33px"),Ft=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",ot.lineHeight,"1.6"),Bt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",ot.textTransform,"inherit"),At=o.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",tt),Ht=o.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",ot.fontSize,"10px"),Gt=o.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",ot.fontWeight,"normal"),jt=o.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",ot.letterSpacing,"1.5px"),Pt=o.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",ot.lineHeight,"1.6"),Mt=o.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",ot.textTransform,"uppercase"),_t=o.FtCssVariableFactory.extend("--ft-typography-button-font-family","",tt),Yt=o.FtCssVariableFactory.extend("--ft-typography-button-font-size","",ot.fontSize,"14px"),Tt=o.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",ot.fontWeight,"600"),Vt=o.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",ot.letterSpacing,"1.246px"),qt=o.FtCssVariableFactory.extend("--ft-typography-button-line-height","",ot.lineHeight,"1.15"),Xt=o.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",ot.textTransform,"uppercase"),Jt=e.css`
18
+ */var Y;!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"}(Y||(Y={}));const T=t=>"string"==typeof t?e.unsafeCSS(t):t;class V{static create(t,o,r,i){const a=t=>T(null!=t?t:i),n=e.css`var(${T(t)}, ${a(i)})`;return n.name=t,n.description=o,n.category=r,n.defaultValue=i,n.defaultCssValue=a,n.get=o=>e.css`var(${T(t)}, ${a(o)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>i,n}static extend(t,o,r,i){const a=t=>r.get(null!=t?t:i),n=e.css`var(${T(t)}, ${a(i)})`;return n.name=t,n.description=o,n.category=r.category,n.fallbackVariable=r,n.defaultValue=i,n.defaultCssValue=a,n.get=o=>e.css`var(${T(t)}, ${a(o)})`,n.breadcrumb=()=>[r.name,...r.breadcrumb()],n.lastResortDefaultValue=()=>null!=i?i:r.lastResortDefaultValue(),n}static external(t,o){const r=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):T(null!=o?o:t.lastResortDefaultValue()),i=e.css`var(${T(t.name)}, ${r(t.defaultValue)})`;return i.name=t.name,i.category=t.category,i.fallbackVariable=t.fallbackVariable,i.defaultValue=t.defaultValue,i.context=o,i.defaultCssValue=r,i.get=o=>e.css`var(${T(t.name)}, ${r(o)})`,i.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>t.lastResortDefaultValue(),i}}const q={colorWhite:V.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:V.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:V.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:V.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:V.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:V.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:V.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:V.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:V.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:V.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:V.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:V.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:V.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:V.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:V.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:V.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:V.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:V.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:V.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:V.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:V.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:V.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:V.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:V.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:V.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:V.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:V.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:V.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:V.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:V.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:V.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:V.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:V.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:V.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:V.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:V.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:V.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:V.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:V.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:V.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:V.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:V.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:V.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:V.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:V.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:V.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:V.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:V.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:V.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:V.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:V.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:V.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:V.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:V.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:V.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:V.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:V.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:V.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:V.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:V.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:V.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:V.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:V.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:V.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:V.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:V.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:V.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:V.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:V.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:V.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:V.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:V.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:V.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:V.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:V.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:V.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:V.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:V.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:V.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:V.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:V.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:V.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:V.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:V.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:V.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:V.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:V.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:V.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:V.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:V.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:V.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:V.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:V.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:V.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:V.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:V.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:V.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:V.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:V.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:V.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:V.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:V.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:V.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:V.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:V.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:V.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:V.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:V.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:V.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:V.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:V.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:V.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:V.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:V.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:V.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:V.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:V.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:V.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:V.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:V.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:V.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:V.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:V.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:V.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:V.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:V.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:V.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:V.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:V.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:V.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:V.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:V.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:V.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:V.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:V.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:V.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:V.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:V.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:V.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:V.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:V.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:V.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:V.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:V.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:V.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:V.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:V.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:V.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:V.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:V.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:V.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:V.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:V.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:V.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:V.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:V.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:V.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:V.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:V.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:V.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:V.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:V.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:V.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:V.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:V.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:V.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:V.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:V.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:V.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:V.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:V.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:V.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:V.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:V.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:V.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:V.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:V.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:V.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:V.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:V.create("--ft-icon-size-6","","SIZE","48px"),opacity0:V.create("--ft-opacity-0","","NUMBER","0"),opacity8:V.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:V.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:V.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:V.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:V.create("--ft-opacity-80","","NUMBER","0.8")},X={display:{fontFamily:V.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:V.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:V.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:V.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:V.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:V.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:V.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:V.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:V.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:V.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:V.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:V.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:V.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:V.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:V.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:V.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:V.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:V.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:V.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:V.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:V.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:V.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:V.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:V.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:V.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:V.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:V.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:V.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:V.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:V.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:V.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:V.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:V.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:V.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:V.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:V.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:V.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:V.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:V.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:V.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:V.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:V.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:V.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:V.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:V.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:V.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:V.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:V.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:V.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:V.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:V.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:V.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:V.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:V.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:V.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:V.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:V.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:V.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:V.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:V.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:V.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:V.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:V.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:V.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:V.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:V.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:V.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:V.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:V.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:V.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:V.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:V.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:V.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:V.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:V.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:V.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:V.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:V.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:V.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:V.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:V.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:V.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:V.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:V.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:V.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:V.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:V.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:V.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:V.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:V.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:V.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:V.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:V.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:V.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:V.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:V.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:V.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:V.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:V.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:V.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:V.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:V.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:V.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:V.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:V.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:V.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:V.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:V.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:V.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:V.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:V.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:V.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:V.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:V.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:V.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:V.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:V.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:V.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:V.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:V.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:V.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:V.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:V.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:V.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:V.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:V.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:V.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:V.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:V.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:V.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:V.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:V.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:V.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:V.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:V.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")}},J={backgroundActionPrimary:V.extend("--ft-background-action-primary","Used as backgorund of primary action components.",q.colorBrand0),backgroundErrorPrimary:V.extend("--ft-background-error-primary","Used as background of error components.",q.colorRed0),backgroundErrorSubtle:V.extend("--ft-background-error-subtle","Used as background of subtle error components.",q.colorRed10),backgroundInfoPrimary:V.extend("--ft-background-info-primary","Used as background of information components.",q.colorCyan200),backgroundInfoSubtle:V.extend("--ft-background-info-subtle","Used as background of subtle information components.",q.colorCyan10),backgroundWarningPrimary:V.extend("--ft-background-warning-primary","Used as background of warning components.",q.colorOrange300),backgroundWarningSubtle:V.extend("--ft-background-warning-subtle","Used as background of subtle information components.",q.colorOrange10),backgroundSuccessPrimary:V.extend("--ft-background-success-primary","Used as background of success components.",q.colorGreen200),backgroundSuccessSubtle:V.extend("--ft-background-success-subtle","Used as background of subtle success components.",q.colorGreen10),backgroundGlobalSurface:V.extend("--ft-background-global-surface","Used as app background.",q.colorWhite),backgroundGlobalOnSurface:V.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",q.colorGray10),backgroundGlobalOnSurfaceDark:V.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",q.colorGray30),contentActionPrimary:V.extend("--ft-content-action-primary","Used on label of primary action on light surface.",q.colorBrand0),contentWarningPrimary:V.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",q.colorOrange300),contentWarningIconOnly:V.extend("--ft-content-warning-icon-only","Used on warning status icons alone",q.colorOrange0),contentErrorPrimary:V.extend("--ft-content-error-primary","Used on label of error messages on light surface.",q.colorRed0),contentErrorIconOnly:V.extend("--ft-content-error-icon-only","Used on error status icons alone",q.colorRed0),contentInfoPrimary:V.extend("--ft-content-info-primary","Used on label of information messages on light surface.",q.colorCyan200),contentInfoIconOnly:V.extend("--ft-content-info-icon-only","Used on info status icons alone",q.colorCyan0),contentSuccessIconOnly:V.extend("--ft-content-success-icon-only","Used on success status icons alone",q.colorGreen0),contentSuccessPrimary:V.extend("--ft-content-success-primary","Used on label of success messages on light surface.",q.colorGreen200),contentGlobalPrimary:V.extend("--ft-content-global-primary","Used for main content on the page.",q.colorGray500),contentGlobalSecondary:V.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",q.colorGray200),contentGlobalSubtle:V.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",q.colorGray0),contentGlobalOnColor:V.extend("--ft-content-global-on-color","Used for content on a dominant color.",q.colorWhite),borderActionPrimary:V.extend("--ft-border-action-primary","Used as border for primary action components.",q.colorBrand0),borderActionFocusRing:V.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",q.colorCyan0),borderWarningPrimary:V.extend("--ft-border-warning-primary","Used as border for warning components.",q.colorOrange30),borderSuccessPrimary:V.extend("--ft-border-success-primary","Used as border for success components.",q.colorGreen30),borderErrorPrimary:V.extend("--ft-border-error-primary","Used as border for error components.",q.colorRed30),borderInfoPrimary:V.extend("--ft-border-info-primary","Used as border for information components.",q.colorCyan30),borderGlobalSubtle:V.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",q.colorGray30),borderGlobalPrimary:V.extend("--ft-border-global-primary","Used as border for element like input.",q.colorGray50),borderInputPrimary:V.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",q.colorGray80)};V.create("--ft-button-large-height","","SIZE","40px"),V.extend("--ft-button-large-horizontal-padding","",q.spacing4),V.extend("--ft-button-large-gap","",q.spacing2),V.extend("--ft-button-large-border-radius","",q.borderRadiusS),V.extend("--ft-button-large-icon-size","",q.iconSize3),V.create("--ft-button-large-border-width","","SIZE","1px"),V.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),V.create("--ft-button-large-focus-outline-width","","SIZE","2px"),V.create("--ft-button-large-icon-only-width","","SIZE","40px"),V.create("--ft-button-small-height","","SIZE","30px"),V.extend("--ft-button-small-horizontal-padding","",q.spacing3),V.extend("--ft-button-small-gap","",q.spacing2),V.extend("--ft-button-small-border-radius","",q.borderRadiusS),V.extend("--ft-button-small-icon-size","",q.iconSize2),V.create("--ft-button-small-border-width","","SIZE","1px"),V.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),V.create("--ft-button-small-focus-outline-width","","SIZE","2px"),V.create("--ft-button-small-icon-only-width","","SIZE","30px"),V.extend("--ft-button-primary-background-color","",J.backgroundActionPrimary),V.extend("--ft-button-primary-color","",J.contentGlobalOnColor),V.extend("--ft-button-primary-icon-color","",J.contentGlobalOnColor),V.extend("--ft-button-primary-state-layer-color","",J.contentGlobalOnColor),V.extend("--ft-button-primary-state-layer-opacity-hover","",q.opacity16),V.extend("--ft-button-primary-state-layer-opacity-focus","",q.opacity16),V.extend("--ft-button-primary-state-layer-opacity-active","",q.opacity24),V.extend("--ft-button-primary-component-opacity-disabled","",q.opacity40),V.extend("--ft-button-focus-focus-ring-color","",J.borderActionFocusRing),V.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),V.extend("--ft-button-tertiary-color","",J.contentActionPrimary),V.extend("--ft-button-tertiary-icon-color","",J.contentActionPrimary),V.extend("--ft-button-tertiary-state-layer-color","",J.contentActionPrimary),V.extend("--ft-button-tertiary-state-layer-opacity-hover","",q.opacity8),V.extend("--ft-button-tertiary-state-layer-opacity-focus","",q.opacity8),V.extend("--ft-button-tertiary-state-layer-opacity-active","",q.opacity16),V.extend("--ft-button-tertiary-component-opacity-disabled","",q.opacity40),V.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),V.extend("--ft-button-secondary-color","",J.contentActionPrimary),V.extend("--ft-button-secondary-icon-color","",J.contentActionPrimary),V.extend("--ft-button-secondary-state-layer-color","",J.contentActionPrimary),V.extend("--ft-button-secondary-state-layer-opacity-hover","",q.opacity8),V.extend("--ft-button-secondary-state-layer-opacity-focus","",q.opacity8),V.extend("--ft-button-secondary-state-layer-opacity-active","",q.opacity16),V.extend("--ft-button-secondary-component-opacity-disabled","",q.opacity40),V.extend("--ft-button-secondary-border-color","",J.borderActionPrimary),V.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),V.extend("--ft-button-neutral-icon-color","",J.contentGlobalSecondary),V.extend("--ft-button-neutral-color","",J.contentGlobalSecondary),V.extend("--ft-button-neutral-state-layer-color","",J.contentGlobalSecondary),V.extend("--ft-button-neutral-state-layer-opacity-hover","",q.opacity8),V.extend("--ft-button-neutral-state-layer-opacity-focus","",q.opacity8),V.extend("--ft-button-neutral-state-layer-opacity-active","",q.opacity16),V.extend("--ft-button-neutral-component-opacity-disabled","",q.opacity40),V.extend("--ft-tabs-top-left-border-radius","",q.borderRadiusS),V.extend("--ft-tabs-top-right-border-radius","",q.borderRadiusS),V.extend("--ft-tabs-label-horizontal-padding","",q.spacing4),V.extend("--ft-tabs-label-vertical-padding","",q.spacing3),V.extend("--ft-tabs-label-gap","",q.spacing1),V.extend("--ft-switch-group-horizontal-padding","",q.spacing1),V.extend("--ft-switch-group-vertical-padding","",q.spacing1),V.extend("--ft-switch-group-gap","",q.spacing1),V.extend("--ft-switch-group-background-color","",J.backgroundGlobalSurface),V.extend("--ft-switch-group-border-color","",J.borderGlobalSubtle),V.create("--ft-switch-group-border-radius","","SIZE","6px"),V.extend("--ft-switch-label-horizontal-padding","",q.spacing2),V.extend("--ft-switch-label-vertical-padding","",q.spacing1),V.extend("--ft-switch-icon-horizontal-padding","",q.spacing1),V.extend("--ft-switch-icon-vertical-padding","",q.spacing1),V.create("--ft-switch-focus-outline-width","","SIZE","2px"),V.extend("--ft-switch-focus-focus-ring-color","",J.borderActionFocusRing),V.extend("--ft-switch-option-border-radius","",q.borderRadiusS),V.extend("--ft-switch-off-state-layer-opacity-hover","",q.opacity8),V.extend("--ft-switch-off-state-layer-opacity-focus","",q.opacity8),V.extend("--ft-switch-off-state-layer-opacity-active","",q.opacity16),V.extend("--ft-switch-off-component-opacity-disabled","",q.opacity40),V.extend("--ft-switch-off-color","",J.contentGlobalSubtle),V.extend("--ft-switch-off-state-layer-color","",J.contentGlobalSubtle),V.extend("--ft-chart-1-light","for area color charts",q.colorBrand40),V.extend("--ft-chart-1-base","for line charts",q.colorBrand0),V.extend("--ft-chart-2-light","for area color charts",q.colorYellow60),V.extend("--ft-chart-2-base","for line charts",q.colorYellow100),V.extend("--ft-chart-3-light","",q.colorUltramarine40),V.extend("--ft-chart-3-base","",q.colorUltramarine70),V.extend("--ft-chart-4-light","",q.colorCyan50),V.extend("--ft-chart-4-base","",q.colorCyan100),V.extend("--ft-chart-5-light","",q.colorRed40),V.extend("--ft-chart-5-base","",q.colorRed60),V.extend("--ft-chart-6-light","",q.colorGreen40),V.extend("--ft-chart-6-base","",q.colorGreen70),V.extend("--ft-chart-7-light","",q.colorOrange70),V.extend("--ft-chart-7-base","",q.colorOrange100),V.extend("--ft-chart-8-light","",q.colorAvocado70),V.extend("--ft-chart-8-base","",q.colorAvocado200),V.extend("--ft-chart-9-light","",q.colorBrown50),V.extend("--ft-chart-9-base","",q.colorBrown200),V.extend("--ft-chart-10-light","",q.colorGray50),V.extend("--ft-chart-10-base","",q.colorGray80),V.extend("--ft-chart-monochrome-10","",q.colorBrand10),V.extend("--ft-chart-monochrome-20","",q.colorBrand20),V.extend("--ft-chart-monochrome-30","",q.colorBrand40),V.extend("--ft-chart-monochrome-40","",q.colorBrand60),V.extend("--ft-chart-monochrome-50","",q.colorBrand0),V.extend("--ft-chart-monochrome-60","",q.colorBrand200),V.extend("--ft-chip-large-horizontal-padding","",q.spacing4),V.extend("--ft-chip-large-vertical-padding","",q.spacing2),V.extend("--ft-chip-large-gap","",q.spacing1),V.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),V.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),V.extend("--ft-chip-large-border-radius","",q.borderRadiusPill),V.create("--ft-chip-large-border-width","","SIZE","1px"),V.extend("--ft-chip-large-icon-size","",q.iconSize3),V.extend("--ft-chip-medium-horizontal-padding","",q.spacing3),V.extend("--ft-chip-medium-vertical-padding","",q.spacing1),V.extend("--ft-chip-medium-gap","",q.spacing1),V.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),V.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),V.extend("--ft-chip-medium-border-radius","",q.borderRadiusPill),V.create("--ft-chip-medium-border-width","","SIZE","1px"),V.extend("--ft-chip-medium-icon-size","",q.iconSize2),V.extend("--ft-chip-small-horizontal-padding","",q.spacing2),V.extend("--ft-chip-small-vertical-padding","",q.spacing05),V.extend("--ft-chip-small-gap","",q.spacing1),V.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),V.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),V.extend("--ft-chip-small-border-radius","",q.borderRadiusPill),V.create("--ft-chip-small-border-width","","SIZE","1px"),V.extend("--ft-chip-small-icon-size","",q.iconSize1),V.extend("--ft-chip-neutral-background-color","",J.backgroundGlobalOnSurface),V.extend("--ft-chip-neutral-color","",J.contentGlobalPrimary),V.extend("--ft-chip-neutral-border-color","",J.borderGlobalSubtle),V.extend("--ft-chip-info-background-color","",J.backgroundInfoSubtle),V.extend("--ft-chip-info-color","",J.contentInfoPrimary),V.extend("--ft-chip-info-border-color","",J.borderInfoPrimary),V.extend("--ft-chip-success-background-color","",J.backgroundSuccessSubtle),V.extend("--ft-chip-success-color","",J.contentSuccessPrimary),V.extend("--ft-chip-success-border-color","",J.borderSuccessPrimary),V.extend("--ft-chip-warning-background-color","",J.backgroundWarningSubtle),V.extend("--ft-chip-warning-color","",J.contentWarningPrimary),V.extend("--ft-chip-warning-border-color","",J.borderWarningPrimary),V.extend("--ft-chip-error-background-color","",J.backgroundErrorSubtle),V.extend("--ft-chip-error-color","",J.contentErrorPrimary),V.extend("--ft-chip-error-border-color","",J.borderErrorPrimary),V.create("--ft-notice-border-width","","SIZE","1px"),V.extend("--ft-notice-horizontal-padding","",q.spacing2),V.extend("--ft-notice-vertical-padding","",q.spacing1),V.extend("--ft-notice-border-radius","",q.borderRadiusS),V.extend("--ft-notice-gap","",q.spacing2),V.extend("--ft-notice-icon-size","",q.iconSize3),V.extend("--ft-notice-info-background-color","",J.backgroundInfoSubtle),V.extend("--ft-notice-info-border-color","",J.borderInfoPrimary),V.extend("--ft-notice-info-color","",J.contentInfoPrimary),V.extend("--ft-notice-warning-background-color","",J.backgroundWarningSubtle),V.extend("--ft-notice-warning-border-color","",J.borderWarningPrimary),V.extend("--ft-notice-warning-color","",J.contentWarningPrimary),V.extend("--ft-checkbox-label-color","",J.contentGlobalPrimary),V.extend("--ft-checkbox-checked-background-color","",J.contentActionPrimary),V.extend("--ft-checkbox-checked-state-layer-color","",J.contentActionPrimary),V.extend("--ft-checkbox-checked-color","",J.contentGlobalOnColor),V.extend("--ft-checkbox-checked-state-layer-opacity-hover","",q.opacity16),V.extend("--ft-checkbox-checked-state-layer-opacity-focus","",q.opacity16),V.extend("--ft-checkbox-checked-state-layer-opacity-active","",q.opacity24),V.extend("--ft-checkbox-checked-component-opacity-disabled","",q.opacity40),V.extend("--ft-checkbox-unchecked-border-color","",q.colorGray80),V.extend("--ft-checkbox-unchecked-state-layer-color","",q.colorGray80),V.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",q.opacity16),V.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",q.opacity16),V.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",q.opacity24),V.extend("--ft-checkbox-unchecked-component-opacity-disabled","",q.opacity40),V.extend("--ft-checkbox-focus-focus-ring-color","",J.borderActionFocusRing),V.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),V.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),V.extend("--ft-checkbox-gap","",q.spacing3),V.extend("--ft-toggle-off-state-layer-opacity-hover","",q.opacity16),V.extend("--ft-toggle-off-state-layer-opacity-focus","",q.opacity16),V.extend("--ft-toggle-off-state-layer-opacity-active","",q.opacity24),V.extend("--ft-toggle-off-component-opacity-disabled","",q.opacity40),V.extend("--ft-toggle-off-background-color","",J.contentGlobalSubtle),V.extend("--ft-toggle-off-icon-color","",J.contentGlobalSubtle),V.extend("--ft-toggle-off-state-layer-color","",J.contentGlobalSubtle),V.extend("--ft-toggle-on-state-layer-opacity-hover","",q.opacity16),V.extend("--ft-toggle-on-state-layer-opacity-focus","",q.opacity16),V.extend("--ft-toggle-on-state-layer-opacity-active","",q.opacity24),V.extend("--ft-toggle-on-component-opacity-disabled","",q.opacity40),V.extend("--ft-toggle-on-background-color","",J.contentActionPrimary),V.extend("--ft-toggle-on-icon-color","",J.contentActionPrimary),V.extend("--ft-toggle-on-state-layer-color","",J.contentActionPrimary),V.extend("--ft-toggle-label-color","",J.contentGlobalPrimary),V.extend("--ft-toggle-focus-focus-ring-color","",J.borderActionFocusRing),V.extend("--ft-toggle-gap","",q.spacing3),V.extend("--ft-radio-label-color","",J.contentGlobalPrimary),V.extend("--ft-radio-selected-color","",J.contentActionPrimary),V.extend("--ft-radio-selected-state-layer-color","",J.contentActionPrimary),V.extend("--ft-radio-selected-state-layer-opacity-hover","",q.opacity16),V.extend("--ft-radio-selected-state-layer-opacity-focus","",q.opacity16),V.extend("--ft-radio-selected-state-layer-opacity-active","",q.opacity24),V.extend("--ft-radio-selected-component-opacity-disabled","",q.opacity40),V.extend("--ft-radio-unselected-state-layer-color","",q.colorGray80),V.extend("--ft-radio-unselected-state-layer-opacity-hover","",q.opacity16),V.extend("--ft-radio-unselected-state-layer-opacity-focus","",q.opacity16),V.extend("--ft-radio-unselected-state-layer-opacity-active","",q.opacity24),V.extend("--ft-radio-unselected-component-opacity-disabled","",q.opacity40),V.extend("--ft-radio-focus-focus-ring-color","",J.borderActionFocusRing),V.create("--ft-radio-focus-outline-offset","","SIZE","3px"),V.create("--ft-radio-focus-outline-width","","SIZE","2px"),V.extend("--ft-radio-gap","",q.spacing3),V.extend("--ft-notification-icon-size","",q.iconSize4),V.extend("--ft-notification-horizontal-padding","",q.spacing4),V.extend("--ft-notification-vertical-padding","",q.spacing4),V.extend("--ft-notification-info-background-color","",J.backgroundInfoSubtle),V.extend("--ft-notification-info-color","",J.contentInfoPrimary),V.extend("--ft-notification-info-border-color","",J.borderInfoPrimary),V.extend("--ft-notification-success-background-color","",J.backgroundSuccessSubtle),V.extend("--ft-notification-success-color","",J.contentSuccessPrimary),V.extend("--ft-notification-success-border-color","",J.borderSuccessPrimary),V.extend("--ft-notification-warning-background-color","",J.backgroundWarningSubtle),V.extend("--ft-notification-warning-color","",J.contentWarningPrimary),V.extend("--ft-notification-warning-border-color","",J.borderWarningPrimary),V.extend("--ft-notification-error-background-color","",J.backgroundErrorSubtle),V.extend("--ft-notification-error-color","",J.contentErrorPrimary),V.extend("--ft-notification-error-border-color","",J.borderErrorPrimary),V.extend("--ft-notification-border-radius","",q.borderRadiusPill),V.create("--ft-notification-border-width","","SIZE","1px"),V.extend("--ft-notification-gap-leading","",q.spacing2),V.extend("--ft-notification-gap-trailing","",q.spacing8);const Q=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.titleFont),tt=o.FtCssVariableFactory.extend("--ft-typography-font-family","",o.designSystemVariables.contentFont),ot={fontFamily:tt,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")},et=o.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Q),rt=o.FtCssVariableFactory.extend("--ft-typography-title-font-size","",ot.fontSize,"20px"),it=o.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",ot.fontWeight,"normal"),at=o.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",ot.letterSpacing,"0.15px"),nt=o.FtCssVariableFactory.extend("--ft-typography-title-line-height","",ot.lineHeight,"1.2"),lt=o.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",ot.textTransform,"inherit"),pt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Q),ft=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",ot.fontSize,"14px"),ct=o.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",ot.fontWeight,"normal"),st=o.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",ot.letterSpacing,"0.105px"),dt=o.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",ot.lineHeight,"1.7"),ht=o.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",ot.textTransform,"inherit"),gt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",tt),yt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",ot.fontSize,"16px"),bt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",ot.fontWeight,"600"),ut=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",ot.letterSpacing,"0.144px"),mt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",ot.lineHeight,"1.5"),xt=o.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",ot.textTransform,"inherit"),Ot=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",tt),Nt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",ot.fontSize,"14px"),vt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",ot.fontWeight,"normal"),St=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",ot.letterSpacing,"0.098px"),Ct=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",ot.lineHeight,"1.7"),wt=o.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",ot.textTransform,"inherit"),$t={fontFamily:o.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",tt),fontSize:o.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",ot.fontSize,"16px"),fontWeight:o.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",ot.fontWeight,"normal"),letterSpacing:o.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",ot.letterSpacing,"0.496px"),lineHeight:o.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",ot.lineHeight,"1.5"),textTransform:o.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",ot.textTransform,"inherit")},It=o.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",tt),Ut=o.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",ot.fontSize,"14px"),Rt=o.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",ot.fontWeight,"normal"),Wt=o.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",ot.letterSpacing,"0.252px"),Et=o.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",ot.lineHeight,"1.4"),kt=o.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",ot.textTransform,"inherit"),Lt={fontFamily:o.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",tt),fontSize:o.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",ot.fontSize,"12px"),fontWeight:o.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",ot.fontWeight,"normal"),letterSpacing:o.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",ot.letterSpacing,"0.396px"),lineHeight:o.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",ot.lineHeight,"1.33"),textTransform:o.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",ot.textTransform,"inherit")},Kt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",tt),Zt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",ot.fontSize,"10px"),zt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",ot.fontWeight,"normal"),Dt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",ot.letterSpacing,"0.33px"),Ft=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",ot.lineHeight,"1.6"),Bt=o.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",ot.textTransform,"inherit"),At=o.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",tt),Ht=o.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",ot.fontSize,"10px"),Gt=o.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",ot.fontWeight,"normal"),jt=o.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",ot.letterSpacing,"1.5px"),Pt=o.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",ot.lineHeight,"1.6"),Mt=o.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",ot.textTransform,"uppercase"),_t=o.FtCssVariableFactory.extend("--ft-typography-button-font-family","",tt),Yt=o.FtCssVariableFactory.extend("--ft-typography-button-font-size","",ot.fontSize,"14px"),Tt=o.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",ot.fontWeight,"600"),Vt=o.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",ot.letterSpacing,"1.246px"),qt=o.FtCssVariableFactory.extend("--ft-typography-button-line-height","",ot.lineHeight,"1.15"),Xt=o.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",ot.textTransform,"uppercase"),Jt=e.css`
19
19
  .ft-typography--title {
20
20
  font-family: ${et};
21
- font-size: ${it};
22
- font-weight: ${rt};
21
+ font-size: ${rt};
22
+ font-weight: ${it};
23
23
  letter-spacing: ${at};
24
24
  line-height: ${nt};
25
25
  text-transform: ${lt};
@@ -61,7 +61,7 @@ const G=Symbol.for(""),j=t=>{if(t?.r===G)return t?._$litStatic$},P=t=>({_$litSta
61
61
  line-height: ${$t.lineHeight};
62
62
  text-transform: ${$t.textTransform};
63
63
  }
64
- `,io=e.css`
64
+ `,ro=e.css`
65
65
  .ft-typography--body2 {
66
66
  font-family: ${It};
67
67
  font-size: ${Ut};
@@ -70,7 +70,7 @@ const G=Symbol.for(""),j=t=>{if(t?.r===G)return t?._$litStatic$},P=t=>({_$litSta
70
70
  line-height: ${Et};
71
71
  text-transform: ${kt};
72
72
  }
73
- `,ro=e.css`
73
+ `,io=e.css`
74
74
  .ft-typography--caption {
75
75
  font-family: ${Lt.fontFamily};
76
76
  font-size: ${Lt.fontSize};
@@ -119,14 +119,14 @@ const G=Symbol.for(""),j=t=>{if(t?.r===G)return t?._$litStatic$},P=t=>({_$litSta
119
119
  line-height: ${o.lineHeight};
120
120
  text-transform: ${o.textCase};
121
121
  }
122
- `}(t)))];var co=function(t,o,e,i){for(var r,a=arguments.length,n=a<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,e):i,l=t.length-1;l>=0;l--)(r=t[l])&&(n=(a<3?r(n):a>3?r(o,e,n):r(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class so extends o.FtLitElement{constructor(){super(...arguments),this.variant=Y.body1}render(){return this.element?_`
122
+ `}(t)))];var co=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class so extends o.FtLitElement{constructor(){super(...arguments),this.variant=Y.body1}render(){return this.element?_`
123
123
  <${P(this.element)}
124
124
  class="ft-typography ft-typography--${this.variant}">
125
125
  <slot></slot>
126
126
  </${P(this.element)}>
127
127
  `:_`
128
128
  <slot class="ft-typography ft-typography--${this.variant}"></slot>
129
- `}}so.styles=[Jt,Qt,to,oo,eo,io,ro,ao,no,lo,po,...fo],co([i.property()],so.prototype,"element",void 0),co([i.property()],so.prototype,"variant",void 0),o.customElement("ft-typography")(so);const ho={fontSize:o.FtCssVariableFactory.create("--ft-input-label-font-size","","SIZE","14px"),raisedFontSize:o.FtCssVariableFactory.create("--ft-input-label-raised-font-size","","SIZE","11px"),raisedZIndex:o.FtCssVariableFactory.create("--ft-input-label-outlined-raised-z-index","","NUMBER","2"),verticalSpacing:o.FtCssVariableFactory.create("--ft-input-label-vertical-spacing","","SIZE","4px"),horizontalSpacing:o.FtCssVariableFactory.create("--ft-input-label-horizontal-spacing","","SIZE","12px"),labelMaxWidth:o.FtCssVariableFactory.create("--ft-input-label-max-width","","SIZE","100%"),borderColor:o.FtCssVariableFactory.extend("--ft-input-label-border-color","",o.designSystemVariables.colorOutline),textColor:o.FtCssVariableFactory.extend("--ft-input-label-text-color","",o.designSystemVariables.colorOnSurfaceMedium),disabledTextColor:o.FtCssVariableFactory.extend("--ft-input-label-disabled-text-color","",o.designSystemVariables.colorOnSurfaceDisabled),colorSurface:o.FtCssVariableFactory.external(o.designSystemVariables.colorSurface,"Design system"),borderRadiusS:o.FtCssVariableFactory.external(o.designSystemVariables.borderRadiusS,"Design system"),colorError:o.FtCssVariableFactory.external(o.designSystemVariables.colorError,"Design system")},go=e.css`
129
+ `}}so.styles=[Jt,Qt,to,oo,eo,ro,io,ao,no,lo,po,...fo],co([r.property()],so.prototype,"element",void 0),co([r.property()],so.prototype,"variant",void 0),o.customElement("ft-typography")(so);const ho={fontSize:o.FtCssVariableFactory.create("--ft-input-label-font-size","","SIZE","14px"),raisedFontSize:o.FtCssVariableFactory.create("--ft-input-label-raised-font-size","","SIZE","11px"),raisedZIndex:o.FtCssVariableFactory.create("--ft-input-label-outlined-raised-z-index","","NUMBER","2"),verticalSpacing:o.FtCssVariableFactory.create("--ft-input-label-vertical-spacing","","SIZE","4px"),horizontalSpacing:o.FtCssVariableFactory.create("--ft-input-label-horizontal-spacing","","SIZE","12px"),labelMaxWidth:o.FtCssVariableFactory.create("--ft-input-label-max-width","","SIZE","100%"),borderColor:o.FtCssVariableFactory.extend("--ft-input-label-border-color","",o.designSystemVariables.colorOutline),textColor:o.FtCssVariableFactory.extend("--ft-input-label-text-color","",o.designSystemVariables.colorOnSurfaceMedium),disabledTextColor:o.FtCssVariableFactory.extend("--ft-input-label-disabled-text-color","",o.designSystemVariables.colorOnSurfaceDisabled),colorSurface:o.FtCssVariableFactory.external(o.designSystemVariables.colorSurface,"Design system"),borderRadiusS:o.FtCssVariableFactory.external(o.designSystemVariables.borderRadiusS,"Design system"),colorError:o.FtCssVariableFactory.external(o.designSystemVariables.colorError,"Design system")},go=e.css`
130
130
  .ft-input-label {
131
131
  position: absolute;
132
132
  inset: 0;
@@ -248,8 +248,8 @@ const G=Symbol.for(""),j=t=>{if(t?.r===G)return t?._$litStatic$},P=t=>({_$litSta
248
248
  .ft-input-label--outlined.ft-input-label--raised .ft-input-label--text {
249
249
  border-top: none;
250
250
  }
251
- `;var yo=function(t,o,e,i){for(var r,a=arguments.length,n=a<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,e):i,l=t.length-1;l>=0;l--)(r=t[l])&&(n=(a<3?r(n):a>3?r(o,e,n):r(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class bo extends o.FtLitElement{constructor(){super(...arguments),this.text="",this.raised=!1,this.outlined=!1,this.disabled=!1,this.error=!1}render(){const t={"ft-input-label":!0,"ft-input-label--raised":this.raised,"ft-input-label--outlined":this.outlined,"ft-input-label--disabled":this.disabled,"ft-input-label--in-error":this.error};return e.html`
252
- <div class="${r.classMap(t)}">
251
+ `;var yo=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class bo extends o.FtLitElement{constructor(){super(...arguments),this.text="",this.raised=!1,this.outlined=!1,this.disabled=!1,this.error=!1}render(){const t={"ft-input-label":!0,"ft-input-label--raised":this.raised,"ft-input-label--outlined":this.outlined,"ft-input-label--disabled":this.disabled,"ft-input-label--in-error":this.error};return e.html`
252
+ <div class="${i.classMap(t)}">
253
253
  ${this.text?e.html`
254
254
  <div class="ft-input-label--text ft-typography--caption">
255
255
  <span class="ft-input-label--floating-text">${this.text}</span>
@@ -257,7 +257,7 @@ const G=Symbol.for(""),j=t=>{if(t?.r===G)return t?._$litStatic$},P=t=>({_$litSta
257
257
  </div>
258
258
  `:null}
259
259
  </div>
260
- `}}bo.elementDefinitions={},bo.styles=[ro,go],yo([i.property({type:String})],bo.prototype,"text",void 0),yo([i.property({type:Boolean})],bo.prototype,"raised",void 0),yo([i.property({type:Boolean})],bo.prototype,"outlined",void 0),yo([i.property({type:Boolean})],bo.prototype,"disabled",void 0),yo([i.property({type:Boolean})],bo.prototype,"error",void 0),o.customElement("ft-input-label")(bo);const uo=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorContent),mo={color:uo,backgroundColor:o.FtCssVariableFactory.extend("--ft-ripple-background-color","",uo),opacityContentOnSurfacePressed:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:o.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},xo=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorPrimary),Oo=xo,No=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",xo),vo=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorSecondary),So=vo,Co=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",vo),wo=e.css`
260
+ `}}bo.elementDefinitions={},bo.styles=[io,go],yo([r.property({type:String})],bo.prototype,"text",void 0),yo([r.property({type:Boolean})],bo.prototype,"raised",void 0),yo([r.property({type:Boolean})],bo.prototype,"outlined",void 0),yo([r.property({type:Boolean})],bo.prototype,"disabled",void 0),yo([r.property({type:Boolean})],bo.prototype,"error",void 0),o.customElement("ft-input-label")(bo);const uo=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorContent),mo={color:uo,backgroundColor:o.FtCssVariableFactory.extend("--ft-ripple-background-color","",uo),opacityContentOnSurfacePressed:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:o.FtCssVariableFactory.external(o.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:o.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},xo=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorPrimary),Oo=xo,No=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",xo),vo=o.FtCssVariableFactory.extend("--ft-ripple-color","",o.designSystemVariables.colorSecondary),So=vo,Co=o.FtCssVariableFactory.extend("--ft-ripple-background-color","",vo),wo=e.css`
261
261
  :host {
262
262
  display: contents;
263
263
  }
@@ -369,18 +369,18 @@ const G=Symbol.for(""),j=t=>{if(t?.r===G)return t?._$litStatic$},P=t=>({_$litSta
369
369
  opacity: ${mo.opacityContentOnSurfacePressed};
370
370
  transform: translate(-50%, -50%) scale(1);
371
371
  }
372
- `;var $o,Io,Uo=function(t,o,e,i){for(var r,a=arguments.length,n=a<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,e):i,l=t.length-1;l>=0;l--)(r=t[l])&&(n=(a<3?r(n):a>3?r(o,e,n):r(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class Ro extends o.FtLitElement{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new o.Debouncer(1e3),this.onTransitionStart=t=>{"transform"===t.propertyName&&(this.rippling=this.pressed,this.debouncer.run((()=>this.rippling=!1)))},this.onTransitionEnd=t=>{"transform"===t.propertyName&&(this.rippling=!1)},this.setupDebouncer=new o.Debouncer(10),this.moveRipple=t=>{var o,e;let{x:i,y:r}=this.getCoordinates(t),a=null!==(e=null===(o=this.ripple)||void 0===o?void 0:o.getBoundingClientRect())&&void 0!==e?e:{x:0,y:0,width:0,height:0};this.originX=Math.round(null!=i?i-a.x:a.width/2),this.originY=Math.round(null!=r?r-a.y:a.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(null==t?void 0:t.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return e.html`
372
+ `;var $o,Io,Uo=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class Ro extends o.FtLitElement{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new o.Debouncer(1e3),this.onTransitionStart=t=>{"transform"===t.propertyName&&(this.rippling=this.pressed,this.debouncer.run((()=>this.rippling=!1)))},this.onTransitionEnd=t=>{"transform"===t.propertyName&&(this.rippling=!1)},this.setupDebouncer=new o.Debouncer(10),this.moveRipple=t=>{var o,e;let{x:r,y:i}=this.getCoordinates(t),a=null!==(e=null===(o=this.ripple)||void 0===o?void 0:o.getBoundingClientRect())&&void 0!==e?e:{x:0,y:0,width:0,height:0};this.originX=Math.round(null!=r?r-a.x:a.width/2),this.originY=Math.round(null!=i?i-a.y:a.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(null==t?void 0:t.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return e.html`
373
373
  <style>
374
374
  .ft-ripple .ft-ripple--effect {
375
375
  left: ${this.originX}px;
376
376
  top: ${this.originY}px;
377
377
  }
378
378
  </style>
379
- <div class="${r.classMap(t)}">
379
+ <div class="${i.classMap(t)}">
380
380
  <div class="ft-ripple--background"></div>
381
381
  <div class="ft-ripple--effect"></div>
382
382
  </div>
383
- `}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var o,e;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(o=this.target)||void 0===o||o.removeAttribute("data-is-ft-ripple-target")):null===(e=this.target)||void 0===e||e.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run((()=>this.defaultSetup()))}defaultSetup(){var t,o;const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;e&&this.setupFor(null!==(o=this.target)&&void 0!==o?o:e)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const o=(...t)=>o=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(o)},e=o("mouseup","contextmenu"),i=o("touchend","touchcancel"),r=t=>{["Enter"," "].includes(t.key)&&o("keyup")(t)},a={passive:!0};t.addEventListener("mouseover",this.startHover,a),t.addEventListener("mousemove",this.moveRipple,a),t.addEventListener("mouseleave",this.endHover,a),t.addEventListener("mousedown",e,a),t.addEventListener("touchstart",i,a),t.addEventListener("touchmove",this.moveRipple,a),t.addEventListener("keydown",r,a),t.addEventListener("focus",this.startFocus,a),t.addEventListener("blur",this.endFocus,a),t.addEventListener("focusin",this.startFocus,a),t.addEventListener("focusout",this.endFocus,a),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,a),t.removeEventListener("mousemove",this.moveRipple,a),t.removeEventListener("mouseleave",this.endHover,a),t.removeEventListener("mousedown",e,a),t.removeEventListener("touchstart",i,a),t.removeEventListener("touchmove",this.moveRipple,a),t.removeEventListener("keydown",r,a),t.removeEventListener("focus",this.startFocus,a),t.removeEventListener("blur",this.endFocus,a),t.removeEventListener("focusin",this.startFocus,a),t.removeEventListener("focusout",this.endFocus,a),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const o=t,e=t;let i,r;return null!=o.x?({x:i,y:r}=o):null!=e.touches&&(i=e.touches[0].clientX,r=e.touches[0].clientY),{x:i,y:r}}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()}}Ro.elementDefinitions={},Ro.styles=wo,Uo([i.property({type:Boolean})],Ro.prototype,"primary",void 0),Uo([i.property({type:Boolean})],Ro.prototype,"secondary",void 0),Uo([i.property({type:Boolean})],Ro.prototype,"unbounded",void 0),Uo([i.property({type:Boolean})],Ro.prototype,"activated",void 0),Uo([i.property({type:Boolean})],Ro.prototype,"selected",void 0),Uo([i.property({type:Boolean})],Ro.prototype,"disabled",void 0),Uo([i.state()],Ro.prototype,"hovered",void 0),Uo([i.state()],Ro.prototype,"focused",void 0),Uo([i.state()],Ro.prototype,"pressed",void 0),Uo([i.state()],Ro.prototype,"rippling",void 0),Uo([i.state()],Ro.prototype,"originX",void 0),Uo([i.state()],Ro.prototype,"originY",void 0),Uo([i.query(".ft-ripple")],Ro.prototype,"ripple",void 0),Uo([i.query(".ft-ripple--effect")],Ro.prototype,"rippleEffect",void 0),o.customElement("ft-ripple")(Ro),function(t){t.THUMBS_DOWN="&#xe94d;",t.THUMBS_DOWN_PLAIN="&#xe94e;",t.THUMBS_UP="&#xe94f;",t.THUMBS_UP_PLAIN="&#xe950;",t.STAR="&#xe94c;",t.STAR_PLAIN="&#xe900;",t.DESKTOP="&#xe95e;",t.LIFE_RING="&#xe975;",t.GLOBE="&#xe976;",t.PIGGY_BANK="&#xe977;",t.TABLET_LANDSCAPE="&#xe95f;",t.TABLET_PORTRAIT="&#xe960;",t.MOBILE_LANDSCAPE="&#xe961;",t.MOBILE_PORTRAIT="&#xe962;",t.ARROW_RIGHT_TO_LINE="&#xe95d;",t.THIN_ARROW_UP="&#xe95c;",t.CONTEXTUAL="&#xe95b;",t.CHART_SIMPLE="&#xe968;",t.BARS_PROGRESS="&#xe969;",t.LINE_CHART="&#xe96c;",t.STACKED_CHART="&#xe96d;",t.BOOK_OPEN_GEAR="&#xe96a;",t.BOOK_OPEN_GEAR_SLASH="&#xe96b;",t.DIAGRAM_SUNBURST="&#xe963;",t.DIAGRAM_SANKEY="&#xe964;",t.UNSTRUCTURED_DOC="&#xe95a;",t.RESET="&#xe958;",t.THIN_ARROW_LEFT="&#xe956;",t.THIN_ARROW_RIGHT="&#xe957;",t.MY_COLLECTIONS="&#xe955;",t.OFFLINE_SETTINGS="&#xe954;",t.MY_LIBRARY="&#xe959;",t.RATE_PLAIN="&#xe952;",t.RATE="&#xe953;",t.FEEDBACK_PLAIN="&#xe951;",t.PAUSE="&#xe949;",t.PLAY="&#xe94a;",t.RELATIVES_PLAIN="&#xe947;",t.RELATIVES="&#xe948;",t.SHORTCUT_MENU="&#xe946;",t.PRINT="&#xe944;",t.DEFAULT_ROLES="&#xe945;",t.ACCOUNT_SETTINGS="&#xe943;",t.ONLINE="&#xe941;",t.OFFLINE="&#xe816;",t.UPLOAD="&#xe940;",t.BOOK_PLAIN="&#xe93f;",t.SYNC="&#xe93d;",t.SHARED_PBK="&#xe931;",t.COLLECTIONS="&#xe92a;",t.SEARCH_IN_PUBLICATION="&#xe92f;",t.BOOKS="&#xe806;",t.LOCKER="&#xe93b;",t.ARROW_DOWN="&#xe92b;",t.ARROW_LEFT="&#xe92c;",t.ARROW_RIGHT="&#xe92d;",t.ARROW_UP="&#xe92e;",t.SAVE="&#xe93a;",t.MAILS_AND_NOTIFICATIONS="&#xe939;",t.DOT="&#xe936;",t.MINUS="&#xe937;",t.PLUS="&#xe938;",t.FILTERS="&#xe935;",t.STRIPE_ARROW_RIGHT="&#xe934;",t.STRIPE_ARROW_LEFT="&#xe933;",t.ATTACHMENTS="&#xe932;",t.ADD_BOOKMARK="&#xe804;",t.BOOKMARK="&#xe805;",t.EXPORT="&#xe80f;",t.MENU="&#xe807;",t.TAG="&#xe93e;",t.TAG_PLAIN="&#xe942;",t.COPY_TO_CLIPBOARD="&#xe930;",t.COLUMNS="&#xe928;",t.ARTICLE="&#xe927;",t.CLOSE_PLAIN="&#xe925;",t.CHECK_PLAIN="&#xe926;",t.LOGOUT="&#xe923;",t.SIGN_IN="&#xe922;",t.THIN_ARROW="&#xe921;",t.TRIANGLE_BOTTOM="&#xe91d;",t.TRIANGLE_LEFT="&#xe91e;",t.TRIANGLE_RIGHT="&#xe91f;",t.TRIANGLE_TOP="&#xe920;",t.FACET_HAS_DESCENDANT="&#xe91c;",t.MINUS_PLAIN="&#xe91a;",t.PLUS_PLAIN="&#xe91b;",t.INFO="&#xe919;",t.ICON_EXPAND="&#xe917;",t.ICON_COLLAPSE="&#xe918;",t.ADD_TO_PBK="&#xe800;",t.ALERT="&#xe801;",t.ADD_ALERT="&#xe802;",t.BACK_TO_SEARCH="&#xe803;",t.DOWNLOAD="&#xe808;",t.EDIT="&#xe809;",t.FEEDBACK="&#xe80a;",t.MODIFY_PBK="&#xe80c;",t.SCHEDULED="&#xe80d;",t.SEARCH="&#xe80e;",t.SHARE="&#xe80f1;",t.TOC="&#xe810;",t.WRITE_UGC="&#xe811;",t.TRASH="&#xe812;",t.EXTLINK="&#xe814;",t.EXTLINK_LIGHT="&#xe978;",t.CALENDAR="&#xe815;",t.BOOK="&#xe817;",t.DOWNLOAD_PLAIN="&#xe818;",t.CHECK="&#xe819;",t.TOPICS="&#xe901;",t.EYE="&#xf06e;",t.EYE_SLASH="&#xe970;",t.DISC="&#xe902;",t.CIRCLE="&#xe903;",t.SHARED="&#xe904;",t.SORT_UNSORTED="&#xe905;",t.SORT_UP="&#xe906;",t.SORT_DOWN="&#xe907;",t.WORKING="&#xe908;",t.CLOSE="&#xe909;",t.ZOOM_OUT="&#xe90a;",t.ZOOM_IN="&#xe90b;",t.ZOOM_REALSIZE="&#xe90c;",t.ZOOM_FULLSCREEN="&#xe90d;",t.ADMIN_RESTRICTED="&#xe90e;",t.ADMIN_THEME="&#xe911;",t.WARNING="&#xe913;",t.CONTEXT="&#xe914;",t.SEARCH_HOME="&#xe915;",t.STEPS="&#xe916;",t.HOME="&#xe80b;",t.TRANSLATE="&#xe924;",t.USER="&#xe813;",t.ADMIN="&#xe90f;",t.ANALYTICS="&#xe929;",t.ADMIN_KHUB="&#xe910;",t.ADMIN_USERS="&#xe912;",t.ADMIN_INTEGRATION="&#xe93c;",t.ADMIN_PORTAL="&#xe94b;",t.COMMENT_QUESTION="&#xe965;",t.COMMENT_QUESTION_PLAIN="&#xe966;",t.MESSAGE_BOT="&#xe967;",t.PIP="&#xe973;",t.PIP_WIDE="&#xe974;",t.EXPAND_WIDE="&#xe972;",t.X_MARK="&#xe971;",t.CLONE="&#xe979;"}($o||($o={})),function(t){t.UNKNOWN="&#xe90a;",t.ABW="&#xe900;",t.AUDIO="&#xe901;",t.AVI="&#xe902;",t.CHM="&#xe904;",t.CODE="&#xe905;",t.CSV="&#xe903;",t.DITA="&#xe906;",t.EPUB="&#xe907;",t.EXCEL="&#xe908;",t.FLAC="&#xe909;",t.GIF="&#xe90b;",t.GZIP="&#xe90c;",t.HTML="&#xe90d;",t.IMAGE="&#xe90e;",t.JPEG="&#xe90f;",t.JSON="&#xe910;",t.M4A="&#xe911;",t.MOV="&#xe912;",t.MP3="&#xe913;",t.MP4="&#xe914;",t.OGG="&#xe915;",t.PDF="&#xe916;",t.PNG="&#xe917;",t.POWERPOINT="&#xe918;",t.RAR="&#xe91a;",t.STP="&#xe91b;",t.TEXT="&#xe91c;",t.VIDEO="&#xe91e;",t.WAV="&#xe91f;",t.WMA="&#xe920;",t.WORD="&#xe921;",t.XML="&#xe922;",t.YAML="&#xe919;",t.ZIP="&#xe923;"}(Io||(Io={})),new Map([...["abw"].map((t=>[t,Io.ABW])),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map((t=>[t,Io.AUDIO])),...["avi"].map((t=>[t,Io.AVI])),...["chm","xhs"].map((t=>[t,Io.CHM])),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map((t=>[t,Io.CODE])),...["csv"].map((t=>[t,Io.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,Io.DITA])),...["epub"].map((t=>[t,Io.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,Io.EXCEL])),...["flac"].map((t=>[t,Io.FLAC])),...["gif"].map((t=>[t,Io.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,Io.GZIP])),...["html","htm","xhtml"].map((t=>[t,Io.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf"].map((t=>[t,Io.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,Io.JPEG])),...["json"].map((t=>[t,Io.JSON])),...["m4a","m4p"].map((t=>[t,Io.M4A])),...["mov","qt"].map((t=>[t,Io.MOV])),...["mp3"].map((t=>[t,Io.MP3])),...["mp4","m4v"].map((t=>[t,Io.MP4])),...["ogg","oga"].map((t=>[t,Io.OGG])),...["pdf","ps"].map((t=>[t,Io.PDF])),...["png"].map((t=>[t,Io.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,Io.POWERPOINT])),...["rar"].map((t=>[t,Io.RAR])),...["stp"].map((t=>[t,Io.STP])),...["txt","rtf","md","mdown"].map((t=>[t,Io.TEXT])),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map((t=>[t,Io.VIDEO])),...["wav"].map((t=>[t,Io.WAV])),...["wma"].map((t=>[t,Io.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,Io.WORD])),...["xml","xsl","rdf"].map((t=>[t,Io.XML])),...["yaml","yml","x-yaml"].map((t=>[t,Io.YAML])),...["zip"].map((t=>[t,Io.ZIP]))]),Io.ABW,Io.AUDIO,Io.AVI,Io.CHM,Io.CODE,Io.CSV,Io.DITA,Io.EPUB,Io.EXCEL,Io.FLAC,Io.GIF,Io.GZIP,Io.HTML,Io.IMAGE,Io.JPEG,Io.JSON,Io.M4A,Io.MOV,Io.MP3,Io.MP4,Io.OGG,Io.PDF,Io.PNG,Io.POWERPOINT,Io.RAR,Io.STP,Io.TEXT,Io.UNKNOWN,Io.VIDEO,Io.WAV,Io.WMA,Io.WORD,Io.XML,Io.YAML,Io.ZIP;const Wo=o.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),Eo=o.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",o.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),ko=o.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",o.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),Lo=o.FtCssVariableFactory.extend("--ft-icon-material-font-family","",o.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),Ko=o.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset"),Zo=e.css`
383
+ `}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var o,e;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(o=this.target)||void 0===o||o.removeAttribute("data-is-ft-ripple-target")):null===(e=this.target)||void 0===e||e.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run((()=>this.defaultSetup()))}defaultSetup(){var t,o;const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;e&&this.setupFor(null!==(o=this.target)&&void 0!==o?o:e)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const o=(...t)=>o=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(o)},e=o("mouseup","contextmenu"),r=o("touchend","touchcancel"),i=t=>{["Enter"," "].includes(t.key)&&o("keyup")(t)},a={passive:!0};t.addEventListener("mouseover",this.startHover,a),t.addEventListener("mousemove",this.moveRipple,a),t.addEventListener("mouseleave",this.endHover,a),t.addEventListener("mousedown",e,a),t.addEventListener("touchstart",r,a),t.addEventListener("touchmove",this.moveRipple,a),t.addEventListener("keydown",i,a),t.addEventListener("focus",this.startFocus,a),t.addEventListener("blur",this.endFocus,a),t.addEventListener("focusin",this.startFocus,a),t.addEventListener("focusout",this.endFocus,a),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,a),t.removeEventListener("mousemove",this.moveRipple,a),t.removeEventListener("mouseleave",this.endHover,a),t.removeEventListener("mousedown",e,a),t.removeEventListener("touchstart",r,a),t.removeEventListener("touchmove",this.moveRipple,a),t.removeEventListener("keydown",i,a),t.removeEventListener("focus",this.startFocus,a),t.removeEventListener("blur",this.endFocus,a),t.removeEventListener("focusin",this.startFocus,a),t.removeEventListener("focusout",this.endFocus,a),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const o=t,e=t;let r,i;return null!=o.x?({x:r,y:i}=o):null!=e.touches&&(r=e.touches[0].clientX,i=e.touches[0].clientY),{x:r,y:i}}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()}}Ro.elementDefinitions={},Ro.styles=wo,Uo([r.property({type:Boolean})],Ro.prototype,"primary",void 0),Uo([r.property({type:Boolean})],Ro.prototype,"secondary",void 0),Uo([r.property({type:Boolean})],Ro.prototype,"unbounded",void 0),Uo([r.property({type:Boolean})],Ro.prototype,"activated",void 0),Uo([r.property({type:Boolean})],Ro.prototype,"selected",void 0),Uo([r.property({type:Boolean})],Ro.prototype,"disabled",void 0),Uo([r.state()],Ro.prototype,"hovered",void 0),Uo([r.state()],Ro.prototype,"focused",void 0),Uo([r.state()],Ro.prototype,"pressed",void 0),Uo([r.state()],Ro.prototype,"rippling",void 0),Uo([r.state()],Ro.prototype,"originX",void 0),Uo([r.state()],Ro.prototype,"originY",void 0),Uo([r.query(".ft-ripple")],Ro.prototype,"ripple",void 0),Uo([r.query(".ft-ripple--effect")],Ro.prototype,"rippleEffect",void 0),o.customElement("ft-ripple")(Ro),function(t){t.THUMBS_DOWN="&#xe94d;",t.THUMBS_DOWN_PLAIN="&#xe94e;",t.THUMBS_UP="&#xe94f;",t.THUMBS_UP_PLAIN="&#xe950;",t.STAR="&#xe94c;",t.STAR_PLAIN="&#xe900;",t.DESKTOP="&#xe95e;",t.LIFE_RING="&#xe975;",t.GLOBE="&#xe976;",t.PIGGY_BANK="&#xe977;",t.TABLET_LANDSCAPE="&#xe95f;",t.TABLET_PORTRAIT="&#xe960;",t.MOBILE_LANDSCAPE="&#xe961;",t.MOBILE_PORTRAIT="&#xe962;",t.ARROW_RIGHT_TO_LINE="&#xe95d;",t.THIN_ARROW_UP="&#xe95c;",t.CONTEXTUAL="&#xe95b;",t.CHART_SIMPLE="&#xe968;",t.BARS_PROGRESS="&#xe969;",t.LINE_CHART="&#xe96c;",t.STACKED_CHART="&#xe96d;",t.BOOK_OPEN_GEAR="&#xe96a;",t.BOOK_OPEN_GEAR_SLASH="&#xe96b;",t.DIAGRAM_SUNBURST="&#xe963;",t.DIAGRAM_SANKEY="&#xe964;",t.UNSTRUCTURED_DOC="&#xe95a;",t.RESET="&#xe958;",t.THIN_ARROW_LEFT="&#xe956;",t.THIN_ARROW_RIGHT="&#xe957;",t.MY_COLLECTIONS="&#xe955;",t.OFFLINE_SETTINGS="&#xe954;",t.MY_LIBRARY="&#xe959;",t.RATE_PLAIN="&#xe952;",t.RATE="&#xe953;",t.FEEDBACK_PLAIN="&#xe951;",t.PAUSE="&#xe949;",t.PLAY="&#xe94a;",t.RELATIVES_PLAIN="&#xe947;",t.RELATIVES="&#xe948;",t.SHORTCUT_MENU="&#xe946;",t.PRINT="&#xe944;",t.DEFAULT_ROLES="&#xe945;",t.ACCOUNT_SETTINGS="&#xe943;",t.ONLINE="&#xe941;",t.OFFLINE="&#xe816;",t.UPLOAD="&#xe940;",t.BOOK_PLAIN="&#xe93f;",t.SYNC="&#xe93d;",t.SHARED_PBK="&#xe931;",t.COLLECTIONS="&#xe92a;",t.SEARCH_IN_PUBLICATION="&#xe92f;",t.BOOKS="&#xe806;",t.LOCKER="&#xe93b;",t.ARROW_DOWN="&#xe92b;",t.ARROW_LEFT="&#xe92c;",t.ARROW_RIGHT="&#xe92d;",t.ARROW_UP="&#xe92e;",t.SAVE="&#xe93a;",t.MAILS_AND_NOTIFICATIONS="&#xe939;",t.DOT="&#xe936;",t.MINUS="&#xe937;",t.PLUS="&#xe938;",t.FILTERS="&#xe935;",t.STRIPE_ARROW_RIGHT="&#xe934;",t.STRIPE_ARROW_LEFT="&#xe933;",t.ATTACHMENTS="&#xe932;",t.ADD_BOOKMARK="&#xe804;",t.BOOKMARK="&#xe805;",t.EXPORT="&#xe80f;",t.MENU="&#xe807;",t.TAG="&#xe93e;",t.TAG_PLAIN="&#xe942;",t.COPY_TO_CLIPBOARD="&#xe930;",t.COLUMNS="&#xe928;",t.ARTICLE="&#xe927;",t.CLOSE_PLAIN="&#xe925;",t.CHECK_PLAIN="&#xe926;",t.LOGOUT="&#xe923;",t.SIGN_IN="&#xe922;",t.THIN_ARROW="&#xe921;",t.TRIANGLE_BOTTOM="&#xe91d;",t.TRIANGLE_LEFT="&#xe91e;",t.TRIANGLE_RIGHT="&#xe91f;",t.TRIANGLE_TOP="&#xe920;",t.FACET_HAS_DESCENDANT="&#xe91c;",t.MINUS_PLAIN="&#xe91a;",t.PLUS_PLAIN="&#xe91b;",t.INFO="&#xe919;",t.ICON_EXPAND="&#xe917;",t.ICON_COLLAPSE="&#xe918;",t.ADD_TO_PBK="&#xe800;",t.ALERT="&#xe801;",t.ADD_ALERT="&#xe802;",t.BACK_TO_SEARCH="&#xe803;",t.DOWNLOAD="&#xe808;",t.EDIT="&#xe809;",t.FEEDBACK="&#xe80a;",t.MODIFY_PBK="&#xe80c;",t.SCHEDULED="&#xe80d;",t.SEARCH="&#xe80e;",t.SHARE="&#xe80f1;",t.TOC="&#xe810;",t.WRITE_UGC="&#xe811;",t.TRASH="&#xe812;",t.EXTLINK="&#xe814;",t.EXTLINK_LIGHT="&#xe978;",t.CALENDAR="&#xe815;",t.BOOK="&#xe817;",t.DOWNLOAD_PLAIN="&#xe818;",t.CHECK="&#xe819;",t.TOPICS="&#xe901;",t.EYE="&#xf06e;",t.EYE_SLASH="&#xe970;",t.DISC="&#xe902;",t.CIRCLE="&#xe903;",t.SHARED="&#xe904;",t.SORT_UNSORTED="&#xe905;",t.SORT_UP="&#xe906;",t.SORT_DOWN="&#xe907;",t.WORKING="&#xe908;",t.CLOSE="&#xe909;",t.ZOOM_OUT="&#xe90a;",t.ZOOM_IN="&#xe90b;",t.ZOOM_REALSIZE="&#xe90c;",t.ZOOM_FULLSCREEN="&#xe90d;",t.ADMIN_RESTRICTED="&#xe90e;",t.ADMIN_THEME="&#xe911;",t.WARNING="&#xe913;",t.CONTEXT="&#xe914;",t.SEARCH_HOME="&#xe915;",t.STEPS="&#xe916;",t.HOME="&#xe80b;",t.TRANSLATE="&#xe924;",t.USER="&#xe813;",t.ADMIN="&#xe90f;",t.ANALYTICS="&#xe929;",t.ADMIN_KHUB="&#xe910;",t.ADMIN_USERS="&#xe912;",t.ADMIN_INTEGRATION="&#xe93c;",t.ADMIN_PORTAL="&#xe94b;",t.COMMENT_QUESTION="&#xe965;",t.COMMENT_QUESTION_PLAIN="&#xe966;",t.MESSAGE_BOT="&#xe967;",t.PIP="&#xe973;",t.PIP_WIDE="&#xe974;",t.EXPAND_WIDE="&#xe972;",t.X_MARK="&#xe971;",t.CLONE="&#xe979;"}($o||($o={})),function(t){t.UNKNOWN="&#xe90a;",t.ABW="&#xe900;",t.AUDIO="&#xe901;",t.AVI="&#xe902;",t.CHM="&#xe904;",t.CODE="&#xe905;",t.CSV="&#xe903;",t.DITA="&#xe906;",t.EPUB="&#xe907;",t.EXCEL="&#xe908;",t.FLAC="&#xe909;",t.GIF="&#xe90b;",t.GZIP="&#xe90c;",t.HTML="&#xe90d;",t.IMAGE="&#xe90e;",t.JPEG="&#xe90f;",t.JSON="&#xe910;",t.M4A="&#xe911;",t.MOV="&#xe912;",t.MP3="&#xe913;",t.MP4="&#xe914;",t.OGG="&#xe915;",t.PDF="&#xe916;",t.PNG="&#xe917;",t.POWERPOINT="&#xe918;",t.RAR="&#xe91a;",t.STP="&#xe91b;",t.TEXT="&#xe91c;",t.VIDEO="&#xe91e;",t.WAV="&#xe91f;",t.WMA="&#xe920;",t.WORD="&#xe921;",t.XML="&#xe922;",t.YAML="&#xe919;",t.ZIP="&#xe923;"}(Io||(Io={})),new Map([...["abw"].map((t=>[t,Io.ABW])),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map((t=>[t,Io.AUDIO])),...["avi"].map((t=>[t,Io.AVI])),...["chm","xhs"].map((t=>[t,Io.CHM])),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map((t=>[t,Io.CODE])),...["csv"].map((t=>[t,Io.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,Io.DITA])),...["epub"].map((t=>[t,Io.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,Io.EXCEL])),...["flac"].map((t=>[t,Io.FLAC])),...["gif"].map((t=>[t,Io.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,Io.GZIP])),...["html","htm","xhtml"].map((t=>[t,Io.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf"].map((t=>[t,Io.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,Io.JPEG])),...["json"].map((t=>[t,Io.JSON])),...["m4a","m4p"].map((t=>[t,Io.M4A])),...["mov","qt"].map((t=>[t,Io.MOV])),...["mp3"].map((t=>[t,Io.MP3])),...["mp4","m4v"].map((t=>[t,Io.MP4])),...["ogg","oga"].map((t=>[t,Io.OGG])),...["pdf","ps"].map((t=>[t,Io.PDF])),...["png"].map((t=>[t,Io.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,Io.POWERPOINT])),...["rar"].map((t=>[t,Io.RAR])),...["stp"].map((t=>[t,Io.STP])),...["txt","rtf","md","mdown"].map((t=>[t,Io.TEXT])),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map((t=>[t,Io.VIDEO])),...["wav"].map((t=>[t,Io.WAV])),...["wma"].map((t=>[t,Io.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,Io.WORD])),...["xml","xsl","rdf"].map((t=>[t,Io.XML])),...["yaml","yml","x-yaml"].map((t=>[t,Io.YAML])),...["zip"].map((t=>[t,Io.ZIP]))]),Io.ABW,Io.AUDIO,Io.AVI,Io.CHM,Io.CODE,Io.CSV,Io.DITA,Io.EPUB,Io.EXCEL,Io.FLAC,Io.GIF,Io.GZIP,Io.HTML,Io.IMAGE,Io.JPEG,Io.JSON,Io.M4A,Io.MOV,Io.MP3,Io.MP4,Io.OGG,Io.PDF,Io.PNG,Io.POWERPOINT,Io.RAR,Io.STP,Io.TEXT,Io.UNKNOWN,Io.VIDEO,Io.WAV,Io.WMA,Io.WORD,Io.XML,Io.YAML,Io.ZIP;const Wo=o.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),Eo=o.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",o.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),ko=o.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",o.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),Lo=o.FtCssVariableFactory.extend("--ft-icon-material-font-family","",o.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),Ko=o.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset"),Zo=e.css`
384
384
  :host, i.ft-icon {
385
385
  display: inline-flex;
386
386
  align-items: center;
@@ -428,12 +428,12 @@ const G=Symbol.for(""),j=t=>{if(t?.r===G)return t?._$litStatic$},P=t=>({_$litSta
428
428
  .ft-icon--material {
429
429
  font-family: ${Lo}, "Material Icons", sans-serif;
430
430
  }
431
- `;var zo;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(zo||(zo={}));var Do=function(t,o,e,i){for(var r,a=arguments.length,n=a<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,e):i,l=t.length-1;l>=0;l--)(r=t[l])&&(n=(a<3?r(n):a>3?r(o,e,n):r(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class Fo extends o.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=e.nothing}render(){const t=this.variant&&Object.values(zo).includes(this.variant)?this.variant:zo.fluid_topics,o=t!==zo.material||!!this.value;return e.html`
431
+ `;var zo;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(zo||(zo={}));var Do=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class Fo extends o.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=e.nothing}render(){const t=this.variant&&Object.values(zo).includes(this.variant)?this.variant:zo.fluid_topics,o=t!==zo.material||!!this.value;return e.html`
432
432
  <i class="ft-icon ft-icon--${t}" part="icon icon-${t}">
433
433
  ${a.unsafeHTML(this.resolvedIcon)}
434
434
  <slot ?hidden=${o}></slot>
435
435
  </i>
436
- `}get textContent(){var t,o;return null!==(o=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==o?o:""}update(t){super.update(t),["value","variant"].some((o=>t.has(o)))&&this.resolveIcon()}resolveIcon(){var t,o;let i=this.value||this.textContent;switch(this.variant){case zo.file_format:this.resolvedIcon=null!==(t=Io[i.replace("-","_").toUpperCase()])&&void 0!==t?t:i;break;case zo.material:this.resolvedIcon=this.value||e.nothing;break;default:this.resolvedIcon=null!==(o=$o[i.replace("-","_").toUpperCase()])&&void 0!==o?o:i}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}Fo.elementDefinitions={},Fo.styles=Zo,Do([i.property()],Fo.prototype,"variant",void 0),Do([i.property()],Fo.prototype,"value",void 0),Do([i.state()],Fo.prototype,"resolvedIcon",void 0),Do([i.query("slot")],Fo.prototype,"slottedContent",void 0),o.customElement("ft-icon")(Fo);const Bo={fontSize:o.FtCssVariableFactory.create("--ft-text-field-font-size","","SIZE","14px"),labelSize:o.FtCssVariableFactory.create("--ft-text-field-label-size","","SIZE","11px"),verticalSpacing:o.FtCssVariableFactory.create("--ft-text-field-vertical-spacing","","SIZE","4px"),horizontalSpacing:o.FtCssVariableFactory.create("--ft-text-field-horizontal-spacing","","SIZE","16px"),helperColor:o.FtCssVariableFactory.extend("--ft-text-field-helper-color","",o.designSystemVariables.colorOnSurfaceMedium),colorPrimary:o.FtCssVariableFactory.external(o.designSystemVariables.colorPrimary,"Design system"),colorOnSurface:o.FtCssVariableFactory.external(o.designSystemVariables.colorOnSurface,"Design system"),colorOnSurfaceDisabled:o.FtCssVariableFactory.external(o.designSystemVariables.colorOnSurfaceDisabled,"Design system"),borderRadiusS:o.FtCssVariableFactory.external(o.designSystemVariables.borderRadiusS,"Design system"),colorError:o.FtCssVariableFactory.external(o.designSystemVariables.colorError,"Design system"),prefixColor:o.FtCssVariableFactory.extend("--ft-text-field-prefix-color","",o.designSystemVariables.colorOnSurfaceMedium),iconColor:o.FtCssVariableFactory.extend("--ft-text-field-icon-color","",o.designSystemVariables.colorOnSurfaceMedium),floatingZIndex:o.FtCssVariableFactory.create("--ft-text-field-floating-components-z-index","","NUMBER","3"),colorSurface:o.FtCssVariableFactory.external(o.designSystemVariables.colorSurface,"Design system"),colorOutline:o.FtCssVariableFactory.external(o.designSystemVariables.colorOutline,"Design system"),elevation02:o.FtCssVariableFactory.external(o.designSystemVariables.elevation02,"Design system"),suggestSize:o.FtCssVariableFactory.create("--ft-text-field-suggest-size","","SIZE","300px")},Ao=e.css`
436
+ `}get textContent(){var t,o;return null!==(o=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==o?o:""}update(t){super.update(t),["value","variant"].some((o=>t.has(o)))&&this.resolveIcon()}resolveIcon(){var t,o;let r=this.value||this.textContent;switch(this.variant){case zo.file_format:this.resolvedIcon=null!==(t=Io[r.replace("-","_").toUpperCase()])&&void 0!==t?t:r;break;case zo.material:this.resolvedIcon=this.value||e.nothing;break;default:this.resolvedIcon=null!==(o=$o[r.replace("-","_").toUpperCase()])&&void 0!==o?o:r}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}Fo.elementDefinitions={},Fo.styles=Zo,Do([r.property()],Fo.prototype,"variant",void 0),Do([r.property()],Fo.prototype,"value",void 0),Do([r.state()],Fo.prototype,"resolvedIcon",void 0),Do([r.query("slot")],Fo.prototype,"slottedContent",void 0),o.customElement("ft-icon")(Fo);const Bo={fontSize:o.FtCssVariableFactory.create("--ft-text-field-font-size","","SIZE","14px"),labelSize:o.FtCssVariableFactory.create("--ft-text-field-label-size","","SIZE","11px"),verticalSpacing:o.FtCssVariableFactory.create("--ft-text-field-vertical-spacing","","SIZE","4px"),horizontalSpacing:o.FtCssVariableFactory.create("--ft-text-field-horizontal-spacing","","SIZE","16px"),helperColor:o.FtCssVariableFactory.extend("--ft-text-field-helper-color","",o.designSystemVariables.colorOnSurfaceMedium),colorPrimary:o.FtCssVariableFactory.external(o.designSystemVariables.colorPrimary,"Design system"),colorOnSurface:o.FtCssVariableFactory.external(o.designSystemVariables.colorOnSurface,"Design system"),colorOnSurfaceDisabled:o.FtCssVariableFactory.external(o.designSystemVariables.colorOnSurfaceDisabled,"Design system"),borderRadiusS:o.FtCssVariableFactory.external(o.designSystemVariables.borderRadiusS,"Design system"),colorError:o.FtCssVariableFactory.external(o.designSystemVariables.colorError,"Design system"),prefixColor:o.FtCssVariableFactory.extend("--ft-text-field-prefix-color","",o.designSystemVariables.colorOnSurfaceMedium),iconColor:o.FtCssVariableFactory.extend("--ft-text-field-icon-color","",o.designSystemVariables.colorOnSurfaceMedium),floatingZIndex:o.FtCssVariableFactory.create("--ft-text-field-floating-components-z-index","","NUMBER","3"),colorSurface:o.FtCssVariableFactory.external(o.designSystemVariables.colorSurface,"Design system"),colorOutline:o.FtCssVariableFactory.external(o.designSystemVariables.colorOutline,"Design system"),elevation02:o.FtCssVariableFactory.external(o.designSystemVariables.elevation02,"Design system"),suggestSize:o.FtCssVariableFactory.create("--ft-text-field-suggest-size","","SIZE","300px")},Ao=e.css`
437
437
  *:focus {
438
438
  outline: none;
439
439
  }
@@ -589,18 +589,8 @@ const G=Symbol.for(""),j=t=>{if(t?.r===G)return t?._$litStatic$},P=t=>({_$litSta
589
589
  .ft-text-field--with-password ft-icon:hover {
590
590
  cursor: pointer;
591
591
  }
592
-
593
- input::-webkit-outer-spin-button,
594
- input::-webkit-inner-spin-button {
595
- -webkit-appearance: none;
596
- margin: 0;
597
- }
598
-
599
- input[type=number] {
600
- -moz-appearance: textfield;
601
- }
602
- `;var Ho=function(t,o,e,i){for(var r,a=arguments.length,n=a<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,e):i,l=t.length-1;l>=0;l--)(r=t[l])&&(n=(a<3?r(n):a>3?r(o,e,n):r(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class Go extends(o.toFtFormComponent(o.FtLitElement,"textbox")){constructor(){super(...arguments),this._value="",this.dispatchedValue="",this.outlined=!1,this.disabled=!1,this.error=!1,this.prefix=null,this.passwordHiddenIcon=$o.EYE_SLASH,this.passwordRevealedIcon=$o.EYE,this.filterSuggestions=!1,this.password=!1,this.type="text",this.focused=!1,this.hidePassword=!0,this.suggestionsOnTop=!1,this.hideSuggestions=!1,this.visibleSuggestions=[]}get value(){return this._value||""}set value(t){this.setInternalValue(t||""),this.dispatchedValue=t||""}setInternalValue(t){const o=this._value;this._value=t||"",this.setFormValue(this._value),this.requestUpdate("value",o)}focus(){var t;null===(t=this.input)||void 0===t||t.focus()}render(){const t={"ft-text-field":!0,"ft-text-field--filled":!this.outlined,"ft-text-field--outlined":this.outlined,"ft-text-field--disabled":this.disabled,"ft-text-field--has-value":!!this.value,"ft-text-field--with-label":!!this.label,"ft-text-field--in-error":this.error,"ft-text-field--with-prefix":!!this.prefix,"ft-text-field--hide-suggestions":0===this.visibleSuggestions.length||this.hideSuggestions,"ft-text-field--raised-label":this.focused||""!=this.value,"ft-text-field--with-icon":!!this.icon,"ft-text-field--with-password":this.password};return e.html`
603
- <div class="${r.classMap(t)}">
592
+ `;var Ho=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class Go extends(o.toFtFormComponent(o.FtLitElement,"textbox")){constructor(){super(...arguments),this._value="",this.dispatchedValue="",this.outlined=!1,this.disabled=!1,this.error=!1,this.prefix=null,this.passwordHiddenIcon=$o.EYE_SLASH,this.passwordRevealedIcon=$o.EYE,this.filterSuggestions=!1,this.password=!1,this.focused=!1,this.hidePassword=!0,this.suggestionsOnTop=!1,this.hideSuggestions=!1,this.visibleSuggestions=[]}get value(){return this._value||""}set value(t){this.setInternalValue(t||""),this.dispatchedValue=t||""}setInternalValue(t){const o=this._value;this._value=t||"",this.setFormValue(this._value),this.requestUpdate("value",o)}focus(){var t;null===(t=this.input)||void 0===t||t.focus()}render(){const t={"ft-text-field":!0,"ft-text-field--filled":!this.outlined,"ft-text-field--outlined":this.outlined,"ft-text-field--disabled":this.disabled,"ft-text-field--has-value":!!this.value,"ft-text-field--with-label":!!this.label,"ft-text-field--in-error":this.error,"ft-text-field--with-prefix":!!this.prefix,"ft-text-field--hide-suggestions":0===this.visibleSuggestions.length||this.hideSuggestions,"ft-text-field--raised-label":this.focused||""!=this.value,"ft-text-field--with-icon":!!this.icon,"ft-text-field--with-password":this.password};return e.html`
593
+ <div class="${i.classMap(t)}">
604
594
  <div class="ft-text-field--main-panel"
605
595
  @keydown=${this.handleKeyboardNavigation}
606
596
  @focusout=${this.onMainPanelBlur}>
@@ -618,10 +608,8 @@ const G=Symbol.for(""),j=t=>{if(t?.r===G)return t?._$litStatic$},P=t=>({_$litSta
618
608
  ${this.prefix}
619
609
  </ft-typography>
620
610
  `:e.nothing}
621
- <input type=${this.password&&this.hidePassword?"password":this.type}
611
+ <input type=${this.password&&this.hidePassword?"password":"text"}
622
612
  maxlength=${(t=>t??I)(this.maxLength||void 0)}
623
- .min=${this.min}
624
- .max=${this.max}
625
613
  aria-label="${this.label}"
626
614
  class="ft-typography--body1 ft-text-field--input"
627
615
  part="input"
@@ -653,7 +641,7 @@ const G=Symbol.for(""),j=t=>{if(t?.r===G)return t?._$litStatic$},P=t=>({_$litSta
653
641
  .variant=${this.iconVariant}
654
642
  .value=${this.icon}
655
643
  @click=${()=>{var t;return null===(t=this.input)||void 0===t?void 0:t.focus()}}></ft-icon>
656
- `:e.nothing}update(t){super.update(t),(t.has("value")||t.has("filterSuggestions"))&&this.filterSuggestionsIfNeeded(),t.has("value")&&null!=t.get("value")&&(this.hideSuggestions=!1),t.has("dispatchedValue")&&null!=t.get("dispatchedValue")&&(this.hideSuggestions=!0)}filterSuggestionsIfNeeded(){this.filterSuggestions?(this.suggestions.forEach((t=>t.hidden=!t.getValue().toLowerCase().includes(this.value.toLowerCase()))),this.visibleSuggestions=this.suggestions.filter((t=>!t.hidden))):this.visibleSuggestions=this.suggestions}contentAvailableCallback(t){var o,e;if(super.contentAvailableCallback(t),t.has("focused")&&!this.hideSuggestions&&this.visibleSuggestions.length>0){const t=null===(o=this.input)||void 0===o?void 0:o.getBoundingClientRect(),i=null===(e=this.suggestionsContainer)||void 0===e?void 0:e.getBoundingClientRect();t&&i&&(this.suggestionsOnTop=t.bottom+i.height>window.innerHeight&&t.top-i.height>0)}}setValue(t,o=!1){this.value!==t&&(this.setInternalValue(t),this.dispatchEvent(new CustomEvent("live-change",{detail:t}))),o&&this.dispatchedValue!==t&&(this.dispatchedValue=t,this.dispatchEvent(new CustomEvent("change",{detail:t})))}handleInput(t){var o;const e=(null===(o=this.input)||void 0===o?void 0:o.value)||"";this.setValue(e,"Escape"==t.key||"Enter"==t.key)}handleClick(){this.hideSuggestions=!1}handleKeyboardNavigation(t){var o;if("ArrowDown"===t.key||"ArrowUp"===t.key){t.preventDefault(),t.stopPropagation(),this.hideSuggestions=!1;const e=this.visibleSuggestions.findIndex((t=>t.matches(":focus-within")));let i;i="ArrowDown"===t.key?e<this.visibleSuggestions.length-1?e+1:0:e>0?e-1:this.visibleSuggestions.length-1,null===(o=this.visibleSuggestions[i])||void 0===o||o.focus()}"Escape"!=t.key&&"Enter"!=t.key||(this.hideSuggestions=!0)}onSuggestionSelected(t){var o;this.setValue(t.detail,!0),null===(o=this.input)||void 0===o||o.focus(),setTimeout((()=>this.hideSuggestions=!0),0)}onFocus(){this.focused=!0,this.hideSuggestions=!1}onMainPanelBlur(){var t,o;(null===(t=this.mainPanel)||void 0===t?void 0:t.matches(":focus-within"))||(this.focused=!1,this.setValue((null===(o=this.input)||void 0===o?void 0:o.value)||"",!0))}togglePasswordVisibility(){this.hidePassword=!this.hidePassword}}Go.elementDefinitions={"ft-input-label":bo,"ft-ripple":Ro,"ft-typography":so,"ft-icon":Fo},Go.styles=[eo,Ao],Ho([i.property()],Go.prototype,"label",void 0),Ho([i.property({noAccessor:!0})],Go.prototype,"value",null),Ho([i.state()],Go.prototype,"dispatchedValue",void 0),Ho([i.property()],Go.prototype,"helper",void 0),Ho([i.property({type:Boolean})],Go.prototype,"outlined",void 0),Ho([i.property({type:Boolean})],Go.prototype,"disabled",void 0),Ho([i.property({type:Boolean})],Go.prototype,"error",void 0),Ho([i.property()],Go.prototype,"prefix",void 0),Ho([i.property()],Go.prototype,"icon",void 0),Ho([i.property()],Go.prototype,"passwordHiddenIcon",void 0),Ho([i.property()],Go.prototype,"passwordRevealedIcon",void 0),Ho([i.property()],Go.prototype,"iconVariant",void 0),Ho([i.property({type:Boolean})],Go.prototype,"filterSuggestions",void 0),Ho([i.property({type:Number})],Go.prototype,"maxLength",void 0),Ho([i.property({type:Boolean})],Go.prototype,"password",void 0),Ho([i.property()],Go.prototype,"type",void 0),Ho([i.property()],Go.prototype,"min",void 0),Ho([i.property()],Go.prototype,"max",void 0),Ho([i.state()],Go.prototype,"focused",void 0),Ho([i.state()],Go.prototype,"hidePassword",void 0),Ho([i.state()],Go.prototype,"suggestionsOnTop",void 0),Ho([i.state()],Go.prototype,"hideSuggestions",void 0),Ho([i.state()],Go.prototype,"visibleSuggestions",void 0),Ho([i.query(".ft-text-field--main-panel")],Go.prototype,"mainPanel",void 0),Ho([i.query(".ft-text-field--input")],Go.prototype,"input",void 0),Ho([i.query(".ft-text-field--suggestions")],Go.prototype,"suggestionsContainer",void 0),Ho([i.queryAssignedElements({selector:"ft-text-field-suggestion"})],Go.prototype,"suggestions",void 0);const jo=e.css`
644
+ `:e.nothing}update(t){super.update(t),(t.has("value")||t.has("filterSuggestions"))&&this.filterSuggestionsIfNeeded(),t.has("value")&&null!=t.get("value")&&(this.hideSuggestions=!1),t.has("dispatchedValue")&&null!=t.get("dispatchedValue")&&(this.hideSuggestions=!0)}filterSuggestionsIfNeeded(){this.filterSuggestions?(this.suggestions.forEach((t=>t.hidden=!t.getValue().toLowerCase().includes(this.value.toLowerCase()))),this.visibleSuggestions=this.suggestions.filter((t=>!t.hidden))):this.visibleSuggestions=this.suggestions}contentAvailableCallback(t){var o,e;if(super.contentAvailableCallback(t),t.has("focused")&&!this.hideSuggestions&&this.visibleSuggestions.length>0){const t=null===(o=this.input)||void 0===o?void 0:o.getBoundingClientRect(),r=null===(e=this.suggestionsContainer)||void 0===e?void 0:e.getBoundingClientRect();t&&r&&(this.suggestionsOnTop=t.bottom+r.height>window.innerHeight&&t.top-r.height>0)}}setValue(t,o=!1){this.value!==t&&(this.setInternalValue(t),this.dispatchEvent(new CustomEvent("live-change",{detail:t}))),o&&this.dispatchedValue!==t&&(this.dispatchedValue=t,this.dispatchEvent(new CustomEvent("change",{detail:t})))}handleInput(t){var o;const e=(null===(o=this.input)||void 0===o?void 0:o.value)||"";this.setValue(e,"Escape"==t.key||"Enter"==t.key)}handleClick(){this.hideSuggestions=!1}handleKeyboardNavigation(t){var o;if("ArrowDown"===t.key||"ArrowUp"===t.key){t.preventDefault(),t.stopPropagation(),this.hideSuggestions=!1;const e=this.visibleSuggestions.findIndex((t=>t.matches(":focus-within")));let r;r="ArrowDown"===t.key?e<this.visibleSuggestions.length-1?e+1:0:e>0?e-1:this.visibleSuggestions.length-1,null===(o=this.visibleSuggestions[r])||void 0===o||o.focus()}"Escape"!=t.key&&"Enter"!=t.key||(this.hideSuggestions=!0)}onSuggestionSelected(t){var o;this.setValue(t.detail,!0),null===(o=this.input)||void 0===o||o.focus(),setTimeout((()=>this.hideSuggestions=!0),0)}onFocus(){this.focused=!0,this.hideSuggestions=!1}onMainPanelBlur(){var t,o;(null===(t=this.mainPanel)||void 0===t?void 0:t.matches(":focus-within"))||(this.focused=!1,this.setValue((null===(o=this.input)||void 0===o?void 0:o.value)||"",!0))}togglePasswordVisibility(){this.hidePassword=!this.hidePassword}}Go.elementDefinitions={"ft-input-label":bo,"ft-ripple":Ro,"ft-typography":so,"ft-icon":Fo},Go.styles=[eo,Ao],Ho([r.property()],Go.prototype,"label",void 0),Ho([r.property({noAccessor:!0})],Go.prototype,"value",null),Ho([r.state()],Go.prototype,"dispatchedValue",void 0),Ho([r.property()],Go.prototype,"helper",void 0),Ho([r.property({type:Boolean})],Go.prototype,"outlined",void 0),Ho([r.property({type:Boolean})],Go.prototype,"disabled",void 0),Ho([r.property({type:Boolean})],Go.prototype,"error",void 0),Ho([r.property()],Go.prototype,"prefix",void 0),Ho([r.property()],Go.prototype,"icon",void 0),Ho([r.property()],Go.prototype,"passwordHiddenIcon",void 0),Ho([r.property()],Go.prototype,"passwordRevealedIcon",void 0),Ho([r.property()],Go.prototype,"iconVariant",void 0),Ho([r.property({type:Boolean})],Go.prototype,"filterSuggestions",void 0),Ho([r.property({type:Number})],Go.prototype,"maxLength",void 0),Ho([r.property({type:Boolean})],Go.prototype,"password",void 0),Ho([r.state()],Go.prototype,"focused",void 0),Ho([r.state()],Go.prototype,"hidePassword",void 0),Ho([r.state()],Go.prototype,"suggestionsOnTop",void 0),Ho([r.state()],Go.prototype,"hideSuggestions",void 0),Ho([r.state()],Go.prototype,"visibleSuggestions",void 0),Ho([r.query(".ft-text-field--main-panel")],Go.prototype,"mainPanel",void 0),Ho([r.query(".ft-text-field--input")],Go.prototype,"input",void 0),Ho([r.query(".ft-text-field--suggestions")],Go.prototype,"suggestionsContainer",void 0),Ho([r.queryAssignedElements({selector:"ft-text-field-suggestion"})],Go.prototype,"suggestions",void 0);const jo=e.css`
657
645
  .ft-text-field-suggestion {
658
646
  position: relative;
659
647
  padding: 8px 16px;
@@ -678,7 +666,7 @@ const G=Symbol.for(""),j=t=>{if(t?.r===G)return t?._$litStatic$},P=t=>({_$litSta
678
666
  slot {
679
667
  pointer-events: none;
680
668
  }
681
- `;var Po=function(t,o,e,i){for(var r,a=arguments.length,n=a<3?o:null===i?i=Object.getOwnPropertyDescriptor(o,e):i,l=t.length-1;l>=0;l--)(r=t[l])&&(n=(a<3?r(n):a>3?r(o,e,n):r(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class Mo extends CustomEvent{constructor(t){super("suggestion-selected",{detail:t,bubbles:!0,composed:!0})}}class _o extends o.FtLitElement{render(){return e.html`
669
+ `;var Po=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class Mo extends CustomEvent{constructor(t){super("suggestion-selected",{detail:t,bubbles:!0,composed:!0})}}class _o extends o.FtLitElement{render(){return e.html`
682
670
  <div class="ft-text-field-suggestion"
683
671
  tabindex="-1"
684
672
  @keydown=${this.onKeyDown}
@@ -690,4 +678,4 @@ const G=Symbol.for(""),j=t=>{if(t?.r===G)return t?._$litStatic$},P=t=>({_$litSta
690
678
  <slot></slot>
691
679
  </ft-typography>
692
680
  </div>
693
- `}focus(t){var o;null===(o=this.container)||void 0===o||o.focus(t)}click(){var t;null===(t=this.container)||void 0===t||t.click()}confirmSuggestion(){this.dispatchEvent(new Mo(this.getValue()))}getValue(){return this.value||this.textContent}get textContent(){return this.assignedNodes.map((t=>t.textContent)).join("").trim()}onKeyDown(t){["Enter"," "].includes(t.key)&&(t.preventDefault(),t.stopPropagation(),this.confirmSuggestion())}}_o.elementDefinitions={"ft-ripple":Ro,"ft-typography":so,"ft-icon":Fo},_o.styles=jo,Po([i.property()],_o.prototype,"value",void 0),Po([i.query(".ft-text-field-suggestion")],_o.prototype,"container",void 0),Po([i.queryAssignedNodes()],_o.prototype,"assignedNodes",void 0),o.customElement("ft-text-field")(Go),o.customElement("ft-text-field-suggestion")(_o),t.FtTextField=Go,t.FtTextFieldCssVariables=Bo,t.FtTextFieldSuggestion=_o,t.SuggestionSelectedEvent=Mo,t.styles=Ao,t.suggestionStyles=jo}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators,ftGlobals.litClassMap,ftGlobals.litUnsafeHTML);
681
+ `}focus(t){var o;null===(o=this.container)||void 0===o||o.focus(t)}click(){var t;null===(t=this.container)||void 0===t||t.click()}confirmSuggestion(){this.dispatchEvent(new Mo(this.getValue()))}getValue(){return this.value||this.textContent}get textContent(){return this.assignedNodes.map((t=>t.textContent)).join("").trim()}onKeyDown(t){["Enter"," "].includes(t.key)&&(t.preventDefault(),t.stopPropagation(),this.confirmSuggestion())}}_o.elementDefinitions={"ft-ripple":Ro,"ft-typography":so,"ft-icon":Fo},_o.styles=jo,Po([r.property()],_o.prototype,"value",void 0),Po([r.query(".ft-text-field-suggestion")],_o.prototype,"container",void 0),Po([r.queryAssignedNodes()],_o.prototype,"assignedNodes",void 0),o.customElement("ft-text-field")(Go),o.customElement("ft-text-field-suggestion")(_o),t.FtTextField=Go,t.FtTextFieldCssVariables=Bo,t.FtTextFieldSuggestion=_o,t.SuggestionSelectedEvent=Mo,t.styles=Ao,t.suggestionStyles=jo}({},ftGlobals.wcUtils,ftGlobals.lit,ftGlobals.litDecorators,ftGlobals.litClassMap,ftGlobals.litUnsafeHTML);
@@ -714,17 +714,7 @@ class ki extends Ve{constructor(t){if(super(t),this.et=X,t.type!==Te)throw Error
714
714
  .ft-text-field--with-password ft-icon:hover {
715
715
  cursor: pointer;
716
716
  }
717
-
718
- input::-webkit-outer-spin-button,
719
- input::-webkit-inner-spin-button {
720
- -webkit-appearance: none;
721
- margin: 0;
722
- }
723
-
724
- input[type=number] {
725
- -moz-appearance: textfield;
726
- }
727
- `;var Ti=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Gi extends(function(t,e){return class extends t{static get formAssociated(){return!0}get form(){return this[Pe].form}constructor(...t){super(t),this[Pe]=this.attachInternals(),this[Pe].role=e}setFormValue(t){this[Pe].setFormValue(t)}}}(We,"textbox")){constructor(){super(...arguments),this._value="",this.dispatchedValue="",this.outlined=!1,this.disabled=!1,this.error=!1,this.prefix=null,this.passwordHiddenIcon=Li.EYE_SLASH,this.passwordRevealedIcon=Li.EYE,this.filterSuggestions=!1,this.password=!1,this.type="text",this.focused=!1,this.hidePassword=!0,this.suggestionsOnTop=!1,this.hideSuggestions=!1,this.visibleSuggestions=[]}get value(){return this._value||""}set value(t){this.setInternalValue(t||""),this.dispatchedValue=t||""}setInternalValue(t){const e=this._value;this._value=t||"",this.setFormValue(this._value),this.requestUpdate("value",e)}focus(){var t;null===(t=this.input)||void 0===t||t.focus()}render(){const t={"ft-text-field":!0,"ft-text-field--filled":!this.outlined,"ft-text-field--outlined":this.outlined,"ft-text-field--disabled":this.disabled,"ft-text-field--has-value":!!this.value,"ft-text-field--with-label":!!this.label,"ft-text-field--in-error":this.error,"ft-text-field--with-prefix":!!this.prefix,"ft-text-field--hide-suggestions":0===this.visibleSuggestions.length||this.hideSuggestions,"ft-text-field--raised-label":this.focused||""!=this.value,"ft-text-field--with-icon":!!this.icon,"ft-text-field--with-password":this.password};return Qt`
717
+ `;var Ti=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Gi extends(function(t,e){return class extends t{static get formAssociated(){return!0}get form(){return this[Pe].form}constructor(...t){super(t),this[Pe]=this.attachInternals(),this[Pe].role=e}setFormValue(t){this[Pe].setFormValue(t)}}}(We,"textbox")){constructor(){super(...arguments),this._value="",this.dispatchedValue="",this.outlined=!1,this.disabled=!1,this.error=!1,this.prefix=null,this.passwordHiddenIcon=Li.EYE_SLASH,this.passwordRevealedIcon=Li.EYE,this.filterSuggestions=!1,this.password=!1,this.focused=!1,this.hidePassword=!0,this.suggestionsOnTop=!1,this.hideSuggestions=!1,this.visibleSuggestions=[]}get value(){return this._value||""}set value(t){this.setInternalValue(t||""),this.dispatchedValue=t||""}setInternalValue(t){const e=this._value;this._value=t||"",this.setFormValue(this._value),this.requestUpdate("value",e)}focus(){var t;null===(t=this.input)||void 0===t||t.focus()}render(){const t={"ft-text-field":!0,"ft-text-field--filled":!this.outlined,"ft-text-field--outlined":this.outlined,"ft-text-field--disabled":this.disabled,"ft-text-field--has-value":!!this.value,"ft-text-field--with-label":!!this.label,"ft-text-field--in-error":this.error,"ft-text-field--with-prefix":!!this.prefix,"ft-text-field--hide-suggestions":0===this.visibleSuggestions.length||this.hideSuggestions,"ft-text-field--raised-label":this.focused||""!=this.value,"ft-text-field--with-icon":!!this.icon,"ft-text-field--with-password":this.password};return Qt`
728
718
  <div class="${Ye(t)}">
729
719
  <div class="ft-text-field--main-panel"
730
720
  @keydown=${this.handleKeyboardNavigation}
@@ -743,15 +733,13 @@ class ki extends Ve{constructor(t){if(super(t),this.et=X,t.type!==Te)throw Error
743
733
  ${this.prefix}
744
734
  </ft-typography>
745
735
  `:ee}
746
- <input type=${this.password&&this.hidePassword?"password":this.type}
736
+ <input type=${this.password&&this.hidePassword?"password":"text"}
747
737
  maxlength=${(t=>t??X)
748
738
  /**
749
739
  * @license
750
740
  * Copyright 2020 Google LLC
751
741
  * SPDX-License-Identifier: BSD-3-Clause
752
742
  */(this.maxLength||void 0)}
753
- .min=${this.min}
754
- .max=${this.max}
755
743
  aria-label="${this.label}"
756
744
  class="ft-typography--body1 ft-text-field--input"
757
745
  part="input"
@@ -783,7 +771,7 @@ class ki extends Ve{constructor(t){if(super(t),this.et=X,t.type!==Te)throw Error
783
771
  .variant=${this.iconVariant}
784
772
  .value=${this.icon}
785
773
  @click=${()=>{var t;return null===(t=this.input)||void 0===t?void 0:t.focus()}}></ft-icon>
786
- `:ee}update(t){super.update(t),(t.has("value")||t.has("filterSuggestions"))&&this.filterSuggestionsIfNeeded(),t.has("value")&&null!=t.get("value")&&(this.hideSuggestions=!1),t.has("dispatchedValue")&&null!=t.get("dispatchedValue")&&(this.hideSuggestions=!0)}filterSuggestionsIfNeeded(){this.filterSuggestions?(this.suggestions.forEach((t=>t.hidden=!t.getValue().toLowerCase().includes(this.value.toLowerCase()))),this.visibleSuggestions=this.suggestions.filter((t=>!t.hidden))):this.visibleSuggestions=this.suggestions}contentAvailableCallback(t){var e,o;if(super.contentAvailableCallback(t),t.has("focused")&&!this.hideSuggestions&&this.visibleSuggestions.length>0){const t=null===(e=this.input)||void 0===e?void 0:e.getBoundingClientRect(),i=null===(o=this.suggestionsContainer)||void 0===o?void 0:o.getBoundingClientRect();t&&i&&(this.suggestionsOnTop=t.bottom+i.height>window.innerHeight&&t.top-i.height>0)}}setValue(t,e=!1){this.value!==t&&(this.setInternalValue(t),this.dispatchEvent(new CustomEvent("live-change",{detail:t}))),e&&this.dispatchedValue!==t&&(this.dispatchedValue=t,this.dispatchEvent(new CustomEvent("change",{detail:t})))}handleInput(t){var e;const o=(null===(e=this.input)||void 0===e?void 0:e.value)||"";this.setValue(o,"Escape"==t.key||"Enter"==t.key)}handleClick(){this.hideSuggestions=!1}handleKeyboardNavigation(t){var e;if("ArrowDown"===t.key||"ArrowUp"===t.key){t.preventDefault(),t.stopPropagation(),this.hideSuggestions=!1;const o=this.visibleSuggestions.findIndex((t=>t.matches(":focus-within")));let i;i="ArrowDown"===t.key?o<this.visibleSuggestions.length-1?o+1:0:o>0?o-1:this.visibleSuggestions.length-1,null===(e=this.visibleSuggestions[i])||void 0===e||e.focus()}"Escape"!=t.key&&"Enter"!=t.key||(this.hideSuggestions=!0)}onSuggestionSelected(t){var e;this.setValue(t.detail,!0),null===(e=this.input)||void 0===e||e.focus(),setTimeout((()=>this.hideSuggestions=!0),0)}onFocus(){this.focused=!0,this.hideSuggestions=!1}onMainPanelBlur(){var t,e;(null===(t=this.mainPanel)||void 0===t?void 0:t.matches(":focus-within"))||(this.focused=!1,this.setValue((null===(e=this.input)||void 0===e?void 0:e.value)||"",!0))}togglePasswordVisibility(){this.hidePassword=!this.hidePassword}}Gi.elementDefinitions={"ft-input-label":xi,"ft-ripple":Ii,"ft-typography":ui,"ft-icon":Hi},Gi.styles=[ai,_i],Ti([C()],Gi.prototype,"label",void 0),Ti([C({noAccessor:!0})],Gi.prototype,"value",null),Ti([$()],Gi.prototype,"dispatchedValue",void 0),Ti([C()],Gi.prototype,"helper",void 0),Ti([C({type:Boolean})],Gi.prototype,"outlined",void 0),Ti([C({type:Boolean})],Gi.prototype,"disabled",void 0),Ti([C({type:Boolean})],Gi.prototype,"error",void 0),Ti([C()],Gi.prototype,"prefix",void 0),Ti([C()],Gi.prototype,"icon",void 0),Ti([C()],Gi.prototype,"passwordHiddenIcon",void 0),Ti([C()],Gi.prototype,"passwordRevealedIcon",void 0),Ti([C()],Gi.prototype,"iconVariant",void 0),Ti([C({type:Boolean})],Gi.prototype,"filterSuggestions",void 0),Ti([C({type:Number})],Gi.prototype,"maxLength",void 0),Ti([C({type:Boolean})],Gi.prototype,"password",void 0),Ti([C()],Gi.prototype,"type",void 0),Ti([C()],Gi.prototype,"min",void 0),Ti([C()],Gi.prototype,"max",void 0),Ti([$()],Gi.prototype,"focused",void 0),Ti([$()],Gi.prototype,"hidePassword",void 0),Ti([$()],Gi.prototype,"suggestionsOnTop",void 0),Ti([$()],Gi.prototype,"hideSuggestions",void 0),Ti([$()],Gi.prototype,"visibleSuggestions",void 0),Ti([R(".ft-text-field--main-panel")],Gi.prototype,"mainPanel",void 0),Ti([R(".ft-text-field--input")],Gi.prototype,"input",void 0),Ti([R(".ft-text-field--suggestions")],Gi.prototype,"suggestionsContainer",void 0),Ti([function(t){return(e,o)=>{const{slot:i,selector:r}=t??{},n="slot"+(i?`[name=${i}]`:":not([name])");return E(0,0,{get(){const e=this.renderRoot?.querySelector(n),o=e?.assignedElements(t)??[];return void 0===r?o:o.filter((t=>t.matches(r)))}})}}
774
+ `:ee}update(t){super.update(t),(t.has("value")||t.has("filterSuggestions"))&&this.filterSuggestionsIfNeeded(),t.has("value")&&null!=t.get("value")&&(this.hideSuggestions=!1),t.has("dispatchedValue")&&null!=t.get("dispatchedValue")&&(this.hideSuggestions=!0)}filterSuggestionsIfNeeded(){this.filterSuggestions?(this.suggestions.forEach((t=>t.hidden=!t.getValue().toLowerCase().includes(this.value.toLowerCase()))),this.visibleSuggestions=this.suggestions.filter((t=>!t.hidden))):this.visibleSuggestions=this.suggestions}contentAvailableCallback(t){var e,o;if(super.contentAvailableCallback(t),t.has("focused")&&!this.hideSuggestions&&this.visibleSuggestions.length>0){const t=null===(e=this.input)||void 0===e?void 0:e.getBoundingClientRect(),i=null===(o=this.suggestionsContainer)||void 0===o?void 0:o.getBoundingClientRect();t&&i&&(this.suggestionsOnTop=t.bottom+i.height>window.innerHeight&&t.top-i.height>0)}}setValue(t,e=!1){this.value!==t&&(this.setInternalValue(t),this.dispatchEvent(new CustomEvent("live-change",{detail:t}))),e&&this.dispatchedValue!==t&&(this.dispatchedValue=t,this.dispatchEvent(new CustomEvent("change",{detail:t})))}handleInput(t){var e;const o=(null===(e=this.input)||void 0===e?void 0:e.value)||"";this.setValue(o,"Escape"==t.key||"Enter"==t.key)}handleClick(){this.hideSuggestions=!1}handleKeyboardNavigation(t){var e;if("ArrowDown"===t.key||"ArrowUp"===t.key){t.preventDefault(),t.stopPropagation(),this.hideSuggestions=!1;const o=this.visibleSuggestions.findIndex((t=>t.matches(":focus-within")));let i;i="ArrowDown"===t.key?o<this.visibleSuggestions.length-1?o+1:0:o>0?o-1:this.visibleSuggestions.length-1,null===(e=this.visibleSuggestions[i])||void 0===e||e.focus()}"Escape"!=t.key&&"Enter"!=t.key||(this.hideSuggestions=!0)}onSuggestionSelected(t){var e;this.setValue(t.detail,!0),null===(e=this.input)||void 0===e||e.focus(),setTimeout((()=>this.hideSuggestions=!0),0)}onFocus(){this.focused=!0,this.hideSuggestions=!1}onMainPanelBlur(){var t,e;(null===(t=this.mainPanel)||void 0===t?void 0:t.matches(":focus-within"))||(this.focused=!1,this.setValue((null===(e=this.input)||void 0===e?void 0:e.value)||"",!0))}togglePasswordVisibility(){this.hidePassword=!this.hidePassword}}Gi.elementDefinitions={"ft-input-label":xi,"ft-ripple":Ii,"ft-typography":ui,"ft-icon":Hi},Gi.styles=[ai,_i],Ti([C()],Gi.prototype,"label",void 0),Ti([C({noAccessor:!0})],Gi.prototype,"value",null),Ti([$()],Gi.prototype,"dispatchedValue",void 0),Ti([C()],Gi.prototype,"helper",void 0),Ti([C({type:Boolean})],Gi.prototype,"outlined",void 0),Ti([C({type:Boolean})],Gi.prototype,"disabled",void 0),Ti([C({type:Boolean})],Gi.prototype,"error",void 0),Ti([C()],Gi.prototype,"prefix",void 0),Ti([C()],Gi.prototype,"icon",void 0),Ti([C()],Gi.prototype,"passwordHiddenIcon",void 0),Ti([C()],Gi.prototype,"passwordRevealedIcon",void 0),Ti([C()],Gi.prototype,"iconVariant",void 0),Ti([C({type:Boolean})],Gi.prototype,"filterSuggestions",void 0),Ti([C({type:Number})],Gi.prototype,"maxLength",void 0),Ti([C({type:Boolean})],Gi.prototype,"password",void 0),Ti([$()],Gi.prototype,"focused",void 0),Ti([$()],Gi.prototype,"hidePassword",void 0),Ti([$()],Gi.prototype,"suggestionsOnTop",void 0),Ti([$()],Gi.prototype,"hideSuggestions",void 0),Ti([$()],Gi.prototype,"visibleSuggestions",void 0),Ti([R(".ft-text-field--main-panel")],Gi.prototype,"mainPanel",void 0),Ti([R(".ft-text-field--input")],Gi.prototype,"input",void 0),Ti([R(".ft-text-field--suggestions")],Gi.prototype,"suggestionsContainer",void 0),Ti([function(t){return(e,o)=>{const{slot:i,selector:r}=t??{},n="slot"+(i?`[name=${i}]`:":not([name])");return E(0,0,{get(){const e=this.renderRoot?.querySelector(n),o=e?.assignedElements(t)??[];return void 0===r?o:o.filter((t=>t.matches(r)))}})}}
787
775
  /**
788
776
  * @license
789
777
  * Copyright 2017 Google LLC
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-text-field",
3
- "version": "1.1.18",
3
+ "version": "1.1.19",
4
4
  "description": "A fluidtopics text field",
5
5
  "keywords": [
6
6
  "Lit"
@@ -19,12 +19,12 @@
19
19
  "url": "ssh://git@scm.mrs.antidot.net:2222/fluidtopics/ft-web-components.git"
20
20
  },
21
21
  "dependencies": {
22
- "@fluid-topics/ft-icon": "1.1.18",
23
- "@fluid-topics/ft-input-label": "1.1.18",
24
- "@fluid-topics/ft-ripple": "1.1.18",
25
- "@fluid-topics/ft-typography": "1.1.18",
26
- "@fluid-topics/ft-wc-utils": "1.1.18",
22
+ "@fluid-topics/ft-icon": "1.1.19",
23
+ "@fluid-topics/ft-input-label": "1.1.19",
24
+ "@fluid-topics/ft-ripple": "1.1.19",
25
+ "@fluid-topics/ft-typography": "1.1.19",
26
+ "@fluid-topics/ft-wc-utils": "1.1.19",
27
27
  "lit": "3.1.0"
28
28
  },
29
- "gitHead": "30d914e4439747c7af8baebd0b9ebbc344de2ecf"
29
+ "gitHead": "b272462216d04e50b2a31bfdb5e1b6f3a241ce9d"
30
30
  }