@fluid-topics/ft-tabs 1.1.22 → 1.1.23
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-tabs.light.js +2 -2
- package/build/ft-tabs.min.js +141 -140
- package/package.json +7 -7
package/build/ft-tabs.min.js
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* subject to an additional IP rights grant found at
|
|
13
13
|
* http://polymer.github.io/PATENTS.txt
|
|
14
14
|
*/
|
|
15
|
-
if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.customElements.define,o=window.customElements.get,i=window.customElements,r=new WeakMap,n=new WeakMap,a=new WeakMap,s=new WeakMap;let l;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,r){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(r))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const s=r.prototype.attributeChangedCallback,l=new Set(r.observedAttributes||[]);h(r,l,s);const c={elementClass:r,connectedCallback:r.prototype.connectedCallback,disconnectedCallback:r.prototype.disconnectedCallback,adoptedCallback:r.prototype.adoptedCallback,attributeChangedCallback:s,formAssociated:r.formAssociated,formAssociatedCallback:r.prototype.formAssociatedCallback,formDisabledCallback:r.prototype.formDisabledCallback,formResetCallback:r.prototype.formResetCallback,formStateRestoreCallback:r.prototype.formStateRestoreCallback,observedAttributes:l};this._definitionsByTag.set(t,c),this._definitionsByClass.set(r,c);let p=o.call(i,t);p||(p=f(t),e.call(i,t,p)),this===window.customElements&&(a.set(r,c),c.standInClass=p);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)n.delete(t),u(t,c,!0)}const y=this._whenDefinedPromises.get(t);return void 0!==y&&(y.resolve(r),this._whenDefinedPromises.delete(t)),r}upgrade(){g.push(this),i.upgrade.apply(i,arguments),g.pop()}get(t){const e=this._definitionsByTag.get(t);return e?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const e=this._getDefinition(t);if(void 0!==e)return Promise.resolve(e.elementClass);let o=this._whenDefinedPromises.get(t);return void 0===o&&(o={},o.promise=new Promise((t=>o.resolve=t)),this._whenDefinedPromises.set(t,o)),o.promise}_upgradeWhenDefined(t,e,o){let i=this._awaitingUpgrade.get(e);i||this._awaitingUpgrade.set(e,i=new Set),o?i.add(t):i.delete(t)}},window.HTMLElement=function(){let e=l;if(e)return l=void 0,e;const o=a.get(this.constructor);if(!o)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return e=Reflect.construct(t,[],o.standInClass),Object.setPrototypeOf(e,this.constructor.prototype),r.set(e,o),e},window.HTMLElement.prototype=t.prototype;const c=t=>t===document||t instanceof ShadowRoot,p=t=>{let e=t.getRootNode();if(!c(e)){const t=g[g.length-1];if(t instanceof CustomElementRegistry)return t;e=t.getRootNode(),c(e)||(e=s.get(e)?.getRootNode()||document)}return e.customElements},f=e=>class{static get formAssociated(){return!0}constructor(){const o=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(o,HTMLElement.prototype);const i=p(o)||window.customElements,r=i._getDefinition(e);return r?u(o,r):n.set(o,i),o}connectedCallback(){const t=r.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,e,!0)}disconnectedCallback(){const t=r.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,e,!1)}adoptedCallback(){const t=r.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=r.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=r.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=r.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=r.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},h=(t,e,o)=>{if(0===e.size||void 0===o)return;const i=t.prototype.setAttribute;i&&(t.prototype.setAttribute=function(t,r){const n=t.toLowerCase();if(e.has(n)){const t=this.getAttribute(n);i.call(this,n,r),o.call(this,n,t,r)}else i.call(this,n,r)});const r=t.prototype.removeAttribute;r&&(t.prototype.removeAttribute=function(t){const i=t.toLowerCase();if(e.has(i)){const t=this.getAttribute(i);r.call(this,i),o.call(this,i,t,null)}else r.call(this,i)});const n=t.prototype.toggleAttribute;n&&(t.prototype.toggleAttribute=function(t,i){const r=t.toLowerCase();if(e.has(r)){const t=this.getAttribute(r);n.call(this,r,i);const e=this.getAttribute(r);o.call(this,r,t,e)}else n.call(this,r,i)})},d=e=>{const o=Object.getPrototypeOf(e);if(o!==window.HTMLElement)return o===t?Object.setPrototypeOf(e,window.HTMLElement):d(o)},u=(t,e,o=!1)=>{Object.setPrototypeOf(t,e.elementClass.prototype),r.set(t,e),l=t;try{new e.elementClass}catch(t){d(e.elementClass),new e.elementClass}e.attributeChangedCallback&&e.observedAttributes.forEach((o=>{t.hasAttribute(o)&&e.attributeChangedCallback.call(t,o,null,t.getAttribute(o))})),o&&e.connectedCallback&&t.isConnected&&e.connectedCallback.call(t)},y=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const e=y.apply(this,arguments);return t.customElements&&(e.customElements=t.customElements),e};let g=[document];const b=(t,e,o=void 0)=>{const i=(o?Object.getPrototypeOf(o):t.prototype)[e];t.prototype[e]=function(){g.push(this);const t=i.apply(o||this,arguments);return void 0!==t&&s.set(t,this),g.pop(),t}};b(ShadowRoot,"createElement",document),b(ShadowRoot,"importNode",document),b(Element,"insertAdjacentHTML");const m=(t,e)=>{const o=Object.getOwnPropertyDescriptor(t.prototype,e);Object.defineProperty(t.prototype,e,{...o,set(t){g.push(this),o.set.call(this,t),g.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,e=HTMLElement.prototype.attachInternals,o=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...o){const i=e.call(this,...o);return t.set(i,this),i},o.forEach((e=>{const o=window.ElementInternals.prototype,i=o[e];o[e]=function(...e){const o=t.get(this);if(!0===r.get(o).formAssociated)return i?.call(this,...e);throw new DOMException(`Failed to execute ${i} on 'ElementInternals': The target element is not a form-associated custom element.`)}}));class i extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class n{constructor(t){const e=new Map;t.forEach(((t,o)=>{const i=t.getAttribute("name"),r=e.get(i)||[];this[+o]=t,r.push(t),e.set(i,r)})),this.length=t.length,e.forEach(((t,e)=>{t&&(1===t.length?this[e]=t[0]:this[e]=new i(t))}))}namedItem(t){return this[t]}}const a=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=a.get.call(this,[]),e=[];for(const o of t){const t=r.get(o);t&&!0!==t.formAssociated||e.push(o)}return new n(e)}})}}try{window.customElements.define("custom-element",null)}catch(
|
|
15
|
+
if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,e=window.customElements.define,o=window.customElements.get,i=window.customElements,r=new WeakMap,n=new WeakMap,a=new WeakMap,s=new WeakMap;let l;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,r){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(r))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const s=r.prototype.attributeChangedCallback,l=new Set(r.observedAttributes||[]);h(r,l,s);const c={elementClass:r,connectedCallback:r.prototype.connectedCallback,disconnectedCallback:r.prototype.disconnectedCallback,adoptedCallback:r.prototype.adoptedCallback,attributeChangedCallback:s,formAssociated:r.formAssociated,formAssociatedCallback:r.prototype.formAssociatedCallback,formDisabledCallback:r.prototype.formDisabledCallback,formResetCallback:r.prototype.formResetCallback,formStateRestoreCallback:r.prototype.formStateRestoreCallback,observedAttributes:l};this._definitionsByTag.set(t,c),this._definitionsByClass.set(r,c);let p=o.call(i,t);p||(p=f(t),e.call(i,t,p)),this===window.customElements&&(a.set(r,c),c.standInClass=p);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)n.delete(t),u(t,c,!0)}const y=this._whenDefinedPromises.get(t);return void 0!==y&&(y.resolve(r),this._whenDefinedPromises.delete(t)),r}upgrade(){g.push(this),i.upgrade.apply(i,arguments),g.pop()}get(t){const e=this._definitionsByTag.get(t);return e?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const e=this._getDefinition(t);if(void 0!==e)return Promise.resolve(e.elementClass);let o=this._whenDefinedPromises.get(t);return void 0===o&&(o={},o.promise=new Promise((t=>o.resolve=t)),this._whenDefinedPromises.set(t,o)),o.promise}_upgradeWhenDefined(t,e,o){let i=this._awaitingUpgrade.get(e);i||this._awaitingUpgrade.set(e,i=new Set),o?i.add(t):i.delete(t)}},window.HTMLElement=function(){let e=l;if(e)return l=void 0,e;const o=a.get(this.constructor);if(!o)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return e=Reflect.construct(t,[],o.standInClass),Object.setPrototypeOf(e,this.constructor.prototype),r.set(e,o),e},window.HTMLElement.prototype=t.prototype;const c=t=>t===document||t instanceof ShadowRoot,p=t=>{let e=t.getRootNode();if(!c(e)){const t=g[g.length-1];if(t instanceof CustomElementRegistry)return t;e=t.getRootNode(),c(e)||(e=s.get(e)?.getRootNode()||document)}return e.customElements},f=e=>class{static get formAssociated(){return!0}constructor(){const o=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(o,HTMLElement.prototype);const i=p(o)||window.customElements,r=i._getDefinition(e);return r?u(o,r):n.set(o,i),o}connectedCallback(){const t=r.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,e,!0)}disconnectedCallback(){const t=r.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,e,!1)}adoptedCallback(){const t=r.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=r.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=r.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=r.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=r.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},h=(t,e,o)=>{if(0===e.size||void 0===o)return;const i=t.prototype.setAttribute;i&&(t.prototype.setAttribute=function(t,r){const n=t.toLowerCase();if(e.has(n)){const t=this.getAttribute(n);i.call(this,n,r),o.call(this,n,t,r)}else i.call(this,n,r)});const r=t.prototype.removeAttribute;r&&(t.prototype.removeAttribute=function(t){const i=t.toLowerCase();if(e.has(i)){const t=this.getAttribute(i);r.call(this,i),o.call(this,i,t,null)}else r.call(this,i)});const n=t.prototype.toggleAttribute;n&&(t.prototype.toggleAttribute=function(t,i){const r=t.toLowerCase();if(e.has(r)){const t=this.getAttribute(r);n.call(this,r,i);const e=this.getAttribute(r);o.call(this,r,t,e)}else n.call(this,r,i)})},d=e=>{const o=Object.getPrototypeOf(e);if(o!==window.HTMLElement)return o===t?Object.setPrototypeOf(e,window.HTMLElement):d(o)},u=(t,e,o=!1)=>{Object.setPrototypeOf(t,e.elementClass.prototype),r.set(t,e),l=t;try{new e.elementClass}catch(t){d(e.elementClass),new e.elementClass}e.attributeChangedCallback&&e.observedAttributes.forEach((o=>{t.hasAttribute(o)&&e.attributeChangedCallback.call(t,o,null,t.getAttribute(o))})),o&&e.connectedCallback&&t.isConnected&&e.connectedCallback.call(t)},y=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const e=y.apply(this,arguments);return t.customElements&&(e.customElements=t.customElements),e};let g=[document];const b=(t,e,o=void 0)=>{const i=(o?Object.getPrototypeOf(o):t.prototype)[e];t.prototype[e]=function(){g.push(this);const t=i.apply(o||this,arguments);return void 0!==t&&s.set(t,this),g.pop(),t}};b(ShadowRoot,"createElement",document),b(ShadowRoot,"importNode",document),b(Element,"insertAdjacentHTML");const m=(t,e)=>{const o=Object.getOwnPropertyDescriptor(t.prototype,e);Object.defineProperty(t.prototype,e,{...o,set(t){g.push(this),o.set.call(this,t),g.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,e=HTMLElement.prototype.attachInternals,o=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...o){const i=e.call(this,...o);return t.set(i,this),i},o.forEach((e=>{const o=window.ElementInternals.prototype,i=o[e];o[e]=function(...e){const o=t.get(this);if(!0===r.get(o).formAssociated)return i?.call(this,...e);throw new DOMException(`Failed to execute ${i} on 'ElementInternals': The target element is not a form-associated custom element.`)}}));class i extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class n{constructor(t){const e=new Map;t.forEach(((t,o)=>{const i=t.getAttribute("name"),r=e.get(i)||[];this[+o]=t,r.push(t),e.set(i,r)})),this.length=t.length,e.forEach(((t,e)=>{t&&(1===t.length?this[e]=t[0]:this[e]=new i(t))}))}namedItem(t){return this[t]}}const a=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=a.get.call(this,[]),e=[];for(const o of t){const t=r.get(o);t&&!0!==t.formAssociated||e.push(o)}return new n(e)}})}}try{window.customElements.define("custom-element",null)}catch(an){const t=window.customElements.define;window.customElements.define=(e,o,i)=>{if(null!==o)try{t.bind(window.customElements)(e,o,i)}catch(t){console.info(e,o,i,t)}}}class e{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,e){return this.callbacks=[t],this.debounce(e)}queue(t,e){return this.callbacks.push(t),this.debounce(e)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,e)=>{this.resolvePromise=t,this.rejectPromise=e}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,e;const o=[...this.callbacks];this.callbacks=[];const i=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,r=null!==(e=this.resolvePromise)&&void 0!==e?e:()=>null;this.clearPromise();for(let t of o)try{await t()}catch(t){return void i(t)}r(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}
|
|
16
16
|
/**
|
|
17
17
|
* @license
|
|
18
18
|
* Copyright 2019 Google LLC
|
|
@@ -82,14 +82,15 @@ const At=globalThis,Dt=At.trustedTypes,Bt=Dt?Dt.createPolicy("lit-html",{createH
|
|
|
82
82
|
* Copyright 2017 Google LLC
|
|
83
83
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
84
84
|
*/
|
|
85
|
-
let Oe=class extends Mt{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,e,o)=>{const i=o?.renderBefore??e;let r=i._$litPart$;if(void 0===r){const t=o?.renderBefore??null;i._$litPart$=r=new de(e.insertBefore(Gt(),t),t,void 0,o??{})}return r._$AI(t),r})(e,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return ne}};Oe._$litElement$=!0,Oe.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:Oe});const ve=globalThis.litElementPolyfillSupport;ve?.({LitElement:Oe}),(globalThis.litElementVersions??=[]).push("4.0.2");const Ne=t=>"string"==typeof t?vt(t):t;class Se{static create(t,e,o,i){const r=t=>Ne(null!=t?t:i),n=Nt`var(${Ne(t)}, ${r(i)})`;return n.name=t,n.description=e,n.category=o,n.defaultValue=i,n.defaultCssValue=r,n.get=e=>Nt`var(${Ne(t)}, ${r(e)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>i,n}static extend(t,e,o,i){const r=t=>o.get(null!=t?t:i),n=Nt`var(${Ne(t)}, ${r(i)})`;return n.name=t,n.description=e,n.category=o.category,n.fallbackVariable=o,n.defaultValue=i,n.defaultCssValue=r,n.get=e=>Nt`var(${Ne(t)}, ${r(e)})`,n.breadcrumb=()=>[o.name,...o.breadcrumb()],n.lastResortDefaultValue=()=>null!=i?i:o.lastResortDefaultValue(),n}static external(t,e){const o=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):Ne(null!=e?e:t.lastResortDefaultValue()),i=Nt`var(${Ne(t.name)}, ${o(t.defaultValue)})`;return i.name=t.name,i.category=t.category,i.fallbackVariable=t.fallbackVariable,i.defaultValue=t.defaultValue,i.context=e,i.defaultCssValue=o,i.get=e=>Nt`var(${Ne(t.name)}, ${o(e)})`,i.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>t.lastResortDefaultValue(),i}}const we={colorWhite:Se.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:Se.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:Se.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:Se.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:Se.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:Se.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:Se.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:Se.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:Se.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:Se.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:Se.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:Se.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:Se.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:Se.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:Se.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:Se.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:Se.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:Se.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:Se.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:Se.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:Se.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:Se.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:Se.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:Se.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:Se.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:Se.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:Se.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:Se.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:Se.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:Se.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:Se.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:Se.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:Se.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:Se.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:Se.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:Se.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:Se.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:Se.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:Se.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:Se.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:Se.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:Se.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:Se.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:Se.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:Se.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:Se.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:Se.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:Se.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:Se.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:Se.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:Se.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:Se.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:Se.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:Se.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:Se.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:Se.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:Se.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:Se.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:Se.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:Se.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:Se.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:Se.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:Se.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:Se.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:Se.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:Se.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:Se.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:Se.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:Se.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:Se.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:Se.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:Se.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:Se.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:Se.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:Se.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:Se.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:Se.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:Se.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:Se.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:Se.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:Se.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:Se.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:Se.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:Se.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:Se.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:Se.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:Se.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:Se.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:Se.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:Se.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:Se.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:Se.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:Se.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:Se.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:Se.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:Se.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:Se.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:Se.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:Se.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:Se.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:Se.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:Se.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:Se.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:Se.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:Se.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:Se.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:Se.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:Se.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:Se.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:Se.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:Se.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:Se.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:Se.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:Se.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:Se.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:Se.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:Se.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:Se.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:Se.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:Se.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:Se.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:Se.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:Se.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:Se.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:Se.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:Se.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:Se.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:Se.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:Se.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:Se.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:Se.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:Se.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:Se.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:Se.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:Se.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:Se.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:Se.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:Se.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:Se.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:Se.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:Se.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:Se.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:Se.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:Se.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:Se.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:Se.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:Se.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:Se.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:Se.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:Se.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:Se.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:Se.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:Se.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:Se.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:Se.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:Se.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:Se.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:Se.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:Se.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:Se.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:Se.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:Se.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:Se.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:Se.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:Se.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:Se.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:Se.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:Se.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:Se.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:Se.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:Se.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:Se.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:Se.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:Se.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:Se.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:Se.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:Se.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:Se.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:Se.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:Se.create("--ft-icon-size-6","","SIZE","48px"),opacity0:Se.create("--ft-opacity-0","","NUMBER","0"),opacity8:Se.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:Se.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:Se.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:Se.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:Se.create("--ft-opacity-80","","NUMBER","0.8")},Ce={display:{fontFamily:Se.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:Se.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:Se.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:Se.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Se.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:Se.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:Se.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:Se.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:Se.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:Se.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Se.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:Se.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:Se.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:Se.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:Se.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:Se.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Se.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:Se.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:Se.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:Se.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:Se.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:Se.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:Se.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:Se.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:Se.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:Se.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:Se.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:Se.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:Se.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:Se.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:Se.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Se.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:Se.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:Se.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:Se.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:Se.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:Se.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Se.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:Se.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:Se.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:Se.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:Se.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:Se.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:Se.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:Se.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:Se.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:Se.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:Se.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:Se.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Se.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:Se.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:Se.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:Se.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:Se.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:Se.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Se.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:Se.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:Se.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:Se.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:Se.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:Se.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Se.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:Se.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:Se.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:Se.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Se.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:Se.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Se.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:Se.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:Se.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:Se.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Se.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:Se.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:Se.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:Se.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:Se.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:Se.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Se.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:Se.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Se.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:Se.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:Se.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:Se.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Se.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:Se.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Se.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:Se.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:Se.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:Se.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Se.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:Se.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:Se.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:Se.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:Se.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:Se.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Se.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:Se.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Se.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:Se.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:Se.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:Se.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Se.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:Se.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Se.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:Se.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:Se.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:Se.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Se.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:Se.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:Se.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:Se.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:Se.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:Se.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Se.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:Se.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Se.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:Se.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:Se.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:Se.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Se.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:Se.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Se.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:Se.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:Se.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:Se.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Se.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:Se.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:Se.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:Se.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:Se.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:Se.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Se.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")}},Re={backgroundActionPrimary:Se.extend("--ft-background-action-primary","Used as backgorund of primary action components.",we.colorBrand0),backgroundErrorPrimary:Se.extend("--ft-background-error-primary","Used as background of error components.",we.colorRed0),backgroundErrorSubtle:Se.extend("--ft-background-error-subtle","Used as background of subtle error components.",we.colorRed10),backgroundInfoPrimary:Se.extend("--ft-background-info-primary","Used as background of information components.",we.colorCyan200),backgroundInfoSubtle:Se.extend("--ft-background-info-subtle","Used as background of subtle information components.",we.colorCyan10),backgroundWarningPrimary:Se.extend("--ft-background-warning-primary","Used as background of warning components.",we.colorOrange300),backgroundWarningSubtle:Se.extend("--ft-background-warning-subtle","Used as background of subtle information components.",we.colorOrange10),backgroundSuccessPrimary:Se.extend("--ft-background-success-primary","Used as background of success components.",we.colorGreen200),backgroundSuccessSubtle:Se.extend("--ft-background-success-subtle","Used as background of subtle success components.",we.colorGreen10),backgroundGlobalSurface:Se.extend("--ft-background-global-surface","Used as app background.",we.colorWhite),backgroundGlobalOnSurface:Se.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",we.colorGray10),backgroundGlobalOnSurfaceDark:Se.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",we.colorGray30),contentActionPrimary:Se.extend("--ft-content-action-primary","Used on label of primary action on light surface.",we.colorBrand0),contentWarningPrimary:Se.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",we.colorOrange300),contentWarningIconOnly:Se.extend("--ft-content-warning-icon-only","Used on warning status icons alone",we.colorOrange0),contentErrorPrimary:Se.extend("--ft-content-error-primary","Used on label of error messages on light surface.",we.colorRed0),contentErrorIconOnly:Se.extend("--ft-content-error-icon-only","Used on error status icons alone",we.colorRed0),contentInfoPrimary:Se.extend("--ft-content-info-primary","Used on label of information messages on light surface.",we.colorCyan200),contentInfoIconOnly:Se.extend("--ft-content-info-icon-only","Used on info status icons alone",we.colorCyan0),contentSuccessIconOnly:Se.extend("--ft-content-success-icon-only","Used on success status icons alone",we.colorGreen0),contentSuccessPrimary:Se.extend("--ft-content-success-primary","Used on label of success messages on light surface.",we.colorGreen200),contentGlobalPrimary:Se.extend("--ft-content-global-primary","Used for main content on the page.",we.colorGray500),contentGlobalSecondary:Se.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",we.colorGray200),contentGlobalSubtle:Se.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",we.colorGray0),contentGlobalOnColor:Se.extend("--ft-content-global-on-color","Used for content on a dominant color.",we.colorWhite),borderActionPrimary:Se.extend("--ft-border-action-primary","Used as border for primary action components.",we.colorBrand0),borderActionFocusRing:Se.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",we.colorCyan0),borderWarningPrimary:Se.extend("--ft-border-warning-primary","Used as border for warning components.",we.colorOrange30),borderSuccessPrimary:Se.extend("--ft-border-success-primary","Used as border for success components.",we.colorGreen30),borderErrorPrimary:Se.extend("--ft-border-error-primary","Used as border for error components.",we.colorRed30),borderInfoPrimary:Se.extend("--ft-border-info-primary","Used as border for information components.",we.colorCyan30),borderGlobalSubtle:Se.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",we.colorGray30),borderGlobalPrimary:Se.extend("--ft-border-global-primary","Used as border for element like input.",we.colorGray50),borderInputPrimary:Se.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",we.colorGray80)};Se.create("--ft-button-large-height","","SIZE","40px"),Se.extend("--ft-button-large-horizontal-padding","",we.spacing4),Se.extend("--ft-button-large-gap","",we.spacing2),Se.extend("--ft-button-large-border-radius","",we.borderRadiusS),Se.extend("--ft-button-large-icon-size","",we.iconSize3),Se.create("--ft-button-large-border-width","","SIZE","1px"),Se.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),Se.create("--ft-button-large-focus-outline-width","","SIZE","2px"),Se.create("--ft-button-large-icon-only-width","","SIZE","40px"),Se.create("--ft-button-small-height","","SIZE","30px"),Se.extend("--ft-button-small-horizontal-padding","",we.spacing3),Se.extend("--ft-button-small-gap","",we.spacing2),Se.extend("--ft-button-small-border-radius","",we.borderRadiusS),Se.extend("--ft-button-small-icon-size","",we.iconSize2),Se.create("--ft-button-small-border-width","","SIZE","1px"),Se.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),Se.create("--ft-button-small-focus-outline-width","","SIZE","2px"),Se.create("--ft-button-small-icon-only-width","","SIZE","30px"),Se.extend("--ft-button-primary-background-color","",Re.backgroundActionPrimary),Se.extend("--ft-button-primary-color","",Re.contentGlobalOnColor),Se.extend("--ft-button-primary-icon-color","",Re.contentGlobalOnColor),Se.extend("--ft-button-primary-state-layer-color","",Re.contentGlobalOnColor),Se.extend("--ft-button-primary-state-layer-opacity-hover","",we.opacity16),Se.extend("--ft-button-primary-state-layer-opacity-focus","",we.opacity16),Se.extend("--ft-button-primary-state-layer-opacity-active","",we.opacity24),Se.extend("--ft-button-primary-component-opacity-disabled","",we.opacity40),Se.extend("--ft-button-focus-focus-ring-color","",Re.borderActionFocusRing),Se.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),Se.extend("--ft-button-tertiary-color","",Re.contentActionPrimary),Se.extend("--ft-button-tertiary-icon-color","",Re.contentActionPrimary),Se.extend("--ft-button-tertiary-state-layer-color","",Re.contentActionPrimary),Se.extend("--ft-button-tertiary-state-layer-opacity-hover","",we.opacity8),Se.extend("--ft-button-tertiary-state-layer-opacity-focus","",we.opacity8),Se.extend("--ft-button-tertiary-state-layer-opacity-active","",we.opacity16),Se.extend("--ft-button-tertiary-component-opacity-disabled","",we.opacity40),Se.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),Se.extend("--ft-button-secondary-color","",Re.contentActionPrimary),Se.extend("--ft-button-secondary-icon-color","",Re.contentActionPrimary),Se.extend("--ft-button-secondary-state-layer-color","",Re.contentActionPrimary),Se.extend("--ft-button-secondary-state-layer-opacity-hover","",we.opacity8),Se.extend("--ft-button-secondary-state-layer-opacity-focus","",we.opacity8),Se.extend("--ft-button-secondary-state-layer-opacity-active","",we.opacity16),Se.extend("--ft-button-secondary-component-opacity-disabled","",we.opacity40),Se.extend("--ft-button-secondary-border-color","",Re.borderActionPrimary),Se.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),Se.extend("--ft-button-neutral-icon-color","",Re.contentGlobalSecondary),Se.extend("--ft-button-neutral-color","",Re.contentGlobalSecondary),Se.extend("--ft-button-neutral-state-layer-color","",Re.contentGlobalSecondary),Se.extend("--ft-button-neutral-state-layer-opacity-hover","",we.opacity8),Se.extend("--ft-button-neutral-state-layer-opacity-focus","",we.opacity8),Se.extend("--ft-button-neutral-state-layer-opacity-active","",we.opacity16),Se.extend("--ft-button-neutral-component-opacity-disabled","",we.opacity40),Se.extend("--ft-tabs-top-left-border-radius","",we.borderRadiusS),Se.extend("--ft-tabs-top-right-border-radius","",we.borderRadiusS),Se.extend("--ft-tabs-label-horizontal-padding","",we.spacing4),Se.extend("--ft-tabs-label-vertical-padding","",we.spacing3),Se.extend("--ft-tabs-label-gap","",we.spacing1),Se.extend("--ft-switch-group-horizontal-padding","",we.spacing1),Se.extend("--ft-switch-group-vertical-padding","",we.spacing1),Se.extend("--ft-switch-group-gap","",we.spacing1),Se.extend("--ft-switch-group-background-color","",Re.backgroundGlobalSurface),Se.extend("--ft-switch-group-border-color","",Re.borderGlobalSubtle),Se.create("--ft-switch-group-border-radius","","SIZE","6px"),Se.extend("--ft-switch-label-horizontal-padding","",we.spacing2),Se.extend("--ft-switch-label-vertical-padding","",we.spacing1),Se.extend("--ft-switch-icon-horizontal-padding","",we.spacing1),Se.extend("--ft-switch-icon-vertical-padding","",we.spacing1),Se.create("--ft-switch-focus-outline-width","","SIZE","2px"),Se.extend("--ft-switch-focus-focus-ring-color","",Re.borderActionFocusRing),Se.extend("--ft-switch-option-border-radius","",we.borderRadiusS),Se.extend("--ft-switch-off-state-layer-opacity-hover","",we.opacity8),Se.extend("--ft-switch-off-state-layer-opacity-focus","",we.opacity8),Se.extend("--ft-switch-off-state-layer-opacity-active","",we.opacity16),Se.extend("--ft-switch-off-component-opacity-disabled","",we.opacity40),Se.extend("--ft-switch-off-color","",Re.contentGlobalSubtle),Se.extend("--ft-switch-off-state-layer-color","",Re.contentGlobalSubtle),Se.extend("--ft-chart-1-light","for area color charts",we.colorBrand40),Se.extend("--ft-chart-1-base","for line charts",we.colorBrand0),Se.extend("--ft-chart-2-light","for area color charts",we.colorYellow60),Se.extend("--ft-chart-2-base","for line charts",we.colorYellow100),Se.extend("--ft-chart-3-light","",we.colorUltramarine40),Se.extend("--ft-chart-3-base","",we.colorUltramarine70),Se.extend("--ft-chart-4-light","",we.colorCyan50),Se.extend("--ft-chart-4-base","",we.colorCyan100),Se.extend("--ft-chart-5-light","",we.colorRed40),Se.extend("--ft-chart-5-base","",we.colorRed60),Se.extend("--ft-chart-6-light","",we.colorGreen40),Se.extend("--ft-chart-6-base","",we.colorGreen70),Se.extend("--ft-chart-7-light","",we.colorOrange70),Se.extend("--ft-chart-7-base","",we.colorOrange100),Se.extend("--ft-chart-8-light","",we.colorAvocado70),Se.extend("--ft-chart-8-base","",we.colorAvocado200),Se.extend("--ft-chart-9-light","",we.colorBrown50),Se.extend("--ft-chart-9-base","",we.colorBrown200),Se.extend("--ft-chart-10-light","",we.colorGray50),Se.extend("--ft-chart-10-base","",we.colorGray80),Se.extend("--ft-chart-monochrome-10","",we.colorBrand10),Se.extend("--ft-chart-monochrome-20","",we.colorBrand20),Se.extend("--ft-chart-monochrome-30","",we.colorBrand40),Se.extend("--ft-chart-monochrome-40","",we.colorBrand60),Se.extend("--ft-chart-monochrome-50","",we.colorBrand0),Se.extend("--ft-chart-monochrome-60","",we.colorBrand200),Se.extend("--ft-chip-large-horizontal-padding","",we.spacing4),Se.extend("--ft-chip-large-vertical-padding","",we.spacing2),Se.extend("--ft-chip-large-gap","",we.spacing1),Se.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),Se.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),Se.extend("--ft-chip-large-border-radius","",we.borderRadiusPill),Se.create("--ft-chip-large-border-width","","SIZE","1px"),Se.extend("--ft-chip-large-icon-size","",we.iconSize3),Se.extend("--ft-chip-medium-horizontal-padding","",we.spacing3),Se.extend("--ft-chip-medium-vertical-padding","",we.spacing1),Se.extend("--ft-chip-medium-gap","",we.spacing1),Se.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),Se.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),Se.extend("--ft-chip-medium-border-radius","",we.borderRadiusPill),Se.create("--ft-chip-medium-border-width","","SIZE","1px"),Se.extend("--ft-chip-medium-icon-size","",we.iconSize2),Se.extend("--ft-chip-small-horizontal-padding","",we.spacing2),Se.extend("--ft-chip-small-vertical-padding","",we.spacing05),Se.extend("--ft-chip-small-gap","",we.spacing1),Se.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),Se.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),Se.extend("--ft-chip-small-border-radius","",we.borderRadiusPill),Se.create("--ft-chip-small-border-width","","SIZE","1px"),Se.extend("--ft-chip-small-icon-size","",we.iconSize1),Se.extend("--ft-chip-neutral-background-color","",Re.backgroundGlobalOnSurface),Se.extend("--ft-chip-neutral-color","",Re.contentGlobalPrimary),Se.extend("--ft-chip-neutral-border-color","",Re.borderGlobalSubtle),Se.extend("--ft-chip-info-background-color","",Re.backgroundInfoSubtle),Se.extend("--ft-chip-info-color","",Re.contentInfoPrimary),Se.extend("--ft-chip-info-border-color","",Re.borderInfoPrimary),Se.extend("--ft-chip-success-background-color","",Re.backgroundSuccessSubtle),Se.extend("--ft-chip-success-color","",Re.contentSuccessPrimary),Se.extend("--ft-chip-success-border-color","",Re.borderSuccessPrimary),Se.extend("--ft-chip-warning-background-color","",Re.backgroundWarningSubtle),Se.extend("--ft-chip-warning-color","",Re.contentWarningPrimary),Se.extend("--ft-chip-warning-border-color","",Re.borderWarningPrimary),Se.extend("--ft-chip-error-background-color","",Re.backgroundErrorSubtle),Se.extend("--ft-chip-error-color","",Re.contentErrorPrimary),Se.extend("--ft-chip-error-border-color","",Re.borderErrorPrimary),Se.create("--ft-notice-border-width","","SIZE","1px"),Se.extend("--ft-notice-horizontal-padding","",we.spacing2),Se.extend("--ft-notice-vertical-padding","",we.spacing1),Se.extend("--ft-notice-border-radius","",we.borderRadiusS),Se.extend("--ft-notice-gap","",we.spacing2),Se.extend("--ft-notice-icon-size","",we.iconSize3),Se.extend("--ft-notice-info-background-color","",Re.backgroundInfoSubtle),Se.extend("--ft-notice-info-border-color","",Re.borderInfoPrimary),Se.extend("--ft-notice-info-color","",Re.contentInfoPrimary),Se.extend("--ft-notice-warning-background-color","",Re.backgroundWarningSubtle),Se.extend("--ft-notice-warning-border-color","",Re.borderWarningPrimary),Se.extend("--ft-notice-warning-color","",Re.contentWarningPrimary),Se.extend("--ft-checkbox-label-color","",Re.contentGlobalPrimary),Se.extend("--ft-checkbox-checked-background-color","",Re.contentActionPrimary),Se.extend("--ft-checkbox-checked-state-layer-color","",Re.contentActionPrimary),Se.extend("--ft-checkbox-checked-color","",Re.contentGlobalOnColor),Se.extend("--ft-checkbox-checked-state-layer-opacity-hover","",we.opacity16),Se.extend("--ft-checkbox-checked-state-layer-opacity-focus","",we.opacity16),Se.extend("--ft-checkbox-checked-state-layer-opacity-active","",we.opacity24),Se.extend("--ft-checkbox-checked-component-opacity-disabled","",we.opacity40),Se.extend("--ft-checkbox-unchecked-border-color","",we.colorGray80),Se.extend("--ft-checkbox-unchecked-state-layer-color","",we.colorGray80),Se.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",we.opacity16),Se.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",we.opacity16),Se.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",we.opacity24),Se.extend("--ft-checkbox-unchecked-component-opacity-disabled","",we.opacity40),Se.extend("--ft-checkbox-focus-focus-ring-color","",Re.borderActionFocusRing),Se.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),Se.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),Se.extend("--ft-checkbox-gap","",we.spacing3),Se.extend("--ft-toggle-off-state-layer-opacity-hover","",we.opacity16),Se.extend("--ft-toggle-off-state-layer-opacity-focus","",we.opacity16),Se.extend("--ft-toggle-off-state-layer-opacity-active","",we.opacity24),Se.extend("--ft-toggle-off-component-opacity-disabled","",we.opacity40),Se.extend("--ft-toggle-off-background-color","",Re.contentGlobalSubtle),Se.extend("--ft-toggle-off-icon-color","",Re.contentGlobalSubtle),Se.extend("--ft-toggle-off-state-layer-color","",Re.contentGlobalSubtle),Se.extend("--ft-toggle-on-state-layer-opacity-hover","",we.opacity16),Se.extend("--ft-toggle-on-state-layer-opacity-focus","",we.opacity16),Se.extend("--ft-toggle-on-state-layer-opacity-active","",we.opacity24),Se.extend("--ft-toggle-on-component-opacity-disabled","",we.opacity40),Se.extend("--ft-toggle-on-background-color","",Re.contentActionPrimary),Se.extend("--ft-toggle-on-icon-color","",Re.contentActionPrimary),Se.extend("--ft-toggle-on-state-layer-color","",Re.contentActionPrimary),Se.extend("--ft-toggle-label-color","",Re.contentGlobalPrimary),Se.extend("--ft-toggle-focus-focus-ring-color","",Re.borderActionFocusRing),Se.extend("--ft-toggle-gap","",we.spacing3),Se.extend("--ft-radio-label-color","",Re.contentGlobalPrimary),Se.extend("--ft-radio-selected-color","",Re.contentActionPrimary),Se.extend("--ft-radio-selected-state-layer-color","",Re.contentActionPrimary),Se.extend("--ft-radio-selected-state-layer-opacity-hover","",we.opacity16),Se.extend("--ft-radio-selected-state-layer-opacity-focus","",we.opacity16),Se.extend("--ft-radio-selected-state-layer-opacity-active","",we.opacity24),Se.extend("--ft-radio-selected-component-opacity-disabled","",we.opacity40),Se.extend("--ft-radio-unselected-state-layer-color","",we.colorGray80),Se.extend("--ft-radio-unselected-state-layer-opacity-hover","",we.opacity16),Se.extend("--ft-radio-unselected-state-layer-opacity-focus","",we.opacity16),Se.extend("--ft-radio-unselected-state-layer-opacity-active","",we.opacity24),Se.extend("--ft-radio-unselected-component-opacity-disabled","",we.opacity40),Se.extend("--ft-radio-focus-focus-ring-color","",Re.borderActionFocusRing),Se.create("--ft-radio-focus-outline-offset","","SIZE","3px"),Se.create("--ft-radio-focus-outline-width","","SIZE","2px"),Se.extend("--ft-radio-gap","",we.spacing3),Se.extend("--ft-notification-icon-size","",we.iconSize4),Se.extend("--ft-notification-horizontal-padding","",we.spacing4),Se.extend("--ft-notification-vertical-padding","",we.spacing4),Se.extend("--ft-notification-info-background-color","",Re.backgroundInfoSubtle),Se.extend("--ft-notification-info-color","",Re.contentInfoPrimary),Se.extend("--ft-notification-info-border-color","",Re.borderInfoPrimary),Se.extend("--ft-notification-success-background-color","",Re.backgroundSuccessSubtle),Se.extend("--ft-notification-success-color","",Re.contentSuccessPrimary),Se.extend("--ft-notification-success-border-color","",Re.borderSuccessPrimary),Se.extend("--ft-notification-warning-background-color","",Re.backgroundWarningSubtle),Se.extend("--ft-notification-warning-color","",Re.contentWarningPrimary),Se.extend("--ft-notification-warning-border-color","",Re.borderWarningPrimary),Se.extend("--ft-notification-error-background-color","",Re.backgroundErrorSubtle),Se.extend("--ft-notification-error-color","",Re.contentErrorPrimary),Se.extend("--ft-notification-error-border-color","",Re.borderErrorPrimary),Se.extend("--ft-notification-border-radius","",we.borderRadiusPill),Se.create("--ft-notification-border-width","","SIZE","1px"),Se.extend("--ft-notification-gap-leading","",we.spacing2),Se.extend("--ft-notification-gap-trailing","",we.spacing8);const Ee={colorPrimary:Se.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:Se.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:Se.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:Se.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:Se.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:Se.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:Se.create("--ft-color-error","","COLOR","#B00020"),colorOutline:Se.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:Se.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:Se.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:Se.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:Se.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:Se.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:Se.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:Se.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:Se.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:Se.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:Se.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:Se.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:Se.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:Se.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:Se.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:Se.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:Se.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:Se.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:Se.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:Se.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:Se.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:Se.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:Se.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:Se.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:Se.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:Se.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:Se.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:Se.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:Se.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:Se.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:Se.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:Se.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:Se.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:Se.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:Se.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:Se.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:Se.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:Se.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:Se.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:Se.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:Se.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:Se.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:Se.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:Se.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:Se.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:Se.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:Se.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:Se.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:Se.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:Se.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:Se.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:Se.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:Se.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:Se.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:Se.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};class Ue extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}}class $e extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}}
|
|
85
|
+
let Oe=class extends Mt{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){const t=super.createRenderRoot();return this.renderOptions.renderBefore??=t.firstChild,t}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,e,o)=>{const i=o?.renderBefore??e;let r=i._$litPart$;if(void 0===r){const t=o?.renderBefore??null;i._$litPart$=r=new de(e.insertBefore(Gt(),t),t,void 0,o??{})}return r._$AI(t),r})(e,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return ne}};Oe._$litElement$=!0,Oe.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:Oe});const ve=globalThis.litElementPolyfillSupport;ve?.({LitElement:Oe}),(globalThis.litElementVersions??=[]).push("4.0.2");const Ne=t=>"string"==typeof t?vt(t):t;class Se{static create(t,e,o,i){const r=t=>Ne(null!=t?t:i),n=Nt`var(${Ne(t)}, ${r(i)})`;return n.name=t,n.description=e,n.category=o,n.defaultValue=i,n.defaultCssValue=r,n.get=e=>Nt`var(${Ne(t)}, ${r(e)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>i,n}static extend(t,e,o,i){const r=t=>o.get(null!=t?t:i),n=Nt`var(${Ne(t)}, ${r(i)})`;return n.name=t,n.description=e,n.category=o.category,n.fallbackVariable=o,n.defaultValue=i,n.defaultCssValue=r,n.get=e=>Nt`var(${Ne(t)}, ${r(e)})`,n.breadcrumb=()=>[o.name,...o.breadcrumb()],n.lastResortDefaultValue=()=>null!=i?i:o.lastResortDefaultValue(),n}static external(t,e){const o=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):Ne(null!=e?e:t.lastResortDefaultValue()),i=Nt`var(${Ne(t.name)}, ${o(t.defaultValue)})`;return i.name=t.name,i.category=t.category,i.fallbackVariable=t.fallbackVariable,i.defaultValue=t.defaultValue,i.context=e,i.defaultCssValue=o,i.get=e=>Nt`var(${Ne(t.name)}, ${o(e)})`,i.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>t.lastResortDefaultValue(),i}}const we={colorWhite:Se.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:Se.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:Se.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:Se.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:Se.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:Se.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:Se.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:Se.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:Se.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:Se.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:Se.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:Se.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:Se.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:Se.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:Se.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:Se.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:Se.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:Se.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:Se.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:Se.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:Se.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:Se.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:Se.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:Se.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:Se.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:Se.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:Se.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:Se.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:Se.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:Se.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:Se.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:Se.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:Se.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:Se.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:Se.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:Se.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:Se.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:Se.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:Se.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:Se.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:Se.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:Se.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:Se.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:Se.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:Se.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:Se.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:Se.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:Se.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:Se.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:Se.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:Se.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:Se.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:Se.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:Se.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:Se.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:Se.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:Se.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:Se.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:Se.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:Se.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:Se.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:Se.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:Se.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:Se.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:Se.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:Se.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:Se.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:Se.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:Se.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:Se.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:Se.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:Se.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:Se.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:Se.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:Se.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:Se.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:Se.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:Se.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:Se.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:Se.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:Se.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:Se.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:Se.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:Se.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:Se.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:Se.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:Se.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:Se.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:Se.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:Se.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:Se.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:Se.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:Se.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:Se.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:Se.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:Se.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:Se.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:Se.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:Se.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:Se.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:Se.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:Se.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:Se.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:Se.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:Se.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:Se.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:Se.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:Se.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:Se.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:Se.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:Se.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:Se.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:Se.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:Se.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:Se.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:Se.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:Se.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:Se.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:Se.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:Se.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:Se.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:Se.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:Se.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:Se.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:Se.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:Se.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:Se.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:Se.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:Se.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:Se.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:Se.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:Se.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:Se.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:Se.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:Se.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:Se.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:Se.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:Se.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:Se.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:Se.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:Se.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:Se.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:Se.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:Se.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:Se.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:Se.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:Se.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:Se.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:Se.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:Se.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:Se.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:Se.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:Se.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:Se.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:Se.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:Se.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:Se.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:Se.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:Se.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:Se.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:Se.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:Se.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:Se.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:Se.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:Se.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:Se.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:Se.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:Se.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:Se.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:Se.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:Se.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:Se.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:Se.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:Se.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:Se.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:Se.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:Se.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:Se.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:Se.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:Se.create("--ft-icon-size-6","","SIZE","48px"),opacity0:Se.create("--ft-opacity-0","","NUMBER","0"),opacity8:Se.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:Se.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:Se.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:Se.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:Se.create("--ft-opacity-80","","NUMBER","0.8")},Ce={display:{fontFamily:Se.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:Se.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:Se.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:Se.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Se.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:Se.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:Se.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:Se.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:Se.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:Se.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Se.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:Se.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:Se.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:Se.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:Se.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:Se.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:Se.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:Se.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:Se.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:Se.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:Se.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:Se.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:Se.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:Se.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:Se.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:Se.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:Se.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:Se.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:Se.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:Se.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:Se.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Se.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:Se.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:Se.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:Se.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:Se.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:Se.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Se.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:Se.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:Se.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:Se.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:Se.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:Se.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:Se.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:Se.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:Se.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:Se.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:Se.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:Se.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Se.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:Se.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:Se.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:Se.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:Se.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:Se.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Se.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:Se.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:Se.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:Se.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:Se.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:Se.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Se.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:Se.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:Se.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:Se.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Se.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:Se.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Se.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:Se.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:Se.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:Se.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Se.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:Se.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:Se.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:Se.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:Se.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:Se.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Se.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:Se.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Se.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:Se.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:Se.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:Se.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Se.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:Se.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Se.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:Se.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:Se.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:Se.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Se.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:Se.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:Se.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:Se.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:Se.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:Se.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:Se.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:Se.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:Se.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:Se.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:Se.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:Se.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Se.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:Se.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Se.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:Se.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:Se.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:Se.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Se.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:Se.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:Se.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:Se.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:Se.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:Se.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Se.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:Se.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:Se.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:Se.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:Se.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:Se.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:Se.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:Se.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:Se.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:Se.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:Se.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:Se.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:Se.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:Se.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:Se.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:Se.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:Se.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:Se.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:Se.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:Se.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:Se.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:Se.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")}},Re={backgroundActionPrimary:Se.extend("--ft-background-action-primary","Used as backgorund of primary action components.",we.colorBrand0),backgroundErrorPrimary:Se.extend("--ft-background-error-primary","Used as background of error components.",we.colorRed0),backgroundErrorSubtle:Se.extend("--ft-background-error-subtle","Used as background of subtle error components.",we.colorRed10),backgroundInfoPrimary:Se.extend("--ft-background-info-primary","Used as background of information components.",we.colorCyan200),backgroundInfoSubtle:Se.extend("--ft-background-info-subtle","Used as background of subtle information components.",we.colorCyan10),backgroundWarningPrimary:Se.extend("--ft-background-warning-primary","Used as background of warning components.",we.colorOrange300),backgroundWarningSubtle:Se.extend("--ft-background-warning-subtle","Used as background of subtle information components.",we.colorOrange10),backgroundSuccessPrimary:Se.extend("--ft-background-success-primary","Used as background of success components.",we.colorGreen200),backgroundSuccessSubtle:Se.extend("--ft-background-success-subtle","Used as background of subtle success components.",we.colorGreen10),backgroundGlobalSurface:Se.extend("--ft-background-global-surface","Used as app background.",we.colorWhite),backgroundGlobalOnSurface:Se.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",we.colorGray10),backgroundGlobalOnSurfaceDark:Se.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",we.colorGray30),contentActionPrimary:Se.extend("--ft-content-action-primary","Used on label of primary action on light surface.",we.colorBrand0),contentWarningPrimary:Se.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",we.colorOrange300),contentWarningIconOnly:Se.extend("--ft-content-warning-icon-only","Used on warning status icons alone",we.colorOrange0),contentErrorPrimary:Se.extend("--ft-content-error-primary","Used on label of error messages on light surface.",we.colorRed0),contentErrorIconOnly:Se.extend("--ft-content-error-icon-only","Used on error status icons alone",we.colorRed0),contentInfoPrimary:Se.extend("--ft-content-info-primary","Used on label of information messages on light surface.",we.colorCyan200),contentInfoIconOnly:Se.extend("--ft-content-info-icon-only","Used on info status icons alone",we.colorCyan0),contentSuccessIconOnly:Se.extend("--ft-content-success-icon-only","Used on success status icons alone",we.colorGreen0),contentSuccessPrimary:Se.extend("--ft-content-success-primary","Used on label of success messages on light surface.",we.colorGreen200),contentGlobalPrimary:Se.extend("--ft-content-global-primary","Used for main content on the page.",we.colorGray500),contentGlobalSecondary:Se.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",we.colorGray200),contentGlobalSubtle:Se.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",we.colorGray0),contentGlobalOnColor:Se.extend("--ft-content-global-on-color","Used for content on a dominant color.",we.colorWhite),borderActionPrimary:Se.extend("--ft-border-action-primary","Used as border for primary action components.",we.colorBrand0),borderActionFocusRing:Se.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",we.colorCyan0),borderWarningPrimary:Se.extend("--ft-border-warning-primary","Used as border for warning components.",we.colorOrange30),borderSuccessPrimary:Se.extend("--ft-border-success-primary","Used as border for success components.",we.colorGreen30),borderErrorPrimary:Se.extend("--ft-border-error-primary","Used as border for error components.",we.colorRed30),borderInfoPrimary:Se.extend("--ft-border-info-primary","Used as border for information components.",we.colorCyan30),borderGlobalSubtle:Se.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",we.colorGray30),borderGlobalPrimary:Se.extend("--ft-border-global-primary","Used as border for element like input.",we.colorGray50),borderInputPrimary:Se.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",we.colorGray80)};Se.create("--ft-button-large-height","","SIZE","40px"),Se.extend("--ft-button-large-horizontal-padding","",we.spacing4),Se.extend("--ft-button-large-gap","",we.spacing2),Se.extend("--ft-button-large-border-radius","",we.borderRadiusS),Se.extend("--ft-button-large-icon-size","",we.iconSize3),Se.create("--ft-button-large-border-width","","SIZE","1px"),Se.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),Se.create("--ft-button-large-focus-outline-width","","SIZE","2px"),Se.create("--ft-button-large-icon-only-width","","SIZE","40px"),Se.create("--ft-button-small-height","","SIZE","30px"),Se.extend("--ft-button-small-horizontal-padding","",we.spacing3),Se.extend("--ft-button-small-gap","",we.spacing2),Se.extend("--ft-button-small-border-radius","",we.borderRadiusS),Se.extend("--ft-button-small-icon-size","",we.iconSize2),Se.create("--ft-button-small-border-width","","SIZE","1px"),Se.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),Se.create("--ft-button-small-focus-outline-width","","SIZE","2px"),Se.create("--ft-button-small-icon-only-width","","SIZE","30px"),Se.extend("--ft-button-primary-background-color","",Re.backgroundActionPrimary),Se.extend("--ft-button-primary-color","",Re.contentGlobalOnColor),Se.extend("--ft-button-primary-icon-color","",Re.contentGlobalOnColor),Se.extend("--ft-button-primary-state-layer-color","",Re.contentGlobalOnColor),Se.extend("--ft-button-primary-state-layer-opacity-hover","",we.opacity16),Se.extend("--ft-button-primary-state-layer-opacity-focus","",we.opacity16),Se.extend("--ft-button-primary-state-layer-opacity-active","",we.opacity24),Se.extend("--ft-button-primary-component-opacity-disabled","",we.opacity40),Se.extend("--ft-button-focus-focus-ring-color","",Re.borderActionFocusRing),Se.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),Se.extend("--ft-button-tertiary-color","",Re.contentActionPrimary),Se.extend("--ft-button-tertiary-icon-color","",Re.contentActionPrimary),Se.extend("--ft-button-tertiary-state-layer-color","",Re.contentActionPrimary),Se.extend("--ft-button-tertiary-state-layer-opacity-hover","",we.opacity8),Se.extend("--ft-button-tertiary-state-layer-opacity-focus","",we.opacity8),Se.extend("--ft-button-tertiary-state-layer-opacity-active","",we.opacity16),Se.extend("--ft-button-tertiary-component-opacity-disabled","",we.opacity40),Se.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),Se.extend("--ft-button-secondary-color","",Re.contentActionPrimary),Se.extend("--ft-button-secondary-icon-color","",Re.contentActionPrimary),Se.extend("--ft-button-secondary-state-layer-color","",Re.contentActionPrimary),Se.extend("--ft-button-secondary-state-layer-opacity-hover","",we.opacity8),Se.extend("--ft-button-secondary-state-layer-opacity-focus","",we.opacity8),Se.extend("--ft-button-secondary-state-layer-opacity-active","",we.opacity16),Se.extend("--ft-button-secondary-component-opacity-disabled","",we.opacity40),Se.extend("--ft-button-secondary-border-color","",Re.borderActionPrimary),Se.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),Se.extend("--ft-button-neutral-icon-color","",Re.contentGlobalSecondary),Se.extend("--ft-button-neutral-color","",Re.contentGlobalSecondary),Se.extend("--ft-button-neutral-state-layer-color","",Re.contentGlobalSecondary),Se.extend("--ft-button-neutral-state-layer-opacity-hover","",we.opacity8),Se.extend("--ft-button-neutral-state-layer-opacity-focus","",we.opacity8),Se.extend("--ft-button-neutral-state-layer-opacity-active","",we.opacity16),Se.extend("--ft-button-neutral-component-opacity-disabled","",we.opacity40),Se.extend("--ft-tabs-top-left-border-radius","",we.borderRadiusS),Se.extend("--ft-tabs-top-right-border-radius","",we.borderRadiusS),Se.extend("--ft-tabs-label-horizontal-padding","",we.spacing4),Se.extend("--ft-tabs-label-vertical-padding","",we.spacing3),Se.extend("--ft-tabs-label-gap","",we.spacing1),Se.extend("--ft-switch-group-horizontal-padding","",we.spacing1),Se.extend("--ft-switch-group-vertical-padding","",we.spacing1),Se.extend("--ft-switch-group-gap","",we.spacing1),Se.extend("--ft-switch-group-background-color","",Re.backgroundGlobalSurface),Se.extend("--ft-switch-group-border-color","",Re.borderGlobalSubtle),Se.create("--ft-switch-group-border-radius","","SIZE","6px"),Se.extend("--ft-switch-label-horizontal-padding","",we.spacing2),Se.extend("--ft-switch-label-vertical-padding","",we.spacing1),Se.extend("--ft-switch-icon-horizontal-padding","",we.spacing1),Se.extend("--ft-switch-icon-vertical-padding","",we.spacing1),Se.create("--ft-switch-focus-outline-width","","SIZE","2px"),Se.extend("--ft-switch-focus-focus-ring-color","",Re.borderActionFocusRing),Se.extend("--ft-switch-option-border-radius","",we.borderRadiusS),Se.extend("--ft-switch-off-state-layer-opacity-hover","",we.opacity8),Se.extend("--ft-switch-off-state-layer-opacity-focus","",we.opacity8),Se.extend("--ft-switch-off-state-layer-opacity-active","",we.opacity16),Se.extend("--ft-switch-off-component-opacity-disabled","",we.opacity40),Se.extend("--ft-switch-off-color","",Re.contentGlobalSubtle),Se.extend("--ft-switch-off-state-layer-color","",Re.contentGlobalSubtle),Se.extend("--ft-chart-1-light","for area color charts",we.colorBrand40),Se.extend("--ft-chart-1-base","for line charts",we.colorBrand0),Se.extend("--ft-chart-2-light","for area color charts",we.colorYellow60),Se.extend("--ft-chart-2-base","for line charts",we.colorYellow100),Se.extend("--ft-chart-3-light","",we.colorUltramarine40),Se.extend("--ft-chart-3-base","",we.colorUltramarine70),Se.extend("--ft-chart-4-light","",we.colorCyan50),Se.extend("--ft-chart-4-base","",we.colorCyan100),Se.extend("--ft-chart-5-light","",we.colorRed40),Se.extend("--ft-chart-5-base","",we.colorRed60),Se.extend("--ft-chart-6-light","",we.colorGreen40),Se.extend("--ft-chart-6-base","",we.colorGreen70),Se.extend("--ft-chart-7-light","",we.colorOrange70),Se.extend("--ft-chart-7-base","",we.colorOrange100),Se.extend("--ft-chart-8-light","",we.colorAvocado70),Se.extend("--ft-chart-8-base","",we.colorAvocado200),Se.extend("--ft-chart-9-light","",we.colorBrown50),Se.extend("--ft-chart-9-base","",we.colorBrown200),Se.extend("--ft-chart-10-light","",we.colorGray50),Se.extend("--ft-chart-10-base","",we.colorGray80),Se.extend("--ft-chart-monochrome-10","",we.colorBrand10),Se.extend("--ft-chart-monochrome-20","",we.colorBrand20),Se.extend("--ft-chart-monochrome-30","",we.colorBrand40),Se.extend("--ft-chart-monochrome-40","",we.colorBrand60),Se.extend("--ft-chart-monochrome-50","",we.colorBrand0),Se.extend("--ft-chart-monochrome-60","",we.colorBrand200),Se.extend("--ft-chip-large-horizontal-padding","",we.spacing4),Se.extend("--ft-chip-large-vertical-padding","",we.spacing2),Se.extend("--ft-chip-large-gap","",we.spacing1),Se.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),Se.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),Se.extend("--ft-chip-large-border-radius","",we.borderRadiusPill),Se.create("--ft-chip-large-border-width","","SIZE","1px"),Se.extend("--ft-chip-large-icon-size","",we.iconSize3),Se.extend("--ft-chip-medium-horizontal-padding","",we.spacing3),Se.extend("--ft-chip-medium-vertical-padding","",we.spacing1),Se.extend("--ft-chip-medium-gap","",we.spacing1),Se.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),Se.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),Se.extend("--ft-chip-medium-border-radius","",we.borderRadiusPill),Se.create("--ft-chip-medium-border-width","","SIZE","1px"),Se.extend("--ft-chip-medium-icon-size","",we.iconSize2),Se.extend("--ft-chip-small-horizontal-padding","",we.spacing2),Se.extend("--ft-chip-small-vertical-padding","",we.spacing05),Se.extend("--ft-chip-small-gap","",we.spacing1),Se.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),Se.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),Se.extend("--ft-chip-small-border-radius","",we.borderRadiusPill),Se.create("--ft-chip-small-border-width","","SIZE","1px"),Se.extend("--ft-chip-small-icon-size","",we.iconSize1),Se.extend("--ft-chip-neutral-background-color","",Re.backgroundGlobalOnSurface),Se.extend("--ft-chip-neutral-color","",Re.contentGlobalPrimary),Se.extend("--ft-chip-neutral-border-color","",Re.borderGlobalSubtle),Se.extend("--ft-chip-info-background-color","",Re.backgroundInfoSubtle),Se.extend("--ft-chip-info-color","",Re.contentInfoPrimary),Se.extend("--ft-chip-info-border-color","",Re.borderInfoPrimary),Se.extend("--ft-chip-success-background-color","",Re.backgroundSuccessSubtle),Se.extend("--ft-chip-success-color","",Re.contentSuccessPrimary),Se.extend("--ft-chip-success-border-color","",Re.borderSuccessPrimary),Se.extend("--ft-chip-warning-background-color","",Re.backgroundWarningSubtle),Se.extend("--ft-chip-warning-color","",Re.contentWarningPrimary),Se.extend("--ft-chip-warning-border-color","",Re.borderWarningPrimary),Se.extend("--ft-chip-error-background-color","",Re.backgroundErrorSubtle),Se.extend("--ft-chip-error-color","",Re.contentErrorPrimary),Se.extend("--ft-chip-error-border-color","",Re.borderErrorPrimary),Se.create("--ft-notice-border-width","","SIZE","1px"),Se.extend("--ft-notice-horizontal-padding","",we.spacing2),Se.extend("--ft-notice-vertical-padding","",we.spacing1),Se.extend("--ft-notice-border-radius","",we.borderRadiusS),Se.extend("--ft-notice-gap","",we.spacing2),Se.extend("--ft-notice-icon-size","",we.iconSize3),Se.extend("--ft-notice-info-background-color","",Re.backgroundInfoSubtle),Se.extend("--ft-notice-info-border-color","",Re.borderInfoPrimary),Se.extend("--ft-notice-info-color","",Re.contentInfoPrimary),Se.extend("--ft-notice-warning-background-color","",Re.backgroundWarningSubtle),Se.extend("--ft-notice-warning-border-color","",Re.borderWarningPrimary),Se.extend("--ft-notice-warning-color","",Re.contentWarningPrimary),Se.extend("--ft-checkbox-label-color","",Re.contentGlobalPrimary),Se.extend("--ft-checkbox-checked-background-color","",Re.contentActionPrimary),Se.extend("--ft-checkbox-checked-state-layer-color","",Re.contentActionPrimary),Se.extend("--ft-checkbox-checked-color","",Re.contentGlobalOnColor),Se.extend("--ft-checkbox-checked-state-layer-opacity-hover","",we.opacity16),Se.extend("--ft-checkbox-checked-state-layer-opacity-focus","",we.opacity16),Se.extend("--ft-checkbox-checked-state-layer-opacity-active","",we.opacity24),Se.extend("--ft-checkbox-checked-component-opacity-disabled","",we.opacity40),Se.extend("--ft-checkbox-unchecked-border-color","",we.colorGray80),Se.extend("--ft-checkbox-unchecked-state-layer-color","",we.colorGray80),Se.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",we.opacity16),Se.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",we.opacity16),Se.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",we.opacity24),Se.extend("--ft-checkbox-unchecked-component-opacity-disabled","",we.opacity40),Se.extend("--ft-checkbox-focus-focus-ring-color","",Re.borderActionFocusRing),Se.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),Se.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),Se.extend("--ft-checkbox-gap","",we.spacing3),Se.extend("--ft-toggle-off-state-layer-opacity-hover","",we.opacity16),Se.extend("--ft-toggle-off-state-layer-opacity-focus","",we.opacity16),Se.extend("--ft-toggle-off-state-layer-opacity-active","",we.opacity24),Se.extend("--ft-toggle-off-component-opacity-disabled","",we.opacity40),Se.extend("--ft-toggle-off-background-color","",Re.contentGlobalSubtle),Se.extend("--ft-toggle-off-icon-color","",Re.contentGlobalSubtle),Se.extend("--ft-toggle-off-state-layer-color","",Re.contentGlobalSubtle),Se.extend("--ft-toggle-on-state-layer-opacity-hover","",we.opacity16),Se.extend("--ft-toggle-on-state-layer-opacity-focus","",we.opacity16),Se.extend("--ft-toggle-on-state-layer-opacity-active","",we.opacity24),Se.extend("--ft-toggle-on-component-opacity-disabled","",we.opacity40),Se.extend("--ft-toggle-on-background-color","",Re.contentActionPrimary),Se.extend("--ft-toggle-on-icon-color","",Re.contentActionPrimary),Se.extend("--ft-toggle-on-state-layer-color","",Re.contentActionPrimary),Se.extend("--ft-toggle-label-color","",Re.contentGlobalPrimary),Se.extend("--ft-toggle-focus-focus-ring-color","",Re.borderActionFocusRing),Se.extend("--ft-toggle-gap","",we.spacing3),Se.extend("--ft-radio-label-color","",Re.contentGlobalPrimary),Se.extend("--ft-radio-selected-color","",Re.contentActionPrimary),Se.extend("--ft-radio-selected-state-layer-color","",Re.contentActionPrimary),Se.extend("--ft-radio-selected-state-layer-opacity-hover","",we.opacity16),Se.extend("--ft-radio-selected-state-layer-opacity-focus","",we.opacity16),Se.extend("--ft-radio-selected-state-layer-opacity-active","",we.opacity24),Se.extend("--ft-radio-selected-component-opacity-disabled","",we.opacity40),Se.extend("--ft-radio-unselected-state-layer-color","",we.colorGray80),Se.extend("--ft-radio-unselected-state-layer-opacity-hover","",we.opacity16),Se.extend("--ft-radio-unselected-state-layer-opacity-focus","",we.opacity16),Se.extend("--ft-radio-unselected-state-layer-opacity-active","",we.opacity24),Se.extend("--ft-radio-unselected-component-opacity-disabled","",we.opacity40),Se.extend("--ft-radio-focus-focus-ring-color","",Re.borderActionFocusRing),Se.create("--ft-radio-focus-outline-offset","","SIZE","3px"),Se.create("--ft-radio-focus-outline-width","","SIZE","2px"),Se.extend("--ft-radio-gap","",we.spacing3),Se.extend("--ft-notification-icon-size","",we.iconSize4),Se.extend("--ft-notification-horizontal-padding","",we.spacing4),Se.extend("--ft-notification-vertical-padding","",we.spacing4),Se.extend("--ft-notification-info-background-color","",Re.backgroundInfoSubtle),Se.extend("--ft-notification-info-color","",Re.contentInfoPrimary),Se.extend("--ft-notification-info-border-color","",Re.borderInfoPrimary),Se.extend("--ft-notification-success-background-color","",Re.backgroundSuccessSubtle),Se.extend("--ft-notification-success-color","",Re.contentSuccessPrimary),Se.extend("--ft-notification-success-border-color","",Re.borderSuccessPrimary),Se.extend("--ft-notification-warning-background-color","",Re.backgroundWarningSubtle),Se.extend("--ft-notification-warning-color","",Re.contentWarningPrimary),Se.extend("--ft-notification-warning-border-color","",Re.borderWarningPrimary),Se.extend("--ft-notification-error-background-color","",Re.backgroundErrorSubtle),Se.extend("--ft-notification-error-color","",Re.contentErrorPrimary),Se.extend("--ft-notification-error-border-color","",Re.borderErrorPrimary),Se.extend("--ft-notification-border-radius","",we.borderRadiusPill),Se.create("--ft-notification-border-width","","SIZE","1px"),Se.extend("--ft-notification-gap-leading","",we.spacing2),Se.extend("--ft-notification-gap-trailing","",we.spacing8);const Ee={colorPrimary:Se.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:Se.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:Se.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:Se.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:Se.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:Se.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:Se.create("--ft-color-error","","COLOR","#B00020"),colorOutline:Se.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:Se.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:Se.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:Se.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:Se.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:Se.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:Se.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:Se.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:Se.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:Se.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:Se.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:Se.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:Se.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:Se.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:Se.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:Se.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:Se.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:Se.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:Se.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:Se.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:Se.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:Se.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:Se.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:Se.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:Se.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:Se.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:Se.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:Se.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:Se.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:Se.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:Se.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:Se.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:Se.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:Se.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:Se.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:Se.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:Se.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:Se.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:Se.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:Se.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:Se.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:Se.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:Se.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:Se.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:Se.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:Se.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:Se.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:Se.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:Se.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:Se.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:Se.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:Se.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:Se.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:Se.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:Se.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};class Ue extends Event{constructor(){super("ft-pre-resize",{composed:!0,bubbles:!0})}}class $e extends Event{constructor(){super("ft-post-resize",{composed:!0,bubbles:!0})}}const Ie=["start","end"],ke=["top","right","bottom","left"].reduce(((t,e)=>t.concat(e,e+"-"+Ie[0],e+"-"+Ie[1])),[]),We=Math.min,Le=Math.max,Ke=Math.round,Ze=t=>({x:t,y:t}),ze={left:"right",right:"left",bottom:"top",top:"bottom"},Fe={start:"end",end:"start"};function Me(t,e,o){return Le(t,We(e,o))}function Ae(t,e){return"function"==typeof t?t(e):t}function De(t){return t.split("-")[0]}function Be(t){return t.split("-")[1]}function Pe(t){return"x"===t?"y":"x"}function je(t){return"y"===t?"height":"width"}function He(t){return["top","bottom"].includes(De(t))?"y":"x"}function Te(t){return Pe(He(t))}function _e(t){return t.replace(/left|right|bottom|top/g,(t=>ze[t]))}function Ge(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function Ye(t,e,o){let{reference:i,floating:r}=t;const n=He(e),a=Te(e),s=je(a),l=De(e),c="y"===n,p=i.x+i.width/2-r.width/2,f=i.y+i.height/2-r.height/2,h=i[s]/2-r[s]/2;let d;switch(l){case"top":d={x:p,y:i.y-r.height};break;case"bottom":d={x:p,y:i.y+i.height};break;case"right":d={x:i.x+i.width,y:f};break;case"left":d={x:i.x-r.width,y:f};break;default:d={x:i.x,y:i.y}}switch(Be(e)){case"start":d[a]-=h*(o&&c?-1:1);break;case"end":d[a]+=h*(o&&c?-1:1)}return d}async function Ve(t,e){var o;void 0===e&&(e={});const{x:i,y:r,platform:n,rects:a,elements:s,strategy:l}=t,{boundary:c="clippingAncestors",rootBoundary:p="viewport",elementContext:f="floating",altBoundary:h=!1,padding:d=0}=Ae(e,t),u=function(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}(d),y=s[h?"floating"===f?"reference":"floating":f],g=Ge(await n.getClippingRect({element:null==(o=await(null==n.isElement?void 0:n.isElement(y)))||o?y:y.contextElement||await(null==n.getDocumentElement?void 0:n.getDocumentElement(s.floating)),boundary:c,rootBoundary:p,strategy:l})),b="floating"===f?{...a.floating,x:i,y:r}:a.reference,m=await(null==n.getOffsetParent?void 0:n.getOffsetParent(s.floating)),x=await(null==n.isElement?void 0:n.isElement(m))&&await(null==n.getScale?void 0:n.getScale(m))||{x:1,y:1},O=Ge(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:m,strategy:l}):b);return{top:(g.top-O.top+u.top)/x.y,bottom:(O.bottom-g.bottom+u.bottom)/x.y,left:(g.left-O.left+u.left)/x.x,right:(O.right-g.right+u.right)/x.x}}function Je(t,e,o){return(t?[...o.filter((e=>Be(e)===t)),...o.filter((e=>Be(e)!==t))]:o.filter((t=>De(t)===t))).filter((o=>!t||(Be(o)===t||!!e&&function(t){return t.replace(/start|end/g,(t=>Fe[t]))}(o)!==o)))}const qe=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(e){var o,i,r;const{rects:n,middlewareData:a,placement:s,platform:l,elements:c}=e,{crossAxis:p=!1,alignment:f,allowedPlacements:h=ke,autoAlignment:d=!0,...u}=Ae(t,e),y=void 0!==f||h===ke?Je(f||null,d,h):h,g=await Ve(e,u),b=(null==(o=a.autoPlacement)?void 0:o.index)||0,m=y[b];if(null==m)return{};const x=function(t,e,o){void 0===o&&(o=!1);const i=Be(t),r=Te(t),n=je(r);let a="x"===r?i===(o?"end":"start")?"right":"left":"start"===i?"bottom":"top";return e.reference[n]>e.floating[n]&&(a=_e(a)),[a,_e(a)]}(m,n,await(null==l.isRTL?void 0:l.isRTL(c.floating)));if(s!==m)return{reset:{placement:y[0]}};const O=[g[De(m)],g[x[0]],g[x[1]]],v=[...(null==(i=a.autoPlacement)?void 0:i.overflows)||[],{placement:m,overflows:O}],N=y[b+1];if(N)return{data:{index:b+1,overflows:v},reset:{placement:N}};const S=v.map((t=>{const e=Be(t.placement);return[t.placement,e&&p?t.overflows.slice(0,2).reduce(((t,e)=>t+e),0):t.overflows[0],t.overflows]})).sort(((t,e)=>t[1]-e[1])),w=S.filter((t=>t[2].slice(0,Be(t[0])?2:3).every((t=>t<=0)))),C=(null==(r=w[0])?void 0:r[0])||S[0][0];return C!==s?{data:{index:b+1,overflows:v},reset:{placement:C}}:{}}}};function Xe(t){return eo(t)?(t.nodeName||"").toLowerCase():"#document"}function Qe(t){var e;return(null==t||null==(e=t.ownerDocument)?void 0:e.defaultView)||window}function to(t){var e;return null==(e=(eo(t)?t.ownerDocument:t.document)||window.document)?void 0:e.documentElement}function eo(t){return t instanceof Node||t instanceof Qe(t).Node}function oo(t){return t instanceof Element||t instanceof Qe(t).Element}function io(t){return t instanceof HTMLElement||t instanceof Qe(t).HTMLElement}function ro(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof Qe(t).ShadowRoot)}function no(t){const{overflow:e,overflowX:o,overflowY:i,display:r}=po(t);return/auto|scroll|overlay|hidden|clip/.test(e+i+o)&&!["inline","contents"].includes(r)}function ao(t){return["table","td","th"].includes(Xe(t))}function so(t){const e=lo(),o=po(t);return"none"!==o.transform||"none"!==o.perspective||!!o.containerType&&"normal"!==o.containerType||!e&&!!o.backdropFilter&&"none"!==o.backdropFilter||!e&&!!o.filter&&"none"!==o.filter||["transform","perspective","filter"].some((t=>(o.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(o.contain||"").includes(t)))}function lo(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function co(t){return["html","body","#document"].includes(Xe(t))}function po(t){return Qe(t).getComputedStyle(t)}function fo(t){return oo(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function ho(t){if("html"===Xe(t))return t;const e=t.assignedSlot||t.parentNode||ro(t)&&t.host||to(t);return ro(e)?e.host:e}function uo(t){const e=ho(t);return co(e)?t.ownerDocument?t.ownerDocument.body:t.body:io(e)&&no(e)?e:uo(e)}function yo(t,e,o){var i;void 0===e&&(e=[]),void 0===o&&(o=!0);const r=uo(t),n=r===(null==(i=t.ownerDocument)?void 0:i.body),a=Qe(r);return n?e.concat(a,a.visualViewport||[],no(r)?r:[],a.frameElement&&o?yo(a.frameElement):[]):e.concat(r,yo(r,[],o))}function go(t){const e=po(t);let o=parseFloat(e.width)||0,i=parseFloat(e.height)||0;const r=io(t),n=r?t.offsetWidth:o,a=r?t.offsetHeight:i,s=Ke(o)!==n||Ke(i)!==a;return s&&(o=n,i=a),{width:o,height:i,$:s}}function bo(t){return oo(t)?t:t.contextElement}function mo(t){const e=bo(t);if(!io(e))return Ze(1);const o=e.getBoundingClientRect(),{width:i,height:r,$:n}=go(e);let a=(n?Ke(o.width):o.width)/i,s=(n?Ke(o.height):o.height)/r;return a&&Number.isFinite(a)||(a=1),s&&Number.isFinite(s)||(s=1),{x:a,y:s}}const xo=Ze(0);function Oo(t){const e=Qe(t);return lo()&&e.visualViewport?{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}:xo}function vo(t,e,o,i){void 0===e&&(e=!1),void 0===o&&(o=!1);const r=t.getBoundingClientRect(),n=bo(t);let a=Ze(1);e&&(i?oo(i)&&(a=mo(i)):a=mo(t));const s=function(t,e,o){return void 0===e&&(e=!1),!(!o||e&&o!==Qe(t))&&e}(n,o,i)?Oo(n):Ze(0);let l=(r.left+s.x)/a.x,c=(r.top+s.y)/a.y,p=r.width/a.x,f=r.height/a.y;if(n){const t=Qe(n),e=i&&oo(i)?Qe(i):i;let o=t.frameElement;for(;o&&i&&e!==t;){const t=mo(o),e=o.getBoundingClientRect(),i=po(o),r=e.left+(o.clientLeft+parseFloat(i.paddingLeft))*t.x,n=e.top+(o.clientTop+parseFloat(i.paddingTop))*t.y;l*=t.x,c*=t.y,p*=t.x,f*=t.y,l+=r,c+=n,o=Qe(o).frameElement}}return Ge({width:p,height:f,x:l,y:c})}function No(t){return vo(to(t)).left+fo(t).scrollLeft}function So(t,e,o){let i;if("viewport"===e)i=function(t,e){const o=Qe(t),i=to(t),r=o.visualViewport;let n=i.clientWidth,a=i.clientHeight,s=0,l=0;if(r){n=r.width,a=r.height;const t=lo();(!t||t&&"fixed"===e)&&(s=r.offsetLeft,l=r.offsetTop)}return{width:n,height:a,x:s,y:l}}(t,o);else if("document"===e)i=function(t){const e=to(t),o=fo(t),i=t.ownerDocument.body,r=Le(e.scrollWidth,e.clientWidth,i.scrollWidth,i.clientWidth),n=Le(e.scrollHeight,e.clientHeight,i.scrollHeight,i.clientHeight);let a=-o.scrollLeft+No(t);const s=-o.scrollTop;return"rtl"===po(i).direction&&(a+=Le(e.clientWidth,i.clientWidth)-r),{width:r,height:n,x:a,y:s}}(to(t));else if(oo(e))i=function(t,e){const o=vo(t,!0,"fixed"===e),i=o.top+t.clientTop,r=o.left+t.clientLeft,n=io(t)?mo(t):Ze(1);return{width:t.clientWidth*n.x,height:t.clientHeight*n.y,x:r*n.x,y:i*n.y}}(e,o);else{const o=Oo(t);i={...e,x:e.x-o.x,y:e.y-o.y}}return Ge(i)}function wo(t,e){const o=ho(t);return!(o===e||!oo(o)||co(o))&&("fixed"===po(o).position||wo(o,e))}function Co(t,e,o){const i=io(e),r=to(e),n="fixed"===o,a=vo(t,!0,n,e);let s={scrollLeft:0,scrollTop:0};const l=Ze(0);if(i||!i&&!n)if(("body"!==Xe(e)||no(r))&&(s=fo(e)),i){const t=vo(e,!0,n,e);l.x=t.x+e.clientLeft,l.y=t.y+e.clientTop}else r&&(l.x=No(r));return{x:a.left+s.scrollLeft-l.x,y:a.top+s.scrollTop-l.y,width:a.width,height:a.height}}function Ro(t,e){return io(t)&&"fixed"!==po(t).position?e?e(t):t.offsetParent:null}function Eo(t,e){const o=Qe(t);if(!io(t))return o;let i=Ro(t,e);for(;i&&ao(i)&&"static"===po(i).position;)i=Ro(i,e);return i&&("html"===Xe(i)||"body"===Xe(i)&&"static"===po(i).position&&!so(i))?o:i||function(t){let e=ho(t);for(;io(e)&&!co(e);){if(so(e))return e;e=ho(e)}return null}(t)||o}const Uo={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:e,offsetParent:o,strategy:i}=t;const r=io(o),n=to(o);if(o===n)return e;let a={scrollLeft:0,scrollTop:0},s=Ze(1);const l=Ze(0);if((r||!r&&"fixed"!==i)&&(("body"!==Xe(o)||no(n))&&(a=fo(o)),io(o))){const t=vo(o);s=mo(o),l.x=t.x+o.clientLeft,l.y=t.y+o.clientTop}return{width:e.width*s.x,height:e.height*s.y,x:e.x*s.x-a.scrollLeft*s.x+l.x,y:e.y*s.y-a.scrollTop*s.y+l.y}},getDocumentElement:to,getClippingRect:function(t){let{element:e,boundary:o,rootBoundary:i,strategy:r}=t;const n=[..."clippingAncestors"===o?function(t,e){const o=e.get(t);if(o)return o;let i=yo(t,[],!1).filter((t=>oo(t)&&"body"!==Xe(t))),r=null;const n="fixed"===po(t).position;let a=n?ho(t):t;for(;oo(a)&&!co(a);){const e=po(a),o=so(a);o||"fixed"!==e.position||(r=null),(n?!o&&!r:!o&&"static"===e.position&&r&&["absolute","fixed"].includes(r.position)||no(a)&&!o&&wo(t,a))?i=i.filter((t=>t!==a)):r=e,a=ho(a)}return e.set(t,i),i}(e,this._c):[].concat(o),i],a=n[0],s=n.reduce(((t,o)=>{const i=So(e,o,r);return t.top=Le(i.top,t.top),t.right=We(i.right,t.right),t.bottom=We(i.bottom,t.bottom),t.left=Le(i.left,t.left),t}),So(e,a,r));return{width:s.right-s.left,height:s.bottom-s.top,x:s.left,y:s.top}},getOffsetParent:Eo,getElementRects:async function(t){let{reference:e,floating:o,strategy:i}=t;const r=this.getOffsetParent||Eo,n=this.getDimensions;return{reference:Co(e,await r(o),i),floating:{x:0,y:0,...await n(o)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return go(t)},getScale:mo,isElement:oo,isRTL:function(t){return"rtl"===po(t).direction}},$o=(t,e,o)=>{const i=new Map,r={platform:Uo,...o},n={...r.platform,_c:i};return(async(t,e,o)=>{const{placement:i="bottom",strategy:r="absolute",middleware:n=[],platform:a}=o,s=n.filter(Boolean),l=await(null==a.isRTL?void 0:a.isRTL(e));let c=await a.getElementRects({reference:t,floating:e,strategy:r}),{x:p,y:f}=Ye(c,i,l),h=i,d={},u=0;for(let o=0;o<s.length;o++){const{name:n,fn:y}=s[o],{x:g,y:b,data:m,reset:x}=await y({x:p,y:f,initialPlacement:i,placement:h,strategy:r,middlewareData:d,rects:c,platform:a,elements:{reference:t,floating:e}});p=null!=g?g:p,f=null!=b?b:f,d={...d,[n]:{...d[n],...m}},x&&u<=50&&(u++,"object"==typeof x&&(x.placement&&(h=x.placement),x.rects&&(c=!0===x.rects?await a.getElementRects({reference:t,floating:e,strategy:r}):x.rects),({x:p,y:f}=Ye(c,h,l))),o=-1)}return{x:p,y:f,placement:h,strategy:r,middlewareData:d}})(t,e,{...r,platform:n})};function Io(t){return function(t){for(let e=t;e;e=ko(e))if(e instanceof Element&&"none"===getComputedStyle(e).display)return null;for(let e=ko(t);e;e=ko(e)){if(!(e instanceof Element))continue;const t=getComputedStyle(e);if("contents"!==t.display){if("static"!==t.position||"none"!==t.filter)return e;if("BODY"===e.tagName)return e}}return null}(t)}function ko(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}
|
|
86
86
|
/**
|
|
87
87
|
* @license
|
|
88
88
|
* Copyright 2019 Google LLC
|
|
89
89
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
90
|
-
*/
|
|
90
|
+
*/
|
|
91
|
+
const Wo=window,Lo=Wo.ShadowRoot&&(void 0===Wo.ShadyCSS||Wo.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;class Ko extends Oe{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([e,o])=>t.registry.define(e,o))));const e={...t.shadowRootOptions,customElements:t.registry},o=this.renderOptions.creationScope=this.attachShadow(e);return((t,e)=>{Lo?t.adoptedStyleSheets=e.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):e.forEach((e=>{const o=document.createElement("style"),i=Wo.litNonce;void 0!==i&&o.setAttribute("nonce",i),o.textContent=e.cssText,t.appendChild(o)}))})(o,t.elementStyles),o}}var Zo,zo=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};const Fo=Symbol("constructorPrototype"),Mo=Symbol("constructorName"),Ao=Symbol("exportpartsDebouncer");class Do extends Ko{constructor(){super(),this[Zo]=new e(5),this[Mo]=this.constructor.name,this[Fo]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Mo]&&Object.setPrototypeOf(this,this[Fo])}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var e,o;if((null!==(o=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==o?o:[]).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[Ao].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,o,i,r,n,a;const s=t=>null!=t&&t.trim().length>0,l=t.filter(s).map((t=>t.trim()));if(0===l.length)return void this.removeAttribute("exportparts");const c=new Set;for(let t of null!==(o=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll("[part],[exportparts]"))&&void 0!==o?o:[]){const e=null!==(r=null===(i=t.getAttribute("part"))||void 0===i?void 0:i.split(" "))&&void 0!==r?r:[],o=null!==(a=null===(n=t.getAttribute("exportparts"))||void 0===n?void 0:n.split(",").map((t=>t.split(":")[1])))&&void 0!==a?a:[];new Array(...e,...o).filter(s).map((t=>t.trim())).forEach((t=>c.add(t)))}if(0===c.size)return void this.removeAttribute("exportparts");const p=[...c.values()].flatMap((t=>l.map((e=>`${t}:${e}--${t}`))));this.setAttribute("exportparts",[...this.part,...p].join(", "))}}Zo=Ao,zo([C()],Do.prototype,"exportpartsPrefix",void 0),zo([function(t,e){const o=()=>JSON.parse(JSON.stringify(t));return C({type:Object,converter:{fromAttribute:t=>{if(null==t)return o();try{return JSON.parse(t)}catch{return o()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,e)=>!I(t,e),...null!=e?e:{}})}([])],Do.prototype,"exportpartsPrefixes",void 0),zo([C()],Do.prototype,"customStylesheet",void 0);const Bo=Se.create("--ft-utils-highlight-html-background-color","","COLOR","#FFF26E");function Po(t){var e;return null!==(e=null==t?void 0:t.isFtReduxStore)&&void 0!==e&&e}var jo,Ho,To;Nt`
|
|
91
92
|
.highlight-html-match {
|
|
92
|
-
background: ${
|
|
93
|
+
background: ${Bo};
|
|
93
94
|
}
|
|
94
95
|
`,Nt`
|
|
95
96
|
.ft-no-text-select {
|
|
@@ -123,25 +124,25 @@ let Oe=class extends Mt{constructor(){super(...arguments),this.renderOptions={ho
|
|
|
123
124
|
display: inline-block;
|
|
124
125
|
width: 0;
|
|
125
126
|
}
|
|
126
|
-
`;const
|
|
127
|
+
`;const _o=Symbol("internalReduxEventsUnsubscribers"),Go=Symbol("internalStoresUnsubscribers"),Yo=Symbol("internalStores");class Vo extends Do{constructor(){super(...arguments),this[jo]=new Map,this[Ho]=new Map,this[To]=[]}get reduxConstructor(){return this.constructor}update(t){super.update(t),[...this.reduxConstructor.reduxReactiveProperties].some((e=>t.has(e)))&&this.updateFromStores()}getUnnamedStore(){if(this[Yo].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[Yo].values()][0]}getStore(t){return null==t?this.getUnnamedStore():this[Yo].get(t)}addStore(t,e){var o;e=null!==(o=null!=e?e:Po(t)?t.name:void 0)&&void 0!==o?o:"default-store",this.unsubscribeFromStore(e),this.setupStore(e,t)}removeStore(t){const e="string"==typeof t?t:t.name;this.unsubscribeFromStore(e),this[Yo].delete(e)}setupStore(t,e){this[Yo].set(t,e),this.subscribeToStore(t,e),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[Yo].forEach(((t,e)=>this.subscribeToStore(e,t))),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach(((t,e)=>{const o=this.constructor.getPropertyOptions(e);if(!(null==o?void 0:o.attribute)||!this.hasAttribute("string"==typeof(null==o?void 0:o.attribute)?o.attribute:e)){const o=this.getStore(t.store);o&&(t.store?this[Go].has(t.store):this[Go].size>0)&&(this[e]=t.selector(o.getState(),this))}}))}subscribeToStore(t,e){var o;this[Go].set(t,e.subscribe((()=>this.updateFromStores()))),Po(e)&&e.eventBus&&(null===(o=this.reduxConstructor.reduxEventListeners)||void 0===o||o.forEach(((t,o)=>{if("function"==typeof this[o]&&(!t.store||e.name===t.store)){const i=t=>this[o](t);e.eventBus.addEventListener(t.eventName,i),this[_o].push((()=>e.eventBus.removeEventListener(t.eventName,i)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[Go].forEach(((t,e)=>this.unsubscribeFromStore(e))),this[_o].forEach((t=>t())),this[_o]=[]}unsubscribeFromStore(t){this[Go].has(t)&&this[Go].get(t)(),this[Go].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}var Jo,qo;jo=Go,Ho=Yo,To=_o,Vo.reduxProperties=new Map,Vo.reduxReactiveProperties=new Set,Vo.reduxEventListeners=new Map,window.ftReduxStores||(window.ftReduxStores={}),navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(qo=null===(Jo=window.safari)||void 0===Jo?void 0:Jo.pushNotification)||void 0===qo||qo.toString());var Xo=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Qo extends Do{constructor(){super(...arguments),this.label="",this.icon="",this.active=!1,this.disabled=!1,this.uniqueId=(""+Math.floor(1e5*Math.random())).padStart(5,"0")}render(){return re`
|
|
127
128
|
<style>
|
|
128
129
|
:host {
|
|
129
130
|
display: ${vt(this.active?"block":"none")};
|
|
130
131
|
}
|
|
131
132
|
</style>
|
|
132
133
|
<slot></slot>
|
|
133
|
-
`}update(t){super.update(t),this.id||(this.id="tab-"+this.uniqueId),this.ariaLabelledBy=this.id+"-control"}updated(t){super.updated(t),this.dispatchEvent(new Event("updated"))}}
|
|
134
|
+
`}update(t){super.update(t),this.id||(this.id="tab-"+this.uniqueId),this.ariaLabelledBy=this.id+"-control"}updated(t){super.updated(t),this.dispatchEvent(new Event("updated"))}}Qo.elementDefinitions={},Xo([C({type:String})],Qo.prototype,"label",void 0),Xo([C({type:String})],Qo.prototype,"icon",void 0),Xo([C()],Qo.prototype,"iconVariant",void 0),Xo([C({type:Boolean,reflect:!0})],Qo.prototype,"active",void 0),Xo([C({type:Boolean})],Qo.prototype,"disabled",void 0),Xo([C({reflect:!0})],Qo.prototype,"id",void 0),Xo([C()],Qo.prototype,"color",void 0),Xo([C()],Qo.prototype,"rippleColor",void 0),Xo([C({reflect:!0,attribute:"aria-labelledby"})],Qo.prototype,"ariaLabelledBy",void 0);
|
|
134
135
|
/**
|
|
135
136
|
* @license
|
|
136
137
|
* Copyright 2017 Google LLC
|
|
137
138
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
138
139
|
*/
|
|
139
|
-
const
|
|
140
|
+
const ti=1,ei=2,oi=t=>(...e)=>({_$litDirective$:t,values:e});let ii=class{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,o){this._$Ct=t,this._$AM=e,this._$Ci=o}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}};
|
|
140
141
|
/**
|
|
141
142
|
* @license
|
|
142
143
|
* Copyright 2020 Google LLC
|
|
143
144
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
144
|
-
*/const{D:
|
|
145
|
+
*/const{D:ri}=ut,ni=()=>document.createComment(""),ai=(t,e,o)=>{const i=t._$AA.parentNode,r=void 0===e?t._$AB:e._$AA;if(void 0===o){const e=i.insertBefore(ni(),r),n=i.insertBefore(ni(),r);o=new ri(e,n,t,t.options)}else{const e=o._$AB.nextSibling,n=o._$AM,a=n!==t;if(a){let e;o._$AQ?.(t),o._$AM=t,void 0!==o._$AP&&(e=t._$AU)!==n._$AU&&o._$AP(e)}if(e!==r||a){let t=o._$AA;for(;t!==e;){const e=t.nextSibling;i.insertBefore(t,r),t=e}}}return o},si=(t,e,o=t)=>(t._$AI(e,o),t),li={},ci=t=>{t._$AP?.(!1,!0);let e=t._$AA;const o=t._$AB.nextSibling;for(;e!==o;){const t=e.nextSibling;e.remove(),e=t}},pi=(t,e,o)=>{const i=new Map;for(let r=e;r<=o;r++)i.set(t[r],r);return i},fi=oi(class extends ii{constructor(t){if(super(t),t.type!==ei)throw Error("repeat() can only be used in text expressions")}ht(t,e,o){let i;void 0===o?o=e:void 0!==e&&(i=e);const r=[],n=[];let a=0;for(const e of t)r[a]=i?i(e,a):a,n[a]=o(e,a),a++;return{values:n,keys:r}}render(t,e,o){return this.ht(t,e,o).values}update(t,[e,o,i]){const r=(t=>t._$AH)(t),{values:n,keys:a}=this.ht(e,o,i);if(!Array.isArray(r))return this.dt=a,n;const s=this.dt??=[],l=[];let c,p,f=0,h=r.length-1,d=0,u=n.length-1;for(;f<=h&&d<=u;)if(null===r[f])f++;else if(null===r[h])h--;else if(s[f]===a[d])l[d]=si(r[f],n[d]),f++,d++;else if(s[h]===a[u])l[u]=si(r[h],n[u]),h--,u--;else if(s[f]===a[u])l[u]=si(r[f],n[u]),ai(t,l[u+1],r[f]),f++,u--;else if(s[h]===a[d])l[d]=si(r[h],n[d]),ai(t,r[f],r[h]),h--,d++;else if(void 0===c&&(c=pi(a,d,u),p=pi(s,f,h)),c.has(s[f]))if(c.has(s[h])){const e=p.get(a[d]),o=void 0!==e?r[e]:null;if(null===o){const e=ai(t,r[f]);si(e,n[d]),l[d]=e}else l[d]=si(o,n[d]),ai(t,r[f],o),r[e]=null;d++}else ci(r[h]),h--;else ci(r[f]),f++;for(;d<=u;){const e=ai(t,l[u+1]);si(e,n[d]),l[d++]=e}for(;f<=h;){const t=r[f++];null!==t&&ci(t)}return this.dt=a,((t,e=li)=>{t._$AH=e})(t,l),Q}}),hi=oi(class extends ii{constructor(t){if(super(t),t.type!==ti||"class"!==t.name||t.strings?.length>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter((e=>t[e])).join(" ")+" "}update(t,[e]){if(void 0===this.it){this.it=new Set,void 0!==t.strings&&(this.st=new Set(t.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in e)e[t]&&!this.st?.has(t)&&this.it.add(t);return this.render(e)}const o=t.element.classList;for(const t of this.it)t in e||(o.remove(t),this.it.delete(t));for(const t in e){const i=!!e[t];i===this.it.has(t)||this.st?.has(t)||(i?(o.add(t),this.it.add(t)):(o.remove(t),this.it.delete(t)))}return Q}}),di=Se.extend("--ft-ripple-color","",Ee.colorContent),ui=di,yi=Se.extend("--ft-ripple-background-color","",di),gi=Se.external(Ee.opacityContentOnSurfacePressed,"Design system"),bi=Se.external(Ee.opacityContentOnSurfaceHover,"Design system"),mi=Se.external(Ee.opacityContentOnSurfaceFocused,"Design system"),xi=Se.external(Ee.opacityContentOnSurfaceSelected,"Design system"),Oi=Se.create("--ft-ripple-border-radius","","SIZE","0px"),vi=Se.extend("--ft-ripple-color","",Ee.colorPrimary),Ni=vi,Si=Se.extend("--ft-ripple-background-color","",vi),wi=Se.extend("--ft-ripple-color","",Ee.colorSecondary),Ci=wi,Ri=Se.extend("--ft-ripple-background-color","",wi),Ei=Nt`
|
|
145
146
|
:host {
|
|
146
147
|
display: contents;
|
|
147
148
|
}
|
|
@@ -154,7 +155,7 @@ const Xe=1,Qe=2,to=t=>(...e)=>({_$litDirective$:t,values:e});let eo=class{constr
|
|
|
154
155
|
|
|
155
156
|
.ft-ripple:not(.ft-ripple--unbounded) {
|
|
156
157
|
overflow: hidden;
|
|
157
|
-
border-radius: ${
|
|
158
|
+
border-radius: ${Oi};
|
|
158
159
|
}
|
|
159
160
|
|
|
160
161
|
.ft-ripple .ft-ripple--background,
|
|
@@ -188,27 +189,27 @@ const Xe=1,Qe=2,to=t=>(...e)=>({_$litDirective$:t,values:e});let eo=class{constr
|
|
|
188
189
|
}
|
|
189
190
|
|
|
190
191
|
.ft-ripple .ft-ripple--background {
|
|
191
|
-
background-color: ${
|
|
192
|
+
background-color: ${yi};
|
|
192
193
|
}
|
|
193
194
|
|
|
194
195
|
.ft-ripple .ft-ripple--effect {
|
|
195
|
-
background-color: ${
|
|
196
|
+
background-color: ${ui};
|
|
196
197
|
}
|
|
197
198
|
|
|
198
199
|
.ft-ripple.ft-ripple--secondary .ft-ripple--background {
|
|
199
|
-
background-color: ${
|
|
200
|
+
background-color: ${Ri};
|
|
200
201
|
}
|
|
201
202
|
|
|
202
203
|
.ft-ripple.ft-ripple--secondary .ft-ripple--effect {
|
|
203
|
-
background-color: ${
|
|
204
|
+
background-color: ${Ci};
|
|
204
205
|
}
|
|
205
206
|
|
|
206
207
|
.ft-ripple.ft-ripple--primary .ft-ripple--background {
|
|
207
|
-
background-color: ${
|
|
208
|
+
background-color: ${Si};
|
|
208
209
|
}
|
|
209
210
|
|
|
210
211
|
.ft-ripple.ft-ripple--primary .ft-ripple--effect {
|
|
211
|
-
background-color: ${
|
|
212
|
+
background-color: ${Ni};
|
|
212
213
|
}
|
|
213
214
|
|
|
214
215
|
.ft-ripple .ft-ripple--background {
|
|
@@ -238,19 +239,19 @@ const Xe=1,Qe=2,to=t=>(...e)=>({_$litDirective$:t,values:e});let eo=class{constr
|
|
|
238
239
|
}
|
|
239
240
|
|
|
240
241
|
.ft-ripple.ft-ripple--hovered .ft-ripple--background {
|
|
241
|
-
opacity: ${
|
|
242
|
+
opacity: ${bi};
|
|
242
243
|
}
|
|
243
244
|
|
|
244
245
|
.ft-ripple.ft-ripple--selected .ft-ripple--background {
|
|
245
|
-
opacity: ${
|
|
246
|
+
opacity: ${xi};
|
|
246
247
|
}
|
|
247
248
|
|
|
248
249
|
.ft-ripple.ft-ripple--focused .ft-ripple--background {
|
|
249
|
-
opacity: ${
|
|
250
|
+
opacity: ${mi};
|
|
250
251
|
}
|
|
251
252
|
|
|
252
253
|
.ft-ripple.ft-ripple--pressed .ft-ripple--effect {
|
|
253
|
-
opacity: ${
|
|
254
|
+
opacity: ${gi};
|
|
254
255
|
transform: translate(-50%, -50%) scale(1);
|
|
255
256
|
}
|
|
256
257
|
`;
|
|
@@ -258,119 +259,119 @@ const Xe=1,Qe=2,to=t=>(...e)=>({_$litDirective$:t,values:e});let eo=class{constr
|
|
|
258
259
|
* @license
|
|
259
260
|
* Copyright 2017 Google LLC
|
|
260
261
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
261
|
-
*/var
|
|
262
|
+
*/var Ui=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class $i extends Do{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new e(1e3),this.onTransitionStart=t=>{"transform"===t.propertyName&&(this.rippling=this.pressed,this.debouncer.run((()=>this.rippling=!1)))},this.onTransitionEnd=t=>{"transform"===t.propertyName&&(this.rippling=!1)},this.setupDebouncer=new e(10),this.moveRipple=t=>{var e,o;let{x:i,y:r}=this.getCoordinates(t),n=null!==(o=null===(e=this.ripple)||void 0===e?void 0:e.getBoundingClientRect())&&void 0!==o?o:{x:0,y:0,width:0,height:0};this.originX=Math.round(null!=i?i-n.x:n.width/2),this.originY=Math.round(null!=r?r-n.y:n.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(null==t?void 0:t.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return re`
|
|
262
263
|
<style>
|
|
263
264
|
.ft-ripple .ft-ripple--effect {
|
|
264
265
|
left: ${this.originX}px;
|
|
265
266
|
top: ${this.originY}px;
|
|
266
267
|
}
|
|
267
268
|
</style>
|
|
268
|
-
<div class="${
|
|
269
|
+
<div class="${hi(t)}">
|
|
269
270
|
<div class="ft-ripple--background"></div>
|
|
270
271
|
<div class="ft-ripple--effect"></div>
|
|
271
272
|
</div>
|
|
272
|
-
`}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var e,o;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(e=this.target)||void 0===e||e.removeAttribute("data-is-ft-ripple-target")):null===(o=this.target)||void 0===o||o.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run((()=>this.defaultSetup()))}defaultSetup(){var t,e;const o=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;o&&this.setupFor(null!==(e=this.target)&&void 0!==e?e:o)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const e=(...t)=>e=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(e)},o=e("mouseup","contextmenu"),i=e("touchend","touchcancel"),r=t=>{["Enter"," "].includes(t.key)&&e("keyup")(t)},n={passive:!0};t.addEventListener("mouseover",this.startHover,n),t.addEventListener("mousemove",this.moveRipple,n),t.addEventListener("mouseleave",this.endHover,n),t.addEventListener("mousedown",o,n),t.addEventListener("touchstart",i,n),t.addEventListener("touchmove",this.moveRipple,n),t.addEventListener("keydown",r,n),t.addEventListener("focus",this.startFocus,n),t.addEventListener("blur",this.endFocus,n),t.addEventListener("focusin",this.startFocus,n),t.addEventListener("focusout",this.endFocus,n),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,n),t.removeEventListener("mousemove",this.moveRipple,n),t.removeEventListener("mouseleave",this.endHover,n),t.removeEventListener("mousedown",o,n),t.removeEventListener("touchstart",i,n),t.removeEventListener("touchmove",this.moveRipple,n),t.removeEventListener("keydown",r,n),t.removeEventListener("focus",this.startFocus,n),t.removeEventListener("blur",this.endFocus,n),t.removeEventListener("focusin",this.startFocus,n),t.removeEventListener("focusout",this.endFocus,n),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const e=t,o=t;let i,r;return null!=e.x?({x:i,y:r}=e):null!=o.touches&&(i=o.touches[0].clientX,r=o.touches[0].clientY),{x:i,y:r}}isFocusVisible(t){return!(t instanceof HTMLElement)||t.matches(":focus-visible")}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let e of t.composedPath()){if(e===this.target)break;if("hasAttribute"in e&&e.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}}
|
|
273
|
+
`}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var e,o;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(e=this.target)||void 0===e||e.removeAttribute("data-is-ft-ripple-target")):null===(o=this.target)||void 0===o||o.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run((()=>this.defaultSetup()))}defaultSetup(){var t,e;const o=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;o&&this.setupFor(null!==(e=this.target)&&void 0!==e?e:o)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const e=(...t)=>e=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(e)},o=e("mouseup","contextmenu"),i=e("touchend","touchcancel"),r=t=>{["Enter"," "].includes(t.key)&&e("keyup")(t)},n={passive:!0};t.addEventListener("mouseover",this.startHover,n),t.addEventListener("mousemove",this.moveRipple,n),t.addEventListener("mouseleave",this.endHover,n),t.addEventListener("mousedown",o,n),t.addEventListener("touchstart",i,n),t.addEventListener("touchmove",this.moveRipple,n),t.addEventListener("keydown",r,n),t.addEventListener("focus",this.startFocus,n),t.addEventListener("blur",this.endFocus,n),t.addEventListener("focusin",this.startFocus,n),t.addEventListener("focusout",this.endFocus,n),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,n),t.removeEventListener("mousemove",this.moveRipple,n),t.removeEventListener("mouseleave",this.endHover,n),t.removeEventListener("mousedown",o,n),t.removeEventListener("touchstart",i,n),t.removeEventListener("touchmove",this.moveRipple,n),t.removeEventListener("keydown",r,n),t.removeEventListener("focus",this.startFocus,n),t.removeEventListener("blur",this.endFocus,n),t.removeEventListener("focusin",this.startFocus,n),t.removeEventListener("focusout",this.endFocus,n),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const e=t,o=t;let i,r;return null!=e.x?({x:i,y:r}=e):null!=o.touches&&(i=o.touches[0].clientX,r=o.touches[0].clientY),{x:i,y:r}}isFocusVisible(t){return!(t instanceof HTMLElement)||t.matches(":focus-visible")}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let e of t.composedPath()){if(e===this.target)break;if("hasAttribute"in e&&e.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}}$i.elementDefinitions={},$i.styles=Ei,Ui([C({type:Boolean})],$i.prototype,"primary",void 0),Ui([C({type:Boolean})],$i.prototype,"secondary",void 0),Ui([C({type:Boolean})],$i.prototype,"unbounded",void 0),Ui([C({type:Boolean})],$i.prototype,"activated",void 0),Ui([C({type:Boolean})],$i.prototype,"selected",void 0),Ui([C({type:Boolean})],$i.prototype,"disabled",void 0),Ui([R()],$i.prototype,"hovered",void 0),Ui([R()],$i.prototype,"focused",void 0),Ui([R()],$i.prototype,"pressed",void 0),Ui([R()],$i.prototype,"rippling",void 0),Ui([R()],$i.prototype,"originX",void 0),Ui([R()],$i.prototype,"originY",void 0),Ui([$(".ft-ripple")],$i.prototype,"ripple",void 0),Ui([$(".ft-ripple--effect")],$i.prototype,"rippleEffect",void 0),k("ft-ripple")($i);
|
|
273
274
|
/**
|
|
274
275
|
* @license
|
|
275
276
|
* Copyright 2020 Google LLC
|
|
276
277
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
277
278
|
*/
|
|
278
|
-
const
|
|
279
|
+
const Ii=Symbol.for(""),ki=t=>{if(t?.r===Ii)return t?._$litStatic$},Wi=t=>({_$litStatic$:t,r:Ii}),Li=new Map,Ki=(t=>(e,...o)=>{const i=o.length;let r,n;const a=[],s=[];let l,c=0,p=!1;for(;c<i;){for(l=e[c];c<i&&void 0!==(n=o[c],r=ki(n));)l+=r+e[++c],p=!0;c!==i&&s.push(n),a.push(l),c++}if(c===i&&a.push(e[i]),p){const t=a.join("$$lit$$");void 0===(e=Li.get(t))&&(a.raw=a,Li.set(t,e=a)),o=s}return t(e,...o)})(X);var Zi;!function(t){t.title="title",t.title_dense="title-dense",t.subtitle1="subtitle1",t.subtitle2="subtitle2",t.body1="body1",t.body2="body2",t.caption="caption",t.breadcrumb="breadcrumb",t.overline="overline",t.button="button",t.display="display",t.title1="title-1",t.title2="title-2",t.title3="title-3",t.body1regular="body-1-regular",t.body1medium="body-1-medium",t.body1semibold="body-1-semibold",t.body2regular="body-2-regular",t.body2medium="body-2-medium",t.body2semibold="body-2-semibold",t.label1medium="label-1-medium",t.label1semibold="label-1-semibold",t.label1bold="label-1-bold",t.label2medium="label-2-medium",t.label2semibold="label-2-semibold",t.label2bold="label-2-bold",t.caption1medium="caption-1-medium",t.caption1semibold="caption-1-semibold",t.caption1bold="caption-1-bold",t.caption2medium="caption-2-medium",t.caption2semibold="caption-2-semibold",t.caption2bold="caption-2-bold"}(Zi||(Zi={}));const zi=Se.extend("--ft-typography-font-family","",Ee.titleFont),Fi=Se.extend("--ft-typography-font-family","",Ee.contentFont),Mi={fontFamily:Fi,fontSize:Se.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:Se.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:Se.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:Se.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:Se.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Ai=Se.extend("--ft-typography-title-font-family","",zi),Di=Se.extend("--ft-typography-title-font-size","",Mi.fontSize,"20px"),Bi=Se.extend("--ft-typography-title-font-weight","",Mi.fontWeight,"normal"),Pi=Se.extend("--ft-typography-title-letter-spacing","",Mi.letterSpacing,"0.15px"),ji=Se.extend("--ft-typography-title-line-height","",Mi.lineHeight,"1.2"),Hi=Se.extend("--ft-typography-title-text-transform","",Mi.textTransform,"inherit"),Ti=Se.extend("--ft-typography-title-dense-font-family","",zi),_i=Se.extend("--ft-typography-title-dense-font-size","",Mi.fontSize,"14px"),Gi=Se.extend("--ft-typography-title-dense-font-weight","",Mi.fontWeight,"normal"),Yi=Se.extend("--ft-typography-title-dense-letter-spacing","",Mi.letterSpacing,"0.105px"),Vi=Se.extend("--ft-typography-title-dense-line-height","",Mi.lineHeight,"1.7"),Ji=Se.extend("--ft-typography-title-dense-text-transform","",Mi.textTransform,"inherit"),qi=Se.extend("--ft-typography-subtitle1-font-family","",Fi),Xi=Se.extend("--ft-typography-subtitle1-font-size","",Mi.fontSize,"16px"),Qi=Se.extend("--ft-typography-subtitle1-font-weight","",Mi.fontWeight,"600"),tr=Se.extend("--ft-typography-subtitle1-letter-spacing","",Mi.letterSpacing,"0.144px"),er=Se.extend("--ft-typography-subtitle1-line-height","",Mi.lineHeight,"1.5"),or=Se.extend("--ft-typography-subtitle1-text-transform","",Mi.textTransform,"inherit"),ir=Se.extend("--ft-typography-subtitle2-font-family","",Fi),rr=Se.extend("--ft-typography-subtitle2-font-size","",Mi.fontSize,"14px"),nr=Se.extend("--ft-typography-subtitle2-font-weight","",Mi.fontWeight,"normal"),ar=Se.extend("--ft-typography-subtitle2-letter-spacing","",Mi.letterSpacing,"0.098px"),sr=Se.extend("--ft-typography-subtitle2-line-height","",Mi.lineHeight,"1.7"),lr=Se.extend("--ft-typography-subtitle2-text-transform","",Mi.textTransform,"inherit"),cr=Se.extend("--ft-typography-body1-font-family","",Fi),pr=Se.extend("--ft-typography-body1-font-size","",Mi.fontSize,"16px"),fr=Se.extend("--ft-typography-body1-font-weight","",Mi.fontWeight,"normal"),hr=Se.extend("--ft-typography-body1-letter-spacing","",Mi.letterSpacing,"0.496px"),dr=Se.extend("--ft-typography-body1-line-height","",Mi.lineHeight,"1.5"),ur=Se.extend("--ft-typography-body1-text-transform","",Mi.textTransform,"inherit"),yr=Se.extend("--ft-typography-body2-font-family","",Fi),gr=Se.extend("--ft-typography-body2-font-size","",Mi.fontSize,"14px"),br=Se.extend("--ft-typography-body2-font-weight","",Mi.fontWeight,"normal"),mr=Se.extend("--ft-typography-body2-letter-spacing","",Mi.letterSpacing,"0.252px"),xr=Se.extend("--ft-typography-body2-line-height","",Mi.lineHeight,"1.4"),Or=Se.extend("--ft-typography-body2-text-transform","",Mi.textTransform,"inherit"),vr=Se.extend("--ft-typography-caption-font-family","",Fi),Nr=Se.extend("--ft-typography-caption-font-size","",Mi.fontSize,"12px"),Sr=Se.extend("--ft-typography-caption-font-weight","",Mi.fontWeight,"normal"),wr=Se.extend("--ft-typography-caption-letter-spacing","",Mi.letterSpacing,"0.396px"),Cr=Se.extend("--ft-typography-caption-line-height","",Mi.lineHeight,"1.33"),Rr=Se.extend("--ft-typography-caption-text-transform","",Mi.textTransform,"inherit"),Er=Se.extend("--ft-typography-breadcrumb-font-family","",Fi),Ur=Se.extend("--ft-typography-breadcrumb-font-size","",Mi.fontSize,"10px"),$r=Se.extend("--ft-typography-breadcrumb-font-weight","",Mi.fontWeight,"normal"),Ir=Se.extend("--ft-typography-breadcrumb-letter-spacing","",Mi.letterSpacing,"0.33px"),kr=Se.extend("--ft-typography-breadcrumb-line-height","",Mi.lineHeight,"1.6"),Wr=Se.extend("--ft-typography-breadcrumb-text-transform","",Mi.textTransform,"inherit"),Lr=Se.extend("--ft-typography-overline-font-family","",Fi),Kr=Se.extend("--ft-typography-overline-font-size","",Mi.fontSize,"10px"),Zr=Se.extend("--ft-typography-overline-font-weight","",Mi.fontWeight,"normal"),zr=Se.extend("--ft-typography-overline-letter-spacing","",Mi.letterSpacing,"1.5px"),Fr=Se.extend("--ft-typography-overline-line-height","",Mi.lineHeight,"1.6"),Mr=Se.extend("--ft-typography-overline-text-transform","",Mi.textTransform,"uppercase"),Ar=Se.extend("--ft-typography-button-font-family","",Fi),Dr=Se.extend("--ft-typography-button-font-size","",Mi.fontSize,"14px"),Br=Se.extend("--ft-typography-button-font-weight","",Mi.fontWeight,"600"),Pr=Se.extend("--ft-typography-button-letter-spacing","",Mi.letterSpacing,"1.246px"),jr=Se.extend("--ft-typography-button-line-height","",Mi.lineHeight,"1.15"),Hr=Se.extend("--ft-typography-button-text-transform","",Mi.textTransform,"uppercase"),Tr=Nt`
|
|
279
280
|
.ft-typography--title {
|
|
280
|
-
font-family: ${
|
|
281
|
-
font-size: ${
|
|
282
|
-
font-weight: ${
|
|
283
|
-
letter-spacing: ${
|
|
284
|
-
line-height: ${
|
|
285
|
-
text-transform: ${
|
|
286
|
-
}
|
|
287
|
-
`,
|
|
281
|
+
font-family: ${Ai};
|
|
282
|
+
font-size: ${Di};
|
|
283
|
+
font-weight: ${Bi};
|
|
284
|
+
letter-spacing: ${Pi};
|
|
285
|
+
line-height: ${ji};
|
|
286
|
+
text-transform: ${Hi};
|
|
287
|
+
}
|
|
288
|
+
`,_r=Nt`
|
|
288
289
|
.ft-typography--title-dense {
|
|
289
|
-
font-family: ${
|
|
290
|
-
font-size: ${
|
|
291
|
-
font-weight: ${
|
|
292
|
-
letter-spacing: ${
|
|
293
|
-
line-height: ${
|
|
294
|
-
text-transform: ${
|
|
295
|
-
}
|
|
296
|
-
`,
|
|
290
|
+
font-family: ${Ti};
|
|
291
|
+
font-size: ${_i};
|
|
292
|
+
font-weight: ${Gi};
|
|
293
|
+
letter-spacing: ${Yi};
|
|
294
|
+
line-height: ${Vi};
|
|
295
|
+
text-transform: ${Ji};
|
|
296
|
+
}
|
|
297
|
+
`,Gr=Nt`
|
|
297
298
|
.ft-typography--subtitle1 {
|
|
298
|
-
font-family: ${
|
|
299
|
-
font-size: ${
|
|
300
|
-
font-weight: ${
|
|
301
|
-
letter-spacing: ${
|
|
302
|
-
line-height: ${
|
|
303
|
-
text-transform: ${
|
|
304
|
-
}
|
|
305
|
-
`,
|
|
299
|
+
font-family: ${qi};
|
|
300
|
+
font-size: ${Xi};
|
|
301
|
+
font-weight: ${Qi};
|
|
302
|
+
letter-spacing: ${tr};
|
|
303
|
+
line-height: ${er};
|
|
304
|
+
text-transform: ${or};
|
|
305
|
+
}
|
|
306
|
+
`,Yr=Nt`
|
|
306
307
|
.ft-typography--subtitle2 {
|
|
307
|
-
font-family: ${
|
|
308
|
-
font-size: ${
|
|
309
|
-
font-weight: ${
|
|
310
|
-
letter-spacing: ${
|
|
311
|
-
line-height: ${
|
|
312
|
-
text-transform: ${
|
|
308
|
+
font-family: ${ir};
|
|
309
|
+
font-size: ${rr};
|
|
310
|
+
font-weight: ${nr};
|
|
311
|
+
letter-spacing: ${ar};
|
|
312
|
+
line-height: ${sr};
|
|
313
|
+
text-transform: ${lr};
|
|
313
314
|
}
|
|
314
315
|
|
|
315
|
-
`,
|
|
316
|
+
`,Vr=Nt`
|
|
316
317
|
.ft-typography--body1 {
|
|
317
|
-
font-family: ${
|
|
318
|
-
font-size: ${
|
|
319
|
-
font-weight: ${
|
|
320
|
-
letter-spacing: ${
|
|
321
|
-
line-height: ${
|
|
322
|
-
text-transform: ${
|
|
323
|
-
}
|
|
324
|
-
`,
|
|
318
|
+
font-family: ${cr};
|
|
319
|
+
font-size: ${pr};
|
|
320
|
+
font-weight: ${fr};
|
|
321
|
+
letter-spacing: ${hr};
|
|
322
|
+
line-height: ${dr};
|
|
323
|
+
text-transform: ${ur};
|
|
324
|
+
}
|
|
325
|
+
`,Jr=Nt`
|
|
325
326
|
.ft-typography--body2 {
|
|
326
|
-
font-family: ${
|
|
327
|
-
font-size: ${
|
|
328
|
-
font-weight: ${
|
|
329
|
-
letter-spacing: ${
|
|
330
|
-
line-height: ${
|
|
331
|
-
text-transform: ${
|
|
332
|
-
}
|
|
333
|
-
`,
|
|
327
|
+
font-family: ${yr};
|
|
328
|
+
font-size: ${gr};
|
|
329
|
+
font-weight: ${br};
|
|
330
|
+
letter-spacing: ${mr};
|
|
331
|
+
line-height: ${xr};
|
|
332
|
+
text-transform: ${Or};
|
|
333
|
+
}
|
|
334
|
+
`,qr=Nt`
|
|
334
335
|
.ft-typography--caption {
|
|
335
|
-
font-family: ${
|
|
336
|
-
font-size: ${
|
|
337
|
-
font-weight: ${
|
|
338
|
-
letter-spacing: ${
|
|
339
|
-
line-height: ${
|
|
340
|
-
text-transform: ${
|
|
341
|
-
}
|
|
342
|
-
`,
|
|
336
|
+
font-family: ${vr};
|
|
337
|
+
font-size: ${Nr};
|
|
338
|
+
font-weight: ${Sr};
|
|
339
|
+
letter-spacing: ${wr};
|
|
340
|
+
line-height: ${Cr};
|
|
341
|
+
text-transform: ${Rr};
|
|
342
|
+
}
|
|
343
|
+
`,Xr=Nt`
|
|
343
344
|
.ft-typography--breadcrumb {
|
|
344
|
-
font-family: ${
|
|
345
|
-
font-size: ${
|
|
346
|
-
font-weight: ${
|
|
347
|
-
letter-spacing: ${
|
|
348
|
-
line-height: ${
|
|
349
|
-
text-transform: ${
|
|
350
|
-
}
|
|
351
|
-
`,
|
|
345
|
+
font-family: ${Er};
|
|
346
|
+
font-size: ${Ur};
|
|
347
|
+
font-weight: ${$r};
|
|
348
|
+
letter-spacing: ${Ir};
|
|
349
|
+
line-height: ${kr};
|
|
350
|
+
text-transform: ${Wr};
|
|
351
|
+
}
|
|
352
|
+
`,Qr=Nt`
|
|
352
353
|
.ft-typography--overline {
|
|
353
|
-
font-family: ${
|
|
354
|
-
font-size: ${
|
|
355
|
-
font-weight: ${
|
|
356
|
-
letter-spacing: ${
|
|
357
|
-
line-height: ${
|
|
358
|
-
text-transform: ${
|
|
359
|
-
}
|
|
360
|
-
`,
|
|
354
|
+
font-family: ${Lr};
|
|
355
|
+
font-size: ${Kr};
|
|
356
|
+
font-weight: ${Zr};
|
|
357
|
+
letter-spacing: ${zr};
|
|
358
|
+
line-height: ${Fr};
|
|
359
|
+
text-transform: ${Mr};
|
|
360
|
+
}
|
|
361
|
+
`,tn=Nt`
|
|
361
362
|
.ft-typography--button {
|
|
362
|
-
font-family: ${
|
|
363
|
-
font-size: ${
|
|
364
|
-
font-weight: ${
|
|
365
|
-
letter-spacing: ${
|
|
366
|
-
line-height: ${
|
|
367
|
-
text-transform: ${
|
|
368
|
-
}
|
|
369
|
-
`,
|
|
363
|
+
font-family: ${Ar};
|
|
364
|
+
font-size: ${Dr};
|
|
365
|
+
font-weight: ${Br};
|
|
366
|
+
letter-spacing: ${Pr};
|
|
367
|
+
line-height: ${jr};
|
|
368
|
+
text-transform: ${Hr};
|
|
369
|
+
}
|
|
370
|
+
`,en=Nt`
|
|
370
371
|
.ft-typography {
|
|
371
372
|
vertical-align: inherit;
|
|
372
373
|
}
|
|
373
|
-
`,
|
|
374
|
+
`,on=[Object.keys(Ce).map((t=>function(t){const e=Ce[t];return Nt`
|
|
374
375
|
.ft-typography--${vt(t)} {
|
|
375
376
|
font-family: ${e.fontFamily};
|
|
376
377
|
font-size: ${e.fontSize};
|
|
@@ -379,20 +380,20 @@ const $o=Symbol.for(""),Io=t=>{if(t?.r===$o)return t?._$litStatic$},ko=t=>({_$li
|
|
|
379
380
|
line-height: ${e.lineHeight};
|
|
380
381
|
text-transform: ${e.textCase};
|
|
381
382
|
}
|
|
382
|
-
`}(t)))];var
|
|
383
|
-
<${
|
|
383
|
+
`}(t)))];var rn=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class nn extends Do{constructor(){super(...arguments),this.variant=Zi.body1}render(){return this.element?Ki`
|
|
384
|
+
<${Wi(this.element)}
|
|
384
385
|
class="ft-typography ft-typography--${this.variant}">
|
|
385
386
|
<slot></slot>
|
|
386
|
-
</${
|
|
387
|
-
`:
|
|
387
|
+
</${Wi(this.element)}>
|
|
388
|
+
`:Ki`
|
|
388
389
|
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
389
|
-
`}}
|
|
390
|
+
`}}nn.styles=[Tr,_r,Gr,Yr,Vr,Jr,qr,Xr,Qr,tn,en,...on],rn([C()],nn.prototype,"element",void 0),rn([C()],nn.prototype,"variant",void 0),k("ft-typography")(nn);
|
|
390
391
|
/**
|
|
391
392
|
* @license
|
|
392
393
|
* Copyright 2017 Google LLC
|
|
393
394
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
394
395
|
*/
|
|
395
|
-
class
|
|
396
|
+
class an extends ii{constructor(t){if(super(t),this.et=tt,t.type!==ei)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===tt||null==t)return this.vt=void 0,this.et=t;if(t===Q)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.et)return this.vt;this.et=t;const e=[t];return e.raw=e,this.vt={_$litType$:this.constructor.resultType,strings:e,values:[]}}}an.directiveName="unsafeHTML",an.resultType=1;const sn=oi(an);var ln,cn;!function(t){t.THUMBS_DOWN="",t.THUMBS_DOWN_PLAIN="",t.THUMBS_UP="",t.THUMBS_UP_PLAIN="",t.STAR="",t.STAR_PLAIN="",t.DESKTOP="",t.LIFE_RING="",t.GLOBE="",t.PIGGY_BANK="",t.TABLET_LANDSCAPE="",t.TABLET_PORTRAIT="",t.MOBILE_LANDSCAPE="",t.MOBILE_PORTRAIT="",t.ARROW_RIGHT_TO_LINE="",t.THIN_ARROW_UP="",t.CONTEXTUAL="",t.CHART_SIMPLE="",t.BARS_PROGRESS="",t.LINE_CHART="",t.STACKED_CHART="",t.CHART_BAR_NORMALIZED="",t.BOOK_OPEN_GEAR="",t.BOOK_OPEN_GEAR_SLASH="",t.DIAGRAM_SUNBURST="",t.DIAGRAM_SANKEY="",t.UNSTRUCTURED_DOC="",t.RESET="",t.THIN_ARROW_LEFT="",t.THIN_ARROW_RIGHT="",t.MY_COLLECTIONS="",t.OFFLINE_SETTINGS="",t.MY_LIBRARY="",t.RATE_PLAIN="",t.RATE="",t.FEEDBACK_PLAIN="",t.PAUSE="",t.PLAY="",t.RELATIVES_PLAIN="",t.RELATIVES="",t.SHORTCUT_MENU="",t.PRINT="",t.DEFAULT_ROLES="",t.ACCOUNT_SETTINGS="",t.ONLINE="",t.OFFLINE="",t.UPLOAD="",t.BOOK_PLAIN="",t.SYNC="",t.SHARED_PBK="",t.COLLECTIONS="",t.SEARCH_IN_PUBLICATION="",t.BOOKS="",t.LOCKER="",t.ARROW_DOWN="",t.ARROW_LEFT="",t.ARROW_RIGHT="",t.ARROW_UP="",t.SAVE="",t.MAILS_AND_NOTIFICATIONS="",t.DOT="",t.MINUS="",t.PLUS="",t.FILTERS="",t.STRIPE_ARROW_RIGHT="",t.STRIPE_ARROW_LEFT="",t.ATTACHMENTS="",t.ADD_BOOKMARK="",t.BOOKMARK="",t.EXPORT="",t.MENU="",t.TAG="",t.TAG_PLAIN="",t.COPY_TO_CLIPBOARD="",t.COLUMNS="",t.ARTICLE="",t.CLOSE_PLAIN="",t.CHECK_PLAIN="",t.LOGOUT="",t.SIGN_IN="",t.THIN_ARROW="",t.TRIANGLE_BOTTOM="",t.TRIANGLE_LEFT="",t.TRIANGLE_RIGHT="",t.TRIANGLE_TOP="",t.FACET_HAS_DESCENDANT="",t.MINUS_PLAIN="",t.PLUS_PLAIN="",t.INFO="",t.ICON_EXPAND="",t.ICON_COLLAPSE="",t.ADD_TO_PBK="",t.ALERT="",t.ADD_ALERT="",t.BACK_TO_SEARCH="",t.DOWNLOAD="",t.EDIT="",t.FEEDBACK="",t.MODIFY_PBK="",t.SCHEDULED="",t.SEARCH="",t.SHARE="󨃱",t.TOC="",t.WRITE_UGC="",t.TRASH="",t.EXTLINK="",t.EXTLINK_LIGHT="",t.CALENDAR="",t.BOOK="",t.DOWNLOAD_PLAIN="",t.CHECK="",t.TOPICS="",t.EYE="",t.EYE_SLASH="",t.DISC="",t.CIRCLE="",t.SHARED="",t.SORT_UNSORTED="",t.SORT_UP="",t.SORT_DOWN="",t.WORKING="",t.CLOSE="",t.ZOOM_OUT="",t.ZOOM_IN="",t.ZOOM_REALSIZE="",t.ZOOM_FULLSCREEN="",t.ADMIN_RESTRICTED="",t.ADMIN_THEME="",t.WARNING="",t.CONTEXT="",t.SEARCH_HOME="",t.STEPS="",t.HOME="",t.TRANSLATE="",t.USER="",t.ADMIN="",t.ANALYTICS="",t.ADMIN_KHUB="",t.ADMIN_USERS="",t.ADMIN_INTEGRATION="",t.ADMIN_PORTAL="",t.COMMENT_QUESTION="",t.COMMENT_QUESTION_PLAIN="",t.MESSAGE_BOT="",t.PIP="",t.PIP_WIDE="",t.EXPAND_WIDE="",t.X_MARK="",t.CLONE="",t.CLONE_LINK_SIMPLE=""}(ln||(ln={})),function(t){t.UNKNOWN="",t.ABW="",t.AUDIO="",t.AVI="",t.CHM="",t.CODE="",t.CSV="",t.DITA="",t.EPUB="",t.EXCEL="",t.FLAC="",t.GIF="",t.GZIP="",t.HTML="",t.IMAGE="",t.JPEG="",t.JSON="",t.M4A="",t.MOV="",t.MP3="",t.MP4="",t.OGG="",t.PDF="",t.PNG="",t.POWERPOINT="",t.RAR="",t.STP="",t.TEXT="",t.VIDEO="",t.WAV="",t.WMA="",t.WORD="",t.XML="",t.YAML="",t.ZIP=""}(cn||(cn={})),new Map([...["abw"].map((t=>[t,cn.ABW])),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map((t=>[t,cn.AUDIO])),...["avi"].map((t=>[t,cn.AVI])),...["chm","xhs"].map((t=>[t,cn.CHM])),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map((t=>[t,cn.CODE])),...["csv"].map((t=>[t,cn.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,cn.DITA])),...["epub"].map((t=>[t,cn.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,cn.EXCEL])),...["flac"].map((t=>[t,cn.FLAC])),...["gif"].map((t=>[t,cn.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,cn.GZIP])),...["html","htm","xhtml"].map((t=>[t,cn.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf"].map((t=>[t,cn.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,cn.JPEG])),...["json"].map((t=>[t,cn.JSON])),...["m4a","m4p"].map((t=>[t,cn.M4A])),...["mov","qt"].map((t=>[t,cn.MOV])),...["mp3"].map((t=>[t,cn.MP3])),...["mp4","m4v"].map((t=>[t,cn.MP4])),...["ogg","oga"].map((t=>[t,cn.OGG])),...["pdf","ps"].map((t=>[t,cn.PDF])),...["png"].map((t=>[t,cn.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,cn.POWERPOINT])),...["rar"].map((t=>[t,cn.RAR])),...["stp"].map((t=>[t,cn.STP])),...["txt","rtf","md","mdown"].map((t=>[t,cn.TEXT])),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map((t=>[t,cn.VIDEO])),...["wav"].map((t=>[t,cn.WAV])),...["wma"].map((t=>[t,cn.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,cn.WORD])),...["xml","xsl","rdf"].map((t=>[t,cn.XML])),...["yaml","yml","x-yaml"].map((t=>[t,cn.YAML])),...["zip"].map((t=>[t,cn.ZIP]))]),cn.ABW,cn.AUDIO,cn.AVI,cn.CHM,cn.CODE,cn.CSV,cn.DITA,cn.EPUB,cn.EXCEL,cn.FLAC,cn.GIF,cn.GZIP,cn.HTML,cn.IMAGE,cn.JPEG,cn.JSON,cn.M4A,cn.MOV,cn.MP3,cn.MP4,cn.OGG,cn.PDF,cn.PNG,cn.POWERPOINT,cn.RAR,cn.STP,cn.TEXT,cn.UNKNOWN,cn.VIDEO,cn.WAV,cn.WMA,cn.WORD,cn.XML,cn.YAML,cn.ZIP;const pn=Se.create("--ft-icon-font-size","","SIZE","24px"),fn=Se.extend("--ft-icon-fluid-topics-font-family","",Se.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),hn=Se.extend("--ft-icon-file-format-font-family","",Se.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),dn=Se.extend("--ft-icon-material-font-family","",Se.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),un=Se.create("--ft-icon-vertical-align","","UNKNOWN","unset"),yn=Nt`
|
|
396
397
|
:host, i.ft-icon {
|
|
397
398
|
display: inline-flex;
|
|
398
399
|
align-items: center;
|
|
@@ -401,14 +402,14 @@ class rr extends eo{constructor(t){if(super(t),this.et=tt,t.type!==Qe)throw Erro
|
|
|
401
402
|
}
|
|
402
403
|
|
|
403
404
|
:host {
|
|
404
|
-
width: ${
|
|
405
|
-
height: ${
|
|
405
|
+
width: ${pn};
|
|
406
|
+
height: ${pn};
|
|
406
407
|
}
|
|
407
408
|
|
|
408
409
|
i.ft-icon {
|
|
409
410
|
width: 100%;
|
|
410
411
|
height: 100%;
|
|
411
|
-
font-size: ${
|
|
412
|
+
font-size: ${pn};
|
|
412
413
|
line-height: 1;
|
|
413
414
|
font-weight: normal;
|
|
414
415
|
text-transform: none;
|
|
@@ -419,37 +420,37 @@ class rr extends eo{constructor(t){if(super(t),this.et=tt,t.type!==Qe)throw Erro
|
|
|
419
420
|
text-rendering: auto;
|
|
420
421
|
-webkit-font-smoothing: antialiased;
|
|
421
422
|
-moz-osx-font-smoothing: grayscale;
|
|
422
|
-
vertical-align: ${
|
|
423
|
+
vertical-align: ${un};
|
|
423
424
|
}
|
|
424
425
|
|
|
425
426
|
i.ft-icon.ft-icon--fluid-topics {
|
|
426
|
-
font-family: ${
|
|
427
|
+
font-family: ${fn}, ft-icons, fticons, sans-serif;
|
|
427
428
|
|
|
428
429
|
/* Ugly fix because font is broken */
|
|
429
|
-
font-size: calc(0.75 * ${
|
|
430
|
-
line-height: ${
|
|
430
|
+
font-size: calc(0.75 * ${pn});
|
|
431
|
+
line-height: ${pn};
|
|
431
432
|
position: relative;
|
|
432
433
|
top: -4%;
|
|
433
434
|
justify-content: center;
|
|
434
435
|
}
|
|
435
436
|
|
|
436
437
|
.ft-icon--file-format {
|
|
437
|
-
font-family: ${
|
|
438
|
+
font-family: ${hn}, ft-mime, sans-serif;
|
|
438
439
|
}
|
|
439
440
|
|
|
440
441
|
.ft-icon--material {
|
|
441
|
-
font-family: ${
|
|
442
|
+
font-family: ${dn}, "Material Icons", sans-serif;
|
|
442
443
|
}
|
|
443
|
-
`;var
|
|
444
|
+
`;var gn;!function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(gn||(gn={}));var bn,mn=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class xn extends Do{constructor(){super(...arguments),this.resolvedIcon=ae}render(){const t=this.variant&&Object.values(gn).includes(this.variant)?this.variant:gn.fluid_topics,e=t!==gn.material||!!this.value;return re`
|
|
444
445
|
<i class="ft-icon ft-icon--${t}" part="icon icon-${t}">
|
|
445
|
-
${
|
|
446
|
+
${sn(this.resolvedIcon)}
|
|
446
447
|
<slot ?hidden=${e}></slot>
|
|
447
448
|
</i>
|
|
448
|
-
`}get textContent(){var t,e;return null!==(e=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==e?e:""}update(t){super.update(t),["value","variant"].some((e=>t.has(e)))&&this.resolveIcon()}resolveIcon(){var t,e;let o=this.value||this.textContent;switch(this.variant){case
|
|
449
|
+
`}get textContent(){var t,e;return null!==(e=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==e?e:""}update(t){super.update(t),["value","variant"].some((e=>t.has(e)))&&this.resolveIcon()}resolveIcon(){var t,e;let o=this.value||this.textContent;switch(this.variant){case gn.file_format:this.resolvedIcon=null!==(t=cn[o.replace("-","_").toUpperCase()])&&void 0!==t?t:o;break;case gn.material:this.resolvedIcon=this.value||ae;break;default:this.resolvedIcon=null!==(e=ln[o.replace("-","_").toUpperCase()])&&void 0!==e?e:o}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}xn.elementDefinitions={},xn.styles=yn,mn([C()],xn.prototype,"variant",void 0),mn([C()],xn.prototype,"value",void 0),mn([R()],xn.prototype,"resolvedIcon",void 0),mn([$("slot")],xn.prototype,"slottedContent",void 0),k("ft-icon")(xn),t.FtTabsAlignment=void 0,(bn=t.FtTabsAlignment||(t.FtTabsAlignment={})).left="left",bn.right="right",bn.justify="justify";const On={colorSurface:Se.external(Ee.colorSurface,"Design system"),colorPrimary:Se.external(Ee.colorPrimary,"Design system"),colorOnSurfaceMedium:Se.external(Ee.colorOnSurfaceMedium,"Design system"),colorOnSurfaceDisabled:Se.external(Ee.colorOnSurfaceDisabled,"Design system")},vn=Nt`
|
|
449
450
|
.ft-tabs {
|
|
450
451
|
display: flex;
|
|
451
452
|
flex-direction: column;
|
|
452
|
-
background-color: ${
|
|
453
|
+
background-color: ${On.colorSurface};
|
|
453
454
|
height: 100%;
|
|
454
455
|
}
|
|
455
456
|
|
|
@@ -489,15 +490,15 @@ class rr extends eo{constructor(t){if(super(t),this.et=tt,t.type!==Qe)throw Erro
|
|
|
489
490
|
outline: none;
|
|
490
491
|
font-size: 16px;
|
|
491
492
|
line-height: 1;
|
|
492
|
-
color: ${
|
|
493
|
+
color: ${On.colorOnSurfaceMedium};
|
|
493
494
|
}
|
|
494
495
|
|
|
495
496
|
[role='tab'][aria-selected='true'] {
|
|
496
|
-
color: ${
|
|
497
|
+
color: ${On.colorPrimary};
|
|
497
498
|
}
|
|
498
499
|
|
|
499
500
|
[role='tab'][disabled] {
|
|
500
|
-
color: ${
|
|
501
|
+
color: ${On.colorOnSurfaceDisabled};
|
|
501
502
|
}
|
|
502
503
|
|
|
503
504
|
.ft-tabs--align-justify [role='tab'],
|
|
@@ -529,7 +530,7 @@ class rr extends eo{constructor(t){if(super(t),this.et=tt,t.type!==Qe)throw Erro
|
|
|
529
530
|
position: absolute;
|
|
530
531
|
height: 3px;
|
|
531
532
|
border-radius: 2px;
|
|
532
|
-
background-color: ${
|
|
533
|
+
background-color: ${On.colorPrimary};
|
|
533
534
|
transition: width 200ms ease, left 200ms ease, top 200ms ease;
|
|
534
535
|
}
|
|
535
536
|
|
|
@@ -538,7 +539,7 @@ class rr extends eo{constructor(t){if(super(t),this.et=tt,t.type!==Qe)throw Erro
|
|
|
538
539
|
flex-grow: 1;
|
|
539
540
|
overflow: auto;
|
|
540
541
|
}
|
|
541
|
-
`,
|
|
542
|
+
`,Nn=Se.create("--ft-tooltip-distance","","SIZE","4px"),Sn=Se.create("--ft-tooltip-color","","COLOR","#FFFFFF"),wn=Se.create("--ft-tooltip-background-color","","COLOR","#666666"),Cn=Se.create("--ft-tooltip-z-index","","NUMBER","100"),Rn=Se.external(Ee.borderRadiusS,"Design system"),En=Se.create("--ft-tooltip-max-width","","SIZE","150px"),Un=Nt`
|
|
542
543
|
.ft-tooltip--container {
|
|
543
544
|
display: block;
|
|
544
545
|
}
|
|
@@ -553,21 +554,21 @@ class rr extends eo{constructor(t){if(super(t),this.et=tt,t.type!==Qe)throw Erro
|
|
|
553
554
|
box-sizing: border-box;
|
|
554
555
|
overflow: hidden;
|
|
555
556
|
width: max-content;
|
|
556
|
-
max-width: ${
|
|
557
|
+
max-width: ${En};
|
|
557
558
|
text-align: center;
|
|
558
|
-
padding: ${
|
|
559
|
-
z-index: ${
|
|
559
|
+
padding: ${Nn};
|
|
560
|
+
z-index: ${Cn};
|
|
560
561
|
}
|
|
561
562
|
|
|
562
563
|
.ft-tooltip--content {
|
|
563
564
|
padding: 4px 8px;
|
|
564
|
-
border-radius: ${
|
|
565
|
-
background-color: ${
|
|
566
|
-
color: ${
|
|
565
|
+
border-radius: ${Rn};
|
|
566
|
+
background-color: ${wn};
|
|
567
|
+
color: ${Sn};
|
|
567
568
|
position: relative;
|
|
568
569
|
word-break: break-word;
|
|
569
570
|
}
|
|
570
|
-
`,Er=["start","end"],Ur=["top","right","bottom","left"].reduce(((t,e)=>t.concat(e,e+"-"+Er[0],e+"-"+Er[1])),[]),$r=Math.min,Ir=Math.max,kr=Math.round,Wr=t=>({x:t,y:t}),Lr={left:"right",right:"left",bottom:"top",top:"bottom"},Kr={start:"end",end:"start"};function Zr(t,e,o){return Ir(t,$r(e,o))}function zr(t,e){return"function"==typeof t?t(e):t}function Fr(t){return t.split("-")[0]}function Mr(t){return t.split("-")[1]}function Ar(t){return"x"===t?"y":"x"}function Dr(t){return"y"===t?"height":"width"}function Br(t){return["top","bottom"].includes(Fr(t))?"y":"x"}function Pr(t){return Ar(Br(t))}function jr(t){return t.replace(/left|right|bottom|top/g,(t=>Lr[t]))}function Hr(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function Tr(t,e,o){let{reference:i,floating:r}=t;const n=Br(e),a=Pr(e),s=Dr(a),l=Fr(e),c="y"===n,p=i.x+i.width/2-r.width/2,f=i.y+i.height/2-r.height/2,h=i[s]/2-r[s]/2;let d;switch(l){case"top":d={x:p,y:i.y-r.height};break;case"bottom":d={x:p,y:i.y+i.height};break;case"right":d={x:i.x+i.width,y:f};break;case"left":d={x:i.x-r.width,y:f};break;default:d={x:i.x,y:i.y}}switch(Mr(e)){case"start":d[a]-=h*(o&&c?-1:1);break;case"end":d[a]+=h*(o&&c?-1:1)}return d}async function _r(t,e){var o;void 0===e&&(e={});const{x:i,y:r,platform:n,rects:a,elements:s,strategy:l}=t,{boundary:c="clippingAncestors",rootBoundary:p="viewport",elementContext:f="floating",altBoundary:h=!1,padding:d=0}=zr(e,t),u=function(t){return"number"!=typeof t?function(t){return{top:0,right:0,bottom:0,left:0,...t}}(t):{top:t,right:t,bottom:t,left:t}}(d),y=s[h?"floating"===f?"reference":"floating":f],g=Hr(await n.getClippingRect({element:null==(o=await(null==n.isElement?void 0:n.isElement(y)))||o?y:y.contextElement||await(null==n.getDocumentElement?void 0:n.getDocumentElement(s.floating)),boundary:c,rootBoundary:p,strategy:l})),b="floating"===f?{...a.floating,x:i,y:r}:a.reference,m=await(null==n.getOffsetParent?void 0:n.getOffsetParent(s.floating)),x=await(null==n.isElement?void 0:n.isElement(m))&&await(null==n.getScale?void 0:n.getScale(m))||{x:1,y:1},O=Hr(n.convertOffsetParentRelativeRectToViewportRelativeRect?await n.convertOffsetParentRelativeRectToViewportRelativeRect({rect:b,offsetParent:m,strategy:l}):b);return{top:(g.top-O.top+u.top)/x.y,bottom:(O.bottom-g.bottom+u.bottom)/x.y,left:(g.left-O.left+u.left)/x.x,right:(O.right-g.right+u.right)/x.x}}function Gr(t,e,o){return(t?[...o.filter((e=>Mr(e)===t)),...o.filter((e=>Mr(e)!==t))]:o.filter((t=>Fr(t)===t))).filter((o=>!t||(Mr(o)===t||!!e&&function(t){return t.replace(/start|end/g,(t=>Kr[t]))}(o)!==o)))}const Yr=function(t){return void 0===t&&(t={}),{name:"autoPlacement",options:t,async fn(e){var o,i,r;const{rects:n,middlewareData:a,placement:s,platform:l,elements:c}=e,{crossAxis:p=!1,alignment:f,allowedPlacements:h=Ur,autoAlignment:d=!0,...u}=zr(t,e),y=void 0!==f||h===Ur?Gr(f||null,d,h):h,g=await _r(e,u),b=(null==(o=a.autoPlacement)?void 0:o.index)||0,m=y[b];if(null==m)return{};const x=function(t,e,o){void 0===o&&(o=!1);const i=Mr(t),r=Pr(t),n=Dr(r);let a="x"===r?i===(o?"end":"start")?"right":"left":"start"===i?"bottom":"top";return e.reference[n]>e.floating[n]&&(a=jr(a)),[a,jr(a)]}(m,n,await(null==l.isRTL?void 0:l.isRTL(c.floating)));if(s!==m)return{reset:{placement:y[0]}};const O=[g[Fr(m)],g[x[0]],g[x[1]]],v=[...(null==(i=a.autoPlacement)?void 0:i.overflows)||[],{placement:m,overflows:O}],N=y[b+1];if(N)return{data:{index:b+1,overflows:v},reset:{placement:N}};const S=v.map((t=>{const e=Mr(t.placement);return[t.placement,e&&p?t.overflows.slice(0,2).reduce(((t,e)=>t+e),0):t.overflows[0],t.overflows]})).sort(((t,e)=>t[1]-e[1])),w=S.filter((t=>t[2].slice(0,Mr(t[0])?2:3).every((t=>t<=0)))),C=(null==(r=w[0])?void 0:r[0])||S[0][0];return C!==s?{data:{index:b+1,overflows:v},reset:{placement:C}}:{}}}};function Vr(t){return Xr(t)?(t.nodeName||"").toLowerCase():"#document"}function Jr(t){var e;return(null==t||null==(e=t.ownerDocument)?void 0:e.defaultView)||window}function qr(t){var e;return null==(e=(Xr(t)?t.ownerDocument:t.document)||window.document)?void 0:e.documentElement}function Xr(t){return t instanceof Node||t instanceof Jr(t).Node}function Qr(t){return t instanceof Element||t instanceof Jr(t).Element}function tn(t){return t instanceof HTMLElement||t instanceof Jr(t).HTMLElement}function en(t){return"undefined"!=typeof ShadowRoot&&(t instanceof ShadowRoot||t instanceof Jr(t).ShadowRoot)}function on(t){const{overflow:e,overflowX:o,overflowY:i,display:r}=ln(t);return/auto|scroll|overlay|hidden|clip/.test(e+i+o)&&!["inline","contents"].includes(r)}function rn(t){return["table","td","th"].includes(Vr(t))}function nn(t){const e=an(),o=ln(t);return"none"!==o.transform||"none"!==o.perspective||!!o.containerType&&"normal"!==o.containerType||!e&&!!o.backdropFilter&&"none"!==o.backdropFilter||!e&&!!o.filter&&"none"!==o.filter||["transform","perspective","filter"].some((t=>(o.willChange||"").includes(t)))||["paint","layout","strict","content"].some((t=>(o.contain||"").includes(t)))}function an(){return!("undefined"==typeof CSS||!CSS.supports)&&CSS.supports("-webkit-backdrop-filter","none")}function sn(t){return["html","body","#document"].includes(Vr(t))}function ln(t){return Jr(t).getComputedStyle(t)}function cn(t){return Qr(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function pn(t){if("html"===Vr(t))return t;const e=t.assignedSlot||t.parentNode||en(t)&&t.host||qr(t);return en(e)?e.host:e}function fn(t){const e=pn(t);return sn(e)?t.ownerDocument?t.ownerDocument.body:t.body:tn(e)&&on(e)?e:fn(e)}function hn(t,e,o){var i;void 0===e&&(e=[]),void 0===o&&(o=!0);const r=fn(t),n=r===(null==(i=t.ownerDocument)?void 0:i.body),a=Jr(r);return n?e.concat(a,a.visualViewport||[],on(r)?r:[],a.frameElement&&o?hn(a.frameElement):[]):e.concat(r,hn(r,[],o))}function dn(t){const e=ln(t);let o=parseFloat(e.width)||0,i=parseFloat(e.height)||0;const r=tn(t),n=r?t.offsetWidth:o,a=r?t.offsetHeight:i,s=kr(o)!==n||kr(i)!==a;return s&&(o=n,i=a),{width:o,height:i,$:s}}function un(t){return Qr(t)?t:t.contextElement}function yn(t){const e=un(t);if(!tn(e))return Wr(1);const o=e.getBoundingClientRect(),{width:i,height:r,$:n}=dn(e);let a=(n?kr(o.width):o.width)/i,s=(n?kr(o.height):o.height)/r;return a&&Number.isFinite(a)||(a=1),s&&Number.isFinite(s)||(s=1),{x:a,y:s}}const gn=Wr(0);function bn(t){const e=Jr(t);return an()&&e.visualViewport?{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}:gn}function mn(t,e,o,i){void 0===e&&(e=!1),void 0===o&&(o=!1);const r=t.getBoundingClientRect(),n=un(t);let a=Wr(1);e&&(i?Qr(i)&&(a=yn(i)):a=yn(t));const s=function(t,e,o){return void 0===e&&(e=!1),!(!o||e&&o!==Jr(t))&&e}(n,o,i)?bn(n):Wr(0);let l=(r.left+s.x)/a.x,c=(r.top+s.y)/a.y,p=r.width/a.x,f=r.height/a.y;if(n){const t=Jr(n),e=i&&Qr(i)?Jr(i):i;let o=t.frameElement;for(;o&&i&&e!==t;){const t=yn(o),e=o.getBoundingClientRect(),i=ln(o),r=e.left+(o.clientLeft+parseFloat(i.paddingLeft))*t.x,n=e.top+(o.clientTop+parseFloat(i.paddingTop))*t.y;l*=t.x,c*=t.y,p*=t.x,f*=t.y,l+=r,c+=n,o=Jr(o).frameElement}}return Hr({width:p,height:f,x:l,y:c})}function xn(t){return mn(qr(t)).left+cn(t).scrollLeft}function On(t,e,o){let i;if("viewport"===e)i=function(t,e){const o=Jr(t),i=qr(t),r=o.visualViewport;let n=i.clientWidth,a=i.clientHeight,s=0,l=0;if(r){n=r.width,a=r.height;const t=an();(!t||t&&"fixed"===e)&&(s=r.offsetLeft,l=r.offsetTop)}return{width:n,height:a,x:s,y:l}}(t,o);else if("document"===e)i=function(t){const e=qr(t),o=cn(t),i=t.ownerDocument.body,r=Ir(e.scrollWidth,e.clientWidth,i.scrollWidth,i.clientWidth),n=Ir(e.scrollHeight,e.clientHeight,i.scrollHeight,i.clientHeight);let a=-o.scrollLeft+xn(t);const s=-o.scrollTop;return"rtl"===ln(i).direction&&(a+=Ir(e.clientWidth,i.clientWidth)-r),{width:r,height:n,x:a,y:s}}(qr(t));else if(Qr(e))i=function(t,e){const o=mn(t,!0,"fixed"===e),i=o.top+t.clientTop,r=o.left+t.clientLeft,n=tn(t)?yn(t):Wr(1);return{width:t.clientWidth*n.x,height:t.clientHeight*n.y,x:r*n.x,y:i*n.y}}(e,o);else{const o=bn(t);i={...e,x:e.x-o.x,y:e.y-o.y}}return Hr(i)}function vn(t,e){const o=pn(t);return!(o===e||!Qr(o)||sn(o))&&("fixed"===ln(o).position||vn(o,e))}function Nn(t,e,o){const i=tn(e),r=qr(e),n="fixed"===o,a=mn(t,!0,n,e);let s={scrollLeft:0,scrollTop:0};const l=Wr(0);if(i||!i&&!n)if(("body"!==Vr(e)||on(r))&&(s=cn(e)),i){const t=mn(e,!0,n,e);l.x=t.x+e.clientLeft,l.y=t.y+e.clientTop}else r&&(l.x=xn(r));return{x:a.left+s.scrollLeft-l.x,y:a.top+s.scrollTop-l.y,width:a.width,height:a.height}}function Sn(t,e){return tn(t)&&"fixed"!==ln(t).position?e?e(t):t.offsetParent:null}function wn(t,e){const o=Jr(t);if(!tn(t))return o;let i=Sn(t,e);for(;i&&rn(i)&&"static"===ln(i).position;)i=Sn(i,e);return i&&("html"===Vr(i)||"body"===Vr(i)&&"static"===ln(i).position&&!nn(i))?o:i||function(t){let e=pn(t);for(;tn(e)&&!sn(e);){if(nn(e))return e;e=pn(e)}return null}(t)||o}const Cn={convertOffsetParentRelativeRectToViewportRelativeRect:function(t){let{rect:e,offsetParent:o,strategy:i}=t;const r=tn(o),n=qr(o);if(o===n)return e;let a={scrollLeft:0,scrollTop:0},s=Wr(1);const l=Wr(0);if((r||!r&&"fixed"!==i)&&(("body"!==Vr(o)||on(n))&&(a=cn(o)),tn(o))){const t=mn(o);s=yn(o),l.x=t.x+o.clientLeft,l.y=t.y+o.clientTop}return{width:e.width*s.x,height:e.height*s.y,x:e.x*s.x-a.scrollLeft*s.x+l.x,y:e.y*s.y-a.scrollTop*s.y+l.y}},getDocumentElement:qr,getClippingRect:function(t){let{element:e,boundary:o,rootBoundary:i,strategy:r}=t;const n=[..."clippingAncestors"===o?function(t,e){const o=e.get(t);if(o)return o;let i=hn(t,[],!1).filter((t=>Qr(t)&&"body"!==Vr(t))),r=null;const n="fixed"===ln(t).position;let a=n?pn(t):t;for(;Qr(a)&&!sn(a);){const e=ln(a),o=nn(a);o||"fixed"!==e.position||(r=null),(n?!o&&!r:!o&&"static"===e.position&&r&&["absolute","fixed"].includes(r.position)||on(a)&&!o&&vn(t,a))?i=i.filter((t=>t!==a)):r=e,a=pn(a)}return e.set(t,i),i}(e,this._c):[].concat(o),i],a=n[0],s=n.reduce(((t,o)=>{const i=On(e,o,r);return t.top=Ir(i.top,t.top),t.right=$r(i.right,t.right),t.bottom=$r(i.bottom,t.bottom),t.left=Ir(i.left,t.left),t}),On(e,a,r));return{width:s.right-s.left,height:s.bottom-s.top,x:s.left,y:s.top}},getOffsetParent:wn,getElementRects:async function(t){let{reference:e,floating:o,strategy:i}=t;const r=this.getOffsetParent||wn,n=this.getDimensions;return{reference:Nn(e,await r(o),i),floating:{x:0,y:0,...await n(o)}}},getClientRects:function(t){return Array.from(t.getClientRects())},getDimensions:function(t){return dn(t)},getScale:yn,isElement:Qr,isRTL:function(t){return"rtl"===ln(t).direction}},Rn=(t,e,o)=>{const i=new Map,r={platform:Cn,...o},n={...r.platform,_c:i};return(async(t,e,o)=>{const{placement:i="bottom",strategy:r="absolute",middleware:n=[],platform:a}=o,s=n.filter(Boolean),l=await(null==a.isRTL?void 0:a.isRTL(e));let c=await a.getElementRects({reference:t,floating:e,strategy:r}),{x:p,y:f}=Tr(c,i,l),h=i,d={},u=0;for(let o=0;o<s.length;o++){const{name:n,fn:y}=s[o],{x:g,y:b,data:m,reset:x}=await y({x:p,y:f,initialPlacement:i,placement:h,strategy:r,middlewareData:d,rects:c,platform:a,elements:{reference:t,floating:e}});p=null!=g?g:p,f=null!=b?b:f,d={...d,[n]:{...d[n],...m}},x&&u<=50&&(u++,"object"==typeof x&&(x.placement&&(h=x.placement),x.rects&&(c=!0===x.rects?await a.getElementRects({reference:t,floating:e,strategy:r}):x.rects),({x:p,y:f}=Tr(c,h,l))),o=-1)}return{x:p,y:f,placement:h,strategy:r,middlewareData:d}})(t,e,{...r,platform:n})};function En(t){return function(t){for(let e=t;e;e=Un(e))if(e instanceof Element&&"none"===getComputedStyle(e).display)return null;for(let e=Un(t);e;e=Un(e)){if(!(e instanceof Element))continue;const t=getComputedStyle(e);if("contents"!==t.display){if("static"!==t.position||"none"!==t.filter)return e;if("BODY"===e.tagName)return e}}return null}(t)}function Un(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}var $n=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class In extends Me{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new e,this.revealDebouncer=new e}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return re`
|
|
571
|
+
`;var $n=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class In extends Do{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new e,this.revealDebouncer=new e}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return re`
|
|
571
572
|
<div part="container"
|
|
572
573
|
class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
|
|
573
574
|
@mouseenter=${this.onHover}
|
|
@@ -585,11 +586,11 @@ class rr extends eo{constructor(t){if(super(t),this.et=tt,t.type!==Qe)throw Erro
|
|
|
585
586
|
</div>
|
|
586
587
|
</div>
|
|
587
588
|
</div>
|
|
588
|
-
`}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((e=>t.has(e)))&&this.visible&&this.positionTooltip()}async show(t){this.visible=!0,null!=t&&await this.hideDebounce.run((()=>{this.hide()}),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){
|
|
589
|
-
<div class="${
|
|
589
|
+
`}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((e=>t.has(e)))&&this.visible&&this.positionTooltip()}async show(t){this.visible=!0,null!=t&&await this.hideDebounce.run((()=>{this.hide()}),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",async function(t,e,o){return $o(t,e,{platform:{...Uo,getOffsetParent:t=>Uo.getOffsetParent(t,Io)},middleware:[(i={crossAxis:!0},void 0===i&&(i={}),{name:"shift",options:i,async fn(t){const{x:e,y:o,placement:r}=t,{mainAxis:n=!0,crossAxis:a=!1,limiter:s={fn:t=>{let{x:e,y:o}=t;return{x:e,y:o}}},...l}=Ae(i,t),c={x:e,y:o},p=await Ve(t,l),f=He(De(r)),h=Pe(f);let d=c[h],u=c[f];if(n){const t="y"===h?"bottom":"right";d=Me(d+p["y"===h?"top":"left"],d,d-p[t])}if(a){const t="y"===f?"bottom":"right";u=Me(u+p["y"===f?"top":"left"],u,u-p[t])}const y=s.fn({...t,[h]:d,[f]:u});return{...y,data:{x:y.x-e,y:y.y-o}}}}),qe({allowedPlacements:[o]})]});var i}(this.slottedElement,this.tooltip,this.position).then((({x:t,y:e})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${e}px`)}))),this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,e){return Math.max(t,Math.min(0,-e))}}In.elementDefinitions={"ft-typography":nn},In.styles=Un,$n([C()],In.prototype,"text",void 0),$n([C({type:Boolean})],In.prototype,"manual",void 0),$n([C({type:Boolean})],In.prototype,"inline",void 0),$n([C({type:Number})],In.prototype,"delay",void 0),$n([C()],In.prototype,"position",void 0),$n([function(t){return(e,o)=>{const{slot:i}=t??{},r="slot"+(i?`[name=${i}]`:":not([name])");return U(0,0,{get(){const e=this.renderRoot?.querySelector(r);return e?.assignedNodes(t)??[]}})}}()],In.prototype,"slotNodes",void 0),$n([$(".ft-tooltip--container")],In.prototype,"container",void 0),$n([$(".ft-tooltip")],In.prototype,"tooltip",void 0),$n([$(".ft-tooltip--content")],In.prototype,"tooltipContent",void 0),$n([R()],In.prototype,"visible",void 0),$n([E({passive:!0})],In.prototype,"onTouch",null),$n([E({passive:!0})],In.prototype,"onHover",null),$n([E({passive:!0})],In.prototype,"onOut",null),$n([E({passive:!0})],In.prototype,"onClick",null),k("ft-tooltip")(In);var kn=function(t,e,o,i){for(var r,n=arguments.length,a=n<3?e:null===i?i=Object.getOwnPropertyDescriptor(e,o):i,s=t.length-1;s>=0;s--)(r=t[s])&&(a=(n<3?r(a):n>3?r(e,o,a):r(e,o))||a);return n>3&&a&&Object.defineProperty(e,o,a),a};class Wn extends CustomEvent{constructor(t){super("index-change",{detail:t})}}class Ln extends Do{constructor(){super(...arguments),this.dense=!1,this.contentBefore=!1,this.alignTabs=t.FtTabsAlignment.justify,this.ftTabs=[],this.activeIndex=0,this.updateDebouncer=new e(2),this.onTabUpdated=()=>this.updateDebouncer.run((()=>{this.requestUpdate(),this.dispatchEvent(new $e)})),this.resizeObserver=new ResizeObserver((()=>this.placeIndicator()))}render(){var t;const e={"ft-tabs":!0,"ft-tabs--reverse":this.contentBefore,"ft-tabs--dense":this.dense},o=null===(t=this.ftTabs[this.activeIndex])||void 0===t?void 0:t.color;return re`
|
|
590
|
+
<div class="${hi(e)}" part="container">
|
|
590
591
|
<div class="ft-tabs--align-${this.alignTabs}" role="tablist" part="tablist">
|
|
591
|
-
${
|
|
592
|
-
<button class="${
|
|
592
|
+
${fi(this.ftTabs,((t,e)=>this.addTooltipIfNecessary(t,re`
|
|
593
|
+
<button class="${hi({"ft-tabs--tab-with-icon":!!t.icon,"ft-tabs--tab-with-label":!!t.label})}"
|
|
593
594
|
?disabled=${t.disabled}
|
|
594
595
|
@click=${()=>this.activeIndex=e}
|
|
595
596
|
role="tab"
|
|
@@ -611,7 +612,7 @@ class rr extends eo{constructor(t){if(super(t),this.et=tt,t.type!==Qe)throw Erro
|
|
|
611
612
|
</ft-icon>
|
|
612
613
|
<ft-typography class="ft-tabs--tab-label"
|
|
613
614
|
part="tab-label${t.active?" active-tab-label":""}"
|
|
614
|
-
variant="${
|
|
615
|
+
variant="${Zi.body2}">
|
|
615
616
|
${t.label}
|
|
616
617
|
</ft-typography>
|
|
617
618
|
</button>
|
|
@@ -632,4 +633,4 @@ class rr extends eo{constructor(t){if(super(t),this.et=tt,t.type!==Qe)throw Erro
|
|
|
632
633
|
position="${this.contentBefore?"top":"bottom"}">
|
|
633
634
|
${e}
|
|
634
635
|
</ft-tooltip>
|
|
635
|
-
`:e}}Ln.elementDefinitions={"ft-tab":
|
|
636
|
+
`:e}}Ln.elementDefinitions={"ft-tab":Qo,"ft-ripple":$i,"ft-tooltip":In,"ft-typography":nn,"ft-icon":xn},Ln.styles=vn,kn([C({type:Boolean})],Ln.prototype,"dense",void 0),kn([C({type:Boolean})],Ln.prototype,"contentBefore",void 0),kn([C()],Ln.prototype,"alignTabs",void 0),kn([R()],Ln.prototype,"ftTabs",void 0),kn([$("[role='tablist']")],Ln.prototype,"tabsContainer",void 0),kn([$("[aria-selected='true']")],Ln.prototype,"activeTab",void 0),kn([$(".ft-tabs--active-tab-indicator")],Ln.prototype,"activeTabIndicator",void 0),kn([C({type:Number,reflect:!0})],Ln.prototype,"activeIndex",void 0);k("ft-tab")(Qo),k("ft-tabs")(Ln),t.FtTab=Qo,t.FtTabCssVariables={},t.FtTabs=Ln,t.FtTabsCssVariables=On,t.IndexChangeEvent=Wn,t.styles=vn}({});
|