@fluid-topics/ft-reader-title 1.0.62 → 1.1.0
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-reader-title.d.ts +1 -1
- package/build/ft-reader-title.light.js +72 -72
- package/build/ft-reader-title.min.js +146 -131
- package/package.json +5 -5
|
@@ -1,58 +1,73 @@
|
|
|
1
1
|
!function(t){
|
|
2
2
|
/**
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
*/
|
|
17
|
-
if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,o=window.customElements.define,e=window.customElements.get,r=window.customElements,a=new WeakMap,i=new WeakMap,n=new WeakMap,l=new WeakMap;let c;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,a){if(t=t.toLowerCase(),void 0!==this._getDefinition(t))throw new DOMException(`Failed to execute 'define' on 'CustomElementRegistry': the name "${t}" has already been used with this registry`);if(void 0!==this._definitionsByClass.get(a))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const l=a.prototype.attributeChangedCallback,c=new Set(a.observedAttributes||[]);h(a,c,l);const s={elementClass:a,connectedCallback:a.prototype.connectedCallback,disconnectedCallback:a.prototype.disconnectedCallback,adoptedCallback:a.prototype.adoptedCallback,attributeChangedCallback:l,formAssociated:a.formAssociated,formAssociatedCallback:a.prototype.formAssociatedCallback,formDisabledCallback:a.prototype.formDisabledCallback,formResetCallback:a.prototype.formResetCallback,formStateRestoreCallback:a.prototype.formStateRestoreCallback,observedAttributes:c};this._definitionsByTag.set(t,s),this._definitionsByClass.set(a,s);let p=e.call(r,t);p||(p=f(t),o.call(r,t,p)),this===window.customElements&&(n.set(a,s),s.standInClass=p);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)i.delete(t),y(t,s,!0)}const g=this._whenDefinedPromises.get(t);return void 0!==g&&(g.resolve(a),this._whenDefinedPromises.delete(t)),a}upgrade(){u.push(this),r.upgrade.apply(r,arguments),u.pop()}get(t){const o=this._definitionsByTag.get(t);return o?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const o=this._getDefinition(t);if(void 0!==o)return Promise.resolve(o.elementClass);let e=this._whenDefinedPromises.get(t);return void 0===e&&(e={},e.promise=new Promise((t=>e.resolve=t)),this._whenDefinedPromises.set(t,e)),e.promise}_upgradeWhenDefined(t,o,e){let r=this._awaitingUpgrade.get(o);r||this._awaitingUpgrade.set(o,r=new Set),e?r.add(t):r.delete(t)}},window.HTMLElement=function(){let o=c;if(o)return c=void 0,o;const e=n.get(this.constructor);if(!e)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return o=Reflect.construct(t,[],e.standInClass),Object.setPrototypeOf(o,this.constructor.prototype),a.set(o,e),o},window.HTMLElement.prototype=t.prototype;const s=t=>t===document||t instanceof ShadowRoot,p=t=>{let o=t.getRootNode();if(!s(o)){const t=u[u.length-1];if(t instanceof CustomElementRegistry)return t;o=t.getRootNode(),s(o)||(o=l.get(o)?.getRootNode()||document)}return o.customElements},f=o=>class{static get formAssociated(){return!0}constructor(){const e=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(e,HTMLElement.prototype);const r=p(e)||window.customElements,a=r._getDefinition(o);return a?y(e,a):i.set(e,r),e}connectedCallback(){const t=a.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,o,!0)}disconnectedCallback(){const t=a.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):i.get(this)._upgradeWhenDefined(this,o,!1)}adoptedCallback(){const t=a.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=a.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=a.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=a.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=a.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},h=(t,o,e)=>{if(0===o.size||void 0===e)return;const r=t.prototype.setAttribute;r&&(t.prototype.setAttribute=function(t,a){const i=t.toLowerCase();if(o.has(i)){const t=this.getAttribute(i);r.call(this,i,a),e.call(this,i,t,a)}else r.call(this,i,a)});const a=t.prototype.removeAttribute;a&&(t.prototype.removeAttribute=function(t){const r=t.toLowerCase();if(o.has(r)){const t=this.getAttribute(r);a.call(this,r),e.call(this,r,t,null)}else a.call(this,r)})},d=o=>{const e=Object.getPrototypeOf(o);if(e!==window.HTMLElement)return e===t||"HTMLElement"===e?.prototype?.constructor?.name?Object.setPrototypeOf(o,window.HTMLElement):d(e)},y=(t,o,e=!1)=>{Object.setPrototypeOf(t,o.elementClass.prototype),a.set(t,o),c=t;try{new o.elementClass}catch(t){d(o.elementClass),new o.elementClass}o.observedAttributes.forEach((e=>{t.hasAttribute(e)&&o.attributeChangedCallback.call(t,e,null,t.getAttribute(e))})),e&&o.connectedCallback&&t.isConnected&&o.connectedCallback.call(t)},g=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const o=g.apply(this,arguments);return t.customElements&&(o.customElements=t.customElements),o};let u=[document];const b=(t,o,e=void 0)=>{const r=(e?Object.getPrototypeOf(e):t.prototype)[o];t.prototype[o]=function(){u.push(this);const t=r.apply(e||this,arguments);return void 0!==t&&l.set(t,this),u.pop(),t}};b(ShadowRoot,"createElement",document),b(ShadowRoot,"importNode",document),b(Element,"insertAdjacentHTML");const m=(t,o)=>{const e=Object.getOwnPropertyDescriptor(t.prototype,o);Object.defineProperty(t.prototype,o,{...e,set(t){u.push(this),e.set.call(this,t),u.pop()}})};if(m(Element,"innerHTML"),m(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,o=HTMLElement.prototype.attachInternals,e=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...e){const r=o.call(this,...e);return t.set(r,this),r},e.forEach((o=>{const e=window.ElementInternals.prototype,r=e[o];e[o]=function(...o){const e=t.get(this);if(!0!==a.get(e).formAssociated)throw new DOMException(`Failed to execute ${r} on 'ElementInternals': The target element is not a form-associated custom element.`);r?.call(this,...o)}}));class r extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class i{constructor(t){const o=new Map;t.forEach(((t,e)=>{const r=t.getAttribute("name"),a=o.get(r)||[];this[+e]=t,a.push(t),o.set(r,a)})),this.length=t.length,o.forEach(((t,o)=>{t&&(1===t.length?this[o]=t[0]:this[o]=new r(t))}))}namedItem(t){return this[t]}}const n=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=n.get.call(this,[]),o=[];for(const e of t){const t=a.get(e);t&&!0!==t.formAssociated||o.push(e)}return new i(o)}})}}try{window.customElements.define("custom-element",null)}catch(At){const t=window.customElements.define;window.customElements.define=(o,e,r)=>{if(null!==e)try{t.bind(window.customElements)(o,e,r)}catch(t){console.info(o,e,r,t)}}}class o{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,o){return this.callbacks=[t],this.debounce(o)}queue(t,o){return this.callbacks.push(t),this.debounce(o)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,o)=>{this.resolvePromise=t,this.rejectPromise=o}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,o;const e=[...this.callbacks];this.callbacks=[];const r=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,a=null!==(o=this.resolvePromise)&&void 0!==o?o:()=>null;this.clearPromise();for(let t of e)try{await t()}catch(t){return void r(t)}a(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}
|
|
3
|
+
* @license
|
|
4
|
+
* Copyright (c) 2020 The Polymer Project Authors. All rights reserved.
|
|
5
|
+
* This code may only be used under the BSD style license found at
|
|
6
|
+
* http://polymer.github.io/LICENSE.txt
|
|
7
|
+
* The complete set of authors may be found at
|
|
8
|
+
* http://polymer.github.io/AUTHORS.txt
|
|
9
|
+
* The complete set of contributors may be found at
|
|
10
|
+
* http://polymer.github.io/CONTRIBUTORS.txt
|
|
11
|
+
* Code distributed by Google as part of the polymer project is also
|
|
12
|
+
* subject to an additional IP rights grant found at
|
|
13
|
+
* http://polymer.github.io/PATENTS.txt
|
|
14
|
+
*/
|
|
15
|
+
if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,o=window.customElements.define,e=window.customElements.get,r=window.customElements,i=new WeakMap,a=new WeakMap,n=new WeakMap,s=new WeakMap;let c;window.CustomElementRegistry=class{constructor(){this._definitionsByTag=new Map,this._definitionsByClass=new Map,this._whenDefinedPromises=new Map,this._awaitingUpgrade=new Map}define(t,i){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(i))throw new DOMException("Failed to execute 'define' on 'CustomElementRegistry': this constructor has already been used with this registry");const s=i.prototype.attributeChangedCallback,c=new Set(i.observedAttributes||[]);h(i,c,s);const l={elementClass:i,connectedCallback:i.prototype.connectedCallback,disconnectedCallback:i.prototype.disconnectedCallback,adoptedCallback:i.prototype.adoptedCallback,attributeChangedCallback:s,formAssociated:i.formAssociated,formAssociatedCallback:i.prototype.formAssociatedCallback,formDisabledCallback:i.prototype.formDisabledCallback,formResetCallback:i.prototype.formResetCallback,formStateRestoreCallback:i.prototype.formStateRestoreCallback,observedAttributes:c};this._definitionsByTag.set(t,l),this._definitionsByClass.set(i,l);let p=e.call(r,t);p||(p=f(t),o.call(r,t,p)),this===window.customElements&&(n.set(i,l),l.standInClass=p);const d=this._awaitingUpgrade.get(t);if(d){this._awaitingUpgrade.delete(t);for(const t of d)a.delete(t),y(t,l,!0)}const g=this._whenDefinedPromises.get(t);return void 0!==g&&(g.resolve(i),this._whenDefinedPromises.delete(t)),i}upgrade(){u.push(this),r.upgrade.apply(r,arguments),u.pop()}get(t){const o=this._definitionsByTag.get(t);return o?.elementClass}_getDefinition(t){return this._definitionsByTag.get(t)}whenDefined(t){const o=this._getDefinition(t);if(void 0!==o)return Promise.resolve(o.elementClass);let e=this._whenDefinedPromises.get(t);return void 0===e&&(e={},e.promise=new Promise((t=>e.resolve=t)),this._whenDefinedPromises.set(t,e)),e.promise}_upgradeWhenDefined(t,o,e){let r=this._awaitingUpgrade.get(o);r||this._awaitingUpgrade.set(o,r=new Set),e?r.add(t):r.delete(t)}},window.HTMLElement=function(){let o=c;if(o)return c=void 0,o;const e=n.get(this.constructor);if(!e)throw new TypeError("Illegal constructor (custom element class must be registered with global customElements registry to be newable)");return o=Reflect.construct(t,[],e.standInClass),Object.setPrototypeOf(o,this.constructor.prototype),i.set(o,e),o},window.HTMLElement.prototype=t.prototype;const l=t=>t===document||t instanceof ShadowRoot,p=t=>{let o=t.getRootNode();if(!l(o)){const t=u[u.length-1];if(t instanceof CustomElementRegistry)return t;o=t.getRootNode(),l(o)||(o=s.get(o)?.getRootNode()||document)}return o.customElements},f=o=>class{static get formAssociated(){return!0}constructor(){const e=Reflect.construct(t,[],this.constructor);Object.setPrototypeOf(e,HTMLElement.prototype);const r=p(e)||window.customElements,i=r._getDefinition(o);return i?y(e,i):a.set(e,r),e}connectedCallback(){const t=i.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):a.get(this)._upgradeWhenDefined(this,o,!0)}disconnectedCallback(){const t=i.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):a.get(this)._upgradeWhenDefined(this,o,!1)}adoptedCallback(){const t=i.get(this);t?.adoptedCallback?.apply(this,arguments)}formAssociatedCallback(){const t=i.get(this);t&&t.formAssociated&&t?.formAssociatedCallback?.apply(this,arguments)}formDisabledCallback(){const t=i.get(this);t?.formAssociated&&t?.formDisabledCallback?.apply(this,arguments)}formResetCallback(){const t=i.get(this);t?.formAssociated&&t?.formResetCallback?.apply(this,arguments)}formStateRestoreCallback(){const t=i.get(this);t?.formAssociated&&t?.formStateRestoreCallback?.apply(this,arguments)}},h=(t,o,e)=>{if(0===o.size||void 0===e)return;const r=t.prototype.setAttribute;r&&(t.prototype.setAttribute=function(t,i){const a=t.toLowerCase();if(o.has(a)){const t=this.getAttribute(a);r.call(this,a,i),e.call(this,a,t,i)}else r.call(this,a,i)});const i=t.prototype.removeAttribute;i&&(t.prototype.removeAttribute=function(t){const r=t.toLowerCase();if(o.has(r)){const t=this.getAttribute(r);i.call(this,r),e.call(this,r,t,null)}else i.call(this,r)});const a=t.prototype.toggleAttribute;a&&(t.prototype.toggleAttribute=function(t,r){const i=t.toLowerCase();if(o.has(i)){const t=this.getAttribute(i);a.call(this,i,r);const o=this.getAttribute(i);e.call(this,i,t,o)}else a.call(this,i,r)})},d=o=>{const e=Object.getPrototypeOf(o);if(e!==window.HTMLElement)return e===t?Object.setPrototypeOf(o,window.HTMLElement):d(e)},y=(t,o,e=!1)=>{Object.setPrototypeOf(t,o.elementClass.prototype),i.set(t,o),c=t;try{new o.elementClass}catch(t){d(o.elementClass),new o.elementClass}o.attributeChangedCallback&&o.observedAttributes.forEach((e=>{t.hasAttribute(e)&&o.attributeChangedCallback.call(t,e,null,t.getAttribute(e))})),e&&o.connectedCallback&&t.isConnected&&o.connectedCallback.call(t)},g=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const o=g.apply(this,arguments);return t.customElements&&(o.customElements=t.customElements),o};let u=[document];const b=(t,o,e=void 0)=>{const r=(e?Object.getPrototypeOf(e):t.prototype)[o];t.prototype[o]=function(){u.push(this);const t=r.apply(e||this,arguments);return void 0!==t&&s.set(t,this),u.pop(),t}};b(ShadowRoot,"createElement",document),b(ShadowRoot,"importNode",document),b(Element,"insertAdjacentHTML");const m=(t,o)=>{const e=Object.getOwnPropertyDescriptor(t.prototype,o);Object.defineProperty(t.prototype,o,{...e,set(t){u.push(this),e.set.call(this,t),u.pop()}})};if(m(Element,"innerHTML"),m(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,o=HTMLElement.prototype.attachInternals,e=["setFormValue","setValidity","checkValidity","reportValidity"];HTMLElement.prototype.attachInternals=function(...e){const r=o.call(this,...e);return t.set(r,this),r},e.forEach((o=>{const e=window.ElementInternals.prototype,r=e[o];e[o]=function(...o){const e=t.get(this);if(!0===i.get(e).formAssociated)return r?.call(this,...o);throw new DOMException(`Failed to execute ${r} on 'ElementInternals': The target element is not a form-associated custom element.`)}}));class r extends Array{constructor(t){super(...t),this._elements=t}get value(){return this._elements.find((t=>!0===t.checked))?.value||""}}class a{constructor(t){const o=new Map;t.forEach(((t,e)=>{const r=t.getAttribute("name"),i=o.get(r)||[];this[+e]=t,i.push(t),o.set(r,i)})),this.length=t.length,o.forEach(((t,o)=>{t&&(1===t.length?this[o]=t[0]:this[o]=new r(t))}))}namedItem(t){return this[t]}}const n=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=n.get.call(this,[]),o=[];for(const e of t){const t=i.get(e);t&&!0!==t.formAssociated||o.push(e)}return new a(o)}})}}try{window.customElements.define("custom-element",null)}catch(Go){const t=window.customElements.define;window.customElements.define=(o,e,r)=>{if(null!==e)try{t.bind(window.customElements)(o,e,r)}catch(t){console.info(o,e,r,t)}}}class o{constructor(t=0){this.timeout=t,this.callbacks=[]}run(t,o){return this.callbacks=[t],this.debounce(o)}queue(t,o){return this.callbacks.push(t),this.debounce(o)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(t){return null==this.promise&&(this.promise=new Promise(((t,o)=>{this.resolvePromise=t,this.rejectPromise=o}))),this.clearTimeout(),this._debounce=window.setTimeout((()=>this.runCallbacks()),null!=t?t:this.timeout),this.promise}async runCallbacks(){var t,o;const e=[...this.callbacks];this.callbacks=[];const r=null!==(t=this.rejectPromise)&&void 0!==t?t:()=>null,i=null!==(o=this.resolvePromise)&&void 0!==o?o:()=>null;this.clearPromise();for(let t of e)try{await t()}catch(t){return void r(t)}i(!0)}clearTimeout(){null!=this._debounce&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}}
|
|
18
16
|
/**
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
17
|
+
* @license
|
|
18
|
+
* Copyright 2019 Google LLC
|
|
19
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
20
|
+
*/const e=globalThis,r=e.ShadowRoot&&(void 0===e.ShadyCSS||e.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,i=Symbol(),a=new WeakMap;const n=t=>new class{constructor(t,o,e){if(this._$cssResult$=!0,e!==i)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=o}get styleSheet(){let t=this.o;const o=this.t;if(r&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=a.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&a.set(o,t))}return t}toString(){return this.cssText}}("string"==typeof t?t:t+"",void 0,i),s=r?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return n(o)})(t):t
|
|
23
21
|
/**
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
22
|
+
* @license
|
|
23
|
+
* Copyright 2017 Google LLC
|
|
24
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
25
|
+
*/,{is:c,defineProperty:l,getOwnPropertyDescriptor:p,getOwnPropertyNames:f,getOwnPropertySymbols:h,getPrototypeOf:d}=Object,y=globalThis,g=y.trustedTypes,u=g?g.emptyScript:"",b=y.reactiveElementPolyfillSupport,m=(t,o)=>t,O={toAttribute(t,o){switch(o){case Boolean:t=t?u:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,o){let e=t;switch(o){case Boolean:e=null!==t;break;case Number:e=null===t?null:Number(t);break;case Object:case Array:try{e=JSON.parse(t)}catch(t){e=null}}return e}},N=(t,o)=>!c(t,o),S={attribute:!0,type:String,converter:O,reflect:!1,hasChanged:N};Symbol.metadata??=Symbol("metadata"),y.litPropertyMetadata??=new WeakMap;let x=class extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,o=S){if(o.state&&(o.attribute=!1),this._$Ei(),this.elementProperties.set(t,o),!o.noAccessor){const e=Symbol(),r=this.getPropertyDescriptor(t,e,o);void 0!==r&&l(this.prototype,t,r)}}static getPropertyDescriptor(t,o,e){const{get:r,set:i}=p(this.prototype,t)??{get(){return this[o]},set(t){this[o]=t}};return{get(){return r?.call(this)},set(o){const a=r?.call(this);i.call(this,o),this.requestUpdate(t,a,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??S}static _$Ei(){if(this.hasOwnProperty(m("elementProperties")))return;const t=d(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(m("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(m("properties"))){const t=this.properties,o=[...f(t),...h(t)];for(const e of o)this.createProperty(e,t[e])}const t=this[Symbol.metadata];if(null!==t){const o=litPropertyMetadata.get(t);if(void 0!==o)for(const[t,e]of o)this.elementProperties.set(t,e)}this._$Eh=new Map;for(const[t,o]of this.elementProperties){const e=this._$Eu(t,o);void 0!==e&&this._$Eh.set(e,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const o=[];if(Array.isArray(t)){const e=new Set(t.flat(1/0).reverse());for(const t of e)o.unshift(s(t))}else void 0!==t&&o.push(s(t));return o}static _$Eu(t,o){const e=o.attribute;return!1===e?void 0:"string"==typeof e?e:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,o=this.constructor.elementProperties;for(const e of o.keys())this.hasOwnProperty(e)&&(t.set(e,this[e]),delete this[e]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((t,o)=>{if(r)t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const r of o){const o=document.createElement("style"),i=e.litNonce;void 0!==i&&o.setAttribute("nonce",i),o.textContent=r.cssText,t.appendChild(o)}})(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,o,e){this._$AK(t,e)}_$EO(t,o){const e=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,e);if(void 0!==r&&!0===e.reflect){const i=(void 0!==e.converter?.toAttribute?e.converter:O).toAttribute(o,e.type);this._$Em=t,null==i?this.removeAttribute(r):this.setAttribute(r,i),this._$Em=null}}_$AK(t,o){const e=this.constructor,r=e._$Eh.get(t);if(void 0!==r&&this._$Em!==r){const t=e.getPropertyOptions(r),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:O;this._$Em=r,this[r]=i.fromAttribute(o,t.type),this._$Em=null}}requestUpdate(t,o,e,r=!1,i){if(void 0!==t){if(e??=this.constructor.getPropertyOptions(t),!(e.hasChanged??N)(r?i:this[t],o))return;this.C(t,o,e)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,o,e){this._$AL.has(t)||this._$AL.set(t,o),!0===e.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,o]of this._$Ep)this[t]=o;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[o,e]of t)!0!==e.wrapped||this._$AL.has(o)||void 0===this[o]||this.C(o,this[o],e)}let t=!1;const o=this._$AL;try{t=this.shouldUpdate(o),t?(this.willUpdate(o),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(o)):this._$ET()}catch(o){throw t=!1,this._$ET(),o}t&&this._$AE(o)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}};x.elementStyles=[],x.shadowRootOptions={mode:"open"},x[m("elementProperties")]=new Map,x[m("finalized")]=new Map,b?.({ReactiveElement:x}),(y.reactiveElementVersions??=[]).push("2.0.2");
|
|
28
26
|
/**
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
27
|
+
* @license
|
|
28
|
+
* Copyright 2017 Google LLC
|
|
29
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
30
|
+
*/
|
|
31
|
+
const v={attribute:!0,type:String,converter:O,reflect:!1,hasChanged:N},C=(t=v,o,e)=>{const{kind:r,metadata:i}=e;let a=globalThis.litPropertyMetadata.get(i);if(void 0===a&&globalThis.litPropertyMetadata.set(i,a=new Map),a.set(e.name,t),"accessor"===r){const{name:r}=e;return{set(e){const i=o.get.call(this);o.set.call(this,e),this.requestUpdate(r,i,t)},init(o){return void 0!==o&&this.C(r,void 0,t),o}}}if("setter"===r){const{name:r}=e;return function(e){const i=this[r];o.call(this,e),this.requestUpdate(r,i,t)}}throw Error("Unsupported decorator location: "+r)};function w(t){return(o,e)=>"object"==typeof e?C(t,o,e):((t,o,e)=>{const r=o.hasOwnProperty(e);return o.constructor.createProperty(e,r?{...t,wrapped:!0}:t),r?Object.getOwnPropertyDescriptor(o,e):void 0})(t,o,e)
|
|
33
32
|
/**
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
const c=window,s=c.ShadowRoot&&(void 0===c.ShadyCSS||c.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,p=Symbol(),f=new WeakMap;let h=class{constructor(t,o,e){if(this._$cssResult$=!0,e!==p)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=o}get styleSheet(){let t=this.o;const o=this.t;if(s&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=f.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&f.set(o,t))}return t}toString(){return this.cssText}};const d=t=>new h("string"==typeof t?t:t+"",void 0,p),y=(t,...o)=>{const e=1===t.length?t[0]:o.reduce(((o,e,r)=>o+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(e)+t[r+1]),t[0]);return new h(e,t,p)},g=(t,o)=>{s?t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):o.forEach((o=>{const e=document.createElement("style"),r=c.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=o.cssText,t.appendChild(e)}))},u=s?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return d(o)})(t):t
|
|
33
|
+
* @license
|
|
34
|
+
* Copyright 2017 Google LLC
|
|
35
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
36
|
+
*/}function R(t){return w({...t,state:!0,attribute:!1})}function U(t,o){try{return function(t,o){if(t===o)return!0;if(t&&o&&"object"==typeof t&&"object"==typeof o){if(t.constructor!==o.constructor)return!1;var e,r,i;if(Array.isArray(t)){if((e=t.length)!=o.length)return!1;for(r=e;0!=r--;)if(!U(t[r],o[r]))return!1;return!0}if(t instanceof Map&&o instanceof Map){if(t.size!==o.size)return!1;for(r of t.entries())if(!o.has(r[0]))return!1;for(r of t.entries())if(!U(r[1],o.get(r[0])))return!1;return!0}if(t instanceof Set&&o instanceof Set){if(t.size!==o.size)return!1;for(r of t.entries())if(!o.has(r[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===o.source&&t.flags===o.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===o.valueOf();if((e=(i=Object.keys(t)).length)!==Object.keys(o).length)return!1;for(r=e;0!=r--;)if(!Object.prototype.hasOwnProperty.call(o,i[r]))return!1;for(r=e;0!=r--;){var a=i[r];if(!U(t[a],o[a]))return!1}return!0}return t!=t&&o!=o}(t,o)}catch(t){return!1}}const E=t=>o=>{window.customElements.get(t)||window.customElements.define(t,o)};
|
|
39
37
|
/**
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
38
|
+
* @license
|
|
39
|
+
* Copyright 2017 Google LLC
|
|
40
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
41
|
+
*/
|
|
42
|
+
const I=globalThis,W=I.trustedTypes,L=W?W.createPolicy("lit-html",{createHTML:t=>t}):void 0,$="$lit$",k=`lit$${(Math.random()+"").slice(9)}$`,K="?"+k,Z=`<${K}>`,F=document,z=()=>F.createComment(""),A=t=>null===t||"object"!=typeof t&&"function"!=typeof t,M=Array.isArray,D="[ \t\n\f\r]",B=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,P=/-->/g,H=/>/g,_=RegExp(`>|${D}(?:([^\\s"'>=/]+)(${D}*=${D}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),T=/'/g,G=/"/g,j=/^(?:script|style|textarea|title)$/i,Y=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),J=Symbol.for("lit-noChange"),V=Symbol.for("lit-nothing"),q=new WeakMap,X=F.createTreeWalker(F,129);function Q(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==L?L.createHTML(o):o}let tt=class t{constructor({strings:o,_$litType$:e},r){let i;this.parts=[];let a=0,n=0;const s=o.length-1,c=this.parts,[l,p]=((t,o)=>{const e=t.length-1,r=[];let i,a=2===o?"<svg>":"",n=B;for(let o=0;o<e;o++){const e=t[o];let s,c,l=-1,p=0;for(;p<e.length&&(n.lastIndex=p,c=n.exec(e),null!==c);)p=n.lastIndex,n===B?"!--"===c[1]?n=P:void 0!==c[1]?n=H:void 0!==c[2]?(j.test(c[2])&&(i=RegExp("</"+c[2],"g")),n=_):void 0!==c[3]&&(n=_):n===_?">"===c[0]?(n=i??B,l=-1):void 0===c[1]?l=-2:(l=n.lastIndex-c[2].length,s=c[1],n=void 0===c[3]?_:'"'===c[3]?G:T):n===G||n===T?n=_:n===P||n===H?n=B:(n=_,i=void 0);const f=n===_&&t[o+1].startsWith("/>")?" ":"";a+=n===B?e+Z:l>=0?(r.push(s),e.slice(0,l)+$+e.slice(l)+k+f):e+k+(-2===l?o:f)}return[Q(t,a+(t[e]||"<?>")+(2===o?"</svg>":"")),r]})(o,e);if(this.el=t.createElement(l,r),X.currentNode=this.el.content,2===e){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(i=X.nextNode())&&c.length<s;){if(1===i.nodeType){if(i.hasAttributes())for(const t of i.getAttributeNames())if(t.endsWith($)){const o=p[n++],e=i.getAttribute(t).split(k),r=/([.?@])?(.*)/.exec(o);c.push({type:1,index:a,name:r[2],strings:e,ctor:"."===r[1]?it:"?"===r[1]?at:"@"===r[1]?nt:rt}),i.removeAttribute(t)}else t.startsWith(k)&&(c.push({type:6,index:a}),i.removeAttribute(t));if(j.test(i.tagName)){const t=i.textContent.split(k),o=t.length-1;if(o>0){i.textContent=W?W.emptyScript:"";for(let e=0;e<o;e++)i.append(t[e],z()),X.nextNode(),c.push({type:2,index:++a});i.append(t[o],z())}}}else if(8===i.nodeType)if(i.data===K)c.push({type:2,index:a});else{let t=-1;for(;-1!==(t=i.data.indexOf(k,t+1));)c.push({type:7,index:a}),t+=k.length-1}a++}}static createElement(t,o){const e=F.createElement("template");return e.innerHTML=t,e}};function ot(t,o,e=t,r){if(o===J)return o;let i=void 0!==r?e._$Co?.[r]:e._$Cl;const a=A(o)?void 0:o._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),void 0===a?i=void 0:(i=new a(t),i._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=i:e._$Cl=i),void 0!==i&&(o=ot(t,i._$AS(t,o.values),i,r)),o}let et=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=V,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===t?.nodeType&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=ot(this,t,o),A(t)?t===V||null==t||""===t?(this._$AH!==V&&this._$AR(),this._$AH=V):t!==this._$AH&&t!==J&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>M(t)||"function"==typeof t?.[Symbol.iterator])(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==V&&A(this._$AH)?this._$AA.nextSibling.data=t:this.$(F.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,r="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=tt.createElement(Q(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new class{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:o},parts:e}=this._$AD,r=(t?.creationScope??F).importNode(o,!0);X.currentNode=r;let i=X.nextNode(),a=0,n=0,s=e[0];for(;void 0!==s;){if(a===s.index){let o;2===s.type?o=new et(i,i.nextSibling,this,t):1===s.type?o=new s.ctor(i,s.name,s.strings,this,t):6===s.type&&(o=new st(i,this,t)),this._$AV.push(o),s=e[++n]}a!==s?.index&&(i=X.nextNode(),a++)}return X.currentNode=F,r}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}}(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=q.get(t.strings);return void 0===o&&q.set(t.strings,o=new tt(t)),o}T(o){M(this._$AH)||(this._$AH=[],this._$AR());const e=this._$AH;let r,i=0;for(const a of o)i===e.length?e.push(r=new t(this.k(z()),this.k(z()),this,this.options)):r=e[i],r._$AI(a),i++;i<e.length&&(this._$AR(r&&r._$AB.nextSibling,i),e.length=i)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}},rt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=V,this._$AN=void 0,this.element=t,this.name=o,this._$AM=r,this.options=i,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=V}_$AI(t,o=this,e,r){const i=this.strings;let a=!1;if(void 0===i)t=ot(this,t,o,0),a=!A(t)||t!==this._$AH&&t!==J,a&&(this._$AH=t);else{const r=t;let n,s;for(t=i[0],n=0;n<i.length-1;n++)s=ot(this,r[e+n],o,n),s===J&&(s=this._$AH[n]),a||=!A(s)||s!==this._$AH[n],s===V?t=V:t!==V&&(t+=(s??"")+i[n+1]),this._$AH[n]=s}a&&!r&&this.O(t)}O(t){t===V?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},it=class extends rt{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===V?void 0:t}},at=class extends rt{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==V)}},nt=class extends rt{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=ot(this,t,o,0)??V)===J)return;const e=this._$AH,r=t===V&&e!==V||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==V&&(e===V||r);r&&this.element.removeEventListener(this.name,this,e),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},st=class{constructor(t,o,e){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=e}get _$AU(){return this._$AM._$AU}_$AI(t){ot(this,t)}};const ct=I.litHtmlPolyfillSupport;ct?.(tt,et),(I.litHtmlVersions??=[]).push("3.1.0");
|
|
44
43
|
/**
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
44
|
+
* @license
|
|
45
|
+
* Copyright 2019 Google LLC
|
|
46
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
47
|
+
*/
|
|
48
|
+
const lt=globalThis,pt=lt.ShadowRoot&&(void 0===lt.ShadyCSS||lt.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,ft=Symbol(),ht=new WeakMap;let dt=class{constructor(t,o,e){if(this._$cssResult$=!0,e!==ft)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=t,this.t=o}get styleSheet(){let t=this.o;const o=this.t;if(pt&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=ht.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&ht.set(o,t))}return t}toString(){return this.cssText}};const yt=t=>new dt("string"==typeof t?t:t+"",void 0,ft),gt=(t,...o)=>{const e=1===t.length?t[0]:o.reduce(((o,e,r)=>o+(t=>{if(!0===t._$cssResult$)return t.cssText;if("number"==typeof t)return t;throw Error("Value passed to 'css' function must be a 'css' function result: "+t+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(e)+t[r+1]),t[0]);return new dt(e,t,ft)},ut=pt?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return yt(o)})(t):t
|
|
50
49
|
/**
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
var st,pt;let ft=class extends w{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t,o;const e=super.createRenderRoot();return null!==(t=(o=this.renderOptions).renderBefore)&&void 0!==t||(o.renderBefore=e.firstChild),e}update(t){const o=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,o,e)=>{var r,a;const i=null!==(r=null==e?void 0:e.renderBefore)&&void 0!==r?r:o;let n=i._$litPart$;if(void 0===n){const t=null!==(a=null==e?void 0:e.renderBefore)&&void 0!==a?a:null;i._$litPart$=n=new ot(o.insertBefore(Z(),t),t,void 0,null!=e?e:{})}return n._$AI(t),n})(o,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!1)}render(){return _}};ft.finalized=!0,ft._$litElement$=!0,null===(st=globalThis.litElementHydrateSupport)||void 0===st||st.call(globalThis,{LitElement:ft});const ht=globalThis.litElementPolyfillSupport;null==ht||ht({LitElement:ft}),(null!==(pt=globalThis.litElementVersions)&&void 0!==pt?pt:globalThis.litElementVersions=[]).push("3.3.2");const dt=t=>"string"==typeof t?d(t):t;class yt{static create(t,o,e,r){const a=t=>dt(null!=t?t:r),i=y`var(${dt(t)}, ${a(r)})`;return i.name=t,i.description=t,i.category=e,i.defaultValue=r,i.defaultCssValue=a,i.get=o=>y`var(${dt(t)}, ${a(o)})`,i.breadcrumb=()=>[],i.lastResortDefaultValue=()=>r,i}static extend(t,o,e,r){const a=t=>e.get(null!=t?t:r),i=y`var(${dt(t)}, ${a(r)})`;return i.name=t,i.description=o,i.category=e.category,i.fallbackVariable=e,i.defaultValue=r,i.defaultCssValue=a,i.get=o=>y`var(${dt(t)}, ${a(o)})`,i.breadcrumb=()=>[e.name,...e.breadcrumb()],i.lastResortDefaultValue=()=>null!=r?r:e.lastResortDefaultValue(),i}static external(t,o){const e=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):dt(null!=o?o:t.lastResortDefaultValue()),r=y`var(${dt(t.name)}, ${e(t.defaultValue)})`;return r.name=t.name,r.category=t.category,r.fallbackVariable=t.fallbackVariable,r.defaultValue=t.defaultValue,r.context=o,r.defaultCssValue=e,r.get=o=>y`var(${dt(t.name)}, ${e(o)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const gt={colorWhite:yt.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:yt.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:yt.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:yt.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:yt.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:yt.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:yt.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:yt.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:yt.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:yt.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:yt.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:yt.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:yt.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:yt.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:yt.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:yt.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:yt.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:yt.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:yt.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:yt.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:yt.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:yt.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:yt.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:yt.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:yt.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:yt.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:yt.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:yt.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:yt.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:yt.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:yt.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:yt.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:yt.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:yt.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:yt.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:yt.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:yt.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:yt.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:yt.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:yt.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:yt.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:yt.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:yt.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:yt.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:yt.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:yt.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:yt.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:yt.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:yt.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:yt.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:yt.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:yt.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:yt.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:yt.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:yt.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:yt.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:yt.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:yt.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:yt.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:yt.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:yt.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:yt.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:yt.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:yt.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:yt.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:yt.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:yt.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:yt.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:yt.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:yt.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:yt.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:yt.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:yt.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:yt.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:yt.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:yt.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:yt.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:yt.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:yt.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:yt.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:yt.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:yt.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:yt.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:yt.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:yt.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:yt.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:yt.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:yt.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:yt.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:yt.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:yt.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:yt.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:yt.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:yt.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:yt.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:yt.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:yt.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:yt.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:yt.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:yt.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:yt.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:yt.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:yt.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:yt.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:yt.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:yt.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:yt.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:yt.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:yt.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:yt.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:yt.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:yt.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:yt.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:yt.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:yt.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:yt.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:yt.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:yt.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:yt.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:yt.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:yt.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:yt.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:yt.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:yt.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:yt.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:yt.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:yt.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:yt.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:yt.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:yt.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:yt.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:yt.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:yt.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:yt.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:yt.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:yt.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:yt.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:yt.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:yt.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:yt.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:yt.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:yt.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:yt.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:yt.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:yt.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:yt.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:yt.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:yt.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:yt.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:yt.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:yt.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:yt.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:yt.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:yt.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:yt.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:yt.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:yt.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:yt.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:yt.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:yt.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:yt.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:yt.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:yt.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:yt.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:yt.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:yt.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:yt.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:yt.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:yt.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:yt.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:yt.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:yt.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:yt.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:yt.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:yt.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:yt.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:yt.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:yt.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:yt.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:yt.create("--ft-icon-size-6","","SIZE","48px"),opacity0:yt.create("--ft-opacity-0","","NUMBER","0"),opacity8:yt.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:yt.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:yt.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:yt.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:yt.create("--ft-opacity-80","","NUMBER","0.8")},ut={display:{fontFamily:yt.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:yt.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:yt.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:yt.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:yt.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:yt.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:yt.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:yt.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:yt.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:yt.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:yt.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:yt.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:yt.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:yt.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:yt.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:yt.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:yt.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:yt.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:yt.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:yt.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:yt.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:yt.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:yt.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:yt.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:yt.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:yt.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:yt.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:yt.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:yt.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:yt.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:yt.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:yt.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:yt.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:yt.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:yt.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:yt.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:yt.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:yt.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:yt.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:yt.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:yt.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:yt.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:yt.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:yt.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:yt.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:yt.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:yt.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:yt.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:yt.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:yt.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yt.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:yt.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:yt.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:yt.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:yt.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yt.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:yt.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:yt.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:yt.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:yt.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:yt.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yt.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:yt.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:yt.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:yt.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:yt.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:yt.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yt.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:yt.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:yt.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:yt.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:yt.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yt.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:yt.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:yt.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:yt.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:yt.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:yt.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:yt.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:yt.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:yt.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:yt.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:yt.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:yt.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:yt.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:yt.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:yt.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:yt.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:yt.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:yt.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:yt.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:yt.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:yt.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:yt.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:yt.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:yt.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:yt.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:yt.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:yt.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:yt.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:yt.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:yt.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:yt.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:yt.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:yt.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:yt.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:yt.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:yt.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:yt.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:yt.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:yt.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:yt.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:yt.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:yt.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:yt.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:yt.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:yt.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")}},bt={backgroundActionPrimary:yt.extend("--ft-background-action-primary","Used as backgorund of primary action components.",gt.colorBrand0),backgroundErrorPrimary:yt.extend("--ft-background-error-primary","Used as background of error components.",gt.colorRed0),backgroundErrorSubtle:yt.extend("--ft-background-error-subtle","Used as background of subtle error components.",gt.colorRed10),backgroundInfoPrimary:yt.extend("--ft-background-info-primary","Used as background of information components.",gt.colorCyan200),backgroundInfoSubtle:yt.extend("--ft-background-info-subtle","Used as background of subtle information components.",gt.colorCyan10),backgroundWarningPrimary:yt.extend("--ft-background-warning-primary","Used as background of warning components.",gt.colorOrange300),backgroundWarningSubtle:yt.extend("--ft-background-warning-subtle","Used as background of subtle information components.",gt.colorOrange10),backgroundSuccessPrimary:yt.extend("--ft-background-success-primary","Used as background of success components.",gt.colorGreen200),backgroundSuccessSubtle:yt.extend("--ft-background-success-subtle","Used as background of subtle success components.",gt.colorGreen10),backgroundGlobalSurface:yt.extend("--ft-background-global-surface","Used as app background.",gt.colorWhite),backgroundGlobalOnSurface:yt.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",gt.colorGray10),backgroundGlobalOnSurfaceDark:yt.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",gt.colorGray30),contentActionPrimary:yt.extend("--ft-content-action-primary","Used on label of primary action on light surface.",gt.colorBrand0),contentWarningPrimary:yt.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",gt.colorOrange300),contentWarningIconOnly:yt.extend("--ft-content-warning-icon-only","Used on warning status icons alone",gt.colorOrange0),contentErrorPrimary:yt.extend("--ft-content-error-primary","Used on label of error messages on light surface.",gt.colorRed0),contentErrorIconOnly:yt.extend("--ft-content-error-icon-only","Used on error status icons alone",gt.colorRed0),contentInfoPrimary:yt.extend("--ft-content-info-primary","Used on label of information messages on light surface.",gt.colorCyan200),contentInfoIconOnly:yt.extend("--ft-content-info-icon-only","Used on info status icons alone",gt.colorCyan0),contentSuccessIconOnly:yt.extend("--ft-content-success-icon-only","Used on success status icons alone",gt.colorGreen0),contentSuccessPrimary:yt.extend("--ft-content-success-primary","Used on label of success messages on light surface.",gt.colorGreen200),contentGlobalPrimary:yt.extend("--ft-content-global-primary","Used for main content on the page.",gt.colorGray500),contentGlobalSecondary:yt.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",gt.colorGray200),contentGlobalSubtle:yt.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",gt.colorGray0),contentGlobalOnColor:yt.extend("--ft-content-global-on-color","Used for content on a dominant color.",gt.colorWhite),borderActionPrimary:yt.extend("--ft-border-action-primary","Used as border for primary action components.",gt.colorBrand0),borderActionFocusRing:yt.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",gt.colorCyan0),borderWarningPrimary:yt.extend("--ft-border-warning-primary","Used as border for warning components.",gt.colorOrange30),borderSuccessPrimary:yt.extend("--ft-border-success-primary","Used as border for success components.",gt.colorGreen30),borderErrorPrimary:yt.extend("--ft-border-error-primary","Used as border for error components.",gt.colorRed30),borderInfoPrimary:yt.extend("--ft-border-info-primary","Used as border for information components.",gt.colorCyan30),borderGlobalSubtle:yt.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",gt.colorGray30),borderGlobalPrimary:yt.extend("--ft-border-global-primary","Used as border for element like input.",gt.colorGray50),borderInputPrimary:yt.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",gt.colorGray80)};yt.create("--ft-button-large-height","","SIZE","40px"),yt.extend("--ft-button-large-horizontal-padding","",gt.spacing4),yt.extend("--ft-button-large-gap","",gt.spacing2),yt.extend("--ft-button-large-border-radius","",gt.borderRadiusS),yt.extend("--ft-button-large-icon-size","",gt.iconSize3),yt.create("--ft-button-large-border-width","","SIZE","1px"),yt.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),yt.create("--ft-button-large-focus-outline-width","","SIZE","2px"),yt.create("--ft-button-large-icon-only-width","","SIZE","40px"),yt.create("--ft-button-small-height","","SIZE","30px"),yt.extend("--ft-button-small-horizontal-padding","",gt.spacing3),yt.extend("--ft-button-small-gap","",gt.spacing2),yt.extend("--ft-button-small-border-radius","",gt.borderRadiusS),yt.extend("--ft-button-small-icon-size","",gt.iconSize2),yt.create("--ft-button-small-border-width","","SIZE","1px"),yt.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),yt.create("--ft-button-small-focus-outline-width","","SIZE","2px"),yt.create("--ft-button-small-icon-only-width","","SIZE","30px"),yt.extend("--ft-button-primary-background-color","",bt.backgroundActionPrimary),yt.extend("--ft-button-primary-color","",bt.contentGlobalOnColor),yt.extend("--ft-button-primary-icon-color","",bt.contentGlobalOnColor),yt.extend("--ft-button-primary-state-layer-color","",bt.contentGlobalOnColor),yt.extend("--ft-button-primary-state-layer-opacity-hover","",gt.opacity16),yt.extend("--ft-button-primary-state-layer-opacity-focus","",gt.opacity16),yt.extend("--ft-button-primary-state-layer-opacity-active","",gt.opacity24),yt.extend("--ft-button-primary-component-opacity-disabled","",gt.opacity40),yt.extend("--ft-button-focus-focus-ring-color","",bt.borderActionFocusRing),yt.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),yt.extend("--ft-button-tertiary-color","",bt.contentActionPrimary),yt.extend("--ft-button-tertiary-icon-color","",bt.contentActionPrimary),yt.extend("--ft-button-tertiary-state-layer-color","",bt.contentActionPrimary),yt.extend("--ft-button-tertiary-state-layer-opacity-hover","",gt.opacity8),yt.extend("--ft-button-tertiary-state-layer-opacity-focus","",gt.opacity8),yt.extend("--ft-button-tertiary-state-layer-opacity-active","",gt.opacity16),yt.extend("--ft-button-tertiary-component-opacity-disabled","",gt.opacity40),yt.extend("--ft-button-secondary-background-color","",gt.colorWhite),yt.extend("--ft-button-secondary-color","",bt.contentActionPrimary),yt.extend("--ft-button-secondary-icon-color","",bt.contentActionPrimary),yt.extend("--ft-button-secondary-state-layer-color","",bt.contentActionPrimary),yt.extend("--ft-button-secondary-state-layer-opacity-hover","",gt.opacity8),yt.extend("--ft-button-secondary-state-layer-opacity-focus","",gt.opacity8),yt.extend("--ft-button-secondary-state-layer-opacity-active","",gt.opacity16),yt.extend("--ft-button-secondary-component-opacity-disabled","",gt.opacity40),yt.extend("--ft-button-secondary-border-color","",bt.borderActionPrimary),yt.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),yt.extend("--ft-button-neutral-icon-color","",bt.contentGlobalSecondary),yt.extend("--ft-button-neutral-color","",bt.contentGlobalSecondary),yt.extend("--ft-button-neutral-state-layer-color","",bt.contentGlobalSecondary),yt.extend("--ft-button-neutral-state-layer-opacity-hover","",gt.opacity8),yt.extend("--ft-button-neutral-state-layer-opacity-focus","",gt.opacity8),yt.extend("--ft-button-neutral-state-layer-opacity-active","",gt.opacity16),yt.extend("--ft-button-neutral-component-opacity-disabled","",gt.opacity40),yt.extend("--ft-tabs-top-left-border-radius","",gt.borderRadiusS),yt.extend("--ft-tabs-top-right-border-radius","",gt.borderRadiusS),yt.extend("--ft-tabs-label-horizontal-padding","",gt.spacing4),yt.extend("--ft-tabs-label-vertical-padding","",gt.spacing3),yt.extend("--ft-tabs-label-gap","",gt.spacing1),yt.extend("--ft-switch-group-horizontal-padding","",gt.spacing1),yt.extend("--ft-switch-group-vertical-padding","",gt.spacing1),yt.extend("--ft-switch-group-gap","",gt.spacing1),yt.extend("--ft-switch-group-background-color","",bt.backgroundGlobalSurface),yt.extend("--ft-switch-group-border-color","",bt.borderGlobalSubtle),yt.create("--ft-switch-group-border-radius","","SIZE","6px"),yt.extend("--ft-switch-label-horizontal-padding","",gt.spacing2),yt.extend("--ft-switch-label-vertical-padding","",gt.spacing1),yt.extend("--ft-switch-icon-horizontal-padding","",gt.spacing1),yt.extend("--ft-switch-icon-vertical-padding","",gt.spacing1),yt.create("--ft-switch-focus-outline-width","","SIZE","2px"),yt.extend("--ft-switch-focus-focus-ring-color","",bt.borderActionFocusRing),yt.extend("--ft-switch-option-border-radius","",gt.borderRadiusS),yt.extend("--ft-switch-off-state-layer-opacity-hover","",gt.opacity8),yt.extend("--ft-switch-off-state-layer-opacity-focus","",gt.opacity8),yt.extend("--ft-switch-off-state-layer-opacity-active","",gt.opacity16),yt.extend("--ft-switch-off-component-opacity-disabled","",gt.opacity40),yt.extend("--ft-switch-off-color","",bt.contentGlobalSubtle),yt.extend("--ft-switch-off-state-layer-color","",bt.contentGlobalSubtle),yt.extend("--ft-chart-1-light","for area color charts",gt.colorBrand40),yt.extend("--ft-chart-1-base","for line charts",gt.colorBrand0),yt.extend("--ft-chart-2-light","for area color charts",gt.colorYellow60),yt.extend("--ft-chart-2-base","for line charts",gt.colorYellow100),yt.extend("--ft-chart-3-light","",gt.colorUltramarine40),yt.extend("--ft-chart-3-base","",gt.colorUltramarine70),yt.extend("--ft-chart-4-light","",gt.colorCyan50),yt.extend("--ft-chart-4-base","",gt.colorCyan100),yt.extend("--ft-chart-5-light","",gt.colorRed40),yt.extend("--ft-chart-5-base","",gt.colorRed60),yt.extend("--ft-chart-6-light","",gt.colorGreen40),yt.extend("--ft-chart-6-base","",gt.colorGreen70),yt.extend("--ft-chart-7-light","",gt.colorOrange70),yt.extend("--ft-chart-7-base","",gt.colorOrange100),yt.extend("--ft-chart-8-light","",gt.colorAvocado70),yt.extend("--ft-chart-8-base","",gt.colorAvocado200),yt.extend("--ft-chart-9-light","",gt.colorBrown50),yt.extend("--ft-chart-9-base","",gt.colorBrown200),yt.extend("--ft-chart-10-light","",gt.colorGray50),yt.extend("--ft-chart-10-base","",gt.colorGray80),yt.extend("--ft-chart-monochrome-10","",gt.colorBrand10),yt.extend("--ft-chart-monochrome-20","",gt.colorBrand20),yt.extend("--ft-chart-monochrome-30","",gt.colorBrand40),yt.extend("--ft-chart-monochrome-40","",gt.colorBrand60),yt.extend("--ft-chart-monochrome-50","",gt.colorBrand0),yt.extend("--ft-chart-monochrome-60","",gt.colorBrand200),yt.extend("--ft-chip-large-horizontal-padding","",gt.spacing4),yt.extend("--ft-chip-large-vertical-padding","",gt.spacing2),yt.extend("--ft-chip-large-gap","",gt.spacing1),yt.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),yt.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),yt.extend("--ft-chip-large-border-radius","",gt.borderRadiusPill),yt.create("--ft-chip-large-border-width","","SIZE","1px"),yt.extend("--ft-chip-large-icon-size","",gt.iconSize3),yt.extend("--ft-chip-medium-horizontal-padding","",gt.spacing3),yt.extend("--ft-chip-medium-vertical-padding","",gt.spacing1),yt.extend("--ft-chip-medium-gap","",gt.spacing1),yt.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),yt.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),yt.extend("--ft-chip-medium-border-radius","",gt.borderRadiusPill),yt.create("--ft-chip-medium-border-width","","SIZE","1px"),yt.extend("--ft-chip-medium-icon-size","",gt.iconSize2),yt.extend("--ft-chip-small-horizontal-padding","",gt.spacing2),yt.extend("--ft-chip-small-vertical-padding","",gt.spacing05),yt.extend("--ft-chip-small-gap","",gt.spacing1),yt.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),yt.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),yt.extend("--ft-chip-small-border-radius","",gt.borderRadiusPill),yt.create("--ft-chip-small-border-width","","SIZE","1px"),yt.extend("--ft-chip-small-icon-size","",gt.iconSize1),yt.extend("--ft-chip-neutral-background-color","",bt.backgroundGlobalOnSurface),yt.extend("--ft-chip-neutral-color","",bt.contentGlobalPrimary),yt.extend("--ft-chip-neutral-border-color","",bt.borderGlobalSubtle),yt.extend("--ft-chip-info-background-color","",bt.backgroundInfoSubtle),yt.extend("--ft-chip-info-color","",bt.contentInfoPrimary),yt.extend("--ft-chip-info-border-color","",bt.borderInfoPrimary),yt.extend("--ft-chip-success-background-color","",bt.backgroundSuccessSubtle),yt.extend("--ft-chip-success-color","",bt.contentSuccessPrimary),yt.extend("--ft-chip-success-border-color","",bt.borderSuccessPrimary),yt.extend("--ft-chip-warning-background-color","",bt.backgroundWarningSubtle),yt.extend("--ft-chip-warning-color","",bt.contentWarningPrimary),yt.extend("--ft-chip-warning-border-color","",bt.borderWarningPrimary),yt.extend("--ft-chip-error-background-color","",bt.backgroundErrorSubtle),yt.extend("--ft-chip-error-color","",bt.contentErrorPrimary),yt.extend("--ft-chip-error-border-color","",bt.borderErrorPrimary),yt.create("--ft-notice-border-width","","SIZE","1px"),yt.extend("--ft-notice-horizontal-padding","",gt.spacing2),yt.extend("--ft-notice-vertical-padding","",gt.spacing1),yt.extend("--ft-notice-border-radius","",gt.borderRadiusS),yt.extend("--ft-notice-gap","",gt.spacing2),yt.extend("--ft-notice-icon-size","",gt.iconSize3),yt.extend("--ft-notice-info-background-color","",bt.backgroundInfoSubtle),yt.extend("--ft-notice-info-border-color","",bt.borderInfoPrimary),yt.extend("--ft-notice-info-color","",bt.contentInfoPrimary),yt.extend("--ft-notice-warning-background-color","",bt.backgroundWarningSubtle),yt.extend("--ft-notice-warning-border-color","",bt.borderWarningPrimary),yt.extend("--ft-notice-warning-color","",bt.contentWarningPrimary),yt.extend("--ft-checkbox-label-color","",bt.contentGlobalPrimary),yt.extend("--ft-checkbox-checked-background-color","",bt.contentActionPrimary),yt.extend("--ft-checkbox-checked-state-layer-color","",bt.contentActionPrimary),yt.extend("--ft-checkbox-checked-color","",bt.contentGlobalOnColor),yt.extend("--ft-checkbox-checked-state-layer-opacity-hover","",gt.opacity16),yt.extend("--ft-checkbox-checked-state-layer-opacity-focus","",gt.opacity16),yt.extend("--ft-checkbox-checked-state-layer-opacity-active","",gt.opacity24),yt.extend("--ft-checkbox-checked-component-opacity-disabled","",gt.opacity40),yt.extend("--ft-checkbox-unchecked-border-color","",gt.colorGray80),yt.extend("--ft-checkbox-unchecked-state-layer-color","",gt.colorGray80),yt.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",gt.opacity16),yt.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",gt.opacity16),yt.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",gt.opacity24),yt.extend("--ft-checkbox-unchecked-component-opacity-disabled","",gt.opacity40),yt.extend("--ft-checkbox-focus-focus-ring-color","",bt.borderActionFocusRing),yt.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),yt.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),yt.extend("--ft-checkbox-gap","",gt.spacing3),yt.extend("--ft-toggle-off-state-layer-opacity-hover","",gt.opacity16),yt.extend("--ft-toggle-off-state-layer-opacity-focus","",gt.opacity16),yt.extend("--ft-toggle-off-state-layer-opacity-active","",gt.opacity24),yt.extend("--ft-toggle-off-component-opacity-disabled","",gt.opacity40),yt.extend("--ft-toggle-off-background-color","",bt.contentGlobalSubtle),yt.extend("--ft-toggle-off-icon-color","",bt.contentGlobalSubtle),yt.extend("--ft-toggle-off-state-layer-color","",bt.contentGlobalSubtle),yt.extend("--ft-toggle-on-state-layer-opacity-hover","",gt.opacity16),yt.extend("--ft-toggle-on-state-layer-opacity-focus","",gt.opacity16),yt.extend("--ft-toggle-on-state-layer-opacity-active","",gt.opacity24),yt.extend("--ft-toggle-on-component-opacity-disabled","",gt.opacity40),yt.extend("--ft-toggle-on-background-color","",bt.contentActionPrimary),yt.extend("--ft-toggle-on-icon-color","",bt.contentActionPrimary),yt.extend("--ft-toggle-on-state-layer-color","",bt.contentActionPrimary),yt.extend("--ft-toggle-label-color","",bt.contentGlobalPrimary),yt.extend("--ft-toggle-focus-focus-ring-color","",bt.borderActionFocusRing),yt.extend("--ft-toggle-gap","",gt.spacing3),yt.extend("--ft-radio-label-color","",bt.contentGlobalPrimary),yt.extend("--ft-radio-selected-color","",bt.contentActionPrimary),yt.extend("--ft-radio-selected-state-layer-color","",bt.contentActionPrimary),yt.extend("--ft-radio-selected-state-layer-opacity-hover","",gt.opacity16),yt.extend("--ft-radio-selected-state-layer-opacity-focus","",gt.opacity16),yt.extend("--ft-radio-selected-state-layer-opacity-active","",gt.opacity24),yt.extend("--ft-radio-selected-component-opacity-disabled","",gt.opacity40),yt.extend("--ft-radio-unselected-state-layer-color","",gt.colorGray80),yt.extend("--ft-radio-unselected-state-layer-opacity-hover","",gt.opacity16),yt.extend("--ft-radio-unselected-state-layer-opacity-focus","",gt.opacity16),yt.extend("--ft-radio-unselected-state-layer-opacity-active","",gt.opacity24),yt.extend("--ft-radio-unselected-component-opacity-disabled","",gt.opacity40),yt.extend("--ft-radio-focus-focus-ring-color","",bt.borderActionFocusRing),yt.create("--ft-radio-focus-outline-offset","","SIZE","3px"),yt.create("--ft-radio-focus-outline-width","","SIZE","2px"),yt.extend("--ft-radio-gap","",gt.spacing3),yt.extend("--ft-notification-icon-size","",gt.iconSize4),yt.extend("--ft-notification-horizontal-padding","",gt.spacing4),yt.extend("--ft-notification-vertical-padding","",gt.spacing4),yt.extend("--ft-notification-info-background-color","",bt.backgroundInfoSubtle),yt.extend("--ft-notification-info-color","",bt.contentInfoPrimary),yt.extend("--ft-notification-info-border-color","",bt.borderInfoPrimary),yt.extend("--ft-notification-success-background-color","",bt.backgroundSuccessSubtle),yt.extend("--ft-notification-success-color","",bt.contentSuccessPrimary),yt.extend("--ft-notification-success-border-color","",bt.borderSuccessPrimary),yt.extend("--ft-notification-warning-background-color","",bt.backgroundWarningSubtle),yt.extend("--ft-notification-warning-color","",bt.contentWarningPrimary),yt.extend("--ft-notification-warning-border-color","",bt.borderWarningPrimary),yt.extend("--ft-notification-error-background-color","",bt.backgroundErrorSubtle),yt.extend("--ft-notification-error-color","",bt.contentErrorPrimary),yt.extend("--ft-notification-error-border-color","",bt.borderErrorPrimary),yt.extend("--ft-notification-border-radius","",gt.borderRadiusPill),yt.create("--ft-notification-border-width","","SIZE","1px"),yt.extend("--ft-notification-gap-leading","",gt.spacing2),yt.extend("--ft-notification-gap-trailing","",gt.spacing8);const mt={colorPrimary:yt.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:yt.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:yt.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:yt.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:yt.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:yt.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:yt.create("--ft-color-error","","COLOR","#B00020"),colorOutline:yt.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:yt.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:yt.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:yt.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:yt.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:yt.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:yt.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:yt.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:yt.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:yt.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:yt.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:yt.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:yt.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:yt.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:yt.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:yt.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:yt.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:yt.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:yt.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:yt.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:yt.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:yt.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:yt.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:yt.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:yt.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:yt.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:yt.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:yt.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:yt.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:yt.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:yt.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:yt.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:yt.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:yt.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:yt.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:yt.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:yt.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:yt.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:yt.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:yt.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:yt.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:yt.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:yt.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:yt.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:yt.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:yt.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:yt.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:yt.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:yt.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:yt.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:yt.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:yt.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:yt.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:yt.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:yt.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};class Ot extends ft{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([o,e])=>t.registry.define(o,e))));const o={...t.shadowRootOptions,customElements:t.registry},e=this.renderOptions.creationScope=this.attachShadow(o);return g(e,t.elementStyles),e}}var Nt,St=function(t,o,e,r){for(var a,i=arguments.length,n=i<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(a=t[l])&&(n=(i<3?a(n):i>3?a(o,e,n):a(o,e))||n);return i>3&&n&&Object.defineProperty(o,e,n),n};const vt=Symbol("constructorPrototype"),xt=Symbol("constructorName"),Ct=Symbol("exportpartsDebouncer");class wt extends Ot{constructor(){super(),this[Nt]=new o(5),this[xt]=this.constructor.name,this[vt]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[xt]&&Object.setPrototypeOf(this,this[vt])}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var o,e;if((null!==(e=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==e?e:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){this[Ct].run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.length>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var o,e,r,a,i,n;const l=t=>null!=t&&t.trim().length>0,c=t.filter(l).map((t=>t.trim()));if(0===c.length)return void this.removeAttribute("exportparts");const s=new Set;for(let t of null!==(e=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll("[part],[exportparts]"))&&void 0!==e?e:[]){const o=null!==(a=null===(r=t.getAttribute("part"))||void 0===r?void 0:r.split(" "))&&void 0!==a?a:[],e=null!==(n=null===(i=t.getAttribute("exportparts"))||void 0===i?void 0:i.split(",").map((t=>t.split(":")[1])))&&void 0!==n?n:[];new Array(...o,...e).filter(l).map((t=>t.trim())).forEach((t=>s.add(t)))}if(0===s.size)return void this.removeAttribute("exportparts");const p=[...s.values()].flatMap((t=>c.map((o=>`${t}:${o}--${t}`))));this.setAttribute("exportparts",[...this.part,...p].join(", "))}}function Rt(t){var o;return null!==(o=null==t?void 0:t.isFtReduxStore)&&void 0!==o&&o}var Ut,Et,It;Nt=Ct,St([r()],wt.prototype,"exportpartsPrefix",void 0),St([function(t,o){const e=()=>JSON.parse(JSON.stringify(t));return r({type:Object,converter:{fromAttribute:t=>{if(null==t)return e();try{return JSON.parse(t)}catch{return e()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,o)=>!n(t,o),...null!=o?o:{}})}([])],wt.prototype,"exportpartsPrefixes",void 0),St([r()],wt.prototype,"customStylesheet",void 0),y`
|
|
50
|
+
* @license
|
|
51
|
+
* Copyright 2017 Google LLC
|
|
52
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
53
|
+
*/,{is:bt,defineProperty:mt,getOwnPropertyDescriptor:Ot,getOwnPropertyNames:Nt,getOwnPropertySymbols:St,getPrototypeOf:xt}=Object,vt=globalThis,Ct=vt.trustedTypes,wt=Ct?Ct.emptyScript:"",Rt=vt.reactiveElementPolyfillSupport,Ut=(t,o)=>t,Et={toAttribute(t,o){switch(o){case Boolean:t=t?wt:null;break;case Object:case Array:t=null==t?t:JSON.stringify(t)}return t},fromAttribute(t,o){let e=t;switch(o){case Boolean:e=null!==t;break;case Number:e=null===t?null:Number(t);break;case Object:case Array:try{e=JSON.parse(t)}catch(t){e=null}}return e}},It=(t,o)=>!bt(t,o),Wt={attribute:!0,type:String,converter:Et,reflect:!1,hasChanged:It};Symbol.metadata??=Symbol("metadata"),vt.litPropertyMetadata??=new WeakMap;class Lt extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,o=Wt){if(o.state&&(o.attribute=!1),this._$Ei(),this.elementProperties.set(t,o),!o.noAccessor){const e=Symbol(),r=this.getPropertyDescriptor(t,e,o);void 0!==r&&mt(this.prototype,t,r)}}static getPropertyDescriptor(t,o,e){const{get:r,set:i}=Ot(this.prototype,t)??{get(){return this[o]},set(t){this[o]=t}};return{get(){return r?.call(this)},set(o){const a=r?.call(this);i.call(this,o),this.requestUpdate(t,a,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??Wt}static _$Ei(){if(this.hasOwnProperty(Ut("elementProperties")))return;const t=xt(this);t.finalize(),void 0!==t.l&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(Ut("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(Ut("properties"))){const t=this.properties,o=[...Nt(t),...St(t)];for(const e of o)this.createProperty(e,t[e])}const t=this[Symbol.metadata];if(null!==t){const o=litPropertyMetadata.get(t);if(void 0!==o)for(const[t,e]of o)this.elementProperties.set(t,e)}this._$Eh=new Map;for(const[t,o]of this.elementProperties){const e=this._$Eu(t,o);void 0!==e&&this._$Eh.set(e,t)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const o=[];if(Array.isArray(t)){const e=new Set(t.flat(1/0).reverse());for(const t of e)o.unshift(ut(t))}else void 0!==t&&o.push(ut(t));return o}static _$Eu(t,o){const e=o.attribute;return!1===e?void 0:"string"==typeof e?e:"string"==typeof t?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$Eg=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$ES(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$E_??=new Set).add(t),void 0!==this.renderRoot&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$E_?.delete(t)}_$ES(){const t=new Map,o=this.constructor.elementProperties;for(const e of o.keys())this.hasOwnProperty(e)&&(t.set(e,this[e]),delete this[e]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return((t,o)=>{if(pt)t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const e of o){const o=document.createElement("style"),r=lt.litNonce;void 0!==r&&o.setAttribute("nonce",r),o.textContent=e.cssText,t.appendChild(o)}})(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$E_?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$E_?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,o,e){this._$AK(t,e)}_$EO(t,o){const e=this.constructor.elementProperties.get(t),r=this.constructor._$Eu(t,e);if(void 0!==r&&!0===e.reflect){const i=(void 0!==e.converter?.toAttribute?e.converter:Et).toAttribute(o,e.type);this._$Em=t,null==i?this.removeAttribute(r):this.setAttribute(r,i),this._$Em=null}}_$AK(t,o){const e=this.constructor,r=e._$Eh.get(t);if(void 0!==r&&this._$Em!==r){const t=e.getPropertyOptions(r),i="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==t.converter?.fromAttribute?t.converter:Et;this._$Em=r,this[r]=i.fromAttribute(o,t.type),this._$Em=null}}requestUpdate(t,o,e,r=!1,i){if(void 0!==t){if(e??=this.constructor.getPropertyOptions(t),!(e.hasChanged??It)(r?i:this[t],o))return;this.C(t,o,e)}!1===this.isUpdatePending&&(this._$Eg=this._$EP())}C(t,o,e){this._$AL.has(t)||this._$AL.set(t,o),!0===e.reflect&&this._$Em!==t&&(this._$Ej??=new Set).add(t)}async _$EP(){this.isUpdatePending=!0;try{await this._$Eg}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[t,o]of this._$Ep)this[t]=o;this._$Ep=void 0}const t=this.constructor.elementProperties;if(t.size>0)for(const[o,e]of t)!0!==e.wrapped||this._$AL.has(o)||void 0===this[o]||this.C(o,this[o],e)}let t=!1;const o=this._$AL;try{t=this.shouldUpdate(o),t?(this.willUpdate(o),this._$E_?.forEach((t=>t.hostUpdate?.())),this.update(o)):this._$ET()}catch(o){throw t=!1,this._$ET(),o}t&&this._$AE(o)}willUpdate(t){}_$AE(t){this._$E_?.forEach((t=>t.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$ET(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$Eg}shouldUpdate(t){return!0}update(t){this._$Ej&&=this._$Ej.forEach((t=>this._$EO(t,this[t]))),this._$ET()}updated(t){}firstUpdated(t){}}Lt.elementStyles=[],Lt.shadowRootOptions={mode:"open"},Lt[Ut("elementProperties")]=new Map,Lt[Ut("finalized")]=new Map,Rt?.({ReactiveElement:Lt}),(vt.reactiveElementVersions??=[]).push("2.0.2");
|
|
54
|
+
/**
|
|
55
|
+
* @license
|
|
56
|
+
* Copyright 2017 Google LLC
|
|
57
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
58
|
+
*/
|
|
59
|
+
const $t=globalThis,kt=$t.trustedTypes,Kt=kt?kt.createPolicy("lit-html",{createHTML:t=>t}):void 0,Zt="$lit$",Ft=`lit$${(Math.random()+"").slice(9)}$`,zt="?"+Ft,At=`<${zt}>`,Mt=document,Dt=()=>Mt.createComment(""),Bt=t=>null===t||"object"!=typeof t&&"function"!=typeof t,Pt=Array.isArray,Ht="[ \t\n\f\r]",_t=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Tt=/-->/g,Gt=/>/g,jt=RegExp(`>|${Ht}(?:([^\\s"'>=/]+)(${Ht}*=${Ht}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),Yt=/'/g,Jt=/"/g,Vt=/^(?:script|style|textarea|title)$/i,qt=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),Xt=Symbol.for("lit-noChange"),Qt=Symbol.for("lit-nothing"),to=new WeakMap,oo=Mt.createTreeWalker(Mt,129);function eo(t,o){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return void 0!==Kt?Kt.createHTML(o):o}const ro=(t,o)=>{const e=t.length-1,r=[];let i,a=2===o?"<svg>":"",n=_t;for(let o=0;o<e;o++){const e=t[o];let s,c,l=-1,p=0;for(;p<e.length&&(n.lastIndex=p,c=n.exec(e),null!==c);)p=n.lastIndex,n===_t?"!--"===c[1]?n=Tt:void 0!==c[1]?n=Gt:void 0!==c[2]?(Vt.test(c[2])&&(i=RegExp("</"+c[2],"g")),n=jt):void 0!==c[3]&&(n=jt):n===jt?">"===c[0]?(n=i??_t,l=-1):void 0===c[1]?l=-2:(l=n.lastIndex-c[2].length,s=c[1],n=void 0===c[3]?jt:'"'===c[3]?Jt:Yt):n===Jt||n===Yt?n=jt:n===Tt||n===Gt?n=_t:(n=jt,i=void 0);const f=n===jt&&t[o+1].startsWith("/>")?" ":"";a+=n===_t?e+At:l>=0?(r.push(s),e.slice(0,l)+Zt+e.slice(l)+Ft+f):e+Ft+(-2===l?o:f)}return[eo(t,a+(t[e]||"<?>")+(2===o?"</svg>":"")),r]};class io{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let i=0,a=0;const n=t.length-1,s=this.parts,[c,l]=ro(t,o);if(this.el=io.createElement(c,e),oo.currentNode=this.el.content,2===o){const t=this.el.content.firstChild;t.replaceWith(...t.childNodes)}for(;null!==(r=oo.nextNode())&&s.length<n;){if(1===r.nodeType){if(r.hasAttributes())for(const t of r.getAttributeNames())if(t.endsWith(Zt)){const o=l[a++],e=r.getAttribute(t).split(Ft),n=/([.?@])?(.*)/.exec(o);s.push({type:1,index:i,name:n[2],strings:e,ctor:"."===n[1]?co:"?"===n[1]?lo:"@"===n[1]?po:so}),r.removeAttribute(t)}else t.startsWith(Ft)&&(s.push({type:6,index:i}),r.removeAttribute(t));if(Vt.test(r.tagName)){const t=r.textContent.split(Ft),o=t.length-1;if(o>0){r.textContent=kt?kt.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],Dt()),oo.nextNode(),s.push({type:2,index:++i});r.append(t[o],Dt())}}}else if(8===r.nodeType)if(r.data===zt)s.push({type:2,index:i});else{let t=-1;for(;-1!==(t=r.data.indexOf(Ft,t+1));)s.push({type:7,index:i}),t+=Ft.length-1}i++}}static createElement(t,o){const e=Mt.createElement("template");return e.innerHTML=t,e}}function ao(t,o,e=t,r){if(o===Xt)return o;let i=void 0!==r?e._$Co?.[r]:e._$Cl;const a=Bt(o)?void 0:o._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),void 0===a?i=void 0:(i=new a(t),i._$AT(t,e,r)),void 0!==r?(e._$Co??=[])[r]=i:e._$Cl=i),void 0!==i&&(o=ao(t,i._$AS(t,o.values),i,r)),o}class no{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,o,e,r){this.type=2,this._$AH=Qt,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cv=r?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===t?.nodeType&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=ao(this,t,o),Bt(t)?t===Qt||null==t||""===t?(this._$AH!==Qt&&this._$AR(),this._$AH=Qt):t!==this._$AH&&t!==Xt&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>Pt(t)||"function"==typeof t?.[Symbol.iterator])(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==Qt&&Bt(this._$AH)?this._$AA.nextSibling.data=t:this.$(Mt.createTextNode(t)),this._$AH=t}g(t){const{values:o,_$litType$:e}=t,r="number"==typeof e?this._$AC(t):(void 0===e.el&&(e.el=io.createElement(eo(e.h,e.h[0]),this.options)),e);if(this._$AH?._$AD===r)this._$AH.p(o);else{const t=new class{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){const{el:{content:o},parts:e}=this._$AD,r=(t?.creationScope??Mt).importNode(o,!0);oo.currentNode=r;let i=oo.nextNode(),a=0,n=0,s=e[0];for(;void 0!==s;){if(a===s.index){let o;2===s.type?o=new no(i,i.nextSibling,this,t):1===s.type?o=new s.ctor(i,s.name,s.strings,this,t):6===s.type&&(o=new fo(i,this,t)),this._$AV.push(o),s=e[++n]}a!==s?.index&&(i=oo.nextNode(),a++)}return oo.currentNode=Mt,r}p(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}}(r,this),e=t.u(this.options);t.p(o),this.$(e),this._$AH=t}}_$AC(t){let o=to.get(t.strings);return void 0===o&&to.set(t.strings,o=new io(t)),o}T(t){Pt(this._$AH)||(this._$AH=[],this._$AR());const o=this._$AH;let e,r=0;for(const i of t)r===o.length?o.push(e=new no(this.k(Dt()),this.k(Dt()),this,this.options)):e=o[r],e._$AI(i),r++;r<o.length&&(this._$AR(e&&e._$AB.nextSibling,r),o.length=r)}_$AR(t=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){void 0===this._$AM&&(this._$Cv=t,this._$AP?.(t))}}class so{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,o,e,r,i){this.type=1,this._$AH=Qt,this._$AN=void 0,this.element=t,this.name=o,this._$AM=r,this.options=i,e.length>2||""!==e[0]||""!==e[1]?(this._$AH=Array(e.length-1).fill(new String),this.strings=e):this._$AH=Qt}_$AI(t,o=this,e,r){const i=this.strings;let a=!1;if(void 0===i)t=ao(this,t,o,0),a=!Bt(t)||t!==this._$AH&&t!==Xt,a&&(this._$AH=t);else{const r=t;let n,s;for(t=i[0],n=0;n<i.length-1;n++)s=ao(this,r[e+n],o,n),s===Xt&&(s=this._$AH[n]),a||=!Bt(s)||s!==this._$AH[n],s===Qt?t=Qt:t!==Qt&&(t+=(s??"")+i[n+1]),this._$AH[n]=s}a&&!r&&this.O(t)}O(t){t===Qt?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}}class co extends so{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===Qt?void 0:t}}class lo extends so{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==Qt)}}class po extends so{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){if((t=ao(this,t,o,0)??Qt)===Xt)return;const e=this._$AH,r=t===Qt&&e!==Qt||t.capture!==e.capture||t.once!==e.once||t.passive!==e.passive,i=t!==Qt&&(e===Qt||r);r&&this.element.removeEventListener(this.name,this,e),i&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){"function"==typeof this._$AH?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}}class fo{constructor(t,o,e){this.element=t,this.type=6,this._$AN=void 0,this._$AM=o,this.options=e}get _$AU(){return this._$AM._$AU}_$AI(t){ao(this,t)}}const ho=$t.litHtmlPolyfillSupport;ho?.(io,no),($t.litHtmlVersions??=[]).push("3.1.0");
|
|
60
|
+
/**
|
|
61
|
+
* @license
|
|
62
|
+
* Copyright 2017 Google LLC
|
|
63
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
64
|
+
*/
|
|
65
|
+
class yo extends Lt{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 o=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,o,e)=>{const r=e?.renderBefore??o;let i=r._$litPart$;if(void 0===i){const t=e?.renderBefore??null;r._$litPart$=i=new no(o.insertBefore(Dt(),t),t,void 0,e??{})}return i._$AI(t),i})(o,this.renderRoot,this.renderOptions)}connectedCallback(){super.connectedCallback(),this._$Do?.setConnected(!0)}disconnectedCallback(){super.disconnectedCallback(),this._$Do?.setConnected(!1)}render(){return Xt}}yo._$litElement$=!0,yo.finalized=!0,globalThis.litElementHydrateSupport?.({LitElement:yo});const go=globalThis.litElementPolyfillSupport;go?.({LitElement:yo}),(globalThis.litElementVersions??=[]).push("4.0.2");const uo=t=>"string"==typeof t?yt(t):t;class bo{static create(t,o,e,r){const i=t=>uo(null!=t?t:r),a=gt`var(${uo(t)}, ${i(r)})`;return a.name=t,a.description=o,a.category=e,a.defaultValue=r,a.defaultCssValue=i,a.get=o=>gt`var(${uo(t)}, ${i(o)})`,a.breadcrumb=()=>[],a.lastResortDefaultValue=()=>r,a}static extend(t,o,e,r){const i=t=>e.get(null!=t?t:r),a=gt`var(${uo(t)}, ${i(r)})`;return a.name=t,a.description=o,a.category=e.category,a.fallbackVariable=e,a.defaultValue=r,a.defaultCssValue=i,a.get=o=>gt`var(${uo(t)}, ${i(o)})`,a.breadcrumb=()=>[e.name,...e.breadcrumb()],a.lastResortDefaultValue=()=>null!=r?r:e.lastResortDefaultValue(),a}static external(t,o){const e=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):uo(null!=o?o:t.lastResortDefaultValue()),r=gt`var(${uo(t.name)}, ${e(t.defaultValue)})`;return r.name=t.name,r.category=t.category,r.fallbackVariable=t.fallbackVariable,r.defaultValue=t.defaultValue,r.context=o,r.defaultCssValue=e,r.get=o=>gt`var(${uo(t.name)}, ${e(o)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}const mo={colorWhite:bo.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:bo.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:bo.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:bo.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:bo.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:bo.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:bo.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:bo.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:bo.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:bo.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:bo.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:bo.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:bo.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:bo.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:bo.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:bo.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:bo.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:bo.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:bo.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:bo.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:bo.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:bo.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:bo.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:bo.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:bo.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:bo.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:bo.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:bo.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:bo.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:bo.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:bo.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:bo.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:bo.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:bo.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:bo.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:bo.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:bo.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:bo.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:bo.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:bo.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:bo.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:bo.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:bo.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:bo.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:bo.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:bo.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:bo.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:bo.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:bo.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:bo.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:bo.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:bo.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:bo.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:bo.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:bo.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:bo.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:bo.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:bo.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:bo.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:bo.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:bo.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:bo.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:bo.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:bo.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:bo.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:bo.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:bo.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:bo.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:bo.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:bo.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:bo.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:bo.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:bo.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:bo.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:bo.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:bo.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:bo.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:bo.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:bo.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:bo.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:bo.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:bo.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:bo.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:bo.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:bo.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:bo.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:bo.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:bo.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:bo.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:bo.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:bo.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:bo.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:bo.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:bo.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:bo.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:bo.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:bo.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:bo.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:bo.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:bo.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:bo.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:bo.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:bo.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:bo.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:bo.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:bo.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:bo.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:bo.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:bo.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:bo.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:bo.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:bo.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:bo.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:bo.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:bo.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:bo.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:bo.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:bo.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:bo.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:bo.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:bo.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:bo.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:bo.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:bo.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:bo.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:bo.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:bo.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:bo.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:bo.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:bo.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:bo.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:bo.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:bo.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:bo.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:bo.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:bo.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:bo.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:bo.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:bo.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:bo.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:bo.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:bo.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:bo.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:bo.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:bo.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:bo.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:bo.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:bo.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:bo.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:bo.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:bo.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:bo.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:bo.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:bo.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:bo.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:bo.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:bo.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:bo.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:bo.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:bo.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:bo.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:bo.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:bo.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:bo.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:bo.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:bo.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:bo.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:bo.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:bo.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:bo.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:bo.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:bo.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:bo.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:bo.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:bo.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:bo.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:bo.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:bo.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:bo.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:bo.create("--ft-icon-size-6","","SIZE","48px"),opacity0:bo.create("--ft-opacity-0","","NUMBER","0"),opacity8:bo.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:bo.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:bo.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:bo.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:bo.create("--ft-opacity-80","","NUMBER","0.8")},Oo={display:{fontFamily:bo.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:bo.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:bo.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:bo.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:bo.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:bo.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:bo.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:bo.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:bo.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:bo.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:bo.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:bo.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:bo.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:bo.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:bo.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:bo.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:bo.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:bo.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:bo.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:bo.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:bo.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:bo.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:bo.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:bo.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:bo.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:bo.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:bo.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:bo.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:bo.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:bo.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:bo.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:bo.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:bo.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:bo.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:bo.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:bo.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:bo.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:bo.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:bo.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:bo.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:bo.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:bo.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:bo.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:bo.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:bo.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:bo.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:bo.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:bo.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:bo.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:bo.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:bo.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:bo.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:bo.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:bo.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:bo.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:bo.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:bo.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:bo.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:bo.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:bo.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:bo.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:bo.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:bo.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:bo.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:bo.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:bo.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:bo.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:bo.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:bo.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:bo.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:bo.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:bo.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:bo.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:bo.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:bo.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:bo.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:bo.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:bo.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:bo.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:bo.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:bo.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:bo.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:bo.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:bo.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:bo.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:bo.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:bo.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:bo.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:bo.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:bo.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:bo.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:bo.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:bo.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:bo.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:bo.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:bo.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:bo.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")}},No={backgroundActionPrimary:bo.extend("--ft-background-action-primary","Used as backgorund of primary action components.",mo.colorBrand0),backgroundErrorPrimary:bo.extend("--ft-background-error-primary","Used as background of error components.",mo.colorRed0),backgroundErrorSubtle:bo.extend("--ft-background-error-subtle","Used as background of subtle error components.",mo.colorRed10),backgroundInfoPrimary:bo.extend("--ft-background-info-primary","Used as background of information components.",mo.colorCyan200),backgroundInfoSubtle:bo.extend("--ft-background-info-subtle","Used as background of subtle information components.",mo.colorCyan10),backgroundWarningPrimary:bo.extend("--ft-background-warning-primary","Used as background of warning components.",mo.colorOrange300),backgroundWarningSubtle:bo.extend("--ft-background-warning-subtle","Used as background of subtle information components.",mo.colorOrange10),backgroundSuccessPrimary:bo.extend("--ft-background-success-primary","Used as background of success components.",mo.colorGreen200),backgroundSuccessSubtle:bo.extend("--ft-background-success-subtle","Used as background of subtle success components.",mo.colorGreen10),backgroundGlobalSurface:bo.extend("--ft-background-global-surface","Used as app background.",mo.colorWhite),backgroundGlobalOnSurface:bo.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",mo.colorGray10),backgroundGlobalOnSurfaceDark:bo.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",mo.colorGray30),contentActionPrimary:bo.extend("--ft-content-action-primary","Used on label of primary action on light surface.",mo.colorBrand0),contentWarningPrimary:bo.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",mo.colorOrange300),contentWarningIconOnly:bo.extend("--ft-content-warning-icon-only","Used on warning status icons alone",mo.colorOrange0),contentErrorPrimary:bo.extend("--ft-content-error-primary","Used on label of error messages on light surface.",mo.colorRed0),contentErrorIconOnly:bo.extend("--ft-content-error-icon-only","Used on error status icons alone",mo.colorRed0),contentInfoPrimary:bo.extend("--ft-content-info-primary","Used on label of information messages on light surface.",mo.colorCyan200),contentInfoIconOnly:bo.extend("--ft-content-info-icon-only","Used on info status icons alone",mo.colorCyan0),contentSuccessIconOnly:bo.extend("--ft-content-success-icon-only","Used on success status icons alone",mo.colorGreen0),contentSuccessPrimary:bo.extend("--ft-content-success-primary","Used on label of success messages on light surface.",mo.colorGreen200),contentGlobalPrimary:bo.extend("--ft-content-global-primary","Used for main content on the page.",mo.colorGray500),contentGlobalSecondary:bo.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",mo.colorGray200),contentGlobalSubtle:bo.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",mo.colorGray0),contentGlobalOnColor:bo.extend("--ft-content-global-on-color","Used for content on a dominant color.",mo.colorWhite),borderActionPrimary:bo.extend("--ft-border-action-primary","Used as border for primary action components.",mo.colorBrand0),borderActionFocusRing:bo.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",mo.colorCyan0),borderWarningPrimary:bo.extend("--ft-border-warning-primary","Used as border for warning components.",mo.colorOrange30),borderSuccessPrimary:bo.extend("--ft-border-success-primary","Used as border for success components.",mo.colorGreen30),borderErrorPrimary:bo.extend("--ft-border-error-primary","Used as border for error components.",mo.colorRed30),borderInfoPrimary:bo.extend("--ft-border-info-primary","Used as border for information components.",mo.colorCyan30),borderGlobalSubtle:bo.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",mo.colorGray30),borderGlobalPrimary:bo.extend("--ft-border-global-primary","Used as border for element like input.",mo.colorGray50),borderInputPrimary:bo.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",mo.colorGray80)};bo.create("--ft-button-large-height","","SIZE","40px"),bo.extend("--ft-button-large-horizontal-padding","",mo.spacing4),bo.extend("--ft-button-large-gap","",mo.spacing2),bo.extend("--ft-button-large-border-radius","",mo.borderRadiusS),bo.extend("--ft-button-large-icon-size","",mo.iconSize3),bo.create("--ft-button-large-border-width","","SIZE","1px"),bo.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),bo.create("--ft-button-large-focus-outline-width","","SIZE","2px"),bo.create("--ft-button-large-icon-only-width","","SIZE","40px"),bo.create("--ft-button-small-height","","SIZE","30px"),bo.extend("--ft-button-small-horizontal-padding","",mo.spacing3),bo.extend("--ft-button-small-gap","",mo.spacing2),bo.extend("--ft-button-small-border-radius","",mo.borderRadiusS),bo.extend("--ft-button-small-icon-size","",mo.iconSize2),bo.create("--ft-button-small-border-width","","SIZE","1px"),bo.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),bo.create("--ft-button-small-focus-outline-width","","SIZE","2px"),bo.create("--ft-button-small-icon-only-width","","SIZE","30px"),bo.extend("--ft-button-primary-background-color","",No.backgroundActionPrimary),bo.extend("--ft-button-primary-color","",No.contentGlobalOnColor),bo.extend("--ft-button-primary-icon-color","",No.contentGlobalOnColor),bo.extend("--ft-button-primary-state-layer-color","",No.contentGlobalOnColor),bo.extend("--ft-button-primary-state-layer-opacity-hover","",mo.opacity16),bo.extend("--ft-button-primary-state-layer-opacity-focus","",mo.opacity16),bo.extend("--ft-button-primary-state-layer-opacity-active","",mo.opacity24),bo.extend("--ft-button-primary-component-opacity-disabled","",mo.opacity40),bo.extend("--ft-button-focus-focus-ring-color","",No.borderActionFocusRing),bo.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),bo.extend("--ft-button-tertiary-color","",No.contentActionPrimary),bo.extend("--ft-button-tertiary-icon-color","",No.contentActionPrimary),bo.extend("--ft-button-tertiary-state-layer-color","",No.contentActionPrimary),bo.extend("--ft-button-tertiary-state-layer-opacity-hover","",mo.opacity8),bo.extend("--ft-button-tertiary-state-layer-opacity-focus","",mo.opacity8),bo.extend("--ft-button-tertiary-state-layer-opacity-active","",mo.opacity16),bo.extend("--ft-button-tertiary-component-opacity-disabled","",mo.opacity40),bo.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),bo.extend("--ft-button-secondary-color","",No.contentActionPrimary),bo.extend("--ft-button-secondary-icon-color","",No.contentActionPrimary),bo.extend("--ft-button-secondary-state-layer-color","",No.contentActionPrimary),bo.extend("--ft-button-secondary-state-layer-opacity-hover","",mo.opacity8),bo.extend("--ft-button-secondary-state-layer-opacity-focus","",mo.opacity8),bo.extend("--ft-button-secondary-state-layer-opacity-active","",mo.opacity16),bo.extend("--ft-button-secondary-component-opacity-disabled","",mo.opacity40),bo.extend("--ft-button-secondary-border-color","",No.borderActionPrimary),bo.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),bo.extend("--ft-button-neutral-icon-color","",No.contentGlobalSecondary),bo.extend("--ft-button-neutral-color","",No.contentGlobalSecondary),bo.extend("--ft-button-neutral-state-layer-color","",No.contentGlobalSecondary),bo.extend("--ft-button-neutral-state-layer-opacity-hover","",mo.opacity8),bo.extend("--ft-button-neutral-state-layer-opacity-focus","",mo.opacity8),bo.extend("--ft-button-neutral-state-layer-opacity-active","",mo.opacity16),bo.extend("--ft-button-neutral-component-opacity-disabled","",mo.opacity40),bo.extend("--ft-tabs-top-left-border-radius","",mo.borderRadiusS),bo.extend("--ft-tabs-top-right-border-radius","",mo.borderRadiusS),bo.extend("--ft-tabs-label-horizontal-padding","",mo.spacing4),bo.extend("--ft-tabs-label-vertical-padding","",mo.spacing3),bo.extend("--ft-tabs-label-gap","",mo.spacing1),bo.extend("--ft-switch-group-horizontal-padding","",mo.spacing1),bo.extend("--ft-switch-group-vertical-padding","",mo.spacing1),bo.extend("--ft-switch-group-gap","",mo.spacing1),bo.extend("--ft-switch-group-background-color","",No.backgroundGlobalSurface),bo.extend("--ft-switch-group-border-color","",No.borderGlobalSubtle),bo.create("--ft-switch-group-border-radius","","SIZE","6px"),bo.extend("--ft-switch-label-horizontal-padding","",mo.spacing2),bo.extend("--ft-switch-label-vertical-padding","",mo.spacing1),bo.extend("--ft-switch-icon-horizontal-padding","",mo.spacing1),bo.extend("--ft-switch-icon-vertical-padding","",mo.spacing1),bo.create("--ft-switch-focus-outline-width","","SIZE","2px"),bo.extend("--ft-switch-focus-focus-ring-color","",No.borderActionFocusRing),bo.extend("--ft-switch-option-border-radius","",mo.borderRadiusS),bo.extend("--ft-switch-off-state-layer-opacity-hover","",mo.opacity8),bo.extend("--ft-switch-off-state-layer-opacity-focus","",mo.opacity8),bo.extend("--ft-switch-off-state-layer-opacity-active","",mo.opacity16),bo.extend("--ft-switch-off-component-opacity-disabled","",mo.opacity40),bo.extend("--ft-switch-off-color","",No.contentGlobalSubtle),bo.extend("--ft-switch-off-state-layer-color","",No.contentGlobalSubtle),bo.extend("--ft-chart-1-light","for area color charts",mo.colorBrand40),bo.extend("--ft-chart-1-base","for line charts",mo.colorBrand0),bo.extend("--ft-chart-2-light","for area color charts",mo.colorYellow60),bo.extend("--ft-chart-2-base","for line charts",mo.colorYellow100),bo.extend("--ft-chart-3-light","",mo.colorUltramarine40),bo.extend("--ft-chart-3-base","",mo.colorUltramarine70),bo.extend("--ft-chart-4-light","",mo.colorCyan50),bo.extend("--ft-chart-4-base","",mo.colorCyan100),bo.extend("--ft-chart-5-light","",mo.colorRed40),bo.extend("--ft-chart-5-base","",mo.colorRed60),bo.extend("--ft-chart-6-light","",mo.colorGreen40),bo.extend("--ft-chart-6-base","",mo.colorGreen70),bo.extend("--ft-chart-7-light","",mo.colorOrange70),bo.extend("--ft-chart-7-base","",mo.colorOrange100),bo.extend("--ft-chart-8-light","",mo.colorAvocado70),bo.extend("--ft-chart-8-base","",mo.colorAvocado200),bo.extend("--ft-chart-9-light","",mo.colorBrown50),bo.extend("--ft-chart-9-base","",mo.colorBrown200),bo.extend("--ft-chart-10-light","",mo.colorGray50),bo.extend("--ft-chart-10-base","",mo.colorGray80),bo.extend("--ft-chart-monochrome-10","",mo.colorBrand10),bo.extend("--ft-chart-monochrome-20","",mo.colorBrand20),bo.extend("--ft-chart-monochrome-30","",mo.colorBrand40),bo.extend("--ft-chart-monochrome-40","",mo.colorBrand60),bo.extend("--ft-chart-monochrome-50","",mo.colorBrand0),bo.extend("--ft-chart-monochrome-60","",mo.colorBrand200),bo.extend("--ft-chip-large-horizontal-padding","",mo.spacing4),bo.extend("--ft-chip-large-vertical-padding","",mo.spacing2),bo.extend("--ft-chip-large-gap","",mo.spacing1),bo.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),bo.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),bo.extend("--ft-chip-large-border-radius","",mo.borderRadiusPill),bo.create("--ft-chip-large-border-width","","SIZE","1px"),bo.extend("--ft-chip-large-icon-size","",mo.iconSize3),bo.extend("--ft-chip-medium-horizontal-padding","",mo.spacing3),bo.extend("--ft-chip-medium-vertical-padding","",mo.spacing1),bo.extend("--ft-chip-medium-gap","",mo.spacing1),bo.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),bo.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),bo.extend("--ft-chip-medium-border-radius","",mo.borderRadiusPill),bo.create("--ft-chip-medium-border-width","","SIZE","1px"),bo.extend("--ft-chip-medium-icon-size","",mo.iconSize2),bo.extend("--ft-chip-small-horizontal-padding","",mo.spacing2),bo.extend("--ft-chip-small-vertical-padding","",mo.spacing05),bo.extend("--ft-chip-small-gap","",mo.spacing1),bo.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),bo.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),bo.extend("--ft-chip-small-border-radius","",mo.borderRadiusPill),bo.create("--ft-chip-small-border-width","","SIZE","1px"),bo.extend("--ft-chip-small-icon-size","",mo.iconSize1),bo.extend("--ft-chip-neutral-background-color","",No.backgroundGlobalOnSurface),bo.extend("--ft-chip-neutral-color","",No.contentGlobalPrimary),bo.extend("--ft-chip-neutral-border-color","",No.borderGlobalSubtle),bo.extend("--ft-chip-info-background-color","",No.backgroundInfoSubtle),bo.extend("--ft-chip-info-color","",No.contentInfoPrimary),bo.extend("--ft-chip-info-border-color","",No.borderInfoPrimary),bo.extend("--ft-chip-success-background-color","",No.backgroundSuccessSubtle),bo.extend("--ft-chip-success-color","",No.contentSuccessPrimary),bo.extend("--ft-chip-success-border-color","",No.borderSuccessPrimary),bo.extend("--ft-chip-warning-background-color","",No.backgroundWarningSubtle),bo.extend("--ft-chip-warning-color","",No.contentWarningPrimary),bo.extend("--ft-chip-warning-border-color","",No.borderWarningPrimary),bo.extend("--ft-chip-error-background-color","",No.backgroundErrorSubtle),bo.extend("--ft-chip-error-color","",No.contentErrorPrimary),bo.extend("--ft-chip-error-border-color","",No.borderErrorPrimary),bo.create("--ft-notice-border-width","","SIZE","1px"),bo.extend("--ft-notice-horizontal-padding","",mo.spacing2),bo.extend("--ft-notice-vertical-padding","",mo.spacing1),bo.extend("--ft-notice-border-radius","",mo.borderRadiusS),bo.extend("--ft-notice-gap","",mo.spacing2),bo.extend("--ft-notice-icon-size","",mo.iconSize3),bo.extend("--ft-notice-info-background-color","",No.backgroundInfoSubtle),bo.extend("--ft-notice-info-border-color","",No.borderInfoPrimary),bo.extend("--ft-notice-info-color","",No.contentInfoPrimary),bo.extend("--ft-notice-warning-background-color","",No.backgroundWarningSubtle),bo.extend("--ft-notice-warning-border-color","",No.borderWarningPrimary),bo.extend("--ft-notice-warning-color","",No.contentWarningPrimary),bo.extend("--ft-checkbox-label-color","",No.contentGlobalPrimary),bo.extend("--ft-checkbox-checked-background-color","",No.contentActionPrimary),bo.extend("--ft-checkbox-checked-state-layer-color","",No.contentActionPrimary),bo.extend("--ft-checkbox-checked-color","",No.contentGlobalOnColor),bo.extend("--ft-checkbox-checked-state-layer-opacity-hover","",mo.opacity16),bo.extend("--ft-checkbox-checked-state-layer-opacity-focus","",mo.opacity16),bo.extend("--ft-checkbox-checked-state-layer-opacity-active","",mo.opacity24),bo.extend("--ft-checkbox-checked-component-opacity-disabled","",mo.opacity40),bo.extend("--ft-checkbox-unchecked-border-color","",mo.colorGray80),bo.extend("--ft-checkbox-unchecked-state-layer-color","",mo.colorGray80),bo.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",mo.opacity16),bo.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",mo.opacity16),bo.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",mo.opacity24),bo.extend("--ft-checkbox-unchecked-component-opacity-disabled","",mo.opacity40),bo.extend("--ft-checkbox-focus-focus-ring-color","",No.borderActionFocusRing),bo.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),bo.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),bo.extend("--ft-checkbox-gap","",mo.spacing3),bo.extend("--ft-toggle-off-state-layer-opacity-hover","",mo.opacity16),bo.extend("--ft-toggle-off-state-layer-opacity-focus","",mo.opacity16),bo.extend("--ft-toggle-off-state-layer-opacity-active","",mo.opacity24),bo.extend("--ft-toggle-off-component-opacity-disabled","",mo.opacity40),bo.extend("--ft-toggle-off-background-color","",No.contentGlobalSubtle),bo.extend("--ft-toggle-off-icon-color","",No.contentGlobalSubtle),bo.extend("--ft-toggle-off-state-layer-color","",No.contentGlobalSubtle),bo.extend("--ft-toggle-on-state-layer-opacity-hover","",mo.opacity16),bo.extend("--ft-toggle-on-state-layer-opacity-focus","",mo.opacity16),bo.extend("--ft-toggle-on-state-layer-opacity-active","",mo.opacity24),bo.extend("--ft-toggle-on-component-opacity-disabled","",mo.opacity40),bo.extend("--ft-toggle-on-background-color","",No.contentActionPrimary),bo.extend("--ft-toggle-on-icon-color","",No.contentActionPrimary),bo.extend("--ft-toggle-on-state-layer-color","",No.contentActionPrimary),bo.extend("--ft-toggle-label-color","",No.contentGlobalPrimary),bo.extend("--ft-toggle-focus-focus-ring-color","",No.borderActionFocusRing),bo.extend("--ft-toggle-gap","",mo.spacing3),bo.extend("--ft-radio-label-color","",No.contentGlobalPrimary),bo.extend("--ft-radio-selected-color","",No.contentActionPrimary),bo.extend("--ft-radio-selected-state-layer-color","",No.contentActionPrimary),bo.extend("--ft-radio-selected-state-layer-opacity-hover","",mo.opacity16),bo.extend("--ft-radio-selected-state-layer-opacity-focus","",mo.opacity16),bo.extend("--ft-radio-selected-state-layer-opacity-active","",mo.opacity24),bo.extend("--ft-radio-selected-component-opacity-disabled","",mo.opacity40),bo.extend("--ft-radio-unselected-state-layer-color","",mo.colorGray80),bo.extend("--ft-radio-unselected-state-layer-opacity-hover","",mo.opacity16),bo.extend("--ft-radio-unselected-state-layer-opacity-focus","",mo.opacity16),bo.extend("--ft-radio-unselected-state-layer-opacity-active","",mo.opacity24),bo.extend("--ft-radio-unselected-component-opacity-disabled","",mo.opacity40),bo.extend("--ft-radio-focus-focus-ring-color","",No.borderActionFocusRing),bo.create("--ft-radio-focus-outline-offset","","SIZE","3px"),bo.create("--ft-radio-focus-outline-width","","SIZE","2px"),bo.extend("--ft-radio-gap","",mo.spacing3),bo.extend("--ft-notification-icon-size","",mo.iconSize4),bo.extend("--ft-notification-horizontal-padding","",mo.spacing4),bo.extend("--ft-notification-vertical-padding","",mo.spacing4),bo.extend("--ft-notification-info-background-color","",No.backgroundInfoSubtle),bo.extend("--ft-notification-info-color","",No.contentInfoPrimary),bo.extend("--ft-notification-info-border-color","",No.borderInfoPrimary),bo.extend("--ft-notification-success-background-color","",No.backgroundSuccessSubtle),bo.extend("--ft-notification-success-color","",No.contentSuccessPrimary),bo.extend("--ft-notification-success-border-color","",No.borderSuccessPrimary),bo.extend("--ft-notification-warning-background-color","",No.backgroundWarningSubtle),bo.extend("--ft-notification-warning-color","",No.contentWarningPrimary),bo.extend("--ft-notification-warning-border-color","",No.borderWarningPrimary),bo.extend("--ft-notification-error-background-color","",No.backgroundErrorSubtle),bo.extend("--ft-notification-error-color","",No.contentErrorPrimary),bo.extend("--ft-notification-error-border-color","",No.borderErrorPrimary),bo.extend("--ft-notification-border-radius","",mo.borderRadiusPill),bo.create("--ft-notification-border-width","","SIZE","1px"),bo.extend("--ft-notification-gap-leading","",mo.spacing2),bo.extend("--ft-notification-gap-trailing","",mo.spacing8);const So={colorPrimary:bo.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:bo.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:bo.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:bo.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:bo.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:bo.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:bo.create("--ft-color-error","","COLOR","#B00020"),colorOutline:bo.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:bo.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:bo.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:bo.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:bo.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:bo.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:bo.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:bo.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:bo.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:bo.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:bo.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:bo.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:bo.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:bo.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:bo.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:bo.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:bo.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:bo.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:bo.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:bo.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:bo.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:bo.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:bo.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:bo.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:bo.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:bo.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:bo.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:bo.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:bo.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:bo.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:bo.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:bo.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:bo.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:bo.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:bo.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:bo.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:bo.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:bo.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:bo.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:bo.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:bo.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:bo.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:bo.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:bo.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:bo.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:bo.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:bo.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:bo.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:bo.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:bo.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:bo.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:bo.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:bo.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:bo.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:bo.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")},xo=window,vo=xo.ShadowRoot&&(void 0===xo.ShadyCSS||xo.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype;
|
|
66
|
+
/**
|
|
67
|
+
* @license
|
|
68
|
+
* Copyright 2019 Google LLC
|
|
69
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
70
|
+
*/class Co extends yo{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([o,e])=>t.registry.define(o,e))));const o={...t.shadowRootOptions,customElements:t.registry},e=this.renderOptions.creationScope=this.attachShadow(o);return((t,o)=>{vo?t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):o.forEach((o=>{const e=document.createElement("style"),r=xo.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=o.cssText,t.appendChild(e)}))})(e,t.elementStyles),e}}var wo,Ro=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(i=t[s])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};const Uo=Symbol("constructorPrototype"),Eo=Symbol("constructorName"),Io=Symbol("exportpartsDebouncer");class Wo extends Co{constructor(){super(),this[wo]=new o(5),this[Eo]=this.constructor.name,this[Uo]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[Eo]&&Object.setPrototypeOf(this,this[Uo])}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var o,e;if((null!==(e=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==e?e:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){this[Io].run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.length>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var o,e,r,i,a,n;const s=t=>null!=t&&t.trim().length>0,c=t.filter(s).map((t=>t.trim()));if(0===c.length)return void this.removeAttribute("exportparts");const l=new Set;for(let t of null!==(e=null===(o=this.shadowRoot)||void 0===o?void 0:o.querySelectorAll("[part],[exportparts]"))&&void 0!==e?e:[]){const o=null!==(i=null===(r=t.getAttribute("part"))||void 0===r?void 0:r.split(" "))&&void 0!==i?i:[],e=null!==(n=null===(a=t.getAttribute("exportparts"))||void 0===a?void 0:a.split(",").map((t=>t.split(":")[1])))&&void 0!==n?n:[];new Array(...o,...e).filter(s).map((t=>t.trim())).forEach((t=>l.add(t)))}if(0===l.size)return void this.removeAttribute("exportparts");const p=[...l.values()].flatMap((t=>c.map((o=>`${t}:${o}--${t}`))));this.setAttribute("exportparts",[...this.part,...p].join(", "))}}function Lo(t){var o;return null!==(o=null==t?void 0:t.isFtReduxStore)&&void 0!==o&&o}var $o,ko,Ko;wo=Io,Ro([w()],Wo.prototype,"exportpartsPrefix",void 0),Ro([function(t,o){const e=()=>JSON.parse(JSON.stringify(t));return w({type:Object,converter:{fromAttribute:t=>{if(null==t)return e();try{return JSON.parse(t)}catch{return e()}},toAttribute:t=>JSON.stringify(t)},hasChanged:(t,o)=>!U(t,o),...null!=o?o:{}})}([])],Wo.prototype,"exportpartsPrefixes",void 0),Ro([w()],Wo.prototype,"customStylesheet",void 0),gt`
|
|
56
71
|
.ft-no-text-select {
|
|
57
72
|
-webkit-touch-callout: none;
|
|
58
73
|
-webkit-user-select: none;
|
|
@@ -61,7 +76,7 @@ var st,pt;let ft=class extends w{constructor(){super(...arguments),this.renderOp
|
|
|
61
76
|
-ms-user-select: none;
|
|
62
77
|
user-select: none;
|
|
63
78
|
}
|
|
64
|
-
`,
|
|
79
|
+
`,gt`
|
|
65
80
|
.ft-word-wrap {
|
|
66
81
|
white-space: normal;
|
|
67
82
|
word-wrap: break-word;
|
|
@@ -73,7 +88,7 @@ var st,pt;let ft=class extends w{constructor(){super(...arguments),this.renderOp
|
|
|
73
88
|
-webkit-hyphens: auto;
|
|
74
89
|
hyphens: auto
|
|
75
90
|
}
|
|
76
|
-
`,
|
|
91
|
+
`,gt`
|
|
77
92
|
.ft-safari-ellipsis-fix {
|
|
78
93
|
margin-right: 0;
|
|
79
94
|
|
|
@@ -84,108 +99,108 @@ var st,pt;let ft=class extends w{constructor(){super(...arguments),this.renderOp
|
|
|
84
99
|
display: inline-block;
|
|
85
100
|
width: 0;
|
|
86
101
|
}
|
|
87
|
-
`;const
|
|
102
|
+
`;const Zo=Symbol("internalReduxEventsUnsubscribers"),Fo=Symbol("internalStoresUnsubscribers"),zo=Symbol("internalStores");class Ao extends Wo{constructor(){super(...arguments),this[$o]=new Map,this[ko]=new Map,this[Ko]=[]}update(t){var o;super.update(t),(null===(o=this.reduxReactiveProperties)||void 0===o?void 0:o.some((o=>t.has(o))))&&this.updateFromStores()}getUnnamedStore(){if(this[zo].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[zo].values()][0]}getStore(t){return null==t?this.getUnnamedStore():this[zo].get(t)}addStore(t,o){var e;o=null!==(e=null!=o?o:Lo(t)?t.name:void 0)&&void 0!==e?e:"default-store",this.unsubscribeFromStore(o),this.setupStore(o,t)}removeStore(t){const o="string"==typeof t?t:t.name;this.unsubscribeFromStore(o),this[zo].delete(o)}setupStore(t,o){this[zo].set(t,o),this.subscribeToStore(t,o),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[zo].forEach(((t,o)=>this.subscribeToStore(o,t))),this.updateFromStores()}updateFromStores(){this.reduxProperties&&this.reduxProperties.forEach(((t,o)=>{const e=this.constructor.getPropertyOptions(o);if(!(null==e?void 0:e.attribute)||!this.hasAttribute("string"==typeof(null==e?void 0:e.attribute)?e.attribute:o)){const e=this.getStore(t.store);e&&(t.store?this[Fo].has(t.store):this[Fo].size>0)&&(this[o]=t.selector(e.getState(),this))}}))}subscribeToStore(t,o){var e;this[Fo].set(t,o.subscribe((()=>this.updateFromStores()))),Lo(o)&&o.eventBus&&(null===(e=this.reduxEventListeners)||void 0===e||e.forEach(((t,e)=>{if("function"==typeof this[e]&&(!t.store||o.name===t.store)){const r=t=>this[e](t);o.eventBus.addEventListener(t.eventName,r),this[Zo].push((()=>o.eventBus.removeEventListener(t.eventName,r)))}}))),this.onStoreAvailable(t)}unsubscribeFromStores(){this[Fo].forEach(((t,o)=>this.unsubscribeFromStore(o))),this[Zo].forEach((t=>t())),this[Zo]=[]}unsubscribeFromStore(t){this[Fo].has(t)&&this[Fo].get(t)(),this[Fo].delete(t)}onStoreAvailable(t){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}}$o=Fo,ko=zo,Ko=Zo,window.ftReduxStores||(window.ftReduxStores={});var Mo,Do,Bo;navigator.vendor&&navigator.vendor.match(/apple/i)||(null===(Do=null===(Mo=window.safari)||void 0===Mo?void 0:Mo.pushNotification)||void 0===Do||Do.toString()),function(t){t.FEEDBACK="FEEDBACK",t.RATING="RATING",t.PRINT="PRINT",t.BOOKMARK="BOOKMARK",t.COLLECTIONS="COLLECTIONS"}(Bo||(Bo={}));var Po=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(i=t[s])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class Ho extends Event{constructor(){super("register-ft-reader-component",{bubbles:!0,composed:!0})}}const _o=Symbol("registerInterval");class To extends(function(t){var o;class e extends t{constructor(){super(...arguments),this[o]=0}setReaderStateManager(t){this.clearStateManager(),this.stateManager=t,this.addStore(t.store,"reader")}clearStateManager(){this.stateManager&&(this.removeStore("reader"),this.stateManager=void 0)}get service(){var t;return null===(t=this.stateManager)||void 0===t?void 0:t.service}connectedCallback(){super.connectedCallback(),this[_o]=window.setInterval((()=>this.tryToRegisterToContext()),50)}tryToRegisterToContext(){null!=this.stateManager?window.clearInterval(this[_o]):this.dispatchEvent(new Ho)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return o=_o,Po([R()],e.prototype,"stateManager",void 0),e}(Ao)){}
|
|
88
103
|
/**
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
104
|
+
* @license
|
|
105
|
+
* Copyright 2020 Google LLC
|
|
106
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
107
|
+
*/const Go=Symbol.for(""),jo=t=>{if(t?.r===Go)return t?._$litStatic$},Yo=t=>({_$litStatic$:t,r:Go}),Jo=new Map,Vo=(t=>(o,...e)=>{const r=e.length;let i,a;const n=[],s=[];let c,l=0,p=!1;for(;l<r;){for(c=o[l];l<r&&void 0!==(a=e[l],i=jo(a));)c+=i+o[++l],p=!0;l!==r&&s.push(a),n.push(c),l++}if(l===r&&n.push(o[r]),p){const t=n.join("$$lit$$");void 0===(o=Jo.get(t))&&(n.raw=n,Jo.set(t,o=n)),e=s}return t(o,...e)})(Y);var qo;!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"}(qo||(qo={}));const Xo=bo.extend("--ft-typography-font-family","",So.titleFont),Qo=bo.extend("--ft-typography-font-family","",So.contentFont),te={fontFamily:Qo,fontSize:bo.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:bo.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:bo.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:bo.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:bo.create("--ft-typography-text-transform","","UNKNOWN","inherit")},oe={fontFamily:bo.extend("--ft-typography-title-font-family","",Xo),fontSize:bo.extend("--ft-typography-title-font-size","",te.fontSize,"20px"),fontWeight:bo.extend("--ft-typography-title-font-weight","",te.fontWeight,"normal"),letterSpacing:bo.extend("--ft-typography-title-letter-spacing","",te.letterSpacing,"0.15px"),lineHeight:bo.extend("--ft-typography-title-line-height","",te.lineHeight,"1.2"),textTransform:bo.extend("--ft-typography-title-text-transform","",te.textTransform,"inherit")},ee=bo.extend("--ft-typography-title-dense-font-family","",Xo),re=bo.extend("--ft-typography-title-dense-font-size","",te.fontSize,"14px"),ie=bo.extend("--ft-typography-title-dense-font-weight","",te.fontWeight,"normal"),ae=bo.extend("--ft-typography-title-dense-letter-spacing","",te.letterSpacing,"0.105px"),ne=bo.extend("--ft-typography-title-dense-line-height","",te.lineHeight,"1.7"),se=bo.extend("--ft-typography-title-dense-text-transform","",te.textTransform,"inherit"),ce=bo.extend("--ft-typography-subtitle1-font-family","",Qo),le=bo.extend("--ft-typography-subtitle1-font-size","",te.fontSize,"16px"),pe=bo.extend("--ft-typography-subtitle1-font-weight","",te.fontWeight,"600"),fe=bo.extend("--ft-typography-subtitle1-letter-spacing","",te.letterSpacing,"0.144px"),he=bo.extend("--ft-typography-subtitle1-line-height","",te.lineHeight,"1.5"),de=bo.extend("--ft-typography-subtitle1-text-transform","",te.textTransform,"inherit"),ye=bo.extend("--ft-typography-subtitle2-font-family","",Qo),ge=bo.extend("--ft-typography-subtitle2-font-size","",te.fontSize,"14px"),ue=bo.extend("--ft-typography-subtitle2-font-weight","",te.fontWeight,"normal"),be=bo.extend("--ft-typography-subtitle2-letter-spacing","",te.letterSpacing,"0.098px"),me=bo.extend("--ft-typography-subtitle2-line-height","",te.lineHeight,"1.7"),Oe=bo.extend("--ft-typography-subtitle2-text-transform","",te.textTransform,"inherit"),Ne=bo.extend("--ft-typography-body1-font-family","",Qo),Se=bo.extend("--ft-typography-body1-font-size","",te.fontSize,"16px"),xe=bo.extend("--ft-typography-body1-font-weight","",te.fontWeight,"normal"),ve=bo.extend("--ft-typography-body1-letter-spacing","",te.letterSpacing,"0.496px"),Ce=bo.extend("--ft-typography-body1-line-height","",te.lineHeight,"1.5"),we=bo.extend("--ft-typography-body1-text-transform","",te.textTransform,"inherit"),Re=bo.extend("--ft-typography-body2-font-family","",Qo),Ue=bo.extend("--ft-typography-body2-font-size","",te.fontSize,"14px"),Ee=bo.extend("--ft-typography-body2-font-weight","",te.fontWeight,"normal"),Ie=bo.extend("--ft-typography-body2-letter-spacing","",te.letterSpacing,"0.252px"),We=bo.extend("--ft-typography-body2-line-height","",te.lineHeight,"1.4"),Le=bo.extend("--ft-typography-body2-text-transform","",te.textTransform,"inherit"),$e=bo.extend("--ft-typography-caption-font-family","",Qo),ke=bo.extend("--ft-typography-caption-font-size","",te.fontSize,"12px"),Ke=bo.extend("--ft-typography-caption-font-weight","",te.fontWeight,"normal"),Ze=bo.extend("--ft-typography-caption-letter-spacing","",te.letterSpacing,"0.396px"),Fe=bo.extend("--ft-typography-caption-line-height","",te.lineHeight,"1.33"),ze=bo.extend("--ft-typography-caption-text-transform","",te.textTransform,"inherit"),Ae=bo.extend("--ft-typography-breadcrumb-font-family","",Qo),Me=bo.extend("--ft-typography-breadcrumb-font-size","",te.fontSize,"10px"),De=bo.extend("--ft-typography-breadcrumb-font-weight","",te.fontWeight,"normal"),Be=bo.extend("--ft-typography-breadcrumb-letter-spacing","",te.letterSpacing,"0.33px"),Pe=bo.extend("--ft-typography-breadcrumb-line-height","",te.lineHeight,"1.6"),He=bo.extend("--ft-typography-breadcrumb-text-transform","",te.textTransform,"inherit"),_e=bo.extend("--ft-typography-overline-font-family","",Qo),Te=bo.extend("--ft-typography-overline-font-size","",te.fontSize,"10px"),Ge=bo.extend("--ft-typography-overline-font-weight","",te.fontWeight,"normal"),je=bo.extend("--ft-typography-overline-letter-spacing","",te.letterSpacing,"1.5px"),Ye=bo.extend("--ft-typography-overline-line-height","",te.lineHeight,"1.6"),Je=bo.extend("--ft-typography-overline-text-transform","",te.textTransform,"uppercase"),Ve=bo.extend("--ft-typography-button-font-family","",Qo),qe=bo.extend("--ft-typography-button-font-size","",te.fontSize,"14px"),Xe=bo.extend("--ft-typography-button-font-weight","",te.fontWeight,"600"),Qe=bo.extend("--ft-typography-button-letter-spacing","",te.letterSpacing,"1.246px"),tr=bo.extend("--ft-typography-button-line-height","",te.lineHeight,"1.15"),or=bo.extend("--ft-typography-button-text-transform","",te.textTransform,"uppercase"),er=gt`
|
|
93
108
|
.ft-typography--title {
|
|
94
|
-
font-family: ${
|
|
95
|
-
font-size: ${
|
|
96
|
-
font-weight: ${
|
|
97
|
-
letter-spacing: ${
|
|
98
|
-
line-height: ${
|
|
99
|
-
text-transform: ${
|
|
109
|
+
font-family: ${oe.fontFamily};
|
|
110
|
+
font-size: ${oe.fontSize};
|
|
111
|
+
font-weight: ${oe.fontWeight};
|
|
112
|
+
letter-spacing: ${oe.letterSpacing};
|
|
113
|
+
line-height: ${oe.lineHeight};
|
|
114
|
+
text-transform: ${oe.textTransform};
|
|
100
115
|
}
|
|
101
|
-
`,
|
|
116
|
+
`,rr=gt`
|
|
102
117
|
.ft-typography--title-dense {
|
|
103
|
-
font-family: ${
|
|
104
|
-
font-size: ${
|
|
105
|
-
font-weight: ${
|
|
106
|
-
letter-spacing: ${
|
|
107
|
-
line-height: ${
|
|
108
|
-
text-transform: ${
|
|
118
|
+
font-family: ${ee};
|
|
119
|
+
font-size: ${re};
|
|
120
|
+
font-weight: ${ie};
|
|
121
|
+
letter-spacing: ${ae};
|
|
122
|
+
line-height: ${ne};
|
|
123
|
+
text-transform: ${se};
|
|
109
124
|
}
|
|
110
|
-
`,
|
|
125
|
+
`,ir=gt`
|
|
111
126
|
.ft-typography--subtitle1 {
|
|
112
|
-
font-family: ${
|
|
113
|
-
font-size: ${
|
|
114
|
-
font-weight: ${
|
|
115
|
-
letter-spacing: ${
|
|
116
|
-
line-height: ${
|
|
117
|
-
text-transform: ${
|
|
127
|
+
font-family: ${ce};
|
|
128
|
+
font-size: ${le};
|
|
129
|
+
font-weight: ${pe};
|
|
130
|
+
letter-spacing: ${fe};
|
|
131
|
+
line-height: ${he};
|
|
132
|
+
text-transform: ${de};
|
|
118
133
|
}
|
|
119
|
-
`,
|
|
134
|
+
`,ar=gt`
|
|
120
135
|
.ft-typography--subtitle2 {
|
|
121
|
-
font-family: ${
|
|
122
|
-
font-size: ${
|
|
123
|
-
font-weight: ${
|
|
124
|
-
letter-spacing: ${
|
|
125
|
-
line-height: ${
|
|
126
|
-
text-transform: ${
|
|
136
|
+
font-family: ${ye};
|
|
137
|
+
font-size: ${ge};
|
|
138
|
+
font-weight: ${ue};
|
|
139
|
+
letter-spacing: ${be};
|
|
140
|
+
line-height: ${me};
|
|
141
|
+
text-transform: ${Oe};
|
|
127
142
|
}
|
|
128
143
|
|
|
129
|
-
`,
|
|
144
|
+
`,nr=gt`
|
|
130
145
|
.ft-typography--body1 {
|
|
131
|
-
font-family: ${
|
|
132
|
-
font-size: ${
|
|
133
|
-
font-weight: ${
|
|
134
|
-
letter-spacing: ${
|
|
135
|
-
line-height: ${
|
|
136
|
-
text-transform: ${
|
|
146
|
+
font-family: ${Ne};
|
|
147
|
+
font-size: ${Se};
|
|
148
|
+
font-weight: ${xe};
|
|
149
|
+
letter-spacing: ${ve};
|
|
150
|
+
line-height: ${Ce};
|
|
151
|
+
text-transform: ${we};
|
|
137
152
|
}
|
|
138
|
-
`,
|
|
153
|
+
`,sr=gt`
|
|
139
154
|
.ft-typography--body2 {
|
|
140
|
-
font-family: ${
|
|
141
|
-
font-size: ${
|
|
142
|
-
font-weight: ${
|
|
143
|
-
letter-spacing: ${
|
|
144
|
-
line-height: ${
|
|
145
|
-
text-transform: ${
|
|
155
|
+
font-family: ${Re};
|
|
156
|
+
font-size: ${Ue};
|
|
157
|
+
font-weight: ${Ee};
|
|
158
|
+
letter-spacing: ${Ie};
|
|
159
|
+
line-height: ${We};
|
|
160
|
+
text-transform: ${Le};
|
|
146
161
|
}
|
|
147
|
-
`,
|
|
162
|
+
`,cr=gt`
|
|
148
163
|
.ft-typography--caption {
|
|
149
|
-
font-family: ${
|
|
150
|
-
font-size: ${
|
|
151
|
-
font-weight: ${
|
|
152
|
-
letter-spacing: ${
|
|
153
|
-
line-height: ${
|
|
154
|
-
text-transform: ${
|
|
164
|
+
font-family: ${$e};
|
|
165
|
+
font-size: ${ke};
|
|
166
|
+
font-weight: ${Ke};
|
|
167
|
+
letter-spacing: ${Ze};
|
|
168
|
+
line-height: ${Fe};
|
|
169
|
+
text-transform: ${ze};
|
|
155
170
|
}
|
|
156
|
-
`,
|
|
171
|
+
`,lr=gt`
|
|
157
172
|
.ft-typography--breadcrumb {
|
|
158
|
-
font-family: ${
|
|
159
|
-
font-size: ${
|
|
160
|
-
font-weight: ${
|
|
161
|
-
letter-spacing: ${
|
|
162
|
-
line-height: ${
|
|
163
|
-
text-transform: ${
|
|
173
|
+
font-family: ${Ae};
|
|
174
|
+
font-size: ${Me};
|
|
175
|
+
font-weight: ${De};
|
|
176
|
+
letter-spacing: ${Be};
|
|
177
|
+
line-height: ${Pe};
|
|
178
|
+
text-transform: ${He};
|
|
164
179
|
}
|
|
165
|
-
`,
|
|
180
|
+
`,pr=gt`
|
|
166
181
|
.ft-typography--overline {
|
|
167
|
-
font-family: ${
|
|
168
|
-
font-size: ${
|
|
169
|
-
font-weight: ${
|
|
170
|
-
letter-spacing: ${
|
|
171
|
-
line-height: ${
|
|
172
|
-
text-transform: ${
|
|
182
|
+
font-family: ${_e};
|
|
183
|
+
font-size: ${Te};
|
|
184
|
+
font-weight: ${Ge};
|
|
185
|
+
letter-spacing: ${je};
|
|
186
|
+
line-height: ${Ye};
|
|
187
|
+
text-transform: ${Je};
|
|
173
188
|
}
|
|
174
|
-
`,
|
|
189
|
+
`,fr=gt`
|
|
175
190
|
.ft-typography--button {
|
|
176
|
-
font-family: ${
|
|
177
|
-
font-size: ${
|
|
178
|
-
font-weight: ${
|
|
179
|
-
letter-spacing: ${
|
|
180
|
-
line-height: ${
|
|
181
|
-
text-transform: ${
|
|
191
|
+
font-family: ${Ve};
|
|
192
|
+
font-size: ${qe};
|
|
193
|
+
font-weight: ${Xe};
|
|
194
|
+
letter-spacing: ${Qe};
|
|
195
|
+
line-height: ${tr};
|
|
196
|
+
text-transform: ${or};
|
|
182
197
|
}
|
|
183
|
-
`,
|
|
198
|
+
`,hr=gt`
|
|
184
199
|
.ft-typography {
|
|
185
200
|
vertical-align: inherit;
|
|
186
201
|
}
|
|
187
|
-
`,
|
|
188
|
-
.ft-typography--${
|
|
202
|
+
`,dr=[Object.keys(Oo).map((t=>function(t){const o=Oo[t];return gt`
|
|
203
|
+
.ft-typography--${yt(t)} {
|
|
189
204
|
font-family: ${o.fontFamily};
|
|
190
205
|
font-size: ${o.fontSize};
|
|
191
206
|
font-weight: ${o.fontWeight};
|
|
@@ -193,13 +208,13 @@ var st,pt;let ft=class extends w{constructor(){super(...arguments),this.renderOp
|
|
|
193
208
|
line-height: ${o.lineHeight};
|
|
194
209
|
text-transform: ${o.textCase};
|
|
195
210
|
}
|
|
196
|
-
`}(t)))];var
|
|
197
|
-
<${
|
|
211
|
+
`}(t)))];var yr=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(i=t[s])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class gr extends Wo{constructor(){super(...arguments),this.variant=qo.body1}render(){return this.element?Vo`
|
|
212
|
+
<${Yo(this.element)}
|
|
198
213
|
class="ft-typography ft-typography--${this.variant}">
|
|
199
214
|
<slot></slot>
|
|
200
|
-
</${
|
|
201
|
-
`:
|
|
215
|
+
</${Yo(this.element)}>
|
|
216
|
+
`:Vo`
|
|
202
217
|
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
203
|
-
`}}
|
|
218
|
+
`}}gr.styles=[er,rr,ir,ar,nr,sr,cr,lr,pr,fr,hr,...dr],yr([w()],gr.prototype,"element",void 0),yr([w()],gr.prototype,"variant",void 0),E("ft-typography")(gr);var ur=function(t,o,e,r){for(var i,a=arguments.length,n=a<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,s=t.length-1;s>=0;s--)(i=t[s])&&(n=(a<3?i(n):a>3?i(o,e,n):i(o,e))||n);return a>3&&n&&Object.defineProperty(o,e,n),n};class br extends To{render(){return this.mapTitle?qt`
|
|
204
219
|
<ft-typography variant="title" part="text">${this.mapTitle}</ft-typography>
|
|
205
|
-
`:
|
|
220
|
+
`:Qt}}br.elementDefinitions={"ft-typography":gr},ur([(t=>{const o=null!=t?t:{};return(t,e)=>{var r;const i={hasChanged:(t,o)=>!U(t,o),attribute:!1,...o};w(i)(t,e);const a=t;a.reduxProperties=a.reduxProperties||new Map,a.reduxProperties.set(e,{selector:null!==(r=o.selector)&&void 0!==r?r:t=>t[e],store:o.store})}})({selector:t=>{var o;return null===(o=t.map)||void 0===o?void 0:o.title}})],br.prototype,"mapTitle",void 0);const mr={fontSize:bo.extend("--ft-reader-metadata-font-size","",oe.fontSize)};E("ft-reader-title")(br),t.FtReaderTitle=br,t.FtReaderTitleCssVariables=mr}({});
|