@fluid-topics/ft-typography 1.0.59 → 1.0.60
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/ft-typography.css.d.ts +23 -0
- package/build/ft-typography.css.helper.d.ts +3 -0
- package/build/ft-typography.css.helper.js +13 -0
- package/build/ft-typography.css.js +93 -68
- package/build/ft-typography.d.ts +1 -1
- package/build/ft-typography.js +3 -2
- package/build/ft-typography.light.js +86 -79
- package/build/ft-typography.min.js +94 -87
- package/build/ft-typography.properties.d.ts +23 -1
- package/build/ft-typography.properties.js +23 -0
- package/package.json +4 -3
|
@@ -14,40 +14,40 @@
|
|
|
14
14
|
*
|
|
15
15
|
* @see https://github.com/webcomponents/polyfills/tree/master/packages/scoped-custom-element-registry
|
|
16
16
|
*/
|
|
17
|
-
if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,
|
|
17
|
+
if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,o=window.customElements.define,e=window.customElements.get,r=window.customElements,a=new WeakMap,i=new WeakMap,n=new WeakMap,l=new WeakMap;let c;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,a){if(t=t.toLowerCase(),void 0!==this._getDefinition(t))throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${t}" has already been used with this registry`);if(void 0!==this._definitionsByClass.get(a))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const l=a.prototype.attributeChangedCallback,c=new Set(a.observedAttributes||[]);h(a,c,l);const s={elementClass:a,connectedCallback:a.prototype.connectedCallback,disconnectedCallback:a.prototype.disconnectedCallback,adoptedCallback:a.prototype.adoptedCallback,attributeChangedCallback:l,formAssociated:a.formAssociated,formAssociatedCallback:a.prototype.formAssociatedCallback,formDisabledCallback:a.prototype.formDisabledCallback,formResetCallback:a.prototype.formResetCallback,formStateRestoreCallback:a.prototype.formStateRestoreCallback,observedAttributes:c};this._definitionsByTag.set(t,s),this._definitionsByClass.set(a,s);let p=e.call(r,t);p||(p=f(t),o.call(r,t,p)),this===window.customElements&&(n.set(a,s),s.standInClass=p);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)i.delete(t),y(t,s,!0)}const g=this._whenDefinedPromises.get(t);return void 0!==g&&(g.resolve(a),this._whenDefinedPromises.delete(t)),a}upgrade(){u.push(this),r.upgrade.apply(r,arguments),u.pop()}get(t){const o=this._definitionsByTag.get(t);return o?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const o=this._getDefinition(t);if(void 0!==o)return Promise.resolve(o.elementClass);let e=this._whenDefinedPromises.get(t);return void 0===e&&(e={},e.promise=new Promise((t=>e.resolve=t)),this._whenDefinedPromises.set(t,e)),e.promise}_upgradeWhenDefined(t,o,e){let r=this._awaitingUpgrade.get(o);r||this._awaitingUpgrade.set(o,r=new Set),e?r.add(t):r.delete(t)}},window.HTMLElement=function(){let o=c;if(o)return c=void 0,o;const e=n.get(this.constructor);if(!e)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return o=Reflect.construct(t,[],e.standInClass),Object.setPrototypeOf(o,this.constructor.prototype),a.set(o,e),o},window.HTMLElement.prototype=t.prototype;const s=t=>t===document||t instanceof ShadowRoot,p=t=>{let o=t.getRootNode();if(!s(o)){const t=u[u.length-1];if(t instanceof CustomElementRegistry)return t;o=t.getRootNode(),s(o)||(o=l.get(o)?.getRootNode()||document)}return o.customElements},f=o=>class{static get formAssociated(){return!0}constructor(){const e=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(e,HTMLElement.prototype);const r=p(e)||window.customElements,a=r._getDefinition(o);return a?y(e,a):i.set(e,r),e}connectedCallback(){const t=a.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,o,!0)}disconnectedCallback(){const t=a.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,o,!1)}adoptedCallback(){const t=a.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=a.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=a.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=a.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=a.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},h=(t,o,e)=>{if(0===o.size||void 0===e)return;const r=t.prototype.setAttribute;r&&(t.prototype.setAttribute=function(t,a){const i=t.toLowerCase();if(o.has(i)){const t=this.getAttribute(i);r.call(this,i,a),e.call(this,i,t,a)}else r.call(this,i,a)});const a=t.prototype.removeAttribute;a&&(t.prototype.removeAttribute=function(t){const r=t.toLowerCase();if(o.has(r)){const t=this.getAttribute(r);a.call(this,r),e.call(this,r,t,null)}else a.call(this,r)})},d=o=>{const e=Object.getPrototypeOf(o);if(e!==window.HTMLElement)return e===t||"HTMLElement"===e?.prototype?.constructor?.name?Object.setPrototypeOf(o,window.HTMLElement):d(e)},y=(t,o,e=!1)=>{Object.setPrototypeOf(t,o.elementClass.prototype),a.set(t,o),c=t;try{new o.elementClass}catch(t){d(o.elementClass),new o.elementClass}o.observedAttributes.forEach((e=>{t.hasAttribute(e)&&o.attributeChangedCallback.call(t,e,null,t.getAttribute(e))})),e&&o.connectedCallback&&t.isConnected&&o.connectedCallback.call(t)},g=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const o=g.apply(this,arguments);return t.customElements&&(o.customElements=t.customElements),o};let u=[document];const b=(t,o,e=void 0)=>{const r=(e?Object.getPrototypeOf(e):t.prototype)[o];t.prototype[o]=function(){u.push(this);const t=r.apply(e||this,arguments);return void 0!==t&&l.set(t,this),u.pop(),t}};b(ShadowRoot,"createElement",document),b(ShadowRoot,"importNode",document),b(Element,"insertAdjacentHTML");const m=(t,o)=>{const e=Object.getOwnPropertyDescriptor(t.prototype,o);Object.defineProperty(t.prototype,o,{...e,set(t){u.push(this),e.set.call(this,t),u.pop()}})};if(m(Element,"innerHTML"),m(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,o=HTMLElement.prototype.attachInternals,e=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...e){const r=o.call(this,...e);return t.set(r,this),r},e.forEach((o=>{const e=window.ElementInternals.prototype,r=e[o];e[o]=function(...o){const e=t.get(this);if(!0!==a.get(e).formAssociated)throw new DOMException(`Failed to execute ${r} on 'ElementInternals': The target element is not a form-associated custom element.`);r?.call(this,...o)}}));class r extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class i{constructor(t){const o=new Map;t.forEach(((t,e)=>{const r=t.getAttribute("name"),a=o.get(r)||[];this[+e]=t,a.push(t),o.set(r,a)})),this.length=t.length,o.forEach(((t,o)=>{t&&(1===t.length?this[o]=t[0]:this[o]=new r(t))}))}namedItem(t){return this[t]}}const n=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=n.get.call(this,[]),o=[];for(const e of t){const t=a.get(e);t&&!0!==t.formAssociated||o.push(e)}return new i(o)}})}}try{window.customElements.define("custom-element",null)}catch(Yt){const t=window.customElements.define;window.customElements.define=(o,e,r)=>{if(null!==e)try{t.bind(window.customElements)(o,e,r)}catch(t){console.info(o,e,r,t)}}}class o{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,o){return this.callbacks=[t],this.debounce(o)}queue(t,o){return this.callbacks.push(t),this.debounce(o)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,o)=>{this.resolvePromise=t,this.rejectPromise=o}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,o;const e=[...this.callbacks];this.callbacks=[];const r=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,a=null!==(o=this.resolvePromise)&&void 0!==o?o:()=>null;this.clearPromise();for(let t of e)try{await t()}catch(t){return void r(t)}a(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}
|
|
18
18
|
/**
|
|
19
19
|
* @license
|
|
20
20
|
* Copyright 2017 Google LLC
|
|
21
21
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
22
|
-
*/const
|
|
22
|
+
*/const e=(t,o)=>"method"===o.kind&&o.descriptor&&!("value"in o.descriptor)?{...o,finisher(e){e.createProperty(o.key,t)}}:{kind:"field",key:Symbol(),placement:"own",descriptor:{},originalKey:o.key,initializer(){"function"==typeof o.initializer&&(this[o.key]=o.initializer.call(this))},finisher(e){e.createProperty(o.key,t)}};function r(t){return(o,r)=>void 0!==r?((t,o,e)=>{o.constructor.createProperty(e,t)})(t,o,r):e(t,o)
|
|
23
23
|
/**
|
|
24
24
|
* @license
|
|
25
25
|
* Copyright 2021 Google LLC
|
|
26
26
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
27
|
-
*/}var
|
|
27
|
+
*/}var a;function i(t,o){try{return function(t,o){if(t===o)return!0;if(t&&o&&"object"==typeof t&&"object"==typeof o){if(t.constructor!==o.constructor)return!1;var e,r,a;if(Array.isArray(t)){if((e=t.length)!=o.length)return!1;for(r=e;0!=r--;)if(!i(t[r],o[r]))return!1;return!0}if(t instanceof Map&&o instanceof Map){if(t.size!==o.size)return!1;for(r of t.entries())if(!o.has(r[0]))return!1;for(r of t.entries())if(!i(r[1],o.get(r[0])))return!1;return!0}if(t instanceof Set&&o instanceof Set){if(t.size!==o.size)return!1;for(r of t.entries())if(!o.has(r[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===o.source&&t.flags===o.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===o.valueOf();if((e=(a=Object.keys(t)).length)!==Object.keys(o).length)return!1;for(r=e;0!=r--;)if(!Object.prototype.hasOwnProperty.call(o,a[r]))return!1;for(r=e;0!=r--;){var n=a[r];if(!i(t[n],o[n]))return!1}return!0}return t!=t&&o!=o}(t,o)}catch(t){return!1}}null===(a=window.HTMLSlotElement)||void 0===a||a.prototype.assignedElements;
|
|
28
28
|
/**
|
|
29
29
|
* @license
|
|
30
30
|
* Copyright 2019 Google LLC
|
|
31
31
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
32
32
|
*/
|
|
33
|
-
const
|
|
33
|
+
const n=window,l=n.ShadowRoot&&(void 0===n.ShadyCSS||n.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,c=Symbol(),s=new WeakMap;let p=class{constructor(t,o,e){if(this._$cssResult$=!0,e!==c)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=o}get styleSheet(){let t=this.o;const o=this.t;if(l&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=s.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&s.set(o,t))}return t}toString(){return this.cssText}};const f=t=>new p("string"==typeof t?t:t+"",void 0,c),h=(t,...o)=>{const e=1===t.length?t[0]:o.reduce(((o,e,r)=>o+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(e)+t[r+1]),t[0]);return new p(e,t,c)},d=(t,o)=>{l?t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):o.forEach((o=>{const e=document.createElement("style"),r=n.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=o.cssText,t.appendChild(e)}))},y=l?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return f(o)})(t):t
|
|
34
34
|
/**
|
|
35
35
|
* @license
|
|
36
36
|
* Copyright 2017 Google LLC
|
|
37
37
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
38
|
-
*/;var
|
|
38
|
+
*/;var g;const u=window,b=u.trustedTypes,m=b?b.emptyScript:"",O=u.reactiveElementPolyfillSupport,N={toAttribute(t,o){switch(o){case Boolean:t=t?m:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,o){let e=t;switch(o){case Boolean:e=null!==t;break;case Number:e=null===t?null:Number(t);break;case Object:case Array:try{e=JSON.parse(t)}catch(t){e=null}}return e}},S=(t,o)=>o!==t&&(o==o||t==t),x={attribute:!0,type:String,converter:N,reflect:!1,hasChanged:S};let v=class extends HTMLElement{constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this.u()}static addInitializer(t){var o;this.finalize(),(null!==(o=this.h)&&void 0!==o?o:this.h=[]).push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((o,e)=>{const r=this._$Ep(e,o);void 0!==r&&(this._$Ev.set(r,e),t.push(r))})),t}static createProperty(t,o=x){if(o.state&&(o.attribute=!1),this.finalize(),this.elementProperties.set(t,o),!o.noAccessor&&!this.prototype.hasOwnProperty(t)){const e="symbol"==typeof t?Symbol():"__"+t,r=this.getPropertyDescriptor(t,e,o);void 0!==r&&Object.defineProperty(this.prototype,t,r)}}static getPropertyDescriptor(t,o,e){return{get(){return this[o]},set(r){const a=this[t];this[o]=r,this.requestUpdate(t,a,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||x}static finalize(){if(this.hasOwnProperty("finalized"))return!1;this.finalized=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),void 0!==t.h&&(this.h=[...t.h]),this.elementProperties=new Map(t.elementProperties),this._$Ev=new Map,this.hasOwnProperty("properties")){const t=this.properties,o=[...Object.getOwnPropertyNames(t),...Object.getOwnPropertySymbols(t)];for(const e of o)this.createProperty(e,t[e])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){const o=[];if(Array.isArray(t)){const e=new Set(t.flat(1/0).reverse());for(const t of e)o.unshift(y(t))}else void 0!==t&&o.push(y(t));return o}static _$Ep(t,o){const e=o.attribute;return!1===e?void 0:"string"==typeof e?e:"string"==typeof t?t.toLowerCase():void 0}u(){var t;this._$E_=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$Eg(),this.requestUpdate(),null===(t=this.constructor.h)||void 0===t||t.forEach((t=>t(this)))}addController(t){var o,e;(null!==(o=this._$ES)&&void 0!==o?o:this._$ES=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(e=t.hostConnected)||void 0===e||e.call(t))}removeController(t){var o;null===(o=this._$ES)||void 0===o||o.splice(this._$ES.indexOf(t)>>>0,1)}_$Eg(){this.constructor.elementProperties.forEach(((t,o)=>{this.hasOwnProperty(o)&&(this._$Ei.set(o,this[o]),delete this[o])}))}createRenderRoot(){var t;const o=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return d(o,this.constructor.elementStyles),o}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var o;return null===(o=t.hostConnected)||void 0===o?void 0:o.call(t)}))}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$ES)||void 0===t||t.forEach((t=>{var o;return null===(o=t.hostDisconnected)||void 0===o?void 0:o.call(t)}))}attributeChangedCallback(t,o,e){this._$AK(t,e)}_$EO(t,o,e=x){var r;const a=this.constructor._$Ep(t,e);if(void 0!==a&&!0===e.reflect){const i=(void 0!==(null===(r=e.converter)||void 0===r?void 0:r.toAttribute)?e.converter:N).toAttribute(o,e.type);this._$El=t,null==i?this.removeAttribute(a):this.setAttribute(a,i),this._$El=null}}_$AK(t,o){var e;const r=this.constructor,a=r._$Ev.get(t);if(void 0!==a&&this._$El!==a){const t=r.getPropertyOptions(a),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==(null===(e=t.converter)||void 0===e?void 0:e.fromAttribute)?t.converter:N;this._$El=a,this[a]=i.fromAttribute(o,t.type),this._$El=null}}requestUpdate(t,o,e){let r=!0;void 0!==t&&(((e=e||this.constructor.getPropertyOptions(t)).hasChanged||S)(this[t],o)?(this._$AL.has(t)||this._$AL.set(t,o),!0===e.reflect&&this._$El!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,e))):r=!1),!this.isUpdatePending&&r&&(this._$E_=this._$Ej())}async _$Ej(){this.isUpdatePending=!0;try{await this._$E_}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Ei&&(this._$Ei.forEach(((t,o)=>this[o]=t)),this._$Ei=void 0);let o=!1;const e=this._$AL;try{o=this.shouldUpdate(e),o?(this.willUpdate(e),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var o;return null===(o=t.hostUpdate)||void 0===o?void 0:o.call(t)})),this.update(e)):this._$Ek()}catch(t){throw o=!1,this._$Ek(),t}o&&this._$AE(e)}willUpdate(t){}_$AE(t){var o;null===(o=this._$ES)||void 0===o||o.forEach((t=>{var o;return null===(o=t.hostUpdated)||void 0===o?void 0:o.call(t)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(t){return!0}update(t){void 0!==this._$EC&&(this._$EC.forEach(((t,o)=>this._$EO(o,this[o],t))),this._$EC=void 0),this._$Ek()}updated(t){}firstUpdated(t){}};
|
|
39
39
|
/**
|
|
40
40
|
* @license
|
|
41
41
|
* Copyright 2017 Google LLC
|
|
42
42
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
43
43
|
*/
|
|
44
|
-
var
|
|
44
|
+
var C;v.finalized=!0,v.elementProperties=new Map,v.elementStyles=[],v.shadowRootOptions={mode:"open"},null==O||O({ReactiveElement:v}),(null!==(g=u.reactiveElementVersions)&&void 0!==g?g:u.reactiveElementVersions=[]).push("1.6.1");const w=window,R=w.trustedTypes,U=R?R.createPolicy("lit-html",{createHTML:t=>t}):void 0,E="$lit$",W=`lit$${(Math.random()+"").slice(9)}$`,I="?"+W,L=`<${I}>`,K=document,k=()=>K.createComment(""),$=t=>null===t||"object"!=typeof t&&"function"!=typeof t,Z=Array.isArray,F="[ \t\n\f\r]",z=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,D=/-->/g,B=/>/g,M=RegExp(`>|${F}(?:([^\\s"'>=/]+)(${F}*=${F}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),H=/'/g,A=/"/g,P=/^(?:script|style|textarea|title)$/i,G=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),j=Symbol.for("lit-noChange"),T=Symbol.for("lit-nothing"),_=new WeakMap,Y=K.createTreeWalker(K,129,null,!1),V=(t,o)=>{const e=t.length-1,r=[];let a,i=2===o?"<svg>":"",n=z;for(let o=0;o<e;o++){const e=t[o];let l,c,s=-1,p=0;for(;p<e.length&&(n.lastIndex=p,c=n.exec(e),null!==c);)p=n.lastIndex,n===z?"!--"===c[1]?n=D:void 0!==c[1]?n=B:void 0!==c[2]?(P.test(c[2])&&(a=RegExp("</"+c[2],"g")),n=M):void 0!==c[3]&&(n=M):n===M?">"===c[0]?(n=null!=a?a:z,s=-1):void 0===c[1]?s=-2:(s=n.lastIndex-c[2].length,l=c[1],n=void 0===c[3]?M:'"'===c[3]?A:H):n===A||n===H?n=M:n===D||n===B?n=z:(n=M,a=void 0);const f=n===M&&t[o+1].startsWith("/>")?" ":"";i+=n===z?e+L:s>=0?(r.push(l),e.slice(0,s)+E+e.slice(s)+W+f):e+W+(-2===s?(r.push(void 0),o):f)}const l=i+(t[e]||"<?>")+(2===o?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==U?U.createHTML(l):l,r]};class J{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let a=0,i=0;const n=t.length-1,l=this.parts,[c,s]=V(t,o);if(this.el=J.createElement(c,e),Y.currentNode=this.el.content,2===o){const t=this.el.content,o=t.firstChild;o.remove(),t.append(...o.childNodes)}for(;null!==(r=Y.nextNode())&&l.length<n;){if(1===r.nodeType){if(r.hasAttributes()){const t=[];for(const o of r.getAttributeNames())if(o.endsWith(E)||o.startsWith(W)){const e=s[i++];if(t.push(o),void 0!==e){const t=r.getAttribute(e.toLowerCase()+E).split(W),o=/([.?@])?(.*)/.exec(e);l.push({type:1,index:a,name:o[2],strings:t,ctor:"."===o[1]?ot:"?"===o[1]?rt:"@"===o[1]?at:tt})}else l.push({type:6,index:a})}for(const o of t)r.removeAttribute(o)}if(P.test(r.tagName)){const t=r.textContent.split(W),o=t.length-1;if(o>0){r.textContent=R?R.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],k()),Y.nextNode(),l.push({type:2,index:++a});r.append(t[o],k())}}}else if(8===r.nodeType)if(r.data===I)l.push({type:2,index:a});else{let t=-1;for(;-1!==(t=r.data.indexOf(W,t+1));)l.push({type:7,index:a}),t+=W.length-1}a++}}static createElement(t,o){const e=K.createElement("template");return e.innerHTML=t,e}}function X(t,o,e=t,r){var a,i,n,l;if(o===j)return o;let c=void 0!==r?null===(a=e._$Co)||void 0===a?void 0:a[r]:e._$Cl;const s=$(o)?void 0:o._$litDirective$;return(null==c?void 0:c.constructor)!==s&&(null===(i=null==c?void 0:c._$AO)||void 0===i||i.call(c,!1),void 0===s?c=void 0:(c=new s(t),c._$AT(t,e,r)),void 0!==r?(null!==(n=(l=e)._$Co)&&void 0!==n?n:l._$Co=[])[r]=c:e._$Cl=c),void 0!==c&&(o=X(t,c._$AS(t,o.values),c,r)),o}class q{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){var o;const{el:{content:e},parts:r}=this._$AD,a=(null!==(o=null==t?void 0:t.creationScope)&&void 0!==o?o:K).importNode(e,!0);Y.currentNode=a;let i=Y.nextNode(),n=0,l=0,c=r[0];for(;void 0!==c;){if(n===c.index){let o;2===c.type?o=new Q(i,i.nextSibling,this,t):1===c.type?o=new c.ctor(i,c.name,c.strings,this,t):6===c.type&&(o=new it(i,this,t)),this._$AV.push(o),c=r[++l]}n!==(null==c?void 0:c.index)&&(i=Y.nextNode(),n++)}return a}v(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 Q{constructor(t,o,e,r){var a;this.type=2,this._$AH=T,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cp=null===(a=null==r?void 0:r.isConnected)||void 0===a||a}get _$AU(){var t,o;return null!==(o=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==o?o:this._$Cp}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===(null==t?void 0:t.nodeType)&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=X(this,t,o),$(t)?t===T||null==t||""===t?(this._$AH!==T&&this._$AR(),this._$AH=T):t!==this._$AH&&t!==j&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>Z(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]))(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==T&&$(this._$AH)?this._$AA.nextSibling.data=t:this.$(K.createTextNode(t)),this._$AH=t}g(t){var o;const{values:e,_$litType$:r}=t,a="number"==typeof r?this._$AC(t):(void 0===r.el&&(r.el=J.createElement(r.h,this.options)),r);if((null===(o=this._$AH)||void 0===o?void 0:o._$AD)===a)this._$AH.v(e);else{const t=new q(a,this),o=t.u(this.options);t.v(e),this.$(o),this._$AH=t}}_$AC(t){let o=_.get(t.strings);return void 0===o&&_.set(t.strings,o=new J(t)),o}T(t){Z(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let e,r=0;for(const a of t)r===o.length?o.push(e=new Q(this.k(k()),this.k(k()),this,this.options)):e=o[r],e._$AI(a),r++;r<o.length&&(this._$AR(e&&e._$AB.nextSibling,r),o.length=r)}_$AR(t=this._$AA.nextSibling,o){var e;for(null===(e=this._$AP)||void 0===e||e.call(this,!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){var o;void 0===this._$AM&&(this._$Cp=t,null===(o=this._$AP)||void 0===o||o.call(this,t))}}class tt{constructor(t,o,e,r,a){this.type=1,this._$AH=T,this._$AN=void 0,this.element=t,this.name=o,this._$AM=r,this.options=a,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=T}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,o=this,e,r){const a=this.strings;let i=!1;if(void 0===a)t=X(this,t,o,0),i=!$(t)||t!==this._$AH&&t!==j,i&&(this._$AH=t);else{const r=t;let n,l;for(t=a[0],n=0;n<a.length-1;n++)l=X(this,r[e+n],o,n),l===j&&(l=this._$AH[n]),i||(i=!$(l)||l!==this._$AH[n]),l===T?t=T:t!==T&&(t+=(null!=l?l:"")+a[n+1]),this._$AH[n]=l}i&&!r&&this.j(t)}j(t){t===T?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class ot extends tt{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===T?void 0:t}}const et=R?R.emptyScript:"";class rt extends tt{constructor(){super(...arguments),this.type=4}j(t){t&&t!==T?this.element.setAttribute(this.name,et):this.element.removeAttribute(this.name)}}class at extends tt{constructor(t,o,e,r,a){super(t,o,e,r,a),this.type=5}_$AI(t,o=this){var e;if((t=null!==(e=X(this,t,o,0))&&void 0!==e?e:T)===j)return;const r=this._$AH,a=t===T&&r!==T||t.capture!==r.capture||t.once!==r.once||t.passive!==r.passive,i=t!==T&&(r===T||a);a&&this.element.removeEventListener(this.name,this,r),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var o,e;"function"==typeof this._$AH?this._$AH.call(null!==(e=null===(o=this.options)||void 0===o?void 0:o.host)&&void 0!==e?e:this.element,t):this._$AH.handleEvent(t)}}class it{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){X(this,t)}}const nt=w.litHtmlPolyfillSupport;null==nt||nt(J,Q),(null!==(C=w.litHtmlVersions)&&void 0!==C?C:w.litHtmlVersions=[]).push("2.7.3");
|
|
45
45
|
/**
|
|
46
46
|
* @license
|
|
47
47
|
* Copyright 2017 Google LLC
|
|
48
48
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
49
49
|
*/
|
|
50
|
-
var at,lt;let ht=class extends S{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t,e;const i=super.createRenderRoot();return null!==(t=(e=this.renderOptions).renderBefore)&&void 0!==t||(e.renderBefore=i.firstChild),i}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,e,i)=>{var o,n;const r=null!==(o=null==i?void 0:i.renderBefore)&&void 0!==o?o:e;let s=r._$litPart$;if(void 0===s){const t=null!==(n=null==i?void 0:i.renderBefore)&&void 0!==n?n:null;r._$litPart$=s=new Y(e.insertBefore(z(),t),t,void 0,null!=i?i:{})}return s._$AI(t),s})(e,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!1)}render(){return I}};ht.finalized=!0,ht._$litElement$=!0,null===(at=globalThis.litElementHydrateSupport)||void 0===at||at.call(globalThis,{LitElement:ht});const ct=globalThis.litElementPolyfillSupport;null==ct||ct({LitElement:ht}),(null!==(lt=globalThis.litElementVersions)&&void 0!==lt?lt:globalThis.litElementVersions=[]).push("3.3.2");class pt{static create(t,e,i){let o=t=>p(null!=t?t:i),n=f`var(${p(t)}, ${o(i)})`;return n.name=t,n.category=e,n.defaultValue=i,n.defaultCssValue=o,n.get=e=>f`var(${p(t)}, ${o(e)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>i,n}static extend(t,e,i){let o=t=>e.get(null!=t?t:i),n=f`var(${p(t)}, ${o(i)})`;return n.name=t,n.category=e.category,n.fallbackVariable=e,n.defaultValue=i,n.defaultCssValue=o,n.get=e=>f`var(${p(t)}, ${o(e)})`,n.breadcrumb=()=>[e.name,...e.breadcrumb()],n.lastResortDefaultValue=()=>i,n}static external(t,e){let i=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):p(null!=e?e:t.defaultValue),o=f`var(${p(t.name)}, ${i(t.defaultValue)})`;return o.name=t.name,o.category=t.category,o.fallbackVariable=t.fallbackVariable,o.defaultValue=t.defaultValue,o.context=e,o.defaultCssValue=i,o.get=e=>f`var(${p(t.name)}, ${i(e)})`,o.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],o.lastResortDefaultValue=()=>{var e,i;return null!==(e=t.defaultValue)&&void 0!==e?e:null===(i=t.fallbackVariable)||void 0===i?void 0:i.lastResortDefaultValue()},o}}const ft={colorPrimary:pt.create("--ft-color-primary","COLOR","#2196F3"),colorPrimaryVariant:pt.create("--ft-color-primary-variant","COLOR","#1976D2"),colorSecondary:pt.create("--ft-color-secondary","COLOR","#FFCC80"),colorSecondaryVariant:pt.create("--ft-color-secondary-variant","COLOR","#F57C00"),colorSurface:pt.create("--ft-color-surface","COLOR","#FFFFFF"),colorContent:pt.create("--ft-color-content","COLOR","rgba(0, 0, 0, 0.87)"),colorError:pt.create("--ft-color-error","COLOR","#B00020"),colorOutline:pt.create("--ft-color-outline","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:pt.create("--ft-color-opacity-high","NUMBER","1"),colorOpacityMedium:pt.create("--ft-color-opacity-medium","NUMBER","0.74"),colorOpacityDisabled:pt.create("--ft-color-opacity-disabled","NUMBER","0.38"),colorOnPrimary:pt.create("--ft-color-on-primary","COLOR","#FFFFFF"),colorOnPrimaryHigh:pt.create("--ft-color-on-primary-high","COLOR","#FFFFFF"),colorOnPrimaryMedium:pt.create("--ft-color-on-primary-medium","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:pt.create("--ft-color-on-primary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:pt.create("--ft-color-on-secondary","COLOR","#FFFFFF"),colorOnSecondaryHigh:pt.create("--ft-color-on-secondary-high","COLOR","#FFFFFF"),colorOnSecondaryMedium:pt.create("--ft-color-on-secondary-medium","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:pt.create("--ft-color-on-secondary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:pt.create("--ft-color-on-surface","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:pt.create("--ft-color-on-surface-high","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:pt.create("--ft-color-on-surface-medium","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:pt.create("--ft-color-on-surface-disabled","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:pt.create("--ft-opacity-content-on-surface-disabled","NUMBER","0"),opacityContentOnSurfaceEnable:pt.create("--ft-opacity-content-on-surface-enable","NUMBER","0"),opacityContentOnSurfaceHover:pt.create("--ft-opacity-content-on-surface-hover","NUMBER","0.04"),opacityContentOnSurfaceFocused:pt.create("--ft-opacity-content-on-surface-focused","NUMBER","0.12"),opacityContentOnSurfacePressed:pt.create("--ft-opacity-content-on-surface-pressed","NUMBER","0.10"),opacityContentOnSurfaceSelected:pt.create("--ft-opacity-content-on-surface-selected","NUMBER","0.08"),opacityContentOnSurfaceDragged:pt.create("--ft-opacity-content-on-surface-dragged","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:pt.create("--ft-opacity-primary-on-surface-disabled","NUMBER","0"),opacityPrimaryOnSurfaceEnable:pt.create("--ft-opacity-primary-on-surface-enable","NUMBER","0"),opacityPrimaryOnSurfaceHover:pt.create("--ft-opacity-primary-on-surface-hover","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:pt.create("--ft-opacity-primary-on-surface-focused","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:pt.create("--ft-opacity-primary-on-surface-pressed","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:pt.create("--ft-opacity-primary-on-surface-selected","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:pt.create("--ft-opacity-primary-on-surface-dragged","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:pt.create("--ft-opacity-surface-on-primary-disabled","NUMBER","0"),opacitySurfaceOnPrimaryEnable:pt.create("--ft-opacity-surface-on-primary-enable","NUMBER","0"),opacitySurfaceOnPrimaryHover:pt.create("--ft-opacity-surface-on-primary-hover","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:pt.create("--ft-opacity-surface-on-primary-focused","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:pt.create("--ft-opacity-surface-on-primary-pressed","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:pt.create("--ft-opacity-surface-on-primary-selected","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:pt.create("--ft-opacity-surface-on-primary-dragged","NUMBER","0.08"),elevation00:pt.create("--ft-elevation-00","UNKNOWN","0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)"),elevation01:pt.create("--ft-elevation-01","UNKNOWN","0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation02:pt.create("--ft-elevation-02","UNKNOWN","0px 4px 10px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation03:pt.create("--ft-elevation-03","UNKNOWN","0px 6px 13px 0px rgba(0, 0, 0, 0.06), 0px 3px 7px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)"),elevation04:pt.create("--ft-elevation-04","UNKNOWN","0px 8px 16px 0px rgba(0, 0, 0, 0.06), 0px 4px 9px 0px rgba(0, 0, 0, 0.14), 0px 2px 3px 0px rgba(0, 0, 0, 0.06)"),elevation06:pt.create("--ft-elevation-06","UNKNOWN","0px 12px 22px 0px rgba(0, 0, 0, 0.06), 0px 6px 13px 0px rgba(0, 0, 0, 0.14), 0px 4px 5px 0px rgba(0, 0, 0, 0.06)"),elevation08:pt.create("--ft-elevation-08","UNKNOWN","0px 16px 28px 0px rgba(0, 0, 0, 0.06), 0px 8px 17px 0px rgba(0, 0, 0, 0.14), 0px 6px 7px 0px rgba(0, 0, 0, 0.06)"),elevation12:pt.create("--ft-elevation-12","UNKNOWN","0px 22px 40px 0px rgba(0, 0, 0, 0.06), 0px 12px 23px 0px rgba(0, 0, 0, 0.14), 0px 10px 11px 0px rgba(0, 0, 0, 0.06)"),elevation16:pt.create("--ft-elevation-16","UNKNOWN","0px 28px 52px 0px rgba(0, 0, 0, 0.06), 0px 16px 29px 0px rgba(0, 0, 0, 0.14), 0px 14px 15px 0px rgba(0, 0, 0, 0.06)"),elevation24:pt.create("--ft-elevation-24","UNKNOWN","0px 40px 76px 0px rgba(0, 0, 0, 0.06), 0px 24px 41px 0px rgba(0, 0, 0, 0.14), 0px 22px 23px 0px rgba(0, 0, 0, 0.06)"),borderRadiusS:pt.create("--ft-border-radius-S","SIZE","4px"),borderRadiusM:pt.create("--ft-border-radius-M","SIZE","8px"),borderRadiusL:pt.create("--ft-border-radius-L","SIZE","12px"),borderRadiusXL:pt.create("--ft-border-radius-XL","SIZE","16px"),titleFont:pt.create("--ft-title-font","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:pt.create("--ft-content-font","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:pt.create("--ft-transition-duration","UNKNOWN","250ms"),transitionTimingFunction:pt.create("--ft-transition-timing-function","UNKNOWN","ease-in-out")};class ut extends ht{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([e,i])=>t.registry.define(e,i))));const e={...t.shadowRootOptions,customElements:t.registry},i=this.renderOptions.creationScope=this.attachShadow(e);return u(i,t.elementStyles),i}}var dt,yt=function(t,e,i,o){for(var n,r=arguments.length,s=r<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(n=t[a])&&(s=(r<3?n(s):r>3?n(e,i,s):n(e,i))||s);return r>3&&s&&Object.defineProperty(e,i,s),s};const gt=Symbol("constructorPrototype"),vt=Symbol("constructorName"),mt=Symbol("exportpartsDebouncer");class bt extends ut{constructor(){super(),this[dt]=new e(5),this[vt]=this.constructor.name,this[gt]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[vt]&&Object.setPrototypeOf(this,this[gt])}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var e,i;if((null!==(i=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==i?i:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){this[mt].run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.length>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var e,i,o,n,r,s;const a=t=>null!=t&&t.trim().length>0,l=t.filter(a).map((t=>t.trim()));if(0===l.length)return void this.removeAttribute("exportparts");const h=new Set;for(let t of null!==(i=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll("[part],[exportparts]"))&&void 0!==i?i:[]){const e=null!==(n=null===(o=t.getAttribute("part"))||void 0===o?void 0:o.split(" "))&&void 0!==n?n:[],i=null!==(s=null===(r=t.getAttribute("exportparts"))||void 0===r?void 0:r.split(",").map((t=>t.split(":")[1])))&&void 0!==s?s:[];new Array(...e,...i).filter(a).map((t=>t.trim())).forEach((t=>h.add(t)))}if(0===h.size)return void this.removeAttribute("exportparts");const c=[...h.values()].flatMap((t=>l.map((e=>`${t}:${e}--${t}`))));this.setAttribute("exportparts",[...this.part,...c].join(", "))}}var xt,wt;dt=mt,yt([o()],bt.prototype,"exportpartsPrefix",void 0),yt([function(t,e){const i=()=>JSON.parse(JSON.stringify(t));return o({type:Object,converter:{fromAttribute:t=>{if(null==t)return i();try{return JSON.parse(t)}catch{return i()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,e)=>!r(t,e),...null!=e?e:{}})}([])],bt.prototype,"exportpartsPrefixes",void 0),yt([o()],bt.prototype,"customStylesheet",void 0),f`
|
|
50
|
+
var lt,ct;let st=class extends v{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t,o;const e=super.createRenderRoot();return null!==(t=(o=this.renderOptions).renderBefore)&&void 0!==t||(o.renderBefore=e.firstChild),e}update(t){const o=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,o,e)=>{var r,a;const i=null!==(r=null==e?void 0:e.renderBefore)&&void 0!==r?r:o;let n=i._$litPart$;if(void 0===n){const t=null!==(a=null==e?void 0:e.renderBefore)&&void 0!==a?a:null;i._$litPart$=n=new Q(o.insertBefore(k(),t),t,void 0,null!=e?e:{})}return n._$AI(t),n})(o,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!1)}render(){return j}};st.finalized=!0,st._$litElement$=!0,null===(lt=globalThis.litElementHydrateSupport)||void 0===lt||lt.call(globalThis,{LitElement:st});const pt=globalThis.litElementPolyfillSupport;null==pt||pt({LitElement:st}),(null!==(ct=globalThis.litElementVersions)&&void 0!==ct?ct:globalThis.litElementVersions=[]).push("3.3.2");const ft=t=>"string"==typeof t?f(t):t;class ht{static create(t,o,e,r){const a=t=>ft(null!=t?t:r),i=h`var(${ft(t)}, ${a(r)})`;return i.name=t,i.description=t,i.category=e,i.defaultValue=r,i.defaultCssValue=a,i.get=o=>h`var(${ft(t)}, ${a(o)})`,i.breadcrumb=()=>[],i.lastResortDefaultValue=()=>r,i}static extend(t,o,e,r){const a=t=>e.get(null!=t?t:r),i=h`var(${ft(t)}, ${a(r)})`;return i.name=t,i.description=o,i.category=e.category,i.fallbackVariable=e,i.defaultValue=r,i.defaultCssValue=a,i.get=o=>h`var(${ft(t)}, ${a(o)})`,i.breadcrumb=()=>[e.name,...e.breadcrumb()],i.lastResortDefaultValue=()=>null!=r?r:e.lastResortDefaultValue(),i}static external(t,o){const e=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):ft(null!=o?o:t.lastResortDefaultValue()),r=h`var(${ft(t.name)}, ${e(t.defaultValue)})`;return r.name=t.name,r.category=t.category,r.fallbackVariable=t.fallbackVariable,r.defaultValue=t.defaultValue,r.context=o,r.defaultCssValue=e,r.get=o=>h`var(${ft(t.name)}, ${e(o)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const dt={colorWhite:ht.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:ht.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:ht.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:ht.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:ht.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:ht.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:ht.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:ht.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:ht.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:ht.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:ht.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:ht.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:ht.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:ht.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:ht.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:ht.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:ht.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:ht.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:ht.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:ht.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:ht.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:ht.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:ht.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:ht.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:ht.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:ht.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:ht.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:ht.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:ht.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:ht.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:ht.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:ht.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:ht.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:ht.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:ht.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:ht.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:ht.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:ht.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:ht.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:ht.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:ht.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:ht.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:ht.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:ht.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:ht.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:ht.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:ht.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:ht.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:ht.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:ht.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:ht.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:ht.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:ht.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:ht.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:ht.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:ht.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:ht.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:ht.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:ht.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:ht.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:ht.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:ht.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:ht.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:ht.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:ht.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:ht.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:ht.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:ht.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:ht.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:ht.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:ht.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:ht.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:ht.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:ht.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:ht.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:ht.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:ht.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:ht.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:ht.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:ht.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:ht.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:ht.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:ht.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:ht.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:ht.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:ht.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:ht.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:ht.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:ht.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:ht.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:ht.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:ht.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:ht.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:ht.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:ht.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:ht.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:ht.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:ht.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:ht.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:ht.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:ht.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:ht.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:ht.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:ht.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:ht.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:ht.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:ht.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:ht.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:ht.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:ht.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:ht.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:ht.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:ht.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:ht.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:ht.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:ht.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:ht.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:ht.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:ht.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:ht.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:ht.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:ht.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:ht.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:ht.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:ht.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:ht.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:ht.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:ht.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:ht.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:ht.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:ht.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:ht.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:ht.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:ht.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:ht.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:ht.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:ht.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:ht.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:ht.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:ht.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:ht.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:ht.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:ht.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:ht.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:ht.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:ht.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:ht.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:ht.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:ht.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:ht.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:ht.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:ht.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:ht.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:ht.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:ht.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:ht.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:ht.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:ht.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:ht.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:ht.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:ht.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:ht.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:ht.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:ht.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:ht.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:ht.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:ht.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:ht.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:ht.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:ht.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:ht.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:ht.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:ht.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:ht.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:ht.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:ht.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:ht.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:ht.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:ht.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:ht.create("--ft-icon-size-6","","SIZE","48px"),opacity0:ht.create("--ft-opacity-0","","NUMBER","0"),opacity8:ht.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:ht.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:ht.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:ht.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:ht.create("--ft-opacity-80","","NUMBER","0.8")},yt={fontFamily:ht.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:ht.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:ht.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:ht.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:ht.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:ht.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ht.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:ht.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:ht.create("--ft-typography-display-textCase","","UNKNOWN","none")},gt={fontFamily:ht.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:ht.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:ht.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:ht.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:ht.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:ht.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ht.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:ht.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:ht.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},ut={fontFamily:ht.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:ht.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:ht.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:ht.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:ht.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:ht.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ht.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:ht.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:ht.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},bt={fontFamily:ht.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:ht.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:ht.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:ht.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:ht.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:ht.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ht.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:ht.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:ht.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},mt={fontFamily:ht.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:ht.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:ht.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:ht.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:ht.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:ht.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ht.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:ht.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:ht.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},Ot={fontFamily:ht.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:ht.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:ht.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:ht.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:ht.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:ht.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ht.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:ht.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:ht.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},Nt={fontFamily:ht.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:ht.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:ht.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:ht.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:ht.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:ht.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ht.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:ht.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:ht.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},St={fontFamily:ht.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:ht.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:ht.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:ht.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:ht.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:ht.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ht.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:ht.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:ht.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},xt={fontFamily:ht.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:ht.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:ht.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:ht.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:ht.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:ht.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ht.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:ht.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:ht.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},vt={fontFamily:ht.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:ht.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:ht.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:ht.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:ht.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:ht.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ht.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:ht.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:ht.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},Ct={fontFamily:ht.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:ht.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:ht.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:ht.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:ht.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:ht.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:ht.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ht.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:ht.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},wt={fontFamily:ht.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:ht.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:ht.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:ht.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:ht.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:ht.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:ht.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ht.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:ht.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},Rt={fontFamily:ht.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:ht.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:ht.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:ht.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:ht.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:ht.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:ht.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ht.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:ht.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},Ut={fontFamily:ht.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:ht.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:ht.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:ht.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:ht.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:ht.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:ht.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ht.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:ht.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},Et={fontFamily:ht.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:ht.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:ht.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:ht.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:ht.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:ht.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:ht.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ht.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:ht.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},Wt={fontFamily:ht.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:ht.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:ht.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:ht.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:ht.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:ht.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:ht.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ht.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:ht.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},It={fontFamily:ht.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:ht.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:ht.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:ht.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:ht.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:ht.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:ht.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ht.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:ht.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},Lt={fontFamily:ht.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:ht.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:ht.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:ht.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:ht.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:ht.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:ht.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ht.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:ht.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Kt={fontFamily:ht.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:ht.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:ht.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:ht.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:ht.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:ht.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:ht.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ht.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:ht.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},kt={fontFamily:ht.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:ht.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:ht.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:ht.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:ht.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:ht.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:ht.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ht.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:ht.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},$t={fontFamily:ht.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:ht.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:ht.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:ht.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:ht.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:ht.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:ht.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ht.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:ht.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Zt={fontFamily:ht.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:ht.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:ht.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:ht.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:ht.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:ht.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:ht.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:ht.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:ht.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},Ft={display:yt,"title-1":gt,"title-2":ut,"title-3":bt,"body-1-regular":mt,"body-1-medium":Ot,"body-1-semibold":Nt,"body-2-regular":St,"body-2-medium":xt,"body-2-semibold":vt,"label-1-medium":Ct,"label-1-semibold":wt,"label-1-bold":Rt,"label-2-medium":Ut,"label-2-semibold":Et,"label-2-bold":Wt,"caption-1-medium":It,"caption-1-semibold":Lt,"caption-1-bold":Kt,"caption-2-medium":kt,"caption-2-semibold":$t,"caption-2-bold":Zt},zt={backgroundActionPrimary:ht.extend("--ft-background-action-primary","Used as backgorund of primary action components.",dt.colorBrand0),backgroundErrorPrimary:ht.extend("--ft-background-error-primary","Used as background of error components.",dt.colorRed0),backgroundErrorSubtle:ht.extend("--ft-background-error-subtle","Used as background of subtle error components.",dt.colorRed10),backgroundInfoPrimary:ht.extend("--ft-background-info-primary","Used as background of information components.",dt.colorCyan200),backgroundInfoSubtle:ht.extend("--ft-background-info-subtle","Used as background of subtle information components.",dt.colorCyan10),backgroundWarningPrimary:ht.extend("--ft-background-warning-primary","Used as background of warning components.",dt.colorOrange300),backgroundWarningSubtle:ht.extend("--ft-background-warning-subtle","Used as background of subtle information components.",dt.colorOrange10),backgroundSuccessPrimary:ht.extend("--ft-background-success-primary","Used as background of success components.",dt.colorGreen200),backgroundSuccessSubtle:ht.extend("--ft-background-success-subtle","Used as background of subtle success components.",dt.colorGreen10),backgroundGlobalSurface:ht.extend("--ft-background-global-surface","Used as app background.",dt.colorWhite),backgroundGlobalOnSurface:ht.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",dt.colorGray10),backgroundGlobalOnSurfaceDark:ht.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",dt.colorGray30),contentActionPrimary:ht.extend("--ft-content-action-primary","Used on label of primary action on light surface.",dt.colorBrand0),contentWarningPrimary:ht.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",dt.colorOrange300),contentWarningIconOnly:ht.extend("--ft-content-warning-icon-only","Used on warning status icons alone",dt.colorOrange0),contentErrorPrimary:ht.extend("--ft-content-error-primary","Used on label of error messages on light surface.",dt.colorRed0),contentErrorIconOnly:ht.extend("--ft-content-error-icon-only","Used on error status icons alone",dt.colorRed0),contentInfoPrimary:ht.extend("--ft-content-info-primary","Used on label of information messages on light surface.",dt.colorCyan200),contentInfoIconOnly:ht.extend("--ft-content-info-icon-only","Used on info status icons alone",dt.colorCyan0),contentSuccessIconOnly:ht.extend("--ft-content-success-icon-only","Used on success status icons alone",dt.colorGreen0),contentSuccessPrimary:ht.extend("--ft-content-success-primary","Used on label of success messages on light surface.",dt.colorGreen200),contentGlobalPrimary:ht.extend("--ft-content-global-primary","Used for main content on the page.",dt.colorGray500),contentGlobalSecondary:ht.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",dt.colorGray200),contentGlobalSubtle:ht.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",dt.colorGray0),contentGlobalOnColor:ht.extend("--ft-content-global-on-color","Used for content on a dominant color.",dt.colorWhite),borderActionPrimary:ht.extend("--ft-border-action-primary","Used as border for primary action components.",dt.colorBrand0),borderActionFocusRing:ht.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",dt.colorCyan0),borderWarningPrimary:ht.extend("--ft-border-warning-primary","Used as border for warning components.",dt.colorOrange30),borderSuccessPrimary:ht.extend("--ft-border-success-primary","Used as border for success components.",dt.colorGreen30),borderErrorPrimary:ht.extend("--ft-border-error-primary","Used as border for error components.",dt.colorRed30),borderInfoPrimary:ht.extend("--ft-border-info-primary","Used as border for information components.",dt.colorCyan30),borderGlobalSubtle:ht.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",dt.colorGray30),borderGlobalPrimary:ht.extend("--ft-border-global-primary","Used as border for element like input.",dt.colorGray50),borderInputPrimary:ht.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",dt.colorGray80)};ht.create("--ft-button-large-height","","SIZE","40px"),ht.extend("--ft-button-large-horizontal-padding","",dt.spacing4),ht.extend("--ft-button-large-gap","",dt.spacing2),ht.extend("--ft-button-large-border-radius","",dt.borderRadiusS),ht.extend("--ft-button-large-icon-size","",dt.iconSize3),ht.create("--ft-button-large-border-width","","SIZE","1px"),ht.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),ht.create("--ft-button-large-focus-outline-width","","SIZE","2px"),ht.create("--ft-button-large-icon-only-width","","SIZE","40px"),ht.create("--ft-button-small-height","","SIZE","30px"),ht.extend("--ft-button-small-horizontal-padding","",dt.spacing3),ht.extend("--ft-button-small-gap","",dt.spacing2),ht.extend("--ft-button-small-border-radius","",dt.borderRadiusS),ht.extend("--ft-button-small-icon-size","",dt.iconSize2),ht.create("--ft-button-small-border-width","","SIZE","1px"),ht.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),ht.create("--ft-button-small-focus-outline-width","","SIZE","2px"),ht.create("--ft-button-small-icon-only-width","","SIZE","30px"),ht.extend("--ft-button-primary-background-color","",zt.backgroundActionPrimary),ht.extend("--ft-button-primary-color","",zt.contentGlobalOnColor),ht.extend("--ft-button-primary-icon-color","",zt.contentGlobalOnColor),ht.extend("--ft-button-primary-state-layer-color","",zt.contentGlobalOnColor),ht.extend("--ft-button-primary-state-layer-opacity-hover","",dt.opacity16),ht.extend("--ft-button-primary-state-layer-opacity-focus","",dt.opacity16),ht.extend("--ft-button-primary-state-layer-opacity-active","",dt.opacity24),ht.extend("--ft-button-primary-component-opacity-disabled","",dt.opacity40),ht.extend("--ft-button-focus-focus-ring-color","",zt.borderActionFocusRing),ht.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),ht.extend("--ft-button-tertiary-color","",zt.contentActionPrimary),ht.extend("--ft-button-tertiary-icon-color","",zt.contentActionPrimary),ht.extend("--ft-button-tertiary-state-layer-color","",zt.contentActionPrimary),ht.extend("--ft-button-tertiary-state-layer-opacity-hover","",dt.opacity8),ht.extend("--ft-button-tertiary-state-layer-opacity-focus","",dt.opacity8),ht.extend("--ft-button-tertiary-state-layer-opacity-active","",dt.opacity16),ht.extend("--ft-button-tertiary-component-opacity-disabled","",dt.opacity40),ht.extend("--ft-button-secondary-background-color","",dt.colorWhite),ht.extend("--ft-button-secondary-color","",zt.contentActionPrimary),ht.extend("--ft-button-secondary-icon-color","",zt.contentActionPrimary),ht.extend("--ft-button-secondary-state-layer-color","",zt.contentActionPrimary),ht.extend("--ft-button-secondary-state-layer-opacity-hover","",dt.opacity8),ht.extend("--ft-button-secondary-state-layer-opacity-focus","",dt.opacity8),ht.extend("--ft-button-secondary-state-layer-opacity-active","",dt.opacity16),ht.extend("--ft-button-secondary-component-opacity-disabled","",dt.opacity40),ht.extend("--ft-button-secondary-border-color","",zt.borderActionPrimary),ht.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),ht.extend("--ft-button-neutral-icon-color","",zt.contentGlobalSecondary),ht.extend("--ft-button-neutral-color","",zt.contentGlobalSecondary),ht.extend("--ft-button-neutral-state-layer-color","",zt.contentGlobalSecondary),ht.extend("--ft-button-neutral-state-layer-opacity-hover","",dt.opacity8),ht.extend("--ft-button-neutral-state-layer-opacity-focus","",dt.opacity8),ht.extend("--ft-button-neutral-state-layer-opacity-active","",dt.opacity16),ht.extend("--ft-button-neutral-component-opacity-disabled","",dt.opacity40),ht.extend("--ft-tabs-top-left-border-radius","",dt.borderRadiusS),ht.extend("--ft-tabs-top-right-border-radius","",dt.borderRadiusS),ht.extend("--ft-tabs-label-horizontal-padding","",dt.spacing4),ht.extend("--ft-tabs-label-vertical-padding","",dt.spacing3),ht.extend("--ft-tabs-label-gap","",dt.spacing1),ht.extend("--ft-switch-group-horizontal-padding","",dt.spacing1),ht.extend("--ft-switch-group-vertical-padding","",dt.spacing1),ht.extend("--ft-switch-group-gap","",dt.spacing1),ht.extend("--ft-switch-group-background-color","",zt.backgroundGlobalSurface),ht.extend("--ft-switch-group-border-color","",zt.borderGlobalSubtle),ht.create("--ft-switch-group-border-radius","","SIZE","6px"),ht.extend("--ft-switch-label-horizontal-padding","",dt.spacing2),ht.extend("--ft-switch-label-vertical-padding","",dt.spacing1),ht.extend("--ft-switch-icon-horizontal-padding","",dt.spacing1),ht.extend("--ft-switch-icon-vertical-padding","",dt.spacing1),ht.create("--ft-switch-focus-outline-width","","SIZE","2px"),ht.extend("--ft-switch-focus-focus-ring-color","",zt.borderActionFocusRing),ht.extend("--ft-switch-option-border-radius","",dt.borderRadiusS),ht.extend("--ft-switch-off-state-layer-opacity-hover","",dt.opacity8),ht.extend("--ft-switch-off-state-layer-opacity-focus","",dt.opacity8),ht.extend("--ft-switch-off-state-layer-opacity-active","",dt.opacity16),ht.extend("--ft-switch-off-component-opacity-disabled","",dt.opacity40),ht.extend("--ft-switch-off-color","",zt.contentGlobalSubtle),ht.extend("--ft-switch-off-state-layer-color","",zt.contentGlobalSubtle),ht.extend("--ft-chart-1-light","for area color charts",dt.colorBrand40),ht.extend("--ft-chart-1-base","for line charts",dt.colorBrand0),ht.extend("--ft-chart-2-light","for area color charts",dt.colorYellow60),ht.extend("--ft-chart-2-base","for line charts",dt.colorYellow100),ht.extend("--ft-chart-3-light","",dt.colorUltramarine40),ht.extend("--ft-chart-3-base","",dt.colorUltramarine70),ht.extend("--ft-chart-4-light","",dt.colorCyan50),ht.extend("--ft-chart-4-base","",dt.colorCyan100),ht.extend("--ft-chart-5-light","",dt.colorRed40),ht.extend("--ft-chart-5-base","",dt.colorRed60),ht.extend("--ft-chart-6-light","",dt.colorGreen40),ht.extend("--ft-chart-6-base","",dt.colorGreen70),ht.extend("--ft-chart-7-light","",dt.colorOrange70),ht.extend("--ft-chart-7-base","",dt.colorOrange100),ht.extend("--ft-chart-8-light","",dt.colorAvocado70),ht.extend("--ft-chart-8-base","",dt.colorAvocado200),ht.extend("--ft-chart-9-light","",dt.colorBrown50),ht.extend("--ft-chart-9-base","",dt.colorBrown200),ht.extend("--ft-chart-10-light","",dt.colorGray50),ht.extend("--ft-chart-10-base","",dt.colorGray80),ht.extend("--ft-chart-monochrome-10","",dt.colorBrand10),ht.extend("--ft-chart-monochrome-20","",dt.colorBrand20),ht.extend("--ft-chart-monochrome-30","",dt.colorBrand40),ht.extend("--ft-chart-monochrome-40","",dt.colorBrand60),ht.extend("--ft-chart-monochrome-50","",dt.colorBrand0),ht.extend("--ft-chart-monochrome-60","",dt.colorBrand200),ht.extend("--ft-chip-large-horizontal-padding","",dt.spacing4),ht.extend("--ft-chip-large-vertical-padding","",dt.spacing2),ht.extend("--ft-chip-large-gap","",dt.spacing1),ht.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),ht.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),ht.extend("--ft-chip-large-border-radius","",dt.borderRadiusPill),ht.create("--ft-chip-large-border-width","","SIZE","1px"),ht.extend("--ft-chip-large-icon-size","",dt.iconSize3),ht.extend("--ft-chip-medium-horizontal-padding","",dt.spacing3),ht.extend("--ft-chip-medium-vertical-padding","",dt.spacing1),ht.extend("--ft-chip-medium-gap","",dt.spacing1),ht.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),ht.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),ht.extend("--ft-chip-medium-border-radius","",dt.borderRadiusPill),ht.create("--ft-chip-medium-border-width","","SIZE","1px"),ht.extend("--ft-chip-medium-icon-size","",dt.iconSize2),ht.extend("--ft-chip-small-horizontal-padding","",dt.spacing2),ht.extend("--ft-chip-small-vertical-padding","",dt.spacing05),ht.extend("--ft-chip-small-gap","",dt.spacing1),ht.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),ht.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),ht.extend("--ft-chip-small-border-radius","",dt.borderRadiusPill),ht.create("--ft-chip-small-border-width","","SIZE","1px"),ht.extend("--ft-chip-small-icon-size","",dt.iconSize1),ht.extend("--ft-chip-neutral-background-color","",zt.backgroundGlobalOnSurface),ht.extend("--ft-chip-neutral-color","",zt.contentGlobalPrimary),ht.extend("--ft-chip-neutral-border-color","",zt.borderGlobalSubtle),ht.extend("--ft-chip-info-background-color","",zt.backgroundInfoSubtle),ht.extend("--ft-chip-info-color","",zt.contentInfoPrimary),ht.extend("--ft-chip-info-border-color","",zt.borderInfoPrimary),ht.extend("--ft-chip-success-background-color","",zt.backgroundSuccessSubtle),ht.extend("--ft-chip-success-color","",zt.contentSuccessPrimary),ht.extend("--ft-chip-success-border-color","",zt.borderSuccessPrimary),ht.extend("--ft-chip-warning-background-color","",zt.backgroundWarningSubtle),ht.extend("--ft-chip-warning-color","",zt.contentWarningPrimary),ht.extend("--ft-chip-warning-border-color","",zt.borderWarningPrimary),ht.extend("--ft-chip-error-background-color","",zt.backgroundErrorSubtle),ht.extend("--ft-chip-error-color","",zt.contentErrorPrimary),ht.extend("--ft-chip-error-border-color","",zt.borderErrorPrimary),ht.create("--ft-notice-border-width","","SIZE","1px"),ht.extend("--ft-notice-horizontal-padding","",dt.spacing2),ht.extend("--ft-notice-vertical-padding","",dt.spacing1),ht.extend("--ft-notice-border-radius","",dt.borderRadiusS),ht.extend("--ft-notice-gap","",dt.spacing2),ht.extend("--ft-notice-icon-size","",dt.iconSize3),ht.extend("--ft-notice-info-background-color","",zt.backgroundInfoSubtle),ht.extend("--ft-notice-info-border-color","",zt.borderInfoPrimary),ht.extend("--ft-notice-info-color","",zt.contentInfoPrimary),ht.extend("--ft-notice-warning-background-color","",zt.backgroundWarningSubtle),ht.extend("--ft-notice-warning-border-color","",zt.borderWarningPrimary),ht.extend("--ft-notice-warning-color","",zt.contentWarningPrimary),ht.extend("--ft-checkbox-label-color","",zt.contentGlobalPrimary),ht.extend("--ft-checkbox-checked-background-color","",zt.contentActionPrimary),ht.extend("--ft-checkbox-checked-state-layer-color","",zt.contentActionPrimary),ht.extend("--ft-checkbox-checked-color","",zt.contentGlobalOnColor),ht.extend("--ft-checkbox-checked-state-layer-opacity-hover","",dt.opacity16),ht.extend("--ft-checkbox-checked-state-layer-opacity-focus","",dt.opacity16),ht.extend("--ft-checkbox-checked-state-layer-opacity-active","",dt.opacity24),ht.extend("--ft-checkbox-checked-component-opacity-disabled","",dt.opacity40),ht.extend("--ft-checkbox-unchecked-border-color","",dt.colorGray80),ht.extend("--ft-checkbox-unchecked-state-layer-color","",dt.colorGray80),ht.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",dt.opacity16),ht.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",dt.opacity16),ht.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",dt.opacity24),ht.extend("--ft-checkbox-unchecked-component-opacity-disabled","",dt.opacity40),ht.extend("--ft-checkbox-focus-focus-ring-color","",zt.borderActionFocusRing),ht.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),ht.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),ht.extend("--ft-checkbox-gap","",dt.spacing3),ht.extend("--ft-toggle-off-state-layer-opacity-hover","",dt.opacity16),ht.extend("--ft-toggle-off-state-layer-opacity-focus","",dt.opacity16),ht.extend("--ft-toggle-off-state-layer-opacity-active","",dt.opacity24),ht.extend("--ft-toggle-off-component-opacity-disabled","",dt.opacity40),ht.extend("--ft-toggle-off-background-color","",zt.contentGlobalSubtle),ht.extend("--ft-toggle-off-icon-color","",zt.contentGlobalSubtle),ht.extend("--ft-toggle-off-state-layer-color","",zt.contentGlobalSubtle),ht.extend("--ft-toggle-on-state-layer-opacity-hover","",dt.opacity16),ht.extend("--ft-toggle-on-state-layer-opacity-focus","",dt.opacity16),ht.extend("--ft-toggle-on-state-layer-opacity-active","",dt.opacity24),ht.extend("--ft-toggle-on-component-opacity-disabled","",dt.opacity40),ht.extend("--ft-toggle-on-background-color","",zt.contentActionPrimary),ht.extend("--ft-toggle-on-icon-color","",zt.contentActionPrimary),ht.extend("--ft-toggle-on-state-layer-color","",zt.contentActionPrimary),ht.extend("--ft-toggle-label-color","",zt.contentGlobalPrimary),ht.extend("--ft-toggle-focus-focus-ring-color","",zt.borderActionFocusRing),ht.extend("--ft-toggle-gap","",dt.spacing3),ht.extend("--ft-radio-label-color","",zt.contentGlobalPrimary),ht.extend("--ft-radio-selected-color","",zt.contentActionPrimary),ht.extend("--ft-radio-selected-state-layer-color","",zt.contentActionPrimary),ht.extend("--ft-radio-selected-state-layer-opacity-hover","",dt.opacity16),ht.extend("--ft-radio-selected-state-layer-opacity-focus","",dt.opacity16),ht.extend("--ft-radio-selected-state-layer-opacity-active","",dt.opacity24),ht.extend("--ft-radio-selected-component-opacity-disabled","",dt.opacity40),ht.extend("--ft-radio-unselected-state-layer-color","",dt.colorGray80),ht.extend("--ft-radio-unselected-state-layer-opacity-hover","",dt.opacity16),ht.extend("--ft-radio-unselected-state-layer-opacity-focus","",dt.opacity16),ht.extend("--ft-radio-unselected-state-layer-opacity-active","",dt.opacity24),ht.extend("--ft-radio-unselected-component-opacity-disabled","",dt.opacity40),ht.extend("--ft-radio-focus-focus-ring-color","",zt.borderActionFocusRing),ht.create("--ft-radio-focus-outline-offset","","SIZE","3px"),ht.create("--ft-radio-focus-outline-width","","SIZE","2px"),ht.extend("--ft-radio-gap","",dt.spacing3),ht.extend("--ft-notification-icon-size","",dt.iconSize4),ht.extend("--ft-notification-horizontal-padding","",dt.spacing4),ht.extend("--ft-notification-vertical-padding","",dt.spacing4),ht.extend("--ft-notification-info-background-color","",zt.backgroundInfoSubtle),ht.extend("--ft-notification-info-color","",zt.contentInfoPrimary),ht.extend("--ft-notification-info-border-color","",zt.borderInfoPrimary),ht.extend("--ft-notification-success-background-color","",zt.backgroundSuccessSubtle),ht.extend("--ft-notification-success-color","",zt.contentSuccessPrimary),ht.extend("--ft-notification-success-border-color","",zt.borderSuccessPrimary),ht.extend("--ft-notification-warning-background-color","",zt.backgroundWarningSubtle),ht.extend("--ft-notification-warning-color","",zt.contentWarningPrimary),ht.extend("--ft-notification-warning-border-color","",zt.borderWarningPrimary),ht.extend("--ft-notification-error-background-color","",zt.backgroundErrorSubtle),ht.extend("--ft-notification-error-color","",zt.contentErrorPrimary),ht.extend("--ft-notification-error-border-color","",zt.borderErrorPrimary),ht.extend("--ft-notification-border-radius","",dt.borderRadiusPill),ht.create("--ft-notification-border-width","","SIZE","1px"),ht.extend("--ft-notification-gap-leading","",dt.spacing2),ht.extend("--ft-notification-gap-trailing","",dt.spacing8);const Dt={colorPrimary:ht.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:ht.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:ht.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:ht.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:ht.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:ht.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:ht.create("--ft-color-error","","COLOR","#B00020"),colorOutline:ht.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:ht.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:ht.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:ht.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:ht.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:ht.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:ht.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:ht.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:ht.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:ht.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:ht.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:ht.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:ht.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:ht.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:ht.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:ht.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:ht.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:ht.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:ht.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:ht.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:ht.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:ht.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:ht.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:ht.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:ht.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:ht.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:ht.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:ht.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:ht.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:ht.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:ht.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:ht.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:ht.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:ht.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:ht.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:ht.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:ht.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:ht.create("--ft-elevation-00","","UNKNOWN","0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px 0px rgba(0, 0, 0, 0)"),elevation01:ht.create("--ft-elevation-01","","UNKNOWN","0px 1px 4px 0px rgba(0, 0, 0, 0.06), 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation02:ht.create("--ft-elevation-02","","UNKNOWN","0px 4px 10px 0px rgba(0, 0, 0, 0.06), 0px 2px 5px 0px rgba(0, 0, 0, 0.14), 0px 0px 1px 0px rgba(0, 0, 0, 0.06)"),elevation03:ht.create("--ft-elevation-03","","UNKNOWN","0px 6px 13px 0px rgba(0, 0, 0, 0.06), 0px 3px 7px 0px rgba(0, 0, 0, 0.14), 0px 1px 2px 0px rgba(0, 0, 0, 0.06)"),elevation04:ht.create("--ft-elevation-04","","UNKNOWN","0px 8px 16px 0px rgba(0, 0, 0, 0.06), 0px 4px 9px 0px rgba(0, 0, 0, 0.14), 0px 2px 3px 0px rgba(0, 0, 0, 0.06)"),elevation06:ht.create("--ft-elevation-06","","UNKNOWN","0px 12px 22px 0px rgba(0, 0, 0, 0.06), 0px 6px 13px 0px rgba(0, 0, 0, 0.14), 0px 4px 5px 0px rgba(0, 0, 0, 0.06)"),elevation08:ht.create("--ft-elevation-08","","UNKNOWN","0px 16px 28px 0px rgba(0, 0, 0, 0.06), 0px 8px 17px 0px rgba(0, 0, 0, 0.14), 0px 6px 7px 0px rgba(0, 0, 0, 0.06)"),elevation12:ht.create("--ft-elevation-12","","UNKNOWN","0px 22px 40px 0px rgba(0, 0, 0, 0.06), 0px 12px 23px 0px rgba(0, 0, 0, 0.14), 0px 10px 11px 0px rgba(0, 0, 0, 0.06)"),elevation16:ht.create("--ft-elevation-16","","UNKNOWN","0px 28px 52px 0px rgba(0, 0, 0, 0.06), 0px 16px 29px 0px rgba(0, 0, 0, 0.14), 0px 14px 15px 0px rgba(0, 0, 0, 0.06)"),elevation24:ht.create("--ft-elevation-24","","UNKNOWN","0px 40px 76px 0px rgba(0, 0, 0, 0.06), 0px 24px 41px 0px rgba(0, 0, 0, 0.14), 0px 22px 23px 0px rgba(0, 0, 0, 0.06)"),borderRadiusS:ht.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:ht.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:ht.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:ht.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:ht.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:ht.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:ht.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:ht.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};class Bt extends st{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([o,e])=>t.registry.define(o,e))));const o={...t.shadowRootOptions,customElements:t.registry},e=this.renderOptions.creationScope=this.attachShadow(o);return d(e,t.elementStyles),e}}var Mt,Ht=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};const At=Symbol("constructorPrototype"),Pt=Symbol("constructorName"),Gt=Symbol("exportpartsDebouncer");class jt extends Bt{constructor(){super(),this[Mt]=new o(5),this[Pt]=this.constructor.name,this[At]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Pt]&&Object.setPrototypeOf(this,this[At])}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var o,e;if((null!==(e=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==e?e:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){this[Gt].run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.length>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var o,e,r,a,i,n;const l=t=>null!=t&&t.trim().length>0,c=t.filter(l).map((t=>t.trim()));if(0===c.length)return void this.removeAttribute("exportparts");const s=new Set;for(let t of null!==(e=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll("[part],[exportparts]"))&&void 0!==e?e:[]){const o=null!==(a=null===(r=t.getAttribute("part"))||void 0===r?void 0:r.split(" "))&&void 0!==a?a:[],e=null!==(n=null===(i=t.getAttribute("exportparts"))||void 0===i?void 0:i.split(",").map((t=>t.split(":")[1])))&&void 0!==n?n:[];new Array(...o,...e).filter(l).map((t=>t.trim())).forEach((t=>s.add(t)))}if(0===s.size)return void this.removeAttribute("exportparts");const p=[...s.values()].flatMap((t=>c.map((o=>`${t}:${o}--${t}`))));this.setAttribute("exportparts",[...this.part,...p].join(", "))}}var Tt,_t;Mt=Gt,Ht([r()],jt.prototype,"exportpartsPrefix",void 0),Ht([function(t,o){const e=()=>JSON.parse(JSON.stringify(t));return r({type:Object,converter:{fromAttribute:t=>{if(null==t)return e();try{return JSON.parse(t)}catch{return e()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,o)=>!i(t,o),...null!=o?o:{}})}([])],jt.prototype,"exportpartsPrefixes",void 0),Ht([r()],jt.prototype,"customStylesheet",void 0),h`
|
|
51
51
|
.ft-no-text-select {
|
|
52
52
|
-webkit-touch-callout: none;
|
|
53
53
|
-webkit-user-select: none;
|
|
@@ -56,7 +56,7 @@ var at,lt;let ht=class extends S{constructor(){super(...arguments),this.renderOp
|
|
|
56
56
|
-ms-user-select: none;
|
|
57
57
|
user-select: none;
|
|
58
58
|
}
|
|
59
|
-
`,
|
|
59
|
+
`,h`
|
|
60
60
|
.ft-word-wrap {
|
|
61
61
|
white-space: normal;
|
|
62
62
|
word-wrap: break-word;
|
|
@@ -68,7 +68,7 @@ var at,lt;let ht=class extends S{constructor(){super(...arguments),this.renderOp
|
|
|
68
68
|
-webkit-hyphens: auto;
|
|
69
69
|
hyphens: auto
|
|
70
70
|
}
|
|
71
|
-
`,
|
|
71
|
+
`,h`
|
|
72
72
|
.ft-safari-ellipsis-fix {
|
|
73
73
|
margin-right: 0;
|
|
74
74
|
|
|
@@ -79,112 +79,119 @@ var at,lt;let ht=class extends S{constructor(){super(...arguments),this.renderOp
|
|
|
79
79
|
display: inline-block;
|
|
80
80
|
width: 0;
|
|
81
81
|
}
|
|
82
|
-
`,window.ftReduxStores||(window.ftReduxStores={}),navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(
|
|
82
|
+
`,window.ftReduxStores||(window.ftReduxStores={}),navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(_t=null===(Tt=window.safari)||void 0===Tt?void 0:Tt.pushNotification)||void 0===_t||_t.toString());
|
|
83
83
|
/**
|
|
84
84
|
* @license
|
|
85
85
|
* Copyright 2020 Google LLC
|
|
86
86
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
87
87
|
*/
|
|
88
|
-
const
|
|
88
|
+
const Yt=Symbol.for(""),Vt=t=>{if((null==t?void 0:t.r)===Yt)return null==t?void 0:t._$litStatic$},Jt=t=>({_$litStatic$:t,r:Yt}),Xt=new Map,qt=(t=>(o,...e)=>{const r=e.length;let a,i;const n=[],l=[];let c,s=0,p=!1;for(;s<r;){for(c=o[s];s<r&&void 0!==(i=e[s],a=Vt(i));)c+=a+o[++s],p=!0;s!==r&&l.push(i),n.push(c),s++}if(s===r&&n.push(o[r]),p){const t=n.join("$$lit$$");void 0===(o=Xt.get(t))&&(n.raw=n,Xt.set(t,o=n)),e=l}return t(o,...e)})(G);var Qt;t.FtTypographyVariants=void 0,(Qt=t.FtTypographyVariants||(t.FtTypographyVariants={})).title="title",Qt.title_dense="title-dense",Qt.subtitle1="subtitle1",Qt.subtitle2="subtitle2",Qt.body1="body1",Qt.body2="body2",Qt.caption="caption",Qt.breadcrumb="breadcrumb",Qt.overline="overline",Qt.button="button",Qt.display="display",Qt.title1="title-1",Qt.title2="title-2",Qt.title3="title-3",Qt.body1regular="body-1-regular",Qt.body1medium="body-1-medium",Qt.body1semibold="body-1-semibold",Qt.body2regular="body-2-regular",Qt.body2medium="body-2-medium",Qt.body2semibold="body-2-semibold",Qt.label1medium="label-1-medium",Qt.label1semibold="label-1-semibold",Qt.label1bold="label-1-bold",Qt.label2medium="label-2-medium",Qt.label2semibold="label-2-semibold",Qt.label2bold="label-2-bold",Qt.caption1medium="caption-1-medium",Qt.caption1semibold="caption-1-semibold",Qt.caption1bold="caption-1-bold",Qt.caption2medium="caption-2-medium",Qt.caption2semibold="caption-2-semibold",Qt.caption2bold="caption-2-bold";const to=ht.extend("--ft-typography-font-family","",Dt.titleFont),oo=ht.extend("--ft-typography-font-family","",Dt.contentFont),eo={fontFamily:oo,fontSize:ht.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:ht.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:ht.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:ht.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:ht.create("--ft-typography-text-transform","","UNKNOWN","inherit")},ro={fontFamily:ht.extend("--ft-typography-title-font-family","",to),fontSize:ht.extend("--ft-typography-title-font-size","",eo.fontSize,"20px"),fontWeight:ht.extend("--ft-typography-title-font-weight","",eo.fontWeight,"normal"),letterSpacing:ht.extend("--ft-typography-title-letter-spacing","",eo.letterSpacing,"0.15px"),lineHeight:ht.extend("--ft-typography-title-line-height","",eo.lineHeight,"1.2"),textTransform:ht.extend("--ft-typography-title-text-transform","",eo.textTransform,"inherit")},ao={fontFamily:ht.extend("--ft-typography-title-dense-font-family","",to),fontSize:ht.extend("--ft-typography-title-dense-font-size","",eo.fontSize,"14px"),fontWeight:ht.extend("--ft-typography-title-dense-font-weight","",eo.fontWeight,"normal"),letterSpacing:ht.extend("--ft-typography-title-dense-letter-spacing","",eo.letterSpacing,"0.105px"),lineHeight:ht.extend("--ft-typography-title-dense-line-height","",eo.lineHeight,"1.7"),textTransform:ht.extend("--ft-typography-title-dense-text-transform","",eo.textTransform,"inherit")},io={fontFamily:ht.extend("--ft-typography-subtitle1-font-family","",oo),fontSize:ht.extend("--ft-typography-subtitle1-font-size","",eo.fontSize,"16px"),fontWeight:ht.extend("--ft-typography-subtitle1-font-weight","",eo.fontWeight,"600"),letterSpacing:ht.extend("--ft-typography-subtitle1-letter-spacing","",eo.letterSpacing,"0.144px"),lineHeight:ht.extend("--ft-typography-subtitle1-line-height","",eo.lineHeight,"1.5"),textTransform:ht.extend("--ft-typography-subtitle1-text-transform","",eo.textTransform,"inherit")},no={fontFamily:ht.extend("--ft-typography-subtitle2-font-family","",oo),fontSize:ht.extend("--ft-typography-subtitle2-font-size","",eo.fontSize,"14px"),fontWeight:ht.extend("--ft-typography-subtitle2-font-weight","",eo.fontWeight,"normal"),letterSpacing:ht.extend("--ft-typography-subtitle2-letter-spacing","",eo.letterSpacing,"0.098px"),lineHeight:ht.extend("--ft-typography-subtitle2-line-height","",eo.lineHeight,"1.7"),textTransform:ht.extend("--ft-typography-subtitle2-text-transform","",eo.textTransform,"inherit")},lo={fontFamily:ht.extend("--ft-typography-body1-font-family","",oo),fontSize:ht.extend("--ft-typography-body1-font-size","",eo.fontSize,"16px"),fontWeight:ht.extend("--ft-typography-body1-font-weight","",eo.fontWeight,"normal"),letterSpacing:ht.extend("--ft-typography-body1-letter-spacing","",eo.letterSpacing,"0.496px"),lineHeight:ht.extend("--ft-typography-body1-line-height","",eo.lineHeight,"1.5"),textTransform:ht.extend("--ft-typography-body1-text-transform","",eo.textTransform,"inherit")},co={fontFamily:ht.extend("--ft-typography-body2-font-family","",oo),fontSize:ht.extend("--ft-typography-body2-font-size","",eo.fontSize,"14px"),fontWeight:ht.extend("--ft-typography-body2-font-weight","",eo.fontWeight,"normal"),letterSpacing:ht.extend("--ft-typography-body2-letter-spacing","",eo.letterSpacing,"0.252px"),lineHeight:ht.extend("--ft-typography-body2-line-height","",eo.lineHeight,"1.4"),textTransform:ht.extend("--ft-typography-body2-text-transform","",eo.textTransform,"inherit")},so={fontFamily:ht.extend("--ft-typography-caption-font-family","",oo),fontSize:ht.extend("--ft-typography-caption-font-size","",eo.fontSize,"12px"),fontWeight:ht.extend("--ft-typography-caption-font-weight","",eo.fontWeight,"normal"),letterSpacing:ht.extend("--ft-typography-caption-letter-spacing","",eo.letterSpacing,"0.396px"),lineHeight:ht.extend("--ft-typography-caption-line-height","",eo.lineHeight,"1.33"),textTransform:ht.extend("--ft-typography-caption-text-transform","",eo.textTransform,"inherit")},po={fontFamily:ht.extend("--ft-typography-breadcrumb-font-family","",oo),fontSize:ht.extend("--ft-typography-breadcrumb-font-size","",eo.fontSize,"10px"),fontWeight:ht.extend("--ft-typography-breadcrumb-font-weight","",eo.fontWeight,"normal"),letterSpacing:ht.extend("--ft-typography-breadcrumb-letter-spacing","",eo.letterSpacing,"0.33px"),lineHeight:ht.extend("--ft-typography-breadcrumb-line-height","",eo.lineHeight,"1.6"),textTransform:ht.extend("--ft-typography-breadcrumb-text-transform","",eo.textTransform,"inherit")},fo={fontFamily:ht.extend("--ft-typography-overline-font-family","",oo),fontSize:ht.extend("--ft-typography-overline-font-size","",eo.fontSize,"10px"),fontWeight:ht.extend("--ft-typography-overline-font-weight","",eo.fontWeight,"normal"),letterSpacing:ht.extend("--ft-typography-overline-letter-spacing","",eo.letterSpacing,"1.5px"),lineHeight:ht.extend("--ft-typography-overline-line-height","",eo.lineHeight,"1.6"),textTransform:ht.extend("--ft-typography-overline-text-transform","",eo.textTransform,"uppercase")},ho={fontFamily:ht.extend("--ft-typography-button-font-family","",oo),fontSize:ht.extend("--ft-typography-button-font-size","",eo.fontSize,"14px"),fontWeight:ht.extend("--ft-typography-button-font-weight","",eo.fontWeight,"600"),letterSpacing:ht.extend("--ft-typography-button-letter-spacing","",eo.letterSpacing,"1.246px"),lineHeight:ht.extend("--ft-typography-button-line-height","",eo.lineHeight,"1.15"),textTransform:ht.extend("--ft-typography-button-text-transform","",eo.textTransform,"uppercase")},yo=h`
|
|
89
89
|
.ft-typography--title {
|
|
90
|
-
font-family: ${
|
|
91
|
-
font-size: ${
|
|
92
|
-
font-weight: ${
|
|
93
|
-
letter-spacing: ${
|
|
94
|
-
line-height: ${
|
|
95
|
-
text-transform: ${
|
|
90
|
+
font-family: ${ro.fontFamily};
|
|
91
|
+
font-size: ${ro.fontSize};
|
|
92
|
+
font-weight: ${ro.fontWeight};
|
|
93
|
+
letter-spacing: ${ro.letterSpacing};
|
|
94
|
+
line-height: ${ro.lineHeight};
|
|
95
|
+
text-transform: ${ro.textTransform};
|
|
96
96
|
}
|
|
97
|
-
`,
|
|
97
|
+
`,go=h`
|
|
98
98
|
.ft-typography--title-dense {
|
|
99
|
-
font-family: ${
|
|
100
|
-
font-size: ${
|
|
101
|
-
font-weight: ${
|
|
102
|
-
letter-spacing: ${
|
|
103
|
-
line-height: ${
|
|
104
|
-
text-transform: ${
|
|
99
|
+
font-family: ${ao.fontFamily};
|
|
100
|
+
font-size: ${ao.fontSize};
|
|
101
|
+
font-weight: ${ao.fontWeight};
|
|
102
|
+
letter-spacing: ${ao.letterSpacing};
|
|
103
|
+
line-height: ${ao.lineHeight};
|
|
104
|
+
text-transform: ${ao.textTransform};
|
|
105
105
|
}
|
|
106
|
-
`,
|
|
106
|
+
`,uo=h`
|
|
107
107
|
.ft-typography--subtitle1 {
|
|
108
|
-
font-family: ${
|
|
109
|
-
font-size: ${
|
|
110
|
-
font-weight: ${
|
|
111
|
-
letter-spacing: ${
|
|
112
|
-
line-height: ${
|
|
113
|
-
text-transform: ${
|
|
108
|
+
font-family: ${io.fontFamily};
|
|
109
|
+
font-size: ${io.fontSize};
|
|
110
|
+
font-weight: ${io.fontWeight};
|
|
111
|
+
letter-spacing: ${io.letterSpacing};
|
|
112
|
+
line-height: ${io.lineHeight};
|
|
113
|
+
text-transform: ${io.textTransform};
|
|
114
114
|
}
|
|
115
|
-
`,
|
|
115
|
+
`,bo=h`
|
|
116
116
|
.ft-typography--subtitle2 {
|
|
117
|
-
font-family: ${
|
|
118
|
-
font-size: ${
|
|
119
|
-
font-weight: ${
|
|
120
|
-
letter-spacing: ${
|
|
121
|
-
line-height: ${
|
|
122
|
-
text-transform: ${
|
|
117
|
+
font-family: ${no.fontFamily};
|
|
118
|
+
font-size: ${no.fontSize};
|
|
119
|
+
font-weight: ${no.fontWeight};
|
|
120
|
+
letter-spacing: ${no.letterSpacing};
|
|
121
|
+
line-height: ${no.lineHeight};
|
|
122
|
+
text-transform: ${no.textTransform};
|
|
123
123
|
}
|
|
124
124
|
|
|
125
|
-
`,
|
|
125
|
+
`,mo=h`
|
|
126
126
|
.ft-typography--body1 {
|
|
127
|
-
font-family: ${
|
|
128
|
-
font-size: ${
|
|
129
|
-
font-weight: ${
|
|
130
|
-
letter-spacing: ${
|
|
131
|
-
line-height: ${
|
|
132
|
-
text-transform: ${
|
|
127
|
+
font-family: ${lo.fontFamily};
|
|
128
|
+
font-size: ${lo.fontSize};
|
|
129
|
+
font-weight: ${lo.fontWeight};
|
|
130
|
+
letter-spacing: ${lo.letterSpacing};
|
|
131
|
+
line-height: ${lo.lineHeight};
|
|
132
|
+
text-transform: ${lo.textTransform};
|
|
133
133
|
}
|
|
134
|
-
`,
|
|
134
|
+
`,Oo=h`
|
|
135
135
|
.ft-typography--body2 {
|
|
136
|
-
font-family: ${
|
|
137
|
-
font-size: ${
|
|
138
|
-
font-weight: ${
|
|
139
|
-
letter-spacing: ${
|
|
140
|
-
line-height: ${
|
|
141
|
-
text-transform: ${
|
|
136
|
+
font-family: ${co.fontFamily};
|
|
137
|
+
font-size: ${co.fontSize};
|
|
138
|
+
font-weight: ${co.fontWeight};
|
|
139
|
+
letter-spacing: ${co.letterSpacing};
|
|
140
|
+
line-height: ${co.lineHeight};
|
|
141
|
+
text-transform: ${co.textTransform};
|
|
142
142
|
}
|
|
143
|
-
`,
|
|
143
|
+
`,No=h`
|
|
144
144
|
.ft-typography--caption {
|
|
145
|
-
font-family: ${
|
|
146
|
-
font-size: ${
|
|
147
|
-
font-weight: ${
|
|
148
|
-
letter-spacing: ${
|
|
149
|
-
line-height: ${
|
|
150
|
-
text-transform: ${
|
|
145
|
+
font-family: ${so.fontFamily};
|
|
146
|
+
font-size: ${so.fontSize};
|
|
147
|
+
font-weight: ${so.fontWeight};
|
|
148
|
+
letter-spacing: ${so.letterSpacing};
|
|
149
|
+
line-height: ${so.lineHeight};
|
|
150
|
+
text-transform: ${so.textTransform};
|
|
151
151
|
}
|
|
152
|
-
`,
|
|
152
|
+
`,So=h`
|
|
153
153
|
.ft-typography--breadcrumb {
|
|
154
|
-
font-family: ${
|
|
155
|
-
font-size: ${
|
|
156
|
-
font-weight: ${
|
|
157
|
-
letter-spacing: ${
|
|
158
|
-
line-height: ${
|
|
159
|
-
text-transform: ${
|
|
154
|
+
font-family: ${po.fontFamily};
|
|
155
|
+
font-size: ${po.fontSize};
|
|
156
|
+
font-weight: ${po.fontWeight};
|
|
157
|
+
letter-spacing: ${po.letterSpacing};
|
|
158
|
+
line-height: ${po.lineHeight};
|
|
159
|
+
text-transform: ${po.textTransform};
|
|
160
160
|
}
|
|
161
|
-
`,
|
|
161
|
+
`,xo=h`
|
|
162
162
|
.ft-typography--overline {
|
|
163
|
-
font-family: ${
|
|
164
|
-
font-size: ${
|
|
165
|
-
font-weight: ${
|
|
166
|
-
letter-spacing: ${
|
|
167
|
-
line-height: ${
|
|
168
|
-
text-transform: ${
|
|
163
|
+
font-family: ${fo.fontFamily};
|
|
164
|
+
font-size: ${fo.fontSize};
|
|
165
|
+
font-weight: ${fo.fontWeight};
|
|
166
|
+
letter-spacing: ${fo.letterSpacing};
|
|
167
|
+
line-height: ${fo.lineHeight};
|
|
168
|
+
text-transform: ${fo.textTransform};
|
|
169
169
|
}
|
|
170
|
-
`,
|
|
170
|
+
`,vo=h`
|
|
171
171
|
.ft-typography--button {
|
|
172
|
-
font-family: ${
|
|
173
|
-
font-size: ${
|
|
174
|
-
font-weight: ${
|
|
175
|
-
letter-spacing: ${
|
|
176
|
-
line-height: ${
|
|
177
|
-
text-transform: ${
|
|
172
|
+
font-family: ${ho.fontFamily};
|
|
173
|
+
font-size: ${ho.fontSize};
|
|
174
|
+
font-weight: ${ho.fontWeight};
|
|
175
|
+
letter-spacing: ${ho.letterSpacing};
|
|
176
|
+
line-height: ${ho.lineHeight};
|
|
177
|
+
text-transform: ${ho.textTransform};
|
|
178
178
|
}
|
|
179
|
-
`,
|
|
179
|
+
`,Co=h`
|
|
180
180
|
.ft-typography {
|
|
181
181
|
vertical-align: inherit;
|
|
182
182
|
}
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
183
|
+
`,wo=[Object.keys(Ft).map((t=>function(t){const o=Ft[t];return h`
|
|
184
|
+
font-family: ${o.fontFamily};
|
|
185
|
+
font-size: ${o.fontSize};
|
|
186
|
+
font-weight: ${o.fontWeight};
|
|
187
|
+
letter-spacing: ${o.letterSpacing};
|
|
188
|
+
line-height: ${o.lineHeight};
|
|
189
|
+
text-transform: ${o.textCase};
|
|
190
|
+
`}(t)))];var Ro,Uo=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};class Eo extends jt{constructor(){super(...arguments),this.variant=t.FtTypographyVariants.body1}render(){return this.element?qt`
|
|
191
|
+
<${Jt(this.element)}
|
|
192
|
+
class="ft-typography ft-typography--${this.variant}">
|
|
186
193
|
<slot></slot>
|
|
187
|
-
</${
|
|
188
|
-
`:
|
|
194
|
+
</${Jt(this.element)}>
|
|
195
|
+
`:qt`
|
|
189
196
|
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
190
|
-
`}}
|
|
197
|
+
`}}Eo.styles=[yo,go,uo,bo,mo,Oo,No,So,xo,vo,Co,...wo],Uo([r()],Eo.prototype,"element",void 0),Uo([r()],Eo.prototype,"variant",void 0),(Ro="ft-typography",t=>{window.customElements.get(Ro)||window.customElements.define(Ro,t)})(Eo),t.FtTypography=Eo,t.FtTypographyBody1=mo,t.FtTypographyBody1CssVariables=lo,t.FtTypographyBody1MediumCssVariables=Ot,t.FtTypographyBody1RegularCssVariables=mt,t.FtTypographyBody1SemiboldCssVariables=Nt,t.FtTypographyBody2=Oo,t.FtTypographyBody2CssVariables=co,t.FtTypographyBody2MediumCssVariables=xt,t.FtTypographyBody2RegularCssVariables=St,t.FtTypographyBody2SemiboldCssVariables=vt,t.FtTypographyBreadcrumb=So,t.FtTypographyBreadcrumbCssVariables=po,t.FtTypographyButton=vo,t.FtTypographyButtonCssVariables=ho,t.FtTypographyCaption=No,t.FtTypographyCaption1BoldCssVariables=Kt,t.FtTypographyCaption1MediumCssVariables=It,t.FtTypographyCaption1SemiboldCssVariables=Lt,t.FtTypographyCaption2BoldCssVariables=Zt,t.FtTypographyCaption2MediumCssVariables=kt,t.FtTypographyCaption2SemiboldCssVariables=$t,t.FtTypographyCaptionCssVariables=so,t.FtTypographyCssVariables=eo,t.FtTypographyDisplayCssVariables=yt,t.FtTypographyLabel1BoldCssVariables=Rt,t.FtTypographyLabel1MediumCssVariables=Ct,t.FtTypographyLabel1SemiboldCssVariables=wt,t.FtTypographyLabel2BoldCssVariables=Wt,t.FtTypographyLabel2MediumCssVariables=Ut,t.FtTypographyLabel2SemiboldCssVariables=Et,t.FtTypographyOverline=xo,t.FtTypographyOverlineCssVariables=fo,t.FtTypographyStyles=Co,t.FtTypographySubtitle1=uo,t.FtTypographySubtitle1CssVariables=io,t.FtTypographySubtitle2=bo,t.FtTypographySubtitle2CssVariables=no,t.FtTypographyTitle=yo,t.FtTypographyTitle1CssVariables=gt,t.FtTypographyTitle2CssVariables=ut,t.FtTypographyTitle3CssVariables=bt,t.FtTypographyTitleCssVariables=ro,t.FtTypographyTitleDense=go,t.FtTypographyTitleDenseCssVariables=ao,t.FtdsTypographyStyles=wo}({});
|