@fluid-topics/ft-floating-menu 1.0.59 → 1.0.61
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.
|
@@ -14,54 +14,54 @@
|
|
|
14
14
|
*
|
|
15
15
|
* @see https://github.com/webcomponents/polyfills/tree/master/packages/scoped-custom-element-registry
|
|
16
16
|
*/
|
|
17
|
-
if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,
|
|
17
|
+
if(!ShadowRoot.prototype.createElement){const t=window.HTMLElement,o=window.customElements.define,e=window.customElements.get,r=window.customElements,i=new WeakMap,n=new WeakMap,a=new WeakMap,l=new WeakMap;let s;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 l=i.prototype.attributeChangedCallback,s=new Set(i.observedAttributes||[]);d(i,s,l);const c={elementClass:i,connectedCallback:i.prototype.connectedCallback,disconnectedCallback:i.prototype.disconnectedCallback,adoptedCallback:i.prototype.adoptedCallback,attributeChangedCallback:l,formAssociated:i.formAssociated,formAssociatedCallback:i.prototype.formAssociatedCallback,formDisabledCallback:i.prototype.formDisabledCallback,formResetCallback:i.prototype.formResetCallback,formStateRestoreCallback:i.prototype.formStateRestoreCallback,observedAttributes:s};this._definitionsByTag.set(t,c),this._definitionsByClass.set(i,c);let p=e.call(r,t);p||(p=f(t),o.call(r,t,p)),this===window.customElements&&(a.set(i,c),c.standInClass=p);const h=this._awaitingUpgrade.get(t);if(h){this._awaitingUpgrade.delete(t);for(const t of h)n.delete(t),u(t,c,!0)}const y=this._whenDefinedPromises.get(t);return void 0!==y&&(y.resolve(i),this._whenDefinedPromises.delete(t)),i}upgrade(){g.push(this),r.upgrade.apply(r,arguments),g.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=s;if(o)return s=void 0,o;const e=a.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 c=t=>t===document||t instanceof ShadowRoot,p=t=>{let o=t.getRootNode();if(!c(o)){const t=g[g.length-1];if(t instanceof CustomElementRegistry)return t;o=t.getRootNode(),c(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,i=r._getDefinition(o);return i?u(e,i):n.set(e,r),e}connectedCallback(){const t=i.get(this);t?t.connectedCallback&&t.connectedCallback.apply(this,arguments):n.get(this)._upgradeWhenDefined(this,o,!0)}disconnectedCallback(){const t=i.get(this);t?t.disconnectedCallback&&t.disconnectedCallback.apply(this,arguments):n.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)}},d=(t,o,e)=>{if(0===o.size||void 0===e)return;const r=t.prototype.setAttribute;r&&(t.prototype.setAttribute=function(t,i){const n=t.toLowerCase();if(o.has(n)){const t=this.getAttribute(n);r.call(this,n,i),e.call(this,n,t,i)}else r.call(this,n,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)})},h=o=>{const e=Object.getPrototypeOf(o);if(e!==window.HTMLElement)return e===t||"HTMLElement"===e?.prototype?.constructor?.name?Object.setPrototypeOf(o,window.HTMLElement):h(e)},u=(t,o,e=!1)=>{Object.setPrototypeOf(t,o.elementClass.prototype),i.set(t,o),s=t;try{new o.elementClass}catch(t){h(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)},y=Element.prototype.attachShadow;Element.prototype.attachShadow=function(t){const o=y.apply(this,arguments);return t.customElements&&(o.customElements=t.customElements),o};let g=[document];const b=(t,o,e=void 0)=>{const r=(e?Object.getPrototypeOf(e):t.prototype)[o];t.prototype[o]=function(){g.push(this);const t=r.apply(e||this,arguments);return void 0!==t&&l.set(t,this),g.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){g.push(this),e.set.call(this,t),g.pop()}})};if(m(Element,"innerHTML"),m(ShadowRoot,"innerHTML"),Object.defineProperty(window,"customElements",{value:new CustomElementRegistry,configurable:!0,writable:!0}),window.ElementInternals&&window.ElementInternals.prototype.setFormValue){const t=new WeakMap,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)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 n{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 a=Object.getOwnPropertyDescriptor(HTMLFormElement.prototype,"elements");Object.defineProperty(HTMLFormElement.prototype,"elements",{get:function(){const t=a.get.call(this,[]),o=[];for(const e of t){const t=i.get(e);t&&!0!==t.formAssociated||o.push(e)}return new n(o)}})}}try{window.customElements.define("custom-element",null)}catch(Je){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
18
|
/**
|
|
19
19
|
* @license
|
|
20
20
|
* Copyright 2017 Google LLC
|
|
21
21
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
22
|
-
*/const
|
|
22
|
+
*/const e=(t,o)=>"method"===o.kind&&o.descriptor&&!("value"in o.descriptor)?{...o,finisher(e){e.createProperty(o.key,t)}}:{kind:"field",key:Symbol(),placement:"own",descriptor:{},originalKey:o.key,initializer(){"function"==typeof o.initializer&&(this[o.key]=o.initializer.call(this))},finisher(e){e.createProperty(o.key,t)}};function r(t){return(o,r)=>void 0!==r?((t,o,e)=>{o.constructor.createProperty(e,t)})(t,o,r):e(t,o)
|
|
23
23
|
/**
|
|
24
24
|
* @license
|
|
25
25
|
* Copyright 2017 Google LLC
|
|
26
26
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
27
|
-
*/}function
|
|
27
|
+
*/}function i(t){return r({...t,state:!0})}
|
|
28
28
|
/**
|
|
29
29
|
* @license
|
|
30
30
|
* Copyright 2017 Google LLC
|
|
31
31
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
32
|
-
*/const
|
|
32
|
+
*/const n=({finisher:t,descriptor:o})=>(e,r)=>{var i;if(void 0===r){const r=null!==(i=e.originalKey)&&void 0!==i?i:e.key,n=null!=o?{kind:"method",placement:"prototype",key:r,descriptor:o(e.key)}:{...e,key:r};return null!=t&&(n.finisher=function(o){t(o,r)}),n}{const i=e.constructor;void 0!==o&&Object.defineProperty(e,r,o(r)),null==t||t(i,r)}}
|
|
33
33
|
/**
|
|
34
34
|
* @license
|
|
35
35
|
* Copyright 2017 Google LLC
|
|
36
36
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
37
|
-
*/;function
|
|
37
|
+
*/;function a(t,o){return n({descriptor:e=>{const r={get(){var o,e;return null!==(e=null===(o=this.renderRoot)||void 0===o?void 0:o.querySelector(t))&&void 0!==e?e:null},enumerable:!0,configurable:!0};if(o){const o="symbol"==typeof e?Symbol():"__"+e;r.get=function(){var e,r;return void 0===this[o]&&(this[o]=null!==(r=null===(e=this.renderRoot)||void 0===e?void 0:e.querySelector(t))&&void 0!==r?r:null),this[o]}}return r}})}
|
|
38
38
|
/**
|
|
39
39
|
* @license
|
|
40
40
|
* Copyright 2021 Google LLC
|
|
41
41
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
42
|
-
*/var
|
|
42
|
+
*/var l;const s=null!=(null===(l=window.HTMLSlotElement)||void 0===l?void 0:l.prototype.assignedElements)?(t,o)=>t.assignedElements(o):(t,o)=>t.assignedNodes(o).filter((t=>t.nodeType===Node.ELEMENT_NODE));function c(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(!c(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(!c(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 n=i[r];if(!c(t[n],o[n]))return!1}return!0}return t!=t&&o!=o}(t,o)}catch(t){return!1}}const p=t=>o=>{window.customElements.get(t)||window.customElements.define(t,o)};function f(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)=>!c(t,o),...null!=o?o:{}})}
|
|
43
43
|
/**
|
|
44
44
|
* @license
|
|
45
45
|
* Copyright 2019 Google LLC
|
|
46
46
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
47
|
-
*/const
|
|
47
|
+
*/const d=window,h=d.ShadowRoot&&(void 0===d.ShadyCSS||d.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,u=Symbol(),y=new WeakMap;let g=class{constructor(t,o,e){if(this._$cssResult$=!0,e!==u)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(h&&void 0===t){const e=void 0!==o&&1===o.length;e&&(t=y.get(o)),void 0===t&&((this.o=t=new CSSStyleSheet).replaceSync(this.cssText),e&&y.set(o,t))}return t}toString(){return this.cssText}};const b=t=>new g("string"==typeof t?t:t+"",void 0,u),m=(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 g(e,t,u)},x=(t,o)=>{h?t.adoptedStyleSheets=o.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet)):o.forEach((o=>{const e=document.createElement("style"),r=d.litNonce;void 0!==r&&e.setAttribute("nonce",r),e.textContent=o.cssText,t.appendChild(e)}))},v=h?t=>t:t=>t instanceof CSSStyleSheet?(t=>{let o="";for(const e of t.cssRules)o+=e.cssText;return b(o)})(t):t
|
|
48
48
|
/**
|
|
49
49
|
* @license
|
|
50
50
|
* Copyright 2017 Google LLC
|
|
51
51
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
52
|
-
*/;var
|
|
52
|
+
*/;var O;const N=window,S=N.trustedTypes,w=S?S.emptyScript:"",C=N.reactiveElementPolyfillSupport,$={toAttribute(t,o){switch(o){case Boolean:t=t?w: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}},R=(t,o)=>o!==t&&(o==o||t==t),E={attribute:!0,type:String,converter:$,reflect:!1,hasChanged:R};let k=class extends HTMLElement{constructor(){super(),this._$Ei=new Map,this.isUpdatePending=!1,this.hasUpdated=!1,this._$El=null,this.u()}static addInitializer(t){var o;this.finalize(),(null!==(o=this.h)&&void 0!==o?o:this.h=[]).push(t)}static get observedAttributes(){this.finalize();const t=[];return this.elementProperties.forEach(((o,e)=>{const r=this._$Ep(e,o);void 0!==r&&(this._$Ev.set(r,e),t.push(r))})),t}static createProperty(t,o=E){if(o.state&&(o.attribute=!1),this.finalize(),this.elementProperties.set(t,o),!o.noAccessor&&!this.prototype.hasOwnProperty(t)){const e="symbol"==typeof t?Symbol():"__"+t,r=this.getPropertyDescriptor(t,e,o);void 0!==r&&Object.defineProperty(this.prototype,t,r)}}static getPropertyDescriptor(t,o,e){return{get(){return this[o]},set(r){const i=this[t];this[o]=r,this.requestUpdate(t,i,e)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)||E}static finalize(){if(this.hasOwnProperty("finalized"))return!1;this.finalized=!0;const t=Object.getPrototypeOf(this);if(t.finalize(),void 0!==t.h&&(this.h=[...t.h]),this.elementProperties=new Map(t.elementProperties),this._$Ev=new Map,this.hasOwnProperty("properties")){const t=this.properties,o=[...Object.getOwnPropertyNames(t),...Object.getOwnPropertySymbols(t)];for(const e of o)this.createProperty(e,t[e])}return this.elementStyles=this.finalizeStyles(this.styles),!0}static finalizeStyles(t){const o=[];if(Array.isArray(t)){const e=new Set(t.flat(1/0).reverse());for(const t of e)o.unshift(v(t))}else void 0!==t&&o.push(v(t));return o}static _$Ep(t,o){const e=o.attribute;return!1===e?void 0:"string"==typeof e?e:"string"==typeof t?t.toLowerCase():void 0}u(){var t;this._$E_=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$Eg(),this.requestUpdate(),null===(t=this.constructor.h)||void 0===t||t.forEach((t=>t(this)))}addController(t){var o,e;(null!==(o=this._$ES)&&void 0!==o?o:this._$ES=[]).push(t),void 0!==this.renderRoot&&this.isConnected&&(null===(e=t.hostConnected)||void 0===e||e.call(t))}removeController(t){var o;null===(o=this._$ES)||void 0===o||o.splice(this._$ES.indexOf(t)>>>0,1)}_$Eg(){this.constructor.elementProperties.forEach(((t,o)=>{this.hasOwnProperty(o)&&(this._$Ei.set(o,this[o]),delete this[o])}))}createRenderRoot(){var t;const o=null!==(t=this.shadowRoot)&&void 0!==t?t:this.attachShadow(this.constructor.shadowRootOptions);return x(o,this.constructor.elementStyles),o}connectedCallback(){var t;void 0===this.renderRoot&&(this.renderRoot=this.createRenderRoot()),this.enableUpdating(!0),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var o;return null===(o=t.hostConnected)||void 0===o?void 0:o.call(t)}))}enableUpdating(t){}disconnectedCallback(){var t;null===(t=this._$ES)||void 0===t||t.forEach((t=>{var o;return null===(o=t.hostDisconnected)||void 0===o?void 0:o.call(t)}))}attributeChangedCallback(t,o,e){this._$AK(t,e)}_$EO(t,o,e=E){var r;const i=this.constructor._$Ep(t,e);if(void 0!==i&&!0===e.reflect){const n=(void 0!==(null===(r=e.converter)||void 0===r?void 0:r.toAttribute)?e.converter:$).toAttribute(o,e.type);this._$El=t,null==n?this.removeAttribute(i):this.setAttribute(i,n),this._$El=null}}_$AK(t,o){var e;const r=this.constructor,i=r._$Ev.get(t);if(void 0!==i&&this._$El!==i){const t=r.getPropertyOptions(i),n="function"==typeof t.converter?{fromAttribute:t.converter}:void 0!==(null===(e=t.converter)||void 0===e?void 0:e.fromAttribute)?t.converter:$;this._$El=i,this[i]=n.fromAttribute(o,t.type),this._$El=null}}requestUpdate(t,o,e){let r=!0;void 0!==t&&(((e=e||this.constructor.getPropertyOptions(t)).hasChanged||R)(this[t],o)?(this._$AL.has(t)||this._$AL.set(t,o),!0===e.reflect&&this._$El!==t&&(void 0===this._$EC&&(this._$EC=new Map),this._$EC.set(t,e))):r=!1),!this.isUpdatePending&&r&&(this._$E_=this._$Ej())}async _$Ej(){this.isUpdatePending=!0;try{await this._$E_}catch(t){Promise.reject(t)}const t=this.scheduleUpdate();return null!=t&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){var t;if(!this.isUpdatePending)return;this.hasUpdated,this._$Ei&&(this._$Ei.forEach(((t,o)=>this[o]=t)),this._$Ei=void 0);let o=!1;const e=this._$AL;try{o=this.shouldUpdate(e),o?(this.willUpdate(e),null===(t=this._$ES)||void 0===t||t.forEach((t=>{var o;return null===(o=t.hostUpdate)||void 0===o?void 0:o.call(t)})),this.update(e)):this._$Ek()}catch(t){throw o=!1,this._$Ek(),t}o&&this._$AE(e)}willUpdate(t){}_$AE(t){var o;null===(o=this._$ES)||void 0===o||o.forEach((t=>{var o;return null===(o=t.hostUpdated)||void 0===o?void 0:o.call(t)})),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$Ek(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$E_}shouldUpdate(t){return!0}update(t){void 0!==this._$EC&&(this._$EC.forEach(((t,o)=>this._$EO(o,this[o],t))),this._$EC=void 0),this._$Ek()}updated(t){}firstUpdated(t){}};
|
|
53
53
|
/**
|
|
54
54
|
* @license
|
|
55
55
|
* Copyright 2017 Google LLC
|
|
56
56
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
57
57
|
*/
|
|
58
|
-
var
|
|
58
|
+
var U;k.finalized=!0,k.elementProperties=new Map,k.elementStyles=[],k.shadowRootOptions={mode:"open"},null==C||C({ReactiveElement:k}),(null!==(O=N.reactiveElementVersions)&&void 0!==O?O:N.reactiveElementVersions=[]).push("1.6.1");const I=window,W=I.trustedTypes,L=W?W.createPolicy("lit-html",{createHTML:t=>t}):void 0,K="$lit$",z=`lit$${(Math.random()+"").slice(9)}$`,Z="?"+z,F=`<${Z}>`,B=document,D=()=>B.createComment(""),M=t=>null===t||"object"!=typeof t&&"function"!=typeof t,A=Array.isArray,H="[ \t\n\f\r]",j=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,P=/-->/g,T=/>/g,G=RegExp(`>|${H}(?:([^\\s"'>=/]+)(${H}*=${H}*(?:[^ \t\n\f\r"'\`<>=]|("|')|))|$)`,"g"),_=/'/g,Y=/"/g,V=/^(?:script|style|textarea|title)$/i,J=(t=>(o,...e)=>({_$litType$:t,strings:o,values:e}))(1),q=Symbol.for("lit-noChange"),X=Symbol.for("lit-nothing"),Q=new WeakMap,tt=B.createTreeWalker(B,129,null,!1),ot=(t,o)=>{const e=t.length-1,r=[];let i,n=2===o?"<svg>":"",a=j;for(let o=0;o<e;o++){const e=t[o];let l,s,c=-1,p=0;for(;p<e.length&&(a.lastIndex=p,s=a.exec(e),null!==s);)p=a.lastIndex,a===j?"!--"===s[1]?a=P:void 0!==s[1]?a=T:void 0!==s[2]?(V.test(s[2])&&(i=RegExp("</"+s[2],"g")),a=G):void 0!==s[3]&&(a=G):a===G?">"===s[0]?(a=null!=i?i:j,c=-1):void 0===s[1]?c=-2:(c=a.lastIndex-s[2].length,l=s[1],a=void 0===s[3]?G:'"'===s[3]?Y:_):a===Y||a===_?a=G:a===P||a===T?a=j:(a=G,i=void 0);const f=a===G&&t[o+1].startsWith("/>")?" ":"";n+=a===j?e+F:c>=0?(r.push(l),e.slice(0,c)+K+e.slice(c)+z+f):e+z+(-2===c?(r.push(void 0),o):f)}const l=n+(t[e]||"<?>")+(2===o?"</svg>":"");if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return[void 0!==L?L.createHTML(l):l,r]};class et{constructor({strings:t,_$litType$:o},e){let r;this.parts=[];let i=0,n=0;const a=t.length-1,l=this.parts,[s,c]=ot(t,o);if(this.el=et.createElement(s,e),tt.currentNode=this.el.content,2===o){const t=this.el.content,o=t.firstChild;o.remove(),t.append(...o.childNodes)}for(;null!==(r=tt.nextNode())&&l.length<a;){if(1===r.nodeType){if(r.hasAttributes()){const t=[];for(const o of r.getAttributeNames())if(o.endsWith(K)||o.startsWith(z)){const e=c[n++];if(t.push(o),void 0!==e){const t=r.getAttribute(e.toLowerCase()+K).split(z),o=/([.?@])?(.*)/.exec(e);l.push({type:1,index:i,name:o[2],strings:t,ctor:"."===o[1]?lt:"?"===o[1]?ct:"@"===o[1]?pt:at})}else l.push({type:6,index:i})}for(const o of t)r.removeAttribute(o)}if(V.test(r.tagName)){const t=r.textContent.split(z),o=t.length-1;if(o>0){r.textContent=W?W.emptyScript:"";for(let e=0;e<o;e++)r.append(t[e],D()),tt.nextNode(),l.push({type:2,index:++i});r.append(t[o],D())}}}else if(8===r.nodeType)if(r.data===Z)l.push({type:2,index:i});else{let t=-1;for(;-1!==(t=r.data.indexOf(z,t+1));)l.push({type:7,index:i}),t+=z.length-1}i++}}static createElement(t,o){const e=B.createElement("template");return e.innerHTML=t,e}}function rt(t,o,e=t,r){var i,n,a,l;if(o===q)return o;let s=void 0!==r?null===(i=e._$Co)||void 0===i?void 0:i[r]:e._$Cl;const c=M(o)?void 0:o._$litDirective$;return(null==s?void 0:s.constructor)!==c&&(null===(n=null==s?void 0:s._$AO)||void 0===n||n.call(s,!1),void 0===c?s=void 0:(s=new c(t),s._$AT(t,e,r)),void 0!==r?(null!==(a=(l=e)._$Co)&&void 0!==a?a:l._$Co=[])[r]=s:e._$Cl=s),void 0!==s&&(o=rt(t,s._$AS(t,o.values),s,r)),o}class it{constructor(t,o){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){var o;const{el:{content:e},parts:r}=this._$AD,i=(null!==(o=null==t?void 0:t.creationScope)&&void 0!==o?o:B).importNode(e,!0);tt.currentNode=i;let n=tt.nextNode(),a=0,l=0,s=r[0];for(;void 0!==s;){if(a===s.index){let o;2===s.type?o=new nt(n,n.nextSibling,this,t):1===s.type?o=new s.ctor(n,s.name,s.strings,this,t):6===s.type&&(o=new ft(n,this,t)),this._$AV.push(o),s=r[++l]}a!==(null==s?void 0:s.index)&&(n=tt.nextNode(),a++)}return i}v(t){let o=0;for(const e of this._$AV)void 0!==e&&(void 0!==e.strings?(e._$AI(t,e,o),o+=e.strings.length-2):e._$AI(t[o])),o++}}class nt{constructor(t,o,e,r){var i;this.type=2,this._$AH=X,this._$AN=void 0,this._$AA=t,this._$AB=o,this._$AM=e,this.options=r,this._$Cp=null===(i=null==r?void 0:r.isConnected)||void 0===i||i}get _$AU(){var t,o;return null!==(o=null===(t=this._$AM)||void 0===t?void 0:t._$AU)&&void 0!==o?o:this._$Cp}get parentNode(){let t=this._$AA.parentNode;const o=this._$AM;return void 0!==o&&11===(null==t?void 0:t.nodeType)&&(t=o.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,o=this){t=rt(this,t,o),M(t)?t===X||null==t||""===t?(this._$AH!==X&&this._$AR(),this._$AH=X):t!==this._$AH&&t!==q&&this._(t):void 0!==t._$litType$?this.g(t):void 0!==t.nodeType?this.$(t):(t=>A(t)||"function"==typeof(null==t?void 0:t[Symbol.iterator]))(t)?this.T(t):this._(t)}k(t){return this._$AA.parentNode.insertBefore(t,this._$AB)}$(t){this._$AH!==t&&(this._$AR(),this._$AH=this.k(t))}_(t){this._$AH!==X&&M(this._$AH)?this._$AA.nextSibling.data=t:this.$(B.createTextNode(t)),this._$AH=t}g(t){var o;const{values:e,_$litType$:r}=t,i="number"==typeof r?this._$AC(t):(void 0===r.el&&(r.el=et.createElement(r.h,this.options)),r);if((null===(o=this._$AH)||void 0===o?void 0:o._$AD)===i)this._$AH.v(e);else{const t=new it(i,this),o=t.u(this.options);t.v(e),this.$(o),this._$AH=t}}_$AC(t){let o=Q.get(t.strings);return void 0===o&&Q.set(t.strings,o=new et(t)),o}T(t){A(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 nt(this.k(D()),this.k(D()),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){var e;for(null===(e=this._$AP)||void 0===e||e.call(this,!1,!0,o);t&&t!==this._$AB;){const o=t.nextSibling;t.remove(),t=o}}setConnected(t){var o;void 0===this._$AM&&(this._$Cp=t,null===(o=this._$AP)||void 0===o||o.call(this,t))}}class at{constructor(t,o,e,r,i){this.type=1,this._$AH=X,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=X}get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}_$AI(t,o=this,e,r){const i=this.strings;let n=!1;if(void 0===i)t=rt(this,t,o,0),n=!M(t)||t!==this._$AH&&t!==q,n&&(this._$AH=t);else{const r=t;let a,l;for(t=i[0],a=0;a<i.length-1;a++)l=rt(this,r[e+a],o,a),l===q&&(l=this._$AH[a]),n||(n=!M(l)||l!==this._$AH[a]),l===X?t=X:t!==X&&(t+=(null!=l?l:"")+i[a+1]),this._$AH[a]=l}n&&!r&&this.j(t)}j(t){t===X?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,null!=t?t:"")}}class lt extends at{constructor(){super(...arguments),this.type=3}j(t){this.element[this.name]=t===X?void 0:t}}const st=W?W.emptyScript:"";class ct extends at{constructor(){super(...arguments),this.type=4}j(t){t&&t!==X?this.element.setAttribute(this.name,st):this.element.removeAttribute(this.name)}}class pt extends at{constructor(t,o,e,r,i){super(t,o,e,r,i),this.type=5}_$AI(t,o=this){var e;if((t=null!==(e=rt(this,t,o,0))&&void 0!==e?e:X)===q)return;const r=this._$AH,i=t===X&&r!==X||t.capture!==r.capture||t.once!==r.once||t.passive!==r.passive,n=t!==X&&(r===X||i);i&&this.element.removeEventListener(this.name,this,r),n&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){var o,e;"function"==typeof this._$AH?this._$AH.call(null!==(e=null===(o=this.options)||void 0===o?void 0:o.host)&&void 0!==e?e:this.element,t):this._$AH.handleEvent(t)}}class ft{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){rt(this,t)}}const dt=I.litHtmlPolyfillSupport;null==dt||dt(et,nt),(null!==(U=I.litHtmlVersions)&&void 0!==U?U:I.litHtmlVersions=[]).push("2.7.3");
|
|
59
59
|
/**
|
|
60
60
|
* @license
|
|
61
61
|
* Copyright 2017 Google LLC
|
|
62
62
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
63
63
|
*/
|
|
64
|
-
var dt,ut;let xt=class extends M{constructor(){super(...arguments),this.renderOptions={host:this},this._$Do=void 0}createRenderRoot(){var t,e;const i=super.createRenderRoot();return null!==(t=(e=this.renderOptions).renderBefore)&&void 0!==t||(e.renderBefore=i.firstChild),i}update(t){const e=this.render();this.hasUpdated||(this.renderOptions.isConnected=this.isConnected),super.update(t),this._$Do=((t,e,i)=>{var o,n;const s=null!==(o=null==i?void 0:i.renderBefore)&&void 0!==o?o:e;let r=s._$litPart$;if(void 0===r){const t=null!==(n=null==i?void 0:i.renderBefore)&&void 0!==n?n:null;s._$litPart$=r=new st(e.insertBefore(L(),t),t,void 0,null!=i?i:{})}return r._$AI(t),r})(e,this.renderRoot,this.renderOptions)}connectedCallback(){var t;super.connectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!0)}disconnectedCallback(){var t;super.disconnectedCallback(),null===(t=this._$Do)||void 0===t||t.setConnected(!1)}render(){return Y}};xt.finalized=!0,xt._$litElement$=!0,null===(dt=globalThis.litElementHydrateSupport)||void 0===dt||dt.call(globalThis,{LitElement:xt});const vt=globalThis.litElementPolyfillSupport;null==vt||vt({LitElement:xt}),(null!==(ut=globalThis.litElementVersions)&&void 0!==ut?ut:globalThis.litElementVersions=[]).push("3.3.2");class bt{static create(t,e,i){let o=t=>b(null!=t?t:i),n=y`var(${b(t)}, ${o(i)})`;return n.name=t,n.category=e,n.defaultValue=i,n.defaultCssValue=o,n.get=e=>y`var(${b(t)}, ${o(e)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>i,n}static extend(t,e,i){let o=t=>e.get(null!=t?t:i),n=y`var(${b(t)}, ${o(i)})`;return n.name=t,n.category=e.category,n.fallbackVariable=e,n.defaultValue=i,n.defaultCssValue=o,n.get=e=>y`var(${b(t)}, ${o(e)})`,n.breadcrumb=()=>[e.name,...e.breadcrumb()],n.lastResortDefaultValue=()=>i,n}static external(t,e){let i=e=>t.fallbackVariable?t.fallbackVariable.get(null!=e?e:t.defaultValue):b(null!=e?e:t.defaultValue),o=y`var(${b(t.name)}, ${i(t.defaultValue)})`;return o.name=t.name,o.category=t.category,o.fallbackVariable=t.fallbackVariable,o.defaultValue=t.defaultValue,o.context=e,o.defaultCssValue=i,o.get=e=>y`var(${b(t.name)}, ${i(e)})`,o.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],o.lastResortDefaultValue=()=>{var e,i;return null!==(e=t.defaultValue)&&void 0!==e?e:null===(i=t.fallbackVariable)||void 0===i?void 0:i.lastResortDefaultValue()},o}}function yt(t,e){return b(`${t.name}: ${e}`)}const mt={colorPrimary:bt.create("--ft-color-primary","COLOR","#2196F3"),colorPrimaryVariant:bt.create("--ft-color-primary-variant","COLOR","#1976D2"),colorSecondary:bt.create("--ft-color-secondary","COLOR","#FFCC80"),colorSecondaryVariant:bt.create("--ft-color-secondary-variant","COLOR","#F57C00"),colorSurface:bt.create("--ft-color-surface","COLOR","#FFFFFF"),colorContent:bt.create("--ft-color-content","COLOR","rgba(0, 0, 0, 0.87)"),colorError:bt.create("--ft-color-error","COLOR","#B00020"),colorOutline:bt.create("--ft-color-outline","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:bt.create("--ft-color-opacity-high","NUMBER","1"),colorOpacityMedium:bt.create("--ft-color-opacity-medium","NUMBER","0.74"),colorOpacityDisabled:bt.create("--ft-color-opacity-disabled","NUMBER","0.38"),colorOnPrimary:bt.create("--ft-color-on-primary","COLOR","#FFFFFF"),colorOnPrimaryHigh:bt.create("--ft-color-on-primary-high","COLOR","#FFFFFF"),colorOnPrimaryMedium:bt.create("--ft-color-on-primary-medium","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:bt.create("--ft-color-on-primary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:bt.create("--ft-color-on-secondary","COLOR","#FFFFFF"),colorOnSecondaryHigh:bt.create("--ft-color-on-secondary-high","COLOR","#FFFFFF"),colorOnSecondaryMedium:bt.create("--ft-color-on-secondary-medium","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:bt.create("--ft-color-on-secondary-disabled","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:bt.create("--ft-color-on-surface","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:bt.create("--ft-color-on-surface-high","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:bt.create("--ft-color-on-surface-medium","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:bt.create("--ft-color-on-surface-disabled","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:bt.create("--ft-opacity-content-on-surface-disabled","NUMBER","0"),opacityContentOnSurfaceEnable:bt.create("--ft-opacity-content-on-surface-enable","NUMBER","0"),opacityContentOnSurfaceHover:bt.create("--ft-opacity-content-on-surface-hover","NUMBER","0.04"),opacityContentOnSurfaceFocused:bt.create("--ft-opacity-content-on-surface-focused","NUMBER","0.12"),opacityContentOnSurfacePressed:bt.create("--ft-opacity-content-on-surface-pressed","NUMBER","0.10"),opacityContentOnSurfaceSelected:bt.create("--ft-opacity-content-on-surface-selected","NUMBER","0.08"),opacityContentOnSurfaceDragged:bt.create("--ft-opacity-content-on-surface-dragged","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:bt.create("--ft-opacity-primary-on-surface-disabled","NUMBER","0"),opacityPrimaryOnSurfaceEnable:bt.create("--ft-opacity-primary-on-surface-enable","NUMBER","0"),opacityPrimaryOnSurfaceHover:bt.create("--ft-opacity-primary-on-surface-hover","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:bt.create("--ft-opacity-primary-on-surface-focused","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:bt.create("--ft-opacity-primary-on-surface-pressed","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:bt.create("--ft-opacity-primary-on-surface-selected","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:bt.create("--ft-opacity-primary-on-surface-dragged","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:bt.create("--ft-opacity-surface-on-primary-disabled","NUMBER","0"),opacitySurfaceOnPrimaryEnable:bt.create("--ft-opacity-surface-on-primary-enable","NUMBER","0"),opacitySurfaceOnPrimaryHover:bt.create("--ft-opacity-surface-on-primary-hover","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:bt.create("--ft-opacity-surface-on-primary-focused","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:bt.create("--ft-opacity-surface-on-primary-pressed","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:bt.create("--ft-opacity-surface-on-primary-selected","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:bt.create("--ft-opacity-surface-on-primary-dragged","NUMBER","0.08"),elevation00:bt.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:bt.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:bt.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:bt.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:bt.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:bt.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:bt.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:bt.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:bt.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:bt.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:bt.create("--ft-border-radius-S","SIZE","4px"),borderRadiusM:bt.create("--ft-border-radius-M","SIZE","8px"),borderRadiusL:bt.create("--ft-border-radius-L","SIZE","12px"),borderRadiusXL:bt.create("--ft-border-radius-XL","SIZE","16px"),titleFont:bt.create("--ft-title-font","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:bt.create("--ft-content-font","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:bt.create("--ft-transition-duration","UNKNOWN","250ms"),transitionTimingFunction:bt.create("--ft-transition-timing-function","UNKNOWN","ease-in-out")};class gt extends xt{createRenderRoot(){const t=this.constructor;t.elementDefinitions&&!t.registry&&(t.registry=new CustomElementRegistry,Object.entries(t.elementDefinitions).forEach((([e,i])=>t.registry.define(e,i))));const e={...t.shadowRootOptions,customElements:t.registry},i=this.renderOptions.creationScope=this.attachShadow(e);return m(i,t.elementStyles),i}}var wt,$t=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(n=t[a])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};const Ot=Symbol("constructorPrototype"),kt=Symbol("constructorName"),St=Symbol("exportpartsDebouncer");class Ct extends gt{constructor(){super(),this[wt]=new e(5),this[kt]=this.constructor.name,this[Ot]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[kt]&&Object.setPrototypeOf(this,this[Ot])}updated(t){super.updated(t),setTimeout((()=>{this.contentAvailableCallback(t),this.scheduleExportpartsUpdate()}),0)}contentAvailableCallback(t){var e,i;if((null!==(i=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll(".ft-lit-element--custom-stylesheet"))&&void 0!==i?i:[]).forEach((t=>t.remove())),this.customStylesheet){const t=document.createElement("style");t.classList.add("ft-lit-element--custom-stylesheet"),t.innerHTML=this.customStylesheet,this.shadowRoot.append(t)}}scheduleExportpartsUpdate(){this[St].run((()=>{var t;(null===(t=this.exportpartsPrefix)||void 0===t?void 0:t.trim())?this.setExportpartsAttribute([this.exportpartsPrefix]):null!=this.exportpartsPrefixes&&this.exportpartsPrefixes.length>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)}))}setExportpartsAttribute(t){var e,i,o,n,s,r;const a=t=>null!=t&&t.trim().length>0,l=t.filter(a).map((t=>t.trim()));if(0===l.length)return void this.removeAttribute("exportparts");const h=new Set;for(let t of null!==(i=null===(e=this.shadowRoot)||void 0===e?void 0:e.querySelectorAll("[part],[exportparts]"))&&void 0!==i?i:[]){const e=null!==(n=null===(o=t.getAttribute("part"))||void 0===o?void 0:o.split(" "))&&void 0!==n?n:[],i=null!==(r=null===(s=t.getAttribute("exportparts"))||void 0===s?void 0:s.split(",").map((t=>t.split(":")[1])))&&void 0!==r?r:[];new Array(...e,...i).filter(a).map((t=>t.trim())).forEach((t=>h.add(t)))}if(0===h.size)return void this.removeAttribute("exportparts");const c=[...h.values()].flatMap((t=>l.map((e=>`${t}:${e}--${t}`))));this.setAttribute("exportparts",[...this.part,...c].join(", "))}}wt=St,$t([o()],Ct.prototype,"exportpartsPrefix",void 0),$t([p([])],Ct.prototype,"exportpartsPrefixes",void 0),$t([o()],Ct.prototype,"customStylesheet",void 0);const Nt=y`
|
|
64
|
+
var ht,ut;let yt=class extends k{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,i;const n=null!==(r=null==e?void 0:e.renderBefore)&&void 0!==r?r:o;let a=n._$litPart$;if(void 0===a){const t=null!==(i=null==e?void 0:e.renderBefore)&&void 0!==i?i:null;n._$litPart$=a=new nt(o.insertBefore(D(),t),t,void 0,null!=e?e:{})}return a._$AI(t),a})(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 q}};yt.finalized=!0,yt._$litElement$=!0,null===(ht=globalThis.litElementHydrateSupport)||void 0===ht||ht.call(globalThis,{LitElement:yt});const gt=globalThis.litElementPolyfillSupport;null==gt||gt({LitElement:yt}),(null!==(ut=globalThis.litElementVersions)&&void 0!==ut?ut:globalThis.litElementVersions=[]).push("3.3.2");const bt=t=>"string"==typeof t?b(t):t;class mt{static create(t,o,e,r){const i=t=>bt(null!=t?t:r),n=m`var(${bt(t)}, ${i(r)})`;return n.name=t,n.description=t,n.category=e,n.defaultValue=r,n.defaultCssValue=i,n.get=o=>m`var(${bt(t)}, ${i(o)})`,n.breadcrumb=()=>[],n.lastResortDefaultValue=()=>r,n}static extend(t,o,e,r){const i=t=>e.get(null!=t?t:r),n=m`var(${bt(t)}, ${i(r)})`;return n.name=t,n.description=o,n.category=e.category,n.fallbackVariable=e,n.defaultValue=r,n.defaultCssValue=i,n.get=o=>m`var(${bt(t)}, ${i(o)})`,n.breadcrumb=()=>[e.name,...e.breadcrumb()],n.lastResortDefaultValue=()=>null!=r?r:e.lastResortDefaultValue(),n}static external(t,o){const e=o=>t.fallbackVariable?t.fallbackVariable.get(null!=o?o:t.defaultValue):bt(null!=o?o:t.lastResortDefaultValue()),r=m`var(${bt(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=>m`var(${bt(t.name)}, ${e(o)})`,r.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],r.lastResortDefaultValue=()=>t.lastResortDefaultValue(),r}}function xt(t,o){return bt(`${t.name}: ${o}`)}const vt={colorWhite:mt.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:mt.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:mt.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:mt.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:mt.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:mt.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:mt.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:mt.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:mt.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:mt.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:mt.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:mt.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:mt.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:mt.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:mt.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:mt.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:mt.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:mt.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:mt.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:mt.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:mt.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:mt.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:mt.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:mt.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:mt.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:mt.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:mt.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:mt.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:mt.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:mt.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:mt.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:mt.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:mt.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:mt.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:mt.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:mt.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:mt.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:mt.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:mt.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:mt.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:mt.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:mt.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:mt.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:mt.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:mt.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:mt.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:mt.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:mt.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:mt.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:mt.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:mt.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:mt.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:mt.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:mt.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:mt.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:mt.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:mt.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:mt.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:mt.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:mt.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:mt.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:mt.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:mt.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:mt.create("--ft-color-orange-0","","COLOR","#ee8d17"),colorOrange10:mt.create("--ft-color-orange-10","","COLOR","#fef6ec"),colorOrange20:mt.create("--ft-color-orange-20","","COLOR","#fbe7cd"),colorOrange30:mt.create("--ft-color-orange-30","","COLOR","#f9d8af"),colorOrange40:mt.create("--ft-color-orange-40","","COLOR","#f7c991"),colorOrange50:mt.create("--ft-color-orange-50","","COLOR","#f5ba72"),colorOrange60:mt.create("--ft-color-orange-60","","COLOR","#f2ab54"),colorOrange70:mt.create("--ft-color-orange-70","","COLOR","#f09c35"),colorOrange100:mt.create("--ft-color-orange-100","","COLOR","#cf7b14"),colorOrange200:mt.create("--ft-color-orange-200","","COLOR","#b06811"),colorOrange300:mt.create("--ft-color-orange-300","","COLOR","#90560e"),colorOrange400:mt.create("--ft-color-orange-400","","COLOR","#71430b"),colorOrange500:mt.create("--ft-color-orange-500","","COLOR","#523108"),colorOrange600:mt.create("--ft-color-orange-600","","COLOR","#331e05"),colorOrange700:mt.create("--ft-color-orange-700","","COLOR","#140c02"),colorRed0:mt.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:mt.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:mt.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:mt.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:mt.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:mt.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:mt.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:mt.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:mt.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:mt.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:mt.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:mt.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:mt.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:mt.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:mt.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:mt.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:mt.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:mt.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:mt.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:mt.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:mt.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:mt.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:mt.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:mt.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:mt.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:mt.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:mt.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:mt.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:mt.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:mt.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:mt.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:mt.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:mt.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:mt.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:mt.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:mt.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:mt.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:mt.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:mt.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:mt.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:mt.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:mt.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:mt.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:mt.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:mt.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:mt.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:mt.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:mt.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:mt.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:mt.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:mt.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:mt.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:mt.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:mt.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:mt.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:mt.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:mt.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:mt.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:mt.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:mt.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:mt.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:mt.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:mt.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:mt.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:mt.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:mt.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:mt.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:mt.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:mt.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:mt.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:mt.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:mt.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:mt.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:mt.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:mt.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:mt.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:mt.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:mt.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:mt.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:mt.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:mt.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:mt.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:mt.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:mt.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:mt.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:mt.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:mt.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:mt.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:mt.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:mt.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:mt.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:mt.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:mt.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:mt.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:mt.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:mt.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:mt.create("--ft-icon-size-1","","SIZE","12px"),iconSize2:mt.create("--ft-icon-size-2","","SIZE","16px"),iconSize3:mt.create("--ft-icon-size-3","","SIZE","20px"),iconSize4:mt.create("--ft-icon-size-4","","SIZE","24px"),iconSize5:mt.create("--ft-icon-size-5","","SIZE","32px"),iconSize6:mt.create("--ft-icon-size-6","","SIZE","48px"),opacity0:mt.create("--ft-opacity-0","","NUMBER","0"),opacity8:mt.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:mt.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:mt.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:mt.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:mt.create("--ft-opacity-80","","NUMBER","0.8")},Ot={display:{fontFamily:mt.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:mt.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:mt.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:mt.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:mt.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:mt.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:mt.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:mt.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:mt.create("--ft-typography-display-textCase","","UNKNOWN","none")},"title-1":{fontFamily:mt.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:mt.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:mt.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:mt.create("--ft-typography-title-1-fontSize","","SIZE","2rem"),letterSpacing:mt.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:mt.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:mt.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:mt.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:mt.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},"title-2":{fontFamily:mt.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:mt.create("--ft-typography-title-2-fontWeight","","UNKNOWN","600"),lineHeight:mt.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:mt.create("--ft-typography-title-2-fontSize","","SIZE","1.5rem"),letterSpacing:mt.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:mt.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:mt.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:mt.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:mt.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},"title-3":{fontFamily:mt.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:mt.create("--ft-typography-title-3-fontWeight","","UNKNOWN","600"),lineHeight:mt.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:mt.create("--ft-typography-title-3-fontSize","","SIZE","1.25rem"),letterSpacing:mt.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:mt.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:mt.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:mt.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:mt.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},"body-1-regular":{fontFamily:mt.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:mt.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:mt.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:mt.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:mt.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:mt.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:mt.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:mt.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:mt.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},"body-1-medium":{fontFamily:mt.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:mt.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:mt.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:mt.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:mt.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:mt.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:mt.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:mt.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:mt.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},"body-1-semibold":{fontFamily:mt.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:mt.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:mt.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:mt.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:mt.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:mt.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:mt.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:mt.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:mt.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},"body-2-regular":{fontFamily:mt.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:mt.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:mt.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:mt.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:mt.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:mt.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:mt.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:mt.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:mt.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},"body-2-medium":{fontFamily:mt.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:mt.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:mt.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:mt.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:mt.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:mt.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:mt.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:mt.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:mt.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},"body-2-semibold":{fontFamily:mt.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:mt.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:mt.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:mt.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:mt.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:mt.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:mt.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:mt.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:mt.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},"label-1-medium":{fontFamily:mt.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:mt.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:mt.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:mt.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:mt.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:mt.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:mt.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:mt.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:mt.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},"label-1-semibold":{fontFamily:mt.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:mt.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:mt.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:mt.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:mt.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:mt.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:mt.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:mt.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:mt.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},"label-1-bold":{fontFamily:mt.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:mt.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:mt.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:mt.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:mt.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:mt.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:mt.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:mt.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:mt.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},"label-2-medium":{fontFamily:mt.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:mt.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:mt.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:mt.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:mt.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:mt.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:mt.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:mt.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:mt.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},"label-2-semibold":{fontFamily:mt.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:mt.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:mt.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:mt.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:mt.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:mt.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:mt.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:mt.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:mt.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},"label-2-bold":{fontFamily:mt.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:mt.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:mt.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:mt.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:mt.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:mt.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:mt.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:mt.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:mt.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},"caption-1-medium":{fontFamily:mt.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:mt.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:mt.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:mt.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:mt.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:mt.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:mt.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:mt.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:mt.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},"caption-1-semibold":{fontFamily:mt.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:mt.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:mt.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:mt.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:mt.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:mt.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:mt.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:mt.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:mt.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},"caption-1-bold":{fontFamily:mt.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:mt.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:mt.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:mt.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:mt.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:mt.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:mt.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:mt.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:mt.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},"caption-2-medium":{fontFamily:mt.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:mt.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:mt.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:mt.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:mt.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:mt.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:mt.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:mt.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:mt.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},"caption-2-semibold":{fontFamily:mt.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:mt.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:mt.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:mt.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:mt.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:mt.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:mt.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:mt.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:mt.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},"caption-2-bold":{fontFamily:mt.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:mt.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:mt.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:mt.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:mt.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:mt.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:mt.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:mt.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:mt.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")}},Nt={backgroundActionPrimary:mt.extend("--ft-background-action-primary","Used as backgorund of primary action components.",vt.colorBrand0),backgroundErrorPrimary:mt.extend("--ft-background-error-primary","Used as background of error components.",vt.colorRed0),backgroundErrorSubtle:mt.extend("--ft-background-error-subtle","Used as background of subtle error components.",vt.colorRed10),backgroundInfoPrimary:mt.extend("--ft-background-info-primary","Used as background of information components.",vt.colorCyan200),backgroundInfoSubtle:mt.extend("--ft-background-info-subtle","Used as background of subtle information components.",vt.colorCyan10),backgroundWarningPrimary:mt.extend("--ft-background-warning-primary","Used as background of warning components.",vt.colorOrange300),backgroundWarningSubtle:mt.extend("--ft-background-warning-subtle","Used as background of subtle information components.",vt.colorOrange10),backgroundSuccessPrimary:mt.extend("--ft-background-success-primary","Used as background of success components.",vt.colorGreen200),backgroundSuccessSubtle:mt.extend("--ft-background-success-subtle","Used as background of subtle success components.",vt.colorGreen10),backgroundGlobalSurface:mt.extend("--ft-background-global-surface","Used as app background.",vt.colorWhite),backgroundGlobalOnSurface:mt.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",vt.colorGray10),backgroundGlobalOnSurfaceDark:mt.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",vt.colorGray30),contentActionPrimary:mt.extend("--ft-content-action-primary","Used on label of primary action on light surface.",vt.colorBrand0),contentWarningPrimary:mt.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",vt.colorOrange300),contentWarningIconOnly:mt.extend("--ft-content-warning-icon-only","Used on warning status icons alone",vt.colorOrange0),contentErrorPrimary:mt.extend("--ft-content-error-primary","Used on label of error messages on light surface.",vt.colorRed0),contentErrorIconOnly:mt.extend("--ft-content-error-icon-only","Used on error status icons alone",vt.colorRed0),contentInfoPrimary:mt.extend("--ft-content-info-primary","Used on label of information messages on light surface.",vt.colorCyan200),contentInfoIconOnly:mt.extend("--ft-content-info-icon-only","Used on info status icons alone",vt.colorCyan0),contentSuccessIconOnly:mt.extend("--ft-content-success-icon-only","Used on success status icons alone",vt.colorGreen0),contentSuccessPrimary:mt.extend("--ft-content-success-primary","Used on label of success messages on light surface.",vt.colorGreen200),contentGlobalPrimary:mt.extend("--ft-content-global-primary","Used for main content on the page.",vt.colorGray500),contentGlobalSecondary:mt.extend("--ft-content-global-secondary","Used for secondary content, often paired with primary content.\nAlso for action icons.",vt.colorGray200),contentGlobalSubtle:mt.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",vt.colorGray0),contentGlobalOnColor:mt.extend("--ft-content-global-on-color","Used for content on a dominant color.",vt.colorWhite),borderActionPrimary:mt.extend("--ft-border-action-primary","Used as border for primary action components.",vt.colorBrand0),borderActionFocusRing:mt.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",vt.colorCyan0),borderWarningPrimary:mt.extend("--ft-border-warning-primary","Used as border for warning components.",vt.colorOrange30),borderSuccessPrimary:mt.extend("--ft-border-success-primary","Used as border for success components.",vt.colorGreen30),borderErrorPrimary:mt.extend("--ft-border-error-primary","Used as border for error components.",vt.colorRed30),borderInfoPrimary:mt.extend("--ft-border-info-primary","Used as border for information components.",vt.colorCyan30),borderGlobalSubtle:mt.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",vt.colorGray30),borderGlobalPrimary:mt.extend("--ft-border-global-primary","Used as border for element like input.",vt.colorGray50),borderInputPrimary:mt.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",vt.colorGray80)},St={largeHeight:mt.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:mt.extend("--ft-button-large-horizontal-padding","",vt.spacing4),largeGap:mt.extend("--ft-button-large-gap","",vt.spacing2),largeBorderRadius:mt.extend("--ft-button-large-border-radius","",vt.borderRadiusS),largeIconSize:mt.extend("--ft-button-large-icon-size","",vt.iconSize3),largeBorderWidth:mt.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:mt.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:mt.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:mt.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:mt.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:mt.extend("--ft-button-small-horizontal-padding","",vt.spacing3),smallGap:mt.extend("--ft-button-small-gap","",vt.spacing2),smallBorderRadius:mt.extend("--ft-button-small-border-radius","",vt.borderRadiusS),smallIconSize:mt.extend("--ft-button-small-icon-size","",vt.iconSize2),smallBorderWidth:mt.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:mt.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:mt.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:mt.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:mt.extend("--ft-button-primary-background-color","",Nt.backgroundActionPrimary),primaryColor:mt.extend("--ft-button-primary-color","",Nt.contentGlobalOnColor),primaryIconColor:mt.extend("--ft-button-primary-icon-color","",Nt.contentGlobalOnColor),primaryStateLayerColor:mt.extend("--ft-button-primary-state-layer-color","",Nt.contentGlobalOnColor),primaryStateLayerOpacityHover:mt.extend("--ft-button-primary-state-layer-opacity-hover","",vt.opacity16),primaryStateLayerOpacityFocus:mt.extend("--ft-button-primary-state-layer-opacity-focus","",vt.opacity16),primaryStateLayerOpacityActive:mt.extend("--ft-button-primary-state-layer-opacity-active","",vt.opacity24),primaryComponentOpacityDisabled:mt.extend("--ft-button-primary-component-opacity-disabled","",vt.opacity40),focusFocusRingColor:mt.extend("--ft-button-focus-focus-ring-color","",Nt.borderActionFocusRing),tertiaryBackgroundColor:mt.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:mt.extend("--ft-button-tertiary-color","",Nt.contentActionPrimary),tertiaryIconColor:mt.extend("--ft-button-tertiary-icon-color","",Nt.contentActionPrimary),tertiaryStateLayerColor:mt.extend("--ft-button-tertiary-state-layer-color","",Nt.contentActionPrimary),tertiaryStateLayerOpacityHover:mt.extend("--ft-button-tertiary-state-layer-opacity-hover","",vt.opacity8),tertiaryStateLayerOpacityFocus:mt.extend("--ft-button-tertiary-state-layer-opacity-focus","",vt.opacity8),tertiaryStateLayerOpacityActive:mt.extend("--ft-button-tertiary-state-layer-opacity-active","",vt.opacity16),tertiaryComponentOpacityDisabled:mt.extend("--ft-button-tertiary-component-opacity-disabled","",vt.opacity40),secondaryBackgroundColor:mt.extend("--ft-button-secondary-background-color","",vt.colorWhite),secondaryColor:mt.extend("--ft-button-secondary-color","",Nt.contentActionPrimary),secondaryIconColor:mt.extend("--ft-button-secondary-icon-color","",Nt.contentActionPrimary),secondaryStateLayerColor:mt.extend("--ft-button-secondary-state-layer-color","",Nt.contentActionPrimary),secondaryStateLayerOpacityHover:mt.extend("--ft-button-secondary-state-layer-opacity-hover","",vt.opacity8),secondaryStateLayerOpacityFocus:mt.extend("--ft-button-secondary-state-layer-opacity-focus","",vt.opacity8),secondaryStateLayerOpacityActive:mt.extend("--ft-button-secondary-state-layer-opacity-active","",vt.opacity16),secondaryComponentOpacityDisabled:mt.extend("--ft-button-secondary-component-opacity-disabled","",vt.opacity40),secondaryBorderColor:mt.extend("--ft-button-secondary-border-color","",Nt.borderActionPrimary),neutralBackgroundColor:mt.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:mt.extend("--ft-button-neutral-icon-color","",Nt.contentGlobalSecondary),neutralColor:mt.extend("--ft-button-neutral-color","",Nt.contentGlobalSecondary),neutralStateLayerColor:mt.extend("--ft-button-neutral-state-layer-color","",Nt.contentGlobalSecondary),neutralStateLayerOpacityHover:mt.extend("--ft-button-neutral-state-layer-opacity-hover","",vt.opacity8),neutralStateLayerOpacityFocus:mt.extend("--ft-button-neutral-state-layer-opacity-focus","",vt.opacity8),neutralStateLayerOpacityActive:mt.extend("--ft-button-neutral-state-layer-opacity-active","",vt.opacity16),neutralComponentOpacityDisabled:mt.extend("--ft-button-neutral-component-opacity-disabled","",vt.opacity40)};mt.extend("--ft-tabs-top-left-border-radius","",vt.borderRadiusS),mt.extend("--ft-tabs-top-right-border-radius","",vt.borderRadiusS),mt.extend("--ft-tabs-label-horizontal-padding","",vt.spacing4),mt.extend("--ft-tabs-label-vertical-padding","",vt.spacing3),mt.extend("--ft-tabs-label-gap","",vt.spacing1),mt.extend("--ft-switch-group-horizontal-padding","",vt.spacing1),mt.extend("--ft-switch-group-vertical-padding","",vt.spacing1),mt.extend("--ft-switch-group-gap","",vt.spacing1),mt.extend("--ft-switch-group-background-color","",Nt.backgroundGlobalSurface),mt.extend("--ft-switch-group-border-color","",Nt.borderGlobalSubtle),mt.create("--ft-switch-group-border-radius","","SIZE","6px"),mt.extend("--ft-switch-label-horizontal-padding","",vt.spacing2),mt.extend("--ft-switch-label-vertical-padding","",vt.spacing1),mt.extend("--ft-switch-icon-horizontal-padding","",vt.spacing1),mt.extend("--ft-switch-icon-vertical-padding","",vt.spacing1),mt.create("--ft-switch-focus-outline-width","","SIZE","2px"),mt.extend("--ft-switch-focus-focus-ring-color","",Nt.borderActionFocusRing),mt.extend("--ft-switch-option-border-radius","",vt.borderRadiusS),mt.extend("--ft-switch-off-state-layer-opacity-hover","",vt.opacity8),mt.extend("--ft-switch-off-state-layer-opacity-focus","",vt.opacity8),mt.extend("--ft-switch-off-state-layer-opacity-active","",vt.opacity16),mt.extend("--ft-switch-off-component-opacity-disabled","",vt.opacity40),mt.extend("--ft-switch-off-color","",Nt.contentGlobalSubtle),mt.extend("--ft-switch-off-state-layer-color","",Nt.contentGlobalSubtle),mt.extend("--ft-chart-1-light","for area color charts",vt.colorBrand40),mt.extend("--ft-chart-1-base","for line charts",vt.colorBrand0),mt.extend("--ft-chart-2-light","for area color charts",vt.colorYellow60),mt.extend("--ft-chart-2-base","for line charts",vt.colorYellow100),mt.extend("--ft-chart-3-light","",vt.colorUltramarine40),mt.extend("--ft-chart-3-base","",vt.colorUltramarine70),mt.extend("--ft-chart-4-light","",vt.colorCyan50),mt.extend("--ft-chart-4-base","",vt.colorCyan100),mt.extend("--ft-chart-5-light","",vt.colorRed40),mt.extend("--ft-chart-5-base","",vt.colorRed60),mt.extend("--ft-chart-6-light","",vt.colorGreen40),mt.extend("--ft-chart-6-base","",vt.colorGreen70),mt.extend("--ft-chart-7-light","",vt.colorOrange70),mt.extend("--ft-chart-7-base","",vt.colorOrange100),mt.extend("--ft-chart-8-light","",vt.colorAvocado70),mt.extend("--ft-chart-8-base","",vt.colorAvocado200),mt.extend("--ft-chart-9-light","",vt.colorBrown50),mt.extend("--ft-chart-9-base","",vt.colorBrown200),mt.extend("--ft-chart-10-light","",vt.colorGray50),mt.extend("--ft-chart-10-base","",vt.colorGray80),mt.extend("--ft-chart-monochrome-10","",vt.colorBrand10),mt.extend("--ft-chart-monochrome-20","",vt.colorBrand20),mt.extend("--ft-chart-monochrome-30","",vt.colorBrand40),mt.extend("--ft-chart-monochrome-40","",vt.colorBrand60),mt.extend("--ft-chart-monochrome-50","",vt.colorBrand0),mt.extend("--ft-chart-monochrome-60","",vt.colorBrand200),mt.extend("--ft-chip-large-horizontal-padding","",vt.spacing4),mt.extend("--ft-chip-large-vertical-padding","",vt.spacing2),mt.extend("--ft-chip-large-gap","",vt.spacing1),mt.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),mt.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),mt.extend("--ft-chip-large-border-radius","",vt.borderRadiusPill),mt.create("--ft-chip-large-border-width","","SIZE","1px"),mt.extend("--ft-chip-large-icon-size","",vt.iconSize3),mt.extend("--ft-chip-medium-horizontal-padding","",vt.spacing3),mt.extend("--ft-chip-medium-vertical-padding","",vt.spacing1),mt.extend("--ft-chip-medium-gap","",vt.spacing1),mt.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mt.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mt.extend("--ft-chip-medium-border-radius","",vt.borderRadiusPill),mt.create("--ft-chip-medium-border-width","","SIZE","1px"),mt.extend("--ft-chip-medium-icon-size","",vt.iconSize2),mt.extend("--ft-chip-small-horizontal-padding","",vt.spacing2),mt.extend("--ft-chip-small-vertical-padding","",vt.spacing05),mt.extend("--ft-chip-small-gap","",vt.spacing1),mt.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),mt.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),mt.extend("--ft-chip-small-border-radius","",vt.borderRadiusPill),mt.create("--ft-chip-small-border-width","","SIZE","1px"),mt.extend("--ft-chip-small-icon-size","",vt.iconSize1),mt.extend("--ft-chip-neutral-background-color","",Nt.backgroundGlobalOnSurface),mt.extend("--ft-chip-neutral-color","",Nt.contentGlobalPrimary),mt.extend("--ft-chip-neutral-border-color","",Nt.borderGlobalSubtle),mt.extend("--ft-chip-info-background-color","",Nt.backgroundInfoSubtle),mt.extend("--ft-chip-info-color","",Nt.contentInfoPrimary),mt.extend("--ft-chip-info-border-color","",Nt.borderInfoPrimary),mt.extend("--ft-chip-success-background-color","",Nt.backgroundSuccessSubtle),mt.extend("--ft-chip-success-color","",Nt.contentSuccessPrimary),mt.extend("--ft-chip-success-border-color","",Nt.borderSuccessPrimary),mt.extend("--ft-chip-warning-background-color","",Nt.backgroundWarningSubtle),mt.extend("--ft-chip-warning-color","",Nt.contentWarningPrimary),mt.extend("--ft-chip-warning-border-color","",Nt.borderWarningPrimary),mt.extend("--ft-chip-error-background-color","",Nt.backgroundErrorSubtle),mt.extend("--ft-chip-error-color","",Nt.contentErrorPrimary),mt.extend("--ft-chip-error-border-color","",Nt.borderErrorPrimary),mt.create("--ft-notice-border-width","","SIZE","1px"),mt.extend("--ft-notice-horizontal-padding","",vt.spacing2),mt.extend("--ft-notice-vertical-padding","",vt.spacing1),mt.extend("--ft-notice-border-radius","",vt.borderRadiusS),mt.extend("--ft-notice-gap","",vt.spacing2),mt.extend("--ft-notice-icon-size","",vt.iconSize3),mt.extend("--ft-notice-info-background-color","",Nt.backgroundInfoSubtle),mt.extend("--ft-notice-info-border-color","",Nt.borderInfoPrimary),mt.extend("--ft-notice-info-color","",Nt.contentInfoPrimary),mt.extend("--ft-notice-warning-background-color","",Nt.backgroundWarningSubtle),mt.extend("--ft-notice-warning-border-color","",Nt.borderWarningPrimary),mt.extend("--ft-notice-warning-color","",Nt.contentWarningPrimary),mt.extend("--ft-checkbox-label-color","",Nt.contentGlobalPrimary),mt.extend("--ft-checkbox-checked-background-color","",Nt.contentActionPrimary),mt.extend("--ft-checkbox-checked-state-layer-color","",Nt.contentActionPrimary),mt.extend("--ft-checkbox-checked-color","",Nt.contentGlobalOnColor),mt.extend("--ft-checkbox-checked-state-layer-opacity-hover","",vt.opacity16),mt.extend("--ft-checkbox-checked-state-layer-opacity-focus","",vt.opacity16),mt.extend("--ft-checkbox-checked-state-layer-opacity-active","",vt.opacity24),mt.extend("--ft-checkbox-checked-component-opacity-disabled","",vt.opacity40),mt.extend("--ft-checkbox-unchecked-border-color","",vt.colorGray80),mt.extend("--ft-checkbox-unchecked-state-layer-color","",vt.colorGray80),mt.extend("--ft-checkbox-unchecked-state-layer-opacity-hover","",vt.opacity16),mt.extend("--ft-checkbox-unchecked-state-layer-opacity-focus","",vt.opacity16),mt.extend("--ft-checkbox-unchecked-state-layer-opacity-active","",vt.opacity24),mt.extend("--ft-checkbox-unchecked-component-opacity-disabled","",vt.opacity40),mt.extend("--ft-checkbox-focus-focus-ring-color","",Nt.borderActionFocusRing),mt.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),mt.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),mt.extend("--ft-checkbox-gap","",vt.spacing3),mt.extend("--ft-toggle-off-state-layer-opacity-hover","",vt.opacity16),mt.extend("--ft-toggle-off-state-layer-opacity-focus","",vt.opacity16),mt.extend("--ft-toggle-off-state-layer-opacity-active","",vt.opacity24),mt.extend("--ft-toggle-off-component-opacity-disabled","",vt.opacity40),mt.extend("--ft-toggle-off-background-color","",Nt.contentGlobalSubtle),mt.extend("--ft-toggle-off-icon-color","",Nt.contentGlobalSubtle),mt.extend("--ft-toggle-off-state-layer-color","",Nt.contentGlobalSubtle),mt.extend("--ft-toggle-on-state-layer-opacity-hover","",vt.opacity16),mt.extend("--ft-toggle-on-state-layer-opacity-focus","",vt.opacity16),mt.extend("--ft-toggle-on-state-layer-opacity-active","",vt.opacity24),mt.extend("--ft-toggle-on-component-opacity-disabled","",vt.opacity40),mt.extend("--ft-toggle-on-background-color","",Nt.contentActionPrimary),mt.extend("--ft-toggle-on-icon-color","",Nt.contentActionPrimary),mt.extend("--ft-toggle-on-state-layer-color","",Nt.contentActionPrimary),mt.extend("--ft-toggle-label-color","",Nt.contentGlobalPrimary),mt.extend("--ft-toggle-focus-focus-ring-color","",Nt.borderActionFocusRing),mt.extend("--ft-toggle-gap","",vt.spacing3),mt.extend("--ft-radio-label-color","",Nt.contentGlobalPrimary),mt.extend("--ft-radio-selected-color","",Nt.contentActionPrimary),mt.extend("--ft-radio-selected-state-layer-color","",Nt.contentActionPrimary),mt.extend("--ft-radio-selected-state-layer-opacity-hover","",vt.opacity16),mt.extend("--ft-radio-selected-state-layer-opacity-focus","",vt.opacity16),mt.extend("--ft-radio-selected-state-layer-opacity-active","",vt.opacity24),mt.extend("--ft-radio-selected-component-opacity-disabled","",vt.opacity40),mt.extend("--ft-radio-unselected-state-layer-color","",vt.colorGray80),mt.extend("--ft-radio-unselected-state-layer-opacity-hover","",vt.opacity16),mt.extend("--ft-radio-unselected-state-layer-opacity-focus","",vt.opacity16),mt.extend("--ft-radio-unselected-state-layer-opacity-active","",vt.opacity24),mt.extend("--ft-radio-unselected-component-opacity-disabled","",vt.opacity40),mt.extend("--ft-radio-focus-focus-ring-color","",Nt.borderActionFocusRing),mt.create("--ft-radio-focus-outline-offset","","SIZE","3px"),mt.create("--ft-radio-focus-outline-width","","SIZE","2px"),mt.extend("--ft-radio-gap","",vt.spacing3),mt.extend("--ft-notification-icon-size","",vt.iconSize4),mt.extend("--ft-notification-horizontal-padding","",vt.spacing4),mt.extend("--ft-notification-vertical-padding","",vt.spacing4),mt.extend("--ft-notification-info-background-color","",Nt.backgroundInfoSubtle),mt.extend("--ft-notification-info-color","",Nt.contentInfoPrimary),mt.extend("--ft-notification-info-border-color","",Nt.borderInfoPrimary),mt.extend("--ft-notification-success-background-color","",Nt.backgroundSuccessSubtle),mt.extend("--ft-notification-success-color","",Nt.contentSuccessPrimary),mt.extend("--ft-notification-success-border-color","",Nt.borderSuccessPrimary),mt.extend("--ft-notification-warning-background-color","",Nt.backgroundWarningSubtle),mt.extend("--ft-notification-warning-color","",Nt.contentWarningPrimary),mt.extend("--ft-notification-warning-border-color","",Nt.borderWarningPrimary),mt.extend("--ft-notification-error-background-color","",Nt.backgroundErrorSubtle),mt.extend("--ft-notification-error-color","",Nt.contentErrorPrimary),mt.extend("--ft-notification-error-border-color","",Nt.borderErrorPrimary),mt.extend("--ft-notification-border-radius","",vt.borderRadiusPill),mt.create("--ft-notification-border-width","","SIZE","1px"),mt.extend("--ft-notification-gap-leading","",vt.spacing2),mt.extend("--ft-notification-gap-trailing","",vt.spacing8);const wt={colorPrimary:mt.create("--ft-color-primary","","COLOR","#2196F3"),colorPrimaryVariant:mt.create("--ft-color-primary-variant","","COLOR","#1976D2"),colorSecondary:mt.create("--ft-color-secondary","","COLOR","#FFCC80"),colorSecondaryVariant:mt.create("--ft-color-secondary-variant","","COLOR","#F57C00"),colorSurface:mt.create("--ft-color-surface","","COLOR","#FFFFFF"),colorContent:mt.create("--ft-color-content","","COLOR","rgba(0, 0, 0, 0.87)"),colorError:mt.create("--ft-color-error","","COLOR","#B00020"),colorOutline:mt.create("--ft-color-outline","","COLOR","rgba(0, 0, 0, 0.14)"),colorOpacityHigh:mt.create("--ft-color-opacity-high","","NUMBER","1"),colorOpacityMedium:mt.create("--ft-color-opacity-medium","","NUMBER","0.74"),colorOpacityDisabled:mt.create("--ft-color-opacity-disabled","","NUMBER","0.38"),colorOnPrimary:mt.create("--ft-color-on-primary","","COLOR","#FFFFFF"),colorOnPrimaryHigh:mt.create("--ft-color-on-primary-high","","COLOR","#FFFFFF"),colorOnPrimaryMedium:mt.create("--ft-color-on-primary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnPrimaryDisabled:mt.create("--ft-color-on-primary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSecondary:mt.create("--ft-color-on-secondary","","COLOR","#FFFFFF"),colorOnSecondaryHigh:mt.create("--ft-color-on-secondary-high","","COLOR","#FFFFFF"),colorOnSecondaryMedium:mt.create("--ft-color-on-secondary-medium","","COLOR","rgba(255, 255, 255, 0.74)"),colorOnSecondaryDisabled:mt.create("--ft-color-on-secondary-disabled","","COLOR","rgba(255, 255, 255, 0.38)"),colorOnSurface:mt.create("--ft-color-on-surface","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceHigh:mt.create("--ft-color-on-surface-high","","COLOR","rgba(0, 0, 0, 0.87)"),colorOnSurfaceMedium:mt.create("--ft-color-on-surface-medium","","COLOR","rgba(0, 0, 0, 0.60)"),colorOnSurfaceDisabled:mt.create("--ft-color-on-surface-disabled","","COLOR","rgba(0, 0, 0, 0.38)"),opacityContentOnSurfaceDisabled:mt.create("--ft-opacity-content-on-surface-disabled","","NUMBER","0"),opacityContentOnSurfaceEnable:mt.create("--ft-opacity-content-on-surface-enable","","NUMBER","0"),opacityContentOnSurfaceHover:mt.create("--ft-opacity-content-on-surface-hover","","NUMBER","0.04"),opacityContentOnSurfaceFocused:mt.create("--ft-opacity-content-on-surface-focused","","NUMBER","0.12"),opacityContentOnSurfacePressed:mt.create("--ft-opacity-content-on-surface-pressed","","NUMBER","0.10"),opacityContentOnSurfaceSelected:mt.create("--ft-opacity-content-on-surface-selected","","NUMBER","0.08"),opacityContentOnSurfaceDragged:mt.create("--ft-opacity-content-on-surface-dragged","","NUMBER","0.08"),opacityPrimaryOnSurfaceDisabled:mt.create("--ft-opacity-primary-on-surface-disabled","","NUMBER","0"),opacityPrimaryOnSurfaceEnable:mt.create("--ft-opacity-primary-on-surface-enable","","NUMBER","0"),opacityPrimaryOnSurfaceHover:mt.create("--ft-opacity-primary-on-surface-hover","","NUMBER","0.04"),opacityPrimaryOnSurfaceFocused:mt.create("--ft-opacity-primary-on-surface-focused","","NUMBER","0.12"),opacityPrimaryOnSurfacePressed:mt.create("--ft-opacity-primary-on-surface-pressed","","NUMBER","0.10"),opacityPrimaryOnSurfaceSelected:mt.create("--ft-opacity-primary-on-surface-selected","","NUMBER","0.08"),opacityPrimaryOnSurfaceDragged:mt.create("--ft-opacity-primary-on-surface-dragged","","NUMBER","0.08"),opacitySurfaceOnPrimaryDisabled:mt.create("--ft-opacity-surface-on-primary-disabled","","NUMBER","0"),opacitySurfaceOnPrimaryEnable:mt.create("--ft-opacity-surface-on-primary-enable","","NUMBER","0"),opacitySurfaceOnPrimaryHover:mt.create("--ft-opacity-surface-on-primary-hover","","NUMBER","0.04"),opacitySurfaceOnPrimaryFocused:mt.create("--ft-opacity-surface-on-primary-focused","","NUMBER","0.12"),opacitySurfaceOnPrimaryPressed:mt.create("--ft-opacity-surface-on-primary-pressed","","NUMBER","0.10"),opacitySurfaceOnPrimarySelected:mt.create("--ft-opacity-surface-on-primary-selected","","NUMBER","0.08"),opacitySurfaceOnPrimaryDragged:mt.create("--ft-opacity-surface-on-primary-dragged","","NUMBER","0.08"),elevation00:mt.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:mt.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:mt.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:mt.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:mt.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:mt.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:mt.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:mt.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:mt.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:mt.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:mt.create("--ft-border-radius-S","","SIZE","4px"),borderRadiusM:mt.create("--ft-border-radius-M","","SIZE","8px"),borderRadiusL:mt.create("--ft-border-radius-L","","SIZE","12px"),borderRadiusXL:mt.create("--ft-border-radius-XL","","SIZE","16px"),titleFont:mt.create("--ft-title-font","","UNKNOWN","Ubuntu, system-ui, sans-serif"),contentFont:mt.create("--ft-content-font","","UNKNOWN","'Open Sans', system-ui, sans-serif"),transitionDuration:mt.create("--ft-transition-duration","","UNKNOWN","250ms"),transitionTimingFunction:mt.create("--ft-transition-timing-function","","UNKNOWN","ease-in-out")};class Ct extends yt{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 x(e,t.elementStyles),e}}var $t,Rt=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};const Et=Symbol("constructorPrototype"),kt=Symbol("constructorName"),Ut=Symbol("exportpartsDebouncer");class It extends Ct{constructor(){super(),this[$t]=new o(5),this[kt]=this.constructor.name,this[Et]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[kt]&&Object.setPrototypeOf(this,this[Et])}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[Ut].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,n,a;const l=t=>null!=t&&t.trim().length>0,s=t.filter(l).map((t=>t.trim()));if(0===s.length)return void this.removeAttribute("exportparts");const c=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!==(a=null===(n=t.getAttribute("exportparts"))||void 0===n?void 0:n.split(",").map((t=>t.split(":")[1])))&&void 0!==a?a:[];new Array(...o,...e).filter(l).map((t=>t.trim())).forEach((t=>c.add(t)))}if(0===c.size)return void this.removeAttribute("exportparts");const p=[...c.values()].flatMap((t=>s.map((o=>`${t}:${o}--${t}`))));this.setAttribute("exportparts",[...this.part,...p].join(", "))}}$t=Ut,Rt([r()],It.prototype,"exportpartsPrefix",void 0),Rt([f([])],It.prototype,"exportpartsPrefixes",void 0),Rt([r()],It.prototype,"customStylesheet",void 0);const Wt=m`
|
|
65
65
|
.ft-no-text-select {
|
|
66
66
|
-webkit-touch-callout: none;
|
|
67
67
|
-webkit-user-select: none;
|
|
@@ -70,7 +70,7 @@ var dt,ut;let xt=class extends M{constructor(){super(...arguments),this.renderOp
|
|
|
70
70
|
-ms-user-select: none;
|
|
71
71
|
user-select: none;
|
|
72
72
|
}
|
|
73
|
-
`;
|
|
73
|
+
`;m`
|
|
74
74
|
.ft-word-wrap {
|
|
75
75
|
white-space: normal;
|
|
76
76
|
word-wrap: break-word;
|
|
@@ -82,7 +82,7 @@ var dt,ut;let xt=class extends M{constructor(){super(...arguments),this.renderOp
|
|
|
82
82
|
-webkit-hyphens: auto;
|
|
83
83
|
hyphens: auto
|
|
84
84
|
}
|
|
85
|
-
`;const
|
|
85
|
+
`;const Lt=m`
|
|
86
86
|
.ft-safari-ellipsis-fix {
|
|
87
87
|
margin-right: 0;
|
|
88
88
|
|
|
@@ -93,9 +93,9 @@ var dt,ut;let xt=class extends M{constructor(){super(...arguments),this.renderOp
|
|
|
93
93
|
display: inline-block;
|
|
94
94
|
width: 0;
|
|
95
95
|
}
|
|
96
|
-
`;window.ftReduxStores||(window.ftReduxStores={});const
|
|
96
|
+
`;window.ftReduxStores||(window.ftReduxStores={});const Kt=Symbol("elementInternals");var zt,Zt,Ft;const Bt=navigator.vendor&&!!navigator.vendor.match(/apple/i)||"[object SafariRemoteNotification]"===(null!==(Ft=null===(Zt=null===(zt=window.safari)||void 0===zt?void 0:zt.pushNotification)||void 0===Zt?void 0:Zt.toString())&&void 0!==Ft?Ft:""),Dt={zIndex:mt.create("--ft-floating-menu-z-index","","NUMBER","8"),maxWidth:mt.create("--ft-floating-menu-max-width","","SIZE","300px"),maxHeight:mt.create("--ft-floating-menu-max-height","","SIZE","500px"),textColor:mt.extend("--ft-floating-menu-text-color","",wt.colorOnSurfaceHigh),colorSurface:mt.external(wt.colorSurface,"Design system"),menuElevation:mt.external(wt.elevation02,"Design system"),borderRadiusS:mt.external(wt.borderRadiusS,"Design system")},Mt=m`
|
|
97
97
|
.ft-floating-menu {
|
|
98
|
-
color: ${
|
|
98
|
+
color: ${Dt.textColor};
|
|
99
99
|
display: inline-block;
|
|
100
100
|
}
|
|
101
101
|
|
|
@@ -112,29 +112,19 @@ var dt,ut;let xt=class extends M{constructor(){super(...arguments),this.renderOp
|
|
|
112
112
|
display: none;
|
|
113
113
|
position: relative;
|
|
114
114
|
overflow: auto;
|
|
115
|
-
max-width: ${
|
|
116
|
-
max-height: ${
|
|
117
|
-
box-shadow: ${
|
|
118
|
-
background-color: ${
|
|
119
|
-
border-radius: ${
|
|
120
|
-
color: ${
|
|
121
|
-
z-index: ${
|
|
115
|
+
max-width: ${Dt.maxWidth};
|
|
116
|
+
max-height: ${Dt.maxHeight};
|
|
117
|
+
box-shadow: ${Dt.menuElevation};
|
|
118
|
+
background-color: ${Dt.colorSurface};
|
|
119
|
+
border-radius: ${Dt.borderRadiusS};
|
|
120
|
+
color: ${Dt.textColor};
|
|
121
|
+
z-index: ${Dt.zIndex};
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
.ft-floating-menu--open .ft-floating-menu--options {
|
|
125
125
|
display: block;
|
|
126
126
|
}
|
|
127
|
-
`
|
|
128
|
-
/**
|
|
129
|
-
* @license
|
|
130
|
-
* Copyright 2017 Google LLC
|
|
131
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
132
|
-
*/,At=1,Tt=2,Pt=t=>(...e)=>({_$litDirective$:t,values:e});class Lt{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,e,i){this._$Ct=t,this._$AM=e,this._$Ci=i}_$AS(t,e){return this.update(t,e)}update(t,e){return this.render(...e)}}
|
|
133
|
-
/**
|
|
134
|
-
* @license
|
|
135
|
-
* Copyright 2018 Google LLC
|
|
136
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
137
|
-
*/const It=Pt(class extends Lt{constructor(t){var e;if(super(t),t.type!==At||"class"!==t.name||(null===(e=t.strings)||void 0===e?void 0:e.length)>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter((e=>t[e])).join(" ")+" "}update(t,[e]){var i,o;if(void 0===this.it){this.it=new Set,void 0!==t.strings&&(this.nt=new Set(t.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in e)e[t]&&!(null===(i=this.nt)||void 0===i?void 0:i.has(t))&&this.it.add(t);return this.render(e)}const n=t.element.classList;this.it.forEach((t=>{t in e||(n.remove(t),this.it.delete(t))}));for(const t in e){const i=!!e[t];i===this.it.has(t)||(null===(o=this.nt)||void 0===o?void 0:o.has(t))||(i?(n.add(t),this.it.add(t)):(n.remove(t),this.it.delete(t)))}return Y}}),_t=bt.extend("--ft-ripple-color",mt.colorContent),Dt={color:_t,backgroundColor:bt.extend("--ft-ripple-background-color",_t),opacityContentOnSurfacePressed:bt.external(mt.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:bt.external(mt.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:bt.external(mt.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:bt.external(mt.opacityContentOnSurfaceSelected,"Design system"),borderRadius:bt.create("--ft-ripple-border-radius","SIZE","0px")},Wt=bt.extend("--ft-ripple-color",mt.colorPrimary),Ht=Wt,Kt=bt.extend("--ft-ripple-background-color",Wt),Zt=bt.extend("--ft-ripple-color",mt.colorSecondary),Vt=Zt,Jt=bt.extend("--ft-ripple-background-color",Zt),qt=y`
|
|
127
|
+
`,At=mt.extend("--ft-ripple-color","",wt.colorContent),Ht={color:At,backgroundColor:mt.extend("--ft-ripple-background-color","",At),opacityContentOnSurfacePressed:mt.external(wt.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:mt.external(wt.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:mt.external(wt.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:mt.external(wt.opacityContentOnSurfaceSelected,"Design system"),borderRadius:mt.create("--ft-ripple-border-radius","","SIZE","0px")},jt=mt.extend("--ft-ripple-color","",wt.colorPrimary),Pt=jt,Tt=mt.extend("--ft-ripple-background-color","",jt),Gt=mt.extend("--ft-ripple-color","",wt.colorSecondary),_t=Gt,Yt=mt.extend("--ft-ripple-background-color","",Gt),Vt=m`
|
|
138
128
|
:host {
|
|
139
129
|
display: contents;
|
|
140
130
|
}
|
|
@@ -147,7 +137,7 @@ var dt,ut;let xt=class extends M{constructor(){super(...arguments),this.renderOp
|
|
|
147
137
|
|
|
148
138
|
.ft-ripple:not(.ft-ripple--unbounded) {
|
|
149
139
|
overflow: hidden;
|
|
150
|
-
border-radius: ${
|
|
140
|
+
border-radius: ${Ht.borderRadius};
|
|
151
141
|
}
|
|
152
142
|
|
|
153
143
|
.ft-ripple .ft-ripple--background,
|
|
@@ -181,27 +171,27 @@ var dt,ut;let xt=class extends M{constructor(){super(...arguments),this.renderOp
|
|
|
181
171
|
}
|
|
182
172
|
|
|
183
173
|
.ft-ripple .ft-ripple--background {
|
|
184
|
-
background-color: ${
|
|
174
|
+
background-color: ${Ht.backgroundColor};
|
|
185
175
|
}
|
|
186
176
|
|
|
187
177
|
.ft-ripple .ft-ripple--effect {
|
|
188
|
-
background-color: ${
|
|
178
|
+
background-color: ${Ht.color};
|
|
189
179
|
}
|
|
190
180
|
|
|
191
181
|
.ft-ripple.ft-ripple--secondary .ft-ripple--background {
|
|
192
|
-
background-color: ${
|
|
182
|
+
background-color: ${Yt};
|
|
193
183
|
}
|
|
194
184
|
|
|
195
185
|
.ft-ripple.ft-ripple--secondary .ft-ripple--effect {
|
|
196
|
-
background-color: ${
|
|
186
|
+
background-color: ${_t};
|
|
197
187
|
}
|
|
198
188
|
|
|
199
189
|
.ft-ripple.ft-ripple--primary .ft-ripple--background {
|
|
200
|
-
background-color: ${
|
|
190
|
+
background-color: ${Tt};
|
|
201
191
|
}
|
|
202
192
|
|
|
203
193
|
.ft-ripple.ft-ripple--primary .ft-ripple--effect {
|
|
204
|
-
background-color: ${
|
|
194
|
+
background-color: ${Pt};
|
|
205
195
|
}
|
|
206
196
|
|
|
207
197
|
.ft-ripple .ft-ripple--background {
|
|
@@ -231,194 +221,126 @@ var dt,ut;let xt=class extends M{constructor(){super(...arguments),this.renderOp
|
|
|
231
221
|
}
|
|
232
222
|
|
|
233
223
|
.ft-ripple.ft-ripple--hovered .ft-ripple--background {
|
|
234
|
-
opacity: ${
|
|
224
|
+
opacity: ${Ht.opacityContentOnSurfaceHover};
|
|
235
225
|
}
|
|
236
226
|
|
|
237
227
|
.ft-ripple.ft-ripple--selected .ft-ripple--background {
|
|
238
|
-
opacity: ${
|
|
228
|
+
opacity: ${Ht.opacityContentOnSurfaceSelected};
|
|
239
229
|
}
|
|
240
230
|
|
|
241
231
|
.ft-ripple.ft-ripple--focused .ft-ripple--background {
|
|
242
|
-
opacity: ${
|
|
232
|
+
opacity: ${Ht.opacityContentOnSurfaceFocused};
|
|
243
233
|
}
|
|
244
234
|
|
|
245
235
|
.ft-ripple.ft-ripple--pressed .ft-ripple--effect {
|
|
246
|
-
opacity: ${
|
|
236
|
+
opacity: ${Ht.opacityContentOnSurfacePressed};
|
|
247
237
|
transform: translate(-50%, -50%) scale(1);
|
|
248
238
|
}
|
|
249
|
-
`;
|
|
250
|
-
<style>
|
|
251
|
-
.ft-ripple .ft-ripple--effect {
|
|
252
|
-
left: ${this.originX}px;
|
|
253
|
-
top: ${this.originY}px;
|
|
254
|
-
}
|
|
255
|
-
</style>
|
|
256
|
-
<div class="${It(t)}">
|
|
257
|
-
<div class="ft-ripple--background"></div>
|
|
258
|
-
<div class="ft-ripple--effect"></div>
|
|
259
|
-
</div>
|
|
260
|
-
`}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var e,i;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(e=this.target)||void 0===e||e.removeAttribute("data-is-ft-ripple-target")):null===(i=this.target)||void 0===i||i.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run((()=>this.defaultSetup()))}defaultSetup(){var t,e;const i=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;i&&this.setupFor(null!==(e=this.target)&&void 0!==e?e:i)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const e=(...t)=>e=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(e)},i=e("mouseup","contextmenu"),o=e("touchend","touchcancel"),n=t=>{["Enter"," "].includes(t.key)&&e("keyup")(t)};t.addEventListener("mouseover",this.startHover),t.addEventListener("mousemove",this.moveRipple),t.addEventListener("mouseleave",this.endHover),t.addEventListener("mousedown",i),t.addEventListener("touchstart",o),t.addEventListener("touchmove",this.moveRipple),t.addEventListener("keydown",n),t.addEventListener("focus",this.startFocus),t.addEventListener("blur",this.endFocus),t.addEventListener("focusin",this.startFocus),t.addEventListener("focusout",this.endFocus),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover),t.removeEventListener("mousemove",this.moveRipple),t.removeEventListener("mouseleave",this.endHover),t.removeEventListener("mousedown",i),t.removeEventListener("touchstart",o),t.removeEventListener("touchmove",this.moveRipple),t.removeEventListener("keydown",n),t.removeEventListener("focus",this.startFocus),t.removeEventListener("blur",this.endFocus),t.removeEventListener("focusin",this.startFocus),t.removeEventListener("focusout",this.endFocus),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const e=t,i=t;let o,n;return null!=e.x?({x:o,y:n}=e):null!=i.touches&&(o=i.touches[0].clientX,n=i.touches[0].clientY),{x:o,y:n}}isFocusVisible(t){return!(t instanceof HTMLElement)||t.matches(":focus-visible")}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let e of t.composedPath()){if(e===this.target)break;if("hasAttribute"in e&&e.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}}Yt.elementDefinitions={},Yt.styles=qt,Xt([o({type:Boolean})],Yt.prototype,"primary",void 0),Xt([o({type:Boolean})],Yt.prototype,"secondary",void 0),Xt([o({type:Boolean})],Yt.prototype,"unbounded",void 0),Xt([o({type:Boolean})],Yt.prototype,"activated",void 0),Xt([o({type:Boolean})],Yt.prototype,"selected",void 0),Xt([o({type:Boolean})],Yt.prototype,"disabled",void 0),Xt([n()],Yt.prototype,"hovered",void 0),Xt([n()],Yt.prototype,"focused",void 0),Xt([n()],Yt.prototype,"pressed",void 0),Xt([n()],Yt.prototype,"rippling",void 0),Xt([n()],Yt.prototype,"originX",void 0),Xt([n()],Yt.prototype,"originY",void 0),Xt([r(".ft-ripple")],Yt.prototype,"ripple",void 0),Xt([r(".ft-ripple--effect")],Yt.prototype,"rippleEffect",void 0),c("ft-ripple")(Yt);
|
|
261
|
-
/**
|
|
262
|
-
* @license
|
|
263
|
-
* Copyright 2020 Google LLC
|
|
264
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
265
|
-
*/
|
|
266
|
-
const Gt=Symbol.for(""),Qt=t=>{if((null==t?void 0:t.r)===Gt)return null==t?void 0:t._$litStatic$},te=t=>({_$litStatic$:t,r:Gt}),ee=new Map,ie=(t=>(e,...i)=>{const o=i.length;let n,s;const r=[],a=[];let l,h=0,c=!1;for(;h<o;){for(l=e[h];h<o&&void 0!==(s=i[h],n=Qt(s));)l+=n+e[++h],c=!0;h!==o&&a.push(s),r.push(l),h++}if(h===o&&r.push(e[o]),c){const t=r.join("$$lit$$");void 0===(e=ee.get(t))&&(r.raw=r,ee.set(t,e=r)),i=a}return t(e,...i)})(X);var oe;!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"}(oe||(oe={}));const ne=bt.extend("--ft-typography-font-family",mt.titleFont),se=bt.extend("--ft-typography-font-family",mt.contentFont),re={fontFamily:se,fontSize:bt.create("--ft-typography-font-size","SIZE","16px"),fontWeight:bt.create("--ft-typography-font-weight","UNKNOWN","normal"),letterSpacing:bt.create("--ft-typography-letter-spacing","SIZE","0.496px"),lineHeight:bt.create("--ft-typography-line-height","NUMBER","1.5"),textTransform:bt.create("--ft-typography-text-transform","UNKNOWN","inherit")},ae=bt.extend("--ft-typography-title-font-family",ne),le=bt.extend("--ft-typography-title-font-size",re.fontSize,"20px"),he=bt.extend("--ft-typography-title-font-weight",re.fontWeight,"normal"),ce=bt.extend("--ft-typography-title-letter-spacing",re.letterSpacing,"0.15px"),pe=bt.extend("--ft-typography-title-line-height",re.lineHeight,"1.2"),fe=bt.extend("--ft-typography-title-text-transform",re.textTransform,"inherit"),de=bt.extend("--ft-typography-title-dense-font-family",ne),ue=bt.extend("--ft-typography-title-dense-font-size",re.fontSize,"14px"),xe=bt.extend("--ft-typography-title-dense-font-weight",re.fontWeight,"normal"),ve=bt.extend("--ft-typography-title-dense-letter-spacing",re.letterSpacing,"0.105px"),be=bt.extend("--ft-typography-title-dense-line-height",re.lineHeight,"1.7"),ye=bt.extend("--ft-typography-title-dense-text-transform",re.textTransform,"inherit"),me=bt.extend("--ft-typography-subtitle1-font-family",se),ge=bt.extend("--ft-typography-subtitle1-font-size",re.fontSize,"16px"),we=bt.extend("--ft-typography-subtitle1-font-weight",re.fontWeight,"600"),$e=bt.extend("--ft-typography-subtitle1-letter-spacing",re.letterSpacing,"0.144px"),Oe=bt.extend("--ft-typography-subtitle1-line-height",re.lineHeight,"1.5"),ke=bt.extend("--ft-typography-subtitle1-text-transform",re.textTransform,"inherit"),Se=bt.extend("--ft-typography-subtitle2-font-family",se),Ce=bt.extend("--ft-typography-subtitle2-font-size",re.fontSize,"14px"),Ne=bt.extend("--ft-typography-subtitle2-font-weight",re.fontWeight,"normal"),Ee=bt.extend("--ft-typography-subtitle2-letter-spacing",re.letterSpacing,"0.098px"),Me=bt.extend("--ft-typography-subtitle2-line-height",re.lineHeight,"1.7"),Re=bt.extend("--ft-typography-subtitle2-text-transform",re.textTransform,"inherit"),Ue=bt.extend("--ft-typography-body1-font-family",se),je=bt.extend("--ft-typography-body1-font-size",re.fontSize,"16px"),Fe=bt.extend("--ft-typography-body1-font-weight",re.fontWeight,"normal"),ze=bt.extend("--ft-typography-body1-letter-spacing",re.letterSpacing,"0.496px"),Be=bt.extend("--ft-typography-body1-line-height",re.lineHeight,"1.5"),Ae=bt.extend("--ft-typography-body1-text-transform",re.textTransform,"inherit"),Te=bt.extend("--ft-typography-body2-font-family",se),Pe=bt.extend("--ft-typography-body2-font-size",re.fontSize,"14px"),Le=bt.extend("--ft-typography-body2-font-weight",re.fontWeight,"normal"),Ie=bt.extend("--ft-typography-body2-letter-spacing",re.letterSpacing,"0.252px"),_e=bt.extend("--ft-typography-body2-line-height",re.lineHeight,"1.4"),De=bt.extend("--ft-typography-body2-text-transform",re.textTransform,"inherit"),We=bt.extend("--ft-typography-caption-font-family",se),He=bt.extend("--ft-typography-caption-font-size",re.fontSize,"12px"),Ke=bt.extend("--ft-typography-caption-font-weight",re.fontWeight,"normal"),Ze=bt.extend("--ft-typography-caption-letter-spacing",re.letterSpacing,"0.396px"),Ve=bt.extend("--ft-typography-caption-line-height",re.lineHeight,"1.33"),Je=bt.extend("--ft-typography-caption-text-transform",re.textTransform,"inherit"),qe=bt.extend("--ft-typography-breadcrumb-font-family",se),Xe=bt.extend("--ft-typography-breadcrumb-font-size",re.fontSize,"10px"),Ye=bt.extend("--ft-typography-breadcrumb-font-weight",re.fontWeight,"normal"),Ge=bt.extend("--ft-typography-breadcrumb-letter-spacing",re.letterSpacing,"0.33px"),Qe=bt.extend("--ft-typography-breadcrumb-line-height",re.lineHeight,"1.6"),ti=bt.extend("--ft-typography-breadcrumb-text-transform",re.textTransform,"inherit"),ei=bt.extend("--ft-typography-overline-font-family",se),ii=bt.extend("--ft-typography-overline-font-size",re.fontSize,"10px"),oi=bt.extend("--ft-typography-overline-font-weight",re.fontWeight,"normal"),ni=bt.extend("--ft-typography-overline-letter-spacing",re.letterSpacing,"1.5px"),si=bt.extend("--ft-typography-overline-line-height",re.lineHeight,"1.6"),ri=bt.extend("--ft-typography-overline-text-transform",re.textTransform,"uppercase"),ai={fontFamily:bt.extend("--ft-typography-button-font-family",se),fontSize:bt.extend("--ft-typography-button-font-size",re.fontSize,"14px"),fontWeight:bt.extend("--ft-typography-button-font-weight",re.fontWeight,"600"),letterSpacing:bt.extend("--ft-typography-button-letter-spacing",re.letterSpacing,"1.246px"),lineHeight:bt.extend("--ft-typography-button-line-height",re.lineHeight,"1.15"),textTransform:bt.extend("--ft-typography-button-text-transform",re.textTransform,"uppercase")},li=y`
|
|
239
|
+
`;const Jt=mt.extend("--ft-typography-font-family","",wt.titleFont),qt=mt.extend("--ft-typography-font-family","",wt.contentFont),Xt={fontFamily:qt,fontSize:mt.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:mt.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:mt.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:mt.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:mt.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Qt=mt.extend("--ft-typography-title-font-family","",Jt),to=mt.extend("--ft-typography-title-font-size","",Xt.fontSize,"20px"),oo=mt.extend("--ft-typography-title-font-weight","",Xt.fontWeight,"normal"),eo=mt.extend("--ft-typography-title-letter-spacing","",Xt.letterSpacing,"0.15px"),ro=mt.extend("--ft-typography-title-line-height","",Xt.lineHeight,"1.2"),io=mt.extend("--ft-typography-title-text-transform","",Xt.textTransform,"inherit"),no=mt.extend("--ft-typography-title-dense-font-family","",Jt),ao=mt.extend("--ft-typography-title-dense-font-size","",Xt.fontSize,"14px"),lo=mt.extend("--ft-typography-title-dense-font-weight","",Xt.fontWeight,"normal"),so=mt.extend("--ft-typography-title-dense-letter-spacing","",Xt.letterSpacing,"0.105px"),co=mt.extend("--ft-typography-title-dense-line-height","",Xt.lineHeight,"1.7"),po=mt.extend("--ft-typography-title-dense-text-transform","",Xt.textTransform,"inherit"),fo=mt.extend("--ft-typography-subtitle1-font-family","",qt),ho=mt.extend("--ft-typography-subtitle1-font-size","",Xt.fontSize,"16px"),uo=mt.extend("--ft-typography-subtitle1-font-weight","",Xt.fontWeight,"600"),yo=mt.extend("--ft-typography-subtitle1-letter-spacing","",Xt.letterSpacing,"0.144px"),go=mt.extend("--ft-typography-subtitle1-line-height","",Xt.lineHeight,"1.5"),bo=mt.extend("--ft-typography-subtitle1-text-transform","",Xt.textTransform,"inherit"),mo=mt.extend("--ft-typography-subtitle2-font-family","",qt),xo=mt.extend("--ft-typography-subtitle2-font-size","",Xt.fontSize,"14px"),vo=mt.extend("--ft-typography-subtitle2-font-weight","",Xt.fontWeight,"normal"),Oo=mt.extend("--ft-typography-subtitle2-letter-spacing","",Xt.letterSpacing,"0.098px"),No=mt.extend("--ft-typography-subtitle2-line-height","",Xt.lineHeight,"1.7"),So=mt.extend("--ft-typography-subtitle2-text-transform","",Xt.textTransform,"inherit"),wo=mt.extend("--ft-typography-body1-font-family","",qt),Co=mt.extend("--ft-typography-body1-font-size","",Xt.fontSize,"16px"),$o=mt.extend("--ft-typography-body1-font-weight","",Xt.fontWeight,"normal"),Ro=mt.extend("--ft-typography-body1-letter-spacing","",Xt.letterSpacing,"0.496px"),Eo=mt.extend("--ft-typography-body1-line-height","",Xt.lineHeight,"1.5"),ko=mt.extend("--ft-typography-body1-text-transform","",Xt.textTransform,"inherit"),Uo=mt.extend("--ft-typography-body2-font-family","",qt),Io=mt.extend("--ft-typography-body2-font-size","",Xt.fontSize,"14px"),Wo=mt.extend("--ft-typography-body2-font-weight","",Xt.fontWeight,"normal"),Lo=mt.extend("--ft-typography-body2-letter-spacing","",Xt.letterSpacing,"0.252px"),Ko=mt.extend("--ft-typography-body2-line-height","",Xt.lineHeight,"1.4"),zo=mt.extend("--ft-typography-body2-text-transform","",Xt.textTransform,"inherit"),Zo=mt.extend("--ft-typography-caption-font-family","",qt),Fo=mt.extend("--ft-typography-caption-font-size","",Xt.fontSize,"12px"),Bo=mt.extend("--ft-typography-caption-font-weight","",Xt.fontWeight,"normal"),Do=mt.extend("--ft-typography-caption-letter-spacing","",Xt.letterSpacing,"0.396px"),Mo=mt.extend("--ft-typography-caption-line-height","",Xt.lineHeight,"1.33"),Ao=mt.extend("--ft-typography-caption-text-transform","",Xt.textTransform,"inherit"),Ho=mt.extend("--ft-typography-breadcrumb-font-family","",qt),jo=mt.extend("--ft-typography-breadcrumb-font-size","",Xt.fontSize,"10px"),Po=mt.extend("--ft-typography-breadcrumb-font-weight","",Xt.fontWeight,"normal"),To=mt.extend("--ft-typography-breadcrumb-letter-spacing","",Xt.letterSpacing,"0.33px"),Go=mt.extend("--ft-typography-breadcrumb-line-height","",Xt.lineHeight,"1.6"),_o=mt.extend("--ft-typography-breadcrumb-text-transform","",Xt.textTransform,"inherit"),Yo=mt.extend("--ft-typography-overline-font-family","",qt),Vo=mt.extend("--ft-typography-overline-font-size","",Xt.fontSize,"10px"),Jo=mt.extend("--ft-typography-overline-font-weight","",Xt.fontWeight,"normal"),qo=mt.extend("--ft-typography-overline-letter-spacing","",Xt.letterSpacing,"1.5px"),Xo=mt.extend("--ft-typography-overline-line-height","",Xt.lineHeight,"1.6"),Qo=mt.extend("--ft-typography-overline-text-transform","",Xt.textTransform,"uppercase"),te={fontFamily:mt.extend("--ft-typography-button-font-family","",qt),fontSize:mt.extend("--ft-typography-button-font-size","",Xt.fontSize,"14px"),fontWeight:mt.extend("--ft-typography-button-font-weight","",Xt.fontWeight,"600"),letterSpacing:mt.extend("--ft-typography-button-letter-spacing","",Xt.letterSpacing,"1.246px"),lineHeight:mt.extend("--ft-typography-button-line-height","",Xt.lineHeight,"1.15"),textTransform:mt.extend("--ft-typography-button-text-transform","",Xt.textTransform,"uppercase")},oe=m`
|
|
267
240
|
.ft-typography--title {
|
|
268
|
-
font-family: ${
|
|
269
|
-
font-size: ${
|
|
270
|
-
font-weight: ${
|
|
271
|
-
letter-spacing: ${
|
|
272
|
-
line-height: ${
|
|
273
|
-
text-transform: ${
|
|
274
|
-
}
|
|
275
|
-
`,
|
|
241
|
+
font-family: ${Qt};
|
|
242
|
+
font-size: ${to};
|
|
243
|
+
font-weight: ${oo};
|
|
244
|
+
letter-spacing: ${eo};
|
|
245
|
+
line-height: ${ro};
|
|
246
|
+
text-transform: ${io};
|
|
247
|
+
}
|
|
248
|
+
`,ee=m`
|
|
276
249
|
.ft-typography--title-dense {
|
|
277
|
-
font-family: ${
|
|
278
|
-
font-size: ${
|
|
279
|
-
font-weight: ${
|
|
280
|
-
letter-spacing: ${
|
|
281
|
-
line-height: ${
|
|
282
|
-
text-transform: ${
|
|
283
|
-
}
|
|
284
|
-
`,
|
|
250
|
+
font-family: ${no};
|
|
251
|
+
font-size: ${ao};
|
|
252
|
+
font-weight: ${lo};
|
|
253
|
+
letter-spacing: ${so};
|
|
254
|
+
line-height: ${co};
|
|
255
|
+
text-transform: ${po};
|
|
256
|
+
}
|
|
257
|
+
`,re=m`
|
|
285
258
|
.ft-typography--subtitle1 {
|
|
286
|
-
font-family: ${
|
|
287
|
-
font-size: ${
|
|
288
|
-
font-weight: ${
|
|
289
|
-
letter-spacing: ${
|
|
290
|
-
line-height: ${
|
|
291
|
-
text-transform: ${
|
|
292
|
-
}
|
|
293
|
-
`,
|
|
259
|
+
font-family: ${fo};
|
|
260
|
+
font-size: ${ho};
|
|
261
|
+
font-weight: ${uo};
|
|
262
|
+
letter-spacing: ${yo};
|
|
263
|
+
line-height: ${go};
|
|
264
|
+
text-transform: ${bo};
|
|
265
|
+
}
|
|
266
|
+
`,ie=m`
|
|
294
267
|
.ft-typography--subtitle2 {
|
|
295
|
-
font-family: ${
|
|
296
|
-
font-size: ${
|
|
297
|
-
font-weight: ${
|
|
298
|
-
letter-spacing: ${
|
|
299
|
-
line-height: ${
|
|
300
|
-
text-transform: ${
|
|
268
|
+
font-family: ${mo};
|
|
269
|
+
font-size: ${xo};
|
|
270
|
+
font-weight: ${vo};
|
|
271
|
+
letter-spacing: ${Oo};
|
|
272
|
+
line-height: ${No};
|
|
273
|
+
text-transform: ${So};
|
|
301
274
|
}
|
|
302
275
|
|
|
303
|
-
`,
|
|
276
|
+
`,ne=m`
|
|
304
277
|
.ft-typography--body1 {
|
|
305
|
-
font-family: ${
|
|
306
|
-
font-size: ${
|
|
307
|
-
font-weight: ${
|
|
308
|
-
letter-spacing: ${
|
|
309
|
-
line-height: ${
|
|
310
|
-
text-transform: ${
|
|
311
|
-
}
|
|
312
|
-
`,
|
|
278
|
+
font-family: ${wo};
|
|
279
|
+
font-size: ${Co};
|
|
280
|
+
font-weight: ${$o};
|
|
281
|
+
letter-spacing: ${Ro};
|
|
282
|
+
line-height: ${Eo};
|
|
283
|
+
text-transform: ${ko};
|
|
284
|
+
}
|
|
285
|
+
`,ae=m`
|
|
313
286
|
.ft-typography--body2 {
|
|
314
|
-
font-family: ${
|
|
315
|
-
font-size: ${
|
|
316
|
-
font-weight: ${
|
|
317
|
-
letter-spacing: ${
|
|
318
|
-
line-height: ${
|
|
319
|
-
text-transform: ${
|
|
320
|
-
}
|
|
321
|
-
`,
|
|
287
|
+
font-family: ${Uo};
|
|
288
|
+
font-size: ${Io};
|
|
289
|
+
font-weight: ${Wo};
|
|
290
|
+
letter-spacing: ${Lo};
|
|
291
|
+
line-height: ${Ko};
|
|
292
|
+
text-transform: ${zo};
|
|
293
|
+
}
|
|
294
|
+
`,le=m`
|
|
322
295
|
.ft-typography--caption {
|
|
323
|
-
font-family: ${
|
|
324
|
-
font-size: ${
|
|
325
|
-
font-weight: ${
|
|
326
|
-
letter-spacing: ${
|
|
327
|
-
line-height: ${
|
|
328
|
-
text-transform: ${
|
|
329
|
-
}
|
|
330
|
-
`,
|
|
296
|
+
font-family: ${Zo};
|
|
297
|
+
font-size: ${Fo};
|
|
298
|
+
font-weight: ${Bo};
|
|
299
|
+
letter-spacing: ${Do};
|
|
300
|
+
line-height: ${Mo};
|
|
301
|
+
text-transform: ${Ao};
|
|
302
|
+
}
|
|
303
|
+
`,se=m`
|
|
331
304
|
.ft-typography--breadcrumb {
|
|
332
|
-
font-family: ${
|
|
333
|
-
font-size: ${
|
|
334
|
-
font-weight: ${
|
|
335
|
-
letter-spacing: ${
|
|
336
|
-
line-height: ${
|
|
337
|
-
text-transform: ${
|
|
338
|
-
}
|
|
339
|
-
`,
|
|
305
|
+
font-family: ${Ho};
|
|
306
|
+
font-size: ${jo};
|
|
307
|
+
font-weight: ${Po};
|
|
308
|
+
letter-spacing: ${To};
|
|
309
|
+
line-height: ${Go};
|
|
310
|
+
text-transform: ${_o};
|
|
311
|
+
}
|
|
312
|
+
`,ce=m`
|
|
340
313
|
.ft-typography--overline {
|
|
341
|
-
font-family: ${
|
|
342
|
-
font-size: ${
|
|
343
|
-
font-weight: ${
|
|
344
|
-
letter-spacing: ${
|
|
345
|
-
line-height: ${
|
|
346
|
-
text-transform: ${
|
|
347
|
-
}
|
|
348
|
-
`,
|
|
314
|
+
font-family: ${Yo};
|
|
315
|
+
font-size: ${Vo};
|
|
316
|
+
font-weight: ${Jo};
|
|
317
|
+
letter-spacing: ${qo};
|
|
318
|
+
line-height: ${Xo};
|
|
319
|
+
text-transform: ${Qo};
|
|
320
|
+
}
|
|
321
|
+
`,pe=m`
|
|
349
322
|
.ft-typography--button {
|
|
350
|
-
font-family: ${
|
|
351
|
-
font-size: ${
|
|
352
|
-
font-weight: ${
|
|
353
|
-
letter-spacing: ${
|
|
354
|
-
line-height: ${
|
|
355
|
-
text-transform: ${
|
|
356
|
-
}
|
|
357
|
-
`,
|
|
323
|
+
font-family: ${te.fontFamily};
|
|
324
|
+
font-size: ${te.fontSize};
|
|
325
|
+
font-weight: ${te.fontWeight};
|
|
326
|
+
letter-spacing: ${te.letterSpacing};
|
|
327
|
+
line-height: ${te.lineHeight};
|
|
328
|
+
text-transform: ${te.textTransform};
|
|
329
|
+
}
|
|
330
|
+
`,fe=m`
|
|
358
331
|
.ft-typography {
|
|
359
332
|
vertical-align: inherit;
|
|
360
333
|
}
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
.ft-tooltip--inline {
|
|
374
|
-
display: inline-block;
|
|
375
|
-
max-width: 100%;
|
|
376
|
-
}
|
|
377
|
-
|
|
378
|
-
.ft-tooltip {
|
|
379
|
-
position: absolute;
|
|
380
|
-
box-sizing: border-box;
|
|
381
|
-
overflow: hidden;
|
|
382
|
-
width: max-content;
|
|
383
|
-
max-width: ${Ci};
|
|
384
|
-
text-align: center;
|
|
385
|
-
padding: ${wi};
|
|
386
|
-
z-index: ${ki};
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
.ft-tooltip--content {
|
|
390
|
-
padding: 4px 8px;
|
|
391
|
-
border-radius: ${Si};
|
|
392
|
-
background-color: ${Oi};
|
|
393
|
-
color: ${$i};
|
|
394
|
-
position: relative;
|
|
395
|
-
word-break: break-word;
|
|
396
|
-
}
|
|
397
|
-
`;var Ei=function(t,e,i,o){for(var n,s=arguments.length,r=s<3?e:null===o?o=Object.getOwnPropertyDescriptor(e,i):o,a=t.length-1;a>=0;a--)(n=t[a])&&(r=(s<3?n(r):s>3?n(e,i,r):n(e,i))||r);return s>3&&r&&Object.defineProperty(e,i,r),r};class Mi extends Ct{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new e,this.revealDebouncer=new e}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return X`
|
|
398
|
-
<div part="container"
|
|
399
|
-
class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
|
|
400
|
-
@mouseenter=${this.onHover}
|
|
401
|
-
@mouseleave=${this.onOut}
|
|
402
|
-
@focusin=${this.onHover}
|
|
403
|
-
@focusout=${this.onOut}
|
|
404
|
-
@touchstart=${this.onTouch}>
|
|
405
|
-
<slot></slot>
|
|
406
|
-
<div part="tooltip" role="tooltip" inert
|
|
407
|
-
class="ft-tooltip ft-tooltip--${this.validPosition}"
|
|
408
|
-
?hidden=${!this.visible}>
|
|
409
|
-
<div part="tooltip-content" class="ft-tooltip--content">
|
|
410
|
-
<slot name="text"></slot>
|
|
411
|
-
<ft-typography variant="caption" ?hidden=${!this.text}>${this.text}</ft-typography>
|
|
412
|
-
</div>
|
|
413
|
-
</div>
|
|
414
|
-
</div>
|
|
415
|
-
`}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((e=>t.has(e)))&&this.visible&&this.positionTooltip()}show(t){this.visible=!0,null!=t&&this.hideDebounce.run((()=>this.hide()),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){this.resetTooltipContent();const t=this.slottedElement;if(this.tooltip&&t){const e=this.tooltip.offsetWidth,i=this.tooltip.offsetHeight,o=(t.offsetHeight-i)/2,n=(t.offsetWidth-e)/2;let s=0,r=0;switch(this.tooltip.style.top="0",this.tooltip.style.left="0",this.validPosition){case"top":r=t.offsetTop-i-this.tooltip.offsetTop,s=t.offsetLeft+n-this.tooltip.offsetLeft;break;case"bottom":r=t.offsetTop+t.offsetHeight-this.tooltip.offsetTop,s=t.offsetLeft+n-this.tooltip.offsetLeft;break;case"left":r=t.offsetTop+o-this.tooltip.offsetTop,s=t.offsetLeft-e-this.tooltip.offsetLeft;break;case"right":r=t.offsetTop+o-this.tooltip.offsetTop,s=t.offsetLeft+t.offsetWidth-this.tooltip.offsetLeft}const a=this.tooltip.style;a.left=s+"px",a.top=r+"px";const l=this.tooltip.getBoundingClientRect();let h=-l.x,c=l.x+l.width-window.innerWidth;a.left=s+Math.round(this.correctOutOfWindowPixels(h,c))+"px";let p=-l.y,f=l.y+l.height-window.innerHeight;a.top=r+Math.round(this.correctOutOfWindowPixels(p,f))+"px",a.maxWidth=`max(${t.offsetWidth}px, ${Ci})`}this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,e){return Math.max(t,Math.min(0,-e))}}Mi.elementDefinitions={"ft-typography":gi},Mi.styles=Ni,Ei([o()],Mi.prototype,"text",void 0),Ei([o({type:Boolean})],Mi.prototype,"manual",void 0),Ei([o({type:Boolean})],Mi.prototype,"inline",void 0),Ei([o({type:Number})],Mi.prototype,"delay",void 0),Ei([o()],Mi.prototype,"position",void 0),Ei([
|
|
416
|
-
/**
|
|
417
|
-
* @license
|
|
418
|
-
* Copyright 2017 Google LLC
|
|
419
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
420
|
-
*/
|
|
421
|
-
function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},i?function(t){const{slot:e,selector:i}=null!=t?t:{};return s({descriptor:o=>({get(){var o;const n="slot"+(e?`[name=${e}]`:":not([name])"),s=null===(o=this.renderRoot)||void 0===o?void 0:o.querySelector(n),r=null!=s?l(s,t):[];return i?r.filter((t=>t.matches(i))):r},enumerable:!0,configurable:!0})})}({slot:n,flatten:e,selector:i}):s({descriptor:t=>({get(){var t,e;const i="slot"+(n?`[name=${n}]`:":not([name])"),s=null===(t=this.renderRoot)||void 0===t?void 0:t.querySelector(i);return null!==(e=null==s?void 0:s.assignedNodes(o))&&void 0!==e?e:[]},enumerable:!0,configurable:!0})})}("",!0)],Mi.prototype,"slotNodes",void 0),Ei([r(".ft-tooltip--container")],Mi.prototype,"container",void 0),Ei([r(".ft-tooltip")],Mi.prototype,"tooltip",void 0),Ei([r(".ft-tooltip--content")],Mi.prototype,"tooltipContent",void 0),Ei([n()],Mi.prototype,"visible",void 0),c("ft-tooltip")(Mi);const Ri={color:bt.extend("--ft-loader-color",mt.colorPrimary),size:bt.create("--ft-loader-size","SIZE","80px")},Ui=y`
|
|
334
|
+
`,de=[Object.keys(Ot).map((t=>function(t){const o=Ot[t];return m`
|
|
335
|
+
.ft-typography--${b(t)} {
|
|
336
|
+
font-family: ${o.fontFamily};
|
|
337
|
+
font-size: ${o.fontSize};
|
|
338
|
+
font-weight: ${o.fontWeight};
|
|
339
|
+
letter-spacing: ${o.letterSpacing};
|
|
340
|
+
line-height: ${o.lineHeight};
|
|
341
|
+
text-transform: ${o.textCase};
|
|
342
|
+
}
|
|
343
|
+
`}(t)))],he={color:mt.extend("--ft-loader-color","",wt.colorPrimary),size:mt.create("--ft-loader-size","","SIZE","80px")},ue=m`
|
|
422
344
|
:host {
|
|
423
345
|
line-height: 0;
|
|
424
346
|
}
|
|
@@ -427,8 +349,8 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
427
349
|
display: inline-block;
|
|
428
350
|
position: relative;
|
|
429
351
|
|
|
430
|
-
width: ${
|
|
431
|
-
height: ${
|
|
352
|
+
width: ${he.size};
|
|
353
|
+
height: ${he.size};
|
|
432
354
|
}
|
|
433
355
|
|
|
434
356
|
.ft-loader div {
|
|
@@ -437,7 +359,7 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
437
359
|
width: 25%;
|
|
438
360
|
height: 25%;
|
|
439
361
|
border-radius: 50%;
|
|
440
|
-
background: ${
|
|
362
|
+
background: ${he.color};
|
|
441
363
|
animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
|
442
364
|
}
|
|
443
365
|
|
|
@@ -484,23 +406,10 @@ function(t,e,i){let o,n=t;return"object"==typeof t?(n=t.slot,o=t):o={flatten:e},
|
|
|
484
406
|
transform: translate(0, 0);
|
|
485
407
|
}
|
|
486
408
|
100% {
|
|
487
|
-
transform: translate(calc(0.35 * ${
|
|
409
|
+
transform: translate(calc(0.35 * ${he.size}), 0);
|
|
488
410
|
}
|
|
489
411
|
}
|
|
490
|
-
|
|
491
|
-
<div class="ft-loader">
|
|
492
|
-
<div></div>
|
|
493
|
-
<div></div>
|
|
494
|
-
<div></div>
|
|
495
|
-
<div></div>
|
|
496
|
-
</div>
|
|
497
|
-
`}}ji.styles=Ui,c("ft-loader")(ji);
|
|
498
|
-
/**
|
|
499
|
-
* @license
|
|
500
|
-
* Copyright 2017 Google LLC
|
|
501
|
-
* SPDX-License-Identifier: BSD-3-Clause
|
|
502
|
-
*/
|
|
503
|
-
class Fi extends Lt{constructor(t){if(super(t),this.et=G,t.type!==Tt)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===G||null==t)return this.ft=void 0,this.et=t;if(t===Y)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.et)return this.ft;this.et=t;const e=[t];return e.raw=e,this.ft={_$litType$:this.constructor.resultType,strings:e,values:[]}}}Fi.directiveName="unsafeHTML",Fi.resultType=1;const zi=Pt(Fi);var Bi,Ai;!function(t){t.THUMBS_DOWN="",t.THUMBS_DOWN_PLAIN="",t.THUMBS_UP="",t.THUMBS_UP_PLAIN="",t.STAR="",t.STAR_PLAIN="",t.DESKTOP="",t.LIFE_RING="",t.GLOBE="",t.PIGGY_BANK="",t.TABLET_LANDSCAPE="",t.TABLET_PORTRAIT="",t.MOBILE_LANDSCAPE="",t.MOBILE_PORTRAIT="",t.ARROW_RIGHT_TO_LINE="",t.THIN_ARROW_UP="",t.CONTEXTUAL="",t.CHART_SIMPLE="",t.BARS_PROGRESS="",t.LINE_CHART="",t.STACKED_CHART="",t.BOOK_OPEN_GEAR="",t.BOOK_OPEN_GEAR_SLASH="",t.DIAGRAM_SUNBURST="",t.DIAGRAM_SANKEY="",t.UNSTRUCTURED_DOC="",t.RESET="",t.THIN_ARROW_LEFT="",t.THIN_ARROW_RIGHT="",t.MY_COLLECTIONS="",t.OFFLINE_SETTINGS="",t.MY_LIBRARY="",t.RATE_PLAIN="",t.RATE="",t.FEEDBACK_PLAIN="",t.PAUSE="",t.PLAY="",t.RELATIVES_PLAIN="",t.RELATIVES="",t.SHORTCUT_MENU="",t.PRINT="",t.DEFAULT_ROLES="",t.ACCOUNT_SETTINGS="",t.ONLINE="",t.OFFLINE="",t.UPLOAD="",t.BOOK_PLAIN="",t.SYNC="",t.SHARED_PBK="",t.COLLECTIONS="",t.SEARCH_IN_PUBLICATION="",t.BOOKS="",t.LOCKER="",t.ARROW_DOWN="",t.ARROW_LEFT="",t.ARROW_RIGHT="",t.ARROW_UP="",t.SAVE="",t.MAILS_AND_NOTIFICATIONS="",t.DOT="",t.MINUS="",t.PLUS="",t.FILTERS="",t.STRIPE_ARROW_RIGHT="",t.STRIPE_ARROW_LEFT="",t.ATTACHMENTS="",t.ADD_BOOKMARK="",t.BOOKMARK="",t.EXPORT="",t.MENU="",t.TAG="",t.TAG_PLAIN="",t.COPY_TO_CLIPBOARD="",t.COLUMNS="",t.ARTICLE="",t.CLOSE_PLAIN="",t.CHECK_PLAIN="",t.LOGOUT="",t.SIGN_IN="",t.THIN_ARROW="",t.TRIANGLE_BOTTOM="",t.TRIANGLE_LEFT="",t.TRIANGLE_RIGHT="",t.TRIANGLE_TOP="",t.FACET_HAS_DESCENDANT="",t.MINUS_PLAIN="",t.PLUS_PLAIN="",t.INFO="",t.ICON_EXPAND="",t.ICON_COLLAPSE="",t.ADD_TO_PBK="",t.ALERT="",t.ADD_ALERT="",t.BACK_TO_SEARCH="",t.DOWNLOAD="",t.EDIT="",t.FEEDBACK="",t.MODIFY_PBK="",t.SCHEDULED="",t.SEARCH="",t.SHARE="󨃱",t.TOC="",t.WRITE_UGC="",t.TRASH="",t.EXTLINK="",t.EXTLINK_LIGHT="",t.CALENDAR="",t.BOOK="",t.DOWNLOAD_PLAIN="",t.CHECK="",t.TOPICS="",t.EYE="",t.EYE_SLASH="",t.DISC="",t.CIRCLE="",t.SHARED="",t.SORT_UNSORTED="",t.SORT_UP="",t.SORT_DOWN="",t.WORKING="",t.CLOSE="",t.ZOOM_OUT="",t.ZOOM_IN="",t.ZOOM_REALSIZE="",t.ZOOM_FULLSCREEN="",t.ADMIN_RESTRICTED="",t.ADMIN_THEME="",t.WARNING="",t.CONTEXT="",t.SEARCH_HOME="",t.STEPS="",t.HOME="",t.TRANSLATE="",t.USER="",t.ADMIN="",t.ANALYTICS="",t.ADMIN_KHUB="",t.ADMIN_USERS="",t.ADMIN_INTEGRATION="",t.ADMIN_PORTAL="",t.COMMENT_QUESTION="",t.COMMENT_QUESTION_PLAIN="",t.MESSAGE_BOT="",t.PIP="",t.PIP_WIDE="",t.EXPAND_WIDE="",t.X_MARK=""}(Bi||(Bi={})),function(t){t.UNKNOWN="",t.ABW="",t.AUDIO="",t.AVI="",t.CHM="",t.CODE="",t.CSV="",t.DITA="",t.EPUB="",t.EXCEL="",t.FLAC="",t.GIF="",t.GZIP="",t.HTML="",t.IMAGE="",t.JPEG="",t.JSON="",t.M4A="",t.MOV="",t.MP3="",t.MP4="",t.OGG="",t.PDF="",t.PNG="",t.POWERPOINT="",t.RAR="",t.STP="",t.TEXT="",t.VIDEO="",t.WAV="",t.WMA="",t.WORD="",t.XML="",t.YAML="",t.ZIP=""}(Ai||(Ai={})),new Map([...["abw"].map((t=>[t,Ai.ABW])),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map((t=>[t,Ai.AUDIO])),...["avi"].map((t=>[t,Ai.AVI])),...["chm","xhs"].map((t=>[t,Ai.CHM])),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map((t=>[t,Ai.CODE])),...["csv"].map((t=>[t,Ai.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,Ai.DITA])),...["epub"].map((t=>[t,Ai.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,Ai.EXCEL])),...["flac"].map((t=>[t,Ai.FLAC])),...["gif"].map((t=>[t,Ai.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,Ai.GZIP])),...["html","htm","xhtml"].map((t=>[t,Ai.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf"].map((t=>[t,Ai.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,Ai.JPEG])),...["json"].map((t=>[t,Ai.JSON])),...["m4a","m4p"].map((t=>[t,Ai.M4A])),...["mov","qt"].map((t=>[t,Ai.MOV])),...["mp3"].map((t=>[t,Ai.MP3])),...["mp4","m4v"].map((t=>[t,Ai.MP4])),...["ogg","oga"].map((t=>[t,Ai.OGG])),...["pdf","ps"].map((t=>[t,Ai.PDF])),...["png"].map((t=>[t,Ai.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,Ai.POWERPOINT])),...["rar"].map((t=>[t,Ai.RAR])),...["stp"].map((t=>[t,Ai.STP])),...["txt","rtf","md","mdown"].map((t=>[t,Ai.TEXT])),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map((t=>[t,Ai.VIDEO])),...["wav"].map((t=>[t,Ai.WAV])),...["wma"].map((t=>[t,Ai.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,Ai.WORD])),...["xml","xsl","rdf"].map((t=>[t,Ai.XML])),...["yaml","yml","x-yaml"].map((t=>[t,Ai.YAML])),...["zip"].map((t=>[t,Ai.ZIP]))]);const Ti={size:bt.create("--ft-icon-font-size","SIZE","24px"),fluidTopicsFontFamily:bt.extend("--ft-icon-fluid-topics-font-family",bt.create("--ft-icon-font-family","UNKNOWN","ft-icons")),fileFormatFontFamily:bt.extend("--ft-icon-file-format-font-family",bt.create("--ft-icon-font-family","UNKNOWN","ft-mime")),materialFontFamily:bt.extend("--ft-icon-material-font-family",bt.create("--ft-icon-font-family","UNKNOWN","Material Icons")),verticalAlign:bt.create("--ft-icon-vertical-align","UNKNOWN","unset")},Pi=y`
|
|
412
|
+
`,ye={size:mt.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:mt.extend("--ft-icon-fluid-topics-font-family","",mt.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:mt.extend("--ft-icon-file-format-font-family","",mt.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:mt.extend("--ft-icon-material-font-family","",mt.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:mt.create("--ft-icon-vertical-align","","UNKNOWN","unset")},ge=m`
|
|
504
413
|
:host, i.ft-icon {
|
|
505
414
|
display: inline-flex;
|
|
506
415
|
align-items: center;
|
|
@@ -509,14 +418,14 @@ class Fi extends Lt{constructor(t){if(super(t),this.et=G,t.type!==Tt)throw Error
|
|
|
509
418
|
}
|
|
510
419
|
|
|
511
420
|
:host {
|
|
512
|
-
width: ${
|
|
513
|
-
height: ${
|
|
421
|
+
width: ${ye.size};
|
|
422
|
+
height: ${ye.size};
|
|
514
423
|
}
|
|
515
424
|
|
|
516
425
|
i.ft-icon {
|
|
517
426
|
width: 100%;
|
|
518
427
|
height: 100%;
|
|
519
|
-
font-size: ${
|
|
428
|
+
font-size: ${ye.size};
|
|
520
429
|
line-height: 1;
|
|
521
430
|
font-weight: normal;
|
|
522
431
|
text-transform: none;
|
|
@@ -527,33 +436,28 @@ class Fi extends Lt{constructor(t){if(super(t),this.et=G,t.type!==Tt)throw Error
|
|
|
527
436
|
text-rendering: auto;
|
|
528
437
|
-webkit-font-smoothing: antialiased;
|
|
529
438
|
-moz-osx-font-smoothing: grayscale;
|
|
530
|
-
vertical-align: ${
|
|
439
|
+
vertical-align: ${ye.verticalAlign};
|
|
531
440
|
}
|
|
532
441
|
|
|
533
442
|
i.ft-icon.ft-icon--fluid-topics {
|
|
534
|
-
font-family: ${
|
|
443
|
+
font-family: ${ye.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
|
|
535
444
|
|
|
536
445
|
/* Ugly fix because font is broken */
|
|
537
|
-
font-size: calc(0.75 * ${
|
|
538
|
-
line-height: ${
|
|
446
|
+
font-size: calc(0.75 * ${ye.size});
|
|
447
|
+
line-height: ${ye.size};
|
|
539
448
|
position: relative;
|
|
540
449
|
top: -4%;
|
|
541
450
|
justify-content: center;
|
|
542
451
|
}
|
|
543
452
|
|
|
544
453
|
.ft-icon--file-format {
|
|
545
|
-
font-family: ${
|
|
454
|
+
font-family: ${ye.fileFormatFontFamily}, ft-mime, sans-serif;
|
|
546
455
|
}
|
|
547
456
|
|
|
548
457
|
.ft-icon--material {
|
|
549
|
-
font-family: ${
|
|
458
|
+
font-family: ${ye.materialFontFamily}, "Material Icons", sans-serif;
|
|
550
459
|
}
|
|
551
|
-
|
|
552
|
-
<i class="ft-icon ft-icon--${t}" part="icon icon-${t}">
|
|
553
|
-
${zi(this.resolvedIcon)}
|
|
554
|
-
<slot ?hidden=${e}></slot>
|
|
555
|
-
</i>
|
|
556
|
-
`}get textContent(){var t,e;return null!==(e=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==e?e:""}update(t){super.update(t),["value","variant"].some((e=>t.has(e)))&&this.resolveIcon()}resolveIcon(){var t,e;let i=this.value||this.textContent;switch(this.variant){case Li.file_format:this.resolvedIcon=null!==(t=Ai[i.replace("-","_").toUpperCase()])&&void 0!==t?t:i;break;case Li.material:this.resolvedIcon=this.value||G;break;default:this.resolvedIcon=null!==(e=Bi[i.replace("-","_").toUpperCase()])&&void 0!==e?e:i}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}_i.elementDefinitions={},_i.styles=Pi,Ii([o()],_i.prototype,"variant",void 0),Ii([o()],_i.prototype,"value",void 0),Ii([n()],_i.prototype,"resolvedIcon",void 0),Ii([r("slot")],_i.prototype,"slottedContent",void 0),c("ft-icon")(_i);const Di=bt.extend("--ft-button-color",mt.colorPrimary),Wi={backgroundColor:bt.extend("--ft-button-background-color",mt.colorSurface),borderRadius:bt.extend("--ft-button-border-radius",mt.borderRadiusL),color:Di,fontSize:bt.extend("--ft-button-font-size",ai.fontSize),iconSize:bt.create("--ft-button-icon-size","SIZE","24px"),rippleColor:bt.extend("--ft-button-ripple-color",Di),verticalPadding:bt.create("--ft-button-vertical-padding","SIZE","6px"),horizontalPadding:bt.create("--ft-button-horizontal-padding","SIZE","8px"),iconPadding:bt.create("--ft-button-icon-padding","SIZE","8px"),opacityDisabled:bt.external(mt.colorOpacityDisabled,"Design system")},Hi=bt.extend("--ft-button-primary-color",bt.extend("--ft-button-color",mt.colorOnPrimary)),Ki={backgroundColor:bt.extend("--ft-button-primary-background-color",bt.extend("--ft-button-background-color",mt.colorPrimary)),color:Hi,rippleColor:bt.extend("--ft-button-primary-ripple-color",Hi)},Zi=bt.extend("--ft-button-dense-border-radius",bt.extend("--ft-button-border-radius",mt.borderRadiusM)),Vi=bt.create("--ft-button-dense-vertical-padding","SIZE","2px"),Ji=bt.create("--ft-button-dense-horizontal-padding","SIZE","4px"),qi=bt.create("--ft-button-dense-icon-padding","SIZE","4px"),Xi=[y`
|
|
460
|
+
`,be=mt.extend("--ft-button-color","",wt.colorPrimary),me={backgroundColor:mt.extend("--ft-button-background-color","",wt.colorSurface),borderRadius:mt.extend("--ft-button-border-radius","",wt.borderRadiusL),color:be,fontSize:mt.extend("--ft-button-font-size","",te.fontSize),iconSize:mt.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:mt.extend("--ft-button-ripple-color","",be),verticalPadding:mt.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:mt.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:mt.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:mt.external(wt.colorOpacityDisabled,"Design system")},xe=mt.extend("--ft-button-primary-color","",mt.extend("--ft-button-color","",wt.colorOnPrimary)),ve={backgroundColor:mt.extend("--ft-button-primary-background-color","",mt.extend("--ft-button-background-color","",wt.colorPrimary)),color:xe,rippleColor:mt.extend("--ft-button-primary-ripple-color","",xe)},Oe=mt.extend("--ft-button-dense-border-radius","",mt.extend("--ft-button-border-radius","",wt.borderRadiusM)),Ne=mt.create("--ft-button-dense-vertical-padding","","SIZE","2px"),Se=mt.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),we=mt.create("--ft-button-dense-icon-padding","","SIZE","4px"),Ce=[m`
|
|
557
461
|
:host {
|
|
558
462
|
display: inline-block;
|
|
559
463
|
max-width: 100%;
|
|
@@ -564,7 +468,7 @@ class Fi extends Lt{constructor(t){if(super(t),this.et=G,t.type!==Tt)throw Error
|
|
|
564
468
|
box-shadow: 0px 0px 0px transparent;
|
|
565
469
|
border: 0px solid transparent;
|
|
566
470
|
text-shadow: 0px 0px 0px transparent;
|
|
567
|
-
font-size: ${
|
|
471
|
+
font-size: ${me.fontSize};
|
|
568
472
|
}
|
|
569
473
|
|
|
570
474
|
button:hover {
|
|
@@ -593,31 +497,31 @@ class Fi extends Lt{constructor(t){if(super(t),this.et=G,t.type!==Tt)throw Error
|
|
|
593
497
|
border: none;
|
|
594
498
|
pointer-events: auto;
|
|
595
499
|
|
|
596
|
-
--ft-button-internal-line-height: max(calc(${
|
|
597
|
-
--ft-button-internal-color: ${
|
|
598
|
-
${
|
|
599
|
-
${
|
|
500
|
+
--ft-button-internal-line-height: max(calc(${me.fontSize} + 2px), ${me.iconSize});
|
|
501
|
+
--ft-button-internal-color: ${me.color};
|
|
502
|
+
${xt(ye.size,me.iconSize)};
|
|
503
|
+
${xt(Ht.color,me.rippleColor)};
|
|
600
504
|
|
|
601
|
-
border-radius: ${
|
|
602
|
-
padding: ${
|
|
603
|
-
background-color: ${
|
|
505
|
+
border-radius: ${me.borderRadius};
|
|
506
|
+
padding: ${me.verticalPadding} ${me.horizontalPadding};
|
|
507
|
+
background-color: ${me.backgroundColor};
|
|
604
508
|
color: var(--ft-button-internal-color);
|
|
605
509
|
-webkit-mask-image: radial-gradient(white, black);
|
|
606
510
|
}
|
|
607
511
|
|
|
608
512
|
.ft-button.ft-button--outlined {
|
|
609
513
|
border: 1px solid var(--ft-button-internal-color);
|
|
610
|
-
padding: calc(${
|
|
514
|
+
padding: calc(${me.verticalPadding} - 1px) calc(${me.horizontalPadding} - 1px);
|
|
611
515
|
}
|
|
612
516
|
|
|
613
517
|
.ft-button.ft-button--dense {
|
|
614
|
-
padding: ${
|
|
615
|
-
border-radius: ${
|
|
616
|
-
gap: ${
|
|
518
|
+
padding: ${Ne} ${Se};
|
|
519
|
+
border-radius: ${Oe};
|
|
520
|
+
gap: ${we};
|
|
617
521
|
}
|
|
618
522
|
|
|
619
523
|
.ft-button.ft-button--dense.ft-button--outlined {
|
|
620
|
-
padding: calc(${
|
|
524
|
+
padding: calc(${Ne} - 1px) calc(${Se} - 1px);
|
|
621
525
|
}
|
|
622
526
|
|
|
623
527
|
.ft-button:not([disabled]):hover {
|
|
@@ -625,22 +529,22 @@ class Fi extends Lt{constructor(t){if(super(t),this.et=G,t.type!==Tt)throw Error
|
|
|
625
529
|
}
|
|
626
530
|
|
|
627
531
|
.ft-button--round {
|
|
628
|
-
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${
|
|
532
|
+
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${me.verticalPadding});
|
|
629
533
|
}
|
|
630
534
|
|
|
631
535
|
.ft-button--round.ft-button--dense {
|
|
632
|
-
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${
|
|
536
|
+
border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${Ne});
|
|
633
537
|
}
|
|
634
538
|
|
|
635
539
|
.ft-button[disabled] {
|
|
636
540
|
filter: grayscale(1);
|
|
637
|
-
opacity: ${
|
|
541
|
+
opacity: ${me.opacityDisabled};
|
|
638
542
|
}
|
|
639
543
|
|
|
640
544
|
.ft-button.ft-button--primary {
|
|
641
|
-
background-color: ${
|
|
642
|
-
--ft-button-internal-color: ${
|
|
643
|
-
${
|
|
545
|
+
background-color: ${ve.backgroundColor};
|
|
546
|
+
--ft-button-internal-color: ${ve.color};
|
|
547
|
+
${xt(Ht.color,ve.rippleColor)};
|
|
644
548
|
}
|
|
645
549
|
|
|
646
550
|
.ft-button:focus {
|
|
@@ -653,13 +557,13 @@ class Fi extends Lt{constructor(t){if(super(t),this.et=G,t.type!==Tt)throw Error
|
|
|
653
557
|
white-space: nowrap;
|
|
654
558
|
text-overflow: ellipsis;
|
|
655
559
|
display: block;
|
|
656
|
-
margin: 0 ${
|
|
657
|
-
${
|
|
658
|
-
${
|
|
560
|
+
margin: 0 ${me.iconPadding};
|
|
561
|
+
${xt(te.fontSize,"1em")};
|
|
562
|
+
${xt(te.lineHeight,"var(--ft-button-internal-line-height)")};
|
|
659
563
|
}
|
|
660
564
|
|
|
661
565
|
.ft-button--dense .ft-button--label {
|
|
662
|
-
margin: 0 ${
|
|
566
|
+
margin: 0 ${we};
|
|
663
567
|
}
|
|
664
568
|
|
|
665
569
|
.ft-button--label[hidden] {
|
|
@@ -672,13 +576,13 @@ class Fi extends Lt{constructor(t){if(super(t),this.et=G,t.type!==Tt)throw Error
|
|
|
672
576
|
}
|
|
673
577
|
|
|
674
578
|
.ft-button--label[hidden] + ft-icon {
|
|
675
|
-
margin: 0 calc(${
|
|
676
|
-
padding: 0 ${
|
|
579
|
+
margin: 0 calc(${me.horizontalPadding} * -1);
|
|
580
|
+
padding: 0 ${me.verticalPadding};
|
|
677
581
|
}
|
|
678
582
|
|
|
679
583
|
.ft-button--dense .ft-button--label[hidden] + ft-icon {
|
|
680
|
-
margin: 0 calc(${
|
|
681
|
-
padding: 0 ${
|
|
584
|
+
margin: 0 calc(${Se} * -1);
|
|
585
|
+
padding: 0 ${Ne};
|
|
682
586
|
}
|
|
683
587
|
|
|
684
588
|
.ft-button:not(.ft-button--trailing-icon) ft-icon,
|
|
@@ -687,33 +591,351 @@ class Fi extends Lt{constructor(t){if(super(t),this.et=G,t.type!==Tt)throw Error
|
|
|
687
591
|
}
|
|
688
592
|
|
|
689
593
|
ft-loader {
|
|
690
|
-
${
|
|
691
|
-
${
|
|
594
|
+
${xt(he.size,me.iconSize)};
|
|
595
|
+
${xt(he.color,"var(--ft-button-internal-color)")};
|
|
692
596
|
}
|
|
693
|
-
`,
|
|
597
|
+
`,Wt],$e=1,Re=2,Ee=t=>(...o)=>({_$litDirective$:t,values:o});class ke{constructor(t){}get _$AU(){return this._$AM._$AU}_$AT(t,o,e){this._$Ct=t,this._$AM=o,this._$Ci=e}_$AS(t,o){return this.update(t,o)}update(t,o){return this.render(...o)}}
|
|
598
|
+
/**
|
|
599
|
+
* @license
|
|
600
|
+
* Copyright 2018 Google LLC
|
|
601
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
602
|
+
*/const Ue=Ee(class extends ke{constructor(t){var o;if(super(t),t.type!==$e||"class"!==t.name||(null===(o=t.strings)||void 0===o?void 0:o.length)>2)throw Error("`classMap()` can only be used in the `class` attribute and must be the only part in the attribute.")}render(t){return" "+Object.keys(t).filter((o=>t[o])).join(" ")+" "}update(t,[o]){var e,r;if(void 0===this.it){this.it=new Set,void 0!==t.strings&&(this.nt=new Set(t.strings.join(" ").split(/\s/).filter((t=>""!==t))));for(const t in o)o[t]&&!(null===(e=this.nt)||void 0===e?void 0:e.has(t))&&this.it.add(t);return this.render(o)}const i=t.element.classList;this.it.forEach((t=>{t in o||(i.remove(t),this.it.delete(t))}));for(const t in o){const e=!!o[t];e===this.it.has(t)||(null===(r=this.nt)||void 0===r?void 0:r.has(t))||(e?(i.add(t),this.it.add(t)):(i.remove(t),this.it.delete(t)))}return q}});var Ie=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class We extends It{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new o(1e3),this.onTransitionStart=t=>{"transform"===t.propertyName&&(this.rippling=this.pressed,this.debouncer.run((()=>this.rippling=!1)))},this.onTransitionEnd=t=>{"transform"===t.propertyName&&(this.rippling=!1)},this.setupDebouncer=new o(10),this.moveRipple=t=>{var o,e;let{x:r,y:i}=this.getCoordinates(t),n=null!==(e=null===(o=this.ripple)||void 0===o?void 0:o.getBoundingClientRect())&&void 0!==e?e:{x:0,y:0,width:0,height:0};this.originX=Math.round(null!=r?r-n.x:n.width/2),this.originY=Math.round(null!=i?i-n.y:n.height/2)},this.startPress=t=>{this.moveRipple(t),this.pressed=!this.isIgnored(t)},this.endPress=()=>{this.pressed=!1},this.startHover=t=>{this.hovered=!this.isIgnored(t)},this.endHover=()=>{this.hovered=!1},this.startFocus=t=>{this.focused=this.isFocusVisible(null==t?void 0:t.target)&&!this.isIgnored(t)},this.endFocus=()=>{this.focused=!1}}render(){let t={"ft-ripple":!0,"ft-ripple--primary":this.primary,"ft-ripple--secondary":this.secondary,"ft-ripple--unbounded":this.unbounded,"ft-ripple--selected":(this.selected||this.activated)&&!this.disabled,"ft-ripple--pressed":(this.pressed||this.rippling)&&!this.disabled,"ft-ripple--hovered":this.hovered&&!this.disabled,"ft-ripple--focused":this.focused&&!this.disabled};return J`
|
|
603
|
+
<style>
|
|
604
|
+
.ft-ripple .ft-ripple--effect {
|
|
605
|
+
left: ${this.originX}px;
|
|
606
|
+
top: ${this.originY}px;
|
|
607
|
+
}
|
|
608
|
+
</style>
|
|
609
|
+
<div class="${Ue(t)}">
|
|
610
|
+
<div class="ft-ripple--background"></div>
|
|
611
|
+
<div class="ft-ripple--effect"></div>
|
|
612
|
+
</div>
|
|
613
|
+
`}contentAvailableCallback(t){super.contentAvailableCallback(t),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(t){var o,e;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),null===(o=this.target)||void 0===o||o.removeAttribute("data-is-ft-ripple-target")):null===(e=this.target)||void 0===e||e.setAttribute("data-is-ft-ripple-target","true"))}endRipple(){this.endHover(),this.endFocus(),this.endPress(),this.rippling=!1}connectedCallback(){super.connectedCallback(),this.setupDebouncer.run((()=>this.defaultSetup()))}defaultSetup(){var t,o;const e=null===(t=this.shadowRoot)||void 0===t?void 0:t.host.parentElement;e&&this.setupFor(null!==(o=this.target)&&void 0!==o?o:e)}setupFor(t){if(this.setupDebouncer.cancel(),this.target===t)return;this.onDisconnect&&this.onDisconnect(),this.target=t,t.setAttribute("data-is-ft-ripple-target","true");const o=(...t)=>o=>{t.forEach((t=>window.addEventListener(t,this.endPress,{once:!0}))),this.startPress(o)},e=o("mouseup","contextmenu"),r=o("touchend","touchcancel"),i=t=>{["Enter"," "].includes(t.key)&&o("keyup")(t)};t.addEventListener("mouseover",this.startHover),t.addEventListener("mousemove",this.moveRipple),t.addEventListener("mouseleave",this.endHover),t.addEventListener("mousedown",e),t.addEventListener("touchstart",r),t.addEventListener("touchmove",this.moveRipple),t.addEventListener("keydown",i),t.addEventListener("focus",this.startFocus),t.addEventListener("blur",this.endFocus),t.addEventListener("focusin",this.startFocus),t.addEventListener("focusout",this.endFocus),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover),t.removeEventListener("mousemove",this.moveRipple),t.removeEventListener("mouseleave",this.endHover),t.removeEventListener("mousedown",e),t.removeEventListener("touchstart",r),t.removeEventListener("touchmove",this.moveRipple),t.removeEventListener("keydown",i),t.removeEventListener("focus",this.startFocus),t.removeEventListener("blur",this.endFocus),t.removeEventListener("focusin",this.startFocus),t.removeEventListener("focusout",this.endFocus),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){const o=t,e=t;let r,i;return null!=o.x?({x:r,y:i}=o):null!=e.touches&&(r=e.touches[0].clientX,i=e.touches[0].clientY),{x:r,y:i}}isFocusVisible(t){return!(t instanceof HTMLElement)||t.matches(":focus-visible")}isIgnored(t){if(this.disabled)return!0;if(null!=t)for(let o of t.composedPath()){if(o===this.target)break;if("hasAttribute"in o&&o.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}}We.elementDefinitions={},We.styles=Vt,Ie([r({type:Boolean})],We.prototype,"primary",void 0),Ie([r({type:Boolean})],We.prototype,"secondary",void 0),Ie([r({type:Boolean})],We.prototype,"unbounded",void 0),Ie([r({type:Boolean})],We.prototype,"activated",void 0),Ie([r({type:Boolean})],We.prototype,"selected",void 0),Ie([r({type:Boolean})],We.prototype,"disabled",void 0),Ie([i()],We.prototype,"hovered",void 0),Ie([i()],We.prototype,"focused",void 0),Ie([i()],We.prototype,"pressed",void 0),Ie([i()],We.prototype,"rippling",void 0),Ie([i()],We.prototype,"originX",void 0),Ie([i()],We.prototype,"originY",void 0),Ie([a(".ft-ripple")],We.prototype,"ripple",void 0),Ie([a(".ft-ripple--effect")],We.prototype,"rippleEffect",void 0),p("ft-ripple")(We);
|
|
614
|
+
/**
|
|
615
|
+
* @license
|
|
616
|
+
* Copyright 2020 Google LLC
|
|
617
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
618
|
+
*/
|
|
619
|
+
const Le=Symbol.for(""),Ke=t=>{if((null==t?void 0:t.r)===Le)return null==t?void 0:t._$litStatic$},ze=t=>({_$litStatic$:t,r:Le}),Ze=new Map,Fe=(t=>(o,...e)=>{const r=e.length;let i,n;const a=[],l=[];let s,c=0,p=!1;for(;c<r;){for(s=o[c];c<r&&void 0!==(n=e[c],i=Ke(n));)s+=i+o[++c],p=!0;c!==r&&l.push(n),a.push(s),c++}if(c===r&&a.push(o[r]),p){const t=a.join("$$lit$$");void 0===(o=Ze.get(t))&&(a.raw=a,Ze.set(t,o=a)),e=l}return t(o,...e)})(J);var Be;!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"}(Be||(Be={}));var De=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class Me extends It{constructor(){super(...arguments),this.variant=Be.body1}render(){return this.element?Fe`
|
|
620
|
+
<${ze(this.element)}
|
|
621
|
+
class="ft-typography ft-typography--${this.variant}">
|
|
622
|
+
<slot></slot>
|
|
623
|
+
</${ze(this.element)}>
|
|
624
|
+
`:Fe`
|
|
625
|
+
<slot class="ft-typography ft-typography--${this.variant}"></slot>
|
|
626
|
+
`}}Me.styles=[oe,ee,re,ie,ne,ae,le,se,ce,pe,fe,...de],De([r()],Me.prototype,"element",void 0),De([r()],Me.prototype,"variant",void 0),p("ft-typography")(Me);const Ae=mt.create("--ft-tooltip-distance","","SIZE","4px"),He=mt.create("--ft-tooltip-color","","COLOR","#FFFFFF"),je=mt.create("--ft-tooltip-background-color","","COLOR","#666666"),Pe=mt.create("--ft-tooltip-z-index","","NUMBER","100"),Te=mt.external(wt.borderRadiusS,"Design system"),Ge=mt.create("--ft-tooltip-max-width","","SIZE","150px"),_e=m`
|
|
627
|
+
.ft-tooltip--container {
|
|
628
|
+
display: block;
|
|
629
|
+
}
|
|
630
|
+
|
|
631
|
+
.ft-tooltip--inline {
|
|
632
|
+
display: inline-block;
|
|
633
|
+
max-width: 100%;
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
.ft-tooltip {
|
|
637
|
+
position: absolute;
|
|
638
|
+
box-sizing: border-box;
|
|
639
|
+
overflow: hidden;
|
|
640
|
+
width: max-content;
|
|
641
|
+
max-width: ${Ge};
|
|
642
|
+
text-align: center;
|
|
643
|
+
padding: ${Ae};
|
|
644
|
+
z-index: ${Pe};
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
.ft-tooltip--content {
|
|
648
|
+
padding: 4px 8px;
|
|
649
|
+
border-radius: ${Te};
|
|
650
|
+
background-color: ${je};
|
|
651
|
+
color: ${He};
|
|
652
|
+
position: relative;
|
|
653
|
+
word-break: break-word;
|
|
654
|
+
}
|
|
655
|
+
`;var Ye=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class Ve extends It{constructor(){super(...arguments),this.text="",this.manual=!1,this.inline=!1,this.delay=500,this.position="bottom",this.visible=!1,this.validPositions=new Set(["top","bottom","left","right"]),this.hideDebounce=new o,this.revealDebouncer=new o}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return J`
|
|
656
|
+
<div part="container"
|
|
657
|
+
class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
|
|
658
|
+
@mouseenter=${this.onHover}
|
|
659
|
+
@mouseleave=${this.onOut}
|
|
660
|
+
@focusin=${this.onHover}
|
|
661
|
+
@focusout=${this.onOut}
|
|
662
|
+
@touchstart=${this.onTouch}>
|
|
663
|
+
<slot></slot>
|
|
664
|
+
<div part="tooltip" role="tooltip" inert
|
|
665
|
+
class="ft-tooltip ft-tooltip--${this.validPosition}"
|
|
666
|
+
?hidden=${!this.visible}>
|
|
667
|
+
<div part="tooltip-content" class="ft-tooltip--content">
|
|
668
|
+
<slot name="text"></slot>
|
|
669
|
+
<ft-typography variant="caption" ?hidden=${!this.text}>${this.text}</ft-typography>
|
|
670
|
+
</div>
|
|
671
|
+
</div>
|
|
672
|
+
</div>
|
|
673
|
+
`}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some((o=>t.has(o)))&&this.visible&&this.positionTooltip()}show(t){this.visible=!0,null!=t&&this.hideDebounce.run((()=>this.hide()),t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return(null!==(t=this.slotNodes)&&void 0!==t?t:[]).filter((t=>t.nodeType==Node.ELEMENT_NODE))[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){const t=this.tooltipContent.style;switch(t.transition="none",this.validPosition){case"top":t.top=this.tooltip.clientHeight+"px",t.left="0";break;case"bottom":t.top=-this.tooltip.clientHeight+"px",t.left="0";break;case"left":t.top="0",t.left=this.tooltip.clientWidth+"px";break;case"right":t.top="0",t.left=-this.tooltip.clientWidth+"px"}}}positionTooltip(){this.resetTooltipContent();const t=this.slottedElement;if(this.tooltip&&t){const o=this.tooltip.offsetWidth,e=this.tooltip.offsetHeight,r=(t.offsetHeight-e)/2,i=(t.offsetWidth-o)/2;let n=0,a=0;switch(this.tooltip.style.top="0",this.tooltip.style.left="0",this.validPosition){case"top":a=t.offsetTop-e-this.tooltip.offsetTop,n=t.offsetLeft+i-this.tooltip.offsetLeft;break;case"bottom":a=t.offsetTop+t.offsetHeight-this.tooltip.offsetTop,n=t.offsetLeft+i-this.tooltip.offsetLeft;break;case"left":a=t.offsetTop+r-this.tooltip.offsetTop,n=t.offsetLeft-o-this.tooltip.offsetLeft;break;case"right":a=t.offsetTop+r-this.tooltip.offsetTop,n=t.offsetLeft+t.offsetWidth-this.tooltip.offsetLeft}const l=this.tooltip.style;l.left=n+"px",l.top=a+"px";const s=this.tooltip.getBoundingClientRect();let c=-s.x,p=s.x+s.width-window.innerWidth;l.left=n+Math.round(this.correctOutOfWindowPixels(c,p))+"px";let f=-s.y,d=s.y+s.height-window.innerHeight;l.top=a+Math.round(this.correctOutOfWindowPixels(f,d))+"px",l.maxWidth=`max(${t.offsetWidth}px, ${Ge})`}this.revealDebouncer.run((()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")}),this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout((()=>window.addEventListener("touchstart",(t=>{t.composedPath().includes(this.container)||this.onOut()}),{once:!0})),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,o){return Math.max(t,Math.min(0,-o))}}Ve.elementDefinitions={"ft-typography":Me},Ve.styles=_e,Ye([r()],Ve.prototype,"text",void 0),Ye([r({type:Boolean})],Ve.prototype,"manual",void 0),Ye([r({type:Boolean})],Ve.prototype,"inline",void 0),Ye([r({type:Number})],Ve.prototype,"delay",void 0),Ye([r()],Ve.prototype,"position",void 0),Ye([
|
|
674
|
+
/**
|
|
675
|
+
* @license
|
|
676
|
+
* Copyright 2017 Google LLC
|
|
677
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
678
|
+
*/
|
|
679
|
+
function(t,o,e){let r,i=t;return"object"==typeof t?(i=t.slot,r=t):r={flatten:o},e?function(t){const{slot:o,selector:e}=null!=t?t:{};return n({descriptor:r=>({get(){var r;const i="slot"+(o?`[name=${o}]`:":not([name])"),n=null===(r=this.renderRoot)||void 0===r?void 0:r.querySelector(i),a=null!=n?s(n,t):[];return e?a.filter((t=>t.matches(e))):a},enumerable:!0,configurable:!0})})}({slot:i,flatten:o,selector:e}):n({descriptor:t=>({get(){var t,o;const e="slot"+(i?`[name=${i}]`:":not([name])"),n=null===(t=this.renderRoot)||void 0===t?void 0:t.querySelector(e);return null!==(o=null==n?void 0:n.assignedNodes(r))&&void 0!==o?o:[]},enumerable:!0,configurable:!0})})}("",!0)],Ve.prototype,"slotNodes",void 0),Ye([a(".ft-tooltip--container")],Ve.prototype,"container",void 0),Ye([a(".ft-tooltip")],Ve.prototype,"tooltip",void 0),Ye([a(".ft-tooltip--content")],Ve.prototype,"tooltipContent",void 0),Ye([i()],Ve.prototype,"visible",void 0),p("ft-tooltip")(Ve);
|
|
680
|
+
/**
|
|
681
|
+
* @license
|
|
682
|
+
* Copyright 2017 Google LLC
|
|
683
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
684
|
+
*/
|
|
685
|
+
class Je extends ke{constructor(t){if(super(t),this.et=X,t.type!==Re)throw Error(this.constructor.directiveName+"() can only be used in child bindings")}render(t){if(t===X||null==t)return this.ft=void 0,this.et=t;if(t===q)return t;if("string"!=typeof t)throw Error(this.constructor.directiveName+"() called with a non-string value");if(t===this.et)return this.ft;this.et=t;const o=[t];return o.raw=o,this.ft={_$litType$:this.constructor.resultType,strings:o,values:[]}}}Je.directiveName="unsafeHTML",Je.resultType=1;const qe=Ee(Je);var Xe,Qe,tr;!function(t){t.THUMBS_DOWN="",t.THUMBS_DOWN_PLAIN="",t.THUMBS_UP="",t.THUMBS_UP_PLAIN="",t.STAR="",t.STAR_PLAIN="",t.DESKTOP="",t.LIFE_RING="",t.GLOBE="",t.PIGGY_BANK="",t.TABLET_LANDSCAPE="",t.TABLET_PORTRAIT="",t.MOBILE_LANDSCAPE="",t.MOBILE_PORTRAIT="",t.ARROW_RIGHT_TO_LINE="",t.THIN_ARROW_UP="",t.CONTEXTUAL="",t.CHART_SIMPLE="",t.BARS_PROGRESS="",t.LINE_CHART="",t.STACKED_CHART="",t.BOOK_OPEN_GEAR="",t.BOOK_OPEN_GEAR_SLASH="",t.DIAGRAM_SUNBURST="",t.DIAGRAM_SANKEY="",t.UNSTRUCTURED_DOC="",t.RESET="",t.THIN_ARROW_LEFT="",t.THIN_ARROW_RIGHT="",t.MY_COLLECTIONS="",t.OFFLINE_SETTINGS="",t.MY_LIBRARY="",t.RATE_PLAIN="",t.RATE="",t.FEEDBACK_PLAIN="",t.PAUSE="",t.PLAY="",t.RELATIVES_PLAIN="",t.RELATIVES="",t.SHORTCUT_MENU="",t.PRINT="",t.DEFAULT_ROLES="",t.ACCOUNT_SETTINGS="",t.ONLINE="",t.OFFLINE="",t.UPLOAD="",t.BOOK_PLAIN="",t.SYNC="",t.SHARED_PBK="",t.COLLECTIONS="",t.SEARCH_IN_PUBLICATION="",t.BOOKS="",t.LOCKER="",t.ARROW_DOWN="",t.ARROW_LEFT="",t.ARROW_RIGHT="",t.ARROW_UP="",t.SAVE="",t.MAILS_AND_NOTIFICATIONS="",t.DOT="",t.MINUS="",t.PLUS="",t.FILTERS="",t.STRIPE_ARROW_RIGHT="",t.STRIPE_ARROW_LEFT="",t.ATTACHMENTS="",t.ADD_BOOKMARK="",t.BOOKMARK="",t.EXPORT="",t.MENU="",t.TAG="",t.TAG_PLAIN="",t.COPY_TO_CLIPBOARD="",t.COLUMNS="",t.ARTICLE="",t.CLOSE_PLAIN="",t.CHECK_PLAIN="",t.LOGOUT="",t.SIGN_IN="",t.THIN_ARROW="",t.TRIANGLE_BOTTOM="",t.TRIANGLE_LEFT="",t.TRIANGLE_RIGHT="",t.TRIANGLE_TOP="",t.FACET_HAS_DESCENDANT="",t.MINUS_PLAIN="",t.PLUS_PLAIN="",t.INFO="",t.ICON_EXPAND="",t.ICON_COLLAPSE="",t.ADD_TO_PBK="",t.ALERT="",t.ADD_ALERT="",t.BACK_TO_SEARCH="",t.DOWNLOAD="",t.EDIT="",t.FEEDBACK="",t.MODIFY_PBK="",t.SCHEDULED="",t.SEARCH="",t.SHARE="󨃱",t.TOC="",t.WRITE_UGC="",t.TRASH="",t.EXTLINK="",t.EXTLINK_LIGHT="",t.CALENDAR="",t.BOOK="",t.DOWNLOAD_PLAIN="",t.CHECK="",t.TOPICS="",t.EYE="",t.EYE_SLASH="",t.DISC="",t.CIRCLE="",t.SHARED="",t.SORT_UNSORTED="",t.SORT_UP="",t.SORT_DOWN="",t.WORKING="",t.CLOSE="",t.ZOOM_OUT="",t.ZOOM_IN="",t.ZOOM_REALSIZE="",t.ZOOM_FULLSCREEN="",t.ADMIN_RESTRICTED="",t.ADMIN_THEME="",t.WARNING="",t.CONTEXT="",t.SEARCH_HOME="",t.STEPS="",t.HOME="",t.TRANSLATE="",t.USER="",t.ADMIN="",t.ANALYTICS="",t.ADMIN_KHUB="",t.ADMIN_USERS="",t.ADMIN_INTEGRATION="",t.ADMIN_PORTAL="",t.COMMENT_QUESTION="",t.COMMENT_QUESTION_PLAIN="",t.MESSAGE_BOT="",t.PIP="",t.PIP_WIDE="",t.EXPAND_WIDE="",t.X_MARK=""}(Xe||(Xe={})),function(t){t.UNKNOWN="",t.ABW="",t.AUDIO="",t.AVI="",t.CHM="",t.CODE="",t.CSV="",t.DITA="",t.EPUB="",t.EXCEL="",t.FLAC="",t.GIF="",t.GZIP="",t.HTML="",t.IMAGE="",t.JPEG="",t.JSON="",t.M4A="",t.MOV="",t.MP3="",t.MP4="",t.OGG="",t.PDF="",t.PNG="",t.POWERPOINT="",t.RAR="",t.STP="",t.TEXT="",t.VIDEO="",t.WAV="",t.WMA="",t.WORD="",t.XML="",t.YAML="",t.ZIP=""}(Qe||(Qe={})),new Map([...["abw"].map((t=>[t,Qe.ABW])),...["3gp","act","aiff","aac","amr","au","awb","dct","dss","dvf","gsm","iklax","ivs","mmf","mpc","msv","opus","ra","rm","raw","sln","tta","vox","wv"].map((t=>[t,Qe.AUDIO])),...["avi"].map((t=>[t,Qe.AVI])),...["chm","xhs"].map((t=>[t,Qe.CHM])),...["java","py","php","php3","php4","php5","js","javascript","rb","rbw","c","cpp","cxx","h","hh","hpp","hxx","sh","bash","zsh","tcsh","ksh","csh","vb","scala","pl","prl","perl","groovy","ceylon","aspx","jsp","scpt","applescript","bas","bat","lua","jsp","mk","cmake","css","sass","less","m","mm","xcodeproj"].map((t=>[t,Qe.CODE])),...["csv"].map((t=>[t,Qe.CSV])),...["dita","ditamap","ditaval"].map((t=>[t,Qe.DITA])),...["epub"].map((t=>[t,Qe.EPUB])),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map((t=>[t,Qe.EXCEL])),...["flac"].map((t=>[t,Qe.FLAC])),...["gif"].map((t=>[t,Qe.GIF])),...["gzip","x-gzip","giz","gz","tgz"].map((t=>[t,Qe.GZIP])),...["html","htm","xhtml"].map((t=>[t,Qe.HTML])),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf"].map((t=>[t,Qe.IMAGE])),...["jpeg","jpg","jpe"].map((t=>[t,Qe.JPEG])),...["json"].map((t=>[t,Qe.JSON])),...["m4a","m4p"].map((t=>[t,Qe.M4A])),...["mov","qt"].map((t=>[t,Qe.MOV])),...["mp3"].map((t=>[t,Qe.MP3])),...["mp4","m4v"].map((t=>[t,Qe.MP4])),...["ogg","oga"].map((t=>[t,Qe.OGG])),...["pdf","ps"].map((t=>[t,Qe.PDF])),...["png"].map((t=>[t,Qe.PNG])),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map((t=>[t,Qe.POWERPOINT])),...["rar"].map((t=>[t,Qe.RAR])),...["stp"].map((t=>[t,Qe.STP])),...["txt","rtf","md","mdown"].map((t=>[t,Qe.TEXT])),...["webm","mkv","flv","vob","ogv","ogg","drc","mng","wmv","yuv","rm","rmvb","asf","mpg","mp2","mpeg","mpe","mpv","m2v","svi","3gp","3g2","mxf","roq","nsv"].map((t=>[t,Qe.VIDEO])),...["wav"].map((t=>[t,Qe.WAV])),...["wma"].map((t=>[t,Qe.WMA])),...["doc","dot","docx","docm","dotx","dotm","docb"].map((t=>[t,Qe.WORD])),...["xml","xsl","rdf"].map((t=>[t,Qe.XML])),...["yaml","yml","x-yaml"].map((t=>[t,Qe.YAML])),...["zip"].map((t=>[t,Qe.ZIP]))]),function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"}(tr||(tr={}));var or=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class er extends It{constructor(){super(...arguments),this.resolvedIcon=X}render(){const t=this.variant&&Object.values(tr).includes(this.variant)?this.variant:tr.fluid_topics,o=t!==tr.material||!!this.value;return J`
|
|
686
|
+
<i class="ft-icon ft-icon--${t}" part="icon icon-${t}">
|
|
687
|
+
${qe(this.resolvedIcon)}
|
|
688
|
+
<slot ?hidden=${o}></slot>
|
|
689
|
+
</i>
|
|
690
|
+
`}get textContent(){var t,o;return null!==(o=null===(t=this.slottedContent)||void 0===t?void 0:t.assignedNodes().map((t=>t.textContent)).join("").trim())&&void 0!==o?o:""}update(t){super.update(t),["value","variant"].some((o=>t.has(o)))&&this.resolveIcon()}resolveIcon(){var t,o;let e=this.value||this.textContent;switch(this.variant){case tr.file_format:this.resolvedIcon=null!==(t=Qe[e.replace("-","_").toUpperCase()])&&void 0!==t?t:e;break;case tr.material:this.resolvedIcon=this.value||X;break;default:this.resolvedIcon=null!==(o=Xe[e.replace("-","_").toUpperCase()])&&void 0!==o?o:e}}firstUpdated(t){super.firstUpdated(t),setTimeout((()=>this.resolveIcon()))}}er.elementDefinitions={},er.styles=ge,or([r()],er.prototype,"variant",void 0),or([r()],er.prototype,"value",void 0),or([i()],er.prototype,"resolvedIcon",void 0),or([a("slot")],er.prototype,"slottedContent",void 0),p("ft-icon")(er);class rr extends It{render(){return J`
|
|
691
|
+
<div class="ft-loader">
|
|
692
|
+
<div></div>
|
|
693
|
+
<div></div>
|
|
694
|
+
<div></div>
|
|
695
|
+
<div></div>
|
|
696
|
+
</div>
|
|
697
|
+
`}}rr.styles=ue,p("ft-loader")(rr);var ir=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class nr extends(function(t,o){return class extends t{static get formAssociated(){return!0}get form(){return this[Kt].form}constructor(...t){super(t),this[Kt]=this.attachInternals(),this[Kt].role=o}setFormValue(t){this[Kt].setFormValue(t)}}}(It,"button")){constructor(){super(...arguments),this.role="button",this.type="button",this.disabled=!1,this.label="",this.icon=void 0,this.trailingIcon=!1,this.loading=!1,this.tooltipPosition="bottom",this.hideTooltip=!1,this.forceTooltip=!1,this.onclick=t=>{var o;this.isDisabled()?(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation()):"submit"==this.type&&(null===(o=this.form)||void 0===o||o.requestSubmit())}}render(){return this.addTooltipIfNeeded(J`
|
|
694
698
|
<button part="button"
|
|
695
|
-
class="${
|
|
699
|
+
class="${Ue(this.buttonClasses)}"
|
|
696
700
|
aria-label="${this.getLabel()}"
|
|
697
701
|
?disabled=${this.isDisabled()}>
|
|
698
702
|
<ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
|
|
699
703
|
<ft-typography part="label"
|
|
700
|
-
variant
|
|
704
|
+
variant=${this.typographyVariant}
|
|
701
705
|
element="span"
|
|
702
|
-
class="ft-button--label ${
|
|
706
|
+
class="ft-button--label ${Bt?"ft-safari-ellipsis-fix":""}"
|
|
703
707
|
?hidden=${!this.hasTextContent()}>
|
|
704
708
|
<slot @slotchange=${this.onSlotchange}></slot>
|
|
705
709
|
</ft-typography>
|
|
706
710
|
${this.resolveIcon()}
|
|
707
711
|
</button>
|
|
708
|
-
`)}addTooltipIfNeeded(t){return this.getLabel().trim().length>0&&(this.forceTooltip||!this.hasTextContent()&&!this.hideTooltip)?
|
|
712
|
+
`)}addTooltipIfNeeded(t){return this.getLabel().trim().length>0&&(this.forceTooltip||!this.hasTextContent()&&!this.hideTooltip)?J`
|
|
709
713
|
<ft-tooltip part="tooltip"
|
|
710
714
|
text="${this.getLabel()}"
|
|
711
715
|
position="${this.tooltipPosition}">
|
|
712
716
|
${t}
|
|
713
717
|
</ft-tooltip>
|
|
714
|
-
`:t}resolveIcon(){return this.loading?
|
|
715
|
-
<ft-loader part="loader icon"></ft-loader> `:this.icon?
|
|
716
|
-
<ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon> `:
|
|
718
|
+
`:t}resolveIcon(){return this.loading?J`
|
|
719
|
+
<ft-loader part="loader icon"></ft-loader> `:this.icon?J`
|
|
720
|
+
<ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon> `:X}focus(){var t;null===(t=this.button)||void 0===t||t.focus()}getLabel(){return this.label||this.textContent}get textContent(){return this.unslotText(this.slottedContent).trim()}unslotText(t){return t instanceof HTMLSlotElement?t.assignedNodes().map((t=>this.unslotText(t))).join(""):(null==t?void 0:t.textContent)||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}}nr.elementDefinitions={"ft-ripple":We,"ft-tooltip":Ve,"ft-typography":Me,"ft-icon":er,"ft-loader":rr},ir([r({type:String,reflect:!0})],nr.prototype,"role",void 0),ir([r()],nr.prototype,"type",void 0),ir([r({type:Boolean})],nr.prototype,"disabled",void 0),ir([r()],nr.prototype,"label",void 0),ir([r()],nr.prototype,"icon",void 0),ir([r()],nr.prototype,"iconVariant",void 0),ir([r({type:Boolean})],nr.prototype,"trailingIcon",void 0),ir([r({type:Boolean})],nr.prototype,"loading",void 0),ir([r()],nr.prototype,"tooltipPosition",void 0),ir([r({type:Boolean})],nr.prototype,"hideTooltip",void 0),ir([r({type:Boolean})],nr.prototype,"forceTooltip",void 0),ir([a(".ft-button")],nr.prototype,"button",void 0),ir([a(".ft-button--label slot")],nr.prototype,"slottedContent",void 0);var ar=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class lr extends nr{constructor(){super(...arguments),this.primary=!1,this.outlined=!1,this.disabled=!1,this.dense=!1,this.round=!1}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--outlined":this.outlined,"ft-button--dense":this.dense,"ft-button--round":this.round,"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0}}get typographyVariant(){return"button"}}lr.styles=[Lt,Ce],ar([r({type:Boolean})],lr.prototype,"primary",void 0),ar([r({type:Boolean})],lr.prototype,"outlined",void 0),ar([r({type:Boolean})],lr.prototype,"disabled",void 0),ar([r({type:Boolean})],lr.prototype,"dense",void 0),ar([r({type:Boolean})],lr.prototype,"round",void 0);const sr=[m`
|
|
721
|
+
:host {
|
|
722
|
+
display: inline-block;
|
|
723
|
+
max-width: 100%;
|
|
724
|
+
pointer-events: none;
|
|
725
|
+
}
|
|
726
|
+
|
|
727
|
+
/** Remove default button styles **/
|
|
728
|
+
|
|
729
|
+
button {
|
|
730
|
+
box-shadow: 0 0 0 transparent;
|
|
731
|
+
border: 0 solid transparent;
|
|
732
|
+
text-shadow: 0 0 0 transparent;
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
button:hover {
|
|
736
|
+
box-shadow: 0 0 0 transparent;
|
|
737
|
+
text-shadow: 0 0 0 transparent;
|
|
738
|
+
}
|
|
739
|
+
|
|
740
|
+
button:active {
|
|
741
|
+
outline: none;
|
|
742
|
+
}
|
|
743
|
+
|
|
744
|
+
button:focus {
|
|
745
|
+
outline: 0;
|
|
746
|
+
}
|
|
747
|
+
|
|
748
|
+
/** Base styles **/
|
|
749
|
+
|
|
750
|
+
.ft-button {
|
|
751
|
+
position: relative;
|
|
752
|
+
display: flex;
|
|
753
|
+
justify-content: center;
|
|
754
|
+
align-items: center;
|
|
755
|
+
width: 100%;
|
|
756
|
+
overflow: hidden;
|
|
757
|
+
box-sizing: border-box;
|
|
758
|
+
pointer-events: auto;
|
|
759
|
+
}
|
|
760
|
+
|
|
761
|
+
.ft-button:not([disabled]):hover {
|
|
762
|
+
cursor: pointer;
|
|
763
|
+
}
|
|
764
|
+
|
|
765
|
+
.ft-button:focus {
|
|
766
|
+
outline: none;
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
.ft-button:focus-visible {
|
|
770
|
+
outline-color: ${St.focusFocusRingColor};
|
|
771
|
+
outline-style: solid;
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
ft-icon {
|
|
775
|
+
flex-shrink: 0;
|
|
776
|
+
position: relative;
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
.ft-button:not(.ft-button--trailing-icon) ft-icon,
|
|
780
|
+
.ft-button:not(.ft-button--trailing-icon) ft-loader {
|
|
781
|
+
order: -1;
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
.ft-button--label {
|
|
785
|
+
position: relative;
|
|
786
|
+
overflow: hidden;
|
|
787
|
+
white-space: nowrap;
|
|
788
|
+
text-overflow: ellipsis;
|
|
789
|
+
display: block;
|
|
790
|
+
}
|
|
791
|
+
|
|
792
|
+
.ft-button--label[hidden] {
|
|
793
|
+
display: none;
|
|
794
|
+
}
|
|
795
|
+
|
|
796
|
+
/** Primary styles **/
|
|
797
|
+
|
|
798
|
+
.ft-button--primary {
|
|
799
|
+
${xt(he.color,St.primaryIconColor)};
|
|
800
|
+
|
|
801
|
+
${xt(Ht.color,St.primaryStateLayerColor)};
|
|
802
|
+
${xt(Ht.opacityContentOnSurfaceHover,St.primaryStateLayerOpacityHover)};
|
|
803
|
+
${xt(Ht.opacityContentOnSurfaceFocused,St.primaryStateLayerOpacityFocus)};
|
|
804
|
+
${xt(Ht.opacityContentOnSurfaceSelected,St.primaryStateLayerOpacityActive)};
|
|
805
|
+
${xt(Ht.opacityContentOnSurfacePressed,St.primaryStateLayerOpacityActive)};
|
|
806
|
+
|
|
807
|
+
background-color: ${St.primaryBackgroundColor};
|
|
808
|
+
color: ${St.primaryColor};
|
|
809
|
+
border-style: none;
|
|
810
|
+
}
|
|
811
|
+
|
|
812
|
+
.ft-button--primary[disabled] {
|
|
813
|
+
opacity: ${St.primaryComponentOpacityDisabled};
|
|
814
|
+
}
|
|
815
|
+
|
|
816
|
+
.ft-button--primary ft-icon {
|
|
817
|
+
color: ${St.primaryIconColor};
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
/** Secondary styles **/
|
|
821
|
+
|
|
822
|
+
.ft-button--secondary {
|
|
823
|
+
${xt(he.color,St.secondaryIconColor)};
|
|
824
|
+
|
|
825
|
+
${xt(Ht.color,St.secondaryStateLayerColor)};
|
|
826
|
+
${xt(Ht.opacityContentOnSurfaceHover,St.secondaryStateLayerOpacityHover)};
|
|
827
|
+
${xt(Ht.opacityContentOnSurfaceFocused,St.secondaryStateLayerOpacityFocus)};
|
|
828
|
+
${xt(Ht.opacityContentOnSurfaceSelected,St.secondaryStateLayerOpacityActive)};
|
|
829
|
+
${xt(Ht.opacityContentOnSurfacePressed,St.secondaryStateLayerOpacityActive)};
|
|
830
|
+
|
|
831
|
+
background-color: ${St.secondaryBackgroundColor};
|
|
832
|
+
color: ${St.secondaryColor};
|
|
833
|
+
border-color: ${St.secondaryBorderColor};
|
|
834
|
+
border-style: solid;
|
|
835
|
+
}
|
|
836
|
+
|
|
837
|
+
.ft-button--secondary[disabled] {
|
|
838
|
+
opacity: ${St.secondaryComponentOpacityDisabled};
|
|
839
|
+
}
|
|
840
|
+
|
|
841
|
+
.ft-button--secondary ft-icon {
|
|
842
|
+
color: ${St.secondaryIconColor};
|
|
843
|
+
}
|
|
844
|
+
|
|
845
|
+
/** Tertiary styles **/
|
|
846
|
+
|
|
847
|
+
.ft-button--tertiary {
|
|
848
|
+
${xt(he.color,St.tertiaryIconColor)};
|
|
849
|
+
|
|
850
|
+
${xt(Ht.color,St.tertiaryStateLayerColor)};
|
|
851
|
+
${xt(Ht.opacityContentOnSurfaceHover,St.tertiaryStateLayerOpacityHover)};
|
|
852
|
+
${xt(Ht.opacityContentOnSurfaceFocused,St.tertiaryStateLayerOpacityFocus)};
|
|
853
|
+
${xt(Ht.opacityContentOnSurfaceSelected,St.tertiaryStateLayerOpacityActive)};
|
|
854
|
+
${xt(Ht.opacityContentOnSurfacePressed,St.tertiaryStateLayerOpacityActive)};
|
|
855
|
+
|
|
856
|
+
background-color: ${St.tertiaryBackgroundColor};
|
|
857
|
+
color: ${St.tertiaryColor};
|
|
858
|
+
border-style: none;
|
|
859
|
+
}
|
|
860
|
+
|
|
861
|
+
.ft-button--tertiary[disabled] {
|
|
862
|
+
opacity: ${St.tertiaryComponentOpacityDisabled};
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
.ft-button--tertiary ft-icon {
|
|
866
|
+
color: ${St.tertiaryIconColor};
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
/** Neutral styles **/
|
|
870
|
+
|
|
871
|
+
.ft-button--neutral {
|
|
872
|
+
${xt(he.color,St.neutralIconColor)};
|
|
873
|
+
|
|
874
|
+
${xt(Ht.backgroundColor,St.neutralStateLayerColor)};
|
|
875
|
+
${xt(Ht.opacityContentOnSurfaceHover,St.neutralStateLayerOpacityHover)};
|
|
876
|
+
${xt(Ht.opacityContentOnSurfaceFocused,St.neutralStateLayerOpacityFocus)};
|
|
877
|
+
${xt(Ht.opacityContentOnSurfaceSelected,St.neutralStateLayerOpacityActive)};
|
|
878
|
+
${xt(Ht.opacityContentOnSurfacePressed,St.neutralStateLayerOpacityActive)};
|
|
879
|
+
|
|
880
|
+
background-color: ${St.neutralBackgroundColor};
|
|
881
|
+
color: ${St.neutralColor};
|
|
882
|
+
border-style: none;
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
.ft-button--neutral[disabled] {
|
|
886
|
+
opacity: ${St.neutralComponentOpacityDisabled};
|
|
887
|
+
}
|
|
888
|
+
|
|
889
|
+
.ft-button--neutral ft-icon {
|
|
890
|
+
color: ${St.neutralIconColor};
|
|
891
|
+
}
|
|
892
|
+
|
|
893
|
+
/** Large styles **/
|
|
894
|
+
|
|
895
|
+
.ft-button--large {
|
|
896
|
+
${xt(ye.size,St.largeIconSize)};
|
|
897
|
+
${xt(he.size,St.largeIconSize)};
|
|
898
|
+
|
|
899
|
+
height: ${St.largeHeight};
|
|
900
|
+
padding: 0 ${St.largeHorizontalPadding};
|
|
901
|
+
gap: ${St.largeGap};
|
|
902
|
+
border-radius: ${St.largeBorderRadius};
|
|
903
|
+
border-width: ${St.largeBorderWidth};
|
|
904
|
+
}
|
|
905
|
+
|
|
906
|
+
.ft-button--large:focus-visible {
|
|
907
|
+
outline-width: ${St.largeFocusOutlineWidth};
|
|
908
|
+
outline-offset: ${St.largeFocusOutlineOffset};
|
|
909
|
+
}
|
|
910
|
+
|
|
911
|
+
.ft-button--large.ft-button--icon-only {
|
|
912
|
+
width: ${St.largeIconOnlyWidth};
|
|
913
|
+
padding: unset;
|
|
914
|
+
}
|
|
915
|
+
|
|
916
|
+
/** Small styles **/
|
|
917
|
+
|
|
918
|
+
.ft-button--small {
|
|
919
|
+
${xt(ye.size,St.smallIconSize)};
|
|
920
|
+
${xt(he.size,St.smallIconSize)};
|
|
921
|
+
|
|
922
|
+
height: ${St.smallHeight};
|
|
923
|
+
padding: 0 ${St.smallHorizontalPadding};
|
|
924
|
+
gap: ${St.smallGap};
|
|
925
|
+
border-radius: ${St.smallBorderRadius};
|
|
926
|
+
border-width: ${St.smallBorderWidth};
|
|
927
|
+
}
|
|
928
|
+
|
|
929
|
+
.ft-button--small:focus-visible {
|
|
930
|
+
outline-width: ${St.smallFocusOutlineWidth};
|
|
931
|
+
outline-offset: ${St.smallFocusOutlineOffset};
|
|
932
|
+
}
|
|
933
|
+
|
|
934
|
+
.ft-button--small.ft-button--icon-only {
|
|
935
|
+
width: ${St.smallIconOnlyWidth};
|
|
936
|
+
padding: unset;
|
|
937
|
+
}
|
|
938
|
+
`,Wt];var cr=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class pr extends nr{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.tertiary=!1,this.neutral=!1,this.small=!1}get buttonClasses(){return{"ft-button":!0,"ft-button--primary":this.primary,"ft-button--secondary":this.secondary,"ft-button--tertiary":this.tertiary||!this.primary&&!this.secondary&&!this.neutral,"ft-button--neutral":this.neutral,"ft-button--large":!this.small,"ft-button--small":this.small,"ft-button--icon-only":!this.hasTextContent(),"ft-button--trailing-icon":this.trailingIcon,"ft-button--loading":this.trailingIcon,"ft-no-text-select":!0,"ft-button--no-icon":!this.icon}}get typographyVariant(){return this.small?Be.caption1medium:Be.body2medium}}pr.styles=[Lt,sr],cr([r({type:Boolean})],pr.prototype,"primary",void 0),cr([r({type:Boolean})],pr.prototype,"secondary",void 0),cr([r({type:Boolean})],pr.prototype,"tertiary",void 0),cr([r({type:Boolean})],pr.prototype,"neutral",void 0),cr([r({type:Boolean})],pr.prototype,"small",void 0),p("ft-button")(lr),p("ftds-button")(pr);const fr={iconColor:mt.extend("--ft-floating-menu-icon-color","",wt.colorOnSurfaceMedium)},dr=m`
|
|
717
939
|
.ft-floating-menu-item {
|
|
718
940
|
cursor: pointer;
|
|
719
941
|
display: flex;
|
|
@@ -728,7 +950,7 @@ class Fi extends Lt{constructor(t){if(super(t),this.et=G,t.type!==Tt)throw Error
|
|
|
728
950
|
}
|
|
729
951
|
|
|
730
952
|
.ft-floating-menu-item ft-icon {
|
|
731
|
-
color: ${
|
|
953
|
+
color: ${fr.iconColor};
|
|
732
954
|
margin-left: 0;
|
|
733
955
|
flex-shrink: 0;
|
|
734
956
|
flex-grow: 0;
|
|
@@ -743,19 +965,19 @@ class Fi extends Lt{constructor(t){if(super(t),this.et=G,t.type!==Tt)throw Error
|
|
|
743
965
|
word-break: break-word;
|
|
744
966
|
hyphens: auto;
|
|
745
967
|
}
|
|
746
|
-
`;var
|
|
968
|
+
`;var hr=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class ur extends CustomEvent{constructor(t){super("select",{detail:t,bubbles:!0,composed:!0})}}class yr extends It{constructor(){super(...arguments),this.value=""}render(){return J`
|
|
747
969
|
<div class="ft-floating-menu-item"
|
|
748
970
|
@click=${this.onClick}>
|
|
749
971
|
<ft-ripple></ft-ripple>
|
|
750
|
-
${this.icon?
|
|
972
|
+
${this.icon?J`
|
|
751
973
|
<ft-icon .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon>
|
|
752
|
-
`:
|
|
974
|
+
`:X}
|
|
753
975
|
<ft-typography variant="body2">
|
|
754
976
|
<slot></slot>
|
|
755
977
|
</ft-typography>
|
|
756
978
|
</div>
|
|
757
|
-
`}onClick(t){this.dispatchEvent(new
|
|
758
|
-
<div class="${
|
|
979
|
+
`}onClick(t){this.dispatchEvent(new ur(this.value))}}yr.elementDefinitions={"ft-icon":er,"ft-ripple":We,"ft-typography":Me},yr.styles=dr,hr([r()],yr.prototype,"iconVariant",void 0),hr([r()],yr.prototype,"icon",void 0),hr([r()],yr.prototype,"value",void 0);var gr=function(t,o,e,r){for(var i,n=arguments.length,a=n<3?o:null===r?r=Object.getOwnPropertyDescriptor(o,e):r,l=t.length-1;l>=0;l--)(i=t[l])&&(a=(n<3?i(a):n>3?i(o,e,a):i(o,e))||a);return n>3&&a&&Object.defineProperty(o,e,a),a};class br extends CustomEvent{constructor(){super("close-ft-floating-menu")}}class mr extends It{constructor(){super(...arguments),this.menuOpen=!1,this.forceMenuOpen=!1,this.iconVariant=tr.fluid_topics,this.icon="SHORTCUT_MENU",this.horizontalAlignment="left",this.verticalAlignment="bottom",this.disabled=!1,this.closeMenuMatchers=[],this.hideOptions=t=>{this.menuOpen=this.menuOpen&&t.composedPath().includes(this.container),this.menuOpen||document.removeEventListener("click",this.hideOptions)}}render(){const t={"ft-floating-menu":!0,"ft-floating-menu--open":this.forceMenuOpen||this.menuOpen,["ft-floating-menu--"+this.horizontalAlignment.toLowerCase()]:!0,["ft-floating-menu--"+this.verticalAlignment.toLowerCase()]:!0};return J`
|
|
980
|
+
<div class="${Ue(t)}">
|
|
759
981
|
<ft-button id="actions-button"
|
|
760
982
|
part="button"
|
|
761
983
|
dense round
|
|
@@ -780,4 +1002,4 @@ class Fi extends Lt{constructor(t){if(super(t),this.et=G,t.type!==Tt)throw Error
|
|
|
780
1002
|
</div>
|
|
781
1003
|
</div>
|
|
782
1004
|
</div>
|
|
783
|
-
`}onClick(){this.menuOpen=!this.menuOpen,setTimeout((()=>document.addEventListener("click",this.hideOptions)))}onClickItem(){this.closeMenu()}closeMenu(){this.menuOpen=!1}onCloseEvent(t){t.stopPropagation(),this.closeMenu()}onContentClick(t){(function(t,e
|
|
1005
|
+
`}onClick(){this.menuOpen=!this.menuOpen,setTimeout((()=>document.addEventListener("click",this.hideOptions)))}onClickItem(){this.closeMenu()}closeMenu(){this.menuOpen=!1}onCloseEvent(t){t.stopPropagation(),this.closeMenu()}onContentClick(t){(function(t,o,e){if(o.length>0){const r=t.composedPath();for(let t of r){if(t===e)return!1;if(t.matches&&o.some((o=>t.matches(o))))return!0}}return!1})(t,this.closeMenuMatchers,this)&&(this.closeMenu(),t.stopPropagation())}disconnectedCallback(){super.disconnectedCallback(),document.removeEventListener("click",this.hideOptions)}contentAvailableCallback(t){super.contentAvailableCallback(t),["menuOpen"].some((o=>t.has(o)))&&this.menuOpen&&(this.menuWrapper.classList.remove("ft-floating-menu--wrapper-positioned"),this.positionMenuWrapper())}positionMenuWrapper(){const t=this.menuContent.offsetWidth,o=this.menuContent.offsetHeight,e=this.actionButton.offsetWidth,r=this.actionButton.offsetHeight;let i=0,n=0;switch(this.menuWrapper.style.left="0",this.menuWrapper.style.top="0",this.horizontalAlignment){case"left":i=this.actionButton.offsetLeft-this.menuWrapper.offsetLeft;break;case"right":i=this.actionButton.offsetLeft+e-t-this.menuWrapper.offsetLeft;break;case"center":i=this.actionButton.offsetLeft+e/2-t/2-this.menuWrapper.offsetLeft}switch(this.verticalAlignment){case"bottom":n=this.actionButton.offsetTop+r+4-this.menuWrapper.offsetTop;break;case"top":n=this.actionButton.offsetTop-o-4-this.menuWrapper.offsetTop}const a=this.menuWrapper.style;a.left=i+"px",a.top=n+"px";const l=this.menuWrapper.getBoundingClientRect();let s=-l.x,c=l.x+l.width-window.innerWidth;a.left=i+Math.round(this.correctOutOfWindowPixels(s,c))+"px";let p=-l.y,f=l.y+l.height-window.innerHeight;a.top=n+Math.round(this.correctOutOfWindowPixels(p,f))+"px",this.menuWrapper.classList.add("ft-floating-menu--wrapper-positioned")}correctOutOfWindowPixels(t,o){return Math.max(t,Math.min(0,-o))}}mr.elementDefinitions={"ft-button":lr,"ft-floating-menu-item":yr},mr.styles=Mt,gr([i()],mr.prototype,"menuOpen",void 0),gr([i()],mr.prototype,"forceMenuOpen",void 0),gr([a(".ft-floating-menu")],mr.prototype,"container",void 0),gr([a(".ft-floating-menu--wrapper")],mr.prototype,"menuWrapper",void 0),gr([a("#ft-floating-menu-options")],mr.prototype,"menuContent",void 0),gr([a("#actions-button")],mr.prototype,"actionButton",void 0),gr([r()],mr.prototype,"label",void 0),gr([r()],mr.prototype,"tooltipPosition",void 0),gr([r()],mr.prototype,"iconVariant",void 0),gr([r()],mr.prototype,"icon",void 0),gr([r()],mr.prototype,"text",void 0),gr([r()],mr.prototype,"horizontalAlignment",void 0),gr([r()],mr.prototype,"verticalAlignment",void 0),gr([r({type:Boolean})],mr.prototype,"disabled",void 0),gr([f([])],mr.prototype,"closeMenuMatchers",void 0),p("ft-floating-menu")(mr),p("ft-floating-menu-item")(yr),t.FloatingMenuCloseEvent=br,t.FtFloatingMenu=mr,t.FtFloatingMenuCssVariables=Dt,t.FtFloatingMenuItem=yr,t.FtFloatingMenuItemCssVariables=fr,t.FtFloatingMenuItemSelect=ur,t.itemStyles=dr,t.styles=Mt}({});
|