@fluid-topics/ft-search-type 1.1.80 → 1.1.82

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.
@@ -1,120 +1,120 @@
1
- "use strict";(()=>{var As=Object.create;var Hr=Object.defineProperty;var ws=Object.getOwnPropertyDescriptor;var Rs=Object.getOwnPropertyNames;var Ns=Object.getPrototypeOf,Ls=Object.prototype.hasOwnProperty;var me=(o,t)=>()=>(t||o((t={exports:{}}).exports,t),t.exports);var Is=(o,t,r,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of Rs(t))!Ls.call(o,n)&&n!==r&&Hr(o,n,{get:()=>t[n],enumerable:!(i=ws(t,n))||i.enumerable});return o};var f=(o,t,r)=>(r=o!=null?As(Ns(o)):{},Is(t||!o||!o.__esModule?Hr(r,"default",{value:o,enumerable:!0}):r,o));var O=me((pl,Gr)=>{Gr.exports=ftGlobals.wcUtils});var R=me((dl,Vr)=>{Vr.exports=ftGlobals.lit});var V=me((hl,jr)=>{jr.exports=ftGlobals.litDecorators});var tn=me((af,Ji)=>{Ji.exports=ftGlobals.litRepeat});var We=me((mf,gn)=>{gn.exports=ftGlobals.litClassMap});var qn=me((ru,jn)=>{jn.exports=ftGlobals.litUnsafeHTML});var Ya=me(qa=>{(function(o){var t=function(r){var i={searchParams:"URLSearchParams"in o,iterable:"Symbol"in o&&"iterator"in Symbol,blob:"FileReader"in o&&"Blob"in o&&function(){try{return new Blob,!0}catch{return!1}}(),formData:"FormData"in o,arrayBuffer:"ArrayBuffer"in o};function n(d){return d&&DataView.prototype.isPrototypeOf(d)}if(i.arrayBuffer)var a=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],l=ArrayBuffer.isView||function(d){return d&&a.indexOf(Object.prototype.toString.call(d))>-1};function p(d){if(typeof d!="string"&&(d=String(d)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(d))throw new TypeError("Invalid character in header field name");return d.toLowerCase()}function u(d){return typeof d!="string"&&(d=String(d)),d}function h(d){var m={next:function(){var C=d.shift();return{done:C===void 0,value:C}}};return i.iterable&&(m[Symbol.iterator]=function(){return m}),m}function b(d){this.map={},d instanceof b?d.forEach(function(m,C){this.append(C,m)},this):Array.isArray(d)?d.forEach(function(m){this.append(m[0],m[1])},this):d&&Object.getOwnPropertyNames(d).forEach(function(m){this.append(m,d[m])},this)}b.prototype.append=function(d,m){d=p(d),m=u(m);var C=this.map[d];this.map[d]=C?C+", "+m:m},b.prototype.delete=function(d){delete this.map[p(d)]},b.prototype.get=function(d){return d=p(d),this.has(d)?this.map[d]:null},b.prototype.has=function(d){return this.map.hasOwnProperty(p(d))},b.prototype.set=function(d,m){this.map[p(d)]=u(m)},b.prototype.forEach=function(d,m){for(var C in this.map)this.map.hasOwnProperty(C)&&d.call(m,this.map[C],C,this)},b.prototype.keys=function(){var d=[];return this.forEach(function(m,C){d.push(C)}),h(d)},b.prototype.values=function(){var d=[];return this.forEach(function(m){d.push(m)}),h(d)},b.prototype.entries=function(){var d=[];return this.forEach(function(m,C){d.push([C,m])}),h(d)},i.iterable&&(b.prototype[Symbol.iterator]=b.prototype.entries);function v(d){if(d.bodyUsed)return Promise.reject(new TypeError("Already read"));d.bodyUsed=!0}function N(d){return new Promise(function(m,C){d.onload=function(){m(d.result)},d.onerror=function(){C(d.error)}})}function A(d){var m=new FileReader,C=N(m);return m.readAsArrayBuffer(d),C}function I(d){var m=new FileReader,C=N(m);return m.readAsText(d),C}function M(d){for(var m=new Uint8Array(d),C=new Array(m.length),tt=0;tt<m.length;tt++)C[tt]=String.fromCharCode(m[tt]);return C.join("")}function F(d){if(d.slice)return d.slice(0);var m=new Uint8Array(d.byteLength);return m.set(new Uint8Array(d)),m.buffer}function z(){return this.bodyUsed=!1,this._initBody=function(d){this._bodyInit=d,d?typeof d=="string"?this._bodyText=d:i.blob&&Blob.prototype.isPrototypeOf(d)?this._bodyBlob=d:i.formData&&FormData.prototype.isPrototypeOf(d)?this._bodyFormData=d:i.searchParams&&URLSearchParams.prototype.isPrototypeOf(d)?this._bodyText=d.toString():i.arrayBuffer&&i.blob&&n(d)?(this._bodyArrayBuffer=F(d.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):i.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(d)||l(d))?this._bodyArrayBuffer=F(d):this._bodyText=d=Object.prototype.toString.call(d):this._bodyText="",this.headers.get("content-type")||(typeof d=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):i.searchParams&&URLSearchParams.prototype.isPrototypeOf(d)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},i.blob&&(this.blob=function(){var d=v(this);if(d)return d;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?v(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(A)}),this.text=function(){var d=v(this);if(d)return d;if(this._bodyBlob)return I(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(M(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},i.formData&&(this.formData=function(){return this.text().then(J)}),this.json=function(){return this.text().then(JSON.parse)},this}var G=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function nt(d){var m=d.toUpperCase();return G.indexOf(m)>-1?m:d}function ct(d,m){m=m||{};var C=m.body;if(d instanceof ct){if(d.bodyUsed)throw new TypeError("Already read");this.url=d.url,this.credentials=d.credentials,m.headers||(this.headers=new b(d.headers)),this.method=d.method,this.mode=d.mode,this.signal=d.signal,!C&&d._bodyInit!=null&&(C=d._bodyInit,d.bodyUsed=!0)}else this.url=String(d);if(this.credentials=m.credentials||this.credentials||"same-origin",(m.headers||!this.headers)&&(this.headers=new b(m.headers)),this.method=nt(m.method||this.method||"GET"),this.mode=m.mode||this.mode||null,this.signal=m.signal||this.signal,this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&C)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(C)}ct.prototype.clone=function(){return new ct(this,{body:this._bodyInit})};function J(d){var m=new FormData;return d.trim().split("&").forEach(function(C){if(C){var tt=C.split("="),at=tt.shift().replace(/\+/g," "),_=tt.join("=").replace(/\+/g," ");m.append(decodeURIComponent(at),decodeURIComponent(_))}}),m}function vo(d){var m=new b,C=d.replace(/\r?\n[\t ]+/g," ");return C.split(/\r?\n/).forEach(function(tt){var at=tt.split(":"),_=at.shift().trim();if(_){var So=at.join(":").trim();m.append(_,So)}}),m}z.call(ct.prototype);function Ot(d,m){m||(m={}),this.type="default",this.status=m.status===void 0?200:m.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in m?m.statusText:"OK",this.headers=new b(m.headers),this.url=m.url||"",this._initBody(d)}z.call(Ot.prototype),Ot.prototype.clone=function(){return new Ot(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new b(this.headers),url:this.url})},Ot.error=function(){var d=new Ot(null,{status:0,statusText:""});return d.type="error",d};var Fr=[301,302,303,307,308];Ot.redirect=function(d,m){if(Fr.indexOf(m)===-1)throw new RangeError("Invalid status code");return new Ot(null,{status:m,headers:{location:d}})},r.DOMException=o.DOMException;try{new r.DOMException}catch{r.DOMException=function(m,C){this.message=m,this.name=C;var tt=Error(m);this.stack=tt.stack},r.DOMException.prototype=Object.create(Error.prototype),r.DOMException.prototype.constructor=r.DOMException}function Le(d,m){return new Promise(function(C,tt){var at=new ct(d,m);if(at.signal&&at.signal.aborted)return tt(new r.DOMException("Aborted","AbortError"));var _=new XMLHttpRequest;function So(){_.abort()}_.onload=function(){var to={status:_.status,statusText:_.statusText,headers:vo(_.getAllResponseHeaders()||"")};to.url="responseURL"in _?_.responseURL:to.headers.get("X-Request-URL");var ir="response"in _?_.response:_.responseText;C(new Ot(ir,to))},_.onerror=function(){tt(new TypeError("Network request failed"))},_.ontimeout=function(){tt(new TypeError("Network request failed"))},_.onabort=function(){tt(new r.DOMException("Aborted","AbortError"))},_.open(at.method,at.url,!0),at.credentials==="include"?_.withCredentials=!0:at.credentials==="omit"&&(_.withCredentials=!1),"responseType"in _&&i.blob&&(_.responseType="blob"),at.headers.forEach(function(to,ir){_.setRequestHeader(ir,to)}),at.signal&&(at.signal.addEventListener("abort",So),_.onreadystatechange=function(){_.readyState===4&&at.signal.removeEventListener("abort",So)}),_.send(typeof at._bodyInit>"u"?null:at._bodyInit)})}return Le.polyfill=!0,o.fetch||(o.fetch=Le,o.Headers=b,o.Request=ct,o.Response=Ot),r.Headers=b,r.Request=ct,r.Response=Ot,r.fetch=Le,Object.defineProperty(r,"__esModule",{value:!0}),r}({})})(typeof self<"u"?self:qa)});var Es=f(O());var Ss=f(R()),Os=f(O());var Kr=f(R()),fl={},Zr=Kr.css`
2
- `;var Ir=f(O());var we=f(R()),$=f(V()),kt=f(O());var Qi=f(O());var dr=globalThis,Oo=dr.trustedTypes,qr=Oo?Oo.createPolicy("lit-html",{createHTML:o=>o}):void 0,ei="$lit$",ae=`lit$${(Math.random()+"").slice(9)}$`,oi="?"+ae,Ts=`<${oi}>`,be=document,Co=()=>be.createComment(""),oo=o=>o===null||typeof o!="object"&&typeof o!="function",ri=Array.isArray,Ps=o=>ri(o)||typeof o?.[Symbol.iterator]=="function",nr=`[
3
- \f\r]`,eo=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,Yr=/-->/g,Xr=/>/g,ye=RegExp(`>|${nr}(?:([^\\s"'>=/]+)(${nr}*=${nr}*(?:[^
4
- \f\r"'\`<>=]|("|')|))|$)`,"g"),Qr=/'/g,Jr=/"/g,ii=/^(?:script|style|textarea|title)$/i,ni=o=>(t,...r)=>({_$litType$:o,strings:t,values:r}),ai=ni(1),si=ni(2),ro=Symbol.for("lit-noChange"),et=Symbol.for("lit-nothing"),ti=new WeakMap,ge=be.createTreeWalker(be,129);function li(o,t){if(!Array.isArray(o)||!o.hasOwnProperty("raw"))throw Error("invalid template strings array");return qr!==void 0?qr.createHTML(t):t}var ks=(o,t)=>{let r=o.length-1,i=[],n,a=t===2?"<svg>":"",l=eo;for(let p=0;p<r;p++){let u=o[p],h,b,v=-1,N=0;for(;N<u.length&&(l.lastIndex=N,b=l.exec(u),b!==null);)N=l.lastIndex,l===eo?b[1]==="!--"?l=Yr:b[1]!==void 0?l=Xr:b[2]!==void 0?(ii.test(b[2])&&(n=RegExp("</"+b[2],"g")),l=ye):b[3]!==void 0&&(l=ye):l===ye?b[0]===">"?(l=n??eo,v=-1):b[1]===void 0?v=-2:(v=l.lastIndex-b[2].length,h=b[1],l=b[3]===void 0?ye:b[3]==='"'?Jr:Qr):l===Jr||l===Qr?l=ye:l===Yr||l===Xr?l=eo:(l=ye,n=void 0);let A=l===ye&&o[p+1].startsWith("/>")?" ":"";a+=l===eo?u+Ts:v>=0?(i.push(h),u.slice(0,v)+ei+u.slice(v)+ae+A):u+ae+(v===-2?p:A)}return[li(o,a+(o[r]||"<?>")+(t===2?"</svg>":"")),i]},io=class o{constructor({strings:t,_$litType$:r},i){let n;this.parts=[];let a=0,l=0,p=t.length-1,u=this.parts,[h,b]=ks(t,r);if(this.el=o.createElement(h,i),ge.currentNode=this.el.content,r===2){let v=this.el.content.firstChild;v.replaceWith(...v.childNodes)}for(;(n=ge.nextNode())!==null&&u.length<p;){if(n.nodeType===1){if(n.hasAttributes())for(let v of n.getAttributeNames())if(v.endsWith(ei)){let N=b[l++],A=n.getAttribute(v).split(ae),I=/([.?@])?(.*)/.exec(N);u.push({type:1,index:a,name:I[2],strings:A,ctor:I[1]==="."?sr:I[1]==="?"?lr:I[1]==="@"?cr:Te}),n.removeAttribute(v)}else v.startsWith(ae)&&(u.push({type:6,index:a}),n.removeAttribute(v));if(ii.test(n.tagName)){let v=n.textContent.split(ae),N=v.length-1;if(N>0){n.textContent=Oo?Oo.emptyScript:"";for(let A=0;A<N;A++)n.append(v[A],Co()),ge.nextNode(),u.push({type:2,index:++a});n.append(v[N],Co())}}}else if(n.nodeType===8)if(n.data===oi)u.push({type:2,index:a});else{let v=-1;for(;(v=n.data.indexOf(ae,v+1))!==-1;)u.push({type:7,index:a}),v+=ae.length-1}a++}}static createElement(t,r){let i=be.createElement("template");return i.innerHTML=t,i}};function Ie(o,t,r=o,i){if(t===ro)return t;let n=i!==void 0?r._$Co?.[i]:r._$Cl,a=oo(t)?void 0:t._$litDirective$;return n?.constructor!==a&&(n?._$AO?.(!1),a===void 0?n=void 0:(n=new a(o),n._$AT(o,r,i)),i!==void 0?(r._$Co??=[])[i]=n:r._$Cl=n),n!==void 0&&(t=Ie(o,n._$AS(o,t.values),n,i)),t}var ar=class{constructor(t,r){this._$AV=[],this._$AN=void 0,this._$AD=t,this._$AM=r}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(t){let{el:{content:r},parts:i}=this._$AD,n=(t?.creationScope??be).importNode(r,!0);ge.currentNode=n;let a=ge.nextNode(),l=0,p=0,u=i[0];for(;u!==void 0;){if(l===u.index){let h;u.type===2?h=new Eo(a,a.nextSibling,this,t):u.type===1?h=new u.ctor(a,u.name,u.strings,this,t):u.type===6&&(h=new pr(a,this,t)),this._$AV.push(h),u=i[++p]}l!==u?.index&&(a=ge.nextNode(),l++)}return ge.currentNode=be,n}p(t){let r=0;for(let i of this._$AV)i!==void 0&&(i.strings!==void 0?(i._$AI(t,i,r),r+=i.strings.length-2):i._$AI(t[r])),r++}},Eo=class o{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(t,r,i,n){this.type=2,this._$AH=et,this._$AN=void 0,this._$AA=t,this._$AB=r,this._$AM=i,this.options=n,this._$Cv=n?.isConnected??!0}get parentNode(){let t=this._$AA.parentNode,r=this._$AM;return r!==void 0&&t?.nodeType===11&&(t=r.parentNode),t}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(t,r=this){t=Ie(this,t,r),oo(t)?t===et||t==null||t===""?(this._$AH!==et&&this._$AR(),this._$AH=et):t!==this._$AH&&t!==ro&&this._(t):t._$litType$!==void 0?this.g(t):t.nodeType!==void 0?this.$(t):Ps(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!==et&&oo(this._$AH)?this._$AA.nextSibling.data=t:this.$(be.createTextNode(t)),this._$AH=t}g(t){let{values:r,_$litType$:i}=t,n=typeof i=="number"?this._$AC(t):(i.el===void 0&&(i.el=io.createElement(li(i.h,i.h[0]),this.options)),i);if(this._$AH?._$AD===n)this._$AH.p(r);else{let a=new ar(n,this),l=a.u(this.options);a.p(r),this.$(l),this._$AH=a}}_$AC(t){let r=ti.get(t.strings);return r===void 0&&ti.set(t.strings,r=new io(t)),r}T(t){ri(this._$AH)||(this._$AH=[],this._$AR());let r=this._$AH,i,n=0;for(let a of t)n===r.length?r.push(i=new o(this.k(Co()),this.k(Co()),this,this.options)):i=r[n],i._$AI(a),n++;n<r.length&&(this._$AR(i&&i._$AB.nextSibling,n),r.length=n)}_$AR(t=this._$AA.nextSibling,r){for(this._$AP?.(!1,!0,r);t&&t!==this._$AB;){let i=t.nextSibling;t.remove(),t=i}}setConnected(t){this._$AM===void 0&&(this._$Cv=t,this._$AP?.(t))}},Te=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(t,r,i,n,a){this.type=1,this._$AH=et,this._$AN=void 0,this.element=t,this.name=r,this._$AM=n,this.options=a,i.length>2||i[0]!==""||i[1]!==""?(this._$AH=Array(i.length-1).fill(new String),this.strings=i):this._$AH=et}_$AI(t,r=this,i,n){let a=this.strings,l=!1;if(a===void 0)t=Ie(this,t,r,0),l=!oo(t)||t!==this._$AH&&t!==ro,l&&(this._$AH=t);else{let p=t,u,h;for(t=a[0],u=0;u<a.length-1;u++)h=Ie(this,p[i+u],r,u),h===ro&&(h=this._$AH[u]),l||=!oo(h)||h!==this._$AH[u],h===et?t=et:t!==et&&(t+=(h??"")+a[u+1]),this._$AH[u]=h}l&&!n&&this.O(t)}O(t){t===et?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,t??"")}},sr=class extends Te{constructor(){super(...arguments),this.type=3}O(t){this.element[this.name]=t===et?void 0:t}},lr=class extends Te{constructor(){super(...arguments),this.type=4}O(t){this.element.toggleAttribute(this.name,!!t&&t!==et)}},cr=class extends Te{constructor(t,r,i,n,a){super(t,r,i,n,a),this.type=5}_$AI(t,r=this){if((t=Ie(this,t,r,0)??et)===ro)return;let i=this._$AH,n=t===et&&i!==et||t.capture!==i.capture||t.once!==i.once||t.passive!==i.passive,a=t!==et&&(i===et||n);n&&this.element.removeEventListener(this.name,this,i),a&&this.element.addEventListener(this.name,this,t),this._$AH=t}handleEvent(t){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,t):this._$AH.handleEvent(t)}},pr=class{constructor(t,r,i){this.element=t,this.type=6,this._$AN=void 0,this._$AM=r,this.options=i}get _$AU(){return this._$AM._$AU}_$AI(t){Ie(this,t)}};var _s=dr.litHtmlPolyfillSupport;_s?.(io,Eo),(dr.litHtmlVersions??=[]).push("3.1.0");var pi=Symbol.for(""),$s=o=>{if(o?.r===pi)return o?._$litStatic$},fr=o=>({_$litStatic$:o,r:pi});var ci=new Map,di=o=>(t,...r)=>{let i=r.length,n,a,l=[],p=[],u,h=0,b=!1;for(;h<i;){for(u=t[h];h<i&&(a=r[h],(n=$s(a))!==void 0);)u+=n+t[++h],b=!0;h!==i&&p.push(a),l.push(u),h++}if(h===i&&l.push(t[i]),b){let v=l.join("$$lit$$");(t=ci.get(v))===void 0&&(l.raw=l,ci.set(v,t=l)),r=p}return o(t,...r)},ur=di(ai),gl=di(si);var hr=f(V()),Xi=f(O());var xe;(function(o){o.title="title",o.title_dense="title-dense",o.subtitle1="subtitle1",o.subtitle2="subtitle2",o.body1="body1",o.body2="body2",o.caption="caption",o.breadcrumb="breadcrumb",o.overline="overline",o.button="button",o.display="display",o.title1="title-1",o.title2="title-2",o.title3="title-3",o.body1regular="body-1-regular",o.body1medium="body-1-medium",o.body1semibold="body-1-semibold",o.body2regular="body-2-regular",o.body2medium="body-2-medium",o.body2semibold="body-2-semibold",o.label1medium="label-1-medium",o.label1semibold="label-1-semibold",o.label1bold="label-1-bold",o.label2medium="label-2-medium",o.label2semibold="label-2-semibold",o.label2bold="label-2-bold",o.caption1medium="caption-1-medium",o.caption1semibold="caption-1-semibold",o.caption1bold="caption-1-bold",o.caption2medium="caption-2-medium",o.caption2semibold="caption-2-semibold",o.caption2bold="caption-2-bold"})(xe||(xe={}));var It=f(R()),g=f(O());var jt=f(R(),1),se=o=>typeof o=="string"?(0,jt.unsafeCSS)(o):o,e=class{static create(t,r,i,n){let a=p=>se(p??n),l=jt.css`var(${se(t)}, ${a(n)})`;return l.name=t,l.description=r,l.category=i,l.defaultValue=n,l.defaultCssValue=a,l.get=p=>jt.css`var(${se(t)}, ${a(p)})`,l.breadcrumb=()=>[],l.lastResortDefaultValue=()=>n,l}static extend(t,r,i,n){let a=p=>i.get(p??n),l=jt.css`var(${se(t)}, ${a(n)})`;return l.name=t,l.description=r,l.category=i.category,l.fallbackVariable=i,l.defaultValue=n,l.defaultCssValue=a,l.get=p=>jt.css`var(${se(t)}, ${a(p)})`,l.breadcrumb=()=>[i.name,...i.breadcrumb()],l.lastResortDefaultValue=()=>n??i.lastResortDefaultValue(),l}static external(t,r){let i=a=>t.fallbackVariable?t.fallbackVariable.get(a??t.defaultValue):se(a??t.lastResortDefaultValue()),n=jt.css`var(${se(t.name)}, ${i(t.defaultValue)})`;return n.name=t.name,n.category=t.category,n.fallbackVariable=t.fallbackVariable,n.defaultValue=t.defaultValue,n.context=r,n.defaultCssValue=i,n.get=a=>jt.css`var(${se(t.name)}, ${i(a)})`,n.breadcrumb=()=>t.fallbackVariable?[t.fallbackVariable.name,...t.fallbackVariable.breadcrumb()]:[],n.lastResortDefaultValue=()=>t.lastResortDefaultValue(),n}};var s={colorWhite:e.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:e.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:e.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:e.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:e.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:e.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:e.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:e.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:e.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:e.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:e.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:e.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:e.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:e.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:e.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:e.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:e.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:e.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:e.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:e.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:e.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:e.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:e.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:e.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:e.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:e.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:e.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:e.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:e.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:e.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:e.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:e.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:e.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:e.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:e.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:e.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:e.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:e.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:e.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:e.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:e.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:e.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:e.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:e.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:e.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:e.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:e.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:e.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:e.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:e.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:e.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:e.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:e.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:e.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:e.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:e.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:e.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:e.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:e.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:e.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:e.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:e.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:e.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:e.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:e.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:e.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:e.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:e.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:e.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:e.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:e.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:e.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:e.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:e.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:e.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:e.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:e.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:e.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:e.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:e.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:e.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:e.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:e.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:e.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:e.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:e.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:e.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:e.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:e.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:e.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:e.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:e.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:e.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:e.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:e.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:e.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:e.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:e.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:e.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:e.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:e.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:e.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:e.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:e.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:e.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:e.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:e.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:e.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:e.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:e.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:e.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:e.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:e.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:e.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:e.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:e.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:e.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:e.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:e.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:e.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:e.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:e.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:e.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:e.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:e.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:e.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:e.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:e.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:e.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:e.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:e.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:e.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:e.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:e.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:e.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:e.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:e.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:e.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:e.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:e.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:e.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:e.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:e.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:e.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:e.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:e.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:e.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:e.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:e.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:e.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:e.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:e.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:e.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:e.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:e.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:e.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:e.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:e.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:e.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:e.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:e.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:e.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:e.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:e.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:e.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:e.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:e.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:e.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:e.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:e.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:e.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:e.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:e.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:e.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:e.create("--ft-icon-size-1","","SIZE","0.75rem"),iconSize2:e.create("--ft-icon-size-2","","SIZE","1rem"),iconSize3:e.create("--ft-icon-size-3","","SIZE","1.25rem"),iconSize4:e.create("--ft-icon-size-4","","SIZE","1.5rem"),iconSize5:e.create("--ft-icon-size-5","","SIZE","2rem"),iconSize6:e.create("--ft-icon-size-6","","SIZE","3rem"),opacity0:e.create("--ft-opacity-0","","NUMBER","0"),opacity8:e.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:e.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:e.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:e.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:e.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:e.create("--ft-shadow-elevation-01","","SHADOW","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)"),shadowElevation02:e.create("--ft-shadow-elevation-02","","SHADOW","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)"),shadowElevation03:e.create("--ft-shadow-elevation-03","","SHADOW","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)"),shadowElevation04:e.create("--ft-shadow-elevation-04","","SHADOW","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)"),shadowElevation06:e.create("--ft-shadow-elevation-06","","SHADOW","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)"),shadowElevation08:e.create("--ft-shadow-elevation-08","","SHADOW","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)"),shadowElevation12:e.create("--ft-shadow-elevation-12","","SHADOW","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)"),shadowElevation16:e.create("--ft-shadow-elevation-16","","SHADOW","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)"),shadowElevation24:e.create("--ft-shadow-elevation-24","","SHADOW","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)")},fi={fontFamily:e.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:e.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:e.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:e.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-display-textCase","","UNKNOWN","none")},ui={fontFamily:e.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:e.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:e.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:e.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},hi={fontFamily:e.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:e.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:e.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:e.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},mi={fontFamily:e.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:e.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:e.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:e.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},yi={fontFamily:e.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:e.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:e.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:e.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:e.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},gi={fontFamily:e.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:e.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:e.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:e.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},bi={fontFamily:e.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:e.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:e.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:e.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},xi={fontFamily:e.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:e.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:e.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:e.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:e.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},vi={fontFamily:e.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:e.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:e.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:e.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},Ds={fontFamily:e.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:e.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:e.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:e.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:e.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:e.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},Si={fontFamily:e.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:e.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:e.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:e.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:e.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},Oi={fontFamily:e.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:e.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:e.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:e.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:e.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},Ci={fontFamily:e.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:e.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:e.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:e.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:e.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},Ei={fontFamily:e.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:e.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:e.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:e.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:e.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:e.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},Ai={fontFamily:e.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:e.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:e.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:e.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:e.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},wi={fontFamily:e.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:e.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:e.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:e.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:e.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},Ri={fontFamily:e.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:e.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:e.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:e.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:e.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:e.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},Ni={fontFamily:e.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:e.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},Li={fontFamily:e.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:e.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Ii={fontFamily:e.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:e.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:e.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Ti={fontFamily:e.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:e.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},Pi={fontFamily:e.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:e.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},ki={fontFamily:e.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:e.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:e.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},_i={fontFamily:e.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:e.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:e.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},$i={fontFamily:e.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:e.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:e.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},Di={fontFamily:e.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:e.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:e.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:e.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:e.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:e.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:e.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:e.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:e.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},Ao={display:fi,"title-1":ui,"title-2":hi,"title-3":mi,"body-1-regular":yi,"body-1-medium":gi,"body-1-semibold":bi,"body-2-regular":xi,"body-2-medium":vi,"body-2-medium-underline":Ds,"body-2-semibold":Si,"label-1-medium":Oi,"label-1-semibold":Ci,"label-1-bold":Ei,"label-2-medium":Ai,"label-2-semibold":wi,"label-2-bold":Ri,"caption-1-medium":Ni,"caption-1-semibold":Li,"caption-1-bold":Ii,"caption-2-medium":Ti,"caption-2-semibold":Pi,"caption-2-bold":ki,"caption-3-medium":_i,"caption-3-semibold":$i,"caption-3-bold":Di};var c={backgroundActionPrimary:e.extend("--ft-background-action-primary","Used as backgorund of primary action components.",s.colorBrand0),backgroundErrorSubtle:e.extend("--ft-background-error-subtle","Used as background of subtle error components.",s.colorRed10),backgroundInfoSubtle:e.extend("--ft-background-info-subtle","Used as background of subtle information components.",s.colorCyan10),backgroundWarningSubtle:e.extend("--ft-background-warning-subtle","Used as background of subtle information components.",s.colorOrange10),backgroundSuccessSubtle:e.extend("--ft-background-success-subtle","Used as background of subtle success components.",s.colorGreen10),backgroundGlobalSurface:e.extend("--ft-background-global-surface","Used as app background.",s.colorWhite),backgroundGlobalOnSurface:e.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",s.colorGray10),backgroundGlobalOnSurfaceDark:e.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",s.colorGray30),contentActionPrimary:e.extend("--ft-content-action-primary","Used on label of primary action on light surface.",s.colorBrand0),contentWarningPrimary:e.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",s.colorOrange200),contentWarningIconOnly:e.extend("--ft-content-warning-icon-only","Used on warning status icons alone",s.colorOrange0),contentErrorPrimary:e.extend("--ft-content-error-primary","Used on label of error messages on light surface.",s.colorRed0),contentErrorIconOnly:e.extend("--ft-content-error-icon-only","Used on error status icons alone",s.colorRed70),contentInfoPrimary:e.extend("--ft-content-info-primary","Used on label of information messages on light surface.",s.colorCyan200),contentInfoIconOnly:e.extend("--ft-content-info-icon-only","Used on info status icons alone",s.colorCyan0),contentSuccessPrimary:e.extend("--ft-content-success-primary","Used on label of success messages on light surface.",s.colorGreen200),contentSuccessIconOnly:e.extend("--ft-content-success-icon-only","Used on success status icons alone",s.colorGreen0),contentGlobalPrimary:e.extend("--ft-content-global-primary","Used for main content on the page.",s.colorGray500),contentGlobalSecondary:e.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
5
- Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",s.colorGray0),contentGlobalOnColor:e.extend("--ft-content-global-on-color","Used for content on a dominant color.",s.colorWhite),borderActionPrimary:e.extend("--ft-border-action-primary","Used as border for primary action components.",s.colorBrand0),borderActionFocusRing:e.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",s.colorCyan0),borderWarningPrimary:e.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",s.colorOrange200),borderWarningSubtle:e.extend("--ft-border-warning-subtle","Used as border for warning components.",s.colorOrange30),borderSuccessPrimary:e.extend("--ft-border-success-primary","Used as border for success buttons.",s.colorGreen200),borderSuccessSubtle:e.extend("--ft-border-success-subtle","Used as border for success components.",s.colorGreen30),borderErrorPrimary:e.extend("--ft-border-error-primary","Used as border for text fields in error states.",s.colorRed0),borderErrorSubtle:e.extend("--ft-border-error-subtle","Used as border for error components.",s.colorRed30),borderInfoPrimary:e.extend("--ft-border-info-primary","Used as border for buttons in info color.",s.colorCyan200),borderInfoSubtle:e.extend("--ft-border-info-subtle","Used as border for information components.",s.colorCyan30),borderGlobalPrimary:e.extend("--ft-border-global-primary","Used as border for element like input.",s.colorGray50),borderGlobalSubtle:e.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",s.colorGray30),borderInputPrimary:e.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",s.colorGray80)};var x={largeHeight:e.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:e.extend("--ft-button-large-horizontal-padding","",s.spacing4),largeGap:e.extend("--ft-button-large-gap","",s.spacing2),largeBorderRadius:e.extend("--ft-button-large-border-radius","",s.borderRadiusS),largeIconSize:e.extend("--ft-button-large-icon-size","",s.iconSize3),largeBorderWidth:e.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:e.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:e.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:e.create("--ft-button-large-icon-only-width","","SIZE","40px"),smallHeight:e.create("--ft-button-small-height","","SIZE","30px"),smallHorizontalPadding:e.extend("--ft-button-small-horizontal-padding","",s.spacing3),smallGap:e.extend("--ft-button-small-gap","",s.spacing2),smallBorderRadius:e.extend("--ft-button-small-border-radius","",s.borderRadiusS),smallIconSize:e.extend("--ft-button-small-icon-size","",s.iconSize2),smallBorderWidth:e.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:e.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:e.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:e.create("--ft-button-small-icon-only-width","","SIZE","30px"),primaryBackgroundColor:e.extend("--ft-button-primary-background-color","",c.backgroundActionPrimary),primaryColor:e.extend("--ft-button-primary-color","",c.contentGlobalOnColor),primaryIconColor:e.extend("--ft-button-primary-icon-color","",c.contentGlobalOnColor),primaryStateLayerColor:e.extend("--ft-button-primary-state-layer-color","",c.contentGlobalOnColor),primaryHoverStateLayerOpacity:e.extend("--ft-button-primary-hover-state-layer-opacity","",s.opacity16),primaryFocusStateLayerOpacity:e.extend("--ft-button-primary-focus-state-layer-opacity","",s.opacity16),primaryActiveStateLayerOpacity:e.extend("--ft-button-primary-active-state-layer-opacity","",s.opacity24),primaryDisabledComponentOpacity:e.extend("--ft-button-primary-disabled-component-opacity","",s.opacity40),focusFocusRingColor:e.extend("--ft-button-focus-focus-ring-color","",c.borderActionFocusRing),tertiaryBackgroundColor:e.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:e.extend("--ft-button-tertiary-color","",c.contentActionPrimary),tertiaryIconColor:e.extend("--ft-button-tertiary-icon-color","",c.contentActionPrimary),tertiaryStateLayerColor:e.extend("--ft-button-tertiary-state-layer-color","",c.contentActionPrimary),tertiaryHoverStateLayerOpacity:e.extend("--ft-button-tertiary-hover-state-layer-opacity","",s.opacity8),tertiaryFocusStateLayerOpacity:e.extend("--ft-button-tertiary-focus-state-layer-opacity","",s.opacity8),tertiaryActiveStateLayerOpacity:e.extend("--ft-button-tertiary-active-state-layer-opacity","",s.opacity16),tertiaryDisabledComponentOpacity:e.extend("--ft-button-tertiary-disabled-component-opacity","",s.opacity40),secondaryBackgroundColor:e.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:e.extend("--ft-button-secondary-color","",c.contentActionPrimary),secondaryIconColor:e.extend("--ft-button-secondary-icon-color","",c.contentActionPrimary),secondaryStateLayerColor:e.extend("--ft-button-secondary-state-layer-color","",c.contentActionPrimary),secondaryHoverStateLayerOpacity:e.extend("--ft-button-secondary-hover-state-layer-opacity","",s.opacity8),secondaryFocusStateLayerOpacity:e.extend("--ft-button-secondary-focus-state-layer-opacity","",s.opacity8),secondaryActiveStateLayerOpacity:e.extend("--ft-button-secondary-active-state-layer-opacity","",s.opacity16),secondaryDisabledComponentOpacity:e.extend("--ft-button-secondary-disabled-component-opacity","",s.opacity40),secondaryBorderColor:e.extend("--ft-button-secondary-border-color","",c.borderActionPrimary),neutralBackgroundColor:e.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:e.extend("--ft-button-neutral-icon-color","",c.contentGlobalSecondary),neutralColor:e.extend("--ft-button-neutral-color","",c.contentGlobalSecondary),neutralStateLayerColor:e.extend("--ft-button-neutral-state-layer-color","",c.contentGlobalSecondary),neutralHoverStateLayerOpacity:e.extend("--ft-button-neutral-hover-state-layer-opacity","",s.opacity8),neutralFocusStateLayerOpacity:e.extend("--ft-button-neutral-focus-state-layer-opacity","",s.opacity8),neutralActiveStateLayerOpacity:e.extend("--ft-button-neutral-active-state-layer-opacity","",s.opacity16),neutralDisabledComponentOpacity:e.extend("--ft-button-neutral-disabled-component-opacity","",s.opacity40)};var $l={focusOpacity:e.extend("--ft-link-focus-opacity","",s.opacity80),focusFocusRingColor:e.extend("--ft-link-focus-focus-ring-color","",c.borderActionFocusRing),brandColor:e.extend("--ft-link-brand-color","",c.contentActionPrimary),infoColor:e.extend("--ft-link-info-color","",c.contentInfoPrimary)};var Wl={iconSize:e.extend("--ft-banner-icon-size","",s.iconSize5),borderWidth:e.create("--ft-banner-border-width","","SIZE","1px"),horizontalPadding:e.extend("--ft-banner-horizontal-padding","",s.spacing6),verticalPadding:e.extend("--ft-banner-vertical-padding","",s.spacing6),horizontalSideGap:e.extend("--ft-banner-horizontal-side-gap","",s.spacing6),horizontalMobileGap:e.extend("--ft-banner-horizontal-mobile-gap","",s.spacing4),verticalMobileGap:e.extend("--ft-banner-vertical-mobile-gap","",s.spacing6),horizontalMiddleGap:e.extend("--ft-banner-horizontal-middle-gap","",s.spacing20),infoBackgroundColor:e.extend("--ft-banner-info-background-color","",c.backgroundInfoSubtle),infoColor:e.extend("--ft-banner-info-color","",c.contentInfoPrimary),infoIconColor:e.extend("--ft-banner-info-icon-color","",c.contentInfoIconOnly),infoBorderColor:e.extend("--ft-banner-info-border-color","",c.borderInfoSubtle)};var Vl={horizontalPadding:e.extend("--ft-badge-horizontal-padding","",s.spacing1),verticalPadding:e.extend("--ft-badge-vertical-padding","",s.spacing1),borderRadius:e.extend("--ft-badge-border-radius","",s.borderRadiusPill),color:e.extend("--ft-badge-color","",c.contentGlobalOnColor),backgroundColor:e.extend("--ft-badge-background-color","",c.contentActionPrimary)};var Yl={horizontalGap:e.extend("--ft-breadcrumb-horizontal-gap","",s.spacing1),verticalGap:e.extend("--ft-breadcrumb-vertical-gap","",s.spacing2),currentColor:e.extend("--ft-breadcrumb-current-color","",c.contentGlobalPrimary),previousNonClickableColor:e.extend("--ft-breadcrumb-previous-non-clickable-color","",c.contentGlobalSecondary),iconColor:e.extend("--ft-breadcrumb-icon-color","",c.contentGlobalSubtle)};var ec={horizontalPadding:e.extend("--ft-page-header-horizontal-padding","",s.spacing12),horizontalGap:e.extend("--ft-page-header-horizontal-gap","",s.spacing4),verticalGap:e.extend("--ft-page-header-vertical-gap","",s.spacing2),classicVerticalPadding:e.extend("--ft-page-header-classic-vertical-padding","",s.spacing6),multilineVerticalPadding:e.extend("--ft-page-header-multiline-vertical-padding","",s.spacing4),inlineVerticalPadding:e.extend("--ft-page-header-inline-vertical-padding","",s.spacing2),backgroundColor:e.extend("--ft-page-header-background-color","",s.colorWhite),bottomBorderColor:e.extend("--ft-page-header-bottom-border-color","",c.borderGlobalSubtle),titleColor:e.extend("--ft-page-header-title-color","",c.contentGlobalPrimary),subtitleColor:e.extend("--ft-page-header-subtitle-color","",c.contentGlobalSecondary)};var ac={smallContainerWidth:e.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:e.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:e.extend("--ft-modal-overlay-background-color","",s.colorGray700),overlayOpacity:e.extend("--ft-modal-overlay-opacity","",s.opacity40),shadow:e.extend("--ft-modal-shadow","",s.shadowElevation03),bodyBackgroundColor:e.extend("--ft-modal-body-background-color","",s.colorWhite),bodyColor:e.extend("--ft-modal-body-color","",c.contentGlobalPrimary),bodyHorizontalPadding:e.extend("--ft-modal-body-horizontal-padding","",s.spacing6),bodyVerticalPadding:e.extend("--ft-modal-body-vertical-padding","",s.spacing6),bodyVerticalGap:e.extend("--ft-modal-body-vertical-gap","",s.spacing6),containerMargin:e.extend("--ft-modal-container-margin","",s.spacing3),headerBackgroundColor:e.extend("--ft-modal-header-background-color","",c.backgroundGlobalOnSurface),headerBorderColor:e.extend("--ft-modal-header-border-color","",c.borderGlobalSubtle),headerColor:e.extend("--ft-modal-header-color","",c.contentGlobalPrimary),headerTrailingIconColor:e.extend("--ft-modal-header-trailing-icon-color","",c.contentGlobalSecondary),headerVerticalPadding:e.extend("--ft-modal-header-vertical-padding","",s.spacing1),headerRightPadding:e.extend("--ft-modal-header-right-padding","",s.spacing1),headerLeftPadding:e.extend("--ft-modal-header-left-padding","",s.spacing6),headerGap:e.extend("--ft-modal-header-gap","",s.spacing2),headerBorderBottom:e.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:e.extend("--ft-modal-border-radius","",s.borderRadiusM)};var dc={overlayOpacity:e.extend("--ft-drawer-overlay-opacity","",s.opacity40),shadow:e.extend("--ft-drawer-shadow","",s.shadowElevation03),bodyColor:e.extend("--ft-drawer-body-color","",c.contentGlobalPrimary),bodyHorizontalPadding:e.extend("--ft-drawer-body-horizontal-padding","",s.spacing6),bodyVerticalPadding:e.extend("--ft-drawer-body-vertical-padding","",s.spacing6),bodyGap:e.extend("--ft-drawer-body-gap","",s.spacing6),bodyBackgroundColor:e.extend("--ft-drawer-body-background-color","",s.colorWhite),headerBackgroundColor:e.extend("--ft-drawer-header-background-color","",c.backgroundGlobalOnSurface),headerBorderColor:e.extend("--ft-drawer-header-border-color","",c.borderGlobalSubtle),headerColor:e.extend("--ft-drawer-header-color","",c.contentGlobalPrimary),headerTrailingIconColor:e.extend("--ft-drawer-header-trailing-icon-color","",c.contentGlobalSecondary),headerHeight:e.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:e.extend("--ft-drawer-header-horizontal-padding","",s.spacing2),headerBorderWidth:e.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:e.extend("--ft-drawer-header-gap","",s.spacing3),buttonsBarBackgroundColor:e.extend("--ft-drawer-buttons-bar-background-color","",c.backgroundGlobalOnSurface),buttonsBarBorderColor:e.extend("--ft-drawer-buttons-bar-border-color","",c.borderGlobalSubtle),buttonsBarColor:e.extend("--ft-drawer-buttons-bar-color","",c.contentGlobalPrimary),buttonsBarHorizontalPadding:e.extend("--ft-drawer-buttons-bar-horizontal-padding","",s.spacing4),buttonsBarVerticalPadding:e.extend("--ft-drawer-buttons-bar-vertical-padding","",s.spacing4),buttonsBarGap:e.extend("--ft-drawer-buttons-bar-gap","",s.spacing3),buttonsBarBorderWidth:e.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:e.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:e.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:e.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:e.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:e.extend("--ft-drawer-overlay-background-color","",s.colorGray700)};var yc={fieldHorizontalPadding:e.extend("--ft-text-input-field-horizontal-padding","",s.spacing4),fieldHorizontalGap:e.extend("--ft-text-input-field-horizontal-gap","",s.spacing3),fieldVerticalGap:e.extend("--ft-text-input-field-vertical-gap","",s.spacing05),fieldIconSize:e.extend("--ft-text-input-field-icon-size","",s.iconSize3),fieldHeight:e.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:e.extend("--ft-text-input-helper-horizontal-padding","",s.spacing4),helperHorizontalGap:e.extend("--ft-text-input-helper-horizontal-gap","",s.spacing1),helperIconSize:e.extend("--ft-text-input-helper-icon-size","",s.iconSize2),borderRadius:e.extend("--ft-text-input-border-radius","",s.borderRadiusM),backgroundColor:e.extend("--ft-text-input-background-color","",s.colorWhite),contentValueColor:e.extend("--ft-text-input-content-value-color","",c.contentGlobalPrimary),trailingIconColor:e.extend("--ft-text-input-trailing-icon-color","",c.contentGlobalSubtle),labelColor:e.extend("--ft-text-input-label-color","",c.contentGlobalSubtle),defaultBorderColor:e.extend("--ft-text-input-default-border-color","",c.borderInputPrimary),defaultHelperTextColor:e.extend("--ft-text-input-default-helper-text-color","",c.contentGlobalSubtle),defaultBorderWidth:e.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:e.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:e.extend("--ft-text-input-error-border-color","",c.borderErrorPrimary),errorHelperTextColor:e.extend("--ft-text-input-error-helper-text-color","",c.contentErrorPrimary),errorHelperIconColor:e.extend("--ft-text-input-error-helper-icon-color","",c.contentErrorIconOnly),warningBorderWidth:e.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:e.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:e.extend("--ft-text-input-focus-focus-ring-color","",c.borderActionFocusRing),focusOutlineOffset:e.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:e.extend("--ft-text-input-disabled-component-opacity","",s.opacity40)};var Sc={backgroundColor:e.extend("--ft-text-area-background-color","",s.colorWhite),contentValueColor:e.extend("--ft-text-area-content-value-color","",c.contentGlobalPrimary),labelColor:e.extend("--ft-text-area-label-color","",c.contentGlobalSubtle),defaultBorderColor:e.extend("--ft-text-area-default-border-color","",c.borderInputPrimary),defaultHelperTextColor:e.extend("--ft-text-area-default-helper-text-color","",c.contentGlobalSubtle),defaultBorderWidth:e.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:e.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:e.extend("--ft-text-area-error-border-color","",c.borderErrorPrimary),errorHelperTextColor:e.extend("--ft-text-area-error-helper-text-color","",c.contentErrorPrimary),errorHelperIconColor:e.extend("--ft-text-area-error-helper-icon-color","",c.contentErrorIconOnly),focusFocusRingColor:e.extend("--ft-text-area-focus-focus-ring-color","",c.borderActionFocusRing),focusOutlineWidth:e.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:e.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:e.extend("--ft-text-area-disabled-component-opacity","",s.opacity40),fieldHorizontalLeftPadding:e.extend("--ft-text-area-field-horizontal-left-padding","",s.spacing4),fieldHorizontalGap:e.extend("--ft-text-area-field-horizontal-gap","",s.spacing3),fieldVerticalGap:e.extend("--ft-text-area-field-vertical-gap","",s.spacing05),fieldMinHeight:e.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:e.extend("--ft-text-area-helper-horizontal-padding","",s.spacing4),helperHorizontalGap:e.extend("--ft-text-area-helper-horizontal-gap","",s.spacing1),helperIconSize:e.extend("--ft-text-area-helper-icon-size","",s.iconSize2),borderRadius:e.extend("--ft-text-area-border-radius","",s.borderRadiusM)};var wc={height:e.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:e.extend("--ft-floating-menu-horizontal-padding","",s.spacing4),offIconColor:e.extend("--ft-floating-menu-off-icon-color","",c.contentGlobalPrimary),offColor:e.extend("--ft-floating-menu-off-color","",c.contentGlobalPrimary),onColor:e.extend("--ft-floating-menu-on-color","",c.contentActionPrimary),onStateLayerColor:e.extend("--ft-floating-menu-on-state-layer-color","",c.contentActionPrimary),gap:e.extend("--ft-floating-menu-gap","",s.spacing3),focusFocusRingColor:e.extend("--ft-floating-menu-focus-focus-ring-color","",c.borderActionFocusRing),focusOutlineWidth:e.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:e.extend("--ft-floating-menu-focus-state-layer-opacity","",s.opacity8),hoverStateLayerOpacity:e.extend("--ft-floating-menu-hover-state-layer-opacity","",s.opacity8),activeStateLayerOpacity:e.extend("--ft-floating-menu-active-state-layer-opacity","",s.opacity16),disabledComponentOpacity:e.extend("--ft-floating-menu-disabled-component-opacity","",s.opacity40),iconSize:e.extend("--ft-floating-menu-icon-size","",s.iconSize3),backgroundColor:e.extend("--ft-floating-menu-background-color","",c.backgroundGlobalOnSurface)};var Tc={fieldHorizontalPadding:e.extend("--ft-combobox-single-select-field-horizontal-padding","",s.spacing4),fieldHorizontalGap:e.extend("--ft-combobox-single-select-field-horizontal-gap","",s.spacing3),fieldVerticalGap:e.extend("--ft-combobox-single-select-field-vertical-gap","",s.spacing05),fieldIconSize:e.extend("--ft-combobox-single-select-field-icon-size","",s.iconSize3),fieldHeight:e.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:e.extend("--ft-combobox-single-select-helper-horizontal-padding","",s.spacing4),helperHorizontalGap:e.extend("--ft-combobox-single-select-helper-horizontal-gap","",s.spacing1),helperVerticalGap:e.extend("--ft-combobox-single-select-helper-vertical-gap","",s.spacing1),helperIconSize:e.extend("--ft-combobox-single-select-helper-icon-size","",s.iconSize2),menuVerticalGap:e.extend("--ft-combobox-single-select-menu-vertical-gap","",s.spacing2),borderRadius:e.extend("--ft-combobox-single-select-border-radius","",s.borderRadiusM),backgroundColor:e.extend("--ft-combobox-single-select-background-color","",s.colorWhite),labelColor:e.extend("--ft-combobox-single-select-label-color","",c.contentGlobalSubtle),contentValueColor:e.extend("--ft-combobox-single-select-content-value-color","",c.contentGlobalPrimary),trailingIconColor:e.extend("--ft-combobox-single-select-trailing-icon-color","",c.contentGlobalSubtle),defaultBorderColor:e.extend("--ft-combobox-single-select-default-border-color","",c.borderInputPrimary),defaultHelperTextColor:e.extend("--ft-combobox-single-select-default-helper-text-color","",c.contentGlobalSubtle),defaultBorderWidth:e.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:e.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:e.extend("--ft-combobox-single-select-error-border-color","",c.borderErrorPrimary),errorHelperTextColor:e.extend("--ft-combobox-single-select-error-helper-text-color","",c.contentErrorPrimary),warningBorderWidth:e.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:e.extend("--ft-combobox-single-select-warning-border-color","",c.borderWarningPrimary),warningHelperTextColor:e.extend("--ft-combobox-single-select-warning-helper-text-color","",c.contentWarningPrimary),warningHelperIconColor:e.extend("--ft-combobox-single-select-warning-helper-icon-color","",c.contentWarningIconOnly),focusOutlineWidth:e.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:e.extend("--ft-combobox-single-select-focus-focus-ring-color","",c.borderActionFocusRing),focusOutlineOffset:e.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:e.extend("--ft-combobox-single-select-disabled-component-opacity","",s.opacity40)};var Dc={backgroundColor:e.extend("--ft-combobox-multi-select-background-color","",s.colorWhite),labelColor:e.extend("--ft-combobox-multi-select-label-color","",c.contentGlobalSubtle),trailingIconColor:e.extend("--ft-combobox-multi-select-trailing-icon-color","",c.contentGlobalSubtle),defaultBorderColor:e.extend("--ft-combobox-multi-select-default-border-color","",c.borderInputPrimary),defaultHelperTextColor:e.extend("--ft-combobox-multi-select-default-helper-text-color","",c.contentGlobalSubtle),defaultBorderWidth:e.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:e.extend("--ft-combobox-multi-select-error-border-color","",c.borderErrorPrimary),errorHelperTextColor:e.extend("--ft-combobox-multi-select-error-helper-text-color","",c.contentErrorPrimary),errorHelperIcon:e.extend("--ft-combobox-multi-select-error-helper-icon","",c.contentErrorIconOnly),errorBorderWidth:e.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:e.extend("--ft-combobox-multi-select-warning-border-color","",c.borderWarningPrimary),warningHelperTextColor:e.extend("--ft-combobox-multi-select-warning-helper-text-color","",c.contentWarningPrimary),warningHelperIconColor:e.extend("--ft-combobox-multi-select-warning-helper-icon-color","",c.contentWarningIconOnly),warningBorderWidth:e.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:e.extend("--ft-combobox-multi-select-focus-focus-ring-color","",c.borderActionFocusRing),focusOutlineWidth:e.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:e.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:e.extend("--ft-combobox-multi-select-disabled-component-opacity","",s.opacity40),helperHorizontalPadding:e.extend("--ft-combobox-multi-select-helper-horizontal-padding","",s.spacing4),helperHorizontalGap:e.extend("--ft-combobox-multi-select-helper-horizontal-gap","",s.spacing1),helperVerticalGap:e.extend("--ft-combobox-multi-select-helper-vertical-gap","",s.spacing1),helperIconSize:e.extend("--ft-combobox-multi-select-helper-icon-size","",s.iconSize2),fieldHorizontalPadding:e.extend("--ft-combobox-multi-select-field-horizontal-padding","",s.spacing4),fieldHorizontalGap:e.extend("--ft-combobox-multi-select-field-horizontal-gap","",s.spacing3),fieldVerticalGap:e.extend("--ft-combobox-multi-select-field-vertical-gap","",s.spacing05),fieldIconSize:e.extend("--ft-combobox-multi-select-field-icon-size","",s.iconSize3),fieldMaxHeight:e.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:e.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",s.spacing1),contentValuesVerticalGap:e.extend("--ft-combobox-multi-select-content-values-vertical-gap","",s.spacing1),borderRadius:e.extend("--ft-combobox-multi-select-border-radius","",s.borderRadiusM)};var Mc={backgroundColor:e.extend("--ft-popover-background-color","",c.backgroundGlobalOnSurface),horizontalPadding:e.extend("--ft-popover-horizontal-padding","",s.spacing6),verticalPadding:e.extend("--ft-popover-vertical-padding","",s.spacing6),iconColor:e.extend("--ft-popover-icon-color","",c.contentGlobalSecondary),iconSize:e.extend("--ft-popover-icon-size","",s.iconSize2),titleColor:e.extend("--ft-popover-title-color","",c.contentGlobalPrimary),bodyColor:e.extend("--ft-popover-body-color","",c.contentGlobalSecondary),linkColor:e.extend("--ft-popover-link-color","",c.contentActionPrimary),gap:e.extend("--ft-popover-gap","",s.spacing3),borderRadius:e.extend("--ft-popover-border-radius","",s.borderRadiusM),shadow:e.extend("--ft-popover-shadow","",s.shadowElevation02)};var Kc={topLeftBorderRadius:e.extend("--ft-tabs-top-left-border-radius","",s.borderRadiusS),topRightBorderRadius:e.extend("--ft-tabs-top-right-border-radius","",s.borderRadiusS),withLabelHorizontalPadding:e.extend("--ft-tabs-with-label-horizontal-padding","",s.spacing4),withLabelVerticalPadding:e.extend("--ft-tabs-with-label-vertical-padding","",s.spacing3),horizontalGap:e.extend("--ft-tabs-horizontal-gap","",s.spacing1),verticalGap:e.extend("--ft-tabs-vertical-gap","",s.spacing1),offHoverStateLayerOpacity:e.extend("--ft-tabs-off-hover-state-layer-opacity","",s.opacity8),offFocusStateLayerOpacity:e.extend("--ft-tabs-off-focus-state-layer-opacity","",s.opacity8),offDisabledComponentOpacity:e.extend("--ft-tabs-off-disabled-component-opacity","",s.opacity40),offColor:e.extend("--ft-tabs-off-color","",c.contentGlobalSubtle),offStateLayerColor:e.extend("--ft-tabs-off-state-layer-color","",c.contentGlobalSubtle),onHoverStateLayerOpacity:e.extend("--ft-tabs-on-hover-state-layer-opacity","",s.opacity8),onFocusStateLayerOpacity:e.extend("--ft-tabs-on-focus-state-layer-opacity","",s.opacity8),onActiveStateLayerOpacity:e.extend("--ft-tabs-on-active-state-layer-opacity","",s.opacity16),onDisabledComponentOpacity:e.extend("--ft-tabs-on-disabled-component-opacity","",s.opacity40),onColor:e.extend("--ft-tabs-on-color","",c.contentActionPrimary),onStateLayerColor:e.extend("--ft-tabs-on-state-layer-color","",c.contentActionPrimary),iconOnlyHorizontalPadding:e.extend("--ft-tabs-icon-only-horizontal-padding","",s.spacing4),iconOnlyVerticalPadding:e.extend("--ft-tabs-icon-only-vertical-padding","",s.spacing4),alertTopPadding:e.extend("--ft-tabs-alert-top-padding","",s.spacing1),alertRightPadding:e.extend("--ft-tabs-alert-right-padding","",s.spacing05),focusOutlineWidth:e.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:e.extend("--ft-tabs-focus-focus-ring-color","",c.borderActionFocusRing)};var Xc={hoverStateLayerOpacity:e.extend("--ft-collapsible-hover-state-layer-opacity","",s.opacity8),focusStateLayerOpacity:e.extend("--ft-collapsible-focus-state-layer-opacity","",s.opacity8),focusOutlineWidth:e.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:e.extend("--ft-collapsible-focus-focus-ring-color","",c.borderActionFocusRing),activeStateLayerOpacity:e.extend("--ft-collapsible-active-state-layer-opacity","",s.opacity16),disabledComponentOpacity:e.extend("--ft-collapsible-disabled-component-opacity","",s.opacity40),horizontalPadding:e.extend("--ft-collapsible-horizontal-padding","",s.spacing4),verticalPadding:e.extend("--ft-collapsible-vertical-padding","",s.spacing3),color:e.extend("--ft-collapsible-color","",c.contentGlobalPrimary),stateLayerColor:e.extend("--ft-collapsible-state-layer-color","",c.contentGlobalPrimary),backgroundColor:e.extend("--ft-collapsible-background-color","",c.backgroundGlobalOnSurface),borderColor:e.extend("--ft-collapsible-border-color","",c.borderGlobalSubtle),iconSize:e.extend("--ft-collapsible-icon-size","",s.iconSize3)};var op={groupHorizontalPadding:e.extend("--ft-switch-group-horizontal-padding","",s.spacing1),groupVerticalPadding:e.extend("--ft-switch-group-vertical-padding","",s.spacing1),groupGap:e.extend("--ft-switch-group-gap","",s.spacing1),groupBackgroundColor:e.extend("--ft-switch-group-background-color","",c.backgroundGlobalSurface),groupBorderColor:e.extend("--ft-switch-group-border-color","",c.borderGlobalSubtle),groupBorderRadius:e.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:e.extend("--ft-switch-label-horizontal-padding","",s.spacing2),labelVerticalPadding:e.extend("--ft-switch-label-vertical-padding","",s.spacing1),offHoverStateLayerOpacity:e.extend("--ft-switch-off-hover-state-layer-opacity","",s.opacity8),offFocusStateLayerOpacity:e.extend("--ft-switch-off-focus-state-layer-opacity","",s.opacity8),offActiveStateLayerOpacity:e.extend("--ft-switch-off-active-state-layer-opacity","",s.opacity16),offDisabledComponentOpacity:e.extend("--ft-switch-off-disabled-component-opacity","",s.opacity40),offColor:e.extend("--ft-switch-off-color","",c.contentGlobalSubtle),offStateLayerColor:e.extend("--ft-switch-off-state-layer-color","",c.contentGlobalSubtle),onHoverStateLayerOpacity:e.extend("--ft-switch-on-hover-state-layer-opacity","",s.opacity8),onFocusStateLayerOpacity:e.extend("--ft-switch-on-focus-state-layer-opacity","",s.opacity8),onActiveStateLayerOpacity:e.extend("--ft-switch-on-active-state-layer-opacity","",s.opacity16),onDisabledComponentOpacity:e.extend("--ft-switch-on-disabled-component-opacity","",s.opacity40),onColor:e.extend("--ft-switch-on-color","",c.contentActionPrimary),onStateLayerColor:e.extend("--ft-switch-on-state-layer-color","",c.contentActionPrimary),iconHorizontalPadding:e.extend("--ft-switch-icon-horizontal-padding","",s.spacing1),iconVerticalPadding:e.extend("--ft-switch-icon-vertical-padding","",s.spacing1),focusOutlineWidth:e.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:e.extend("--ft-switch-focus-focus-ring-color","",c.borderActionFocusRing),optionBorderRadius:e.extend("--ft-switch-option-border-radius","",s.borderRadiusS)};var ap={color1Light:e.extend("--ft-chart-1-light","for area color charts",s.colorBrand40),color1Base:e.extend("--ft-chart-1-base","for line charts",s.colorBrand0),color2Light:e.extend("--ft-chart-2-light","for area color charts",s.colorYellow60),color2Base:e.extend("--ft-chart-2-base","for line charts",s.colorYellow100),color3Light:e.extend("--ft-chart-3-light","",s.colorUltramarine40),color3Base:e.extend("--ft-chart-3-base","",s.colorUltramarine70),color4Light:e.extend("--ft-chart-4-light","",s.colorCyan50),color4Base:e.extend("--ft-chart-4-base","",s.colorCyan100),color5Light:e.extend("--ft-chart-5-light","",s.colorRed40),color5Base:e.extend("--ft-chart-5-base","",s.colorRed60),color6Light:e.extend("--ft-chart-6-light","",s.colorGreen40),color6Base:e.extend("--ft-chart-6-base","",s.colorGreen70),color7Light:e.extend("--ft-chart-7-light","",s.colorOrange70),color7Base:e.extend("--ft-chart-7-base","",s.colorOrange100),color8Light:e.extend("--ft-chart-8-light","",s.colorAvocado70),color8Base:e.extend("--ft-chart-8-base","",s.colorAvocado200),color9Light:e.extend("--ft-chart-9-light","",s.colorBrown50),color9Base:e.extend("--ft-chart-9-base","",s.colorBrown200),color10Light:e.extend("--ft-chart-10-light","",s.colorGray50),color10Base:e.extend("--ft-chart-10-base","",s.colorGray80),monochrome10:e.extend("--ft-chart-monochrome-10","",s.colorBrand10),monochrome20:e.extend("--ft-chart-monochrome-20","",s.colorBrand20),monochrome30:e.extend("--ft-chart-monochrome-30","",s.colorBrand40),monochrome40:e.extend("--ft-chart-monochrome-40","",s.colorBrand60),monochrome50:e.extend("--ft-chart-monochrome-50","",s.colorBrand0),monochrome60:e.extend("--ft-chart-monochrome-60","",s.colorBrand200)};var dp={largeHorizontalPadding:e.extend("--ft-chip-large-horizontal-padding","",s.spacing4),largeVerticalPadding:e.extend("--ft-chip-large-vertical-padding","",s.spacing2),largeGap:e.extend("--ft-chip-large-gap","",s.spacing1),largeFocusOutlineOffset:e.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:e.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:e.extend("--ft-chip-large-border-radius","",s.borderRadiusPill),largeBorderWidth:e.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:e.extend("--ft-chip-large-icon-size","",s.iconSize3),mediumHorizontalPadding:e.extend("--ft-chip-medium-horizontal-padding","",s.spacing3),mediumVerticalPadding:e.extend("--ft-chip-medium-vertical-padding","",s.spacing1),mediumGap:e.extend("--ft-chip-medium-gap","",s.spacing1),mediumFocusOutlineOffset:e.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:e.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:e.extend("--ft-chip-medium-border-radius","",s.borderRadiusPill),mediumBorderWidth:e.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:e.extend("--ft-chip-medium-icon-size","",s.iconSize2),smallHorizontalPadding:e.extend("--ft-chip-small-horizontal-padding","",s.spacing2),smallVerticalPadding:e.extend("--ft-chip-small-vertical-padding","",s.spacing05),smallGap:e.extend("--ft-chip-small-gap","",s.spacing1),smallFocusOutlineOffset:e.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:e.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:e.extend("--ft-chip-small-border-radius","",s.borderRadiusPill),smallBorderWidth:e.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:e.extend("--ft-chip-small-icon-size","",s.iconSize1),neutralBackgroundColor:e.extend("--ft-chip-neutral-background-color","",c.backgroundGlobalOnSurface),neutralColor:e.extend("--ft-chip-neutral-color","",c.contentGlobalSecondary),neutralIconColor:e.extend("--ft-chip-neutral-icon-color","",c.contentGlobalSecondary),neutralBorderColor:e.extend("--ft-chip-neutral-border-color","",c.borderGlobalSubtle),infoBackgroundColor:e.extend("--ft-chip-info-background-color","",c.backgroundInfoSubtle),infoColor:e.extend("--ft-chip-info-color","",c.contentInfoPrimary),infoIconColor:e.extend("--ft-chip-info-icon-color","",c.contentInfoIconOnly),infoBorderColor:e.extend("--ft-chip-info-border-color","",c.borderInfoSubtle),successBackgroundColor:e.extend("--ft-chip-success-background-color","",c.backgroundSuccessSubtle),successColor:e.extend("--ft-chip-success-color","",c.contentSuccessPrimary),successIconColor:e.extend("--ft-chip-success-icon-color","",c.contentSuccessIconOnly),successBorderColor:e.extend("--ft-chip-success-border-color","",c.borderSuccessSubtle),warningBackgroundColor:e.extend("--ft-chip-warning-background-color","",c.backgroundWarningSubtle),warningColor:e.extend("--ft-chip-warning-color","",c.contentWarningPrimary),warningIconColor:e.extend("--ft-chip-warning-icon-color","",c.contentWarningIconOnly),warningBorderColor:e.extend("--ft-chip-warning-border-color","",c.borderWarningSubtle),errorBackgroundColor:e.extend("--ft-chip-error-background-color","",c.backgroundErrorSubtle),errorColor:e.extend("--ft-chip-error-color","",c.contentErrorPrimary),errorIconColor:e.extend("--ft-chip-error-icon-color","",c.contentErrorIconOnly),errorBorderColor:e.extend("--ft-chip-error-border-color","",c.borderErrorSubtle)};var yp={borderWidth:e.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:e.extend("--ft-notice-horizontal-padding","",s.spacing3),verticalPadding:e.extend("--ft-notice-vertical-padding","",s.spacing2),borderRadius:e.extend("--ft-notice-border-radius","",s.borderRadiusS),gap:e.extend("--ft-notice-gap","",s.spacing2),iconSize:e.extend("--ft-notice-icon-size","",s.iconSize3),infoBackgroundColor:e.extend("--ft-notice-info-background-color","",c.backgroundInfoSubtle),infoBorderColor:e.extend("--ft-notice-info-border-color","",c.borderInfoSubtle),infoColor:e.extend("--ft-notice-info-color","",c.contentInfoPrimary),infoIconColor:e.extend("--ft-notice-info-icon-color","",c.contentInfoIconOnly),warningBackgroundColor:e.extend("--ft-notice-warning-background-color","",c.backgroundWarningSubtle),warningBorderColor:e.extend("--ft-notice-warning-border-color","",c.borderWarningSubtle),warningColor:e.extend("--ft-notice-warning-color","",c.contentWarningPrimary),warningIconColor:e.extend("--ft-notice-warning-icon-color","",c.contentWarningIconOnly),errorBackgroundColor:e.extend("--ft-notice-error-background-color","",c.backgroundErrorSubtle),errorBorderColor:e.extend("--ft-notice-error-border-color","",c.borderErrorSubtle),errorColor:e.extend("--ft-notice-error-color","",c.contentErrorPrimary),errorIconColor:e.extend("--ft-notice-error-icon-color","",c.contentErrorIconOnly),successBackgroundColor:e.extend("--ft-notice-success-background-color","",c.backgroundSuccessSubtle),successBorderColor:e.extend("--ft-notice-success-border-color","",c.borderSuccessSubtle),successColor:e.extend("--ft-notice-success-color","",c.contentSuccessPrimary),successIconColor:e.extend("--ft-notice-success-icon-color","",c.contentSuccessIconOnly)};var Sp={color:e.extend("--ft-checkbox-color","",c.contentGlobalPrimary),checkedBackgroundColor:e.extend("--ft-checkbox-checked-background-color","",c.contentActionPrimary),checkedStateLayerColor:e.extend("--ft-checkbox-checked-state-layer-color","",c.contentActionPrimary),checkedIconColor:e.extend("--ft-checkbox-checked-icon-color","",c.contentGlobalOnColor),checkedHoverStateLayerOpacity:e.extend("--ft-checkbox-checked-hover-state-layer-opacity","",s.opacity16),checkedFocusStateLayerOpacity:e.extend("--ft-checkbox-checked-focus-state-layer-opacity","",s.opacity16),checkedActiveStateLayerOpacity:e.extend("--ft-checkbox-checked-active-state-layer-opacity","",s.opacity24),checkedDisabledComponentOpacity:e.extend("--ft-checkbox-checked-disabled-component-opacity","",s.opacity40),uncheckedBorderColor:e.extend("--ft-checkbox-unchecked-border-color","",s.colorGray80),uncheckedStateLayerColor:e.extend("--ft-checkbox-unchecked-state-layer-color","",s.colorGray80),uncheckedHoverStateLayerOpacity:e.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",s.opacity16),uncheckedFocusStateLayerOpacity:e.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",s.opacity16),uncheckedActiveStateLayerOpacity:e.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",s.opacity24),uncheckedDisabledComponentOpacity:e.extend("--ft-checkbox-unchecked-disabled-component-opacity","",s.opacity40),focusFocusRingColor:e.extend("--ft-checkbox-focus-focus-ring-color","",c.borderActionFocusRing),focusOutlineOffset:e.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:e.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:e.extend("--ft-checkbox-gap","",s.spacing3)};var wp={offHoverStateLayerOpacity:e.extend("--ft-toggle-off-hover-state-layer-opacity","",s.opacity16),offFocusStateLayerOpacity:e.extend("--ft-toggle-off-focus-state-layer-opacity","",s.opacity16),offActiveStateLayerOpacity:e.extend("--ft-toggle-off-active-state-layer-opacity","",s.opacity24),offDisabledComponentOpacity:e.extend("--ft-toggle-off-disabled-component-opacity","",s.opacity40),offBackgroundColor:e.extend("--ft-toggle-off-background-color","",c.contentGlobalSubtle),offIconColor:e.extend("--ft-toggle-off-icon-color","",c.contentGlobalSubtle),offStateLayerColor:e.extend("--ft-toggle-off-state-layer-color","",c.contentGlobalSubtle),onHoverStateLayerOpacity:e.extend("--ft-toggle-on-hover-state-layer-opacity","",s.opacity16),onFocusStateLayerOpacity:e.extend("--ft-toggle-on-focus-state-layer-opacity","",s.opacity16),onActiveStateLayerOpacity:e.extend("--ft-toggle-on-active-state-layer-opacity","",s.opacity24),onDisabledComponentOpacity:e.extend("--ft-toggle-on-disabled-component-opacity","",s.opacity40),onBackgroundColor:e.extend("--ft-toggle-on-background-color","",c.contentActionPrimary),onStateLayerColor:e.extend("--ft-toggle-on-state-layer-color","",c.contentActionPrimary),onIconColor:e.extend("--ft-toggle-on-icon-color","",c.contentActionPrimary),color:e.extend("--ft-toggle-color","",c.contentGlobalPrimary),focusFocusRingColor:e.extend("--ft-toggle-focus-focus-ring-color","",c.borderActionFocusRing),gap:e.extend("--ft-toggle-gap","",s.spacing3)};var Tp={color:e.extend("--ft-radio-color","",c.contentGlobalPrimary),selectedRadioColor:e.extend("--ft-radio-selected-radio-color","",c.contentActionPrimary),selectedStateLayerColor:e.extend("--ft-radio-selected-state-layer-color","",c.contentActionPrimary),selectedHoverStateLayerOpacity:e.extend("--ft-radio-selected-hover-state-layer-opacity","",s.opacity16),selectedFocusStateLayerOpacity:e.extend("--ft-radio-selected-focus-state-layer-opacity","",s.opacity16),selectedActiveStateLayerOpacity:e.extend("--ft-radio-selected-active-state-layer-opacity","",s.opacity24),selectedDisabledComponentOpacity:e.extend("--ft-radio-selected-disabled-component-opacity","",s.opacity40),unselectedStateLayerColor:e.extend("--ft-radio-unselected-state-layer-color","",c.borderInputPrimary),unselectedBorderColor:e.extend("--ft-radio-unselected-border-color","",c.borderInputPrimary),unselectedHoverStateLayerOpacity:e.extend("--ft-radio-unselected-hover-state-layer-opacity","",s.opacity16),unselectedFocusStateLayerOpacity:e.extend("--ft-radio-unselected-focus-state-layer-opacity","",s.opacity16),unselectedActiveStateLayerOpacity:e.extend("--ft-radio-unselected-active-state-layer-opacity","",s.opacity24),unselectedDisabledComponentOpacity:e.extend("--ft-radio-unselected-disabled-component-opacity","",s.opacity40),focusFocusRingColor:e.extend("--ft-radio-focus-focus-ring-color","",c.borderActionFocusRing),focusOutlineOffset:e.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:e.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:e.extend("--ft-radio-gap","",s.spacing3)};var Dp={iconSize:e.extend("--ft-notification-icon-size","",s.iconSize4),horizontalPadding:e.extend("--ft-notification-horizontal-padding","",s.spacing4),verticalPadding:e.extend("--ft-notification-vertical-padding","",s.spacing4),infoBackgroundColor:e.extend("--ft-notification-info-background-color","",c.backgroundInfoSubtle),infoColor:e.extend("--ft-notification-info-color","",c.contentInfoPrimary),infoIconColor:e.extend("--ft-notification-info-icon-color","",c.contentInfoIconOnly),infoBorderColor:e.extend("--ft-notification-info-border-color","",c.borderInfoSubtle),successBackgroundColor:e.extend("--ft-notification-success-background-color","",c.backgroundSuccessSubtle),successColor:e.extend("--ft-notification-success-color","",c.contentSuccessPrimary),successIconColor:e.extend("--ft-notification-success-icon-color","",c.contentSuccessIconOnly),successBorderColor:e.extend("--ft-notification-success-border-color","",c.borderSuccessSubtle),warningBackgroundColor:e.extend("--ft-notification-warning-background-color","",c.backgroundWarningSubtle),warningColor:e.extend("--ft-notification-warning-color","",c.contentWarningPrimary),warningIconColor:e.extend("--ft-notification-warning-icon-color","",c.contentWarningIconOnly),warningBorderColor:e.extend("--ft-notification-warning-border-color","",c.borderWarningSubtle),errorBackgroundColor:e.extend("--ft-notification-error-background-color","",c.backgroundErrorSubtle),errorColor:e.extend("--ft-notification-error-color","",c.contentErrorPrimary),errorIconColor:e.extend("--ft-notification-error-icon-color","",c.contentErrorIconOnly),errorBorderColor:e.extend("--ft-notification-error-border-color","",c.borderErrorSubtle),borderRadius:e.extend("--ft-notification-border-radius","",s.borderRadiusPill),borderWidth:e.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:e.extend("--ft-notification-leading-gap","",s.spacing2),trailingGap:e.extend("--ft-notification-trailing-gap","",s.spacing8)};var Mp={horizontalPadding:e.extend("--ft-tooltip-horizontal-padding","",s.spacing2),verticalPadding:e.extend("--ft-tooltip-vertical-padding","",s.spacing2),borderRadius:e.extend("--ft-tooltip-border-radius","",s.borderRadiusS),color:e.extend("--ft-tooltip-color","",c.contentGlobalOnColor),backgroundColor:e.extend("--ft-tooltip-background-color","",c.contentGlobalPrimary),backgroundOpacity:e.extend("--ft-tooltip-background-opacity","",s.opacity80),shadow:e.extend("--ft-tooltip-shadow","",s.shadowElevation03),maxWidth:e.create("--ft-tooltip-max-width","","SIZE","256px"),gap:e.extend("--ft-tooltip-gap","",s.spacing05)};var wo=f(R());function Bi(o){let t=Ao[o];return wo.css`
6
- .ft-typography--${(0,wo.unsafeCSS)(o)} {
7
- font-family: ${t.fontFamily};
8
- font-size: ${t.fontSize};
9
- font-weight: ${t.fontWeight};
10
- letter-spacing: ${t.letterSpacing};
11
- line-height: ${t.lineHeight};
12
- text-transform: ${t.textCase};
13
- }
14
- `}var Ui=g.FtCssVariableFactory.extend("--ft-typography-font-family","",g.designSystemVariables.titleFont),qt=g.FtCssVariableFactory.extend("--ft-typography-font-family","",g.designSystemVariables.contentFont),S={fontFamily:qt,fontSize:g.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:g.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:g.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:g.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:g.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},Pe={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Ui),fontSize:g.FtCssVariableFactory.extend("--ft-typography-title-font-size","",S.fontSize,"20px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",S.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",S.letterSpacing,"0.15px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-title-line-height","",S.lineHeight,"1.2"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",S.textTransform,"inherit")},ke={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Ui),fontSize:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",S.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",S.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",S.letterSpacing,"0.105px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",S.lineHeight,"1.7"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",S.textTransform,"inherit")},_e={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",qt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",S.fontSize,"16px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",S.fontWeight,"600"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",S.letterSpacing,"0.144px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",S.lineHeight,"1.5"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",S.textTransform,"inherit")},$e={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",qt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",S.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",S.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",S.letterSpacing,"0.098px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",S.lineHeight,"1.7"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",S.textTransform,"inherit")},De={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",qt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",S.fontSize,"16px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",S.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",S.letterSpacing,"0.496px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",S.lineHeight,"1.5"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",S.textTransform,"inherit")},Ct={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",qt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",S.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",S.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",S.letterSpacing,"0.252px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",S.lineHeight,"1.4"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",S.textTransform,"inherit")},Be={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",qt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",S.fontSize,"12px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",S.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",S.letterSpacing,"0.396px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",S.lineHeight,"1.33"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",S.textTransform,"inherit")},Ue={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",qt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",S.fontSize,"10px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",S.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",S.letterSpacing,"0.33px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",S.lineHeight,"1.6"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",S.textTransform,"inherit")},ze={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",qt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",S.fontSize,"10px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",S.fontWeight,"normal"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",S.letterSpacing,"1.5px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",S.lineHeight,"1.6"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",S.textTransform,"uppercase")},Ft={fontFamily:g.FtCssVariableFactory.extend("--ft-typography-button-font-family","",qt),fontSize:g.FtCssVariableFactory.extend("--ft-typography-button-font-size","",S.fontSize,"14px"),fontWeight:g.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",S.fontWeight,"600"),letterSpacing:g.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",S.letterSpacing,"1.246px"),lineHeight:g.FtCssVariableFactory.extend("--ft-typography-button-line-height","",S.lineHeight,"1.15"),textTransform:g.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",S.textTransform,"uppercase")},zi=It.css`
1
+ "use strict";(()=>{var Rc=Object.create;var ri=Object.defineProperty;var Nc=Object.getOwnPropertyDescriptor;var Pc=Object.getOwnPropertyNames;var Lc=Object.getPrototypeOf,Tc=Object.prototype.hasOwnProperty;var Lt=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Ic=(t,e,o,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of Pc(e))!Tc.call(t,i)&&i!==o&&ri(t,i,{get:()=>e[i],enumerable:!(n=Nc(e,i))||n.enumerable});return t};var m=(t,e,o)=>(o=t!=null?Rc(Lc(t)):{},Ic(e||!t||!t.__esModule?ri(o,"default",{value:t,enumerable:!0}):o,t));var R=Lt((Qd,oi)=>{oi.exports=ftGlobals.wcUtils});var D=Lt((Jd,ni)=>{ni.exports=ftGlobals.lit});var H=Lt((rp,si)=>{si.exports=ftGlobals.litDecorators});var ma=Lt((Yh,ha)=>{ha.exports=ftGlobals.litRepeat});var or=Lt((im,Ta)=>{Ta.exports=ftGlobals.litClassMap});var cs=Lt((Km,ls)=>{ls.exports=ftGlobals.litUnsafeHTML});var Ql=Lt(Xl=>{(function(t){var e=function(o){var n={searchParams:"URLSearchParams"in t,iterable:"Symbol"in t&&"iterator"in Symbol,blob:"FileReader"in t&&"Blob"in t&&function(){try{return new Blob,!0}catch{return!1}}(),formData:"FormData"in t,arrayBuffer:"ArrayBuffer"in t};function i(h){return h&&DataView.prototype.isPrototypeOf(h)}if(n.arrayBuffer)var a=["[object Int8Array]","[object Uint8Array]","[object Uint8ClampedArray]","[object Int16Array]","[object Uint16Array]","[object Int32Array]","[object Uint32Array]","[object Float32Array]","[object Float64Array]"],s=ArrayBuffer.isView||function(h){return h&&a.indexOf(Object.prototype.toString.call(h))>-1};function c(h){if(typeof h!="string"&&(h=String(h)),/[^a-z0-9\-#$%&'*+.^_`|~]/i.test(h))throw new TypeError("Invalid character in header field name");return h.toLowerCase()}function p(h){return typeof h!="string"&&(h=String(h)),h}function f(h){var v={next:function(){var L=h.shift();return{done:L===void 0,value:L}}};return n.iterable&&(v[Symbol.iterator]=function(){return v}),v}function u(h){this.map={},h instanceof u?h.forEach(function(v,L){this.append(L,v)},this):Array.isArray(h)?h.forEach(function(v){this.append(v[0],v[1])},this):h&&Object.getOwnPropertyNames(h).forEach(function(v){this.append(v,h[v])},this)}u.prototype.append=function(h,v){h=c(h),v=p(v);var L=this.map[h];this.map[h]=L?L+", "+v:v},u.prototype.delete=function(h){delete this.map[c(h)]},u.prototype.get=function(h){return h=c(h),this.has(h)?this.map[h]:null},u.prototype.has=function(h){return this.map.hasOwnProperty(c(h))},u.prototype.set=function(h,v){this.map[c(h)]=p(v)},u.prototype.forEach=function(h,v){for(var L in this.map)this.map.hasOwnProperty(L)&&h.call(v,this.map[L],L,this)},u.prototype.keys=function(){var h=[];return this.forEach(function(v,L){h.push(L)}),f(h)},u.prototype.values=function(){var h=[];return this.forEach(function(v){h.push(v)}),f(h)},u.prototype.entries=function(){var h=[];return this.forEach(function(v,L){h.push([L,v])}),f(h)},n.iterable&&(u.prototype[Symbol.iterator]=u.prototype.entries);function y(h){if(h.bodyUsed)return Promise.reject(new TypeError("Already read"));h.bodyUsed=!0}function g(h){return new Promise(function(v,L){h.onload=function(){v(h.result)},h.onerror=function(){L(h.error)}})}function x(h){var v=new FileReader,L=g(v);return v.readAsArrayBuffer(h),L}function b(h){var v=new FileReader,L=g(v);return v.readAsText(h),L}function S(h){for(var v=new Uint8Array(h),L=new Array(v.length),j=0;j<v.length;j++)L[j]=String.fromCharCode(v[j]);return L.join("")}function P(h){if(h.slice)return h.slice(0);var v=new Uint8Array(h.byteLength);return v.set(new Uint8Array(h)),v.buffer}function w(){return this.bodyUsed=!1,this._initBody=function(h){this._bodyInit=h,h?typeof h=="string"?this._bodyText=h:n.blob&&Blob.prototype.isPrototypeOf(h)?this._bodyBlob=h:n.formData&&FormData.prototype.isPrototypeOf(h)?this._bodyFormData=h:n.searchParams&&URLSearchParams.prototype.isPrototypeOf(h)?this._bodyText=h.toString():n.arrayBuffer&&n.blob&&i(h)?(this._bodyArrayBuffer=P(h.buffer),this._bodyInit=new Blob([this._bodyArrayBuffer])):n.arrayBuffer&&(ArrayBuffer.prototype.isPrototypeOf(h)||s(h))?this._bodyArrayBuffer=P(h):this._bodyText=h=Object.prototype.toString.call(h):this._bodyText="",this.headers.get("content-type")||(typeof h=="string"?this.headers.set("content-type","text/plain;charset=UTF-8"):this._bodyBlob&&this._bodyBlob.type?this.headers.set("content-type",this._bodyBlob.type):n.searchParams&&URLSearchParams.prototype.isPrototypeOf(h)&&this.headers.set("content-type","application/x-www-form-urlencoded;charset=UTF-8"))},n.blob&&(this.blob=function(){var h=y(this);if(h)return h;if(this._bodyBlob)return Promise.resolve(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(new Blob([this._bodyArrayBuffer]));if(this._bodyFormData)throw new Error("could not read FormData body as blob");return Promise.resolve(new Blob([this._bodyText]))},this.arrayBuffer=function(){return this._bodyArrayBuffer?y(this)||Promise.resolve(this._bodyArrayBuffer):this.blob().then(x)}),this.text=function(){var h=y(this);if(h)return h;if(this._bodyBlob)return b(this._bodyBlob);if(this._bodyArrayBuffer)return Promise.resolve(S(this._bodyArrayBuffer));if(this._bodyFormData)throw new Error("could not read FormData body as text");return Promise.resolve(this._bodyText)},n.formData&&(this.formData=function(){return this.text().then(z)}),this.json=function(){return this.text().then(JSON.parse)},this}var A=["DELETE","GET","HEAD","OPTIONS","POST","PUT"];function I(h){var v=h.toUpperCase();return A.indexOf(v)>-1?v:h}function T(h,v){v=v||{};var L=v.body;if(h instanceof T){if(h.bodyUsed)throw new TypeError("Already read");this.url=h.url,this.credentials=h.credentials,v.headers||(this.headers=new u(h.headers)),this.method=h.method,this.mode=h.mode,this.signal=h.signal,!L&&h._bodyInit!=null&&(L=h._bodyInit,h.bodyUsed=!0)}else this.url=String(h);if(this.credentials=v.credentials||this.credentials||"same-origin",(v.headers||!this.headers)&&(this.headers=new u(v.headers)),this.method=I(v.method||this.method||"GET"),this.mode=v.mode||this.mode||null,this.signal=v.signal||this.signal,this.referrer=null,(this.method==="GET"||this.method==="HEAD")&&L)throw new TypeError("Body not allowed for GET or HEAD requests");this._initBody(L)}T.prototype.clone=function(){return new T(this,{body:this._bodyInit})};function z(h){var v=new FormData;return h.trim().split("&").forEach(function(L){if(L){var j=L.split("="),ce=j.shift().replace(/\+/g," "),F=j.join("=").replace(/\+/g," ");v.append(decodeURIComponent(ce),decodeURIComponent(F))}}),v}function be(h){var v=new u,L=h.replace(/\r?\n[\t ]+/g," ");return L.split(/\r?\n/).forEach(function(j){var ce=j.split(":"),F=ce.shift().trim();if(F){var Zr=ce.join(":").trim();v.append(F,Zr)}}),v}w.call(T.prototype);function re(h,v){v||(v={}),this.type="default",this.status=v.status===void 0?200:v.status,this.ok=this.status>=200&&this.status<300,this.statusText="statusText"in v?v.statusText:"OK",this.headers=new u(v.headers),this.url=v.url||"",this._initBody(h)}w.call(re.prototype),re.prototype.clone=function(){return new re(this._bodyInit,{status:this.status,statusText:this.statusText,headers:new u(this.headers),url:this.url})},re.error=function(){var h=new re(null,{status:0,statusText:""});return h.type="error",h};var Cr=[301,302,303,307,308];re.redirect=function(h,v){if(Cr.indexOf(v)===-1)throw new RangeError("Invalid status code");return new re(null,{status:v,headers:{location:h}})},o.DOMException=t.DOMException;try{new o.DOMException}catch{o.DOMException=function(v,L){this.message=v,this.name=L;var j=Error(v);this.stack=j.stack},o.DOMException.prototype=Object.create(Error.prototype),o.DOMException.prototype.constructor=o.DOMException}function _e(h,v){return new Promise(function(L,j){var ce=new T(h,v);if(ce.signal&&ce.signal.aborted)return j(new o.DOMException("Aborted","AbortError"));var F=new XMLHttpRequest;function Zr(){F.abort()}F.onload=function(){var Er={status:F.status,statusText:F.statusText,headers:be(F.getAllResponseHeaders()||"")};Er.url="responseURL"in F?F.responseURL:Er.headers.get("X-Request-URL");var Ho="response"in F?F.response:F.responseText;L(new re(Ho,Er))},F.onerror=function(){j(new TypeError("Network request failed"))},F.ontimeout=function(){j(new TypeError("Network request failed"))},F.onabort=function(){j(new o.DOMException("Aborted","AbortError"))},F.open(ce.method,ce.url,!0),ce.credentials==="include"?F.withCredentials=!0:ce.credentials==="omit"&&(F.withCredentials=!1),"responseType"in F&&n.blob&&(F.responseType="blob"),ce.headers.forEach(function(Er,Ho){F.setRequestHeader(Ho,Er)}),ce.signal&&(ce.signal.addEventListener("abort",Zr),F.onreadystatechange=function(){F.readyState===4&&ce.signal.removeEventListener("abort",Zr)}),F.send(typeof ce._bodyInit>"u"?null:ce._bodyInit)})}return _e.polyfill=!0,t.fetch||(t.fetch=_e,t.Headers=u,t.Request=T,t.Response=re),o.Headers=u,o.Request=T,o.Response=re,o.fetch=_e,Object.defineProperty(o,"__esModule",{value:!0}),o}({})})(typeof self<"u"?self:Xl)});var Ac=m(R());var Cc=m(D()),Ec=m(R());var ii=m(D()),ep={},ai=ii.css`
2
+ `;var yn=m(R());var Ft=m(D()),W=m(H()),Me=m(R());var ua=m(R());var Yo=globalThis,qr=Yo.trustedTypes,li=qr?qr.createPolicy("lit-html",{createHTML:t=>t}):void 0,hi="$lit$",mt=`lit$${(Math.random()+"").slice(9)}$`,mi="?"+mt,kc=`<${mi}>`,kt=document,Yr=()=>kt.createComment(""),Ar=t=>t===null||typeof t!="object"&&typeof t!="function",yi=Array.isArray,_c=t=>yi(t)||typeof t?.[Symbol.iterator]=="function",Vo=`[
3
+ \f\r]`,wr=/<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g,ci=/-->/g,di=/>/g,Tt=RegExp(`>|${Vo}(?:([^\\s"'>=/]+)(${Vo}*=${Vo}*(?:[^
4
+ \f\r"'\`<>=]|("|')|))|$)`,"g"),pi=/'/g,fi=/"/g,gi=/^(?:script|style|textarea|title)$/i,bi=t=>(e,...o)=>({_$litType$:t,strings:e,values:o}),xi=bi(1),vi=bi(2),Rr=Symbol.for("lit-noChange"),ie=Symbol.for("lit-nothing"),ui=new WeakMap,It=kt.createTreeWalker(kt,129);function Si(t,e){if(!Array.isArray(t)||!t.hasOwnProperty("raw"))throw Error("invalid template strings array");return li!==void 0?li.createHTML(e):e}var Dc=(t,e)=>{let o=t.length-1,n=[],i,a=e===2?"<svg>":"",s=wr;for(let c=0;c<o;c++){let p=t[c],f,u,y=-1,g=0;for(;g<p.length&&(s.lastIndex=g,u=s.exec(p),u!==null);)g=s.lastIndex,s===wr?u[1]==="!--"?s=ci:u[1]!==void 0?s=di:u[2]!==void 0?(gi.test(u[2])&&(i=RegExp("</"+u[2],"g")),s=Tt):u[3]!==void 0&&(s=Tt):s===Tt?u[0]===">"?(s=i??wr,y=-1):u[1]===void 0?y=-2:(y=s.lastIndex-u[2].length,f=u[1],s=u[3]===void 0?Tt:u[3]==='"'?fi:pi):s===fi||s===pi?s=Tt:s===ci||s===di?s=wr:(s=Tt,i=void 0);let x=s===Tt&&t[c+1].startsWith("/>")?" ":"";a+=s===wr?p+kc:y>=0?(n.push(f),p.slice(0,y)+hi+p.slice(y)+mt+x):p+mt+(y===-2?c:x)}return[Si(t,a+(t[o]||"<?>")+(e===2?"</svg>":"")),n]},Nr=class t{constructor({strings:e,_$litType$:o},n){let i;this.parts=[];let a=0,s=0,c=e.length-1,p=this.parts,[f,u]=Dc(e,o);if(this.el=t.createElement(f,n),It.currentNode=this.el.content,o===2){let y=this.el.content.firstChild;y.replaceWith(...y.childNodes)}for(;(i=It.nextNode())!==null&&p.length<c;){if(i.nodeType===1){if(i.hasAttributes())for(let y of i.getAttributeNames())if(y.endsWith(hi)){let g=u[s++],x=i.getAttribute(y).split(mt),b=/([.?@])?(.*)/.exec(g);p.push({type:1,index:a,name:b[2],strings:x,ctor:b[1]==="."?Go:b[1]==="?"?Ko:b[1]==="@"?Zo:Zt}),i.removeAttribute(y)}else y.startsWith(mt)&&(p.push({type:6,index:a}),i.removeAttribute(y));if(gi.test(i.tagName)){let y=i.textContent.split(mt),g=y.length-1;if(g>0){i.textContent=qr?qr.emptyScript:"";for(let x=0;x<g;x++)i.append(y[x],Yr()),It.nextNode(),p.push({type:2,index:++a});i.append(y[g],Yr())}}}else if(i.nodeType===8)if(i.data===mi)p.push({type:2,index:a});else{let y=-1;for(;(y=i.data.indexOf(mt,y+1))!==-1;)p.push({type:7,index:a}),y+=mt.length-1}a++}}static createElement(e,o){let n=kt.createElement("template");return n.innerHTML=e,n}};function Kt(t,e,o=t,n){if(e===Rr)return e;let i=n!==void 0?o._$Co?.[n]:o._$Cl,a=Ar(e)?void 0:e._$litDirective$;return i?.constructor!==a&&(i?._$AO?.(!1),a===void 0?i=void 0:(i=new a(t),i._$AT(t,o,n)),n!==void 0?(o._$Co??=[])[n]=i:o._$Cl=i),i!==void 0&&(e=Kt(t,i._$AS(t,e.values),i,n)),e}var jo=class{constructor(e,o){this._$AV=[],this._$AN=void 0,this._$AD=e,this._$AM=o}get parentNode(){return this._$AM.parentNode}get _$AU(){return this._$AM._$AU}u(e){let{el:{content:o},parts:n}=this._$AD,i=(e?.creationScope??kt).importNode(o,!0);It.currentNode=i;let a=It.nextNode(),s=0,c=0,p=n[0];for(;p!==void 0;){if(s===p.index){let f;p.type===2?f=new Xr(a,a.nextSibling,this,e):p.type===1?f=new p.ctor(a,p.name,p.strings,this,e):p.type===6&&(f=new qo(a,this,e)),this._$AV.push(f),p=n[++c]}s!==p?.index&&(a=It.nextNode(),s++)}return It.currentNode=kt,i}p(e){let o=0;for(let n of this._$AV)n!==void 0&&(n.strings!==void 0?(n._$AI(e,n,o),o+=n.strings.length-2):n._$AI(e[o])),o++}},Xr=class t{get _$AU(){return this._$AM?._$AU??this._$Cv}constructor(e,o,n,i){this.type=2,this._$AH=ie,this._$AN=void 0,this._$AA=e,this._$AB=o,this._$AM=n,this.options=i,this._$Cv=i?.isConnected??!0}get parentNode(){let e=this._$AA.parentNode,o=this._$AM;return o!==void 0&&e?.nodeType===11&&(e=o.parentNode),e}get startNode(){return this._$AA}get endNode(){return this._$AB}_$AI(e,o=this){e=Kt(this,e,o),Ar(e)?e===ie||e==null||e===""?(this._$AH!==ie&&this._$AR(),this._$AH=ie):e!==this._$AH&&e!==Rr&&this._(e):e._$litType$!==void 0?this.g(e):e.nodeType!==void 0?this.$(e):_c(e)?this.T(e):this._(e)}k(e){return this._$AA.parentNode.insertBefore(e,this._$AB)}$(e){this._$AH!==e&&(this._$AR(),this._$AH=this.k(e))}_(e){this._$AH!==ie&&Ar(this._$AH)?this._$AA.nextSibling.data=e:this.$(kt.createTextNode(e)),this._$AH=e}g(e){let{values:o,_$litType$:n}=e,i=typeof n=="number"?this._$AC(e):(n.el===void 0&&(n.el=Nr.createElement(Si(n.h,n.h[0]),this.options)),n);if(this._$AH?._$AD===i)this._$AH.p(o);else{let a=new jo(i,this),s=a.u(this.options);a.p(o),this.$(s),this._$AH=a}}_$AC(e){let o=ui.get(e.strings);return o===void 0&&ui.set(e.strings,o=new Nr(e)),o}T(e){yi(this._$AH)||(this._$AH=[],this._$AR());let o=this._$AH,n,i=0;for(let a of e)i===o.length?o.push(n=new t(this.k(Yr()),this.k(Yr()),this,this.options)):n=o[i],n._$AI(a),i++;i<o.length&&(this._$AR(n&&n._$AB.nextSibling,i),o.length=i)}_$AR(e=this._$AA.nextSibling,o){for(this._$AP?.(!1,!0,o);e&&e!==this._$AB;){let n=e.nextSibling;e.remove(),e=n}}setConnected(e){this._$AM===void 0&&(this._$Cv=e,this._$AP?.(e))}},Zt=class{get tagName(){return this.element.tagName}get _$AU(){return this._$AM._$AU}constructor(e,o,n,i,a){this.type=1,this._$AH=ie,this._$AN=void 0,this.element=e,this.name=o,this._$AM=i,this.options=a,n.length>2||n[0]!==""||n[1]!==""?(this._$AH=Array(n.length-1).fill(new String),this.strings=n):this._$AH=ie}_$AI(e,o=this,n,i){let a=this.strings,s=!1;if(a===void 0)e=Kt(this,e,o,0),s=!Ar(e)||e!==this._$AH&&e!==Rr,s&&(this._$AH=e);else{let c=e,p,f;for(e=a[0],p=0;p<a.length-1;p++)f=Kt(this,c[n+p],o,p),f===Rr&&(f=this._$AH[p]),s||=!Ar(f)||f!==this._$AH[p],f===ie?e=ie:e!==ie&&(e+=(f??"")+a[p+1]),this._$AH[p]=f}s&&!i&&this.O(e)}O(e){e===ie?this.element.removeAttribute(this.name):this.element.setAttribute(this.name,e??"")}},Go=class extends Zt{constructor(){super(...arguments),this.type=3}O(e){this.element[this.name]=e===ie?void 0:e}},Ko=class extends Zt{constructor(){super(...arguments),this.type=4}O(e){this.element.toggleAttribute(this.name,!!e&&e!==ie)}},Zo=class extends Zt{constructor(e,o,n,i,a){super(e,o,n,i,a),this.type=5}_$AI(e,o=this){if((e=Kt(this,e,o,0)??ie)===Rr)return;let n=this._$AH,i=e===ie&&n!==ie||e.capture!==n.capture||e.once!==n.once||e.passive!==n.passive,a=e!==ie&&(n===ie||i);i&&this.element.removeEventListener(this.name,this,n),a&&this.element.addEventListener(this.name,this,e),this._$AH=e}handleEvent(e){typeof this._$AH=="function"?this._$AH.call(this.options?.host??this.element,e):this._$AH.handleEvent(e)}},qo=class{constructor(e,o,n){this.element=e,this.type=6,this._$AN=void 0,this._$AM=o,this.options=n}get _$AU(){return this._$AM._$AU}_$AI(e){Kt(this,e)}};var $c=Yo.litHtmlPolyfillSupport;$c?.(Nr,Xr),(Yo.litHtmlVersions??=[]).push("3.1.0");var Ci=Symbol.for(""),Bc=t=>{if(t?.r===Ci)return t?._$litStatic$},Xo=t=>({_$litStatic$:t,r:Ci});var Oi=new Map,Ei=t=>(e,...o)=>{let n=o.length,i,a,s=[],c=[],p,f=0,u=!1;for(;f<n;){for(p=e[f];f<n&&(a=o[f],(i=Bc(a))!==void 0);)p+=i+e[++f],u=!0;f!==n&&c.push(a),s.push(p),f++}if(f===n&&s.push(e[n]),u){let y=s.join("$$lit$$");(e=Oi.get(y))===void 0&&(s.raw=s,Oi.set(y,e=s)),o=c}return t(e,...o)},Qo=Ei(xi),ip=Ei(vi);var Jo=m(H()),fa=m(R());var _t;(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"})(_t||(_t={}));var De=m(D()),C=m(R());var rt=m(D(),1),yt=t=>typeof t=="string"?(0,rt.unsafeCSS)(t):t,r=class{static create(e,o,n,i){let a=c=>yt(c??i),s=rt.css`var(${yt(e)}, ${a(i)})`;return s.name=e,s.description=o,s.category=n,s.defaultValue=i,s.defaultCssValue=a,s.get=c=>rt.css`var(${yt(e)}, ${a(c)})`,s.breadcrumb=()=>[],s.lastResortDefaultValue=()=>i,s}static extend(e,o,n,i){let a=c=>n.get(c??i),s=rt.css`var(${yt(e)}, ${a(i)})`;return s.name=e,s.description=o,s.category=n.category,s.fallbackVariable=n,s.defaultValue=i,s.defaultCssValue=a,s.get=c=>rt.css`var(${yt(e)}, ${a(c)})`,s.breadcrumb=()=>[n.name,...n.breadcrumb()],s.lastResortDefaultValue=()=>i??n.lastResortDefaultValue(),s}static external(e,o){let n=a=>e.fallbackVariable?e.fallbackVariable.get(a??e.defaultValue):yt(a??e.lastResortDefaultValue()),i=rt.css`var(${yt(e.name)}, ${n(e.defaultValue)})`;return i.name=e.name,i.category=e.category,i.fallbackVariable=e.fallbackVariable,i.defaultValue=e.defaultValue,i.context=o,i.defaultCssValue=n,i.get=a=>rt.css`var(${yt(e.name)}, ${n(a)})`,i.breadcrumb=()=>e.fallbackVariable?[e.fallbackVariable.name,...e.fallbackVariable.breadcrumb()]:[],i.lastResortDefaultValue=()=>e.lastResortDefaultValue(),i}};var l={colorWhite:r.create("--ft-color-white","","COLOR","#ffffff"),colorGray0:r.create("--ft-color-gray-0","","COLOR","#71718e"),colorGray10:r.create("--ft-color-gray-10","","COLOR","#fbfbfc"),colorGray20:r.create("--ft-color-gray-20","","COLOR","#f2f2f5"),colorGray30:r.create("--ft-color-gray-30","","COLOR","#e9e9ed"),colorGray40:r.create("--ft-color-gray-40","","COLOR","#e0e0e6"),colorGray50:r.create("--ft-color-gray-50","","COLOR","#cdcdd7"),colorGray60:r.create("--ft-color-gray-60","","COLOR","#bbbbc9"),colorGray70:r.create("--ft-color-gray-70","","COLOR","#a8a8ba"),colorGray80:r.create("--ft-color-gray-80","","COLOR","#9696ab"),colorGray90:r.create("--ft-color-gray-90","","COLOR","#83839d"),colorGray100:r.create("--ft-color-gray-100","","COLOR","#62627c"),colorGray200:r.create("--ft-color-gray-200","","COLOR","#545469"),colorGray300:r.create("--ft-color-gray-300","","COLOR","#454557"),colorGray400:r.create("--ft-color-gray-400","","COLOR","#363644"),colorGray500:r.create("--ft-color-gray-500","","COLOR","#282832"),colorGray600:r.create("--ft-color-gray-600","","COLOR","#19191f"),colorGray700:r.create("--ft-color-gray-700","","COLOR","#0a0a0d"),colorBrand0:r.create("--ft-color-brand-0","","COLOR","#9d207b"),colorBrand10:r.create("--ft-color-brand-10","","COLOR","#f7edf4"),colorBrand20:r.create("--ft-color-brand-20","","COLOR","#ebcfe4"),colorBrand30:r.create("--ft-color-brand-30","","COLOR","#dfb2d3"),colorBrand40:r.create("--ft-color-brand-40","","COLOR","#d395c2"),colorBrand50:r.create("--ft-color-brand-50","","COLOR","#c778b1"),colorBrand60:r.create("--ft-color-brand-60","","COLOR","#ba5ba1"),colorBrand70:r.create("--ft-color-brand-70","","COLOR","#ae3e90"),colorBrand100:r.create("--ft-color-brand-100","","COLOR","#8d1d6e"),colorBrand200:r.create("--ft-color-brand-200","","COLOR","#78185e"),colorBrand300:r.create("--ft-color-brand-300","","COLOR","#62144d"),colorBrand400:r.create("--ft-color-brand-400","","COLOR","#4d103c"),colorBrand500:r.create("--ft-color-brand-500","","COLOR","#380b2c"),colorBrand600:r.create("--ft-color-brand-600","","COLOR","#23071b"),colorBrand700:r.create("--ft-color-brand-700","","COLOR","#0d030b"),colorCyan0:r.create("--ft-color-cyan-0","","COLOR","#0e98b4"),colorCyan10:r.create("--ft-color-cyan-10","","COLOR","#ebf6f9"),colorCyan20:r.create("--ft-color-cyan-20","","COLOR","#cbe9ef"),colorCyan30:r.create("--ft-color-cyan-30","","COLOR","#acdbe5"),colorCyan40:r.create("--ft-color-cyan-40","","COLOR","#8ccedb"),colorCyan50:r.create("--ft-color-cyan-50","","COLOR","#6dc0d1"),colorCyan60:r.create("--ft-color-cyan-60","","COLOR","#4db3c8"),colorCyan70:r.create("--ft-color-cyan-70","","COLOR","#2ea5be"),colorCyan100:r.create("--ft-color-cyan-100","","COLOR","#0c849c"),colorCyan200:r.create("--ft-color-cyan-200","","COLOR","#0a7085"),colorCyan300:r.create("--ft-color-cyan-300","","COLOR","#085c6d"),colorCyan400:r.create("--ft-color-cyan-400","","COLOR","#074856"),colorCyan500:r.create("--ft-color-cyan-500","","COLOR","#05343e"),colorCyan600:r.create("--ft-color-cyan-600","","COLOR","#032127"),colorCyan700:r.create("--ft-color-cyan-700","","COLOR","#010d0f"),colorGreen0:r.create("--ft-color-green-0","","COLOR","#21a274"),colorGreen10:r.create("--ft-color-green-10","","COLOR","#edf7f3"),colorGreen20:r.create("--ft-color-green-20","","COLOR","#cfebe1"),colorGreen30:r.create("--ft-color-green-30","","COLOR","#b2dfcf"),colorGreen40:r.create("--ft-color-green-40","","COLOR","#95d3bd"),colorGreen50:r.create("--ft-color-green-50","","COLOR","#78c7ab"),colorGreen60:r.create("--ft-color-green-60","","COLOR","#5bba98"),colorGreen70:r.create("--ft-color-green-70","","COLOR","#3eae86"),colorGreen100:r.create("--ft-color-green-100","","COLOR","#1d8d65"),colorGreen200:r.create("--ft-color-green-200","","COLOR","#187856"),colorGreen300:r.create("--ft-color-green-300","","COLOR","#146246"),colorGreen400:r.create("--ft-color-green-400","","COLOR","#104d37"),colorGreen500:r.create("--ft-color-green-500","","COLOR","#0b3828"),colorGreen600:r.create("--ft-color-green-600","","COLOR","#072319"),colorGreen700:r.create("--ft-color-green-700","","COLOR","#030d0a"),colorOrange0:r.create("--ft-color-orange-0","","COLOR","#F2700D"),colorOrange10:r.create("--ft-color-orange-10","","COLOR","#FFF7EB"),colorOrange20:r.create("--ft-color-orange-20","","COLOR","#FFEDD6"),colorOrange30:r.create("--ft-color-orange-30","","COLOR","#FFDDB2"),colorOrange40:r.create("--ft-color-orange-40","","COLOR","#FECB90"),colorOrange50:r.create("--ft-color-orange-50","","COLOR","#FCB76E"),colorOrange60:r.create("--ft-color-orange-60","","COLOR","#F9A34D"),colorOrange70:r.create("--ft-color-orange-70","","COLOR","#F68B2C"),colorOrange100:r.create("--ft-color-orange-100","","COLOR","#D35909"),colorOrange200:r.create("--ft-color-orange-200","","COLOR","#B74706"),colorOrange300:r.create("--ft-color-orange-300","","COLOR","#913503"),colorOrange400:r.create("--ft-color-orange-400","","COLOR","#6F2601"),colorOrange500:r.create("--ft-color-orange-500","","COLOR","#4D1800"),colorOrange600:r.create("--ft-color-orange-600","","COLOR","#330F00"),colorOrange700:r.create("--ft-color-orange-700","","COLOR","#140600"),colorRed0:r.create("--ft-color-red-0","","COLOR","#b40e2c"),colorRed10:r.create("--ft-color-red-10","","COLOR","#f9ebed"),colorRed20:r.create("--ft-color-red-20","","COLOR","#efcbd2"),colorRed30:r.create("--ft-color-red-30","","COLOR","#e5acb6"),colorRed40:r.create("--ft-color-red-40","","COLOR","#db8c9b"),colorRed50:r.create("--ft-color-red-50","","COLOR","#d16d7f"),colorRed60:r.create("--ft-color-red-60","","COLOR","#c84d63"),colorRed70:r.create("--ft-color-red-70","","COLOR","#be2e48"),colorRed100:r.create("--ft-color-red-100","","COLOR","#9c0c26"),colorRed200:r.create("--ft-color-red-200","","COLOR","#850a20"),colorRed300:r.create("--ft-color-red-300","","COLOR","#6d081b"),colorRed400:r.create("--ft-color-red-400","","COLOR","#560715"),colorRed500:r.create("--ft-color-red-500","","COLOR","#3e050f"),colorRed600:r.create("--ft-color-red-600","","COLOR","#270309"),colorRed700:r.create("--ft-color-red-700","","COLOR","#0f0104"),colorYellow0:r.create("--ft-color-yellow-0","","COLOR","#E4C00C"),colorYellow10:r.create("--ft-color-yellow-10","","COLOR","#fefae9"),colorYellow20:r.create("--ft-color-yellow-20","","COLOR","#fcf4ca"),colorYellow30:r.create("--ft-color-yellow-30","","COLOR","#faedaa"),colorYellow40:r.create("--ft-color-yellow-40","","COLOR","#f9e78b"),colorYellow50:r.create("--ft-color-yellow-50","","COLOR","#f7e06b"),colorYellow60:r.create("--ft-color-yellow-60","","COLOR","#F4D63E"),colorYellow70:r.create("--ft-color-yellow-70","","COLOR","#F3CE16"),colorYellow100:r.create("--ft-color-yellow-100","","COLOR","#d3b10b"),colorYellow200:r.create("--ft-color-yellow-200","","COLOR","#b3970a"),colorYellow300:r.create("--ft-color-yellow-300","","COLOR","#947c08"),colorYellow400:r.create("--ft-color-yellow-400","","COLOR","#746206"),colorYellow500:r.create("--ft-color-yellow-500","","COLOR","#554705"),colorYellow600:r.create("--ft-color-yellow-600","","COLOR","#352d03"),colorYellow700:r.create("--ft-color-yellow-700","","COLOR","#161201"),colorUltramarine0:r.create("--ft-color-ultramarine-0","","COLOR","#3C19E5"),colorUltramarine10:r.create("--ft-color-ultramarine-10","","COLOR","#EDEAFD"),colorUltramarine20:r.create("--ft-color-ultramarine-20","","COLOR","#D4CCF9"),colorUltramarine30:r.create("--ft-color-ultramarine-30","","COLOR","#BBAFF6"),colorUltramarine40:r.create("--ft-color-ultramarine-40","","COLOR","#A191F3"),colorUltramarine50:r.create("--ft-color-ultramarine-50","","COLOR","#8873EF"),colorUltramarine60:r.create("--ft-color-ultramarine-60","","COLOR","#6F55EC"),colorUltramarine70:r.create("--ft-color-ultramarine-70","","COLOR","#5537E8"),colorUltramarine100:r.create("--ft-color-ultramarine-100","","COLOR","#3416C7"),colorUltramarine200:r.create("--ft-color-ultramarine-200","","COLOR","#2C13A9"),colorUltramarine300:r.create("--ft-color-ultramarine-300","","COLOR","#250F8C"),colorUltramarine400:r.create("--ft-color-ultramarine-400","","COLOR","#1D0C6E"),colorUltramarine500:r.create("--ft-color-ultramarine-500","","COLOR","#150950"),colorUltramarine600:r.create("--ft-color-ultramarine-600","","COLOR","#0D0532"),colorUltramarine700:r.create("--ft-color-ultramarine-700","","COLOR","#050215"),colorAvocado0:r.create("--ft-color-avocado-0","","COLOR","#98BD28"),colorAvocado10:r.create("--ft-color-avocado-10","","COLOR","#F6F9EC"),colorAvocado20:r.create("--ft-color-avocado-20","","COLOR","#E8F0D0"),colorAvocado30:r.create("--ft-color-avocado-30","","COLOR","#DBE8B4"),colorAvocado40:r.create("--ft-color-avocado-40","","COLOR","#CEDF98"),colorAvocado50:r.create("--ft-color-avocado-50","","COLOR","#C0D77C"),colorAvocado60:r.create("--ft-color-avocado-60","","COLOR","#B3CE60"),colorAvocado70:r.create("--ft-color-avocado-70","","COLOR","#A5C644"),colorAvocado100:r.create("--ft-color-avocado-100","","COLOR","#84A423"),colorAvocado200:r.create("--ft-color-avocado-200","","COLOR","#708C1E"),colorAvocado300:r.create("--ft-color-avocado-300","","COLOR","#5D7318"),colorAvocado400:r.create("--ft-color-avocado-400","","COLOR","#495B13"),colorAvocado500:r.create("--ft-color-avocado-500","","COLOR","#35420E"),colorAvocado600:r.create("--ft-color-avocado-600","","COLOR","#212A09"),colorAvocado700:r.create("--ft-color-avocado-700","","COLOR","#0E1104"),colorBrown0:r.create("--ft-color-brown-0","","COLOR","#B26F4D"),colorBrown10:r.create("--ft-color-brown-10","","COLOR","#F8F2EF"),colorBrown20:r.create("--ft-color-brown-20","","COLOR","#EEDFD8"),colorBrown30:r.create("--ft-color-brown-30","","COLOR","#E4CDC1"),colorBrown40:r.create("--ft-color-brown-40","","COLOR","#DABAAA"),colorBrown50:r.create("--ft-color-brown-50","","COLOR","#D0A792"),colorBrown60:r.create("--ft-color-brown-60","","COLOR","#C6947B"),colorBrown70:r.create("--ft-color-brown-70","","COLOR","#BC8264"),colorBrown100:r.create("--ft-color-brown-100","","COLOR","#9B6143"),colorBrown200:r.create("--ft-color-brown-200","","COLOR","#845239"),colorBrown300:r.create("--ft-color-brown-300","","COLOR","#6D442F"),colorBrown400:r.create("--ft-color-brown-400","","COLOR","#553525"),colorBrown500:r.create("--ft-color-brown-500","","COLOR","#3E271B"),colorBrown600:r.create("--ft-color-brown-600","","COLOR","#271811"),colorBrown700:r.create("--ft-color-brown-700","","COLOR","#100A07"),spacing1:r.create("--ft-spacing-1","","SIZE","0.25rem"),spacing2:r.create("--ft-spacing-2","","SIZE","calc(var(--ft-spacing-2, 0.25rem)*2)"),spacing3:r.create("--ft-spacing-3","","SIZE","calc(var(--ft-spacing-3, 0.25rem)*3)"),spacing4:r.create("--ft-spacing-4","","SIZE","calc(var(--ft-spacing-4, 0.25rem)*4)"),spacing5:r.create("--ft-spacing-5","","SIZE","calc(var(--ft-spacing-5, 0.25rem)*5)"),spacing6:r.create("--ft-spacing-6","","SIZE","calc(var(--ft-spacing-6, 0.25rem)*6)"),spacing8:r.create("--ft-spacing-8","","SIZE","calc(var(--ft-spacing-8, 0.25rem)*8)"),spacing10:r.create("--ft-spacing-10","","SIZE","calc(var(--ft-spacing-10, 0.25rem)*10)"),spacing12:r.create("--ft-spacing-12","","SIZE","calc(var(--ft-spacing-12, 0.25rem)*12)"),spacing16:r.create("--ft-spacing-16","","SIZE","calc(var(--ft-spacing-16, 0.25rem)*16)"),spacing20:r.create("--ft-spacing-20","","SIZE","calc(var(--ft-spacing-20, 0.25rem)*20)"),spacing24:r.create("--ft-spacing-24","","SIZE","calc(var(--ft-spacing-24, 0.25rem)*24)"),spacing28:r.create("--ft-spacing-28","","SIZE","calc(var(--ft-spacing-28, 0.25rem)*28)"),spacing32:r.create("--ft-spacing-32","","SIZE","calc(var(--ft-spacing-32, 0.25rem)*32)"),spacing05:r.create("--ft-spacing-0-5","","SIZE","calc(var(--ft-spacing-0-5, 0.25rem)*0.5)"),borderRadiusS:r.create("--ft-border-radius-s","","SIZE","4px"),borderRadiusM:r.create("--ft-border-radius-m","","SIZE","8px"),borderRadiusL:r.create("--ft-border-radius-l","","SIZE","12px"),borderRadiusXl:r.create("--ft-border-radius-xl","","SIZE","16px"),borderRadiusPill:r.create("--ft-border-radius-pill","","SIZE","999px"),borderRadiusRound:r.create("--ft-border-radius-round","","SIZE","50%"),iconSize1:r.create("--ft-icon-size-1","","SIZE","0.75rem"),iconSize2:r.create("--ft-icon-size-2","","SIZE","1rem"),iconSize3:r.create("--ft-icon-size-3","","SIZE","1.25rem"),iconSize4:r.create("--ft-icon-size-4","","SIZE","1.5rem"),iconSize5:r.create("--ft-icon-size-5","","SIZE","2rem"),iconSize6:r.create("--ft-icon-size-6","","SIZE","3rem"),opacity0:r.create("--ft-opacity-0","","NUMBER","0"),opacity8:r.create("--ft-opacity-8","","NUMBER","0.08"),opacity16:r.create("--ft-opacity-16","","NUMBER","0.16"),opacity24:r.create("--ft-opacity-24","","NUMBER","0.24"),opacity40:r.create("--ft-opacity-40","","NUMBER","0.4"),opacity80:r.create("--ft-opacity-80","","NUMBER","0.8"),shadowElevation01:r.create("--ft-shadow-elevation-01","","SHADOW","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)"),shadowElevation02:r.create("--ft-shadow-elevation-02","","SHADOW","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)"),shadowElevation03:r.create("--ft-shadow-elevation-03","","SHADOW","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)"),shadowElevation04:r.create("--ft-shadow-elevation-04","","SHADOW","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)"),shadowElevation06:r.create("--ft-shadow-elevation-06","","SHADOW","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)"),shadowElevation08:r.create("--ft-shadow-elevation-08","","SHADOW","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)"),shadowElevation12:r.create("--ft-shadow-elevation-12","","SHADOW","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)"),shadowElevation16:r.create("--ft-shadow-elevation-16","","SHADOW","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)"),shadowElevation24:r.create("--ft-shadow-elevation-24","","SHADOW","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)")},wi={fontFamily:r.create("--ft-typography-display-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-display-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-display-lineHeight","","SIZE","120%"),fontSize:r.create("--ft-typography-display-fontSize","","SIZE","2.5rem"),letterSpacing:r.create("--ft-typography-display-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:r.create("--ft-typography-display-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-display-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-display-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-display-textCase","","UNKNOWN","none")},Ai={fontFamily:r.create("--ft-typography-title-1-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-title-1-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-title-1-lineHeight","","SIZE","120%"),fontSize:r.create("--ft-typography-title-1-fontSize","","SIZE","1.5rem"),letterSpacing:r.create("--ft-typography-title-1-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:r.create("--ft-typography-title-1-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-title-1-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-title-1-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-title-1-textCase","","UNKNOWN","none")},Ri={fontFamily:r.create("--ft-typography-title-2-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-title-2-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-title-2-lineHeight","","SIZE","120%"),fontSize:r.create("--ft-typography-title-2-fontSize","","SIZE","1.25rem"),letterSpacing:r.create("--ft-typography-title-2-letterSpacing","","SIZE","-0.02em"),paragraphSpacing:r.create("--ft-typography-title-2-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-title-2-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-title-2-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-title-2-textCase","","UNKNOWN","none")},Ni={fontFamily:r.create("--ft-typography-title-3-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-title-3-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-title-3-lineHeight","","SIZE","120%"),fontSize:r.create("--ft-typography-title-3-fontSize","","SIZE","1.125rem"),letterSpacing:r.create("--ft-typography-title-3-letterSpacing","","SIZE","-0.01em"),paragraphSpacing:r.create("--ft-typography-title-3-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-title-3-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-title-3-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-title-3-textCase","","UNKNOWN","none")},Pi={fontFamily:r.create("--ft-typography-body-1-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-body-1-regular-fontWeight","","UNKNOWN","400"),lineHeight:r.create("--ft-typography-body-1-regular-lineHeight","","SIZE","135%"),fontSize:r.create("--ft-typography-body-1-regular-fontSize","","SIZE","1rem"),letterSpacing:r.create("--ft-typography-body-1-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:r.create("--ft-typography-body-1-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-body-1-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-body-1-regular-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-body-1-regular-textCase","","UNKNOWN","none")},Li={fontFamily:r.create("--ft-typography-body-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-body-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-body-1-medium-lineHeight","","SIZE","135%"),fontSize:r.create("--ft-typography-body-1-medium-fontSize","","SIZE","1rem"),letterSpacing:r.create("--ft-typography-body-1-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:r.create("--ft-typography-body-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-body-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-body-1-medium-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-body-1-medium-textCase","","UNKNOWN","none")},Ti={fontFamily:r.create("--ft-typography-body-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-body-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-body-1-semibold-lineHeight","","SIZE","135%"),fontSize:r.create("--ft-typography-body-1-semibold-fontSize","","SIZE","1rem"),letterSpacing:r.create("--ft-typography-body-1-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:r.create("--ft-typography-body-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-body-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-body-1-semibold-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-body-1-semibold-textCase","","UNKNOWN","none")},Ii={fontFamily:r.create("--ft-typography-body-2-regular-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-body-2-regular-fontWeight","","UNKNOWN","400"),lineHeight:r.create("--ft-typography-body-2-regular-lineHeight","","SIZE","135%"),fontSize:r.create("--ft-typography-body-2-regular-fontSize","","SIZE","0.875rem"),letterSpacing:r.create("--ft-typography-body-2-regular-letterSpacing","","SIZE","normal"),paragraphSpacing:r.create("--ft-typography-body-2-regular-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-body-2-regular-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-body-2-regular-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-body-2-regular-textCase","","UNKNOWN","none")},ki={fontFamily:r.create("--ft-typography-body-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-body-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-body-2-medium-lineHeight","","SIZE","135%"),fontSize:r.create("--ft-typography-body-2-medium-fontSize","","SIZE","0.875rem"),letterSpacing:r.create("--ft-typography-body-2-medium-letterSpacing","","SIZE","normal"),paragraphSpacing:r.create("--ft-typography-body-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-body-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-body-2-medium-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-body-2-medium-textCase","","UNKNOWN","none")},Mc={fontFamily:r.create("--ft-typography-body-2-medium-underline-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-body-2-medium-underline-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-body-2-medium-underline-lineHeight","","SIZE","135%"),fontSize:r.create("--ft-typography-body-2-medium-underline-fontSize","","SIZE","0.875rem"),letterSpacing:r.create("--ft-typography-body-2-medium-underline-letterSpacing","","SIZE","normal"),paragraphSpacing:r.create("--ft-typography-body-2-medium-underline-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-body-2-medium-underline-paragraphIndent","","UNKNOWN","0"),textCase:r.create("--ft-typography-body-2-medium-underline-textCase","","UNKNOWN","none"),textDecoration:r.create("--ft-typography-body-2-medium-underline-textDecoration","","UNKNOWN","underline")},_i={fontFamily:r.create("--ft-typography-body-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-body-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-body-2-semibold-lineHeight","","SIZE","135%"),fontSize:r.create("--ft-typography-body-2-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:r.create("--ft-typography-body-2-semibold-letterSpacing","","SIZE","normal"),paragraphSpacing:r.create("--ft-typography-body-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-body-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-body-2-semibold-textDecoration","","UNKNOWN","none"),textCase:r.create("--ft-typography-body-2-semibold-textCase","","UNKNOWN","none")},Di={fontFamily:r.create("--ft-typography-label-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-label-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-label-1-medium-lineHeight","","SIZE","110%"),fontSize:r.create("--ft-typography-label-1-medium-fontSize","","SIZE","0.875rem"),letterSpacing:r.create("--ft-typography-label-1-medium-letterSpacing","","SIZE","0.04em"),textCase:r.create("--ft-typography-label-1-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ft-typography-label-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-label-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-label-1-medium-textDecoration","","UNKNOWN","none")},$i={fontFamily:r.create("--ft-typography-label-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-label-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-label-1-semibold-lineHeight","","SIZE","110%"),fontSize:r.create("--ft-typography-label-1-semibold-fontSize","","SIZE","0.875rem"),letterSpacing:r.create("--ft-typography-label-1-semibold-letterSpacing","","SIZE","0.04em"),textCase:r.create("--ft-typography-label-1-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ft-typography-label-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-label-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-label-1-semibold-textDecoration","","UNKNOWN","none")},Bi={fontFamily:r.create("--ft-typography-label-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-label-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:r.create("--ft-typography-label-1-bold-lineHeight","","SIZE","110%"),fontSize:r.create("--ft-typography-label-1-bold-fontSize","","SIZE","0.875rem"),letterSpacing:r.create("--ft-typography-label-1-bold-letterSpacing","","SIZE","0.04em"),textCase:r.create("--ft-typography-label-1-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ft-typography-label-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-label-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-label-1-bold-textDecoration","","UNKNOWN","none")},Mi={fontFamily:r.create("--ft-typography-label-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-label-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-label-2-medium-lineHeight","","SIZE","110%"),fontSize:r.create("--ft-typography-label-2-medium-fontSize","","SIZE","0.75rem"),letterSpacing:r.create("--ft-typography-label-2-medium-letterSpacing","","SIZE","0.04em"),textCase:r.create("--ft-typography-label-2-medium-textCase","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ft-typography-label-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-label-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-label-2-medium-textDecoration","","UNKNOWN","none")},Ui={fontFamily:r.create("--ft-typography-label-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-label-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-label-2-semibold-lineHeight","","SIZE","110%"),fontSize:r.create("--ft-typography-label-2-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:r.create("--ft-typography-label-2-semibold-letterSpacing","","SIZE","0.04em"),textCase:r.create("--ft-typography-label-2-semibold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ft-typography-label-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-label-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-label-2-semibold-textDecoration","","UNKNOWN","none")},zi={fontFamily:r.create("--ft-typography-label-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-label-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:r.create("--ft-typography-label-2-bold-lineHeight","","SIZE","110%"),fontSize:r.create("--ft-typography-label-2-bold-fontSize","","SIZE","0.75rem"),letterSpacing:r.create("--ft-typography-label-2-bold-letterSpacing","","SIZE","0.04em"),textCase:r.create("--ft-typography-label-2-bold-textCase","","UNKNOWN","uppercase"),paragraphSpacing:r.create("--ft-typography-label-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-label-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-label-2-bold-textDecoration","","UNKNOWN","none")},Fi={fontFamily:r.create("--ft-typography-caption-1-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-1-medium-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-caption-1-medium-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-1-medium-fontSize","","SIZE","0.75rem"),letterSpacing:r.create("--ft-typography-caption-1-medium-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-1-medium-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-1-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-1-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-1-medium-textDecoration","","UNKNOWN","none")},Wi={fontFamily:r.create("--ft-typography-caption-1-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-1-semibold-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-caption-1-semibold-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-1-semibold-fontSize","","SIZE","0.75rem"),letterSpacing:r.create("--ft-typography-caption-1-semibold-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-1-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-1-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-1-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-1-semibold-textDecoration","","UNKNOWN","none")},Hi={fontFamily:r.create("--ft-typography-caption-1-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-1-bold-fontWeight","","UNKNOWN","700"),lineHeight:r.create("--ft-typography-caption-1-bold-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-1-bold-fontSize","","SIZE","0.75rem"),letterSpacing:r.create("--ft-typography-caption-1-bold-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-1-bold-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-1-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-1-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-1-bold-textDecoration","","UNKNOWN","none")},Vi={fontFamily:r.create("--ft-typography-caption-2-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-2-medium-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-caption-2-medium-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-2-medium-fontSize","","SIZE","0.6875rem"),letterSpacing:r.create("--ft-typography-caption-2-medium-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-2-medium-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-2-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-2-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-2-medium-textDecoration","","UNKNOWN","none")},ji={fontFamily:r.create("--ft-typography-caption-2-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-2-semibold-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-caption-2-semibold-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-2-semibold-fontSize","","SIZE","0.6875rem"),letterSpacing:r.create("--ft-typography-caption-2-semibold-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-2-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-2-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-2-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-2-semibold-textDecoration","","UNKNOWN","none")},Gi={fontFamily:r.create("--ft-typography-caption-2-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-2-bold-fontWeight","","UNKNOWN","700"),lineHeight:r.create("--ft-typography-caption-2-bold-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-2-bold-fontSize","","SIZE","0.6875rem"),letterSpacing:r.create("--ft-typography-caption-2-bold-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-2-bold-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-2-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-2-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-2-bold-textDecoration","","UNKNOWN","none")},Ki={fontFamily:r.create("--ft-typography-caption-3-medium-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-3-medium-fontWeight","","UNKNOWN","500"),lineHeight:r.create("--ft-typography-caption-3-medium-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-3-medium-fontSize","","SIZE","0.625rem"),letterSpacing:r.create("--ft-typography-caption-3-medium-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-3-medium-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-3-medium-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-3-medium-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-3-medium-textDecoration","","UNKNOWN","none")},Zi={fontFamily:r.create("--ft-typography-caption-3-semibold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-3-semibold-fontWeight","","UNKNOWN","600"),lineHeight:r.create("--ft-typography-caption-3-semibold-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-3-semibold-fontSize","","SIZE","0.625rem"),letterSpacing:r.create("--ft-typography-caption-3-semibold-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-3-semibold-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-3-semibold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-3-semibold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-3-semibold-textDecoration","","UNKNOWN","none")},qi={fontFamily:r.create("--ft-typography-caption-3-bold-fontFamily","","UNKNOWN","Inter"),fontWeight:r.create("--ft-typography-caption-3-bold-fontWeight","","UNKNOWN","700"),lineHeight:r.create("--ft-typography-caption-3-bold-lineHeight","","SIZE","130%"),fontSize:r.create("--ft-typography-caption-3-bold-fontSize","","SIZE","0.625rem"),letterSpacing:r.create("--ft-typography-caption-3-bold-letterSpacing","","SIZE","normal"),textCase:r.create("--ft-typography-caption-3-bold-textCase","","UNKNOWN","none"),paragraphSpacing:r.create("--ft-typography-caption-3-bold-paragraphSpacing","","UNKNOWN","normal"),paragraphIndent:r.create("--ft-typography-caption-3-bold-paragraphIndent","","UNKNOWN","0"),textDecoration:r.create("--ft-typography-caption-3-bold-textDecoration","","UNKNOWN","none")},Qr={display:wi,"title-1":Ai,"title-2":Ri,"title-3":Ni,"body-1-regular":Pi,"body-1-medium":Li,"body-1-semibold":Ti,"body-2-regular":Ii,"body-2-medium":ki,"body-2-medium-underline":Mc,"body-2-semibold":_i,"label-1-medium":Di,"label-1-semibold":$i,"label-1-bold":Bi,"label-2-medium":Mi,"label-2-semibold":Ui,"label-2-bold":zi,"caption-1-medium":Fi,"caption-1-semibold":Wi,"caption-1-bold":Hi,"caption-2-medium":Vi,"caption-2-semibold":ji,"caption-2-bold":Gi,"caption-3-medium":Ki,"caption-3-semibold":Zi,"caption-3-bold":qi};var d={backgroundActionPrimary:r.extend("--ft-background-action-primary","Used as backgorund of primary action components.",l.colorBrand0),backgroundErrorSubtle:r.extend("--ft-background-error-subtle","Used as background of subtle error components.",l.colorRed10),backgroundInfoSubtle:r.extend("--ft-background-info-subtle","Used as background of subtle information components.",l.colorCyan10),backgroundWarningSubtle:r.extend("--ft-background-warning-subtle","Used as background of subtle information components.",l.colorOrange10),backgroundSuccessSubtle:r.extend("--ft-background-success-subtle","Used as background of subtle success components.",l.colorGreen10),backgroundGlobalSurface:r.extend("--ft-background-global-surface","Used as app background.",l.colorWhite),backgroundGlobalOnSurface:r.extend("--ft-background-global-on-surface","Used as background on element on the base background, like cards.",l.colorGray10),backgroundGlobalOnSurfaceDark:r.extend("--ft-background-global-on-surface-dark","Used as background on element that need background separation.",l.colorGray30),contentActionPrimary:r.extend("--ft-content-action-primary","Used on label of primary action on light surface.",l.colorBrand0),contentWarningPrimary:r.extend("--ft-content-warning-primary","Used on label of warning messages on light surface.",l.colorOrange200),contentWarningIconOnly:r.extend("--ft-content-warning-icon-only","Used on warning status icons alone",l.colorOrange0),contentErrorPrimary:r.extend("--ft-content-error-primary","Used on label of error messages on light surface.",l.colorRed0),contentErrorIconOnly:r.extend("--ft-content-error-icon-only","Used on error status icons alone",l.colorRed70),contentInfoPrimary:r.extend("--ft-content-info-primary","Used on label of information messages on light surface.",l.colorCyan200),contentInfoIconOnly:r.extend("--ft-content-info-icon-only","Used on info status icons alone",l.colorCyan0),contentSuccessPrimary:r.extend("--ft-content-success-primary","Used on label of success messages on light surface.",l.colorGreen200),contentSuccessIconOnly:r.extend("--ft-content-success-icon-only","Used on success status icons alone",l.colorGreen0),contentGlobalPrimary:r.extend("--ft-content-global-primary","Used for main content on the page.",l.colorGray500),contentGlobalSecondary:r.extend("--ft-content-global-secondary",`Used for secondary content, often paired with primary content.
5
+ Also for action icons.`,l.colorGray200),contentGlobalSubtle:r.extend("--ft-content-global-subtle","Used for placeholder, unselected items in a tab component or breadcrumb.",l.colorGray0),contentGlobalOnColor:r.extend("--ft-content-global-on-color","Used for content on a dominant color.",l.colorWhite),borderActionPrimary:r.extend("--ft-border-action-primary","Used as border for primary action components.",l.colorBrand0),borderActionFocusRing:r.extend("--ft-border-action-focus-ring","Focus ring is an additional border to indicate focus-visible state.",l.colorCyan0),borderWarningPrimary:r.extend("--ft-border-warning-primary","Used as border for text fields in warning state and for buttons in warning color",l.colorOrange200),borderWarningSubtle:r.extend("--ft-border-warning-subtle","Used as border for warning components.",l.colorOrange30),borderSuccessPrimary:r.extend("--ft-border-success-primary","Used as border for success buttons.",l.colorGreen200),borderSuccessSubtle:r.extend("--ft-border-success-subtle","Used as border for success components.",l.colorGreen30),borderErrorPrimary:r.extend("--ft-border-error-primary","Used as border for text fields in error states.",l.colorRed0),borderErrorSubtle:r.extend("--ft-border-error-subtle","Used as border for error components.",l.colorRed30),borderInfoPrimary:r.extend("--ft-border-info-primary","Used as border for buttons in info color.",l.colorCyan200),borderInfoSubtle:r.extend("--ft-border-info-subtle","Used as border for information components.",l.colorCyan30),borderGlobalPrimary:r.extend("--ft-border-global-primary","Used as border for element like input.",l.colorGray50),borderGlobalSubtle:r.extend("--ft-border-global-subtle","Used as border to deliminate an area filled with background.on-surface and separators.",l.colorGray30),borderInputPrimary:r.extend("--ft-border-input-primary","Used as border for checkboxes and radio buttons",l.colorGray80)};var E={largeHeight:r.create("--ft-button-large-height","","SIZE","40px"),largeHorizontalPadding:r.extend("--ft-button-large-horizontal-padding","",l.spacing4),largeGap:r.extend("--ft-button-large-gap","",l.spacing2),largeBorderRadius:r.extend("--ft-button-large-border-radius","",l.borderRadiusS),largeIconSize:r.extend("--ft-button-large-icon-size","",l.iconSize3),largeBorderWidth:r.create("--ft-button-large-border-width","","SIZE","1px"),largeFocusOutlineOffset:r.create("--ft-button-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:r.create("--ft-button-large-focus-outline-width","","SIZE","2px"),largeIconOnlyWidth:r.create("--ft-button-large-icon-only-width","","SIZE","40px"),mediumHeight:r.create("--ft-button-medium-height","","SIZE","30px"),mediumHorizontalPadding:r.extend("--ft-button-medium-horizontal-padding","",l.spacing3),mediumGap:r.extend("--ft-button-medium-gap","",l.spacing2),mediumBorderRadius:r.extend("--ft-button-medium-border-radius","",l.borderRadiusS),mediumIconSize:r.extend("--ft-button-medium-icon-size","",l.iconSize2),mediumBorderWidth:r.create("--ft-button-medium-border-width","","SIZE","1px"),mediumFocusOutlineOffset:r.create("--ft-button-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:r.create("--ft-button-medium-focus-outline-width","","SIZE","2px"),mediumIconOnlyWidth:r.create("--ft-button-medium-icon-only-width","","SIZE","30px"),smallHeight:r.create("--ft-button-small-height","","SIZE","20px"),smallHorizontalPadding:r.extend("--ft-button-small-horizontal-padding","",l.spacing2),smallGap:r.extend("--ft-button-small-gap","",l.spacing1),smallBorderRadius:r.extend("--ft-button-small-border-radius","",l.borderRadiusS),smallIconSize:r.extend("--ft-button-small-icon-size","",l.iconSize1),smallBorderWidth:r.create("--ft-button-small-border-width","","SIZE","1px"),smallFocusOutlineOffset:r.create("--ft-button-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:r.create("--ft-button-small-focus-outline-width","","SIZE","2px"),smallIconOnlyWidth:r.create("--ft-button-small-icon-only-width","","SIZE","20px"),xSmallHeight:r.create("--ft-button-x-small-height","","SIZE","16px"),xSmallIconSize:r.extend("--ft-button-x-small-icon-size","",l.iconSize1),xSmallFocusOutlineOffset:r.create("--ft-button-x-small-focus-outline-offset","","SIZE","2px"),xSmallFocusOutlineWidth:r.create("--ft-button-x-small-focus-outline-width","","SIZE","2px"),xSmallIconOnlyWidth:r.create("--ft-button-x-small-icon-only-width","","SIZE","16px"),roundBorderRadius:r.extend("--ft-button-round-border-radius","",l.borderRadiusPill),primaryBackgroundColor:r.extend("--ft-button-primary-background-color","",d.backgroundActionPrimary),primaryColor:r.extend("--ft-button-primary-color","",d.contentGlobalOnColor),primaryIconColor:r.extend("--ft-button-primary-icon-color","",d.contentGlobalOnColor),primaryStateLayerColor:r.extend("--ft-button-primary-state-layer-color","",d.contentGlobalOnColor),primaryHoverStateLayerOpacity:r.extend("--ft-button-primary-hover-state-layer-opacity","",l.opacity16),primaryFocusStateLayerOpacity:r.extend("--ft-button-primary-focus-state-layer-opacity","",l.opacity16),primaryActiveStateLayerOpacity:r.extend("--ft-button-primary-active-state-layer-opacity","",l.opacity24),primaryDisabledComponentOpacity:r.extend("--ft-button-primary-disabled-component-opacity","",l.opacity40),focusFocusRingColor:r.extend("--ft-button-focus-focus-ring-color","",d.borderActionFocusRing),tertiaryBackgroundColor:r.create("--ft-button-tertiary-background-color","","COLOR","rgba(0,0,0,0)"),tertiaryColor:r.extend("--ft-button-tertiary-color","",d.contentActionPrimary),tertiaryIconColor:r.extend("--ft-button-tertiary-icon-color","",d.contentActionPrimary),tertiaryStateLayerColor:r.extend("--ft-button-tertiary-state-layer-color","",d.contentActionPrimary),tertiaryHoverStateLayerOpacity:r.extend("--ft-button-tertiary-hover-state-layer-opacity","",l.opacity8),tertiaryFocusStateLayerOpacity:r.extend("--ft-button-tertiary-focus-state-layer-opacity","",l.opacity8),tertiaryActiveStateLayerOpacity:r.extend("--ft-button-tertiary-active-state-layer-opacity","",l.opacity16),tertiaryDisabledComponentOpacity:r.extend("--ft-button-tertiary-disabled-component-opacity","",l.opacity40),secondaryBackgroundColor:r.create("--ft-button-secondary-background-color","","COLOR","rgba(0,0,0,0)"),secondaryColor:r.extend("--ft-button-secondary-color","",d.contentActionPrimary),secondaryIconColor:r.extend("--ft-button-secondary-icon-color","",d.contentActionPrimary),secondaryStateLayerColor:r.extend("--ft-button-secondary-state-layer-color","",d.contentActionPrimary),secondaryHoverStateLayerOpacity:r.extend("--ft-button-secondary-hover-state-layer-opacity","",l.opacity8),secondaryFocusStateLayerOpacity:r.extend("--ft-button-secondary-focus-state-layer-opacity","",l.opacity8),secondaryActiveStateLayerOpacity:r.extend("--ft-button-secondary-active-state-layer-opacity","",l.opacity16),secondaryDisabledComponentOpacity:r.extend("--ft-button-secondary-disabled-component-opacity","",l.opacity40),secondaryBorderColor:r.extend("--ft-button-secondary-border-color","",d.borderActionPrimary),neutralBackgroundColor:r.create("--ft-button-neutral-background-color","","COLOR","rgba(0,0,0,0)"),neutralIconColor:r.extend("--ft-button-neutral-icon-color","",d.contentGlobalSecondary),neutralColor:r.extend("--ft-button-neutral-color","",d.contentGlobalSecondary),neutralStateLayerColor:r.extend("--ft-button-neutral-state-layer-color","",d.contentGlobalSecondary),neutralHoverStateLayerOpacity:r.extend("--ft-button-neutral-hover-state-layer-opacity","",l.opacity8),neutralFocusStateLayerOpacity:r.extend("--ft-button-neutral-focus-state-layer-opacity","",l.opacity8),neutralActiveStateLayerOpacity:r.extend("--ft-button-neutral-active-state-layer-opacity","",l.opacity16),neutralDisabledComponentOpacity:r.extend("--ft-button-neutral-disabled-component-opacity","",l.opacity40)};var Cp={largeMinHeight:r.create("--ft-chip-large-min-height","","SIZE","36px"),largeHorizontalPadding:r.extend("--ft-chip-large-horizontal-padding","",l.spacing3),largeButtonRightPadding:r.extend("--ft-chip-large-button-right-padding","",l.spacing1),largeGap:r.extend("--ft-chip-large-gap","",l.spacing1),largeFocusOutlineOffset:r.create("--ft-chip-large-focus-outline-offset","","SIZE","2px"),largeFocusOutlineWidth:r.create("--ft-chip-large-focus-outline-width","","SIZE","2px"),largeBorderRadius:r.extend("--ft-chip-large-border-radius","",l.borderRadiusPill),largeBorderWidth:r.create("--ft-chip-large-border-width","","SIZE","1px"),largeIconSize:r.extend("--ft-chip-large-icon-size","",l.iconSize3),mediumMinHeight:r.create("--ft-chip-medium-min-height","","SIZE","24px"),mediumHorizontalPadding:r.extend("--ft-chip-medium-horizontal-padding","",l.spacing2),mediumButtonRightPadding:r.extend("--ft-chip-medium-button-right-padding","",l.spacing05),mediumGap:r.extend("--ft-chip-medium-gap","",l.spacing1),mediumFocusOutlineOffset:r.create("--ft-chip-medium-focus-outline-offset","","SIZE","2px"),mediumFocusOutlineWidth:r.create("--ft-chip-medium-focus-outline-width","","SIZE","2px"),mediumBorderRadius:r.extend("--ft-chip-medium-border-radius","",l.borderRadiusPill),mediumBorderWidth:r.create("--ft-chip-medium-border-width","","SIZE","1px"),mediumIconSize:r.extend("--ft-chip-medium-icon-size","",l.iconSize2),smallMinHeight:r.create("--ft-chip-small-min-height","","SIZE","20px"),smallHorizontalPadding:r.extend("--ft-chip-small-horizontal-padding","",l.spacing1),smallButtonRightPadding:r.extend("--ft-chip-small-button-right-padding","",l.spacing05),smallGap:r.extend("--ft-chip-small-gap","",l.spacing1),smallFocusOutlineOffset:r.create("--ft-chip-small-focus-outline-offset","","SIZE","2px"),smallFocusOutlineWidth:r.create("--ft-chip-small-focus-outline-width","","SIZE","2px"),smallBorderRadius:r.extend("--ft-chip-small-border-radius","",l.borderRadiusPill),smallBorderWidth:r.create("--ft-chip-small-border-width","","SIZE","1px"),smallIconSize:r.extend("--ft-chip-small-icon-size","",l.iconSize1),neutralBackgroundColor:r.extend("--ft-chip-neutral-background-color","",d.backgroundGlobalOnSurface),neutralColor:r.extend("--ft-chip-neutral-color","",d.contentGlobalSecondary),neutralIconColor:r.extend("--ft-chip-neutral-icon-color","",d.contentGlobalSecondary),neutralBorderColor:r.extend("--ft-chip-neutral-border-color","",d.borderGlobalSubtle),infoBackgroundColor:r.extend("--ft-chip-info-background-color","",d.backgroundInfoSubtle),infoColor:r.extend("--ft-chip-info-color","",d.contentInfoPrimary),infoIconColor:r.extend("--ft-chip-info-icon-color","",d.contentInfoIconOnly),infoBorderColor:r.extend("--ft-chip-info-border-color","",d.borderInfoSubtle),successBackgroundColor:r.extend("--ft-chip-success-background-color","",d.backgroundSuccessSubtle),successColor:r.extend("--ft-chip-success-color","",d.contentSuccessPrimary),successIconColor:r.extend("--ft-chip-success-icon-color","",d.contentSuccessIconOnly),successBorderColor:r.extend("--ft-chip-success-border-color","",d.borderSuccessSubtle),warningBackgroundColor:r.extend("--ft-chip-warning-background-color","",d.backgroundWarningSubtle),warningColor:r.extend("--ft-chip-warning-color","",d.contentWarningPrimary),warningIconColor:r.extend("--ft-chip-warning-icon-color","",d.contentWarningIconOnly),warningBorderColor:r.extend("--ft-chip-warning-border-color","",d.borderWarningSubtle),errorBackgroundColor:r.extend("--ft-chip-error-background-color","",d.backgroundErrorSubtle),errorColor:r.extend("--ft-chip-error-color","",d.contentErrorPrimary),errorIconColor:r.extend("--ft-chip-error-icon-color","",d.contentErrorIconOnly),errorBorderColor:r.extend("--ft-chip-error-border-color","",d.borderErrorSubtle)};var Np={focusOpacity:r.extend("--ft-link-focus-opacity","",l.opacity80),focusFocusRingColor:r.extend("--ft-link-focus-focus-ring-color","",d.borderActionFocusRing),brandColor:r.extend("--ft-link-brand-color","",d.contentActionPrimary),infoColor:r.extend("--ft-link-info-color","",d.contentInfoPrimary)};var kp={iconSize:r.extend("--ft-banner-icon-size","",l.iconSize5),borderWidth:r.create("--ft-banner-border-width","","SIZE","1px"),leftPadding:r.extend("--ft-banner-left-padding","",l.spacing6),rightPadding:r.extend("--ft-banner-right-padding","",l.spacing6),verticalPadding:r.extend("--ft-banner-vertical-padding","",l.spacing6),horizontalSideGap:r.extend("--ft-banner-horizontal-side-gap","",l.spacing6),horizontalMobileGap:r.extend("--ft-banner-horizontal-mobile-gap","",l.spacing4),verticalMobileGap:r.extend("--ft-banner-vertical-mobile-gap","",l.spacing6),horizontalMiddleGap:r.extend("--ft-banner-horizontal-middle-gap","",l.spacing20),infoBackgroundColor:r.extend("--ft-banner-info-background-color","",d.backgroundInfoSubtle),infoColor:r.extend("--ft-banner-info-color","",d.contentInfoPrimary),infoIconColor:r.extend("--ft-banner-info-icon-color","",d.contentInfoIconOnly),infoBorderColor:r.extend("--ft-banner-info-border-color","",d.borderInfoSubtle)};var Mp={horizontalPadding:r.extend("--ft-badge-horizontal-padding","",l.spacing1),verticalPadding:r.extend("--ft-badge-vertical-padding","",l.spacing1),borderRadius:r.extend("--ft-badge-border-radius","",l.borderRadiusPill),color:r.extend("--ft-badge-color","",d.contentGlobalOnColor),backgroundColor:r.extend("--ft-badge-background-color","",d.contentActionPrimary)};var Hp={horizontalGap:r.extend("--ft-breadcrumb-horizontal-gap","",l.spacing1),verticalGap:r.extend("--ft-breadcrumb-vertical-gap","",l.spacing2),currentColor:r.extend("--ft-breadcrumb-current-color","",d.contentGlobalPrimary),previousNonClickableColor:r.extend("--ft-breadcrumb-previous-non-clickable-color","",d.contentGlobalSecondary),iconColor:r.extend("--ft-breadcrumb-icon-color","",d.contentGlobalSubtle)};var Zp={horizontalPadding:r.extend("--ft-page-header-horizontal-padding","",l.spacing12),horizontalGap:r.extend("--ft-page-header-horizontal-gap","",l.spacing4),verticalGap:r.extend("--ft-page-header-vertical-gap","",l.spacing2),classicVerticalPadding:r.extend("--ft-page-header-classic-vertical-padding","",l.spacing6),multilineVerticalPadding:r.extend("--ft-page-header-multiline-vertical-padding","",l.spacing4),inlineVerticalPadding:r.extend("--ft-page-header-inline-vertical-padding","",l.spacing2),backgroundColor:r.extend("--ft-page-header-background-color","",l.colorWhite),bottomBorderColor:r.extend("--ft-page-header-bottom-border-color","",d.borderGlobalSubtle),titleColor:r.extend("--ft-page-header-title-color","",d.contentGlobalPrimary),subtitleColor:r.extend("--ft-page-header-subtitle-color","",d.contentGlobalSecondary)};var Jp={smallContainerWidth:r.create("--ft-modal-small-container-width","","SIZE","600px"),largeContainerWidth:r.create("--ft-modal-large-container-width","","SIZE","900px"),overlayBackgroundColor:r.extend("--ft-modal-overlay-background-color","",l.colorGray700),overlayOpacity:r.extend("--ft-modal-overlay-opacity","",l.opacity40),shadow:r.extend("--ft-modal-shadow","",l.shadowElevation03),bodyBackgroundColor:r.extend("--ft-modal-body-background-color","",l.colorWhite),bodyColor:r.extend("--ft-modal-body-color","",d.contentGlobalPrimary),bodyHorizontalPadding:r.extend("--ft-modal-body-horizontal-padding","",l.spacing6),bodyVerticalPadding:r.extend("--ft-modal-body-vertical-padding","",l.spacing6),bodyVerticalGap:r.extend("--ft-modal-body-vertical-gap","",l.spacing6),containerMargin:r.extend("--ft-modal-container-margin","",l.spacing3),headerBackgroundColor:r.extend("--ft-modal-header-background-color","",d.backgroundGlobalOnSurface),headerBorderColor:r.extend("--ft-modal-header-border-color","",d.borderGlobalSubtle),headerColor:r.extend("--ft-modal-header-color","",d.contentGlobalPrimary),headerTrailingIconColor:r.extend("--ft-modal-header-trailing-icon-color","",d.contentGlobalSecondary),headerVerticalPadding:r.extend("--ft-modal-header-vertical-padding","",l.spacing1),headerRightPadding:r.extend("--ft-modal-header-right-padding","",l.spacing1),headerLeftPadding:r.extend("--ft-modal-header-left-padding","",l.spacing6),headerGap:r.extend("--ft-modal-header-gap","",l.spacing2),headerBorderBottom:r.create("--ft-modal-header-border-bottom","","SIZE","1px"),borderRadius:r.extend("--ft-modal-border-radius","",l.borderRadiusM)};var nf={overlayOpacity:r.extend("--ft-drawer-overlay-opacity","",l.opacity40),shadow:r.extend("--ft-drawer-shadow","",l.shadowElevation03),bodyColor:r.extend("--ft-drawer-body-color","",d.contentGlobalPrimary),bodyHorizontalPadding:r.extend("--ft-drawer-body-horizontal-padding","",l.spacing6),bodyVerticalPadding:r.extend("--ft-drawer-body-vertical-padding","",l.spacing6),bodyGap:r.extend("--ft-drawer-body-gap","",l.spacing6),bodyBackgroundColor:r.extend("--ft-drawer-body-background-color","",l.colorWhite),headerBackgroundColor:r.extend("--ft-drawer-header-background-color","",d.backgroundGlobalOnSurface),headerBorderColor:r.extend("--ft-drawer-header-border-color","",d.borderGlobalSubtle),headerColor:r.extend("--ft-drawer-header-color","",d.contentGlobalPrimary),headerTrailingIconColor:r.extend("--ft-drawer-header-trailing-icon-color","",d.contentGlobalSecondary),headerHeight:r.create("--ft-drawer-header-height","","SIZE","50px"),headerHorizontalPadding:r.extend("--ft-drawer-header-horizontal-padding","",l.spacing2),headerBorderWidth:r.create("--ft-drawer-header-border-width","","SIZE","1px"),headerGap:r.extend("--ft-drawer-header-gap","",l.spacing3),buttonsBarBackgroundColor:r.extend("--ft-drawer-buttons-bar-background-color","",d.backgroundGlobalOnSurface),buttonsBarBorderColor:r.extend("--ft-drawer-buttons-bar-border-color","",d.borderGlobalSubtle),buttonsBarColor:r.extend("--ft-drawer-buttons-bar-color","",d.contentGlobalPrimary),buttonsBarHorizontalPadding:r.extend("--ft-drawer-buttons-bar-horizontal-padding","",l.spacing4),buttonsBarVerticalPadding:r.extend("--ft-drawer-buttons-bar-vertical-padding","",l.spacing4),buttonsBarGap:r.extend("--ft-drawer-buttons-bar-gap","",l.spacing3),buttonsBarBorderWidth:r.create("--ft-drawer-buttons-bar-border-width","","SIZE","1px"),containerWidth:r.create("--ft-drawer-container-width","","SIZE","66%"),containerMinWidth:r.create("--ft-drawer-container-min-width","","SIZE","500px"),containerMaxWidth:r.create("--ft-drawer-container-max-width","","SIZE","1000px"),containerHeight:r.create("--ft-drawer-container-height","","SIZE","100%"),overlayBackgroundColor:r.extend("--ft-drawer-overlay-background-color","",l.colorGray700)};var df={fieldHorizontalPadding:r.extend("--ft-text-input-field-horizontal-padding","",l.spacing4),fieldHorizontalGap:r.extend("--ft-text-input-field-horizontal-gap","",l.spacing3),fieldVerticalGap:r.extend("--ft-text-input-field-vertical-gap","",l.spacing05),fieldIconSize:r.extend("--ft-text-input-field-icon-size","",l.iconSize3),fieldHeight:r.create("--ft-text-input-field-height","","SIZE","50px"),helperHorizontalPadding:r.extend("--ft-text-input-helper-horizontal-padding","",l.spacing4),helperHorizontalGap:r.extend("--ft-text-input-helper-horizontal-gap","",l.spacing1),helperIconSize:r.extend("--ft-text-input-helper-icon-size","",l.iconSize2),borderRadius:r.extend("--ft-text-input-border-radius","",l.borderRadiusM),backgroundColor:r.extend("--ft-text-input-background-color","",l.colorWhite),contentValueColor:r.extend("--ft-text-input-content-value-color","",d.contentGlobalPrimary),trailingIconColor:r.extend("--ft-text-input-trailing-icon-color","",d.contentGlobalSubtle),labelColor:r.extend("--ft-text-input-label-color","",d.contentGlobalSubtle),defaultBorderColor:r.extend("--ft-text-input-default-border-color","",d.borderInputPrimary),defaultHelperTextColor:r.extend("--ft-text-input-default-helper-text-color","",d.contentGlobalSubtle),defaultBorderWidth:r.create("--ft-text-input-default-border-width","","SIZE","1px"),errorBorderWidth:r.create("--ft-text-input-error-border-width","","SIZE","2px"),errorBorderColor:r.extend("--ft-text-input-error-border-color","",d.borderErrorPrimary),errorHelperTextColor:r.extend("--ft-text-input-error-helper-text-color","",d.contentErrorPrimary),errorHelperIconColor:r.extend("--ft-text-input-error-helper-icon-color","",d.contentErrorIconOnly),warningBorderWidth:r.create("--ft-text-input-warning-border-width","","SIZE","2px"),focusOutlineWidth:r.create("--ft-text-input-focus-outline-width","","SIZE","2px"),focusFocusRingColor:r.extend("--ft-text-input-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineOffset:r.create("--ft-text-input-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:r.extend("--ft-text-input-disabled-component-opacity","",l.opacity40)};var mf={backgroundColor:r.extend("--ft-text-area-background-color","",l.colorWhite),contentValueColor:r.extend("--ft-text-area-content-value-color","",d.contentGlobalPrimary),labelColor:r.extend("--ft-text-area-label-color","",d.contentGlobalSubtle),defaultBorderColor:r.extend("--ft-text-area-default-border-color","",d.borderInputPrimary),defaultHelperTextColor:r.extend("--ft-text-area-default-helper-text-color","",d.contentGlobalSubtle),defaultBorderWidth:r.create("--ft-text-area-default-border-width","","SIZE","1px"),errorBorderWidth:r.create("--ft-text-area-error-border-width","","SIZE","2px"),errorBorderColor:r.extend("--ft-text-area-error-border-color","",d.borderErrorPrimary),errorHelperTextColor:r.extend("--ft-text-area-error-helper-text-color","",d.contentErrorPrimary),errorHelperIconColor:r.extend("--ft-text-area-error-helper-icon-color","",d.contentErrorIconOnly),focusFocusRingColor:r.extend("--ft-text-area-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineWidth:r.create("--ft-text-area-focus-outline-width","","SIZE","2px"),focusOutlineOffset:r.create("--ft-text-area-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:r.extend("--ft-text-area-disabled-component-opacity","",l.opacity40),fieldHorizontalLeftPadding:r.extend("--ft-text-area-field-horizontal-left-padding","",l.spacing4),fieldHorizontalGap:r.extend("--ft-text-area-field-horizontal-gap","",l.spacing3),fieldVerticalGap:r.extend("--ft-text-area-field-vertical-gap","",l.spacing05),fieldMinHeight:r.create("--ft-text-area-field-min-height","","SIZE","64px"),helperHorizontalPadding:r.extend("--ft-text-area-helper-horizontal-padding","",l.spacing4),helperHorizontalGap:r.extend("--ft-text-area-helper-horizontal-gap","",l.spacing1),helperIconSize:r.extend("--ft-text-area-helper-icon-size","",l.iconSize2),borderRadius:r.extend("--ft-text-area-border-radius","",l.borderRadiusM)};var vf={height:r.create("--ft-floating-menu-height","","SIZE","50px"),horizontalPadding:r.extend("--ft-floating-menu-horizontal-padding","",l.spacing4),offIconColor:r.extend("--ft-floating-menu-off-icon-color","",d.contentGlobalPrimary),offColor:r.extend("--ft-floating-menu-off-color","",d.contentGlobalPrimary),onColor:r.extend("--ft-floating-menu-on-color","",d.contentActionPrimary),onStateLayerColor:r.extend("--ft-floating-menu-on-state-layer-color","",d.contentActionPrimary),gap:r.extend("--ft-floating-menu-gap","",l.spacing3),focusFocusRingColor:r.extend("--ft-floating-menu-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineWidth:r.create("--ft-floating-menu-focus-outline-width","","SIZE","3px"),focusStateLayerOpacity:r.extend("--ft-floating-menu-focus-state-layer-opacity","",l.opacity8),hoverStateLayerOpacity:r.extend("--ft-floating-menu-hover-state-layer-opacity","",l.opacity8),activeStateLayerOpacity:r.extend("--ft-floating-menu-active-state-layer-opacity","",l.opacity16),disabledComponentOpacity:r.extend("--ft-floating-menu-disabled-component-opacity","",l.opacity40),iconSize:r.extend("--ft-floating-menu-icon-size","",l.iconSize3),backgroundColor:r.extend("--ft-floating-menu-background-color","",d.backgroundGlobalOnSurface)};var wf={fieldHorizontalPadding:r.extend("--ft-combobox-single-select-field-horizontal-padding","",l.spacing4),fieldHorizontalGap:r.extend("--ft-combobox-single-select-field-horizontal-gap","",l.spacing3),fieldVerticalGap:r.extend("--ft-combobox-single-select-field-vertical-gap","",l.spacing05),fieldIconSize:r.extend("--ft-combobox-single-select-field-icon-size","",l.iconSize3),fieldHeight:r.create("--ft-combobox-single-select-field-height","","SIZE","50px"),helperHorizontalPadding:r.extend("--ft-combobox-single-select-helper-horizontal-padding","",l.spacing4),helperHorizontalGap:r.extend("--ft-combobox-single-select-helper-horizontal-gap","",l.spacing1),helperVerticalGap:r.extend("--ft-combobox-single-select-helper-vertical-gap","",l.spacing1),helperIconSize:r.extend("--ft-combobox-single-select-helper-icon-size","",l.iconSize2),menuVerticalGap:r.extend("--ft-combobox-single-select-menu-vertical-gap","",l.spacing2),borderRadius:r.extend("--ft-combobox-single-select-border-radius","",l.borderRadiusM),backgroundColor:r.extend("--ft-combobox-single-select-background-color","",l.colorWhite),labelColor:r.extend("--ft-combobox-single-select-label-color","",d.contentGlobalSubtle),contentValueColor:r.extend("--ft-combobox-single-select-content-value-color","",d.contentGlobalPrimary),trailingIconColor:r.extend("--ft-combobox-single-select-trailing-icon-color","",d.contentGlobalSubtle),defaultBorderColor:r.extend("--ft-combobox-single-select-default-border-color","",d.borderInputPrimary),defaultHelperTextColor:r.extend("--ft-combobox-single-select-default-helper-text-color","",d.contentGlobalSubtle),defaultBorderWidth:r.create("--ft-combobox-single-select-default-border-width","","SIZE","1px"),errorBorderWidth:r.create("--ft-combobox-single-select-error-border-width","","SIZE","2px"),errorBorderColor:r.extend("--ft-combobox-single-select-error-border-color","",d.borderErrorPrimary),errorHelperTextColor:r.extend("--ft-combobox-single-select-error-helper-text-color","",d.contentErrorPrimary),warningBorderWidth:r.create("--ft-combobox-single-select-warning-border-width","","SIZE","2px"),warningBorderColor:r.extend("--ft-combobox-single-select-warning-border-color","",d.borderWarningPrimary),warningHelperTextColor:r.extend("--ft-combobox-single-select-warning-helper-text-color","",d.contentWarningPrimary),warningHelperIconColor:r.extend("--ft-combobox-single-select-warning-helper-icon-color","",d.contentWarningIconOnly),focusOutlineWidth:r.create("--ft-combobox-single-select-focus-outline-width","","SIZE","2px"),focusFocusRingColor:r.extend("--ft-combobox-single-select-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineOffset:r.create("--ft-combobox-single-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:r.extend("--ft-combobox-single-select-disabled-component-opacity","",l.opacity40)};var Lf={backgroundColor:r.extend("--ft-combobox-multi-select-background-color","",l.colorWhite),labelColor:r.extend("--ft-combobox-multi-select-label-color","",d.contentGlobalSubtle),trailingIconColor:r.extend("--ft-combobox-multi-select-trailing-icon-color","",d.contentGlobalSubtle),defaultBorderColor:r.extend("--ft-combobox-multi-select-default-border-color","",d.borderInputPrimary),defaultHelperTextColor:r.extend("--ft-combobox-multi-select-default-helper-text-color","",d.contentGlobalSubtle),defaultBorderWidth:r.create("--ft-combobox-multi-select-default-border-width","","SIZE","1px"),errorBorderColor:r.extend("--ft-combobox-multi-select-error-border-color","",d.borderErrorPrimary),errorHelperTextColor:r.extend("--ft-combobox-multi-select-error-helper-text-color","",d.contentErrorPrimary),errorHelperIcon:r.extend("--ft-combobox-multi-select-error-helper-icon","",d.contentErrorIconOnly),errorBorderWidth:r.create("--ft-combobox-multi-select-error-border-width","","SIZE","2px"),warningBorderColor:r.extend("--ft-combobox-multi-select-warning-border-color","",d.borderWarningPrimary),warningHelperTextColor:r.extend("--ft-combobox-multi-select-warning-helper-text-color","",d.contentWarningPrimary),warningHelperIconColor:r.extend("--ft-combobox-multi-select-warning-helper-icon-color","",d.contentWarningIconOnly),warningBorderWidth:r.create("--ft-combobox-multi-select-warning-border-width","","SIZE","2px"),focusFocusRingColor:r.extend("--ft-combobox-multi-select-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineWidth:r.create("--ft-combobox-multi-select-focus-outline-width","","SIZE","2px"),focusOutlineOffset:r.create("--ft-combobox-multi-select-focus-outline-offset","","SIZE","3px"),disabledComponentOpacity:r.extend("--ft-combobox-multi-select-disabled-component-opacity","",l.opacity40),helperHorizontalPadding:r.extend("--ft-combobox-multi-select-helper-horizontal-padding","",l.spacing4),helperHorizontalGap:r.extend("--ft-combobox-multi-select-helper-horizontal-gap","",l.spacing1),helperVerticalGap:r.extend("--ft-combobox-multi-select-helper-vertical-gap","",l.spacing1),helperIconSize:r.extend("--ft-combobox-multi-select-helper-icon-size","",l.iconSize2),fieldHorizontalPadding:r.extend("--ft-combobox-multi-select-field-horizontal-padding","",l.spacing4),fieldHorizontalGap:r.extend("--ft-combobox-multi-select-field-horizontal-gap","",l.spacing3),fieldVerticalGap:r.extend("--ft-combobox-multi-select-field-vertical-gap","",l.spacing05),fieldIconSize:r.extend("--ft-combobox-multi-select-field-icon-size","",l.iconSize3),fieldMaxHeight:r.create("--ft-combobox-multi-select-field-max-height","","SIZE","112px"),contentValuesHorizontalGap:r.extend("--ft-combobox-multi-select-content-values-horizontal-gap","",l.spacing1),contentValuesVerticalGap:r.extend("--ft-combobox-multi-select-content-values-vertical-gap","",l.spacing1),borderRadius:r.extend("--ft-combobox-multi-select-border-radius","",l.borderRadiusM)};var Df={backgroundColor:r.extend("--ft-popover-background-color","",d.backgroundGlobalOnSurface),horizontalPadding:r.extend("--ft-popover-horizontal-padding","",l.spacing6),verticalPadding:r.extend("--ft-popover-vertical-padding","",l.spacing6),titleColor:r.extend("--ft-popover-title-color","",d.contentGlobalPrimary),bodyColor:r.extend("--ft-popover-body-color","",d.contentGlobalSecondary),linkColor:r.extend("--ft-popover-link-color","",d.contentActionPrimary),gap:r.extend("--ft-popover-gap","",l.spacing3),borderRadius:r.extend("--ft-popover-border-radius","",l.borderRadiusM),shadow:r.extend("--ft-popover-shadow","",l.shadowElevation02)};var zf={topLeftBorderRadius:r.extend("--ft-tabs-top-left-border-radius","",l.borderRadiusS),topRightBorderRadius:r.extend("--ft-tabs-top-right-border-radius","",l.borderRadiusS),withLabelHorizontalPadding:r.extend("--ft-tabs-with-label-horizontal-padding","",l.spacing4),withLabelVerticalPadding:r.extend("--ft-tabs-with-label-vertical-padding","",l.spacing3),horizontalGap:r.extend("--ft-tabs-horizontal-gap","",l.spacing1),verticalGap:r.extend("--ft-tabs-vertical-gap","",l.spacing1),offHoverStateLayerOpacity:r.extend("--ft-tabs-off-hover-state-layer-opacity","",l.opacity8),offDefaultStateLayerOpacity:r.extend("--ft-tabs-off-default-state-layer-opacity","",l.opacity0),offFocusStateLayerOpacity:r.extend("--ft-tabs-off-focus-state-layer-opacity","",l.opacity8),offDisabledComponentOpacity:r.extend("--ft-tabs-off-disabled-component-opacity","",l.opacity40),offColor:r.extend("--ft-tabs-off-color","",d.contentGlobalSubtle),offStateLayerColor:r.extend("--ft-tabs-off-state-layer-color","",d.contentGlobalSubtle),onHoverStateLayerOpacity:r.extend("--ft-tabs-on-hover-state-layer-opacity","",l.opacity8),onDefaultStateLayerOpacity:r.extend("--ft-tabs-on-default-state-layer-opacity","",l.opacity0),onFocusStateLayerOpacity:r.extend("--ft-tabs-on-focus-state-layer-opacity","",l.opacity8),onActiveStateLayerOpacity:r.extend("--ft-tabs-on-active-state-layer-opacity","",l.opacity16),onColor:r.extend("--ft-tabs-on-color","",d.contentActionPrimary),onStateLayerColor:r.extend("--ft-tabs-on-state-layer-color","",d.contentActionPrimary),iconOnlyHorizontalPadding:r.extend("--ft-tabs-icon-only-horizontal-padding","",l.spacing4),iconOnlyVerticalPadding:r.extend("--ft-tabs-icon-only-vertical-padding","",l.spacing4),alertTopPadding:r.extend("--ft-tabs-alert-top-padding","",l.spacing1),alertRightPadding:r.extend("--ft-tabs-alert-right-padding","",l.spacing05),focusOutlineWidth:r.create("--ft-tabs-focus-outline-width","","SIZE","2px"),focusFocusRingColor:r.extend("--ft-tabs-focus-focus-ring-color","",d.borderActionFocusRing)};var jf={hoverStateLayerOpacity:r.extend("--ft-collapsible-hover-state-layer-opacity","",l.opacity8),focusStateLayerOpacity:r.extend("--ft-collapsible-focus-state-layer-opacity","",l.opacity8),focusOutlineWidth:r.create("--ft-collapsible-focus-outline-width","","SIZE","3px"),focusFocusRingColor:r.extend("--ft-collapsible-focus-focus-ring-color","",d.borderActionFocusRing),activeStateLayerOpacity:r.extend("--ft-collapsible-active-state-layer-opacity","",l.opacity16),disabledComponentOpacity:r.extend("--ft-collapsible-disabled-component-opacity","",l.opacity40),horizontalPadding:r.extend("--ft-collapsible-horizontal-padding","",l.spacing4),verticalPadding:r.extend("--ft-collapsible-vertical-padding","",l.spacing3),color:r.extend("--ft-collapsible-color","",d.contentGlobalPrimary),stateLayerColor:r.extend("--ft-collapsible-state-layer-color","",d.contentGlobalPrimary),backgroundColor:r.extend("--ft-collapsible-background-color","",d.backgroundGlobalOnSurface),borderColor:r.extend("--ft-collapsible-border-color","",d.borderGlobalSubtle),iconSize:r.extend("--ft-collapsible-icon-size","",l.iconSize3)};var Yf={groupHorizontalPadding:r.extend("--ft-switch-group-horizontal-padding","",l.spacing1),groupVerticalPadding:r.extend("--ft-switch-group-vertical-padding","",l.spacing1),groupGap:r.extend("--ft-switch-group-gap","",l.spacing1),groupBackgroundColor:r.extend("--ft-switch-group-background-color","",d.backgroundGlobalSurface),groupBorderColor:r.extend("--ft-switch-group-border-color","",d.borderGlobalSubtle),groupBorderRadius:r.create("--ft-switch-group-border-radius","","SIZE","6px"),labelHorizontalPadding:r.extend("--ft-switch-label-horizontal-padding","",l.spacing2),labelVerticalPadding:r.extend("--ft-switch-label-vertical-padding","",l.spacing1),offHoverStateLayerOpacity:r.extend("--ft-switch-off-hover-state-layer-opacity","",l.opacity8),offFocusStateLayerOpacity:r.extend("--ft-switch-off-focus-state-layer-opacity","",l.opacity8),offActiveStateLayerOpacity:r.extend("--ft-switch-off-active-state-layer-opacity","",l.opacity16),offDisabledComponentOpacity:r.extend("--ft-switch-off-disabled-component-opacity","",l.opacity40),offColor:r.extend("--ft-switch-off-color","",d.contentGlobalSubtle),offStateLayerColor:r.extend("--ft-switch-off-state-layer-color","",d.contentGlobalSubtle),onHoverStateLayerOpacity:r.extend("--ft-switch-on-hover-state-layer-opacity","",l.opacity8),onFocusStateLayerOpacity:r.extend("--ft-switch-on-focus-state-layer-opacity","",l.opacity8),onActiveStateLayerOpacity:r.extend("--ft-switch-on-active-state-layer-opacity","",l.opacity16),onDisabledComponentOpacity:r.extend("--ft-switch-on-disabled-component-opacity","",l.opacity40),onColor:r.extend("--ft-switch-on-color","",d.contentActionPrimary),onStateLayerColor:r.extend("--ft-switch-on-state-layer-color","",d.contentActionPrimary),iconHorizontalPadding:r.extend("--ft-switch-icon-horizontal-padding","",l.spacing1),iconVerticalPadding:r.extend("--ft-switch-icon-vertical-padding","",l.spacing1),focusOutlineWidth:r.create("--ft-switch-focus-outline-width","","SIZE","2px"),focusFocusRingColor:r.extend("--ft-switch-focus-focus-ring-color","",d.borderActionFocusRing),optionBorderRadius:r.extend("--ft-switch-option-border-radius","",l.borderRadiusS)};var eu={color1Light:r.extend("--ft-chart-1-light","for area color charts",l.colorBrand40),color1Base:r.extend("--ft-chart-1-base","for line charts",l.colorBrand0),color2Light:r.extend("--ft-chart-2-light","for area color charts",l.colorYellow60),color2Base:r.extend("--ft-chart-2-base","for line charts",l.colorYellow100),color3Light:r.extend("--ft-chart-3-light","",l.colorUltramarine40),color3Base:r.extend("--ft-chart-3-base","",l.colorUltramarine70),color4Light:r.extend("--ft-chart-4-light","",l.colorCyan50),color4Base:r.extend("--ft-chart-4-base","",l.colorCyan100),color5Light:r.extend("--ft-chart-5-light","",l.colorRed40),color5Base:r.extend("--ft-chart-5-base","",l.colorRed60),color6Light:r.extend("--ft-chart-6-light","",l.colorGreen40),color6Base:r.extend("--ft-chart-6-base","",l.colorGreen70),color7Light:r.extend("--ft-chart-7-light","",l.colorOrange70),color7Base:r.extend("--ft-chart-7-base","",l.colorOrange100),color8Light:r.extend("--ft-chart-8-light","",l.colorAvocado70),color8Base:r.extend("--ft-chart-8-base","",l.colorAvocado200),color9Light:r.extend("--ft-chart-9-light","",l.colorBrown50),color9Base:r.extend("--ft-chart-9-base","",l.colorBrown200),color10Light:r.extend("--ft-chart-10-light","",l.colorGray50),color10Base:r.extend("--ft-chart-10-base","",l.colorGray80),monochrome10:r.extend("--ft-chart-monochrome-10","",l.colorBrand10),monochrome20:r.extend("--ft-chart-monochrome-20","",l.colorBrand20),monochrome30:r.extend("--ft-chart-monochrome-30","",l.colorBrand40),monochrome40:r.extend("--ft-chart-monochrome-40","",l.colorBrand60),monochrome50:r.extend("--ft-chart-monochrome-50","",l.colorBrand0),monochrome60:r.extend("--ft-chart-monochrome-60","",l.colorBrand200)};var iu={borderWidth:r.create("--ft-notice-border-width","","SIZE","1px"),horizontalPadding:r.extend("--ft-notice-horizontal-padding","",l.spacing3),verticalPadding:r.extend("--ft-notice-vertical-padding","",l.spacing2),borderRadius:r.extend("--ft-notice-border-radius","",l.borderRadiusS),gap:r.extend("--ft-notice-gap","",l.spacing2),iconSize:r.extend("--ft-notice-icon-size","",l.iconSize3),infoBackgroundColor:r.extend("--ft-notice-info-background-color","",d.backgroundInfoSubtle),infoBorderColor:r.extend("--ft-notice-info-border-color","",d.borderInfoSubtle),infoColor:r.extend("--ft-notice-info-color","",d.contentInfoPrimary),infoIconColor:r.extend("--ft-notice-info-icon-color","",d.contentInfoIconOnly),warningBackgroundColor:r.extend("--ft-notice-warning-background-color","",d.backgroundWarningSubtle),warningBorderColor:r.extend("--ft-notice-warning-border-color","",d.borderWarningSubtle),warningColor:r.extend("--ft-notice-warning-color","",d.contentWarningPrimary),warningIconColor:r.extend("--ft-notice-warning-icon-color","",d.contentWarningIconOnly),errorBackgroundColor:r.extend("--ft-notice-error-background-color","",d.backgroundErrorSubtle),errorBorderColor:r.extend("--ft-notice-error-border-color","",d.borderErrorSubtle),errorColor:r.extend("--ft-notice-error-color","",d.contentErrorPrimary),errorIconColor:r.extend("--ft-notice-error-icon-color","",d.contentErrorIconOnly),successBackgroundColor:r.extend("--ft-notice-success-background-color","",d.backgroundSuccessSubtle),successBorderColor:r.extend("--ft-notice-success-border-color","",d.borderSuccessSubtle),successColor:r.extend("--ft-notice-success-color","",d.contentSuccessPrimary),successIconColor:r.extend("--ft-notice-success-icon-color","",d.contentSuccessIconOnly)};var du={color:r.extend("--ft-checkbox-color","",d.contentGlobalPrimary),checkedBackgroundColor:r.extend("--ft-checkbox-checked-background-color","",d.contentActionPrimary),checkedStateLayerColor:r.extend("--ft-checkbox-checked-state-layer-color","",d.contentActionPrimary),checkedIconColor:r.extend("--ft-checkbox-checked-icon-color","",d.contentGlobalOnColor),checkedHoverStateLayerOpacity:r.extend("--ft-checkbox-checked-hover-state-layer-opacity","",l.opacity16),checkedFocusStateLayerOpacity:r.extend("--ft-checkbox-checked-focus-state-layer-opacity","",l.opacity16),checkedActiveStateLayerOpacity:r.extend("--ft-checkbox-checked-active-state-layer-opacity","",l.opacity24),checkedDisabledComponentOpacity:r.extend("--ft-checkbox-checked-disabled-component-opacity","",l.opacity40),uncheckedBorderColor:r.extend("--ft-checkbox-unchecked-border-color","",l.colorGray80),uncheckedStateLayerColor:r.extend("--ft-checkbox-unchecked-state-layer-color","",l.colorGray80),uncheckedHoverStateLayerOpacity:r.extend("--ft-checkbox-unchecked-hover-state-layer-opacity","",l.opacity16),uncheckedFocusStateLayerOpacity:r.extend("--ft-checkbox-unchecked-focus-state-layer-opacity","",l.opacity16),uncheckedActiveStateLayerOpacity:r.extend("--ft-checkbox-unchecked-active-state-layer-opacity","",l.opacity24),uncheckedDisabledComponentOpacity:r.extend("--ft-checkbox-unchecked-disabled-component-opacity","",l.opacity40),focusFocusRingColor:r.extend("--ft-checkbox-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineOffset:r.create("--ft-checkbox-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:r.create("--ft-checkbox-focus-outline-width","","SIZE","2px"),gap:r.extend("--ft-checkbox-gap","",l.spacing3)};var mu={offHoverStateLayerOpacity:r.extend("--ft-toggle-off-hover-state-layer-opacity","",l.opacity16),offFocusStateLayerOpacity:r.extend("--ft-toggle-off-focus-state-layer-opacity","",l.opacity16),offActiveStateLayerOpacity:r.extend("--ft-toggle-off-active-state-layer-opacity","",l.opacity24),offDisabledComponentOpacity:r.extend("--ft-toggle-off-disabled-component-opacity","",l.opacity40),offBackgroundColor:r.extend("--ft-toggle-off-background-color","",d.contentGlobalSubtle),offIconColor:r.extend("--ft-toggle-off-icon-color","",d.contentGlobalSubtle),offStateLayerColor:r.extend("--ft-toggle-off-state-layer-color","",d.contentGlobalSubtle),onHoverStateLayerOpacity:r.extend("--ft-toggle-on-hover-state-layer-opacity","",l.opacity16),onFocusStateLayerOpacity:r.extend("--ft-toggle-on-focus-state-layer-opacity","",l.opacity16),onActiveStateLayerOpacity:r.extend("--ft-toggle-on-active-state-layer-opacity","",l.opacity24),onDisabledComponentOpacity:r.extend("--ft-toggle-on-disabled-component-opacity","",l.opacity40),onBackgroundColor:r.extend("--ft-toggle-on-background-color","",d.contentActionPrimary),onStateLayerColor:r.extend("--ft-toggle-on-state-layer-color","",d.contentActionPrimary),onIconColor:r.extend("--ft-toggle-on-icon-color","",d.contentActionPrimary),color:r.extend("--ft-toggle-color","",d.contentGlobalPrimary),focusFocusRingColor:r.extend("--ft-toggle-focus-focus-ring-color","",d.borderActionFocusRing),gap:r.extend("--ft-toggle-gap","",l.spacing3)};var vu={color:r.extend("--ft-radio-color","",d.contentGlobalPrimary),selectedRadioColor:r.extend("--ft-radio-selected-radio-color","",d.contentActionPrimary),selectedStateLayerColor:r.extend("--ft-radio-selected-state-layer-color","",d.contentActionPrimary),selectedHoverStateLayerOpacity:r.extend("--ft-radio-selected-hover-state-layer-opacity","",l.opacity16),selectedFocusStateLayerOpacity:r.extend("--ft-radio-selected-focus-state-layer-opacity","",l.opacity16),selectedActiveStateLayerOpacity:r.extend("--ft-radio-selected-active-state-layer-opacity","",l.opacity24),selectedDisabledComponentOpacity:r.extend("--ft-radio-selected-disabled-component-opacity","",l.opacity40),unselectedStateLayerColor:r.extend("--ft-radio-unselected-state-layer-color","",d.borderInputPrimary),unselectedBorderColor:r.extend("--ft-radio-unselected-border-color","",d.borderInputPrimary),unselectedHoverStateLayerOpacity:r.extend("--ft-radio-unselected-hover-state-layer-opacity","",l.opacity16),unselectedFocusStateLayerOpacity:r.extend("--ft-radio-unselected-focus-state-layer-opacity","",l.opacity16),unselectedActiveStateLayerOpacity:r.extend("--ft-radio-unselected-active-state-layer-opacity","",l.opacity24),unselectedDisabledComponentOpacity:r.extend("--ft-radio-unselected-disabled-component-opacity","",l.opacity40),focusFocusRingColor:r.extend("--ft-radio-focus-focus-ring-color","",d.borderActionFocusRing),focusOutlineOffset:r.create("--ft-radio-focus-outline-offset","","SIZE","3px"),focusOutlineWidth:r.create("--ft-radio-focus-outline-width","","SIZE","2px"),gap:r.extend("--ft-radio-gap","",l.spacing3)};var wu={iconSize:r.extend("--ft-notification-icon-size","",l.iconSize4),leftPadding:r.extend("--ft-notification-left-padding","",l.spacing5),rightPadding:r.extend("--ft-notification-right-padding","",l.spacing4),verticalPadding:r.extend("--ft-notification-vertical-padding","",l.spacing3),infoBackgroundColor:r.extend("--ft-notification-info-background-color","",d.backgroundInfoSubtle),infoColor:r.extend("--ft-notification-info-color","",d.contentInfoPrimary),infoIconColor:r.extend("--ft-notification-info-icon-color","",d.contentInfoIconOnly),infoBorderColor:r.extend("--ft-notification-info-border-color","",d.borderInfoSubtle),successBackgroundColor:r.extend("--ft-notification-success-background-color","",d.backgroundSuccessSubtle),successColor:r.extend("--ft-notification-success-color","",d.contentSuccessPrimary),successIconColor:r.extend("--ft-notification-success-icon-color","",d.contentSuccessIconOnly),successBorderColor:r.extend("--ft-notification-success-border-color","",d.borderSuccessSubtle),warningBackgroundColor:r.extend("--ft-notification-warning-background-color","",d.backgroundWarningSubtle),warningColor:r.extend("--ft-notification-warning-color","",d.contentWarningPrimary),warningIconColor:r.extend("--ft-notification-warning-icon-color","",d.contentWarningIconOnly),warningBorderColor:r.extend("--ft-notification-warning-border-color","",d.borderWarningSubtle),errorBackgroundColor:r.extend("--ft-notification-error-background-color","",d.backgroundErrorSubtle),errorColor:r.extend("--ft-notification-error-color","",d.contentErrorPrimary),errorIconColor:r.extend("--ft-notification-error-icon-color","",d.contentErrorIconOnly),errorBorderColor:r.extend("--ft-notification-error-border-color","",d.borderErrorSubtle),borderRadius:r.extend("--ft-notification-border-radius","",l.borderRadiusPill),borderWidth:r.create("--ft-notification-border-width","","SIZE","1px"),leadingGap:r.extend("--ft-notification-leading-gap","",l.spacing2),trailingGap:r.extend("--ft-notification-trailing-gap","",l.spacing8)};var Lu={horizontalPadding:r.extend("--ft-tooltip-horizontal-padding","",l.spacing2),verticalPadding:r.extend("--ft-tooltip-vertical-padding","",l.spacing2),borderRadius:r.extend("--ft-tooltip-border-radius","",l.borderRadiusS),color:r.extend("--ft-tooltip-color","",d.contentGlobalOnColor),backgroundColor:r.extend("--ft-tooltip-background-color","",d.contentGlobalPrimary),backgroundOpacity:r.extend("--ft-tooltip-background-opacity","",l.opacity80),shadow:r.extend("--ft-tooltip-shadow","",l.shadowElevation03),maxWidth:r.create("--ft-tooltip-max-width","","SIZE","256px"),gap:r.extend("--ft-tooltip-gap","",l.spacing05)};var Yi;(function(t){t.brand="brand",t.neutral="neutral",t.info="info",t.success="success",t.warning="warning",t.error="error"})(Yi||(Yi={}));var Xi;(function(t){t.large="large",t.medium="medium",t.small="small"})(Xi||(Xi={}));var Jr=m(D());function Qi(t){let e=Qr[t];return Jr.css`
6
+ .ft-typography--${(0,Jr.unsafeCSS)(t)} {
7
+ font-family: ${e.fontFamily};
8
+ font-size: ${e.fontSize};
9
+ font-weight: ${e.fontWeight};
10
+ letter-spacing: ${e.letterSpacing};
11
+ line-height: ${e.lineHeight};
12
+ text-transform: ${e.textCase};
13
+ }
14
+ `}var Ji=C.FtCssVariableFactory.extend("--ft-typography-font-family","",C.designSystemVariables.titleFont),ot=C.FtCssVariableFactory.extend("--ft-typography-font-family","",C.designSystemVariables.contentFont),N={fontFamily:ot,fontSize:C.FtCssVariableFactory.create("--ft-typography-font-size","","SIZE","16px"),fontWeight:C.FtCssVariableFactory.create("--ft-typography-font-weight","","UNKNOWN","normal"),letterSpacing:C.FtCssVariableFactory.create("--ft-typography-letter-spacing","","SIZE","0.496px"),lineHeight:C.FtCssVariableFactory.create("--ft-typography-line-height","","NUMBER","1.5"),textTransform:C.FtCssVariableFactory.create("--ft-typography-text-transform","","UNKNOWN","inherit")},qt={fontFamily:C.FtCssVariableFactory.extend("--ft-typography-title-font-family","",Ji),fontSize:C.FtCssVariableFactory.extend("--ft-typography-title-font-size","",N.fontSize,"20px"),fontWeight:C.FtCssVariableFactory.extend("--ft-typography-title-font-weight","",N.fontWeight,"normal"),letterSpacing:C.FtCssVariableFactory.extend("--ft-typography-title-letter-spacing","",N.letterSpacing,"0.15px"),lineHeight:C.FtCssVariableFactory.extend("--ft-typography-title-line-height","",N.lineHeight,"1.2"),textTransform:C.FtCssVariableFactory.extend("--ft-typography-title-text-transform","",N.textTransform,"inherit")},Yt={fontFamily:C.FtCssVariableFactory.extend("--ft-typography-title-dense-font-family","",Ji),fontSize:C.FtCssVariableFactory.extend("--ft-typography-title-dense-font-size","",N.fontSize,"14px"),fontWeight:C.FtCssVariableFactory.extend("--ft-typography-title-dense-font-weight","",N.fontWeight,"normal"),letterSpacing:C.FtCssVariableFactory.extend("--ft-typography-title-dense-letter-spacing","",N.letterSpacing,"0.105px"),lineHeight:C.FtCssVariableFactory.extend("--ft-typography-title-dense-line-height","",N.lineHeight,"1.7"),textTransform:C.FtCssVariableFactory.extend("--ft-typography-title-dense-text-transform","",N.textTransform,"inherit")},Xt={fontFamily:C.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-family","",ot),fontSize:C.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-size","",N.fontSize,"16px"),fontWeight:C.FtCssVariableFactory.extend("--ft-typography-subtitle1-font-weight","",N.fontWeight,"600"),letterSpacing:C.FtCssVariableFactory.extend("--ft-typography-subtitle1-letter-spacing","",N.letterSpacing,"0.144px"),lineHeight:C.FtCssVariableFactory.extend("--ft-typography-subtitle1-line-height","",N.lineHeight,"1.5"),textTransform:C.FtCssVariableFactory.extend("--ft-typography-subtitle1-text-transform","",N.textTransform,"inherit")},Qt={fontFamily:C.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-family","",ot),fontSize:C.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-size","",N.fontSize,"14px"),fontWeight:C.FtCssVariableFactory.extend("--ft-typography-subtitle2-font-weight","",N.fontWeight,"normal"),letterSpacing:C.FtCssVariableFactory.extend("--ft-typography-subtitle2-letter-spacing","",N.letterSpacing,"0.098px"),lineHeight:C.FtCssVariableFactory.extend("--ft-typography-subtitle2-line-height","",N.lineHeight,"1.7"),textTransform:C.FtCssVariableFactory.extend("--ft-typography-subtitle2-text-transform","",N.textTransform,"inherit")},Jt={fontFamily:C.FtCssVariableFactory.extend("--ft-typography-body1-font-family","",ot),fontSize:C.FtCssVariableFactory.extend("--ft-typography-body1-font-size","",N.fontSize,"16px"),fontWeight:C.FtCssVariableFactory.extend("--ft-typography-body1-font-weight","",N.fontWeight,"normal"),letterSpacing:C.FtCssVariableFactory.extend("--ft-typography-body1-letter-spacing","",N.letterSpacing,"0.496px"),lineHeight:C.FtCssVariableFactory.extend("--ft-typography-body1-line-height","",N.lineHeight,"1.5"),textTransform:C.FtCssVariableFactory.extend("--ft-typography-body1-text-transform","",N.textTransform,"inherit")},Ae={fontFamily:C.FtCssVariableFactory.extend("--ft-typography-body2-font-family","",ot),fontSize:C.FtCssVariableFactory.extend("--ft-typography-body2-font-size","",N.fontSize,"14px"),fontWeight:C.FtCssVariableFactory.extend("--ft-typography-body2-font-weight","",N.fontWeight,"normal"),letterSpacing:C.FtCssVariableFactory.extend("--ft-typography-body2-letter-spacing","",N.letterSpacing,"0.252px"),lineHeight:C.FtCssVariableFactory.extend("--ft-typography-body2-line-height","",N.lineHeight,"1.4"),textTransform:C.FtCssVariableFactory.extend("--ft-typography-body2-text-transform","",N.textTransform,"inherit")},er={fontFamily:C.FtCssVariableFactory.extend("--ft-typography-caption-font-family","",ot),fontSize:C.FtCssVariableFactory.extend("--ft-typography-caption-font-size","",N.fontSize,"12px"),fontWeight:C.FtCssVariableFactory.extend("--ft-typography-caption-font-weight","",N.fontWeight,"normal"),letterSpacing:C.FtCssVariableFactory.extend("--ft-typography-caption-letter-spacing","",N.letterSpacing,"0.396px"),lineHeight:C.FtCssVariableFactory.extend("--ft-typography-caption-line-height","",N.lineHeight,"1.33"),textTransform:C.FtCssVariableFactory.extend("--ft-typography-caption-text-transform","",N.textTransform,"inherit")},tr={fontFamily:C.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-family","",ot),fontSize:C.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-size","",N.fontSize,"10px"),fontWeight:C.FtCssVariableFactory.extend("--ft-typography-breadcrumb-font-weight","",N.fontWeight,"normal"),letterSpacing:C.FtCssVariableFactory.extend("--ft-typography-breadcrumb-letter-spacing","",N.letterSpacing,"0.33px"),lineHeight:C.FtCssVariableFactory.extend("--ft-typography-breadcrumb-line-height","",N.lineHeight,"1.6"),textTransform:C.FtCssVariableFactory.extend("--ft-typography-breadcrumb-text-transform","",N.textTransform,"inherit")},rr={fontFamily:C.FtCssVariableFactory.extend("--ft-typography-overline-font-family","",ot),fontSize:C.FtCssVariableFactory.extend("--ft-typography-overline-font-size","",N.fontSize,"10px"),fontWeight:C.FtCssVariableFactory.extend("--ft-typography-overline-font-weight","",N.fontWeight,"normal"),letterSpacing:C.FtCssVariableFactory.extend("--ft-typography-overline-letter-spacing","",N.letterSpacing,"1.5px"),lineHeight:C.FtCssVariableFactory.extend("--ft-typography-overline-line-height","",N.lineHeight,"1.6"),textTransform:C.FtCssVariableFactory.extend("--ft-typography-overline-text-transform","",N.textTransform,"uppercase")},qe={fontFamily:C.FtCssVariableFactory.extend("--ft-typography-button-font-family","",ot),fontSize:C.FtCssVariableFactory.extend("--ft-typography-button-font-size","",N.fontSize,"14px"),fontWeight:C.FtCssVariableFactory.extend("--ft-typography-button-font-weight","",N.fontWeight,"600"),letterSpacing:C.FtCssVariableFactory.extend("--ft-typography-button-letter-spacing","",N.letterSpacing,"1.246px"),lineHeight:C.FtCssVariableFactory.extend("--ft-typography-button-line-height","",N.lineHeight,"1.15"),textTransform:C.FtCssVariableFactory.extend("--ft-typography-button-text-transform","",N.textTransform,"uppercase")},ea=De.css`
15
15
  .ft-typography--title {
16
- font-family: ${Pe.fontFamily};
17
- font-size: ${Pe.fontSize};
18
- font-weight: ${Pe.fontWeight};
19
- letter-spacing: ${Pe.letterSpacing};
20
- line-height: ${Pe.lineHeight};
21
- text-transform: ${Pe.textTransform};
22
- }
23
- `,Wi=It.css`
16
+ font-family: ${qt.fontFamily};
17
+ font-size: ${qt.fontSize};
18
+ font-weight: ${qt.fontWeight};
19
+ letter-spacing: ${qt.letterSpacing};
20
+ line-height: ${qt.lineHeight};
21
+ text-transform: ${qt.textTransform};
22
+ }
23
+ `,ta=De.css`
24
24
  .ft-typography--title-dense {
25
- font-family: ${ke.fontFamily};
26
- font-size: ${ke.fontSize};
27
- font-weight: ${ke.fontWeight};
28
- letter-spacing: ${ke.letterSpacing};
29
- line-height: ${ke.lineHeight};
30
- text-transform: ${ke.textTransform};
31
- }
32
- `,Mi=It.css`
25
+ font-family: ${Yt.fontFamily};
26
+ font-size: ${Yt.fontSize};
27
+ font-weight: ${Yt.fontWeight};
28
+ letter-spacing: ${Yt.letterSpacing};
29
+ line-height: ${Yt.lineHeight};
30
+ text-transform: ${Yt.textTransform};
31
+ }
32
+ `,ra=De.css`
33
33
  .ft-typography--subtitle1 {
34
- font-family: ${_e.fontFamily};
35
- font-size: ${_e.fontSize};
36
- font-weight: ${_e.fontWeight};
37
- letter-spacing: ${_e.letterSpacing};
38
- line-height: ${_e.lineHeight};
39
- text-transform: ${_e.textTransform};
40
- }
41
- `,Fi=It.css`
34
+ font-family: ${Xt.fontFamily};
35
+ font-size: ${Xt.fontSize};
36
+ font-weight: ${Xt.fontWeight};
37
+ letter-spacing: ${Xt.letterSpacing};
38
+ line-height: ${Xt.lineHeight};
39
+ text-transform: ${Xt.textTransform};
40
+ }
41
+ `,oa=De.css`
42
42
  .ft-typography--subtitle2 {
43
- font-family: ${$e.fontFamily};
44
- font-size: ${$e.fontSize};
45
- font-weight: ${$e.fontWeight};
46
- letter-spacing: ${$e.letterSpacing};
47
- line-height: ${$e.lineHeight};
48
- text-transform: ${$e.textTransform};
43
+ font-family: ${Qt.fontFamily};
44
+ font-size: ${Qt.fontSize};
45
+ font-weight: ${Qt.fontWeight};
46
+ letter-spacing: ${Qt.letterSpacing};
47
+ line-height: ${Qt.lineHeight};
48
+ text-transform: ${Qt.textTransform};
49
49
  }
50
50
 
51
- `,Hi=It.css`
51
+ `,na=De.css`
52
52
  .ft-typography--body1 {
53
- font-family: ${De.fontFamily};
54
- font-size: ${De.fontSize};
55
- font-weight: ${De.fontWeight};
56
- letter-spacing: ${De.letterSpacing};
57
- line-height: ${De.lineHeight};
58
- text-transform: ${De.textTransform};
59
- }
60
- `,Gi=It.css`
53
+ font-family: ${Jt.fontFamily};
54
+ font-size: ${Jt.fontSize};
55
+ font-weight: ${Jt.fontWeight};
56
+ letter-spacing: ${Jt.letterSpacing};
57
+ line-height: ${Jt.lineHeight};
58
+ text-transform: ${Jt.textTransform};
59
+ }
60
+ `,ia=De.css`
61
61
  .ft-typography--body2 {
62
- font-family: ${Ct.fontFamily};
63
- font-size: ${Ct.fontSize};
64
- font-weight: ${Ct.fontWeight};
65
- letter-spacing: ${Ct.letterSpacing};
66
- line-height: ${Ct.lineHeight};
67
- text-transform: ${Ct.textTransform};
68
- }
69
- `,Ro=It.css`
62
+ font-family: ${Ae.fontFamily};
63
+ font-size: ${Ae.fontSize};
64
+ font-weight: ${Ae.fontWeight};
65
+ letter-spacing: ${Ae.letterSpacing};
66
+ line-height: ${Ae.lineHeight};
67
+ text-transform: ${Ae.textTransform};
68
+ }
69
+ `,eo=De.css`
70
70
  .ft-typography--caption {
71
- font-family: ${Be.fontFamily};
72
- font-size: ${Be.fontSize};
73
- font-weight: ${Be.fontWeight};
74
- letter-spacing: ${Be.letterSpacing};
75
- line-height: ${Be.lineHeight};
76
- text-transform: ${Be.textTransform};
77
- }
78
- `,Vi=It.css`
71
+ font-family: ${er.fontFamily};
72
+ font-size: ${er.fontSize};
73
+ font-weight: ${er.fontWeight};
74
+ letter-spacing: ${er.letterSpacing};
75
+ line-height: ${er.lineHeight};
76
+ text-transform: ${er.textTransform};
77
+ }
78
+ `,aa=De.css`
79
79
  .ft-typography--breadcrumb {
80
- font-family: ${Ue.fontFamily};
81
- font-size: ${Ue.fontSize};
82
- font-weight: ${Ue.fontWeight};
83
- letter-spacing: ${Ue.letterSpacing};
84
- line-height: ${Ue.lineHeight};
85
- text-transform: ${Ue.textTransform};
86
- }
87
- `,Ki=It.css`
80
+ font-family: ${tr.fontFamily};
81
+ font-size: ${tr.fontSize};
82
+ font-weight: ${tr.fontWeight};
83
+ letter-spacing: ${tr.letterSpacing};
84
+ line-height: ${tr.lineHeight};
85
+ text-transform: ${tr.textTransform};
86
+ }
87
+ `,sa=De.css`
88
88
  .ft-typography--overline {
89
- font-family: ${ze.fontFamily};
90
- font-size: ${ze.fontSize};
91
- font-weight: ${ze.fontWeight};
92
- letter-spacing: ${ze.letterSpacing};
93
- line-height: ${ze.lineHeight};
94
- text-transform: ${ze.textTransform};
95
- }
96
- `,Zi=It.css`
89
+ font-family: ${rr.fontFamily};
90
+ font-size: ${rr.fontSize};
91
+ font-weight: ${rr.fontWeight};
92
+ letter-spacing: ${rr.letterSpacing};
93
+ line-height: ${rr.lineHeight};
94
+ text-transform: ${rr.textTransform};
95
+ }
96
+ `,la=De.css`
97
97
  .ft-typography--button {
98
- font-family: ${Ft.fontFamily};
99
- font-size: ${Ft.fontSize};
100
- font-weight: ${Ft.fontWeight};
101
- letter-spacing: ${Ft.letterSpacing};
102
- line-height: ${Ft.lineHeight};
103
- text-transform: ${Ft.textTransform};
104
- }
105
- `,ji=It.css`
98
+ font-family: ${qe.fontFamily};
99
+ font-size: ${qe.fontSize};
100
+ font-weight: ${qe.fontWeight};
101
+ letter-spacing: ${qe.letterSpacing};
102
+ line-height: ${qe.lineHeight};
103
+ text-transform: ${qe.textTransform};
104
+ }
105
+ `,ca=De.css`
106
106
  .ft-typography {
107
107
  vertical-align: inherit;
108
108
  }
109
- `,qi=[Object.keys(Ao).map(o=>Bi(o))];var Yi=function(o,t,r,i){var n=arguments.length,a=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,t,r,i);else for(var p=o.length-1;p>=0;p--)(l=o[p])&&(a=(n<3?l(a):n>3?l(t,r,a):l(t,r))||a);return n>3&&a&&Object.defineProperty(t,r,a),a},X=class extends Xi.FtLitElement{constructor(){super(...arguments),this.variant=xe.body1}render(){return this.element?ur`
110
- <${fr(this.element)}
109
+ `,da=[Object.keys(Qr).map(t=>Qi(t))];var pa=function(t,e,o,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,o,a):s(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a},oe=class extends fa.FtLitElement{constructor(){super(...arguments),this.variant=_t.body1}render(){return this.element?Qo`
110
+ <${Xo(this.element)}
111
111
  part="text"
112
112
  class="ft-typography ft-typography--${this.variant}">
113
113
  <slot></slot>
114
- </${fr(this.element)}>
115
- `:ur`
114
+ </${Xo(this.element)}>
115
+ `:Qo`
116
116
  <slot part="text" class="ft-typography ft-typography--${this.variant}"></slot>
117
- `}};X.styles=[zi,Wi,Mi,Fi,Hi,Gi,Ro,Vi,Ki,Zi,ji,...qi];Yi([(0,hr.property)()],X.prototype,"element",void 0);Yi([(0,hr.property)()],X.prototype,"variant",void 0);(0,Qi.customElement)("ft-typography")(X);var Nt=f(R()),ot=f(V()),Ea=f(tn()),zo=f(O());var wr=f(O());var mo=f(V()),ra=f(O());var mn=f(R()),E=f(O());var sn=f(R()),q=f(O()),en=q.FtCssVariableFactory.extend("--ft-ripple-color","",q.designSystemVariables.colorContent),T={color:en,backgroundColor:q.FtCssVariableFactory.extend("--ft-ripple-background-color","",en),opacityContentOnSurfacePressed:q.FtCssVariableFactory.external(q.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:q.FtCssVariableFactory.external(q.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:q.FtCssVariableFactory.external(q.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:q.FtCssVariableFactory.external(q.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:q.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},on=q.FtCssVariableFactory.extend("--ft-ripple-color","",q.designSystemVariables.colorPrimary),rn={color:on,backgroundColor:q.FtCssVariableFactory.extend("--ft-ripple-background-color","",on)},nn=q.FtCssVariableFactory.extend("--ft-ripple-color","",q.designSystemVariables.colorSecondary),an={color:nn,backgroundColor:q.FtCssVariableFactory.extend("--ft-ripple-background-color","",nn)},ln=sn.css`
117
+ `}};oe.styles=[ea,ta,ra,oa,na,ia,eo,aa,sa,la,ca,...da];pa([(0,Jo.property)()],oe.prototype,"element",void 0);pa([(0,Jo.property)()],oe.prototype,"variant",void 0);(0,ua.customElement)("ft-typography")(oe);var Te=m(D()),ae=m(H()),Ms=m(ma()),uo=m(R());var fn=m(R());var Mr=m(H()),gs=m(R());var Pa=m(D()),_=m(R());var Sa=m(D()),ee=m(R()),ya=ee.FtCssVariableFactory.extend("--ft-ripple-color","",ee.designSystemVariables.colorContent),B={color:ya,backgroundColor:ee.FtCssVariableFactory.extend("--ft-ripple-background-color","",ya),opacityContentOnSurfacePressed:ee.FtCssVariableFactory.external(ee.designSystemVariables.opacityContentOnSurfacePressed,"Design system"),opacityContentOnSurfaceHover:ee.FtCssVariableFactory.external(ee.designSystemVariables.opacityContentOnSurfaceHover,"Design system"),opacityContentOnSurfaceFocused:ee.FtCssVariableFactory.external(ee.designSystemVariables.opacityContentOnSurfaceFocused,"Design system"),opacityContentOnSurfaceSelected:ee.FtCssVariableFactory.external(ee.designSystemVariables.opacityContentOnSurfaceSelected,"Design system"),borderRadius:ee.FtCssVariableFactory.create("--ft-ripple-border-radius","","SIZE","0px")},ga=ee.FtCssVariableFactory.extend("--ft-ripple-color","",ee.designSystemVariables.colorPrimary),ba={color:ga,backgroundColor:ee.FtCssVariableFactory.extend("--ft-ripple-background-color","",ga)},xa=ee.FtCssVariableFactory.extend("--ft-ripple-color","",ee.designSystemVariables.colorSecondary),va={color:xa,backgroundColor:ee.FtCssVariableFactory.extend("--ft-ripple-background-color","",xa)},Oa=Sa.css`
118
118
  :host {
119
119
  display: contents;
120
120
  }
@@ -127,7 +127,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
127
127
 
128
128
  .ft-ripple:not(.ft-ripple--unbounded) {
129
129
  overflow: hidden;
130
- border-radius: ${T.borderRadius};
130
+ border-radius: ${B.borderRadius};
131
131
  }
132
132
 
133
133
  .ft-ripple .ft-ripple--background,
@@ -161,27 +161,27 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
161
161
  }
162
162
 
163
163
  .ft-ripple .ft-ripple--background {
164
- background-color: ${T.backgroundColor};
164
+ background-color: ${B.backgroundColor};
165
165
  }
166
166
 
167
167
  .ft-ripple .ft-ripple--effect {
168
- background-color: ${T.color};
168
+ background-color: ${B.color};
169
169
  }
170
170
 
171
171
  .ft-ripple.ft-ripple--secondary .ft-ripple--background {
172
- background-color: ${an.backgroundColor};
172
+ background-color: ${va.backgroundColor};
173
173
  }
174
174
 
175
175
  .ft-ripple.ft-ripple--secondary .ft-ripple--effect {
176
- background-color: ${an.color};
176
+ background-color: ${va.color};
177
177
  }
178
178
 
179
179
  .ft-ripple.ft-ripple--primary .ft-ripple--background {
180
- background-color: ${rn.backgroundColor};
180
+ background-color: ${ba.backgroundColor};
181
181
  }
182
182
 
183
183
  .ft-ripple.ft-ripple--primary .ft-ripple--effect {
184
- background-color: ${rn.color};
184
+ background-color: ${ba.color};
185
185
  }
186
186
 
187
187
  .ft-ripple .ft-ripple--background {
@@ -211,22 +211,22 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
211
211
  }
212
212
 
213
213
  .ft-ripple.ft-ripple--hovered .ft-ripple--background {
214
- opacity: ${T.opacityContentOnSurfaceHover};
214
+ opacity: ${B.opacityContentOnSurfaceHover};
215
215
  }
216
216
 
217
217
  .ft-ripple.ft-ripple--selected .ft-ripple--background {
218
- opacity: ${T.opacityContentOnSurfaceSelected};
218
+ opacity: ${B.opacityContentOnSurfaceSelected};
219
219
  }
220
220
 
221
221
  .ft-ripple.ft-ripple--focused .ft-ripple--background {
222
- opacity: ${T.opacityContentOnSurfaceFocused};
222
+ opacity: ${B.opacityContentOnSurfaceFocused};
223
223
  }
224
224
 
225
225
  .ft-ripple.ft-ripple--pressed .ft-ripple--effect {
226
- opacity: ${T.opacityContentOnSurfacePressed};
226
+ opacity: ${B.opacityContentOnSurfacePressed};
227
227
  transform: translate(-50%, -50%) scale(1);
228
228
  }
229
- `;var cn=f(R()),no=f(O()),mt={color:no.FtCssVariableFactory.extend("--ft-loader-color","",no.designSystemVariables.colorPrimary),size:no.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},pn=cn.css`
229
+ `;var Ca=m(D()),Pr=m(R()),xe={color:Pr.FtCssVariableFactory.extend("--ft-loader-color","",Pr.designSystemVariables.colorPrimary),size:Pr.FtCssVariableFactory.create("--ft-loader-size","","SIZE","80px")},Ea=Ca.css`
230
230
  :host {
231
231
  line-height: 0;
232
232
  }
@@ -235,8 +235,8 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
235
235
  display: inline-block;
236
236
  position: relative;
237
237
 
238
- width: ${mt.size};
239
- height: ${mt.size};
238
+ width: ${xe.size};
239
+ height: ${xe.size};
240
240
  }
241
241
 
242
242
  .ft-loader div {
@@ -245,7 +245,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
245
245
  width: 25%;
246
246
  height: 25%;
247
247
  border-radius: 50%;
248
- background: ${mt.color};
248
+ background: ${xe.color};
249
249
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
250
250
  }
251
251
 
@@ -292,10 +292,10 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
292
292
  transform: translate(0, 0);
293
293
  }
294
294
  100% {
295
- transform: translate(calc(0.35 * ${mt.size}), 0);
295
+ transform: translate(calc(0.35 * ${xe.size}), 0);
296
296
  }
297
297
  }
298
- `;var dn=f(R()),Yt=f(O()),yt={size:Yt.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:Yt.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",Yt.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:Yt.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",Yt.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:Yt.FtCssVariableFactory.extend("--ft-icon-material-font-family","",Yt.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:Yt.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},fn=dn.css`
298
+ `;var wa=m(D()),nt=m(R()),ve={size:nt.FtCssVariableFactory.create("--ft-icon-font-size","","SIZE","24px"),fluidTopicsFontFamily:nt.FtCssVariableFactory.extend("--ft-icon-fluid-topics-font-family","",nt.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-icons")),fileFormatFontFamily:nt.FtCssVariableFactory.extend("--ft-icon-file-format-font-family","",nt.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","ft-mime")),materialFontFamily:nt.FtCssVariableFactory.extend("--ft-icon-material-font-family","",nt.FtCssVariableFactory.create("--ft-icon-font-family","","UNKNOWN","Material Icons")),verticalAlign:nt.FtCssVariableFactory.create("--ft-icon-vertical-align","","UNKNOWN","unset")},Aa=wa.css`
299
299
  :host, i.ft-icon {
300
300
  display: inline-flex;
301
301
  align-items: center;
@@ -304,14 +304,14 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
304
304
  }
305
305
 
306
306
  :host {
307
- width: ${yt.size};
308
- height: ${yt.size};
307
+ width: ${ve.size};
308
+ height: ${ve.size};
309
309
  }
310
310
 
311
311
  i.ft-icon {
312
312
  width: 100%;
313
313
  height: 100%;
314
- font-size: ${yt.size};
314
+ font-size: ${ve.size};
315
315
  line-height: 1;
316
316
  font-weight: normal;
317
317
  text-transform: none;
@@ -322,28 +322,28 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
322
322
  text-rendering: auto;
323
323
  -webkit-font-smoothing: antialiased;
324
324
  -moz-osx-font-smoothing: grayscale;
325
- vertical-align: ${yt.verticalAlign};
325
+ vertical-align: ${ve.verticalAlign};
326
326
  }
327
327
 
328
328
  i.ft-icon.ft-icon--fluid-topics {
329
- font-family: ${yt.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
329
+ font-family: ${ve.fluidTopicsFontFamily}, ft-icons, fticons, sans-serif;
330
330
 
331
331
  /* Ugly fix because font is broken */
332
- font-size: calc(0.75 * ${yt.size});
333
- line-height: ${yt.size};
332
+ font-size: calc(0.75 * ${ve.size});
333
+ line-height: ${ve.size};
334
334
  position: relative;
335
335
  top: -4%;
336
336
  justify-content: center;
337
337
  }
338
338
 
339
339
  .ft-icon--file-format {
340
- font-family: ${yt.fileFormatFontFamily}, ft-mime, sans-serif;
340
+ font-family: ${ve.fileFormatFontFamily}, ft-mime, sans-serif;
341
341
  }
342
342
 
343
343
  .ft-icon--material {
344
- font-family: ${yt.materialFontFamily}, "Material Icons", sans-serif;
344
+ font-family: ${ve.materialFontFamily}, "Material Icons", sans-serif;
345
345
  }
346
- `;var un=E.FtCssVariableFactory.extend("--ft-button-color","",E.designSystemVariables.colorPrimary),D={backgroundColor:E.FtCssVariableFactory.extend("--ft-button-background-color","",E.designSystemVariables.colorSurface),borderRadius:E.FtCssVariableFactory.extend("--ft-button-border-radius","",E.designSystemVariables.borderRadiusL),color:un,fontSize:E.FtCssVariableFactory.extend("--ft-button-font-size","",Ft.fontSize),iconSize:E.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:E.FtCssVariableFactory.extend("--ft-button-ripple-color","",un),verticalPadding:E.FtCssVariableFactory.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:E.FtCssVariableFactory.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:E.FtCssVariableFactory.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:E.FtCssVariableFactory.external(E.designSystemVariables.colorOpacityDisabled,"Design system")},hn=E.FtCssVariableFactory.extend("--ft-button-primary-color","",E.FtCssVariableFactory.extend("--ft-button-color","",E.designSystemVariables.colorOnPrimary)),mr={backgroundColor:E.FtCssVariableFactory.extend("--ft-button-primary-background-color","",E.FtCssVariableFactory.extend("--ft-button-background-color","",E.designSystemVariables.colorPrimary)),color:hn,rippleColor:E.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",hn)},Ht={borderRadius:E.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",E.FtCssVariableFactory.extend("--ft-button-border-radius","",E.designSystemVariables.borderRadiusM)),verticalPadding:E.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:E.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:E.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px")},yn=[mn.css`
346
+ `;var Ra=_.FtCssVariableFactory.extend("--ft-button-color","",_.designSystemVariables.colorPrimary),V={backgroundColor:_.FtCssVariableFactory.extend("--ft-button-background-color","",_.designSystemVariables.colorSurface),borderRadius:_.FtCssVariableFactory.extend("--ft-button-border-radius","",_.designSystemVariables.borderRadiusL),color:Ra,fontSize:_.FtCssVariableFactory.extend("--ft-button-font-size","",qe.fontSize),iconSize:_.FtCssVariableFactory.create("--ft-button-icon-size","","SIZE","24px"),rippleColor:_.FtCssVariableFactory.extend("--ft-button-ripple-color","",Ra),verticalPadding:_.FtCssVariableFactory.create("--ft-button-vertical-padding","","SIZE","6px"),horizontalPadding:_.FtCssVariableFactory.create("--ft-button-horizontal-padding","","SIZE","8px"),iconPadding:_.FtCssVariableFactory.create("--ft-button-icon-padding","","SIZE","8px"),opacityDisabled:_.FtCssVariableFactory.external(_.designSystemVariables.colorOpacityDisabled,"Design system")},Na=_.FtCssVariableFactory.extend("--ft-button-primary-color","",_.FtCssVariableFactory.extend("--ft-button-color","",_.designSystemVariables.colorOnPrimary)),en={backgroundColor:_.FtCssVariableFactory.extend("--ft-button-primary-background-color","",_.FtCssVariableFactory.extend("--ft-button-background-color","",_.designSystemVariables.colorPrimary)),color:Na,rippleColor:_.FtCssVariableFactory.extend("--ft-button-primary-ripple-color","",Na)},Ye={borderRadius:_.FtCssVariableFactory.extend("--ft-button-dense-border-radius","",_.FtCssVariableFactory.extend("--ft-button-border-radius","",_.designSystemVariables.borderRadiusM)),verticalPadding:_.FtCssVariableFactory.create("--ft-button-dense-vertical-padding","","SIZE","2px"),horizontalPadding:_.FtCssVariableFactory.create("--ft-button-dense-horizontal-padding","","SIZE","4px"),iconPadding:_.FtCssVariableFactory.create("--ft-button-dense-icon-padding","","SIZE","4px")},La=[Pa.css`
347
347
  :host {
348
348
  display: inline-block;
349
349
  max-width: 100%;
@@ -354,7 +354,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
354
354
  box-shadow: 0px 0px 0px transparent;
355
355
  border: 0px solid transparent;
356
356
  text-shadow: 0px 0px 0px transparent;
357
- font-size: ${D.fontSize};
357
+ font-size: ${V.fontSize};
358
358
  }
359
359
 
360
360
  button:hover {
@@ -383,31 +383,31 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
383
383
  border: none;
384
384
  pointer-events: auto;
385
385
 
386
- --ft-button-internal-line-height: max(calc(${D.fontSize} + 2px), ${D.iconSize});
387
- --ft-button-internal-color: ${D.color};
388
- ${(0,E.setVariable)(yt.size,D.iconSize)};
389
- ${(0,E.setVariable)(T.color,D.rippleColor)};
386
+ --ft-button-internal-line-height: max(calc(${V.fontSize} + 2px), ${V.iconSize});
387
+ --ft-button-internal-color: ${V.color};
388
+ ${(0,_.setVariable)(ve.size,V.iconSize)};
389
+ ${(0,_.setVariable)(B.color,V.rippleColor)};
390
390
 
391
- border-radius: ${D.borderRadius};
392
- padding: ${D.verticalPadding} ${D.horizontalPadding};
393
- background-color: ${D.backgroundColor};
391
+ border-radius: ${V.borderRadius};
392
+ padding: ${V.verticalPadding} ${V.horizontalPadding};
393
+ background-color: ${V.backgroundColor};
394
394
  color: var(--ft-button-internal-color);
395
395
  -webkit-mask-image: radial-gradient(white, black);
396
396
  }
397
397
 
398
398
  .ft-button.ft-button--outlined {
399
399
  border: 1px solid var(--ft-button-internal-color);
400
- padding: calc(${D.verticalPadding} - 1px) calc(${D.horizontalPadding} - 1px);
400
+ padding: calc(${V.verticalPadding} - 1px) calc(${V.horizontalPadding} - 1px);
401
401
  }
402
402
 
403
403
  .ft-button.ft-button--dense {
404
- padding: ${Ht.verticalPadding} ${Ht.horizontalPadding};
405
- border-radius: ${Ht.borderRadius};
406
- gap: ${Ht.iconPadding};
404
+ padding: ${Ye.verticalPadding} ${Ye.horizontalPadding};
405
+ border-radius: ${Ye.borderRadius};
406
+ gap: ${Ye.iconPadding};
407
407
  }
408
408
 
409
409
  .ft-button.ft-button--dense.ft-button--outlined {
410
- padding: calc(${Ht.verticalPadding} - 1px) calc(${Ht.horizontalPadding} - 1px);
410
+ padding: calc(${Ye.verticalPadding} - 1px) calc(${Ye.horizontalPadding} - 1px);
411
411
  }
412
412
 
413
413
  .ft-button:not([disabled]):hover {
@@ -415,22 +415,22 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
415
415
  }
416
416
 
417
417
  .ft-button--round {
418
- border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${D.verticalPadding});
418
+ border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${V.verticalPadding});
419
419
  }
420
420
 
421
421
  .ft-button--round.ft-button--dense {
422
- border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${Ht.verticalPadding});
422
+ border-radius: calc(var(--ft-button-internal-line-height) / 2 + ${Ye.verticalPadding});
423
423
  }
424
424
 
425
425
  .ft-button[disabled] {
426
426
  filter: grayscale(1);
427
- opacity: ${D.opacityDisabled};
427
+ opacity: ${V.opacityDisabled};
428
428
  }
429
429
 
430
430
  .ft-button.ft-button--primary {
431
- background-color: ${mr.backgroundColor};
432
- --ft-button-internal-color: ${mr.color};
433
- ${(0,E.setVariable)(T.color,mr.rippleColor)};
431
+ background-color: ${en.backgroundColor};
432
+ --ft-button-internal-color: ${en.color};
433
+ ${(0,_.setVariable)(B.color,en.rippleColor)};
434
434
  }
435
435
 
436
436
  .ft-button:focus {
@@ -443,13 +443,13 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
443
443
  white-space: nowrap;
444
444
  text-overflow: ellipsis;
445
445
  display: block;
446
- margin: 0 ${D.iconPadding};
447
- ${(0,E.setVariable)(Ft.fontSize,"1em")};
448
- ${(0,E.setVariable)(Ft.lineHeight,"var(--ft-button-internal-line-height)")};
446
+ margin: 0 ${V.iconPadding};
447
+ ${(0,_.setVariable)(qe.fontSize,"1em")};
448
+ ${(0,_.setVariable)(qe.lineHeight,"var(--ft-button-internal-line-height)")};
449
449
  }
450
450
 
451
451
  .ft-button--dense .ft-button--label {
452
- margin: 0 ${Ht.iconPadding};
452
+ margin: 0 ${Ye.iconPadding};
453
453
  }
454
454
 
455
455
  .ft-button--label[hidden] {
@@ -462,13 +462,13 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
462
462
  }
463
463
 
464
464
  .ft-button--label[hidden] + [part="icon"] {
465
- margin: 0 calc(${D.horizontalPadding} * -1);
466
- padding: 0 ${D.verticalPadding};
465
+ margin: 0 calc(${V.horizontalPadding} * -1);
466
+ padding: 0 ${V.verticalPadding};
467
467
  }
468
468
 
469
469
  .ft-button--dense .ft-button--label[hidden] + [part="icon"] {
470
- margin: 0 calc(${Ht.horizontalPadding} * -1);
471
- padding: 0 ${Ht.verticalPadding};
470
+ margin: 0 calc(${Ye.horizontalPadding} * -1);
471
+ padding: 0 ${Ye.verticalPadding};
472
472
  }
473
473
 
474
474
  .ft-button:not(.ft-button--trailing-icon) [part="label"]{
@@ -476,21 +476,21 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
476
476
  }
477
477
 
478
478
  ft-loader {
479
- ${(0,E.setVariable)(mt.size,D.iconSize)};
480
- ${(0,E.setVariable)(mt.color,"var(--ft-button-internal-color)")};
479
+ ${(0,_.setVariable)(xe.size,V.iconSize)};
480
+ ${(0,_.setVariable)(xe.color,"var(--ft-button-internal-color)")};
481
481
  }
482
- `,E.noTextSelect];var Ke=f(O());var vn=f(O());var bn=f(R()),st=f(V()),xn=f(We()),ao=f(O());var gt=function(o,t,r,i){var n=arguments.length,a=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,t,r,i);else for(var p=o.length-1;p>=0;p--)(l=o[p])&&(a=(n<3?l(a):n>3?l(t,r,a):l(t,r))||a);return n>3&&a&&Object.defineProperty(t,r,a),a},k=class extends ao.FtLitElement{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new ao.Debouncer(1e3),this.onTransitionStart=t=>{t.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=t=>{t.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new ao.Debouncer(10),this.moveRipple=t=>{var r,i;let{x:n,y:a}=this.getCoordinates(t),l=(i=(r=this.ripple)===null||r===void 0?void 0:r.getBoundingClientRect())!==null&&i!==void 0?i:{x:0,y:0,width:0,height:0};this.originX=Math.round(n!=null?n-l.x:l.width/2),this.originY=Math.round(a!=null?a-l.y:l.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(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 bn.html`
482
+ `,_.noTextSelect];var cr=m(R());var _a=m(R());var Ia=m(D()),de=m(H()),ka=m(or()),Lr=m(R());var Se=function(t,e,o,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,o,a):s(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a},U=class extends Lr.FtLitElement{constructor(){super(...arguments),this.primary=!1,this.secondary=!1,this.unbounded=!1,this.activated=!1,this.selected=!1,this.disabled=!1,this.hovered=!1,this.focused=!1,this.pressed=!1,this.rippling=!1,this.originX=0,this.originY=0,this.debouncer=new Lr.Debouncer(1e3),this.onTransitionStart=e=>{e.propertyName==="transform"&&(this.rippling=this.pressed,this.debouncer.run(()=>this.rippling=!1))},this.onTransitionEnd=e=>{e.propertyName==="transform"&&(this.rippling=!1)},this.setupDebouncer=new Lr.Debouncer(10),this.moveRipple=e=>{var o,n;let{x:i,y:a}=this.getCoordinates(e),s=(n=(o=this.ripple)===null||o===void 0?void 0:o.getBoundingClientRect())!==null&&n!==void 0?n:{x:0,y:0,width:0,height:0};this.originX=Math.round(i!=null?i-s.x:s.width/2),this.originY=Math.round(a!=null?a-s.y:s.height/2)},this.startPress=e=>{this.moveRipple(e),this.pressed=!this.isIgnored(e)},this.endPress=()=>{this.pressed=!1},this.startHover=e=>{this.hovered=!this.isIgnored(e)},this.endHover=()=>{this.hovered=!1},this.startFocus=e=>{this.focused=this.isFocusVisible(e?.target)&&!this.isIgnored(e)},this.endFocus=()=>{this.focused=!1}}render(){let e={"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 Ia.html`
483
483
  <style>
484
484
  .ft-ripple .ft-ripple--effect {
485
485
  left: ${this.originX}px;
486
486
  top: ${this.originY}px;
487
487
  }
488
488
  </style>
489
- <div class="${(0,xn.classMap)(t)}">
489
+ <div class="${(0,ka.classMap)(e)}">
490
490
  <div class="ft-ripple--background"></div>
491
491
  <div class="ft-ripple--effect"></div>
492
492
  </div>
493
- `}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 r,i;super.update(t),t.has("disabled")&&(this.disabled?(this.endRipple(),(r=this.target)===null||r===void 0||r.removeAttribute("data-is-ft-ripple-target")):(i=this.target)===null||i===void 0||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,r;let i=(t=this.shadowRoot)===null||t===void 0?void 0:t.host.parentElement;i&&this.setupFor((r=this.target)!==null&&r!==void 0?r: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");let r=(...p)=>u=>{p.forEach(h=>window.addEventListener(h,this.endPress,{once:!0})),this.startPress(u)},i=r("mouseup","contextmenu"),n=r("touchend","touchcancel"),a=p=>{["Enter"," "].includes(p.key)&&r("keyup")(p)},l={passive:!0};t.addEventListener("mouseover",this.startHover,l),t.addEventListener("mousemove",this.moveRipple,l),t.addEventListener("mouseleave",this.endHover,l),t.addEventListener("mousedown",i,l),t.addEventListener("touchstart",n,l),t.addEventListener("touchmove",this.moveRipple,l),t.addEventListener("keydown",a,l),t.addEventListener("focus",this.startFocus,l),t.addEventListener("blur",this.endFocus,l),t.addEventListener("focusin",this.startFocus,l),t.addEventListener("focusout",this.endFocus,l),this.onDisconnect=()=>{t.removeAttribute("data-is-ft-ripple-target"),t.removeEventListener("mouseover",this.startHover,l),t.removeEventListener("mousemove",this.moveRipple,l),t.removeEventListener("mouseleave",this.endHover,l),t.removeEventListener("mousedown",i,l),t.removeEventListener("touchstart",n,l),t.removeEventListener("touchmove",this.moveRipple,l),t.removeEventListener("keydown",a,l),t.removeEventListener("focus",this.startFocus,l),t.removeEventListener("blur",this.endFocus,l),t.removeEventListener("focusin",this.startFocus,l),t.removeEventListener("focusout",this.endFocus,l),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(t){let r=t,i=t,n,a;return r.x!=null?{x:n,y:a}=r:i.touches!=null&&(n=i.touches[0].clientX,a=i.touches[0].clientY),{x:n,y:a}}isFocusVisible(t){return t instanceof HTMLElement?t.matches(":focus-visible"):!0}isIgnored(t){if(this.disabled)return!0;if(t!=null)for(let r of t.composedPath()){if(r===this.target)break;if("hasAttribute"in r&&r.hasAttribute("data-is-ft-ripple-target"))return!0}return!1}disconnectedCallback(){super.disconnectedCallback(),this.onDisconnect&&this.onDisconnect(),this.endRipple()}};k.elementDefinitions={};k.styles=ln;gt([(0,st.property)({type:Boolean})],k.prototype,"primary",void 0);gt([(0,st.property)({type:Boolean})],k.prototype,"secondary",void 0);gt([(0,st.property)({type:Boolean})],k.prototype,"unbounded",void 0);gt([(0,st.property)({type:Boolean})],k.prototype,"activated",void 0);gt([(0,st.property)({type:Boolean})],k.prototype,"selected",void 0);gt([(0,st.property)({type:Boolean})],k.prototype,"disabled",void 0);gt([(0,st.state)()],k.prototype,"hovered",void 0);gt([(0,st.state)()],k.prototype,"focused",void 0);gt([(0,st.state)()],k.prototype,"pressed",void 0);gt([(0,st.state)()],k.prototype,"rippling",void 0);gt([(0,st.state)()],k.prototype,"originX",void 0);gt([(0,st.state)()],k.prototype,"originY",void 0);gt([(0,st.query)(".ft-ripple")],k.prototype,"ripple",void 0);gt([(0,st.query)(".ft-ripple--effect")],k.prototype,"rippleEffect",void 0);(0,vn.customElement)("ft-ripple")(k);var Zn=f(O());var Kn=f(R()),Q=f(V()),uo=f(O());var Sn=f(R()),Xt=f(O()),Me={distance:Xt.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:Xt.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:Xt.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:Xt.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:Xt.FtCssVariableFactory.external(Xt.designSystemVariables.borderRadiusS,"Design system"),maxWidth:Xt.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},On=Sn.css`
493
+ `}contentAvailableCallback(e){super.contentAvailableCallback(e),this.rippleEffect&&this.rippleEffect.ontransitionstart!==this.onTransitionStart&&(this.rippleEffect.ontransitionstart=this.onTransitionStart,this.rippleEffect.ontransitionend=this.onTransitionEnd)}update(e){var o,n;super.update(e),e.has("disabled")&&(this.disabled?(this.endRipple(),(o=this.target)===null||o===void 0||o.removeAttribute("data-is-ft-ripple-target")):(n=this.target)===null||n===void 0||n.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 e,o;let n=(e=this.shadowRoot)===null||e===void 0?void 0:e.host.parentElement;n&&this.setupFor((o=this.target)!==null&&o!==void 0?o:n)}setupFor(e){if(this.setupDebouncer.cancel(),this.target===e)return;this.onDisconnect&&this.onDisconnect(),this.target=e,e.setAttribute("data-is-ft-ripple-target","true");let o=(...c)=>p=>{c.forEach(f=>window.addEventListener(f,this.endPress,{once:!0})),this.startPress(p)},n=o("mouseup","contextmenu"),i=o("touchend","touchcancel"),a=c=>{["Enter"," "].includes(c.key)&&o("keyup")(c)},s={passive:!0};e.addEventListener("mouseover",this.startHover,s),e.addEventListener("mousemove",this.moveRipple,s),e.addEventListener("mouseleave",this.endHover,s),e.addEventListener("mousedown",n,s),e.addEventListener("touchstart",i,s),e.addEventListener("touchmove",this.moveRipple,s),e.addEventListener("keydown",a,s),e.addEventListener("focus",this.startFocus,s),e.addEventListener("blur",this.endFocus,s),e.addEventListener("focusin",this.startFocus,s),e.addEventListener("focusout",this.endFocus,s),this.onDisconnect=()=>{e.removeAttribute("data-is-ft-ripple-target"),e.removeEventListener("mouseover",this.startHover,s),e.removeEventListener("mousemove",this.moveRipple,s),e.removeEventListener("mouseleave",this.endHover,s),e.removeEventListener("mousedown",n,s),e.removeEventListener("touchstart",i,s),e.removeEventListener("touchmove",this.moveRipple,s),e.removeEventListener("keydown",a,s),e.removeEventListener("focus",this.startFocus,s),e.removeEventListener("blur",this.endFocus,s),e.removeEventListener("focusin",this.startFocus,s),e.removeEventListener("focusout",this.endFocus,s),this.onDisconnect=void 0,this.target=void 0}}getCoordinates(e){let o=e,n=e,i,a;return o.x!=null?{x:i,y:a}=o:n.touches!=null&&(i=n.touches[0].clientX,a=n.touches[0].clientY),{x:i,y:a}}isFocusVisible(e){return e instanceof HTMLElement?e.matches(":focus-visible"):!0}isIgnored(e){if(this.disabled)return!0;if(e!=null)for(let o of e.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()}};U.elementDefinitions={};U.styles=Oa;Se([(0,de.property)({type:Boolean})],U.prototype,"primary",void 0);Se([(0,de.property)({type:Boolean})],U.prototype,"secondary",void 0);Se([(0,de.property)({type:Boolean})],U.prototype,"unbounded",void 0);Se([(0,de.property)({type:Boolean})],U.prototype,"activated",void 0);Se([(0,de.property)({type:Boolean})],U.prototype,"selected",void 0);Se([(0,de.property)({type:Boolean})],U.prototype,"disabled",void 0);Se([(0,de.state)()],U.prototype,"hovered",void 0);Se([(0,de.state)()],U.prototype,"focused",void 0);Se([(0,de.state)()],U.prototype,"pressed",void 0);Se([(0,de.state)()],U.prototype,"rippling",void 0);Se([(0,de.state)()],U.prototype,"originX",void 0);Se([(0,de.state)()],U.prototype,"originY",void 0);Se([(0,de.query)(".ft-ripple")],U.prototype,"ripple",void 0);Se([(0,de.query)(".ft-ripple--effect")],U.prototype,"rippleEffect",void 0);(0,_a.customElement)("ft-ripple")(U);var ss=m(R());var as=m(D()),ne=m(H()),$r=m(R());var Da=m(D()),it=m(R()),nr={distance:it.FtCssVariableFactory.create("--ft-tooltip-distance","","SIZE","4px"),color:it.FtCssVariableFactory.create("--ft-tooltip-color","","COLOR","#FFFFFF"),backgroundColor:it.FtCssVariableFactory.create("--ft-tooltip-background-color","","COLOR","#666666"),zIndex:it.FtCssVariableFactory.create("--ft-tooltip-z-index","","NUMBER","100"),borderRadiusS:it.FtCssVariableFactory.external(it.designSystemVariables.borderRadiusS,"Design system"),maxWidth:it.FtCssVariableFactory.create("--ft-tooltip-max-width","","SIZE","150px")},$a=Da.css`
494
494
  .ft-tooltip--container {
495
495
  display: block;
496
496
  }
@@ -505,21 +505,21 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
505
505
  box-sizing: border-box;
506
506
  overflow: hidden;
507
507
  width: max-content;
508
- max-width: ${Me.maxWidth};
508
+ max-width: ${nr.maxWidth};
509
509
  text-align: center;
510
- padding: ${Me.distance};
511
- z-index: ${Me.zIndex};
510
+ padding: ${nr.distance};
511
+ z-index: ${nr.zIndex};
512
512
  }
513
513
 
514
514
  .ft-tooltip--content {
515
515
  padding: 4px 8px;
516
- border-radius: ${Me.borderRadiusS};
517
- background-color: ${Me.backgroundColor};
518
- color: ${Me.color};
516
+ border-radius: ${nr.borderRadiusS};
517
+ background-color: ${nr.backgroundColor};
518
+ color: ${nr.color};
519
519
  position: relative;
520
520
  word-break: break-word;
521
521
  }
522
- `;var En=["top","right","bottom","left"],Cn=["start","end"],gr=En.reduce((o,t)=>o.concat(t,t+"-"+Cn[0],t+"-"+Cn[1]),[]),so=Math.min,le=Math.max,lo=Math.round;var Qt=o=>({x:o,y:o}),Bs={left:"right",right:"left",bottom:"top",top:"bottom"},Us={start:"end",end:"start"};function br(o,t,r){return le(o,so(t,r))}function No(o,t){return typeof o=="function"?o(t):o}function Fe(o){return o.split("-")[0]}function ce(o){return o.split("-")[1]}function xr(o){return o==="x"?"y":"x"}function vr(o){return o==="y"?"height":"width"}function Lo(o){return["top","bottom"].includes(Fe(o))?"y":"x"}function Sr(o){return xr(Lo(o))}function An(o,t,r){r===void 0&&(r=!1);let i=ce(o),n=Sr(o),a=vr(n),l=n==="x"?i===(r?"end":"start")?"right":"left":i==="start"?"bottom":"top";return t.reference[a]>t.floating[a]&&(l=yr(l)),[l,yr(l)]}function wn(o){return o.replace(/start|end/g,t=>Us[t])}function yr(o){return o.replace(/left|right|bottom|top/g,t=>Bs[t])}function zs(o){return{top:0,right:0,bottom:0,left:0,...o}}function Rn(o){return typeof o!="number"?zs(o):{top:o,right:o,bottom:o,left:o}}function ve(o){return{...o,top:o.y,left:o.x,right:o.x+o.width,bottom:o.y+o.height}}function Nn(o,t,r){let{reference:i,floating:n}=o,a=Lo(t),l=Sr(t),p=vr(l),u=Fe(t),h=a==="y",b=i.x+i.width/2-n.width/2,v=i.y+i.height/2-n.height/2,N=i[p]/2-n[p]/2,A;switch(u){case"top":A={x:b,y:i.y-n.height};break;case"bottom":A={x:b,y:i.y+i.height};break;case"right":A={x:i.x+i.width,y:v};break;case"left":A={x:i.x-n.width,y:v};break;default:A={x:i.x,y:i.y}}switch(ce(t)){case"start":A[l]-=N*(r&&h?-1:1);break;case"end":A[l]+=N*(r&&h?-1:1);break}return A}var Ln=async(o,t,r)=>{let{placement:i="bottom",strategy:n="absolute",middleware:a=[],platform:l}=r,p=a.filter(Boolean),u=await(l.isRTL==null?void 0:l.isRTL(t)),h=await l.getElementRects({reference:o,floating:t,strategy:n}),{x:b,y:v}=Nn(h,i,u),N=i,A={},I=0;for(let M=0;M<p.length;M++){let{name:F,fn:z}=p[M],{x:G,y:nt,data:ct,reset:J}=await z({x:b,y:v,initialPlacement:i,placement:N,strategy:n,middlewareData:A,rects:h,platform:l,elements:{reference:o,floating:t}});if(b=G??b,v=nt??v,A={...A,[F]:{...A[F],...ct}},J&&I<=50){I++,typeof J=="object"&&(J.placement&&(N=J.placement),J.rects&&(h=J.rects===!0?await l.getElementRects({reference:o,floating:t,strategy:n}):J.rects),{x:b,y:v}=Nn(h,N,u)),M=-1;continue}}return{x:b,y:v,placement:N,strategy:n,middlewareData:A}};async function Or(o,t){var r;t===void 0&&(t={});let{x:i,y:n,platform:a,rects:l,elements:p,strategy:u}=o,{boundary:h="clippingAncestors",rootBoundary:b="viewport",elementContext:v="floating",altBoundary:N=!1,padding:A=0}=No(t,o),I=Rn(A),F=p[N?v==="floating"?"reference":"floating":v],z=ve(await a.getClippingRect({element:(r=await(a.isElement==null?void 0:a.isElement(F)))==null||r?F:F.contextElement||await(a.getDocumentElement==null?void 0:a.getDocumentElement(p.floating)),boundary:h,rootBoundary:b,strategy:u})),G=v==="floating"?{...l.floating,x:i,y:n}:l.reference,nt=await(a.getOffsetParent==null?void 0:a.getOffsetParent(p.floating)),ct=await(a.isElement==null?void 0:a.isElement(nt))?await(a.getScale==null?void 0:a.getScale(nt))||{x:1,y:1}:{x:1,y:1},J=ve(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({rect:G,offsetParent:nt,strategy:u}):G);return{top:(z.top-J.top+I.top)/ct.y,bottom:(J.bottom-z.bottom+I.bottom)/ct.y,left:(z.left-J.left+I.left)/ct.x,right:(J.right-z.right+I.right)/ct.x}}function Ws(o,t,r){return(o?[...r.filter(n=>ce(n)===o),...r.filter(n=>ce(n)!==o)]:r.filter(n=>Fe(n)===n)).filter(n=>o?ce(n)===o||(t?wn(n)!==n:!1):!0)}var Cr=function(o){return o===void 0&&(o={}),{name:"autoPlacement",options:o,async fn(t){var r,i,n;let{rects:a,middlewareData:l,placement:p,platform:u,elements:h}=t,{crossAxis:b=!1,alignment:v,allowedPlacements:N=gr,autoAlignment:A=!0,...I}=No(o,t),M=v!==void 0||N===gr?Ws(v||null,A,N):N,F=await Or(t,I),z=((r=l.autoPlacement)==null?void 0:r.index)||0,G=M[z];if(G==null)return{};let nt=An(G,a,await(u.isRTL==null?void 0:u.isRTL(h.floating)));if(p!==G)return{reset:{placement:M[0]}};let ct=[F[Fe(G)],F[nt[0]],F[nt[1]]],J=[...((i=l.autoPlacement)==null?void 0:i.overflows)||[],{placement:G,overflows:ct}],vo=M[z+1];if(vo)return{data:{index:z+1,overflows:J},reset:{placement:vo}};let Ot=J.map(d=>{let m=ce(d.placement);return[d.placement,m&&b?d.overflows.slice(0,2).reduce((C,tt)=>C+tt,0):d.overflows[0],d.overflows]}).sort((d,m)=>d[1]-m[1]),Le=((n=Ot.filter(d=>d[2].slice(0,ce(d[0])?2:3).every(m=>m<=0))[0])==null?void 0:n[0])||Ot[0][0];return Le!==p?{data:{index:z+1,overflows:J},reset:{placement:Le}}:{}}}};var Er=function(o){return o===void 0&&(o={}),{name:"shift",options:o,async fn(t){let{x:r,y:i,placement:n}=t,{mainAxis:a=!0,crossAxis:l=!1,limiter:p={fn:F=>{let{x:z,y:G}=F;return{x:z,y:G}}},...u}=No(o,t),h={x:r,y:i},b=await Or(t,u),v=Lo(Fe(n)),N=xr(v),A=h[N],I=h[v];if(a){let F=N==="y"?"top":"left",z=N==="y"?"bottom":"right",G=A+b[F],nt=A-b[z];A=br(G,A,nt)}if(l){let F=v==="y"?"top":"left",z=v==="y"?"bottom":"right",G=I+b[F],nt=I-b[z];I=br(G,I,nt)}let M=p.fn({...t,[N]:A,[v]:I});return{...M,data:{x:M.x-r,y:M.y-i}}}}};function Jt(o){return Tn(o)?(o.nodeName||"").toLowerCase():"#document"}function bt(o){var t;return(o==null||(t=o.ownerDocument)==null?void 0:t.defaultView)||window}function te(o){var t;return(t=(Tn(o)?o.ownerDocument:o.document)||window.document)==null?void 0:t.documentElement}function Tn(o){return o instanceof Node||o instanceof bt(o).Node}function Gt(o){return o instanceof Element||o instanceof bt(o).Element}function $t(o){return o instanceof HTMLElement||o instanceof bt(o).HTMLElement}function In(o){return typeof ShadowRoot>"u"?!1:o instanceof ShadowRoot||o instanceof bt(o).ShadowRoot}function He(o){let{overflow:t,overflowX:r,overflowY:i,display:n}=Et(o);return/auto|scroll|overlay|hidden|clip/.test(t+i+r)&&!["inline","contents"].includes(n)}function Pn(o){return["table","td","th"].includes(Jt(o))}function To(o){let t=Po(),r=Et(o);return r.transform!=="none"||r.perspective!=="none"||(r.containerType?r.containerType!=="normal":!1)||!t&&(r.backdropFilter?r.backdropFilter!=="none":!1)||!t&&(r.filter?r.filter!=="none":!1)||["transform","perspective","filter"].some(i=>(r.willChange||"").includes(i))||["paint","layout","strict","content"].some(i=>(r.contain||"").includes(i))}function kn(o){let t=Se(o);for(;$t(t)&&!co(t);){if(To(t))return t;t=Se(t)}return null}function Po(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function co(o){return["html","body","#document"].includes(Jt(o))}function Et(o){return bt(o).getComputedStyle(o)}function po(o){return Gt(o)?{scrollLeft:o.scrollLeft,scrollTop:o.scrollTop}:{scrollLeft:o.pageXOffset,scrollTop:o.pageYOffset}}function Se(o){if(Jt(o)==="html")return o;let t=o.assignedSlot||o.parentNode||In(o)&&o.host||te(o);return In(t)?t.host:t}function _n(o){let t=Se(o);return co(t)?o.ownerDocument?o.ownerDocument.body:o.body:$t(t)&&He(t)?t:_n(t)}function Io(o,t,r){var i;t===void 0&&(t=[]),r===void 0&&(r=!0);let n=_n(o),a=n===((i=o.ownerDocument)==null?void 0:i.body),l=bt(n);return a?t.concat(l,l.visualViewport||[],He(n)?n:[],l.frameElement&&r?Io(l.frameElement):[]):t.concat(n,Io(n,[],r))}function Bn(o){let t=Et(o),r=parseFloat(t.width)||0,i=parseFloat(t.height)||0,n=$t(o),a=n?o.offsetWidth:r,l=n?o.offsetHeight:i,p=lo(r)!==a||lo(i)!==l;return p&&(r=a,i=l),{width:r,height:i,$:p}}function Un(o){return Gt(o)?o:o.contextElement}function Ge(o){let t=Un(o);if(!$t(t))return Qt(1);let r=t.getBoundingClientRect(),{width:i,height:n,$:a}=Bn(t),l=(a?lo(r.width):r.width)/i,p=(a?lo(r.height):r.height)/n;return(!l||!Number.isFinite(l))&&(l=1),(!p||!Number.isFinite(p))&&(p=1),{x:l,y:p}}var Ms=Qt(0);function zn(o){let t=bt(o);return!Po()||!t.visualViewport?Ms:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Fs(o,t,r){return t===void 0&&(t=!1),!r||t&&r!==bt(o)?!1:t}function fo(o,t,r,i){t===void 0&&(t=!1),r===void 0&&(r=!1);let n=o.getBoundingClientRect(),a=Un(o),l=Qt(1);t&&(i?Gt(i)&&(l=Ge(i)):l=Ge(o));let p=Fs(a,r,i)?zn(a):Qt(0),u=(n.left+p.x)/l.x,h=(n.top+p.y)/l.y,b=n.width/l.x,v=n.height/l.y;if(a){let N=bt(a),A=i&&Gt(i)?bt(i):i,I=N.frameElement;for(;I&&i&&A!==N;){let M=Ge(I),F=I.getBoundingClientRect(),z=Et(I),G=F.left+(I.clientLeft+parseFloat(z.paddingLeft))*M.x,nt=F.top+(I.clientTop+parseFloat(z.paddingTop))*M.y;u*=M.x,h*=M.y,b*=M.x,v*=M.y,u+=G,h+=nt,I=bt(I).frameElement}}return ve({width:b,height:v,x:u,y:h})}function Hs(o){let{rect:t,offsetParent:r,strategy:i}=o,n=$t(r),a=te(r);if(r===a)return t;let l={scrollLeft:0,scrollTop:0},p=Qt(1),u=Qt(0);if((n||!n&&i!=="fixed")&&((Jt(r)!=="body"||He(a))&&(l=po(r)),$t(r))){let h=fo(r);p=Ge(r),u.x=h.x+r.clientLeft,u.y=h.y+r.clientTop}return{width:t.width*p.x,height:t.height*p.y,x:t.x*p.x-l.scrollLeft*p.x+u.x,y:t.y*p.y-l.scrollTop*p.y+u.y}}function Gs(o){return Array.from(o.getClientRects())}function Wn(o){return fo(te(o)).left+po(o).scrollLeft}function Vs(o){let t=te(o),r=po(o),i=o.ownerDocument.body,n=le(t.scrollWidth,t.clientWidth,i.scrollWidth,i.clientWidth),a=le(t.scrollHeight,t.clientHeight,i.scrollHeight,i.clientHeight),l=-r.scrollLeft+Wn(o),p=-r.scrollTop;return Et(i).direction==="rtl"&&(l+=le(t.clientWidth,i.clientWidth)-n),{width:n,height:a,x:l,y:p}}function Ks(o,t){let r=bt(o),i=te(o),n=r.visualViewport,a=i.clientWidth,l=i.clientHeight,p=0,u=0;if(n){a=n.width,l=n.height;let h=Po();(!h||h&&t==="fixed")&&(p=n.offsetLeft,u=n.offsetTop)}return{width:a,height:l,x:p,y:u}}function Zs(o,t){let r=fo(o,!0,t==="fixed"),i=r.top+o.clientTop,n=r.left+o.clientLeft,a=$t(o)?Ge(o):Qt(1),l=o.clientWidth*a.x,p=o.clientHeight*a.y,u=n*a.x,h=i*a.y;return{width:l,height:p,x:u,y:h}}function $n(o,t,r){let i;if(t==="viewport")i=Ks(o,r);else if(t==="document")i=Vs(te(o));else if(Gt(t))i=Zs(t,r);else{let n=zn(o);i={...t,x:t.x-n.x,y:t.y-n.y}}return ve(i)}function Mn(o,t){let r=Se(o);return r===t||!Gt(r)||co(r)?!1:Et(r).position==="fixed"||Mn(r,t)}function js(o,t){let r=t.get(o);if(r)return r;let i=Io(o,[],!1).filter(p=>Gt(p)&&Jt(p)!=="body"),n=null,a=Et(o).position==="fixed",l=a?Se(o):o;for(;Gt(l)&&!co(l);){let p=Et(l),u=To(l);!u&&p.position==="fixed"&&(n=null),(a?!u&&!n:!u&&p.position==="static"&&!!n&&["absolute","fixed"].includes(n.position)||He(l)&&!u&&Mn(o,l))?i=i.filter(b=>b!==l):n=p,l=Se(l)}return t.set(o,i),i}function qs(o){let{element:t,boundary:r,rootBoundary:i,strategy:n}=o,l=[...r==="clippingAncestors"?js(t,this._c):[].concat(r),i],p=l[0],u=l.reduce((h,b)=>{let v=$n(t,b,n);return h.top=le(v.top,h.top),h.right=so(v.right,h.right),h.bottom=so(v.bottom,h.bottom),h.left=le(v.left,h.left),h},$n(t,p,n));return{width:u.right-u.left,height:u.bottom-u.top,x:u.left,y:u.top}}function Ys(o){return Bn(o)}function Xs(o,t,r){let i=$t(t),n=te(t),a=r==="fixed",l=fo(o,!0,a,t),p={scrollLeft:0,scrollTop:0},u=Qt(0);if(i||!i&&!a)if((Jt(t)!=="body"||He(n))&&(p=po(t)),i){let h=fo(t,!0,a,t);u.x=h.x+t.clientLeft,u.y=h.y+t.clientTop}else n&&(u.x=Wn(n));return{x:l.left+p.scrollLeft-u.x,y:l.top+p.scrollTop-u.y,width:l.width,height:l.height}}function Dn(o,t){return!$t(o)||Et(o).position==="fixed"?null:t?t(o):o.offsetParent}function Fn(o,t){let r=bt(o);if(!$t(o))return r;let i=Dn(o,t);for(;i&&Pn(i)&&Et(i).position==="static";)i=Dn(i,t);return i&&(Jt(i)==="html"||Jt(i)==="body"&&Et(i).position==="static"&&!To(i))?r:i||kn(o)||r}var Qs=async function(o){let{reference:t,floating:r,strategy:i}=o,n=this.getOffsetParent||Fn,a=this.getDimensions;return{reference:Xs(t,await n(r),i),floating:{x:0,y:0,...await a(r)}}};function Js(o){return Et(o).direction==="rtl"}var ko={convertOffsetParentRelativeRectToViewportRelativeRect:Hs,getDocumentElement:te,getClippingRect:qs,getOffsetParent:Fn,getElementRects:Qs,getClientRects:Gs,getDimensions:Ys,getScale:Ge,isElement:Gt,isRTL:Js};var Hn=(o,t,r)=>{let i=new Map,n={platform:ko,...r},a={...n.platform,_c:i};return Ln(o,t,{...n,platform:a})};function Gn(o){return tl(o)}function Ar(o){return o.assignedSlot?o.assignedSlot:o.parentNode instanceof ShadowRoot?o.parentNode.host:o.parentNode}function tl(o){for(let t=o;t;t=Ar(t))if(t instanceof Element&&getComputedStyle(t).display==="none")return null;for(let t=Ar(o);t;t=Ar(t)){if(!(t instanceof Element))continue;let r=getComputedStyle(t);if(r.display!=="contents"&&(r.position!=="static"||r.filter!=="none"||t.tagName==="BODY"))return t}return null}async function Vn(o,t,r){return Hn(o,t,{platform:{...ko,getOffsetParent:i=>ko.getOffsetParent(i,Gn)},middleware:[Er({crossAxis:!0}),Cr({allowedPlacements:[r]})]})}var xt=function(o,t,r,i){var n=arguments.length,a=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,t,r,i);else for(var p=o.length-1;p>=0;p--)(l=o[p])&&(a=(n<3?l(a):n>3?l(t,r,a):l(t,r))||a);return n>3&&a&&Object.defineProperty(t,r,a),a},H=class extends uo.FtLitElement{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 uo.Debouncer,this.revealDebouncer=new uo.Debouncer}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return Kn.html`
522
+ `;var Ma=["top","right","bottom","left"],Ba=["start","end"],rn=Ma.reduce((t,e)=>t.concat(e,e+"-"+Ba[0],e+"-"+Ba[1]),[]),Tr=Math.min,gt=Math.max,Ir=Math.round;var at=t=>({x:t,y:t}),Uc={left:"right",right:"left",bottom:"top",top:"bottom"},zc={start:"end",end:"start"};function on(t,e,o){return gt(t,Tr(e,o))}function to(t,e){return typeof t=="function"?t(e):t}function ir(t){return t.split("-")[0]}function bt(t){return t.split("-")[1]}function nn(t){return t==="x"?"y":"x"}function an(t){return t==="y"?"height":"width"}function ro(t){return["top","bottom"].includes(ir(t))?"y":"x"}function sn(t){return nn(ro(t))}function Ua(t,e,o){o===void 0&&(o=!1);let n=bt(t),i=sn(t),a=an(i),s=i==="x"?n===(o?"end":"start")?"right":"left":n==="start"?"bottom":"top";return e.reference[a]>e.floating[a]&&(s=tn(s)),[s,tn(s)]}function za(t){return t.replace(/start|end/g,e=>zc[e])}function tn(t){return t.replace(/left|right|bottom|top/g,e=>Uc[e])}function Fc(t){return{top:0,right:0,bottom:0,left:0,...t}}function Fa(t){return typeof t!="number"?Fc(t):{top:t,right:t,bottom:t,left:t}}function Dt(t){return{...t,top:t.y,left:t.x,right:t.x+t.width,bottom:t.y+t.height}}function Wa(t,e,o){let{reference:n,floating:i}=t,a=ro(e),s=sn(e),c=an(s),p=ir(e),f=a==="y",u=n.x+n.width/2-i.width/2,y=n.y+n.height/2-i.height/2,g=n[c]/2-i[c]/2,x;switch(p){case"top":x={x:u,y:n.y-i.height};break;case"bottom":x={x:u,y:n.y+n.height};break;case"right":x={x:n.x+n.width,y};break;case"left":x={x:n.x-i.width,y};break;default:x={x:n.x,y:n.y}}switch(bt(e)){case"start":x[s]-=g*(o&&f?-1:1);break;case"end":x[s]+=g*(o&&f?-1:1);break}return x}var Ha=async(t,e,o)=>{let{placement:n="bottom",strategy:i="absolute",middleware:a=[],platform:s}=o,c=a.filter(Boolean),p=await(s.isRTL==null?void 0:s.isRTL(e)),f=await s.getElementRects({reference:t,floating:e,strategy:i}),{x:u,y}=Wa(f,n,p),g=n,x={},b=0;for(let S=0;S<c.length;S++){let{name:P,fn:w}=c[S],{x:A,y:I,data:T,reset:z}=await w({x:u,y,initialPlacement:n,placement:g,strategy:i,middlewareData:x,rects:f,platform:s,elements:{reference:t,floating:e}});if(u=A??u,y=I??y,x={...x,[P]:{...x[P],...T}},z&&b<=50){b++,typeof z=="object"&&(z.placement&&(g=z.placement),z.rects&&(f=z.rects===!0?await s.getElementRects({reference:t,floating:e,strategy:i}):z.rects),{x:u,y}=Wa(f,g,p)),S=-1;continue}}return{x:u,y,placement:g,strategy:i,middlewareData:x}};async function ln(t,e){var o;e===void 0&&(e={});let{x:n,y:i,platform:a,rects:s,elements:c,strategy:p}=t,{boundary:f="clippingAncestors",rootBoundary:u="viewport",elementContext:y="floating",altBoundary:g=!1,padding:x=0}=to(e,t),b=Fa(x),P=c[g?y==="floating"?"reference":"floating":y],w=Dt(await a.getClippingRect({element:(o=await(a.isElement==null?void 0:a.isElement(P)))==null||o?P:P.contextElement||await(a.getDocumentElement==null?void 0:a.getDocumentElement(c.floating)),boundary:f,rootBoundary:u,strategy:p})),A=y==="floating"?{...s.floating,x:n,y:i}:s.reference,I=await(a.getOffsetParent==null?void 0:a.getOffsetParent(c.floating)),T=await(a.isElement==null?void 0:a.isElement(I))?await(a.getScale==null?void 0:a.getScale(I))||{x:1,y:1}:{x:1,y:1},z=Dt(a.convertOffsetParentRelativeRectToViewportRelativeRect?await a.convertOffsetParentRelativeRectToViewportRelativeRect({rect:A,offsetParent:I,strategy:p}):A);return{top:(w.top-z.top+b.top)/T.y,bottom:(z.bottom-w.bottom+b.bottom)/T.y,left:(w.left-z.left+b.left)/T.x,right:(z.right-w.right+b.right)/T.x}}function Wc(t,e,o){return(t?[...o.filter(i=>bt(i)===t),...o.filter(i=>bt(i)!==t)]:o.filter(i=>ir(i)===i)).filter(i=>t?bt(i)===t||(e?za(i)!==i:!1):!0)}var cn=function(t){return t===void 0&&(t={}),{name:"autoPlacement",options:t,async fn(e){var o,n,i;let{rects:a,middlewareData:s,placement:c,platform:p,elements:f}=e,{crossAxis:u=!1,alignment:y,allowedPlacements:g=rn,autoAlignment:x=!0,...b}=to(t,e),S=y!==void 0||g===rn?Wc(y||null,x,g):g,P=await ln(e,b),w=((o=s.autoPlacement)==null?void 0:o.index)||0,A=S[w];if(A==null)return{};let I=Ua(A,a,await(p.isRTL==null?void 0:p.isRTL(f.floating)));if(c!==A)return{reset:{placement:S[0]}};let T=[P[ir(A)],P[I[0]],P[I[1]]],z=[...((n=s.autoPlacement)==null?void 0:n.overflows)||[],{placement:A,overflows:T}],be=S[w+1];if(be)return{data:{index:w+1,overflows:z},reset:{placement:be}};let re=z.map(h=>{let v=bt(h.placement);return[h.placement,v&&u?h.overflows.slice(0,2).reduce((L,j)=>L+j,0):h.overflows[0],h.overflows]}).sort((h,v)=>h[1]-v[1]),_e=((i=re.filter(h=>h[2].slice(0,bt(h[0])?2:3).every(v=>v<=0))[0])==null?void 0:i[0])||re[0][0];return _e!==c?{data:{index:w+1,overflows:z},reset:{placement:_e}}:{}}}};var dn=function(t){return t===void 0&&(t={}),{name:"shift",options:t,async fn(e){let{x:o,y:n,placement:i}=e,{mainAxis:a=!0,crossAxis:s=!1,limiter:c={fn:P=>{let{x:w,y:A}=P;return{x:w,y:A}}},...p}=to(t,e),f={x:o,y:n},u=await ln(e,p),y=ro(ir(i)),g=nn(y),x=f[g],b=f[y];if(a){let P=g==="y"?"top":"left",w=g==="y"?"bottom":"right",A=x+u[P],I=x-u[w];x=on(A,x,I)}if(s){let P=y==="y"?"top":"left",w=y==="y"?"bottom":"right",A=b+u[P],I=b-u[w];b=on(A,b,I)}let S=c.fn({...e,[g]:x,[y]:b});return{...S,data:{x:S.x-o,y:S.y-n}}}}};function st(t){return ja(t)?(t.nodeName||"").toLowerCase():"#document"}function Oe(t){var e;return(t==null||(e=t.ownerDocument)==null?void 0:e.defaultView)||window}function lt(t){var e;return(e=(ja(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function ja(t){return t instanceof Node||t instanceof Oe(t).Node}function Xe(t){return t instanceof Element||t instanceof Oe(t).Element}function Fe(t){return t instanceof HTMLElement||t instanceof Oe(t).HTMLElement}function Va(t){return typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof Oe(t).ShadowRoot}function ar(t){let{overflow:e,overflowX:o,overflowY:n,display:i}=Re(t);return/auto|scroll|overlay|hidden|clip/.test(e+n+o)&&!["inline","contents"].includes(i)}function Ga(t){return["table","td","th"].includes(st(t))}function no(t){let e=io(),o=Re(t);return o.transform!=="none"||o.perspective!=="none"||(o.containerType?o.containerType!=="normal":!1)||!e&&(o.backdropFilter?o.backdropFilter!=="none":!1)||!e&&(o.filter?o.filter!=="none":!1)||["transform","perspective","filter"].some(n=>(o.willChange||"").includes(n))||["paint","layout","strict","content"].some(n=>(o.contain||"").includes(n))}function Ka(t){let e=$t(t);for(;Fe(e)&&!kr(e);){if(no(e))return e;e=$t(e)}return null}function io(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function kr(t){return["html","body","#document"].includes(st(t))}function Re(t){return Oe(t).getComputedStyle(t)}function _r(t){return Xe(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function $t(t){if(st(t)==="html")return t;let e=t.assignedSlot||t.parentNode||Va(t)&&t.host||lt(t);return Va(e)?e.host:e}function Za(t){let e=$t(t);return kr(e)?t.ownerDocument?t.ownerDocument.body:t.body:Fe(e)&&ar(e)?e:Za(e)}function oo(t,e,o){var n;e===void 0&&(e=[]),o===void 0&&(o=!0);let i=Za(t),a=i===((n=t.ownerDocument)==null?void 0:n.body),s=Oe(i);return a?e.concat(s,s.visualViewport||[],ar(i)?i:[],s.frameElement&&o?oo(s.frameElement):[]):e.concat(i,oo(i,[],o))}function Xa(t){let e=Re(t),o=parseFloat(e.width)||0,n=parseFloat(e.height)||0,i=Fe(t),a=i?t.offsetWidth:o,s=i?t.offsetHeight:n,c=Ir(o)!==a||Ir(n)!==s;return c&&(o=a,n=s),{width:o,height:n,$:c}}function Qa(t){return Xe(t)?t:t.contextElement}function sr(t){let e=Qa(t);if(!Fe(e))return at(1);let o=e.getBoundingClientRect(),{width:n,height:i,$:a}=Xa(e),s=(a?Ir(o.width):o.width)/n,c=(a?Ir(o.height):o.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!c||!Number.isFinite(c))&&(c=1),{x:s,y:c}}var Hc=at(0);function Ja(t){let e=Oe(t);return!io()||!e.visualViewport?Hc:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function Vc(t,e,o){return e===void 0&&(e=!1),!o||e&&o!==Oe(t)?!1:e}function Dr(t,e,o,n){e===void 0&&(e=!1),o===void 0&&(o=!1);let i=t.getBoundingClientRect(),a=Qa(t),s=at(1);e&&(n?Xe(n)&&(s=sr(n)):s=sr(t));let c=Vc(a,o,n)?Ja(a):at(0),p=(i.left+c.x)/s.x,f=(i.top+c.y)/s.y,u=i.width/s.x,y=i.height/s.y;if(a){let g=Oe(a),x=n&&Xe(n)?Oe(n):n,b=g.frameElement;for(;b&&n&&x!==g;){let S=sr(b),P=b.getBoundingClientRect(),w=Re(b),A=P.left+(b.clientLeft+parseFloat(w.paddingLeft))*S.x,I=P.top+(b.clientTop+parseFloat(w.paddingTop))*S.y;p*=S.x,f*=S.y,u*=S.x,y*=S.y,p+=A,f+=I,b=Oe(b).frameElement}}return Dt({width:u,height:y,x:p,y:f})}function jc(t){let{rect:e,offsetParent:o,strategy:n}=t,i=Fe(o),a=lt(o);if(o===a)return e;let s={scrollLeft:0,scrollTop:0},c=at(1),p=at(0);if((i||!i&&n!=="fixed")&&((st(o)!=="body"||ar(a))&&(s=_r(o)),Fe(o))){let f=Dr(o);c=sr(o),p.x=f.x+o.clientLeft,p.y=f.y+o.clientTop}return{width:e.width*c.x,height:e.height*c.y,x:e.x*c.x-s.scrollLeft*c.x+p.x,y:e.y*c.y-s.scrollTop*c.y+p.y}}function Gc(t){return Array.from(t.getClientRects())}function es(t){return Dr(lt(t)).left+_r(t).scrollLeft}function Kc(t){let e=lt(t),o=_r(t),n=t.ownerDocument.body,i=gt(e.scrollWidth,e.clientWidth,n.scrollWidth,n.clientWidth),a=gt(e.scrollHeight,e.clientHeight,n.scrollHeight,n.clientHeight),s=-o.scrollLeft+es(t),c=-o.scrollTop;return Re(n).direction==="rtl"&&(s+=gt(e.clientWidth,n.clientWidth)-i),{width:i,height:a,x:s,y:c}}function Zc(t,e){let o=Oe(t),n=lt(t),i=o.visualViewport,a=n.clientWidth,s=n.clientHeight,c=0,p=0;if(i){a=i.width,s=i.height;let f=io();(!f||f&&e==="fixed")&&(c=i.offsetLeft,p=i.offsetTop)}return{width:a,height:s,x:c,y:p}}function qc(t,e){let o=Dr(t,!0,e==="fixed"),n=o.top+t.clientTop,i=o.left+t.clientLeft,a=Fe(t)?sr(t):at(1),s=t.clientWidth*a.x,c=t.clientHeight*a.y,p=i*a.x,f=n*a.y;return{width:s,height:c,x:p,y:f}}function qa(t,e,o){let n;if(e==="viewport")n=Zc(t,o);else if(e==="document")n=Kc(lt(t));else if(Xe(e))n=qc(e,o);else{let i=Ja(t);n={...e,x:e.x-i.x,y:e.y-i.y}}return Dt(n)}function ts(t,e){let o=$t(t);return o===e||!Xe(o)||kr(o)?!1:Re(o).position==="fixed"||ts(o,e)}function Yc(t,e){let o=e.get(t);if(o)return o;let n=oo(t,[],!1).filter(c=>Xe(c)&&st(c)!=="body"),i=null,a=Re(t).position==="fixed",s=a?$t(t):t;for(;Xe(s)&&!kr(s);){let c=Re(s),p=no(s);!p&&c.position==="fixed"&&(i=null),(a?!p&&!i:!p&&c.position==="static"&&!!i&&["absolute","fixed"].includes(i.position)||ar(s)&&!p&&ts(t,s))?n=n.filter(u=>u!==s):i=c,s=$t(s)}return e.set(t,n),n}function Xc(t){let{element:e,boundary:o,rootBoundary:n,strategy:i}=t,s=[...o==="clippingAncestors"?Yc(e,this._c):[].concat(o),n],c=s[0],p=s.reduce((f,u)=>{let y=qa(e,u,i);return f.top=gt(y.top,f.top),f.right=Tr(y.right,f.right),f.bottom=Tr(y.bottom,f.bottom),f.left=gt(y.left,f.left),f},qa(e,c,i));return{width:p.right-p.left,height:p.bottom-p.top,x:p.left,y:p.top}}function Qc(t){return Xa(t)}function Jc(t,e,o){let n=Fe(e),i=lt(e),a=o==="fixed",s=Dr(t,!0,a,e),c={scrollLeft:0,scrollTop:0},p=at(0);if(n||!n&&!a)if((st(e)!=="body"||ar(i))&&(c=_r(e)),n){let f=Dr(e,!0,a,e);p.x=f.x+e.clientLeft,p.y=f.y+e.clientTop}else i&&(p.x=es(i));return{x:s.left+c.scrollLeft-p.x,y:s.top+c.scrollTop-p.y,width:s.width,height:s.height}}function Ya(t,e){return!Fe(t)||Re(t).position==="fixed"?null:e?e(t):t.offsetParent}function rs(t,e){let o=Oe(t);if(!Fe(t))return o;let n=Ya(t,e);for(;n&&Ga(n)&&Re(n).position==="static";)n=Ya(n,e);return n&&(st(n)==="html"||st(n)==="body"&&Re(n).position==="static"&&!no(n))?o:n||Ka(t)||o}var ed=async function(t){let{reference:e,floating:o,strategy:n}=t,i=this.getOffsetParent||rs,a=this.getDimensions;return{reference:Jc(e,await i(o),n),floating:{x:0,y:0,...await a(o)}}};function td(t){return Re(t).direction==="rtl"}var ao={convertOffsetParentRelativeRectToViewportRelativeRect:jc,getDocumentElement:lt,getClippingRect:Xc,getOffsetParent:rs,getElementRects:ed,getClientRects:Gc,getDimensions:Qc,getScale:sr,isElement:Xe,isRTL:td};var os=(t,e,o)=>{let n=new Map,i={platform:ao,...o},a={...i.platform,_c:n};return Ha(t,e,{...i,platform:a})};function ns(t){return rd(t)}function pn(t){return t.assignedSlot?t.assignedSlot:t.parentNode instanceof ShadowRoot?t.parentNode.host:t.parentNode}function rd(t){for(let e=t;e;e=pn(e))if(e instanceof Element&&getComputedStyle(e).display==="none")return null;for(let e=pn(t);e;e=pn(e)){if(!(e instanceof Element))continue;let o=getComputedStyle(e);if(o.display!=="contents"&&(o.position!=="static"||o.filter!=="none"||e.tagName==="BODY"))return e}return null}async function is(t,e,o){return os(t,e,{platform:{...ao,getOffsetParent:n=>ao.getOffsetParent(n,ns)},middleware:[dn({crossAxis:!0}),cn({allowedPlacements:[o]})]})}var Ce=function(t,e,o,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,o,a):s(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a},Y=class extends $r.FtLitElement{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 $r.Debouncer,this.revealDebouncer=new $r.Debouncer}get validPosition(){return this.validPositions.has(this.position)?this.position:"bottom"}render(){return as.html`
523
523
  <div part="container"
524
524
  class="ft-tooltip--container ${this.inline?"ft-tooltip--inline":""}"
525
525
  @mouseenter=${this.onHover}
@@ -537,45 +537,45 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
537
537
  </div>
538
538
  </div>
539
539
  </div>
540
- `}updated(t){t.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(t)}contentAvailableCallback(t){super.contentAvailableCallback(t),["visible","text"].some(r=>t.has(r))&&this.visible&&this.positionTooltip()}async show(t){this.visible=!0,t!=null&&await this.hideDebounce.run(()=>{this.hide()},t)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var t;return((t=this.slotNodes)!==null&&t!==void 0?t:[]).filter(r=>r.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let 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";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",Vn(this.slottedElement,this.tooltip,this.position).then(({x:t,y:r})=>{this.tooltip&&(this.tooltip.style.left=`${t}px`,this.tooltip.style.top=`${r}px`)})),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout(()=>window.addEventListener("touchstart",t=>{t.composedPath().includes(this.container)||this.onOut()},{once:!0}),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(t,r){return Math.max(t,Math.min(0,-r))}};H.elementDefinitions={"ft-typography":X};H.styles=On;xt([(0,Q.property)()],H.prototype,"text",void 0);xt([(0,Q.property)({type:Boolean})],H.prototype,"manual",void 0);xt([(0,Q.property)({type:Boolean})],H.prototype,"inline",void 0);xt([(0,Q.property)({type:Number})],H.prototype,"delay",void 0);xt([(0,Q.property)()],H.prototype,"position",void 0);xt([(0,Q.queryAssignedNodes)()],H.prototype,"slotNodes",void 0);xt([(0,Q.query)(".ft-tooltip--container")],H.prototype,"container",void 0);xt([(0,Q.query)(".ft-tooltip")],H.prototype,"tooltip",void 0);xt([(0,Q.query)(".ft-tooltip--content")],H.prototype,"tooltipContent",void 0);xt([(0,Q.state)()],H.prototype,"visible",void 0);xt([(0,Q.eventOptions)({passive:!0})],H.prototype,"onTouch",null);xt([(0,Q.eventOptions)({passive:!0})],H.prototype,"onHover",null);xt([(0,Q.eventOptions)({passive:!0})],H.prototype,"onOut",null);xt([(0,Q.eventOptions)({passive:!0})],H.prototype,"onClick",null);(0,Zn.customElement)("ft-tooltip")(H);var Qn=f(O());var ho=f(R()),Oe=f(V()),Yn=f(O()),Xn=f(qn());var _o;(function(o){o.ADD_TO_PBK="&#xe800;",o.ALERT="&#xe801;",o.ADD_ALERT="&#xe802;",o.BACK_TO_SEARCH="&#xe803;",o.ADD_BOOKMARK="&#xe804;",o.BOOKMARK="&#xe805;",o.BOOKS="&#xe806;",o.MENU="&#xe807;",o.DOWNLOAD="&#xe808;",o.EDIT="&#xe809;",o.FEEDBACK="&#xe80a;",o.HOME="&#xe80b;",o.MODIFY_PBK="&#xe80c;",o.SCHEDULED="&#xe80d;",o.SEARCH="&#xe80e;",o.EXPORT="&#xe80f;",o.TOC="&#xe810;",o.WRITE_UGC="&#xe811;",o.TRASH="&#xe812;",o.USER="&#xe813;",o.EXTLINK="&#xe814;",o.CALENDAR="&#xe815;",o.OFFLINE="&#xe816;",o.BOOK="&#xe817;",o.DOWNLOAD_PLAIN="&#xe818;",o.CHECK="&#xe819;",o.STAR_PLAIN="&#xe900;",o.TOPICS="&#xe901;",o.DISC="&#xe902;",o.CIRCLE="&#xe903;",o.SHARED="&#xe904;",o.SORT_UNSORTED="&#xe905;",o.SORT_UP="&#xe906;",o.SORT_DOWN="&#xe907;",o.WORKING="&#xe908;",o.CLOSE="&#xe909;",o.ZOOM_OUT="&#xe90a;",o.ZOOM_IN="&#xe90b;",o.ZOOM_REALSIZE="&#xe90c;",o.ZOOM_FULLSCREEN="&#xe90d;",o.ADMIN_RESTRICTED="&#xe90e;",o.ADMIN="&#xe90f;",o.ADMIN_KHUB="&#xe910;",o.ADMIN_THEME="&#xe911;",o.ADMIN_USERS="&#xe912;",o.WARNING="&#xe913;",o.CONTEXT="&#xe914;",o.SEARCH_HOME="&#xe915;",o.STEPS="&#xe916;",o.ICON_EXPAND="&#xe917;",o.ICON_COLLAPSE="&#xe918;",o.INFO="&#xe919;",o.MINUS_PLAIN="&#xe91a;",o.PLUS_PLAIN="&#xe91b;",o.FACET_HAS_DESCENDANT="&#xe91c;",o.TRIANGLE_BOTTOM="&#xe91d;",o.TRIANGLE_LEFT="&#xe91e;",o.TRIANGLE_RIGHT="&#xe91f;",o.TRIANGLE_TOP="&#xe920;",o.THIN_ARROW="&#xe921;",o.SIGN_IN="&#xe922;",o.LOGOUT="&#xe923;",o.TRANSLATE="&#xe924;",o.CLOSE_PLAIN="&#xe925;",o.CHECK_PLAIN="&#xe926;",o.ARTICLE="&#xe927;",o.COLUMNS="&#xe928;",o.ANALYTICS="&#xe929;",o.COLLECTIONS="&#xe92a;",o.ARROW_DOWN="&#xe92b;",o.ARROW_LEFT="&#xe92c;",o.ARROW_RIGHT="&#xe92d;",o.ARROW_UP="&#xe92e;",o.SEARCH_IN_PUBLICATION="&#xe92f;",o.COPY_TO_CLIPBOARD="&#xe930;",o.SHARED_PBK="&#xe931;",o.ATTACHMENTS="&#xe932;",o.STRIPE_ARROW_LEFT="&#xe933;",o.STRIPE_ARROW_RIGHT="&#xe934;",o.FILTERS="&#xe935;",o.DOT="&#xe936;",o.MINUS="&#xe937;",o.PLUS="&#xe938;",o.MAILS_AND_NOTIFICATIONS="&#xe939;",o.SAVE="&#xe93a;",o.LOCKER="&#xe93b;",o.ADMIN_INTEGRATION="&#xe93c;",o.SYNC="&#xe93d;",o.TAG="&#xe93e;",o.BOOK_PLAIN="&#xe93f;",o.UPLOAD="&#xe940;",o.ONLINE="&#xe941;",o.TAG_PLAIN="&#xe942;",o.ACCOUNT_SETTINGS="&#xe943;",o.PRINT="&#xe944;",o.DEFAULT_ROLES="&#xe945;",o.SHORTCUT_MENU="&#xe946;",o.RELATIVES_PLAIN="&#xe947;",o.RELATIVES="&#xe948;",o.PAUSE="&#xe949;",o.PLAY="&#xe94a;",o.ADMIN_PORTAL="&#xe94b;",o.STAR="&#xe94c;",o.THUMBS_DOWN="&#xe94d;",o.THUMBS_DOWN_PLAIN="&#xe94e;",o.THUMBS_UP="&#xe94f;",o.THUMBS_UP_PLAIN="&#xe950;",o.FEEDBACK_PLAIN="&#xe951;",o.RATE_PLAIN="&#xe952;",o.RATE="&#xe953;",o.OFFLINE_SETTINGS="&#xe954;",o.MY_COLLECTIONS="&#xe955;",o.THIN_ARROW_LEFT="&#xe956;",o.THIN_ARROW_RIGHT="&#xe957;",o.RESET="&#xe958;",o.MY_LIBRARY="&#xe959;",o.UNSTRUCTURED_DOC="&#xe95a;",o.CONTEXTUAL="&#xe95b;",o.THIN_ARROW_UP="&#xe95c;",o.ARROW_RIGHT_TO_LINE="&#xe95d;",o.DESKTOP="&#xe95e;",o.TABLET_LANDSCAPE="&#xe95f;",o.TABLET_PORTRAIT="&#xe960;",o.MOBILE_LANDSCAPE="&#xe961;",o.MOBILE_PORTRAIT="&#xe962;",o.DIAGRAM_SUNBURST="&#xe963;",o.DIAGRAM_SANKEY="&#xe964;",o.COMMENT_QUESTION="&#xe965;",o.COMMENT_QUESTION_PLAIN="&#xe966;",o.MESSAGE_BOT="&#xe967;",o.CHART_SIMPLE="&#xe968;",o.BARS_PROGRESS="&#xe969;",o.BOOK_OPEN_GEAR="&#xe96a;",o.BOOK_OPEN_GEAR_SLASH="&#xe96b;",o.LINE_CHART="&#xe96c;",o.STACKED_CHART="&#xe96d;",o.CHART_BAR_STACKED="&#xe96e;",o.CHART_BAR_GROUPED="&#xe96f;",o.EYE_SLASH="&#xe970;",o.X_MARK="&#xe971;",o.EXPAND_WIDE="&#xe972;",o.PIP="&#xe973;",o.PIP_WIDE="&#xe974;",o.LIFE_RING="&#xe975;",o.GLOBE="&#xe976;",o.PIGGY_BANK="&#xe977;",o.EXTLINK_LIGHT="&#xe978;",o.CLONE="&#xe979;",o.CLONE_LINK_SIMPLE="&#xe97a;",o.CHART_BAR_NORMALIZED="&#xe97b;",o.CONSUMER="&#xe97c;",o.OCTAGON_XMARK="&#xe97d;",o.HOURGLASS_HALF="&#xe97e;",o.CLOCK="&#xe97f;",o.CLOCK_THREE="&#xe97f;",o.CALENDAR_DAY="&#xe980;",o.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",o.WAND_MAGIC_SPARKLES="&#xe982;",o.PAPER_PLANE="&#xe983;",o.CIRCLE_STOP="&#xe984;",o.ARROW_ROTATE_RIGHT="&#xe985;",o.ARROWS_ROTATE="&#xe986;",o.ALIGN_RIGHT="&#xe987;",o.FORMAT_CLEAR="&#xe988;",o.ALIGN_CENTER="&#xe989;",o.ALIGN_LEFT="&#xe98a;",o.PALETTE="&#xe98b;",o.BOLD="&#xe98c;",o.ITALIC="&#xe98d;",o.UNDERLINE="&#xe98e;",o.STRIKETHROUGH="&#xe98f;",o.LINK_SIMPLE_SLASH="&#xe990;",o.LINK_SIMPLE="&#xe991;",o.EYE="&#xf06e;",o.SHARE="&#xe80f1;"})(_o||(_o={}));var y;(function(o){o.UNKNOWN="&#xe90a;",o.ABW="&#xe900;",o.AUDIO="&#xe901;",o.AVI="&#xe902;",o.CHM="&#xe904;",o.CODE="&#xe905;",o.CSV="&#xe903;",o.DITA="&#xe906;",o.EPUB="&#xe907;",o.EXCEL="&#xe908;",o.FLAC="&#xe909;",o.GIF="&#xe90b;",o.GZIP="&#xe90c;",o.HTML="&#xe90d;",o.IMAGE="&#xe90e;",o.JPEG="&#xe90f;",o.JSON="&#xe910;",o.M4A="&#xe911;",o.MOV="&#xe912;",o.MP3="&#xe913;",o.MP4="&#xe914;",o.OGG="&#xe915;",o.PDF="&#xe916;",o.PNG="&#xe917;",o.POWERPOINT="&#xe918;",o.RAR="&#xe91a;",o.STP="&#xe91b;",o.TEXT="&#xe91c;",o.VIDEO="&#xe91e;",o.WAV="&#xe91f;",o.WMA="&#xe920;",o.WORD="&#xe921;",o.XML="&#xe922;",o.YAML="&#xe919;",o.ZIP="&#xe923;"})(y||(y={}));var iu=new Map([...["abw"].map(o=>[o,y.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(o=>[o,y.AUDIO]),...["avi"].map(o=>[o,y.AVI]),...["chm","xhs"].map(o=>[o,y.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(o=>[o,y.CODE]),...["csv"].map(o=>[o,y.CSV]),...["dita","ditamap","ditaval"].map(o=>[o,y.DITA]),...["epub"].map(o=>[o,y.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(o=>[o,y.EXCEL]),...["flac"].map(o=>[o,y.FLAC]),...["gif"].map(o=>[o,y.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(o=>[o,y.GZIP]),...["html","htm","xhtml"].map(o=>[o,y.HTML]),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map(o=>[o,y.IMAGE]),...["jpeg","jpg","jpe"].map(o=>[o,y.JPEG]),...["json"].map(o=>[o,y.JSON]),...["m4a","m4p"].map(o=>[o,y.M4A]),...["mov","qt"].map(o=>[o,y.MOV]),...["mp3"].map(o=>[o,y.MP3]),...["mp4","m4v"].map(o=>[o,y.MP4]),...["ogg","oga"].map(o=>[o,y.OGG]),...["pdf","ps"].map(o=>[o,y.PDF]),...["png"].map(o=>[o,y.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(o=>[o,y.POWERPOINT]),...["rar"].map(o=>[o,y.RAR]),...["stp"].map(o=>[o,y.STP]),...["txt","rtf","md","mdown"].map(o=>[o,y.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(o=>[o,y.VIDEO]),...["wav"].map(o=>[o,y.WAV]),...["wma"].map(o=>[o,y.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(o=>[o,y.WORD]),...["xml","xsl","rdf"].map(o=>[o,y.XML]),...["yaml","yml","x-yaml"].map(o=>[o,y.YAML]),...["zip"].map(o=>[o,y.ZIP])]);var nu={[y.ABW]:"#91ABC6",[y.AUDIO]:"#1795E3",[y.AVI]:"#E63324",[y.CHM]:"#71C3EB",[y.CODE]:"#71C3EB",[y.CSV]:"#1F7345",[y.DITA]:"#71C3EB",[y.EPUB]:"#85B926",[y.EXCEL]:"#1F7345",[y.FLAC]:"#1795E3",[y.GIF]:"#59B031",[y.GZIP]:"#F8AB36",[y.HTML]:"#71C3EB",[y.IMAGE]:"#59B031",[y.JPEG]:"#59B031",[y.JSON]:"#71C3EB",[y.M4A]:"#1795E3",[y.MOV]:"#E63324",[y.MP3]:"#1795E3",[y.MP4]:"#E63324",[y.OGG]:"#1795E3",[y.PDF]:"#E44948",[y.PNG]:"#59B031",[y.POWERPOINT]:"#B54A2B",[y.RAR]:"#F8AB36",[y.STP]:"#3764B1",[y.TEXT]:"#3162AB",[y.UNKNOWN]:"#999999",[y.VIDEO]:"#E63324",[y.WAV]:"#1795E3",[y.WMA]:"#1795E3",[y.WORD]:"#3162AB",[y.XML]:"#71C3EB",[y.YAML]:"#71C3EB",[y.ZIP]:"#F8AB36"};var pe;(function(o){o.fluid_topics="fluid-topics",o.file_format="file-format",o.material="material"})(pe||(pe={}));var $o=function(o,t,r,i){var n=arguments.length,a=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,t,r,i);else for(var p=o.length-1;p>=0;p--)(l=o[p])&&(a=(n<3?l(a):n>3?l(t,r,a):l(t,r))||a);return n>3&&a&&Object.defineProperty(t,r,a),a},vt=class extends Yn.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=ho.nothing}render(){let t=this.variant&&Object.values(pe).includes(this.variant)?this.variant:pe.fluid_topics,r=t!==pe.material||!!this.value;return ho.html`
541
- <i class="ft-icon ft-icon--${t}" part="icon icon-${t}">
542
- ${(0,Xn.unsafeHTML)(this.resolvedIcon)}
543
- <slot ?hidden=${r}></slot>
540
+ `}updated(e){e.has("visible")&&this.visible&&this.resetTooltipContent(),super.updated(e)}contentAvailableCallback(e){super.contentAvailableCallback(e),["visible","text"].some(o=>e.has(o))&&this.visible&&this.positionTooltip()}async show(e){this.visible=!0,e!=null&&await this.hideDebounce.run(()=>{this.hide()},e)}hide(){this.visible=!1}toggle(){this.visible=!this.visible}get slottedElement(){var e;return((e=this.slotNodes)!==null&&e!==void 0?e:[]).filter(o=>o.nodeType==Node.ELEMENT_NODE)[0]}resetTooltipContent(){if(this.tooltip&&this.tooltipContent){let e=this.tooltipContent.style;switch(e.transition="none",this.validPosition){case"top":e.top=this.tooltip.clientHeight+"px",e.left="0";break;case"bottom":e.top=-this.tooltip.clientHeight+"px",e.left="0";break;case"left":e.top="0",e.left=this.tooltip.clientWidth+"px";break;case"right":e.top="0",e.left=-this.tooltip.clientWidth+"px";break}}}positionTooltip(){this.resetTooltipContent(),this.tooltip&&this.slottedElement&&(this.tooltip.style.left="",this.tooltip.style.top="",is(this.slottedElement,this.tooltip,this.position).then(({x:e,y:o})=>{this.tooltip&&(this.tooltip.style.left=`${e}px`,this.tooltip.style.top=`${o}px`)})),this.revealDebouncer.run(()=>{this.tooltipContent&&(this.tooltipContent.style.transition="top var(--ft-transition-duration, 250ms), left var(--ft-transition-duration, 250ms)",this.tooltipContent.style.top="0",this.tooltipContent.style.left="0")},this.manual?0:this.delay)}onTouch(){this.manual||(this.show(),setTimeout(()=>window.addEventListener("touchstart",e=>{e.composedPath().includes(this.container)||this.onOut()},{once:!0}),100))}onHover(){this.manual||this.show()}onOut(){this.manual||(this.revealDebouncer.cancel(),this.hide())}onClick(){this.manual||(this.revealDebouncer.cancel(),this.hide())}correctOutOfWindowPixels(e,o){return Math.max(e,Math.min(0,-o))}};Y.elementDefinitions={"ft-typography":oe};Y.styles=$a;Ce([(0,ne.property)()],Y.prototype,"text",void 0);Ce([(0,ne.property)({type:Boolean})],Y.prototype,"manual",void 0);Ce([(0,ne.property)({type:Boolean})],Y.prototype,"inline",void 0);Ce([(0,ne.property)({type:Number})],Y.prototype,"delay",void 0);Ce([(0,ne.property)()],Y.prototype,"position",void 0);Ce([(0,ne.queryAssignedNodes)()],Y.prototype,"slotNodes",void 0);Ce([(0,ne.query)(".ft-tooltip--container")],Y.prototype,"container",void 0);Ce([(0,ne.query)(".ft-tooltip")],Y.prototype,"tooltip",void 0);Ce([(0,ne.query)(".ft-tooltip--content")],Y.prototype,"tooltipContent",void 0);Ce([(0,ne.state)()],Y.prototype,"visible",void 0);Ce([(0,ne.eventOptions)({passive:!0})],Y.prototype,"onTouch",null);Ce([(0,ne.eventOptions)({passive:!0})],Y.prototype,"onHover",null);Ce([(0,ne.eventOptions)({passive:!0})],Y.prototype,"onOut",null);Ce([(0,ne.eventOptions)({passive:!0})],Y.prototype,"onClick",null);(0,ss.customElement)("ft-tooltip")(Y);var fs=m(R());var Br=m(D()),Bt=m(H()),ds=m(R()),ps=m(cs());var so;(function(t){t.ADD_TO_PBK="&#xe800;",t.ALERT="&#xe801;",t.ADD_ALERT="&#xe802;",t.BACK_TO_SEARCH="&#xe803;",t.ADD_BOOKMARK="&#xe804;",t.BOOKMARK="&#xe805;",t.BOOKS="&#xe806;",t.MENU="&#xe807;",t.DOWNLOAD="&#xe808;",t.EDIT="&#xe809;",t.FEEDBACK="&#xe80a;",t.HOME="&#xe80b;",t.MODIFY_PBK="&#xe80c;",t.SCHEDULED="&#xe80d;",t.SEARCH="&#xe80e;",t.EXPORT="&#xe80f;",t.TOC="&#xe810;",t.WRITE_UGC="&#xe811;",t.TRASH="&#xe812;",t.USER="&#xe813;",t.EXTLINK="&#xe814;",t.CALENDAR="&#xe815;",t.OFFLINE="&#xe816;",t.BOOK="&#xe817;",t.DOWNLOAD_PLAIN="&#xe818;",t.CHECK="&#xe819;",t.STAR_PLAIN="&#xe900;",t.TOPICS="&#xe901;",t.DISC="&#xe902;",t.CIRCLE="&#xe903;",t.SHARED="&#xe904;",t.SORT_UNSORTED="&#xe905;",t.SORT_UP="&#xe906;",t.SORT_DOWN="&#xe907;",t.WORKING="&#xe908;",t.CLOSE="&#xe909;",t.ZOOM_OUT="&#xe90a;",t.ZOOM_IN="&#xe90b;",t.ZOOM_REALSIZE="&#xe90c;",t.ZOOM_FULLSCREEN="&#xe90d;",t.ADMIN_RESTRICTED="&#xe90e;",t.ADMIN="&#xe90f;",t.ADMIN_KHUB="&#xe910;",t.ADMIN_THEME="&#xe911;",t.ADMIN_USERS="&#xe912;",t.WARNING="&#xe913;",t.CONTEXT="&#xe914;",t.SEARCH_HOME="&#xe915;",t.STEPS="&#xe916;",t.ICON_EXPAND="&#xe917;",t.ICON_COLLAPSE="&#xe918;",t.INFO="&#xe919;",t.MINUS_PLAIN="&#xe91a;",t.PLUS_PLAIN="&#xe91b;",t.FACET_HAS_DESCENDANT="&#xe91c;",t.TRIANGLE_BOTTOM="&#xe91d;",t.TRIANGLE_LEFT="&#xe91e;",t.TRIANGLE_RIGHT="&#xe91f;",t.TRIANGLE_TOP="&#xe920;",t.THIN_ARROW="&#xe921;",t.SIGN_IN="&#xe922;",t.LOGOUT="&#xe923;",t.TRANSLATE="&#xe924;",t.CLOSE_PLAIN="&#xe925;",t.CHECK_PLAIN="&#xe926;",t.ARTICLE="&#xe927;",t.COLUMNS="&#xe928;",t.ANALYTICS="&#xe929;",t.COLLECTIONS="&#xe92a;",t.ARROW_DOWN="&#xe92b;",t.ARROW_LEFT="&#xe92c;",t.ARROW_RIGHT="&#xe92d;",t.ARROW_UP="&#xe92e;",t.SEARCH_IN_PUBLICATION="&#xe92f;",t.COPY_TO_CLIPBOARD="&#xe930;",t.SHARED_PBK="&#xe931;",t.ATTACHMENTS="&#xe932;",t.STRIPE_ARROW_LEFT="&#xe933;",t.STRIPE_ARROW_RIGHT="&#xe934;",t.FILTERS="&#xe935;",t.DOT="&#xe936;",t.MINUS="&#xe937;",t.PLUS="&#xe938;",t.MAILS_AND_NOTIFICATIONS="&#xe939;",t.SAVE="&#xe93a;",t.LOCKER="&#xe93b;",t.ADMIN_INTEGRATION="&#xe93c;",t.SYNC="&#xe93d;",t.TAG="&#xe93e;",t.BOOK_PLAIN="&#xe93f;",t.UPLOAD="&#xe940;",t.ONLINE="&#xe941;",t.TAG_PLAIN="&#xe942;",t.ACCOUNT_SETTINGS="&#xe943;",t.PRINT="&#xe944;",t.DEFAULT_ROLES="&#xe945;",t.SHORTCUT_MENU="&#xe946;",t.RELATIVES_PLAIN="&#xe947;",t.RELATIVES="&#xe948;",t.PAUSE="&#xe949;",t.PLAY="&#xe94a;",t.ADMIN_PORTAL="&#xe94b;",t.STAR="&#xe94c;",t.THUMBS_DOWN="&#xe94d;",t.THUMBS_DOWN_PLAIN="&#xe94e;",t.THUMBS_UP="&#xe94f;",t.THUMBS_UP_PLAIN="&#xe950;",t.FEEDBACK_PLAIN="&#xe951;",t.RATE_PLAIN="&#xe952;",t.RATE="&#xe953;",t.OFFLINE_SETTINGS="&#xe954;",t.MY_COLLECTIONS="&#xe955;",t.THIN_ARROW_LEFT="&#xe956;",t.THIN_ARROW_RIGHT="&#xe957;",t.RESET="&#xe958;",t.MY_LIBRARY="&#xe959;",t.UNSTRUCTURED_DOC="&#xe95a;",t.CONTEXTUAL="&#xe95b;",t.THIN_ARROW_UP="&#xe95c;",t.ARROW_RIGHT_TO_LINE="&#xe95d;",t.DESKTOP="&#xe95e;",t.TABLET_LANDSCAPE="&#xe95f;",t.TABLET_PORTRAIT="&#xe960;",t.MOBILE_LANDSCAPE="&#xe961;",t.MOBILE_PORTRAIT="&#xe962;",t.DIAGRAM_SUNBURST="&#xe963;",t.DIAGRAM_SANKEY="&#xe964;",t.COMMENT_QUESTION="&#xe965;",t.COMMENT_QUESTION_PLAIN="&#xe966;",t.MESSAGE_BOT="&#xe967;",t.CHART_SIMPLE="&#xe968;",t.BARS_PROGRESS="&#xe969;",t.BOOK_OPEN_GEAR="&#xe96a;",t.BOOK_OPEN_GEAR_SLASH="&#xe96b;",t.LINE_CHART="&#xe96c;",t.STACKED_CHART="&#xe96d;",t.CHART_BAR_STACKED="&#xe96e;",t.CHART_BAR_GROUPED="&#xe96f;",t.EYE_SLASH="&#xe970;",t.X_MARK="&#xe971;",t.EXPAND_WIDE="&#xe972;",t.PIP="&#xe973;",t.PIP_WIDE="&#xe974;",t.LIFE_RING="&#xe975;",t.GLOBE="&#xe976;",t.PIGGY_BANK="&#xe977;",t.EXTLINK_LIGHT="&#xe978;",t.CLONE="&#xe979;",t.CLONE_LINK_SIMPLE="&#xe97a;",t.CHART_BAR_NORMALIZED="&#xe97b;",t.CONSUMER="&#xe97c;",t.OCTAGON_XMARK="&#xe97d;",t.HOURGLASS_HALF="&#xe97e;",t.CLOCK="&#xe97f;",t.CLOCK_THREE="&#xe97f;",t.CALENDAR_DAY="&#xe980;",t.COMPUTER_MOUSE_MAGNIFYING_GLASS="&#xe981;",t.WAND_MAGIC_SPARKLES="&#xe982;",t.PAPER_PLANE="&#xe983;",t.CIRCLE_STOP="&#xe984;",t.ARROW_ROTATE_RIGHT="&#xe985;",t.ARROWS_ROTATE="&#xe986;",t.ALIGN_RIGHT="&#xe987;",t.FORMAT_CLEAR="&#xe988;",t.ALIGN_CENTER="&#xe989;",t.ALIGN_LEFT="&#xe98a;",t.PALETTE="&#xe98b;",t.BOLD="&#xe98c;",t.ITALIC="&#xe98d;",t.UNDERLINE="&#xe98e;",t.STRIKETHROUGH="&#xe98f;",t.LINK_SIMPLE_SLASH="&#xe990;",t.LINK_SIMPLE="&#xe991;",t.EYE="&#xf06e;",t.SHARE="&#xe80f1;"})(so||(so={}));var O;(function(t){t.UNKNOWN="&#xe90a;",t.ABW="&#xe900;",t.AUDIO="&#xe901;",t.AVI="&#xe902;",t.CHM="&#xe904;",t.CODE="&#xe905;",t.CSV="&#xe903;",t.DITA="&#xe906;",t.EPUB="&#xe907;",t.EXCEL="&#xe908;",t.FLAC="&#xe909;",t.GIF="&#xe90b;",t.GZIP="&#xe90c;",t.HTML="&#xe90d;",t.IMAGE="&#xe90e;",t.JPEG="&#xe90f;",t.JSON="&#xe910;",t.M4A="&#xe911;",t.MOV="&#xe912;",t.MP3="&#xe913;",t.MP4="&#xe914;",t.OGG="&#xe915;",t.PDF="&#xe916;",t.PNG="&#xe917;",t.POWERPOINT="&#xe918;",t.RAR="&#xe91a;",t.STP="&#xe91b;",t.TEXT="&#xe91c;",t.VIDEO="&#xe91e;",t.WAV="&#xe91f;",t.WMA="&#xe920;",t.WORD="&#xe921;",t.XML="&#xe922;",t.YAML="&#xe919;",t.ZIP="&#xe923;"})(O||(O={}));var Zm=new Map([...["abw"].map(t=>[t,O.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,O.AUDIO]),...["avi"].map(t=>[t,O.AVI]),...["chm","xhs"].map(t=>[t,O.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,O.CODE]),...["csv"].map(t=>[t,O.CSV]),...["dita","ditamap","ditaval"].map(t=>[t,O.DITA]),...["epub"].map(t=>[t,O.EPUB]),...["xls","xlt","xlm","xlsx","xlsm","xltx","xltm","xlsb","xla","xlam","xll","xlw"].map(t=>[t,O.EXCEL]),...["flac"].map(t=>[t,O.FLAC]),...["gif"].map(t=>[t,O.GIF]),...["gzip","x-gzip","giz","gz","tgz"].map(t=>[t,O.GZIP]),...["html","htm","xhtml"].map(t=>[t,O.HTML]),...["ai","vml","xps","img","cpt","psd","psp","xcf","svg","svg+xml","bmp","bpg","ppm","pgm","pbm","pnm","rif","tif","tiff","webp","wmf","ico"].map(t=>[t,O.IMAGE]),...["jpeg","jpg","jpe"].map(t=>[t,O.JPEG]),...["json"].map(t=>[t,O.JSON]),...["m4a","m4p"].map(t=>[t,O.M4A]),...["mov","qt"].map(t=>[t,O.MOV]),...["mp3"].map(t=>[t,O.MP3]),...["mp4","m4v"].map(t=>[t,O.MP4]),...["ogg","oga"].map(t=>[t,O.OGG]),...["pdf","ps"].map(t=>[t,O.PDF]),...["png"].map(t=>[t,O.PNG]),...["ppt","pot","pps","pptx","pptm","potx","potm","ppam","ppsx","ppsm","sldx","sldm"].map(t=>[t,O.POWERPOINT]),...["rar"].map(t=>[t,O.RAR]),...["stp"].map(t=>[t,O.STP]),...["txt","rtf","md","mdown"].map(t=>[t,O.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,O.VIDEO]),...["wav"].map(t=>[t,O.WAV]),...["wma"].map(t=>[t,O.WMA]),...["doc","dot","docx","docm","dotx","dotm","docb"].map(t=>[t,O.WORD]),...["xml","xsl","rdf"].map(t=>[t,O.XML]),...["yaml","yml","x-yaml"].map(t=>[t,O.YAML]),...["zip"].map(t=>[t,O.ZIP])]);var qm={[O.ABW]:"#91ABC6",[O.AUDIO]:"#1795E3",[O.AVI]:"#E63324",[O.CHM]:"#71C3EB",[O.CODE]:"#71C3EB",[O.CSV]:"#1F7345",[O.DITA]:"#71C3EB",[O.EPUB]:"#85B926",[O.EXCEL]:"#1F7345",[O.FLAC]:"#1795E3",[O.GIF]:"#59B031",[O.GZIP]:"#F8AB36",[O.HTML]:"#71C3EB",[O.IMAGE]:"#59B031",[O.JPEG]:"#59B031",[O.JSON]:"#71C3EB",[O.M4A]:"#1795E3",[O.MOV]:"#E63324",[O.MP3]:"#1795E3",[O.MP4]:"#E63324",[O.OGG]:"#1795E3",[O.PDF]:"#E44948",[O.PNG]:"#59B031",[O.POWERPOINT]:"#B54A2B",[O.RAR]:"#F8AB36",[O.STP]:"#3764B1",[O.TEXT]:"#3162AB",[O.UNKNOWN]:"#999999",[O.VIDEO]:"#E63324",[O.WAV]:"#1795E3",[O.WMA]:"#1795E3",[O.WORD]:"#3162AB",[O.XML]:"#71C3EB",[O.YAML]:"#71C3EB",[O.ZIP]:"#F8AB36"};var xt;(function(t){t.fluid_topics="fluid-topics",t.file_format="file-format",t.material="material"})(xt||(xt={}));var lo=function(t,e,o,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,o,a):s(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a},Ee=class extends ds.FtLitElement{constructor(){super(...arguments),this.resolvedIcon=Br.nothing}render(){let e=this.variant&&Object.values(xt).includes(this.variant)?this.variant:xt.fluid_topics,o=e!==xt.material||!!this.value;return Br.html`
541
+ <i class="ft-icon ft-icon--${e}" part="icon icon-${e}">
542
+ ${(0,ps.unsafeHTML)(this.resolvedIcon)}
543
+ <slot ?hidden=${o}></slot>
544
544
  </i>
545
- `}get textContent(){var t,r;return(r=(t=this.slottedContent)===null||t===void 0?void 0:t.assignedNodes().map(i=>i.textContent).join("").trim())!==null&&r!==void 0?r:""}update(t){super.update(t),["value","variant"].some(r=>t.has(r))&&this.resolveIcon()}resolveIcon(){var t,r;let i=this.value||this.textContent;switch(this.variant){case pe.file_format:this.resolvedIcon=(t=y[i.replace("-","_").toUpperCase()])!==null&&t!==void 0?t:i;break;case pe.material:this.resolvedIcon=this.value||ho.nothing;break;default:this.resolvedIcon=(r=_o[i.replace("-","_").toUpperCase()])!==null&&r!==void 0?r:i;break}}firstUpdated(t){super.firstUpdated(t),setTimeout(()=>this.resolveIcon())}};vt.elementDefinitions={};vt.styles=fn;$o([(0,Oe.property)()],vt.prototype,"variant",void 0);$o([(0,Oe.property)()],vt.prototype,"value",void 0);$o([(0,Oe.state)()],vt.prototype,"resolvedIcon",void 0);$o([(0,Oe.query)("slot")],vt.prototype,"slottedContent",void 0);(0,Qn.customElement)("ft-icon")(vt);var ea=f(O());var Jn=f(R()),ta=f(O());var Ce=class extends ta.FtLitElement{render(){return Jn.html`
545
+ `}get textContent(){var e,o;return(o=(e=this.slottedContent)===null||e===void 0?void 0:e.assignedNodes().map(n=>n.textContent).join("").trim())!==null&&o!==void 0?o:""}update(e){super.update(e),["value","variant"].some(o=>e.has(o))&&this.resolveIcon()}resolveIcon(){var e,o;let n=this.value||this.textContent;switch(this.variant){case xt.file_format:this.resolvedIcon=(e=O[n.replace("-","_").toUpperCase()])!==null&&e!==void 0?e:n;break;case xt.material:this.resolvedIcon=this.value||Br.nothing;break;default:this.resolvedIcon=(o=so[n.replace("-","_").toUpperCase()])!==null&&o!==void 0?o:n;break}}firstUpdated(e){super.firstUpdated(e),setTimeout(()=>this.resolveIcon())}};Ee.elementDefinitions={};Ee.styles=Aa;lo([(0,Bt.property)()],Ee.prototype,"variant",void 0);lo([(0,Bt.property)()],Ee.prototype,"value",void 0);lo([(0,Bt.state)()],Ee.prototype,"resolvedIcon",void 0);lo([(0,Bt.query)("slot")],Ee.prototype,"slottedContent",void 0);(0,fs.customElement)("ft-icon")(Ee);var ms=m(R());var us=m(D()),hs=m(R());var Mt=class extends hs.FtLitElement{render(){return us.html`
546
546
  <div class="ft-loader">
547
547
  <div></div>
548
548
  <div></div>
549
549
  <div></div>
550
550
  <div></div>
551
551
  </div>
552
- `}};Ce.styles=pn;(0,ea.customElement)("ft-loader")(Ce);var Ve=f(R()),oa=f(We()),pt=f(V()),At=function(o,t,r,i){var n=arguments.length,a=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,t,r,i);else for(var p=o.length-1;p>=0;p--)(l=o[p])&&(a=(n<3?l(a):n>3?l(t,r,a):l(t,r))||a);return n>3&&a&&Object.defineProperty(t,r,a),a},Y=class extends(0,Ke.toFtFormComponent)(Ke.FtLitElement,"button"){constructor(){super(),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.addEventListener("click",t=>{var r;this.isDisabled()?(t.preventDefault(),t.stopPropagation(),t.stopImmediatePropagation()):this.type=="submit"&&((r=this.form)===null||r===void 0||r.requestSubmit())})}render(){return this.addTooltipIfNeeded(Ve.html`
552
+ `}};Mt.styles=Ea;(0,ms.customElement)("ft-loader")(Mt);var lr=m(D()),ys=m(or()),ue=m(H()),Ne=function(t,e,o,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,o,a):s(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a},te=class extends(0,cr.toFtFormComponent)(cr.FtLitElement,"button"){constructor(){super(),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.addEventListener("click",e=>{var o;this.isDisabled()?(e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()):this.type=="submit"&&((o=this.form)===null||o===void 0||o.requestSubmit())})}render(){return this.addTooltipIfNeeded(lr.html`
553
553
  <button part="button"
554
- class="${(0,oa.classMap)(this.buttonClasses)}"
554
+ class="${(0,ys.classMap)(this.buttonClasses)}"
555
555
  aria-label="${this.getLabel()}"
556
556
  ?disabled=${this.isDisabled()}>
557
557
  <ft-ripple part="ripple" ?disabled=${this.isDisabled()}></ft-ripple>
558
558
  <ft-typography part="label"
559
559
  variant=${this.typographyVariant}
560
560
  element="span"
561
- class="ft-button--label ${Ke.isSafari?"ft-safari-ellipsis-fix":""}"
561
+ class="ft-button--label ${cr.isSafari?"ft-safari-ellipsis-fix":""}"
562
562
  ?hidden=${!this.hasTextContent()}>
563
563
  <slot @slotchange=${this.onSlotchange}></slot>
564
564
  </ft-typography>
565
565
  ${this.resolveIcon()}
566
566
  </button>
567
- `)}addTooltipIfNeeded(t){return this.getLabel().trim().length>0&&(this.forceTooltip||!this.hasTextContent()&&!this.hideTooltip)?Ve.html`
567
+ `)}addTooltipIfNeeded(e){return this.getLabel().trim().length>0&&(this.forceTooltip||!this.hasTextContent()&&!this.hideTooltip)?lr.html`
568
568
  <ft-tooltip part="tooltip"
569
569
  text="${this.getLabel()}"
570
570
  position="${this.tooltipPosition}">
571
- ${t}
571
+ ${e}
572
572
  </ft-tooltip>
573
- `:t}resolveIcon(){return this.loading?Ve.html`
574
- <ft-loader part="loader icon"></ft-loader> `:this.icon?Ve.html`
573
+ `:e}resolveIcon(){return this.loading?lr.html`
574
+ <ft-loader part="loader icon"></ft-loader> `:this.icon?lr.html`
575
575
  <ft-icon part="icon" .variant="${this.iconVariant}" .value="${this.icon}"></ft-icon>
576
- `:Ve.html`
576
+ `:lr.html`
577
577
  <slot part="icon" name="icon"></slot>
578
- `}focus(){var t;(t=this.button)===null||t===void 0||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(r=>this.unslotText(r)).join(""):t?.textContent||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};Y.elementDefinitions={"ft-ripple":k,"ft-tooltip":H,"ft-typography":X,"ft-icon":vt,"ft-loader":Ce};At([(0,pt.property)({type:String,reflect:!0})],Y.prototype,"role",void 0);At([(0,pt.property)()],Y.prototype,"type",void 0);At([(0,pt.property)({type:Boolean})],Y.prototype,"disabled",void 0);At([(0,pt.property)()],Y.prototype,"label",void 0);At([(0,pt.property)()],Y.prototype,"icon",void 0);At([(0,pt.property)()],Y.prototype,"iconVariant",void 0);At([(0,pt.property)({type:Boolean})],Y.prototype,"trailingIcon",void 0);At([(0,pt.property)({type:Boolean})],Y.prototype,"loading",void 0);At([(0,pt.property)()],Y.prototype,"tooltipPosition",void 0);At([(0,pt.property)({type:Boolean})],Y.prototype,"hideTooltip",void 0);At([(0,pt.property)({type:Boolean})],Y.prototype,"forceTooltip",void 0);At([(0,pt.query)(".ft-button")],Y.prototype,"button",void 0);At([(0,pt.query)(".ft-button--label slot")],Y.prototype,"slottedContent",void 0);var Do=function(o,t,r,i){var n=arguments.length,a=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,t,r,i);else for(var p=o.length-1;p>=0;p--)(l=o[p])&&(a=(n<3?l(a):n>3?l(t,r,a):l(t,r))||a);return n>3&&a&&Object.defineProperty(t,r,a),a},dt=class extends Y{constructor(){super(...arguments),this.primary=!1,this.outlined=!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"}};dt.styles=[ra.safariEllipsisFix,yn];Do([(0,mo.property)({type:Boolean})],dt.prototype,"primary",void 0);Do([(0,mo.property)({type:Boolean})],dt.prototype,"outlined",void 0);Do([(0,mo.property)({type:Boolean})],dt.prototype,"dense",void 0);Do([(0,mo.property)({type:Boolean})],dt.prototype,"round",void 0);var Ze=f(V());var aa=f(O());var ia=f(R()),P=f(O());var na=[ia.css`
578
+ `}focus(){var e;(e=this.button)===null||e===void 0||e.focus()}getLabel(){return this.label||this.textContent}get textContent(){return this.unslotText(this.slottedContent).trim()}unslotText(e){return e instanceof HTMLSlotElement?e.assignedNodes().map(o=>this.unslotText(o)).join(""):e?.textContent||""}hasTextContent(){return this.textContent.length>0}onSlotchange(){this.requestUpdate()}isDisabled(){return this.disabled||this.loading}};te.elementDefinitions={"ft-ripple":U,"ft-tooltip":Y,"ft-typography":oe,"ft-icon":Ee,"ft-loader":Mt};Ne([(0,ue.property)({type:String,reflect:!0})],te.prototype,"role",void 0);Ne([(0,ue.property)()],te.prototype,"type",void 0);Ne([(0,ue.property)({type:Boolean})],te.prototype,"disabled",void 0);Ne([(0,ue.property)()],te.prototype,"label",void 0);Ne([(0,ue.property)()],te.prototype,"icon",void 0);Ne([(0,ue.property)()],te.prototype,"iconVariant",void 0);Ne([(0,ue.property)({type:Boolean})],te.prototype,"trailingIcon",void 0);Ne([(0,ue.property)({type:Boolean})],te.prototype,"loading",void 0);Ne([(0,ue.property)()],te.prototype,"tooltipPosition",void 0);Ne([(0,ue.property)({type:Boolean})],te.prototype,"hideTooltip",void 0);Ne([(0,ue.property)({type:Boolean})],te.prototype,"forceTooltip",void 0);Ne([(0,ue.query)(".ft-button")],te.prototype,"button",void 0);Ne([(0,ue.query)(".ft-button--label slot")],te.prototype,"slottedContent",void 0);var co=function(t,e,o,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,o,a):s(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a},he=class extends te{constructor(){super(...arguments),this.primary=!1,this.outlined=!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"}};he.styles=[gs.safariEllipsisFix,La];co([(0,Mr.property)({type:Boolean})],he.prototype,"primary",void 0);co([(0,Mr.property)({type:Boolean})],he.prototype,"outlined",void 0);co([(0,Mr.property)({type:Boolean})],he.prototype,"dense",void 0);co([(0,Mr.property)({type:Boolean})],he.prototype,"round",void 0);var dr=m(H());var vs=m(R());var bs=m(D()),M=m(R());var xs=[bs.css`
579
579
  :host {
580
580
  display: inline-block;
581
581
  max-width: 100%;
@@ -625,7 +625,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
625
625
  }
626
626
 
627
627
  .ft-button:focus-visible {
628
- outline-color: ${x.focusFocusRingColor};
628
+ outline-color: ${E.focusFocusRingColor};
629
629
  outline-style: solid;
630
630
  }
631
631
 
@@ -654,154 +654,154 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
654
654
  /** Primary styles **/
655
655
 
656
656
  .ft-button--primary {
657
- ${(0,P.setVariable)(mt.color,x.primaryIconColor)};
657
+ ${(0,M.setVariable)(xe.color,E.primaryIconColor)};
658
658
 
659
- ${(0,P.setVariable)(T.color,x.primaryStateLayerColor)};
660
- ${(0,P.setVariable)(T.opacityContentOnSurfaceHover,x.primaryHoverStateLayerOpacity)};
661
- ${(0,P.setVariable)(T.opacityContentOnSurfaceFocused,x.primaryFocusStateLayerOpacity)};
662
- ${(0,P.setVariable)(T.opacityContentOnSurfaceSelected,x.primaryActiveStateLayerOpacity)};
663
- ${(0,P.setVariable)(T.opacityContentOnSurfacePressed,x.primaryActiveStateLayerOpacity)};
659
+ ${(0,M.setVariable)(B.color,E.primaryStateLayerColor)};
660
+ ${(0,M.setVariable)(B.opacityContentOnSurfaceHover,E.primaryHoverStateLayerOpacity)};
661
+ ${(0,M.setVariable)(B.opacityContentOnSurfaceFocused,E.primaryFocusStateLayerOpacity)};
662
+ ${(0,M.setVariable)(B.opacityContentOnSurfaceSelected,E.primaryActiveStateLayerOpacity)};
663
+ ${(0,M.setVariable)(B.opacityContentOnSurfacePressed,E.primaryActiveStateLayerOpacity)};
664
664
 
665
- background-color: ${x.primaryBackgroundColor};
666
- color: ${x.primaryColor};
665
+ background-color: ${E.primaryBackgroundColor};
666
+ color: ${E.primaryColor};
667
667
  border-style: none;
668
668
  }
669
669
 
670
670
  .ft-button--primary[disabled] {
671
- opacity: ${x.primaryDisabledComponentOpacity};
671
+ opacity: ${E.primaryDisabledComponentOpacity};
672
672
  }
673
673
 
674
674
  .ft-button--primary ft-icon {
675
- color: ${x.primaryIconColor};
675
+ color: ${E.primaryIconColor};
676
676
  }
677
677
 
678
678
  /** Secondary styles **/
679
679
 
680
680
  .ft-button--secondary {
681
- ${(0,P.setVariable)(mt.color,x.secondaryIconColor)};
681
+ ${(0,M.setVariable)(xe.color,E.secondaryIconColor)};
682
682
 
683
- ${(0,P.setVariable)(T.color,x.secondaryStateLayerColor)};
684
- ${(0,P.setVariable)(T.opacityContentOnSurfaceHover,x.secondaryHoverStateLayerOpacity)};
685
- ${(0,P.setVariable)(T.opacityContentOnSurfaceFocused,x.secondaryFocusStateLayerOpacity)};
686
- ${(0,P.setVariable)(T.opacityContentOnSurfaceSelected,x.secondaryActiveStateLayerOpacity)};
687
- ${(0,P.setVariable)(T.opacityContentOnSurfacePressed,x.secondaryActiveStateLayerOpacity)};
683
+ ${(0,M.setVariable)(B.color,E.secondaryStateLayerColor)};
684
+ ${(0,M.setVariable)(B.opacityContentOnSurfaceHover,E.secondaryHoverStateLayerOpacity)};
685
+ ${(0,M.setVariable)(B.opacityContentOnSurfaceFocused,E.secondaryFocusStateLayerOpacity)};
686
+ ${(0,M.setVariable)(B.opacityContentOnSurfaceSelected,E.secondaryActiveStateLayerOpacity)};
687
+ ${(0,M.setVariable)(B.opacityContentOnSurfacePressed,E.secondaryActiveStateLayerOpacity)};
688
688
 
689
- background-color: ${x.secondaryBackgroundColor};
690
- color: ${x.secondaryColor};
691
- border-color: ${x.secondaryBorderColor};
689
+ background-color: ${E.secondaryBackgroundColor};
690
+ color: ${E.secondaryColor};
691
+ border-color: ${E.secondaryBorderColor};
692
692
  border-style: solid;
693
693
  }
694
694
 
695
695
  .ft-button--secondary[disabled] {
696
- opacity: ${x.secondaryDisabledComponentOpacity};
696
+ opacity: ${E.secondaryDisabledComponentOpacity};
697
697
  }
698
698
 
699
699
  .ft-button--secondary ft-icon {
700
- color: ${x.secondaryIconColor};
700
+ color: ${E.secondaryIconColor};
701
701
  }
702
702
 
703
703
  /** Tertiary styles **/
704
704
 
705
705
  .ft-button--tertiary {
706
- ${(0,P.setVariable)(mt.color,x.tertiaryIconColor)};
706
+ ${(0,M.setVariable)(xe.color,E.tertiaryIconColor)};
707
707
 
708
- ${(0,P.setVariable)(T.color,x.tertiaryStateLayerColor)};
709
- ${(0,P.setVariable)(T.opacityContentOnSurfaceHover,x.tertiaryHoverStateLayerOpacity)};
710
- ${(0,P.setVariable)(T.opacityContentOnSurfaceFocused,x.tertiaryFocusStateLayerOpacity)};
711
- ${(0,P.setVariable)(T.opacityContentOnSurfaceSelected,x.tertiaryActiveStateLayerOpacity)};
712
- ${(0,P.setVariable)(T.opacityContentOnSurfacePressed,x.tertiaryActiveStateLayerOpacity)};
708
+ ${(0,M.setVariable)(B.color,E.tertiaryStateLayerColor)};
709
+ ${(0,M.setVariable)(B.opacityContentOnSurfaceHover,E.tertiaryHoverStateLayerOpacity)};
710
+ ${(0,M.setVariable)(B.opacityContentOnSurfaceFocused,E.tertiaryFocusStateLayerOpacity)};
711
+ ${(0,M.setVariable)(B.opacityContentOnSurfaceSelected,E.tertiaryActiveStateLayerOpacity)};
712
+ ${(0,M.setVariable)(B.opacityContentOnSurfacePressed,E.tertiaryActiveStateLayerOpacity)};
713
713
 
714
- background-color: ${x.tertiaryBackgroundColor};
715
- color: ${x.tertiaryColor};
714
+ background-color: ${E.tertiaryBackgroundColor};
715
+ color: ${E.tertiaryColor};
716
716
  border-style: none;
717
717
  }
718
718
 
719
719
  .ft-button--tertiary[disabled] {
720
- opacity: ${x.tertiaryDisabledComponentOpacity};
720
+ opacity: ${E.tertiaryDisabledComponentOpacity};
721
721
  }
722
722
 
723
723
  .ft-button--tertiary ft-icon {
724
- color: ${x.tertiaryIconColor};
724
+ color: ${E.tertiaryIconColor};
725
725
  }
726
726
 
727
727
  /** Neutral styles **/
728
728
 
729
729
  .ft-button--neutral {
730
- ${(0,P.setVariable)(mt.color,x.neutralIconColor)};
730
+ ${(0,M.setVariable)(xe.color,E.neutralIconColor)};
731
731
 
732
- ${(0,P.setVariable)(T.backgroundColor,x.neutralStateLayerColor)};
733
- ${(0,P.setVariable)(T.opacityContentOnSurfaceHover,x.neutralHoverStateLayerOpacity)};
734
- ${(0,P.setVariable)(T.opacityContentOnSurfaceFocused,x.neutralFocusStateLayerOpacity)};
735
- ${(0,P.setVariable)(T.opacityContentOnSurfaceSelected,x.neutralActiveStateLayerOpacity)};
736
- ${(0,P.setVariable)(T.opacityContentOnSurfacePressed,x.neutralActiveStateLayerOpacity)};
732
+ ${(0,M.setVariable)(B.backgroundColor,E.neutralStateLayerColor)};
733
+ ${(0,M.setVariable)(B.opacityContentOnSurfaceHover,E.neutralHoverStateLayerOpacity)};
734
+ ${(0,M.setVariable)(B.opacityContentOnSurfaceFocused,E.neutralFocusStateLayerOpacity)};
735
+ ${(0,M.setVariable)(B.opacityContentOnSurfaceSelected,E.neutralActiveStateLayerOpacity)};
736
+ ${(0,M.setVariable)(B.opacityContentOnSurfacePressed,E.neutralActiveStateLayerOpacity)};
737
737
 
738
- background-color: ${x.neutralBackgroundColor};
739
- color: ${x.neutralColor};
738
+ background-color: ${E.neutralBackgroundColor};
739
+ color: ${E.neutralColor};
740
740
  border-style: none;
741
741
  }
742
742
 
743
743
  .ft-button--neutral[disabled] {
744
- opacity: ${x.neutralDisabledComponentOpacity};
744
+ opacity: ${E.neutralDisabledComponentOpacity};
745
745
  }
746
746
 
747
747
  .ft-button--neutral ft-icon {
748
- color: ${x.neutralIconColor};
748
+ color: ${E.neutralIconColor};
749
749
  }
750
750
 
751
751
  /** Large styles **/
752
752
 
753
753
  .ft-button--large {
754
- ${(0,P.setVariable)(yt.size,x.largeIconSize)};
755
- ${(0,P.setVariable)(mt.size,x.largeIconSize)};
754
+ ${(0,M.setVariable)(ve.size,E.largeIconSize)};
755
+ ${(0,M.setVariable)(xe.size,E.largeIconSize)};
756
756
 
757
- height: ${x.largeHeight};
758
- padding: 0 ${x.largeHorizontalPadding};
759
- gap: ${x.largeGap};
760
- border-radius: ${x.largeBorderRadius};
761
- border-width: ${x.largeBorderWidth};
757
+ height: ${E.largeHeight};
758
+ padding: 0 ${E.largeHorizontalPadding};
759
+ gap: ${E.largeGap};
760
+ border-radius: ${E.largeBorderRadius};
761
+ border-width: ${E.largeBorderWidth};
762
762
  }
763
763
 
764
764
  .ft-button--large:focus-visible {
765
- outline-width: ${x.largeFocusOutlineWidth};
766
- outline-offset: ${x.largeFocusOutlineOffset};
765
+ outline-width: ${E.largeFocusOutlineWidth};
766
+ outline-offset: ${E.largeFocusOutlineOffset};
767
767
  }
768
768
 
769
769
  .ft-button--large.ft-button--icon-only {
770
- width: ${x.largeIconOnlyWidth};
770
+ width: ${E.largeIconOnlyWidth};
771
771
  padding: unset;
772
772
  }
773
773
 
774
774
  /** Small styles **/
775
775
 
776
776
  .ft-button--small {
777
- ${(0,P.setVariable)(yt.size,x.smallIconSize)};
778
- ${(0,P.setVariable)(mt.size,x.smallIconSize)};
777
+ ${(0,M.setVariable)(ve.size,E.smallIconSize)};
778
+ ${(0,M.setVariable)(xe.size,E.smallIconSize)};
779
779
 
780
- height: ${x.smallHeight};
781
- padding: 0 ${x.smallHorizontalPadding};
782
- gap: ${x.smallGap};
783
- border-radius: ${x.smallBorderRadius};
784
- border-width: ${x.smallBorderWidth};
780
+ height: ${E.smallHeight};
781
+ padding: 0 ${E.smallHorizontalPadding};
782
+ gap: ${E.smallGap};
783
+ border-radius: ${E.smallBorderRadius};
784
+ border-width: ${E.smallBorderWidth};
785
785
  }
786
786
 
787
787
  .ft-button--small:focus-visible {
788
- outline-width: ${x.smallFocusOutlineWidth};
789
- outline-offset: ${x.smallFocusOutlineOffset};
788
+ outline-width: ${E.smallFocusOutlineWidth};
789
+ outline-offset: ${E.smallFocusOutlineOffset};
790
790
  }
791
791
 
792
792
  .ft-button--small.ft-button--icon-only {
793
- width: ${x.smallIconOnlyWidth};
793
+ width: ${E.smallIconOnlyWidth};
794
794
  padding: unset;
795
795
  }
796
- `,P.noTextSelect];var yo=function(o,t,r,i){var n=arguments.length,a=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,t,r,i);else for(var p=o.length-1;p>=0;p--)(l=o[p])&&(a=(n<3?l(a):n>3?l(t,r,a):l(t,r))||a);return n>3&&a&&Object.defineProperty(t,r,a),a},Vt=class extends Y{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?xe.caption1medium:xe.body2medium}};Vt.styles=[aa.safariEllipsisFix,na];yo([(0,Ze.property)({type:Boolean})],Vt.prototype,"primary",void 0);yo([(0,Ze.property)({type:Boolean})],Vt.prototype,"secondary",void 0);yo([(0,Ze.property)({type:Boolean})],Vt.prototype,"tertiary",void 0);yo([(0,Ze.property)({type:Boolean})],Vt.prototype,"neutral",void 0);yo([(0,Ze.property)({type:Boolean})],Vt.prototype,"small",void 0);(0,wr.customElement)("ft-button")(dt);(0,wr.customElement)("ftds-button")(Vt);var fa=f(O());var ca=f(R()),de=f(V()),pa=f(O()),da=f(We());var wt=f(O()),sa=f(R());var ee={textColor:wt.FtCssVariableFactory.extend("--ft-checkbox-text-color","",wt.designSystemVariables.colorOnSurfaceHigh),fontSize:wt.FtCssVariableFactory.extend("--ft-checkbox-font-size","",S.fontSize),colorPrimary:wt.FtCssVariableFactory.external(wt.designSystemVariables.colorPrimary,"Design system"),colorOnPrimary:wt.FtCssVariableFactory.external(wt.designSystemVariables.colorOnPrimary,"Design system"),borderColor:wt.FtCssVariableFactory.extend("--ft-checkbox-border-color","",wt.designSystemVariables.colorOnSurfaceMedium),colorOnSurfaceDisabled:wt.FtCssVariableFactory.external(wt.designSystemVariables.colorOnSurfaceDisabled,"Design system")},la=sa.css`
796
+ `,M.noTextSelect];var Ur=function(t,e,o,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,o,a):s(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a},Qe=class extends te{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?_t.caption1medium:_t.body2medium}};Qe.styles=[vs.safariEllipsisFix,xs];Ur([(0,dr.property)({type:Boolean})],Qe.prototype,"primary",void 0);Ur([(0,dr.property)({type:Boolean})],Qe.prototype,"secondary",void 0);Ur([(0,dr.property)({type:Boolean})],Qe.prototype,"tertiary",void 0);Ur([(0,dr.property)({type:Boolean})],Qe.prototype,"neutral",void 0);Ur([(0,dr.property)({type:Boolean})],Qe.prototype,"small",void 0);(0,fn.customElement)("ft-button")(he);(0,fn.customElement)("ftds-button")(Qe);var As=m(R());var Cs=m(D()),vt=m(H()),Es=m(R()),ws=m(or());var Pe=m(R()),Ss=m(D());var ct={textColor:Pe.FtCssVariableFactory.extend("--ft-checkbox-text-color","",Pe.designSystemVariables.colorOnSurfaceHigh),fontSize:Pe.FtCssVariableFactory.extend("--ft-checkbox-font-size","",N.fontSize),colorPrimary:Pe.FtCssVariableFactory.external(Pe.designSystemVariables.colorPrimary,"Design system"),colorOnPrimary:Pe.FtCssVariableFactory.external(Pe.designSystemVariables.colorOnPrimary,"Design system"),borderColor:Pe.FtCssVariableFactory.extend("--ft-checkbox-border-color","",Pe.designSystemVariables.colorOnSurfaceMedium),colorOnSurfaceDisabled:Pe.FtCssVariableFactory.external(Pe.designSystemVariables.colorOnSurfaceDisabled,"Design system")},Os=Ss.css`
797
797
  * {
798
798
  box-sizing: border-box;
799
799
  }
800
800
 
801
801
  .ft-checkbox {
802
802
  box-sizing: border-box;
803
- color: ${ee.textColor};
804
- font-size: ${ee.fontSize};
803
+ color: ${ct.textColor};
804
+ font-size: ${ct.fontSize};
805
805
 
806
806
  display: inline-flex;
807
807
  align-items: center;
@@ -809,7 +809,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
809
809
  }
810
810
 
811
811
  .ft-checkbox--disabled {
812
- color: ${ee.colorOnSurfaceDisabled};
812
+ color: ${ct.colorOnSurfaceDisabled};
813
813
  }
814
814
 
815
815
  input {
@@ -833,26 +833,26 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
833
833
 
834
834
  .ft-checkbox--box {
835
835
  display: flex;
836
- border: 2px solid ${ee.borderColor};
836
+ border: 2px solid ${ct.borderColor};
837
837
  border-radius: 2px;
838
838
 
839
839
  width: 18px;
840
840
  height: 18px;
841
841
 
842
- color: ${ee.colorOnPrimary};
842
+ color: ${ct.colorOnPrimary};
843
843
  }
844
844
 
845
845
 
846
846
  .ft-checkbox--checked .ft-checkbox--box,
847
847
  .ft-checkbox--indeterminate .ft-checkbox--box {
848
- border-color: ${ee.colorPrimary};
849
- background-color: ${ee.colorPrimary};
848
+ border-color: ${ct.colorPrimary};
849
+ background-color: ${ct.colorPrimary};
850
850
  }
851
851
 
852
852
  .ft-checkbox--disabled .ft-checkbox--box {
853
- border-color: ${ee.colorOnSurfaceDisabled};
853
+ border-color: ${ct.colorOnSurfaceDisabled};
854
854
  background-color: transparent;
855
- color: ${ee.colorOnSurfaceDisabled};
855
+ color: ${ct.colorOnSurfaceDisabled};
856
856
  }
857
857
 
858
858
  .ft-checkbox--checkmark {
@@ -871,8 +871,8 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
871
871
  .ft-checkbox--indeterminate .ft-checkbox--checkmark {
872
872
  opacity: 1;
873
873
  }
874
- `;var je=function(o,t,r,i){var n=arguments.length,a=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,t,r,i);else for(var p=o.length-1;p>=0;p--)(l=o[p])&&(a=(n<3?l(a):n>3?l(t,r,a):l(t,r))||a);return n>3&&a&&Object.defineProperty(t,r,a),a},St=class extends pa.FtLitElement{constructor(){super(...arguments),this.name="",this.checked=!1,this.indeterminate=!1,this.disabled=!1}render(){let t={"ft-checkbox":!0,"ft-checkbox--checked":this.checked,"ft-checkbox--indeterminate":this.indeterminate,"ft-checkbox--disabled":this.disabled};return ca.html`
875
- <label class="${(0,da.classMap)(t)}" for="checkbox-input">
874
+ `;var pr=function(t,e,o,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,o,a):s(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a},we=class extends Es.FtLitElement{constructor(){super(...arguments),this.name="",this.checked=!1,this.indeterminate=!1,this.disabled=!1}render(){let e={"ft-checkbox":!0,"ft-checkbox--checked":this.checked,"ft-checkbox--indeterminate":this.indeterminate,"ft-checkbox--disabled":this.disabled};return Cs.html`
875
+ <label class="${(0,ws.classMap)(e)}" for="checkbox-input">
876
876
  <div class="ft-checkbox--box-container">
877
877
  <ft-ripple
878
878
  ?disabled=${this.disabled}
@@ -898,14 +898,14 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
898
898
  <slot></slot>
899
899
  </ft-typography>
900
900
  </label>
901
- `}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.indeterminate=!1,this.dispatchEvent(new CustomEvent("change",{detail:this.checked}))}contentAvailableCallback(t){var r;super.contentAvailableCallback(t),(r=this.ripple)===null||r===void 0||r.setupFor(this.container)}};St.elementDefinitions={"ft-ripple":k,"ft-typography":X};St.styles=la;je([(0,de.property)()],St.prototype,"name",void 0);je([(0,de.property)({type:Boolean,reflect:!0})],St.prototype,"checked",void 0);je([(0,de.property)({type:Boolean})],St.prototype,"indeterminate",void 0);je([(0,de.property)({type:Boolean})],St.prototype,"disabled",void 0);je([(0,de.query)(".ft-checkbox")],St.prototype,"container",void 0);je([(0,de.query)("ft-ripple")],St.prototype,"ripple",void 0);(0,fa.customElement)("ft-checkbox")(St);var Rr=f(O());var ma=f(R()),Dt=f(V()),ya=f(O()),ga=f(We());var ua=f(R()),Rt=f(O()),Ee={textColor:Rt.FtCssVariableFactory.extend("--ft-radio-text-color","",Rt.designSystemVariables.colorOnSurfaceHigh),colorPrimary:Rt.FtCssVariableFactory.external(Rt.designSystemVariables.colorPrimary,"Design system"),colorOnPrimary:Rt.FtCssVariableFactory.external(Rt.designSystemVariables.colorOnPrimary,"Design system"),borderColor:Rt.FtCssVariableFactory.extend("--ft-radio-border-color","",Rt.designSystemVariables.colorOnSurfaceMedium),colorOnSurfaceDisabled:Rt.FtCssVariableFactory.external(Rt.designSystemVariables.colorOnSurfaceDisabled,"Design system")},ha=ua.css`
901
+ `}onChange(e){e.stopPropagation(),this.checked=e.target.checked,this.indeterminate=!1,this.dispatchEvent(new CustomEvent("change",{detail:this.checked}))}contentAvailableCallback(e){var o;super.contentAvailableCallback(e),(o=this.ripple)===null||o===void 0||o.setupFor(this.container)}};we.elementDefinitions={"ft-ripple":U,"ft-typography":oe};we.styles=Os;pr([(0,vt.property)()],we.prototype,"name",void 0);pr([(0,vt.property)({type:Boolean,reflect:!0})],we.prototype,"checked",void 0);pr([(0,vt.property)({type:Boolean})],we.prototype,"indeterminate",void 0);pr([(0,vt.property)({type:Boolean})],we.prototype,"disabled",void 0);pr([(0,vt.query)(".ft-checkbox")],we.prototype,"container",void 0);pr([(0,vt.query)("ft-ripple")],we.prototype,"ripple",void 0);(0,As.customElement)("ft-checkbox")(we);var un=m(R());var Ps=m(D()),We=m(H()),Ls=m(R()),Ts=m(or());var Rs=m(D()),Le=m(R()),Ut={textColor:Le.FtCssVariableFactory.extend("--ft-radio-text-color","",Le.designSystemVariables.colorOnSurfaceHigh),colorPrimary:Le.FtCssVariableFactory.external(Le.designSystemVariables.colorPrimary,"Design system"),colorOnPrimary:Le.FtCssVariableFactory.external(Le.designSystemVariables.colorOnPrimary,"Design system"),borderColor:Le.FtCssVariableFactory.extend("--ft-radio-border-color","",Le.designSystemVariables.colorOnSurfaceMedium),colorOnSurfaceDisabled:Le.FtCssVariableFactory.external(Le.designSystemVariables.colorOnSurfaceDisabled,"Design system")},Ns=Rs.css`
902
902
  * {
903
903
  box-sizing: border-box;
904
904
  }
905
905
 
906
906
  .ft-radio {
907
907
  box-sizing: border-box;
908
- color: ${Ee.textColor};
908
+ color: ${Ut.textColor};
909
909
 
910
910
  display: inline-flex;
911
911
  align-items: center;
@@ -913,7 +913,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
913
913
  }
914
914
 
915
915
  .ft-radio--disabled {
916
- color: ${Ee.colorOnSurfaceDisabled};
916
+ color: ${Ut.colorOnSurfaceDisabled};
917
917
  }
918
918
 
919
919
  input {
@@ -936,7 +936,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
936
936
  }
937
937
 
938
938
  .ft-radio--box {
939
- border: 2px solid ${Ee.borderColor};
939
+ border: 2px solid ${Ut.borderColor};
940
940
  border-radius: 50%;
941
941
 
942
942
  display: flex;
@@ -949,7 +949,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
949
949
 
950
950
  .ft-radio--box:after {
951
951
  content: " ";
952
- background-color: ${Ee.colorPrimary};
952
+ background-color: ${Ut.colorPrimary};
953
953
 
954
954
  border-radius: 50%;
955
955
 
@@ -961,7 +961,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
961
961
  }
962
962
 
963
963
  .ft-radio--checked .ft-radio--box {
964
- border-color: ${Ee.colorPrimary};
964
+ border-color: ${Ut.colorPrimary};
965
965
  }
966
966
 
967
967
 
@@ -970,24 +970,24 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
970
970
  }
971
971
 
972
972
  .ft-radio--disabled .ft-radio--box {
973
- border-color: ${Ee.colorOnSurfaceDisabled};
973
+ border-color: ${Ut.colorOnSurfaceDisabled};
974
974
  background-color: transparent;
975
975
  }
976
976
 
977
977
  .ft-radio--disabled .ft-radio--box:after {
978
- background-color: ${Ee.colorOnSurfaceDisabled};
978
+ background-color: ${Ut.colorOnSurfaceDisabled};
979
979
  }
980
980
 
981
981
  .ft-radio:has(:focus-visible) {
982
- outline: 2px solid ${Rt.designSystemVariables.colorPrimary};
982
+ outline: 2px solid ${Le.designSystemVariables.colorPrimary};
983
983
  outline-offset: -2px;
984
984
  }
985
985
 
986
986
  .ft-radio ft-typography {
987
987
  padding-right: 2px;
988
988
  }
989
- `;var oe=function(o,t,r,i){var n=arguments.length,a=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,t,r,i);else for(var p=o.length-1;p>=0;p--)(l=o[p])&&(a=(n<3?l(a):n>3?l(t,r,a):l(t,r))||a);return n>3&&a&&Object.defineProperty(t,r,a),a},Bo=class extends CustomEvent{constructor(t,r){super("change",{detail:{value:t,checked:r},bubbles:!0,composed:!0})}},lt=class extends ya.FtLitElement{constructor(){super(...arguments),this.value="",this.name="",this.checked=!1,this.ariaChecked="false",this.disabled=!1,this.role="radio"}render(){let t={"ft-radio":!0,"ft-radio--checked":this.checked,"ft-radio--disabled":this.disabled};return ma.html`
990
- <div class="${(0,ga.classMap)(t)}">
989
+ `;var dt=function(t,e,o,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,o,a):s(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a},po=class extends CustomEvent{constructor(e,o){super("change",{detail:{value:e,checked:o},bubbles:!0,composed:!0})}},pe=class extends Ls.FtLitElement{constructor(){super(...arguments),this.value="",this.name="",this.checked=!1,this.ariaChecked="false",this.disabled=!1,this.role="radio"}render(){let e={"ft-radio":!0,"ft-radio--checked":this.checked,"ft-radio--disabled":this.disabled};return Ps.html`
990
+ <div class="${(0,Ts.classMap)(e)}">
991
991
  <div class="ft-radio--box-container">
992
992
  <ft-ripple
993
993
  ?disabled=${this.disabled}
@@ -1005,13 +1005,13 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
1005
1005
  @change=${this.onChange}
1006
1006
  >
1007
1007
  </div>
1008
- <label for="radio-button" @click=${r=>{var i;r.stopPropagation(),r.preventDefault(),(i=this.input)===null||i===void 0||i.click()}}>
1008
+ <label for="radio-button" @click=${o=>{var n;o.stopPropagation(),o.preventDefault(),(n=this.input)===null||n===void 0||n.click()}}>
1009
1009
  <ft-typography variant="body2">
1010
1010
  <slot></slot>
1011
1011
  </ft-typography>
1012
1012
  </label>
1013
1013
  </div>
1014
- `}update(t){super.update(t),t.has("checked")&&(this.ariaChecked=this.checked?"true":"false")}onChange(t){t.stopPropagation(),this.checked=t.target.checked,this.dispatchEvent(new Bo(this.value,this.checked))}contentAvailableCallback(t){var r;super.contentAvailableCallback(t),(r=this.ripple)===null||r===void 0||r.setupFor(this.container)}select(){this.checked=!0,this.dispatchEvent(new Bo(this.value,this.checked))}setInputTabIndex(t){this.input&&(this.input.tabIndex=t)}focus(){var t;(t=this.input)===null||t===void 0||t.focus()}};lt.elementDefinitions={"ft-ripple":k,"ft-typography":X};lt.styles=ha;oe([(0,Dt.property)()],lt.prototype,"value",void 0);oe([(0,Dt.property)()],lt.prototype,"name",void 0);oe([(0,Dt.property)({type:Boolean,reflect:!0})],lt.prototype,"checked",void 0);oe([(0,Dt.property)({attribute:"aria-checked",reflect:!0})],lt.prototype,"ariaChecked",void 0);oe([(0,Dt.property)({type:Boolean})],lt.prototype,"disabled",void 0);oe([(0,Dt.property)({reflect:!0,attribute:"role"})],lt.prototype,"role",void 0);oe([(0,Dt.query)(".ft-radio")],lt.prototype,"container",void 0);oe([(0,Dt.query)("ft-ripple")],lt.prototype,"ripple",void 0);oe([(0,Dt.query)("input")],lt.prototype,"input",void 0);var va=f(O()),re=f(V()),Sa=f(R());var ba=f(R());var xa=ba.css`
1014
+ `}update(e){super.update(e),e.has("checked")&&(this.ariaChecked=this.checked?"true":"false")}onChange(e){e.stopPropagation(),this.checked=e.target.checked,this.dispatchEvent(new po(this.value,this.checked))}contentAvailableCallback(e){var o;super.contentAvailableCallback(e),(o=this.ripple)===null||o===void 0||o.setupFor(this.container)}select(){this.checked=!0,this.dispatchEvent(new po(this.value,this.checked))}setInputTabIndex(e){this.input&&(this.input.tabIndex=e)}focus(){var e;(e=this.input)===null||e===void 0||e.focus()}};pe.elementDefinitions={"ft-ripple":U,"ft-typography":oe};pe.styles=Ns;dt([(0,We.property)()],pe.prototype,"value",void 0);dt([(0,We.property)()],pe.prototype,"name",void 0);dt([(0,We.property)({type:Boolean,reflect:!0})],pe.prototype,"checked",void 0);dt([(0,We.property)({attribute:"aria-checked",reflect:!0})],pe.prototype,"ariaChecked",void 0);dt([(0,We.property)({type:Boolean})],pe.prototype,"disabled",void 0);dt([(0,We.property)({reflect:!0,attribute:"role"})],pe.prototype,"role",void 0);dt([(0,We.query)(".ft-radio")],pe.prototype,"container",void 0);dt([(0,We.query)("ft-ripple")],pe.prototype,"ripple",void 0);dt([(0,We.query)("input")],pe.prototype,"input",void 0);var _s=m(R()),pt=m(H()),Ds=m(D());var Is=m(D());var ks=Is.css`
1015
1015
  :host {
1016
1016
  display: block;
1017
1017
  }
@@ -1019,12 +1019,12 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
1019
1019
  :host(:focus-visible) {
1020
1020
  outline: none;
1021
1021
  }
1022
- `;var qe=function(o,t,r,i){var n=arguments.length,a=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,t,r,i);else for(var p=o.length-1;p>=0;p--)(l=o[p])&&(a=(n<3?l(a):n>3?l(t,r,a):l(t,r))||a);return n>3&&a&&Object.defineProperty(t,r,a),a},Tt=class extends va.FtLitElement{constructor(){super(...arguments),this.name="",this.role="radiogroup",this.tabIndex=0,this.ariaLabelledBy="",this.currentSelectedIndex=0,this.onFocus=()=>{this.tabIndex==0&&(this.tabIndex=-1,setTimeout(()=>this.focusCurrentChecked(),100))},this.onFocusOut=t=>{!this.contains(t.relatedTarget)&&(this.tabIndex=0)}}render(){return Sa.html`
1022
+ `;var fr=function(t,e,o,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,o,a):s(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a},$e=class extends _s.FtLitElement{constructor(){super(...arguments),this.name="",this.role="radiogroup",this.tabIndex=0,this.ariaLabelledBy="",this.currentSelectedIndex=0,this.onFocus=()=>{this.tabIndex==0&&(this.tabIndex=-1,setTimeout(()=>this.focusCurrentChecked(),100))},this.onFocusOut=e=>{!this.contains(e.relatedTarget)&&(this.tabIndex=0)}}render(){return Ds.html`
1023
1023
  <slot @slotchange=${this.onSlotChange}
1024
1024
  @change=${this.onChange}
1025
1025
  @keydown=${this.onKeyDown}
1026
1026
  ></slot>
1027
- `}connectedCallback(){super.connectedCallback(),this.addEventListener("focus",this.onFocus),this.addEventListener("focusout",this.onFocusOut)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("focus",this.onFocus),this.removeEventListener("focusout",this.onFocusOut)}onSlotChange(){this.radioButtons.forEach(t=>t.name=this.name)}contentAvailableCallback(t){super.contentAvailableCallback(t),this.radioButtons.forEach(r=>r.setInputTabIndex(-1)),this.resolveCurrentSelectedIndex()}onChange(t){t.stopPropagation(),this.radioButtons.forEach(r=>r.checked=t.detail.value===r.value),this.dispatchEvent(new CustomEvent("change",{detail:t.detail.value})),this.resolveCurrentSelectedIndex()}onKeyDown(t){let r=!1;switch(t.key){case"ArrowUp":case"ArrowLeft":{r=!0;let i=this.currentSelectedIndex-1;this.radioButtons[i<0?this.radioButtons.length-1:i].select(),this.radioButtons[i<0?this.radioButtons.length-1:i].focus();break}case"ArrowDown":case"ArrowRight":{r=!0;let i=this.currentSelectedIndex+1;this.radioButtons[i>this.radioButtons.length-1?0:i].select(),this.radioButtons[i>this.radioButtons.length-1?0:i].focus();break}case"Enter":this.radioButtons[this.currentSelectedIndex].select()}r&&(t.stopPropagation(),t.preventDefault())}resolveCurrentSelectedIndex(){let t=this.radioButtons.findIndex(r=>r.checked);t==-1?(this.currentSelectedIndex=0,this.radioButtons[0].select()):this.currentSelectedIndex=t}focusCurrentChecked(){this.radioButtons[this.currentSelectedIndex].focus()}};Tt.elementDefinitions={};Tt.styles=xa;qe([(0,re.property)()],Tt.prototype,"name",void 0);qe([(0,re.property)({reflect:!0,attribute:"role"})],Tt.prototype,"role",void 0);qe([(0,re.property)({reflect:!0})],Tt.prototype,"tabIndex",void 0);qe([(0,re.property)({reflect:!0,attribute:"aria-labelledby"})],Tt.prototype,"ariaLabelledBy",void 0);qe([(0,re.queryAssignedElements)()],Tt.prototype,"radioButtons",void 0);qe([(0,re.state)()],Tt.prototype,"currentSelectedIndex",void 0);(0,Rr.customElement)("ft-radio")(lt);(0,Rr.customElement)("ft-radio-group")(Tt);var Oa=f(R()),B=f(O());var Uo={borderRadiusM:B.FtCssVariableFactory.external(B.designSystemVariables.borderRadiusM,"Design system"),colorOutline:B.FtCssVariableFactory.external(B.designSystemVariables.colorOutline,"Design system"),colorOnSurface:B.FtCssVariableFactory.external(B.designSystemVariables.colorOnSurface,"Design system"),colorOnSurfaceMedium:B.FtCssVariableFactory.external(B.designSystemVariables.colorOnSurfaceMedium,"Design system"),colorOnSurfaceDisabled:B.FtCssVariableFactory.external(B.designSystemVariables.colorOnSurfaceDisabled,"Design system"),colorPrimary:B.FtCssVariableFactory.external(B.designSystemVariables.colorPrimary,"Design system"),colorOnPrimary:B.FtCssVariableFactory.external(B.designSystemVariables.colorOnPrimary,"Design system"),fontFamily:B.FtCssVariableFactory.external(Ct.fontFamily,"Body2 typography"),fontSize:B.FtCssVariableFactory.external(Ct.fontSize,"Body2 typography"),fontWeight:B.FtCssVariableFactory.external(Ct.fontWeight,"Body2 typography"),letterSpacing:B.FtCssVariableFactory.external(Ct.letterSpacing,"Body2 typography"),lineHeight:B.FtCssVariableFactory.external(Ct.lineHeight,"Body2 typography"),textTransform:B.FtCssVariableFactory.external(Ct.textTransform,"Body2 typography")},Ca=Oa.css`
1027
+ `}connectedCallback(){super.connectedCallback(),this.addEventListener("focus",this.onFocus),this.addEventListener("focusout",this.onFocusOut)}disconnectedCallback(){super.disconnectedCallback(),this.removeEventListener("focus",this.onFocus),this.removeEventListener("focusout",this.onFocusOut)}onSlotChange(){this.radioButtons.forEach(e=>e.name=this.name)}contentAvailableCallback(e){super.contentAvailableCallback(e),this.radioButtons.forEach(o=>o.setInputTabIndex(-1)),this.resolveCurrentSelectedIndex()}onChange(e){e.stopPropagation(),this.radioButtons.forEach(o=>o.checked=e.detail.value===o.value),this.dispatchEvent(new CustomEvent("change",{detail:e.detail.value})),this.resolveCurrentSelectedIndex()}onKeyDown(e){let o=!1;switch(e.key){case"ArrowUp":case"ArrowLeft":{o=!0;let n=this.currentSelectedIndex-1;this.radioButtons[n<0?this.radioButtons.length-1:n].select(),this.radioButtons[n<0?this.radioButtons.length-1:n].focus();break}case"ArrowDown":case"ArrowRight":{o=!0;let n=this.currentSelectedIndex+1;this.radioButtons[n>this.radioButtons.length-1?0:n].select(),this.radioButtons[n>this.radioButtons.length-1?0:n].focus();break}case"Enter":this.radioButtons[this.currentSelectedIndex].select()}o&&(e.stopPropagation(),e.preventDefault())}resolveCurrentSelectedIndex(){let e=this.radioButtons.findIndex(o=>o.checked);e==-1?(this.currentSelectedIndex=0,this.radioButtons[0].select()):this.currentSelectedIndex=e}focusCurrentChecked(){this.radioButtons[this.currentSelectedIndex].focus()}};$e.elementDefinitions={};$e.styles=ks;fr([(0,pt.property)()],$e.prototype,"name",void 0);fr([(0,pt.property)({reflect:!0,attribute:"role"})],$e.prototype,"role",void 0);fr([(0,pt.property)({reflect:!0})],$e.prototype,"tabIndex",void 0);fr([(0,pt.property)({reflect:!0,attribute:"aria-labelledby"})],$e.prototype,"ariaLabelledBy",void 0);fr([(0,pt.queryAssignedElements)()],$e.prototype,"radioButtons",void 0);fr([(0,pt.state)()],$e.prototype,"currentSelectedIndex",void 0);(0,un.customElement)("ft-radio")(pe);(0,un.customElement)("ft-radio-group")($e);var $s=m(D()),G=m(R());var fo={borderRadiusM:G.FtCssVariableFactory.external(G.designSystemVariables.borderRadiusM,"Design system"),colorOutline:G.FtCssVariableFactory.external(G.designSystemVariables.colorOutline,"Design system"),colorOnSurface:G.FtCssVariableFactory.external(G.designSystemVariables.colorOnSurface,"Design system"),colorOnSurfaceMedium:G.FtCssVariableFactory.external(G.designSystemVariables.colorOnSurfaceMedium,"Design system"),colorOnSurfaceDisabled:G.FtCssVariableFactory.external(G.designSystemVariables.colorOnSurfaceDisabled,"Design system"),colorPrimary:G.FtCssVariableFactory.external(G.designSystemVariables.colorPrimary,"Design system"),colorOnPrimary:G.FtCssVariableFactory.external(G.designSystemVariables.colorOnPrimary,"Design system"),fontFamily:G.FtCssVariableFactory.external(Ae.fontFamily,"Body2 typography"),fontSize:G.FtCssVariableFactory.external(Ae.fontSize,"Body2 typography"),fontWeight:G.FtCssVariableFactory.external(Ae.fontWeight,"Body2 typography"),letterSpacing:G.FtCssVariableFactory.external(Ae.letterSpacing,"Body2 typography"),lineHeight:G.FtCssVariableFactory.external(Ae.lineHeight,"Body2 typography"),textTransform:G.FtCssVariableFactory.external(Ae.textTransform,"Body2 typography")},Bs=$s.css`
1028
1028
  .ft-filter-level--container {
1029
1029
  display: flex;
1030
1030
  flex-direction: column;
@@ -1038,14 +1038,14 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
1038
1038
  flex-shrink: 0;
1039
1039
  text-decoration: none;
1040
1040
  position: relative;
1041
- border-radius: ${Uo.borderRadiusM};
1041
+ border-radius: ${fo.borderRadiusM};
1042
1042
  overflow: hidden;
1043
1043
  display: flex;
1044
1044
  align-items: center;
1045
1045
  padding: 4px 4px;
1046
1046
  gap: 4px;
1047
1047
  cursor: pointer;
1048
- color: ${Uo.colorOnSurface};
1048
+ color: ${fo.colorOnSurface};
1049
1049
  }
1050
1050
 
1051
1051
  .ft-filter-level--go-back:focus {
@@ -1074,7 +1074,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
1074
1074
  }
1075
1075
 
1076
1076
  ft-button {
1077
- ${(0,B.setVariable)(D.color,Uo.colorOnSurface)};
1077
+ ${(0,G.setVariable)(V.color,fo.colorOnSurface)};
1078
1078
  }
1079
1079
 
1080
1080
  ft-radio, ft-checkbox {
@@ -1088,11 +1088,11 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
1088
1088
 
1089
1089
  .ft-filter-level--no-values {
1090
1090
  margin: 10px 0;
1091
- color: ${Uo.colorOnSurfaceMedium};
1091
+ color: ${fo.colorOnSurfaceMedium};
1092
1092
  }
1093
- `;var ft=function(o,t,r,i){var n=arguments.length,a=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,t,r,i);else for(var p=o.length-1;p>=0;p--)(l=o[p])&&(a=(n<3?l(a):n>3?l(t,r,a):l(t,r))||a);return n>3&&a&&Object.defineProperty(t,r,a),a},K=class extends zo.FtLitElement{constructor(){super(...arguments),this.filterId="",this.options=[],this.multivalued=!1,this.disabled=!1,this.hideSelectedOptions=!1,this.displayCount=!1,this.preventNavigation=!1,this.filter="",this.moreValuesButtonLabel="More",this.displayedValuesLimit=0,this.displayedPages=1}get hasHiddenValues(){let t=this.limit;return t!=null&&t<this.options.length}get limit(){return this.displayedValuesLimit>0?this.displayedPages*this.displayedValuesLimit:void 0}get height(){var t,r;return(r=(t=this.container)===null||t===void 0?void 0:t.scrollHeight)!==null&&r!==void 0?r:0}render(){let t=[...this.options];this.hideSelectedOptions&&(t=t.filter(i=>!i.selected)),this.filter&&(t=t.filter(i=>i.label.toLowerCase().includes(this.filter.toLowerCase())));let r=t.slice(0,this.limit);return Nt.html`
1093
+ `;var me=function(t,e,o,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,o,a):s(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a},X=class extends uo.FtLitElement{constructor(){super(...arguments),this.filterId="",this.options=[],this.multivalued=!1,this.disabled=!1,this.hideSelectedOptions=!1,this.displayCount=!1,this.preventNavigation=!1,this.filter="",this.moreValuesButtonLabel="More",this.displayedValuesLimit=0,this.displayedPages=1}get hasHiddenValues(){let e=this.limit;return e!=null&&e<this.options.length}get limit(){return this.displayedValuesLimit>0?this.displayedPages*this.displayedValuesLimit:void 0}get height(){var e,o;return(o=(e=this.container)===null||e===void 0?void 0:e.scrollHeight)!==null&&o!==void 0?o:0}render(){let e=[...this.options];this.hideSelectedOptions&&(e=e.filter(n=>!n.selected)),this.filter&&(e=e.filter(n=>n.label.toLowerCase().includes(this.filter.toLowerCase())));let o=e.slice(0,this.limit);return Te.html`
1094
1094
  <div class="ft-filter-level--container ${this.disabled?"ft-filter--disabled":""}">
1095
- ${this.parent==null?null:Nt.html`
1095
+ ${this.parent==null?null:Te.html`
1096
1096
  <div tabindex="0"
1097
1097
  part="controls go-back"
1098
1098
  class="ft-filter-level--go-back"
@@ -1105,26 +1105,26 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
1105
1105
  <ft-typography variant="body2">${this.parent.label}</ft-typography>
1106
1106
  </div>
1107
1107
  `}
1108
- ${this.options.length===0&&this.noValuesLabel?Nt.html`
1108
+ ${this.options.length===0&&this.noValuesLabel?Te.html`
1109
1109
  <ft-typography class="ft-filter-level--no-values" element="span" variant="body2">
1110
1110
  ${this.noValuesLabel}
1111
1111
  </ft-typography>
1112
- `:Nt.nothing}
1113
- ${(0,Ea.repeat)(r,i=>i.value,i=>{var n;return Nt.html`
1112
+ `:Te.nothing}
1113
+ ${(0,Ms.repeat)(o,n=>n.value,n=>{var i;return Te.html`
1114
1114
  <div class="ft-filter-level--option" part="options" tabindex="-1">
1115
- ${this.multivalued?this.buildMultiValuedOption(i):this.buildMonoValuedOption(i)}
1116
- ${this.preventNavigation||i.selected||((n=i.subOptions)!==null&&n!==void 0?n:[]).length===0?Nt.nothing:Nt.html`
1115
+ ${this.multivalued?this.buildMultiValuedOption(n):this.buildMonoValuedOption(n)}
1116
+ ${this.preventNavigation||n.selected||((i=n.subOptions)!==null&&i!==void 0?i:[]).length===0?Te.nothing:Te.html`
1117
1117
  <ft-button icon="thin_arrow_right"
1118
1118
  part="controls navigate-hierarchy"
1119
1119
  aria-label="expand node"
1120
- label="${i.label}"
1120
+ label="${n.label}"
1121
1121
  ?disabled=${this.disabled}
1122
1122
  tooltipPosition="left"
1123
- @click=${()=>this.displayLevel(i)}></ft-button>
1123
+ @click=${()=>this.displayLevel(n)}></ft-button>
1124
1124
  `}
1125
1125
  </div>
1126
1126
  `})}
1127
- ${r.length<t.length?Nt.html`
1127
+ ${o.length<e.length?Te.html`
1128
1128
  <ft-button
1129
1129
  class="ft-filter-level--display-more"
1130
1130
  icon="thin_arrow"
@@ -1133,30 +1133,30 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
1133
1133
  @click=${this.displayMore}>
1134
1134
  ${this.moreValuesButtonLabel}
1135
1135
  </ft-button>
1136
- `:Nt.nothing}
1136
+ `:Te.nothing}
1137
1137
  </div>
1138
- `}goBackOnKeyPress(t){(t.key==="Enter"||t.key===" ")&&this.dispatchEvent(new CustomEvent("go-back",{detail:this.parent}))}goBackOnClick(t){t.stopPropagation(),t.preventDefault(),this.dispatchEvent(new CustomEvent("go-back",{detail:this.parent}))}displayMore(){this.displayedPages++}buildMultiValuedOption(t){var r;return Nt.html`
1138
+ `}goBackOnKeyPress(e){(e.key==="Enter"||e.key===" ")&&this.dispatchEvent(new CustomEvent("go-back",{detail:this.parent}))}goBackOnClick(e){e.stopPropagation(),e.preventDefault(),this.dispatchEvent(new CustomEvent("go-back",{detail:this.parent}))}displayMore(){this.displayedPages++}buildMultiValuedOption(e){var o;return Te.html`
1139
1139
  <ft-checkbox name="${this.filterId}"
1140
1140
  part="multivalued-option"
1141
- data-value="${t.value}"
1142
- .checked=${t.selected}
1141
+ data-value="${e.value}"
1142
+ .checked=${e.selected}
1143
1143
  .disabled=${this.disabled}
1144
- .indeterminate=${(0,zo.flatDeep)((r=t.subOptions)!==null&&r!==void 0?r:[],i=>{var n;return(n=i.subOptions)!==null&&n!==void 0?n:[]}).some(i=>i.selected)}
1145
- @change=${i=>this.optionsChanged(i,t)}>
1146
- ${t.renderOption?t.renderOption:t.label}${this.displayCount?` (${t.count})`:""}
1144
+ .indeterminate=${(0,uo.flatDeep)((o=e.subOptions)!==null&&o!==void 0?o:[],n=>{var i;return(i=n.subOptions)!==null&&i!==void 0?i:[]}).some(n=>n.selected)}
1145
+ @change=${n=>this.optionsChanged(n,e)}>
1146
+ ${e.renderOption?e.renderOption:e.label}${this.displayCount?` (${e.count})`:""}
1147
1147
  </ft-checkbox>
1148
- `}buildMonoValuedOption(t){return Nt.html`
1148
+ `}buildMonoValuedOption(e){return Te.html`
1149
1149
  <ft-radio name="${this.filterId+Math.round(Math.random()*1e6)}"
1150
1150
  part="monovalued-option"
1151
- data-value="${t.value}"
1152
- value="${t.value}"
1153
- .checked=${t.selected}
1151
+ data-value="${e.value}"
1152
+ value="${e.value}"
1153
+ .checked=${e.selected}
1154
1154
  .disabled=${this.disabled}
1155
- @keydown=${r=>this.onRadioKeyDown(r,t)}
1156
- @change=${r=>this.optionsChanged(r,t)}>
1157
- ${t.renderOption?t.renderOption:t.label}${this.displayCount?` (${t.count})`:""}
1155
+ @keydown=${o=>this.onRadioKeyDown(o,e)}
1156
+ @change=${o=>this.optionsChanged(o,e)}>
1157
+ ${e.renderOption?e.renderOption:e.label}${this.displayCount?` (${e.count})`:""}
1158
1158
  </ft-radio>
1159
- `}onRadioKeyDown(t,r){t.stopPropagation(),(t.key===" "||t.key==="Enter")&&(t.preventDefault(),this.optionsChanged(t,r))}optionsChanged(t,r){t.stopPropagation(),this.dispatchEvent(new CustomEvent("change",{detail:r}))}displayLevel(t){this.dispatchEvent(new CustomEvent("display-level",{detail:t}))}};K.elementDefinitions={"ft-button":dt,"ft-ripple":k,"ft-typography":X,"ft-checkbox":St,"ft-icon":vt,"ft-radio":lt};K.styles=Ca;ft([(0,ot.property)({type:String})],K.prototype,"filterId",void 0);ft([(0,ot.property)({type:Object})],K.prototype,"parent",void 0);ft([(0,ot.property)({type:Array})],K.prototype,"options",void 0);ft([(0,ot.property)({type:Boolean})],K.prototype,"multivalued",void 0);ft([(0,ot.property)({type:Boolean})],K.prototype,"disabled",void 0);ft([(0,ot.property)({type:Boolean})],K.prototype,"hideSelectedOptions",void 0);ft([(0,ot.property)({type:Boolean})],K.prototype,"displayCount",void 0);ft([(0,ot.property)({type:Boolean})],K.prototype,"preventNavigation",void 0);ft([(0,ot.property)({type:String})],K.prototype,"filter",void 0);ft([(0,ot.property)({type:String})],K.prototype,"moreValuesButtonLabel",void 0);ft([(0,ot.property)({type:String})],K.prototype,"noValuesLabel",void 0);ft([(0,ot.property)({type:Number})],K.prototype,"displayedValuesLimit",void 0);ft([(0,ot.query)(".ft-filter-level--container")],K.prototype,"container",void 0);ft([(0,ot.state)()],K.prototype,"radios",void 0);ft([(0,ot.state)()],K.prototype,"displayedPages",void 0);var La=f(O());var Ra=f(R()),Lt=f(V()),Ae=f(O());var Na=f(We());var Aa=f(R()),Bt=f(O());var fe={buttonsColor:Bt.FtCssVariableFactory.extend("--ft-snap-scroll-buttons-color","",Bt.designSystemVariables.colorPrimary),buttonsZIndex:Bt.FtCssVariableFactory.create("--ft-snap-scroll-buttons-z-index","","NUMBER","1"),gap:Bt.FtCssVariableFactory.create("--ft-snap-scroll-gap","","SIZE","0"),colorSurface:Bt.FtCssVariableFactory.external(Bt.designSystemVariables.colorSurface,"Design system")},wa=Aa.css`
1159
+ `}onRadioKeyDown(e,o){e.stopPropagation(),(e.key===" "||e.key==="Enter")&&(e.preventDefault(),this.optionsChanged(e,o))}optionsChanged(e,o){e.stopPropagation(),this.dispatchEvent(new CustomEvent("change",{detail:o}))}displayLevel(e){this.dispatchEvent(new CustomEvent("display-level",{detail:e}))}};X.elementDefinitions={"ft-button":he,"ft-ripple":U,"ft-typography":oe,"ft-checkbox":we,"ft-icon":Ee,"ft-radio":pe};X.styles=Bs;me([(0,ae.property)({type:String})],X.prototype,"filterId",void 0);me([(0,ae.property)({type:Object})],X.prototype,"parent",void 0);me([(0,ae.property)({type:Array})],X.prototype,"options",void 0);me([(0,ae.property)({type:Boolean})],X.prototype,"multivalued",void 0);me([(0,ae.property)({type:Boolean})],X.prototype,"disabled",void 0);me([(0,ae.property)({type:Boolean})],X.prototype,"hideSelectedOptions",void 0);me([(0,ae.property)({type:Boolean})],X.prototype,"displayCount",void 0);me([(0,ae.property)({type:Boolean})],X.prototype,"preventNavigation",void 0);me([(0,ae.property)({type:String})],X.prototype,"filter",void 0);me([(0,ae.property)({type:String})],X.prototype,"moreValuesButtonLabel",void 0);me([(0,ae.property)({type:String})],X.prototype,"noValuesLabel",void 0);me([(0,ae.property)({type:Number})],X.prototype,"displayedValuesLimit",void 0);me([(0,ae.query)(".ft-filter-level--container")],X.prototype,"container",void 0);me([(0,ae.state)()],X.prototype,"radios",void 0);me([(0,ae.state)()],X.prototype,"displayedPages",void 0);var Hs=m(R());var Fs=m(D()),Ie=m(H()),zt=m(R());var Ws=m(or());var Us=m(D()),He=m(R());var St={buttonsColor:He.FtCssVariableFactory.extend("--ft-snap-scroll-buttons-color","",He.designSystemVariables.colorPrimary),buttonsZIndex:He.FtCssVariableFactory.create("--ft-snap-scroll-buttons-z-index","","NUMBER","1"),gap:He.FtCssVariableFactory.create("--ft-snap-scroll-gap","","SIZE","0"),colorSurface:He.FtCssVariableFactory.external(He.designSystemVariables.colorSurface,"Design system")},zs=Us.css`
1160
1160
  .ft-snap-scroll {
1161
1161
  box-sizing: border-box;
1162
1162
  position: relative;
@@ -1191,7 +1191,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
1191
1191
  flex-wrap: nowrap;
1192
1192
  align-items: flex-start;
1193
1193
  justify-content: flex-start;
1194
- gap: ${fe.gap};
1194
+ gap: ${St.gap};
1195
1195
  }
1196
1196
 
1197
1197
  .ft-snap-scroll--hide-scrollbar .ft-snap-scroll--content::-webkit-scrollbar {
@@ -1234,11 +1234,11 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
1234
1234
  .ft-snap-scroll--next {
1235
1235
  position: absolute;
1236
1236
  display: flex;
1237
- z-index: ${fe.buttonsZIndex};
1237
+ z-index: ${St.buttonsZIndex};
1238
1238
  opacity: 1;
1239
1239
  transition: background-color .5s ease-in-out, opacity .5s ease-in-out, z-index .5s ease-in-out;
1240
- ${(0,Bt.setVariable)(D.backgroundColor,"transparent")};
1241
- ${(0,Bt.setVariable)(D.color,fe.buttonsColor)};
1240
+ ${(0,He.setVariable)(V.backgroundColor,"transparent")};
1241
+ ${(0,He.setVariable)(V.color,St.buttonsColor)};
1242
1242
  }
1243
1243
 
1244
1244
  .ft-snap-scroll--previous[hidden],
@@ -1251,45 +1251,45 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
1251
1251
  top: 0;
1252
1252
  left: -1px;
1253
1253
  bottom: 0;
1254
- background: linear-gradient(to right, ${fe.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1254
+ background: linear-gradient(to right, ${St.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1255
1255
  }
1256
1256
 
1257
1257
  .ft-snap-scroll--vertical .ft-snap-scroll--previous {
1258
1258
  top: -1px;
1259
1259
  left: 0;
1260
1260
  right: 0;
1261
- background: linear-gradient(to bottom, ${fe.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1261
+ background: linear-gradient(to bottom, ${St.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1262
1262
  }
1263
1263
 
1264
1264
  .ft-snap-scroll--horizontal .ft-snap-scroll--next {
1265
1265
  top: 0;
1266
1266
  right: -1px;
1267
1267
  bottom: 0;
1268
- background: linear-gradient(to left, ${fe.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1268
+ background: linear-gradient(to left, ${St.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1269
1269
  }
1270
1270
 
1271
1271
  .ft-snap-scroll--vertical .ft-snap-scroll--next {
1272
1272
  left: 0;
1273
1273
  right: 0;
1274
1274
  bottom: -1px;
1275
- background: linear-gradient(to top, ${fe.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1275
+ background: linear-gradient(to top, ${St.colorSurface} 50%, var(--ft-snap-scroll-transparent-color));
1276
1276
  }
1277
1277
 
1278
1278
  .ft-snap-scroll--horizontal .ft-snap-scroll--previous:hover,
1279
1279
  .ft-snap-scroll--horizontal .ft-snap-scroll--next:hover,
1280
1280
  .ft-snap-scroll--vertical .ft-snap-scroll--previous:hover,
1281
1281
  .ft-snap-scroll--vertical .ft-snap-scroll--next:hover {
1282
- background-color: ${fe.colorSurface};
1282
+ background-color: ${St.colorSurface};
1283
1283
  }
1284
- `;var Kt=function(o,t,r,i){var n=arguments.length,a=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,t,r,i);else for(var p=o.length-1;p>=0;p--)(l=o[p])&&(a=(n<3?l(a):n>3?l(t,r,a):l(t,r))||a);return n>3&&a&&Object.defineProperty(t,r,a),a},Nr=class extends CustomEvent{constructor(t,r){super("current-element-change",{detail:{index:t,element:r}})}},rt=class extends Ae.FtLitElement{constructor(){super(...arguments),this.horizontal=!1,this.hideScrollbar=!1,this.controls=!1,this.limitSize=!1,this.elements=[],this.currentElement=0,this.withScroll=!1,this.startReached=!0,this.endReached=!0,this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight",this.updateScrollCallback=()=>this.onScroll(),this.resizeObserver=new ResizeObserver(()=>this.scheduleUpdateScroll()),this.scrollDebouncer=new Ae.Debouncer(200),this.updateScrollDebouncer=new Ae.Debouncer(100)}scrollToIndex(t){this.scrollToElement(this.elements[t])}scrollIndexIntoView(t){let r=this.elements[t];if(r){let i=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.nextSize,n=this.contentSlot[this.scrollAttribute]+this.prevSize;(r[this.offsetAttribute]<n||r[this.offsetAttribute]+r[this.sizeAttribute]>i)&&this.scrollToElement(r)}}previous(){this.scrollToElement(this.elements[Math.max(0,this.closestIndexFromStart()-1)])}next(){this.scrollToElement(this.elements[Math.min(this.closestIndexFromStart()+1,this.elements.length-1)])}render(){let t=(0,Na.classMap)({"ft-snap-scroll":!0,"ft-snap-scroll--horizontal":this.horizontal,"ft-snap-scroll--vertical":!this.horizontal,"ft-snap-scroll--hide-scrollbar":this.hideScrollbar,"ft-snap-scroll--limit-size":this.limitSize,"ft-snap-scroll--safari-fix":Ae.isSafari}),r=this.controls&&this.withScroll;return Ra.html`
1285
- <div part="container" class="${t}">
1284
+ `;var Je=function(t,e,o,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,o,a):s(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a},hn=class extends CustomEvent{constructor(e,o){super("current-element-change",{detail:{index:e,element:o}})}},se=class extends zt.FtLitElement{constructor(){super(...arguments),this.horizontal=!1,this.hideScrollbar=!1,this.controls=!1,this.limitSize=!1,this.elements=[],this.currentElement=0,this.withScroll=!1,this.startReached=!0,this.endReached=!0,this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight",this.updateScrollCallback=()=>this.onScroll(),this.resizeObserver=new ResizeObserver(()=>this.scheduleUpdateScroll()),this.scrollDebouncer=new zt.Debouncer(200),this.updateScrollDebouncer=new zt.Debouncer(100)}scrollToIndex(e){this.scrollToElement(this.elements[e])}scrollIndexIntoView(e){let o=this.elements[e];if(o){let n=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.nextSize,i=this.contentSlot[this.scrollAttribute]+this.prevSize;(o[this.offsetAttribute]<i||o[this.offsetAttribute]+o[this.sizeAttribute]>n)&&this.scrollToElement(o)}}previous(){this.scrollToElement(this.elements[Math.max(0,this.closestIndexFromStart()-1)])}next(){this.scrollToElement(this.elements[Math.min(this.closestIndexFromStart()+1,this.elements.length-1)])}render(){let e=(0,Ws.classMap)({"ft-snap-scroll":!0,"ft-snap-scroll--horizontal":this.horizontal,"ft-snap-scroll--vertical":!this.horizontal,"ft-snap-scroll--hide-scrollbar":this.hideScrollbar,"ft-snap-scroll--limit-size":this.limitSize,"ft-snap-scroll--safari-fix":zt.isSafari}),o=this.controls&&this.withScroll;return Fs.html`
1285
+ <div part="container" class="${e}">
1286
1286
  <ft-button
1287
1287
  class="ft-snap-scroll--previous"
1288
1288
  part="controls"
1289
1289
  primary
1290
1290
  icon="${this.horizontal?"THIN_ARROW_LEFT":"THIN_ARROW_UP"}"
1291
- ?hidden=${!r||this.startReached}
1292
- ?disabled=${!r||this.startReached}
1291
+ ?hidden=${!o||this.startReached}
1292
+ ?disabled=${!o||this.startReached}
1293
1293
  @click=${this.previous}
1294
1294
  ></ft-button>
1295
1295
  <slot class="ft-snap-scroll--content"
@@ -1300,12 +1300,12 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
1300
1300
  part="controls"
1301
1301
  primary
1302
1302
  icon="${this.horizontal?"THIN_ARROW_RIGHT":"THIN_ARROW"}"
1303
- ?hidden=${!r||this.endReached}
1304
- ?disabled=${!r||this.endReached}
1303
+ ?hidden=${!o||this.endReached}
1304
+ ?disabled=${!o||this.endReached}
1305
1305
  @click=${this.next}
1306
1306
  ></ft-button>
1307
1307
  </div>
1308
- `}update(t){super.update(t),t.has("horizontal")&&(this.horizontal?(this.offsetAttribute="offsetLeft",this.scrollAttribute="scrollLeft",this.sizeAttribute="clientWidth",this.scrollSizeAttribute="scrollWidth"):(this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight")),t.has("currentElement")&&this.dispatchEvent(new Nr(this.currentElement,this.elements[this.currentElement]))}contentAvailableCallback(t){var r;super.contentAvailableCallback(t),this.contentSlot&&this.listenedContainer!==this.contentSlot&&(this.resizeObserver.observe(this.contentSlot),this.listenedContainer&&this.listenedContainer.removeEventListener("scroll",this.updateScrollCallback),this.listenedContainer=this.contentSlot,(r=this.listenedContainer)===null||r===void 0||r.addEventListener("scroll",this.updateScrollCallback))}onScroll(){this.scrollDebouncer.run(()=>this.snap()),this.scheduleUpdateScroll()}snap(){let t=this.closestElementFromStart();if(t!=null){let r=this.getDistanceFromStart(t);Math.abs(this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.contentSlot[this.scrollSizeAttribute])<r&&(t=this.lastElement),this.scrollToElement(t)}}scrollToElement(t){var r,i;t&&(this.horizontal?(r=this.contentSlot)===null||r===void 0||r.scrollTo({left:this.getOffset(t)-this.controlsSize,behavior:"smooth"}):(i=this.contentSlot)===null||i===void 0||i.scrollTo({top:this.getOffset(t)-this.controlsSize,behavior:"smooth"}),this.currentElement=this.elements.indexOf(t))}onSlotChange(){var t,r;this.elements=(r=(t=this.contentSlot)===null||t===void 0?void 0:t.assignedElements().map(i=>i))!==null&&r!==void 0?r:[],this.scheduleUpdateScroll()}closestElementFromStart(){return this.elements[this.closestIndexFromStart()]}closestIndexFromStart(){let t=-1;for(let r=0;r<this.elements.length;r++)(t<0||this.getDistanceFromStart(this.elements[r])<this.getDistanceFromStart(this.elements[t]))&&(t=r);return t}scheduleUpdateScroll(){this.updateScrollDebouncer.run(()=>this.updateScroll())}updateScroll(){this.contentSlot!=null?(this.withScroll=this.contentSlot[this.scrollSizeAttribute]>this.contentSlot[this.sizeAttribute],this.startReached=this.contentSlot[this.scrollAttribute]===0,this.endReached=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]+1>=this.contentSlot[this.scrollSizeAttribute]):(this.withScroll=!1,this.startReached=!0,this.endReached=!0)}get lastElement(){return this.elements[this.elements.length-1]}get firstElementOffset(){let t=this.elements[0];return t?t[this.offsetAttribute]:0}get controlsSize(){return this.controls?36:0}get nextSize(){return this.endReached?0:this.controlsSize}get prevSize(){return this.startReached?0:this.controlsSize}getOffset(t){return t[this.offsetAttribute]-this.firstElementOffset}getDistanceFromStart(t){let r=t===this.elements[0]?0:this.controlsSize;return Math.abs(this.getOffset(t)-this.contentSlot[this.scrollAttribute]-r)}};rt.elementDefinitions={"ft-button":dt};rt.styles=wa;Kt([(0,Lt.property)({type:Boolean})],rt.prototype,"horizontal",void 0);Kt([(0,Lt.property)({type:Boolean})],rt.prototype,"hideScrollbar",void 0);Kt([(0,Lt.property)({type:Boolean})],rt.prototype,"controls",void 0);Kt([(0,Lt.property)({type:Boolean})],rt.prototype,"limitSize",void 0);Kt([(0,Lt.state)()],rt.prototype,"elements",void 0);Kt([(0,Lt.state)()],rt.prototype,"currentElement",void 0);Kt([(0,Lt.state)()],rt.prototype,"withScroll",void 0);Kt([(0,Lt.state)()],rt.prototype,"startReached",void 0);Kt([(0,Lt.state)()],rt.prototype,"endReached",void 0);Kt([(0,Lt.query)(".ft-snap-scroll--content")],rt.prototype,"contentSlot",void 0);(0,La.customElement)("ft-snap-scroll")(rt);var Ia=f(R()),W=f(O());var Pt={colorOutline:W.FtCssVariableFactory.external(W.designSystemVariables.colorOutline,"Design system"),colorOnSurface:W.FtCssVariableFactory.external(W.designSystemVariables.colorOnSurface,"Design system"),colorOnSurfaceMedium:W.FtCssVariableFactory.external(W.designSystemVariables.colorOnSurfaceMedium,"Design system"),colorPrimary:W.FtCssVariableFactory.external(W.designSystemVariables.colorPrimary,"Design system"),colorSurface:W.FtCssVariableFactory.external(W.designSystemVariables.colorSurface,"Design system"),transitionDuration:W.FtCssVariableFactory.external(W.designSystemVariables.transitionDuration,"Design system"),transitionTimingFunction:W.FtCssVariableFactory.external(W.designSystemVariables.transitionTimingFunction,"Design system"),labelColor:W.FtCssVariableFactory.extend("--ft-filter-label-color","",W.designSystemVariables.colorOnSurface),labelFontSize:W.FtCssVariableFactory.extend("--ft-filter-label-font-size","",S.fontSize,"16px")},Ta=[Ro,Ia.css`
1308
+ `}update(e){super.update(e),e.has("horizontal")&&(this.horizontal?(this.offsetAttribute="offsetLeft",this.scrollAttribute="scrollLeft",this.sizeAttribute="clientWidth",this.scrollSizeAttribute="scrollWidth"):(this.offsetAttribute="offsetTop",this.scrollAttribute="scrollTop",this.sizeAttribute="clientHeight",this.scrollSizeAttribute="scrollHeight")),e.has("currentElement")&&this.dispatchEvent(new hn(this.currentElement,this.elements[this.currentElement]))}contentAvailableCallback(e){var o;super.contentAvailableCallback(e),this.contentSlot&&this.listenedContainer!==this.contentSlot&&(this.resizeObserver.observe(this.contentSlot),this.listenedContainer&&this.listenedContainer.removeEventListener("scroll",this.updateScrollCallback),this.listenedContainer=this.contentSlot,(o=this.listenedContainer)===null||o===void 0||o.addEventListener("scroll",this.updateScrollCallback))}onScroll(){this.scrollDebouncer.run(()=>this.snap()),this.scheduleUpdateScroll()}snap(){let e=this.closestElementFromStart();if(e!=null){let o=this.getDistanceFromStart(e);Math.abs(this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]-this.contentSlot[this.scrollSizeAttribute])<o&&(e=this.lastElement),this.scrollToElement(e)}}scrollToElement(e){var o,n;e&&(this.horizontal?(o=this.contentSlot)===null||o===void 0||o.scrollTo({left:this.getOffset(e)-this.controlsSize,behavior:"smooth"}):(n=this.contentSlot)===null||n===void 0||n.scrollTo({top:this.getOffset(e)-this.controlsSize,behavior:"smooth"}),this.currentElement=this.elements.indexOf(e))}onSlotChange(){var e,o;this.elements=(o=(e=this.contentSlot)===null||e===void 0?void 0:e.assignedElements().map(n=>n))!==null&&o!==void 0?o:[],this.scheduleUpdateScroll()}closestElementFromStart(){return this.elements[this.closestIndexFromStart()]}closestIndexFromStart(){let e=-1;for(let o=0;o<this.elements.length;o++)(e<0||this.getDistanceFromStart(this.elements[o])<this.getDistanceFromStart(this.elements[e]))&&(e=o);return e}scheduleUpdateScroll(){this.updateScrollDebouncer.run(()=>this.updateScroll())}updateScroll(){this.contentSlot!=null?(this.withScroll=this.contentSlot[this.scrollSizeAttribute]>this.contentSlot[this.sizeAttribute],this.startReached=this.contentSlot[this.scrollAttribute]===0,this.endReached=this.contentSlot[this.scrollAttribute]+this.contentSlot[this.sizeAttribute]+1>=this.contentSlot[this.scrollSizeAttribute]):(this.withScroll=!1,this.startReached=!0,this.endReached=!0)}get lastElement(){return this.elements[this.elements.length-1]}get firstElementOffset(){let e=this.elements[0];return e?e[this.offsetAttribute]:0}get controlsSize(){return this.controls?36:0}get nextSize(){return this.endReached?0:this.controlsSize}get prevSize(){return this.startReached?0:this.controlsSize}getOffset(e){return e[this.offsetAttribute]-this.firstElementOffset}getDistanceFromStart(e){let o=e===this.elements[0]?0:this.controlsSize;return Math.abs(this.getOffset(e)-this.contentSlot[this.scrollAttribute]-o)}};se.elementDefinitions={"ft-button":he};se.styles=zs;Je([(0,Ie.property)({type:Boolean})],se.prototype,"horizontal",void 0);Je([(0,Ie.property)({type:Boolean})],se.prototype,"hideScrollbar",void 0);Je([(0,Ie.property)({type:Boolean})],se.prototype,"controls",void 0);Je([(0,Ie.property)({type:Boolean})],se.prototype,"limitSize",void 0);Je([(0,Ie.state)()],se.prototype,"elements",void 0);Je([(0,Ie.state)()],se.prototype,"currentElement",void 0);Je([(0,Ie.state)()],se.prototype,"withScroll",void 0);Je([(0,Ie.state)()],se.prototype,"startReached",void 0);Je([(0,Ie.state)()],se.prototype,"endReached",void 0);Je([(0,Ie.query)(".ft-snap-scroll--content")],se.prototype,"contentSlot",void 0);(0,Hs.customElement)("ft-snap-scroll")(se);var Vs=m(D()),q=m(R());var Be={colorOutline:q.FtCssVariableFactory.external(q.designSystemVariables.colorOutline,"Design system"),colorOnSurface:q.FtCssVariableFactory.external(q.designSystemVariables.colorOnSurface,"Design system"),colorOnSurfaceMedium:q.FtCssVariableFactory.external(q.designSystemVariables.colorOnSurfaceMedium,"Design system"),colorPrimary:q.FtCssVariableFactory.external(q.designSystemVariables.colorPrimary,"Design system"),colorSurface:q.FtCssVariableFactory.external(q.designSystemVariables.colorSurface,"Design system"),transitionDuration:q.FtCssVariableFactory.external(q.designSystemVariables.transitionDuration,"Design system"),transitionTimingFunction:q.FtCssVariableFactory.external(q.designSystemVariables.transitionTimingFunction,"Design system"),labelColor:q.FtCssVariableFactory.extend("--ft-filter-label-color","",q.designSystemVariables.colorOnSurface),labelFontSize:q.FtCssVariableFactory.extend("--ft-filter-label-font-size","",N.fontSize,"16px")},js=[eo,Vs.css`
1309
1309
  :host {
1310
1310
  display: flex;
1311
1311
  max-height: 100%;
@@ -1332,7 +1332,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
1332
1332
  .ft-filter--header ft-button {
1333
1333
  flex-shrink: 0;
1334
1334
  margin-left: auto;
1335
- ${(0,W.setVariable)(D.iconSize,"18px")};
1335
+ ${(0,q.setVariable)(V.iconSize,"18px")};
1336
1336
  }
1337
1337
  .filter-label {
1338
1338
  display: contents;
@@ -1343,10 +1343,10 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
1343
1343
  flex-shrink: 1;
1344
1344
  flex-grow: 1;
1345
1345
  word-break: break-word;
1346
- color: ${Pt.labelColor};
1347
- font-size: ${Pt.labelFontSize};
1348
- ${(0,W.setVariable)(S.lineHeight,"22px")};
1349
- ${(0,W.setVariable)(S.fontWeight,"bold")};
1346
+ color: ${Be.labelColor};
1347
+ font-size: ${Be.labelFontSize};
1348
+ ${(0,q.setVariable)(N.lineHeight,"22px")};
1349
+ ${(0,q.setVariable)(N.fontWeight,"bold")};
1350
1350
  }
1351
1351
 
1352
1352
  .ft-filter--filter {
@@ -1357,8 +1357,8 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
1357
1357
  padding: 0 10px;
1358
1358
  overflow: hidden;
1359
1359
  height: 32px;
1360
- transition: height ${Pt.transitionDuration} ${Pt.transitionTimingFunction},
1361
- margin ${Pt.transitionDuration} ${Pt.transitionTimingFunction};
1360
+ transition: height ${Be.transitionDuration} ${Be.transitionTimingFunction},
1361
+ margin ${Be.transitionDuration} ${Be.transitionTimingFunction};
1362
1362
  transition-delay: 500ms;
1363
1363
  }
1364
1364
 
@@ -1371,15 +1371,15 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
1371
1371
  display: block;
1372
1372
  width: 100%;
1373
1373
  border-radius: 4px;
1374
- border: 1px solid ${Pt.colorOutline};
1374
+ border: 1px solid ${Be.colorOutline};
1375
1375
  padding: 4px;
1376
- background-color: ${Pt.colorSurface};
1377
- color: ${Pt.colorOnSurface};
1378
- outline-color: ${Pt.colorPrimary};
1376
+ background-color: ${Be.colorSurface};
1377
+ color: ${Be.colorOnSurface};
1378
+ outline-color: ${Be.colorPrimary};
1379
1379
  }
1380
1380
 
1381
1381
  input::placeholder {
1382
- color: ${Pt.colorOnSurfaceMedium};
1382
+ color: ${Be.colorOnSurfaceMedium};
1383
1383
  }
1384
1384
 
1385
1385
  input:placeholder-shown {
@@ -1395,7 +1395,7 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
1395
1395
  }
1396
1396
 
1397
1397
  .ft-filter--separator {
1398
- border-top: 1px solid ${Pt.colorOutline};
1398
+ border-top: 1px solid ${Be.colorOutline};
1399
1399
  margin: 4px 10px;
1400
1400
  }
1401
1401
 
@@ -1420,10 +1420,10 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
1420
1420
  slot:not([name]) {
1421
1421
  display: none;
1422
1422
  }
1423
- `];var U=function(o,t,r,i){var n=arguments.length,a=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,t,r,i);else for(var p=o.length-1;p>=0;p--)(l=o[p])&&(a=(n<3?l(a):n>3?l(t,r,a):l(t,r))||a);return n>3&&a&&Object.defineProperty(t,r,a),a},Lr=class extends CustomEvent{constructor(t){super("change",{detail:t})}},L=class extends kt.FtLitElement{constructor(){super(...arguments),this.id="",this.label="",this.filterPlaceHolder="Filter {0}",this.clearButtonLabel="Clear",this.moreValuesButtonLabel="More",this.noValuesLabel="No values available",this.options=[],this.multivalued=!1,this.disabled=!1,this.raiseSelectedOptions=!1,this.displayCount=!1,this.displayedValuesLimit=0,this.hideClearButton=!1,this.lastLevelHasHiddenvalues=!1,this.withScroll=!1,this.filter="",this.displayedLevels=[],this.scrollResizeObserver=new ResizeObserver(()=>this.updateScroll()),this.levelsScrollDebouncer=new kt.Debouncer(300),this.changeDebouncer=new kt.Debouncer(10),this.lastDispatchedValues=[]}get flatOptions(){return(0,kt.flatDeep)(this.options,t=>{var r;return(r=t.subOptions)!==null&&r!==void 0?r:[]})}get childrenFilteredFlatOptions(){return(0,kt.flatDeep)(this.options,t=>{var r;return t.selected?[]:(r=t.subOptions)!==null&&r!==void 0?r:[]})}get selectedValues(){return this.childrenFilteredFlatOptions.filter(t=>t.selected).map(t=>t.value)}render(){let t=this.flatOptions.some(n=>n.selected),r=this.withScroll||this.filter||this.lastLevelHasHiddenvalues,i=this.filterPlaceHolder.replace("{0}",this.label);return we.html`
1423
+ `];var K=function(t,e,o,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,o,a):s(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a},mn=class extends CustomEvent{constructor(e){super("change",{detail:e})}},$=class extends Me.FtLitElement{constructor(){super(...arguments),this.id="",this.label="",this.filterPlaceHolder="Filter {0}",this.clearButtonLabel="Clear",this.moreValuesButtonLabel="More",this.noValuesLabel="No values available",this.options=[],this.multivalued=!1,this.disabled=!1,this.raiseSelectedOptions=!1,this.displayCount=!1,this.displayedValuesLimit=0,this.hideClearButton=!1,this.lastLevelHasHiddenvalues=!1,this.withScroll=!1,this.filter="",this.displayedLevels=[],this.scrollResizeObserver=new ResizeObserver(()=>this.updateScroll()),this.levelsScrollDebouncer=new Me.Debouncer(300),this.changeDebouncer=new Me.Debouncer(10),this.lastDispatchedValues=[]}get flatOptions(){return(0,Me.flatDeep)(this.options,e=>{var o;return(o=e.subOptions)!==null&&o!==void 0?o:[]})}get childrenFilteredFlatOptions(){return(0,Me.flatDeep)(this.options,e=>{var o;return e.selected?[]:(o=e.subOptions)!==null&&o!==void 0?o:[]})}get selectedValues(){return this.childrenFilteredFlatOptions.filter(e=>e.selected).map(e=>e.value)}render(){let e=this.flatOptions.some(i=>i.selected),o=this.withScroll||this.filter||this.lastLevelHasHiddenvalues,n=this.filterPlaceHolder.replace("{0}",this.label);return Ft.html`
1424
1424
  <div class="ft-filter--container ${this.disabled?"ft-filter--disabled":""}"
1425
1425
  part="container">
1426
- ${!this.label&&!t?null:we.html`
1426
+ ${!this.label&&!e?null:Ft.html`
1427
1427
 
1428
1428
  <div class="ft-filter--header" part="header">
1429
1429
  <div class="filter-label" id="id-group-${this.id}">
@@ -1432,20 +1432,20 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
1432
1432
  </ft-typography>
1433
1433
  <slot name="label"></slot>
1434
1434
  </div>
1435
- ${t&&!this.hideClearButton?we.html`
1435
+ ${e&&!this.hideClearButton?Ft.html`
1436
1436
  <ft-button icon="close" dense @click=${this.clear} part="clear-button">
1437
1437
  ${this.clearButtonLabel}
1438
1438
  </ft-button>
1439
1439
  `:null}
1440
1440
  </div>
1441
1441
  `}
1442
- <div class="ft-filter--filter" ?hidden=${!r}>
1442
+ <div class="ft-filter--filter" ?hidden=${!o}>
1443
1443
  <input type="search"
1444
1444
  part="input"
1445
1445
  class="ft-typography--caption"
1446
- ?disabled=${!r}
1447
- placeholder="${i}"
1448
- size="${r?i.length:0}"
1446
+ ?disabled=${!o}
1447
+ placeholder="${n}"
1448
+ size="${o?n.length:0}"
1449
1449
  @search=${this.onFilterChange}
1450
1450
  @keyup=${this.onFilterChange}>
1451
1451
  </div>
@@ -1456,15 +1456,15 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
1456
1456
  @slotchange=${this.updateOptionsFromSlot}
1457
1457
  @option-change=${this.optionsChanged}></slot>
1458
1458
  </div>
1459
- `}update(t){if(super.update(t),t.has("options")){let r=new Set(this.flatOptions.map(i=>i.value));this.displayedLevels=this.displayedLevels.filter(i=>r.has(i)),this.lastDispatchedValues=this.selectedValues}}contentAvailableCallback(t){var r,i,n,a,l;super.contentAvailableCallback(t),this.valuesContainer&&this.scrollResizeObserver.observe(this.valuesContainer),this.container&&this.scrollResizeObserver.observe(this.container),t.has("options")&&(this.updateScroll(),(r=this.levelsContainer)===null||r===void 0||r.scrollToIndex(this.displayedLevels.length)),t.has("slideIn")&&this.slideIn&&setTimeout(()=>{var p;(p=this.levelsContainer)===null||p===void 0||p.next(),this.slideIn=void 0},0),t.has("slideOut")&&this.slideOut&&((i=this.levelsContainer)===null||i===void 0||i.previous(),setTimeout(()=>{this.displayedLevels.pop(),this.slideOut=void 0},300)),this.lastLevelHasHiddenvalues=(l=(a=(n=this.shadowRoot)===null||n===void 0?void 0:n.querySelector(".ft-filter--levels ft-filter-level:last-child"))===null||a===void 0?void 0:a.hasHiddenValues)!==null&&l!==void 0?l:!1}renderLevels(){let t=this.flatOptions,r=t.filter(a=>a.selected),i=this.slideIn||this.slideOut?this.displayedLevels.length-2:this.displayedLevels.length-1,n=i<0?"ft-filter--level-center":"ft-filter--level-left";return we.html`
1460
- ${this.raiseSelectedOptions&&r.length>0?we.html`
1459
+ `}update(e){if(super.update(e),e.has("options")){let o=new Set(this.flatOptions.map(n=>n.value));this.displayedLevels=this.displayedLevels.filter(n=>o.has(n)),this.lastDispatchedValues=this.selectedValues}}contentAvailableCallback(e){var o,n,i,a,s;super.contentAvailableCallback(e),this.valuesContainer&&this.scrollResizeObserver.observe(this.valuesContainer),this.container&&this.scrollResizeObserver.observe(this.container),e.has("options")&&(this.updateScroll(),(o=this.levelsContainer)===null||o===void 0||o.scrollToIndex(this.displayedLevels.length)),e.has("slideIn")&&this.slideIn&&setTimeout(()=>{var c;(c=this.levelsContainer)===null||c===void 0||c.next(),this.slideIn=void 0},0),e.has("slideOut")&&this.slideOut&&((n=this.levelsContainer)===null||n===void 0||n.previous(),setTimeout(()=>{this.displayedLevels.pop(),this.slideOut=void 0},300)),this.lastLevelHasHiddenvalues=(s=(a=(i=this.shadowRoot)===null||i===void 0?void 0:i.querySelector(".ft-filter--levels ft-filter-level:last-child"))===null||a===void 0?void 0:a.hasHiddenValues)!==null&&s!==void 0?s:!1}renderLevels(){let e=this.flatOptions,o=e.filter(a=>a.selected),n=this.slideIn||this.slideOut?this.displayedLevels.length-2:this.displayedLevels.length-1,i=n<0?"ft-filter--level-center":"ft-filter--level-left";return Ft.html`
1460
+ ${this.raiseSelectedOptions&&o.length>0?Ft.html`
1461
1461
  <ft-filter-level
1462
1462
  filterId="${this.id}"
1463
1463
  ?multivalued=${this.multivalued}
1464
1464
  ?disabled=${this.disabled}
1465
1465
  ?displayCount="${this.displayCount}"
1466
1466
  preventNavigation
1467
- .options=${r}
1467
+ .options=${o}
1468
1468
  @change=${this.onChange}
1469
1469
  part="values selected-values"
1470
1470
  .exportpartsPrefixes=${["values","selected-values"]}
@@ -1474,21 +1474,21 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
1474
1474
  <ft-snap-scroll horizontal hideScrollbar
1475
1475
  class="ft-filter--levels"
1476
1476
  @current-element-change=${a=>this.levelsScrollDebouncer.run(()=>{for(;a.detail.index<this.displayedLevels.length;)this.displayedLevels.pop();this.requestUpdate()})}>
1477
- ${this.renderLevel(n,this.options)}
1478
- ${this.displayedLevels.map(a=>t.find(l=>l.value===a)).map((a,l)=>{var p;let u=a?.value===this.slideIn||a?.value===this.slideOut?"ft-filter--level-right":l===i?"ft-filter--level-center":"ft-filter--level-left";return this.renderLevel(u,(p=a?.subOptions)!==null&&p!==void 0?p:[],a)})}
1477
+ ${this.renderLevel(i,this.options)}
1478
+ ${this.displayedLevels.map(a=>e.find(s=>s.value===a)).map((a,s)=>{var c;let p=a?.value===this.slideIn||a?.value===this.slideOut?"ft-filter--level-right":s===n?"ft-filter--level-center":"ft-filter--level-left";return this.renderLevel(p,(c=a?.subOptions)!==null&&c!==void 0?c:[],a)})}
1479
1479
  </ft-snap-scroll>
1480
- `}renderLevel(t,r,i){return we.html`
1480
+ `}renderLevel(e,o,n){return Ft.html`
1481
1481
  <ft-filter-level
1482
- class="${t}"
1482
+ class="${e}"
1483
1483
  filterId="${this.id}"
1484
1484
  .filter="${this.filter}"
1485
1485
  moreValuesButtonLabel="${this.moreValuesButtonLabel}"
1486
1486
  ?multivalued=${this.multivalued}
1487
- ?disabled=${this.disabled||t!=="ft-filter--level-center"}
1487
+ ?disabled=${this.disabled||e!=="ft-filter--level-center"}
1488
1488
  ?hideSelectedOptions=${this.raiseSelectedOptions}
1489
1489
  ?displayCount="${this.displayCount}"
1490
- .parent=${i}
1491
- .options=${r}
1490
+ .parent=${n}
1491
+ .options=${o}
1492
1492
  .displayedValuesLimit=${this.displayedValuesLimit}
1493
1493
  @change=${this.onChange}
1494
1494
  @go-back=${this.goBack}
@@ -1497,29 +1497,29 @@ Also for action icons.`,s.colorGray200),contentGlobalSubtle:e.extend("--ft-conte
1497
1497
  .exportpartsPrefixes=${["values","available-values"]}
1498
1498
  noValuesLabel="${this.noValuesLabel}"
1499
1499
  ></ft-filter-level>
1500
- `}goBack(t){this.slideOut=t.detail.value}onDisplayLevel(t){this.displayedLevels.push(t.detail.value),this.slideIn=t.detail.value}clear(){if(this.flatOptions.forEach(t=>t.selected=!1),this.displayedLevels.length>0){let t=this.displayedLevels[this.displayedLevels.length-1];this.displayedLevels=[t],this.slideOut=t}this.optionsChanged()}onChange(t){var r;t.stopPropagation();let i=this.flatOptions.find(a=>a.value===t.detail.value);i.selected=!i.selected;let n=a=>{var l;a!==i&&(a.selected=!1),(l=a.subOptions)===null||l===void 0||l.forEach(n)};this.multivalued?(r=i.subOptions)===null||r===void 0||r.forEach(n):this.options.forEach(n),this.optionsChanged()}optionsChanged(){this.changeDebouncer.run(()=>{var t;this.sendEventIfValuesChanged(),this.requestUpdate(),(t=this.levels)===null||t===void 0||t.forEach(r=>r.requestUpdate())})}sendEventIfValuesChanged(){let t=this.selectedValues;(0,kt.deepEqual)(this.lastDispatchedValues,t)||(this.dispatchEvent(new Lr(t)),this.lastDispatchedValues=t)}updateOptionsFromSlot(t){t.stopPropagation(),this.options=this.slotElement.assignedElements().map(r=>r),this.optionsChanged()}onFilterChange(){var t,r;this.filter=(r=(t=this.filterInput)===null||t===void 0?void 0:t.value)!==null&&r!==void 0?r:""}updateScroll(){this.valuesContainer&&(this.withScroll=this.valuesContainer.scrollHeight>this.valuesContainer.clientHeight)}};L.elementDefinitions={"ft-button":dt,"ft-filter-level":K,"ft-snap-scroll":rt,"ft-typography":X};L.styles=Ta;U([(0,$.property)({type:String})],L.prototype,"id",void 0);U([(0,$.property)({type:String})],L.prototype,"label",void 0);U([(0,$.property)({type:String})],L.prototype,"filterPlaceHolder",void 0);U([(0,$.property)({type:String})],L.prototype,"clearButtonLabel",void 0);U([(0,$.property)({type:String})],L.prototype,"moreValuesButtonLabel",void 0);U([(0,$.property)({type:String})],L.prototype,"noValuesLabel",void 0);U([(0,kt.jsonProperty)([])],L.prototype,"options",void 0);U([(0,$.property)({type:Boolean})],L.prototype,"multivalued",void 0);U([(0,$.property)({type:Boolean})],L.prototype,"disabled",void 0);U([(0,$.property)({type:Boolean})],L.prototype,"raiseSelectedOptions",void 0);U([(0,$.property)({type:Boolean})],L.prototype,"displayCount",void 0);U([(0,$.property)({type:Number})],L.prototype,"displayedValuesLimit",void 0);U([(0,$.property)({type:Boolean})],L.prototype,"hideClearButton",void 0);U([(0,$.query)(".ft-filter--slot")],L.prototype,"slotElement",void 0);U([(0,$.query)(".ft-filter--container")],L.prototype,"container",void 0);U([(0,$.query)(".ft-filter--values")],L.prototype,"valuesContainer",void 0);U([(0,$.query)(".ft-filter--levels")],L.prototype,"levelsContainer",void 0);U([(0,$.state)()],L.prototype,"lastLevelHasHiddenvalues",void 0);U([(0,$.query)(".ft-filter--filter input")],L.prototype,"filterInput",void 0);U([(0,$.queryAll)(".ft-filter--levels ft-filter-level")],L.prototype,"levels",void 0);U([(0,$.state)()],L.prototype,"withScroll",void 0);U([(0,$.state)()],L.prototype,"filter",void 0);U([(0,$.state)()],L.prototype,"slideIn",void 0);U([(0,$.state)()],L.prototype,"slideOut",void 0);var Wo=f(O()),Re=f(V()),Pa=f(R()),Ye=function(o,t,r,i){var n=arguments.length,a=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,t,r,i);else for(var p=o.length-1;p>=0;p--)(l=o[p])&&(a=(n<3?l(a):n>3?l(t,r,a):l(t,r))||a);return n>3&&a&&Object.defineProperty(t,r,a),a},Ut=class extends Wo.FtLitElement{constructor(){super(...arguments),this.label="",this.value=null,this.selected=!1,this.subOptions=[]}render(){return Pa.html`
1500
+ `}goBack(e){this.slideOut=e.detail.value}onDisplayLevel(e){this.displayedLevels.push(e.detail.value),this.slideIn=e.detail.value}clear(){if(this.flatOptions.forEach(e=>e.selected=!1),this.displayedLevels.length>0){let e=this.displayedLevels[this.displayedLevels.length-1];this.displayedLevels=[e],this.slideOut=e}this.optionsChanged()}onChange(e){var o;e.stopPropagation();let n=this.flatOptions.find(a=>a.value===e.detail.value);n.selected=!n.selected;let i=a=>{var s;a!==n&&(a.selected=!1),(s=a.subOptions)===null||s===void 0||s.forEach(i)};this.multivalued?(o=n.subOptions)===null||o===void 0||o.forEach(i):this.options.forEach(i),this.optionsChanged()}optionsChanged(){this.changeDebouncer.run(()=>{var e;this.sendEventIfValuesChanged(),this.requestUpdate(),(e=this.levels)===null||e===void 0||e.forEach(o=>o.requestUpdate())})}sendEventIfValuesChanged(){let e=this.selectedValues;(0,Me.deepEqual)(this.lastDispatchedValues,e)||(this.dispatchEvent(new mn(e)),this.lastDispatchedValues=e)}updateOptionsFromSlot(e){e.stopPropagation(),this.options=this.slotElement.assignedElements().map(o=>o),this.optionsChanged()}onFilterChange(){var e,o;this.filter=(o=(e=this.filterInput)===null||e===void 0?void 0:e.value)!==null&&o!==void 0?o:""}updateScroll(){this.valuesContainer&&(this.withScroll=this.valuesContainer.scrollHeight>this.valuesContainer.clientHeight)}};$.elementDefinitions={"ft-button":he,"ft-filter-level":X,"ft-snap-scroll":se,"ft-typography":oe};$.styles=js;K([(0,W.property)({type:String})],$.prototype,"id",void 0);K([(0,W.property)({type:String})],$.prototype,"label",void 0);K([(0,W.property)({type:String})],$.prototype,"filterPlaceHolder",void 0);K([(0,W.property)({type:String})],$.prototype,"clearButtonLabel",void 0);K([(0,W.property)({type:String})],$.prototype,"moreValuesButtonLabel",void 0);K([(0,W.property)({type:String})],$.prototype,"noValuesLabel",void 0);K([(0,Me.jsonProperty)([])],$.prototype,"options",void 0);K([(0,W.property)({type:Boolean})],$.prototype,"multivalued",void 0);K([(0,W.property)({type:Boolean})],$.prototype,"disabled",void 0);K([(0,W.property)({type:Boolean})],$.prototype,"raiseSelectedOptions",void 0);K([(0,W.property)({type:Boolean})],$.prototype,"displayCount",void 0);K([(0,W.property)({type:Number})],$.prototype,"displayedValuesLimit",void 0);K([(0,W.property)({type:Boolean})],$.prototype,"hideClearButton",void 0);K([(0,W.query)(".ft-filter--slot")],$.prototype,"slotElement",void 0);K([(0,W.query)(".ft-filter--container")],$.prototype,"container",void 0);K([(0,W.query)(".ft-filter--values")],$.prototype,"valuesContainer",void 0);K([(0,W.query)(".ft-filter--levels")],$.prototype,"levelsContainer",void 0);K([(0,W.state)()],$.prototype,"lastLevelHasHiddenvalues",void 0);K([(0,W.query)(".ft-filter--filter input")],$.prototype,"filterInput",void 0);K([(0,W.queryAll)(".ft-filter--levels ft-filter-level")],$.prototype,"levels",void 0);K([(0,W.state)()],$.prototype,"withScroll",void 0);K([(0,W.state)()],$.prototype,"filter",void 0);K([(0,W.state)()],$.prototype,"slideIn",void 0);K([(0,W.state)()],$.prototype,"slideOut",void 0);var ho=m(R()),Wt=m(H()),Gs=m(D()),ur=function(t,e,o,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,o,a):s(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a},Ve=class extends ho.FtLitElement{constructor(){super(...arguments),this.label="",this.value=null,this.selected=!1,this.subOptions=[]}render(){return Gs.html`
1501
1501
  <slot class="ft-filter-option--slot" @slotchange=${this.updateSubOptionsFromSlot}></slot>
1502
- `}updateSubOptionsFromSlot(t){t.stopPropagation(),this.subOptions=this.slotElement.assignedElements().map(r=>r)}update(t){super.update(t),this.dispatchEvent(new CustomEvent("option-change",{detail:this,bubbles:!0}))}};Ut.elementDefinitions={};Ye([(0,Re.property)({type:String})],Ut.prototype,"label",void 0);Ye([(0,Re.property)({type:Object,converter:o=>o})],Ut.prototype,"value",void 0);Ye([(0,Re.property)({type:Boolean,reflect:!0})],Ut.prototype,"selected",void 0);Ye([(0,Re.property)({type:Object})],Ut.prototype,"subOptions",void 0);Ye([(0,Wo.jsonProperty)({})],Ut.prototype,"renderOption",void 0);Ye([(0,Re.query)(".ft-filter-option--slot")],Ut.prototype,"slotElement",void 0);(0,Ir.customElement)("ft-filter")(L);(0,Ir.customElement)("ft-filter-option")(Ut);var Ka=f(O());var Yo=f(R()),Xo=f(V()),Qo=f(O());var ka=f(R());var _a=ka.css`
1503
- `;var jo=f(O());var Ha=f(O());var Wa=f(R()),_t=f(V()),zt=f(O());var $a=f(R());var Da=$a.css`
1504
- `;var Ba=f(O()),el="ft-app-info",ol={},w=Ba.FtReduxStore.get({name:el,reducers:ol,initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],metadataConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1}});var ue=f(O());var Tr=f(O());var Ne=class o{static get(t){let{baseUrl:r,apiIntegrationIdentifier:i}=w.getState(),n=t??i;if(r&&n&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(r,n,!0)}static await(t){return new Promise(r=>{let i=o.get(t);if(i)r(i);else{let n=w.subscribe(()=>{i=o.get(t),i&&(n(),r(i))})}})}};var Zt=class{constructor(t=!0,r){var i;this.overrideApi=r;let n=this.constructor;n.commonCache=(i=n.commonCache)!==null&&i!==void 0?i:new Tr.CacheRegistry,this.cache=t?n.commonCache:new Tr.CacheRegistry}get api(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:Ne.get()}get awaitApi(){var t;return(t=this.overrideApi)!==null&&t!==void 0?t:Ne.await()}clearCache(){this.cache.clearAll()}};var Ua,rl=Symbol("clearAfterUnitTest"),Mo=class extends Zt{constructor(t){super(),this.messageContextProvider=t,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Ua]=()=>{this.defaultMessages={},this.cache=new ue.CacheRegistry,this.listeners={}},this.currentUiLocale=w.getState().uiLocale,w.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:t}=w.getState();this.currentUiLocale!==t&&(this.currentUiLocale=t,this.cache.clearAll(),this.notifyAll())}addContext(t){let r=t.name.toLowerCase();this.cache.setFinal(r,t),this.notify(r)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(t,r){var i;if(t=t.toLowerCase(),Object.keys(r).length>0){let n={...(i=this.defaultMessages[t])!==null&&i!==void 0?i:{},...r};(0,ue.deepEqual)(this.defaultMessages[t],n)||(this.defaultMessages[t]=n,await this.notify(t))}await this.fetchContext(t)}resolveMessage(t,r,...i){var n,a,l;t=t.toLowerCase(),this.fetchContext(t);let p=(a=(n=this.cache.getNow(t))===null||n===void 0?void 0:n.messages)!==null&&a!==void 0?a:{};return new ue.ParametrizedLabelResolver((l=this.defaultMessages[t])!==null&&l!==void 0?l:{},p).resolve(r,...i)}async fetchContext(t){if(!this.cache.has(t))try{await this.cache.get(t,()=>this.messageContextProvider(this.currentUiLocale,t)),await this.notify(t)}catch(r){console.error(r)}}subscribe(t,r){var i;return t=t.toLowerCase(),this.listeners[t]=(i=this.listeners[t])!==null&&i!==void 0?i:new Set,this.listeners[t].add(r),()=>{var n;return(n=this.listeners[t])===null||n===void 0?void 0:n.delete(r)}}async notifyAll(){await Promise.all(Object.keys(this.listeners).map(t=>this.notify(t)))}async notify(t){this.listeners[t]!=null&&await Promise.all([...this.listeners[t].values()].map(r=>(0,ue.delay)(0).then(()=>r()).catch(()=>null)))}};Ua=rl;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends Mo{constructor(){super(async(o,t)=>(await this.awaitApi).getFluidTopicsMessageContext(o,t))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends Mo{constructor(){super(async(o,t)=>(await this.awaitApi).getCustomMessageContext(o,t))}});var Xe=window.FluidTopicsI18nService,za=window.FluidTopicsCustomI18nService;var ut=function(o,t,r,i){var n=arguments.length,a=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,t,r,i);else for(var p=o.length-1;p>=0;p--)(l=o[p])&&(a=(n<3?l(a):n>3?l(t,r,a):l(t,r))||a);return n>3&&a&&Object.defineProperty(t,r,a),a},Z=class extends zt.FtLitElement{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.uiLocale="en-US",this.editorMode=!1,this.noCustom=!1,this.openExternalDocumentInNewTab=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.navigatorOnline=!1,this.forcedOffline=!1,this.apiProvider=()=>Ne.get(),this.messageContexts=[],this.cache=new zt.CacheRegistry,this.cleanSessionDebouncer=new zt.Debouncer}render(){return Wa.html`
1502
+ `}updateSubOptionsFromSlot(e){e.stopPropagation(),this.subOptions=this.slotElement.assignedElements().map(o=>o)}update(e){super.update(e),this.dispatchEvent(new CustomEvent("option-change",{detail:this,bubbles:!0}))}};Ve.elementDefinitions={};ur([(0,Wt.property)({type:String})],Ve.prototype,"label",void 0);ur([(0,Wt.property)({type:Object,converter:t=>t})],Ve.prototype,"value",void 0);ur([(0,Wt.property)({type:Boolean,reflect:!0})],Ve.prototype,"selected",void 0);ur([(0,Wt.property)({type:Object})],Ve.prototype,"subOptions",void 0);ur([(0,ho.jsonProperty)({})],Ve.prototype,"renderOption",void 0);ur([(0,Wt.query)(".ft-filter-option--slot")],Ve.prototype,"slotElement",void 0);(0,yn.customElement)("ft-filter")($);(0,yn.customElement)("ft-filter-option")(Ve);var Zl=m(R());var Do=m(D()),$o=m(H()),Bo=m(R());var Ks=m(D());var Zs=Ks.css`
1503
+ `;var ko=m(R());var jl=m(R());var el=m(D()),Ue=m(H()),je=m(R());var qs=m(D());var Ys=qs.css`
1504
+ `;var Xs=m(R()),od="ft-app-info",nd={},k=Xs.FtReduxStore.get({name:od,reducers:nd,initialState:{baseUrl:void 0,apiIntegrationIdentifier:void 0,uiLocale:document.documentElement.lang||"en-US",availableUiLocales:[],metadataConfiguration:void 0,editorMode:!1,noCustom:!1,noCustomComponent:!1,session:void 0,openExternalDocumentInNewTab:!1,navigatorOnline:!0,forcedOffline:!1}});var Ot=m(R());var gn=m(R());var Ht=class t{static get(e){let{baseUrl:o,apiIntegrationIdentifier:n}=k.getState(),i=e??n;if(o&&i&&window.fluidtopics)return new window.fluidtopics.FluidTopicsApi(o,i,!0)}static await(e){return new Promise(o=>{let n=t.get(e);if(n)o(n);else{let i=k.subscribe(()=>{n=t.get(e),n&&(i(),o(n))})}})}};var et=class{constructor(e=!0,o){var n;this.overrideApi=o;let i=this.constructor;i.commonCache=(n=i.commonCache)!==null&&n!==void 0?n:new gn.CacheRegistry,this.cache=e?i.commonCache:new gn.CacheRegistry}get api(){var e;return(e=this.overrideApi)!==null&&e!==void 0?e:Ht.get()}get awaitApi(){var e;return(e=this.overrideApi)!==null&&e!==void 0?e:Ht.await()}clearCache(){this.cache.clearAll()}};var Qs,id=Symbol("clearAfterUnitTest"),mo=class extends et{constructor(e){super(),this.messageContextProvider=e,this.defaultMessages={},this.listeners={},this.currentUiLocale="",this[Qs]=()=>{this.defaultMessages={},this.cache=new Ot.CacheRegistry,this.listeners={}},this.currentUiLocale=k.getState().uiLocale,k.subscribe(()=>this.clearWhenUiLocaleChanges())}clearWhenUiLocaleChanges(){let{uiLocale:e}=k.getState();this.currentUiLocale!==e&&(this.currentUiLocale=e,this.cache.clearAll(),this.notifyAll())}addContext(e){let o=e.name.toLowerCase();this.cache.setFinal(o,e),this.notify(o)}getAllContexts(){return this.cache.resolvedValues()}async prepareContext(e,o){var n;if(e=e.toLowerCase(),Object.keys(o).length>0){let i={...(n=this.defaultMessages[e])!==null&&n!==void 0?n:{},...o};(0,Ot.deepEqual)(this.defaultMessages[e],i)||(this.defaultMessages[e]=i,await this.notify(e))}await this.fetchContext(e)}resolveMessage(e,o,...n){var i,a,s;e=e.toLowerCase(),this.fetchContext(e);let c=(a=(i=this.cache.getNow(e))===null||i===void 0?void 0:i.messages)!==null&&a!==void 0?a:{};return new Ot.ParametrizedLabelResolver((s=this.defaultMessages[e])!==null&&s!==void 0?s:{},c).resolve(o,...n)}async fetchContext(e){if(!this.cache.has(e))try{await this.cache.get(e,()=>this.messageContextProvider(this.currentUiLocale,e)),await this.notify(e)}catch(o){console.error(o)}}subscribe(e,o){var n;return e=e.toLowerCase(),this.listeners[e]=(n=this.listeners[e])!==null&&n!==void 0?n:new Set,this.listeners[e].add(o),()=>{var i;return(i=this.listeners[e])===null||i===void 0?void 0:i.delete(o)}}async notifyAll(){await Promise.all(Object.keys(this.listeners).map(e=>this.notify(e)))}async notify(e){this.listeners[e]!=null&&await Promise.all([...this.listeners[e].values()].map(o=>(0,Ot.delay)(0).then(()=>o()).catch(()=>null)))}};Qs=id;window.FluidTopicsI18nService==null&&(window.FluidTopicsI18nService=new class extends mo{constructor(){super(async(t,e)=>(await this.awaitApi).getFluidTopicsMessageContext(t,e))}});window.FluidTopicsCustomI18nService==null&&(window.FluidTopicsCustomI18nService=new class extends mo{constructor(){super(async(t,e)=>(await this.awaitApi).getCustomMessageContext(t,e))}});var hr=window.FluidTopicsI18nService,Js=window.FluidTopicsCustomI18nService;var ye=function(t,e,o,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,o,a):s(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a},Q=class extends je.FtLitElement{constructor(){super(...arguments),this.apiIntegrationIdentifier="ft-integration",this.uiLocale="en-US",this.editorMode=!1,this.noCustom=!1,this.openExternalDocumentInNewTab=!1,this.noCustomComponent=!1,this.withManualResources=!1,this.navigatorOnline=!1,this.forcedOffline=!1,this.apiProvider=()=>Ht.get(),this.messageContexts=[],this.cache=new je.CacheRegistry,this.cleanSessionDebouncer=new je.Debouncer}render(){return el.html`
1505
1505
  <slot></slot>
1506
- `}update(t){super.update(t),t.has("baseUrl")&&(w.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),t.has("apiIntegrationIdentifier")&&w.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),t.has("uiLocale")&&w.actions.uiLocale(this.uiLocale),t.has("metadataConfiguration")&&w.actions.metadataConfiguration(this.metadataConfiguration),t.has("noCustom")&&w.actions.noCustom(this.noCustom),t.has("editorMode")&&w.actions.editorMode(this.editorMode),t.has("noCustomComponent")&&w.actions.noCustomComponent(this.noCustomComponent),t.has("session")&&w.actions.session(this.session),t.has("availableUiLocales")&&w.actions.availableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),t.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(r=>Xe.addContext(r)),t.has("openExternalDocumentInNewTab")&&w.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),t.has("navigatorOnline")&&w.actions.navigatorOnline(this.navigatorOnline),t.has("forcedOffline")&&w.actions.forcedOffline(this.forcedOffline),setTimeout(()=>this.updateIfNeeded())}async updateIfNeeded(){!this.withManualResources&&this.apiProvider()&&(this.session==null&&this.updateSession(),this.availableUiLocales==null&&this.updateUiLocales(),this.metadataConfiguration==null&&this.updateMetadataConfiguration())}async updateSession(){this.session=await this.cache.get("session",async()=>{let t=await this.apiProvider().getCurrentSession();return t.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.session=void 0},t.idleTimeoutInMillis),t})}async updateUiLocales(){this.availableUiLocales=await this.cache.get("availableUiLocales",()=>this.apiProvider().getAvailableUiLocales())}async updateMetadataConfiguration(){this.metadataConfiguration=await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration())}};Z.elementDefinitions={};Z.styles=Da;ut([(0,_t.property)()],Z.prototype,"baseUrl",void 0);ut([(0,_t.property)()],Z.prototype,"apiIntegrationIdentifier",void 0);ut([(0,_t.property)()],Z.prototype,"uiLocale",void 0);ut([(0,zt.jsonProperty)(null)],Z.prototype,"availableUiLocales",void 0);ut([(0,zt.jsonProperty)(null)],Z.prototype,"metadataConfiguration",void 0);ut([(0,_t.property)({type:Boolean})],Z.prototype,"editorMode",void 0);ut([(0,_t.property)({type:Boolean})],Z.prototype,"noCustom",void 0);ut([(0,_t.property)({type:Boolean})],Z.prototype,"openExternalDocumentInNewTab",void 0);ut([(0,_t.property)({converter:{fromAttribute(o){return o==="false"?!1:o==="true"||(o??!1)}}})],Z.prototype,"noCustomComponent",void 0);ut([(0,_t.property)({type:Boolean})],Z.prototype,"withManualResources",void 0);ut([(0,_t.property)({type:Boolean})],Z.prototype,"navigatorOnline",void 0);ut([(0,_t.property)({type:Boolean})],Z.prototype,"forcedOffline",void 0);ut([(0,_t.property)({type:Object})],Z.prototype,"apiProvider",void 0);ut([(0,zt.jsonProperty)([])],Z.prototype,"messageContexts",void 0);ut([(0,zt.jsonProperty)(void 0)],Z.prototype,"session",void 0);var Vo=f(O());var Fo=class extends Zt{async listMySearches(){let t=w.getState().session;return t?.sessionAuthenticated?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(t.profile.userId),5*60*1e3):[]}};var Ho=class extends Zt{async listMyBookmarks(){let t=w.getState().session;return t?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(t.profile.userId),5*60*1e3):[]}};var il="ft-user-assets",Go=Vo.FtReduxStore.get({name:il,initialState:{savedSearches:void 0,bookmarks:void 0}}),Pr=class{constructor(){this.currentSession=w.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new Ho,this.savedSearchesService=new Fo,w.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var t;let{session:r}=w.getState();(0,Vo.deepEqual)((t=this.currentSession)===null||t===void 0?void 0:t.profile,r?.profile)||(this.currentSession=r,this.clearMySearches(),this.reloadBookmarks())}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),Go.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),Go.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let t=await this.savedSearchesService.listMySearches();Go.actions.savedSearches(t)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var t;if(this.bookmarksAreUsed){let r=!((t=this.currentSession)===null||t===void 0)&&t.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;Go.actions.bookmarks(r)}}},Ma=new Pr;var kr=class{addCommand(t,r=!1){w.commands.add(t,r)}consumeCommand(t){return w.commands.consume(t)}};window.FluidTopicsAppInfoStoreService=new kr;var Fa=f(O()),_r=class{highlightHtml(t,r){(0,Fa.highlightHtml)(t,r)}};window.FluidTopicsHighlightHtmlService=new _r;(0,Ha.customElement)("ft-app-context")(Z);var Va=f(V()),nl=function(o,t,r,i){var n=arguments.length,a=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,t,r,i);else for(var p=o.length-1;p>=0;p--)(l=o[p])&&(a=(n<3?l(a):n>3?l(t,r,a):l(t,r))||a);return n>3&&a&&Object.defineProperty(t,r,a),a},$r=Symbol("i18nAttributes"),Ko=Symbol("i18nProperties"),go=Symbol("i18nUnsubs");function qo(o){var t;class r extends o{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[t]=new Map}get i18nService(){return this.useCustomMessageContexts?za:Xe}i18n(n,a,...l){var p;if(typeof n=="string")return this.i18nService.resolveMessage(n,a,...l);let u=(p=n.args)!==null&&p!==void 0?p:n.argsProvider?n.argsProvider(this):[];return this.i18nService.resolveMessage(n.context,n.key,...u)}onI18nUpdate(n){var a,l;(a=this[$r])===null||a===void 0||a.forEach((p,u)=>{var h;let b=this.getI18nAttributeValue(u);((h=b?.context)===null||h===void 0?void 0:h.toLowerCase())===n.toLowerCase()&&this.updateI18nAttributeMessage(u,b,p)}),(l=this[Ko])===null||l===void 0||l.forEach((p,u)=>{p.context.toLowerCase()===n.toLowerCase()&&(this[u]=this.i18n(p))}),setTimeout(()=>this.requestUpdate(),0)}updateI18nAttributeMessage(n,a,l){this[n]={...a,message:this.i18n({context:a.context,key:a.key,...l})}}update(n){var a,l;super.update(n),(a=this[$r])===null||a===void 0||a.forEach((p,u)=>{let h=this.getI18nAttributeValue(u);h?.context&&h.key&&(n.has(u)||p.argsProvider!=null)&&(n.has(u)&&this.addI18nContext(h.context),this.updateI18nAttributeMessage(u,h,p))}),(l=this[Ko])===null||l===void 0||l.forEach((p,u)=>{p.argsProvider!=null&&(this[u]=this.i18n(p))})}getI18nAttributeValue(n){return this[n]}connectedCallback(){var n,a,l,p;super.connectedCallback(),new Set([...(a=(n=this[Ko])===null||n===void 0?void 0:n.values())!==null&&a!==void 0?a:[],...[...(p=(l=this[$r])===null||l===void 0?void 0:l.keys())!==null&&p!==void 0?p:[]].map(u=>this.getI18nAttributeValue(u))].map(u=>u?.context)).forEach(u=>u&&this.addI18nMessages(u))}addI18nMessages(n,a){n=n.toLowerCase(),this[go].has(n)||this[go].set(n,this.i18nService.subscribe(n,()=>this.onI18nUpdate(n))),this.i18nService.prepareContext(n,a??{})}addI18nContext(n,a){this.addI18nMessages(typeof n=="string"?n:n.name,a)}disconnectedCallback(){super.disconnectedCallback(),this[go].forEach(n=>n()),this[go].clear()}}return t=go,nl([(0,Va.property)({type:Boolean})],r.prototype,"useCustomMessageContexts",void 0),r}var Ga=class extends qo(jo.FtLitElement){},Zo=class extends qo(jo.FtLitElementRedux){};var bo=function(o,t,r,i){var n=arguments.length,a=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,t,r,i);else for(var p=o.length-1;p>=0;p--)(l=o[p])&&(a=(n<3?l(a):n>3?l(t,r,a):l(t,r))||a);return n>3&&a&&Object.defineProperty(t,r,a),a},Wt=class extends Zo{constructor(){super(),this.editorMode=!1,this.addStore(w)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":Yo.nothing:Yo.html`
1506
+ `}update(e){super.update(e),e.has("baseUrl")&&(k.actions.baseUrl(this.baseUrl),window.fluidTopicsBaseUrl=this.baseUrl),e.has("apiIntegrationIdentifier")&&k.actions.apiIntegrationIdentifier(this.apiIntegrationIdentifier),e.has("uiLocale")&&k.actions.uiLocale(this.uiLocale),e.has("metadataConfiguration")&&k.actions.metadataConfiguration(this.metadataConfiguration),e.has("noCustom")&&k.actions.noCustom(this.noCustom),e.has("editorMode")&&k.actions.editorMode(this.editorMode),e.has("noCustomComponent")&&k.actions.noCustomComponent(this.noCustomComponent),e.has("session")&&k.actions.session(this.session),e.has("availableUiLocales")&&k.actions.availableUiLocales(Array.isArray(this.availableUiLocales)?this.availableUiLocales:[]),e.has("messageContexts")&&this.messageContexts!=null&&this.messageContexts.forEach(o=>hr.addContext(o)),e.has("openExternalDocumentInNewTab")&&k.actions.openExternalDocumentInNewTab(this.openExternalDocumentInNewTab),e.has("navigatorOnline")&&k.actions.navigatorOnline(this.navigatorOnline),e.has("forcedOffline")&&k.actions.forcedOffline(this.forcedOffline),setTimeout(()=>this.updateIfNeeded())}async updateIfNeeded(){!this.withManualResources&&this.apiProvider()&&(this.session==null&&this.updateSession(),this.availableUiLocales==null&&this.updateUiLocales(),this.metadataConfiguration==null&&this.updateMetadataConfiguration())}async updateSession(){this.session=await this.cache.get("session",async()=>{let e=await this.apiProvider().getCurrentSession();return e.idleTimeoutInMillis>0&&this.cleanSessionDebouncer.run(()=>{this.cache.clear("session"),this.session=void 0},e.idleTimeoutInMillis),e})}async updateUiLocales(){this.availableUiLocales=await this.cache.get("availableUiLocales",()=>this.apiProvider().getAvailableUiLocales())}async updateMetadataConfiguration(){this.metadataConfiguration=await this.cache.get("metadataConfiguration",()=>this.apiProvider().getMetadataConfiguration())}};Q.elementDefinitions={};Q.styles=Ys;ye([(0,Ue.property)()],Q.prototype,"baseUrl",void 0);ye([(0,Ue.property)()],Q.prototype,"apiIntegrationIdentifier",void 0);ye([(0,Ue.property)()],Q.prototype,"uiLocale",void 0);ye([(0,je.jsonProperty)(null)],Q.prototype,"availableUiLocales",void 0);ye([(0,je.jsonProperty)(null)],Q.prototype,"metadataConfiguration",void 0);ye([(0,Ue.property)({type:Boolean})],Q.prototype,"editorMode",void 0);ye([(0,Ue.property)({type:Boolean})],Q.prototype,"noCustom",void 0);ye([(0,Ue.property)({type:Boolean})],Q.prototype,"openExternalDocumentInNewTab",void 0);ye([(0,Ue.property)({converter:{fromAttribute(t){return t==="false"?!1:t==="true"||(t??!1)}}})],Q.prototype,"noCustomComponent",void 0);ye([(0,Ue.property)({type:Boolean})],Q.prototype,"withManualResources",void 0);ye([(0,Ue.property)({type:Boolean})],Q.prototype,"navigatorOnline",void 0);ye([(0,Ue.property)({type:Boolean})],Q.prototype,"forcedOffline",void 0);ye([(0,Ue.property)({type:Object})],Q.prototype,"apiProvider",void 0);ye([(0,je.jsonProperty)([])],Q.prototype,"messageContexts",void 0);ye([(0,je.jsonProperty)(void 0)],Q.prototype,"session",void 0);var jd=m(H());function ad(t,e){if(t===e)return!0;if(t&&e&&typeof t=="object"&&typeof e=="object"){if(t.constructor!==e.constructor)return!1;var o,n,i;if(Array.isArray(t)){if(o=t.length,o!=e.length)return!1;for(n=o;n--!==0;)if(!mr(t[n],e[n]))return!1;return!0}if(t instanceof Map&&e instanceof Map){if(t.size!==e.size)return!1;for(n of t.entries())if(!e.has(n[0]))return!1;for(n of t.entries())if(!mr(n[1],e.get(n[0])))return!1;return!0}if(t instanceof Set&&e instanceof Set){if(t.size!==e.size)return!1;for(n of t.entries())if(!e.has(n[0]))return!1;return!0}if(t.constructor===RegExp)return t.source===e.source&&t.flags===e.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===e.valueOf();if(i=Object.keys(t),o=i.length,o!==Object.keys(e).length)return!1;for(n=o;n--!==0;)if(!Object.prototype.hasOwnProperty.call(e,i[n]))return!1;for(n=o;n--!==0;){var a=i[n];if(!mr(t[a],e[a]))return!1}return!0}return t!==t&&e!==e}function mr(t,e){try{return ad(t,e)}catch{return!1}}var sd=m(H(),1);var yo=class{constructor(){this.queue=[]}add(e,o=!1){o&&(this.queue=this.queue.filter(n=>n.type!==e.type)),this.queue.push(e)}consume(e){let o=this.queue.find(n=>n.type===e);return o&&(this.queue=this.queue.filter(n=>n!==o)),o}};var xn=m(H(),1);var tl=m(H(),1);function rl(t,e){let o=()=>JSON.parse(JSON.stringify(t));return(0,tl.property)({type:Object,converter:{fromAttribute:n=>{if(n==null)return o();try{return JSON.parse(n)}catch{return o()}},toAttribute:n=>JSON.stringify(n)},hasChanged:(n,i)=>!mr(n,i),...e??{}})}var go=class{constructor(e=0){this.timeout=e,this.callbacks=[]}run(e,o){return this.callbacks=[e],this.debounce(o)}queue(e,o){return this.callbacks.push(e),this.debounce(o)}cancel(){this.clearTimeout(),this.resolvePromise&&this.resolvePromise(!1),this.clearPromise()}debounce(e){return this.promise==null&&(this.promise=new Promise((o,n)=>{this.resolvePromise=o,this.rejectPromise=n})),this.clearTimeout(),this._debounce=window.setTimeout(()=>this.runCallbacks(),e??this.timeout),this.promise}async runCallbacks(){var e,o;let n=[...this.callbacks];this.callbacks=[];let i=(e=this.rejectPromise)!==null&&e!==void 0?e:()=>null,a=(o=this.resolvePromise)!==null&&o!==void 0?o:()=>null;this.clearPromise();for(let s of n)try{await s()}catch(c){i(c);return}a(!0)}clearTimeout(){this._debounce!=null&&window.clearTimeout(this._debounce)}clearPromise(){this.promise=void 0,this.resolvePromise=void 0,this.rejectPromise=void 0}};var nl=m(D(),1);var bo=window,ld=bo.ShadowRoot&&(bo.ShadyCSS===void 0||bo.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,Rb=Symbol();var ol=(t,e)=>{ld?t.adoptedStyleSheets=e.map(o=>o instanceof CSSStyleSheet?o:o.styleSheet):e.forEach(o=>{let n=document.createElement("style"),i=bo.litNonce;i!==void 0&&n.setAttribute("nonce",i),n.textContent=o.cssText,t.appendChild(n)})};var xo=class extends nl.LitElement{createRenderRoot(){let e=this.constructor;e.elementDefinitions&&!e.registry&&(e.registry=new CustomElementRegistry,Object.entries(e.elementDefinitions).forEach(([i,a])=>e.registry.define(i,a)));let o={...e.shadowRootOptions,customElements:e.registry},n=this.renderOptions.creationScope=this.attachShadow(o);return ol(n,e.elementStyles),n}};var bn=function(t,e,o,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,o,a):s(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a},sl,il=Symbol("constructorPrototype"),al=Symbol("constructorName"),ll=Symbol("exportpartsDebouncer"),Vt=class extends xo{constructor(){super(),this.adoptedCustomStyleSheet=new CSSStyleSheet,this.useAdoptedStyleSheets=!0,this[sl]=new go(5),this[al]=this.constructor.name,this[il]=this.constructor.prototype}adoptedCallback(){this.constructor.name!==this[al]&&Object.setPrototypeOf(this,this[il])}connectedCallback(){super.connectedCallback();try{this.shadowRoot&&!this.shadowRoot.adoptedStyleSheets.includes(this.adoptedCustomStyleSheet)&&(this.shadowRoot.adoptedStyleSheets=[...this.shadowRoot.adoptedStyleSheets,this.adoptedCustomStyleSheet])}catch(e){this.useAdoptedStyleSheets=!1,console.error("Cannot use adopted stylesheets",e)}}updated(e){super.updated(e),this.updateComplete.then(()=>{this.contentAvailableCallback(e),this.applyCustomStylesheet(e),this.scheduleExportpartsUpdate()})}contentAvailableCallback(e){}applyCustomStylesheet(e){var o,n,i;if(this.useAdoptedStyleSheets){if(e.has("customStylesheet"))try{this.adoptedCustomStyleSheet.replaceSync((o=this.customStylesheet)!==null&&o!==void 0?o:"")}catch(a){console.error(a,this.customStylesheet)}}else if(((i=(n=this.shadowRoot)===null||n===void 0?void 0:n.querySelectorAll(".ft-lit-element--custom-stylesheet"))!==null&&i!==void 0?i:[]).forEach(a=>a.remove()),this.customStylesheet){let a=document.createElement("style");a.classList.add("ft-lit-element--custom-stylesheet"),a.innerHTML=this.customStylesheet,this.shadowRoot.append(a)}}scheduleExportpartsUpdate(){var e,o,n;(!((e=this.exportpartsPrefix)===null||e===void 0)&&e.trim()||(n=(o=this.exportpartsPrefixes)===null||o===void 0?void 0:o.length)!==null&&n!==void 0&&n)&&this[ll].run(()=>{var i,a;!((i=this.exportpartsPrefix)===null||i===void 0)&&i.trim()?this.setExportpartsAttribute([this.exportpartsPrefix]):this.exportpartsPrefixes!=null&&((a=this.exportpartsPrefixes)===null||a===void 0?void 0:a.length)>0&&this.setExportpartsAttribute(this.exportpartsPrefixes)})}setExportpartsAttribute(e){var o,n,i,a,s,c;let p=g=>g!=null&&g.trim().length>0,f=e.filter(p).map(g=>g.trim());if(f.length===0){this.removeAttribute("exportparts");return}let u=new Set;for(let g of(n=(o=this.shadowRoot)===null||o===void 0?void 0:o.querySelectorAll("[part],[exportparts]"))!==null&&n!==void 0?n:[]){let x=(a=(i=g.getAttribute("part"))===null||i===void 0?void 0:i.split(" "))!==null&&a!==void 0?a:[],b=(c=(s=g.getAttribute("exportparts"))===null||s===void 0?void 0:s.split(",").map(S=>S.split(":")[1]))!==null&&c!==void 0?c:[];new Array(...x,...b).filter(p).map(S=>S.trim()).forEach(S=>u.add(S))}if(u.size===0){this.removeAttribute("exportparts");return}let y=[...u.values()].flatMap(g=>f.map(x=>`${g}:${x}--${g}`));this.setAttribute("exportparts",[...this.part,...y].join(", "))}};sl=ll;bn([(0,xn.property)()],Vt.prototype,"exportpartsPrefix",void 0);bn([rl([])],Vt.prototype,"exportpartsPrefixes",void 0);bn([(0,xn.property)()],Vt.prototype,"customStylesheet",void 0);function zr(t){var e;return(e=t?.isFtReduxStore)!==null&&e!==void 0?e:!1}var cl,dl,pl,vo=Symbol("internalReduxEventsUnsubscribers"),Ct=Symbol("internalStoresUnsubscribers"),jt=Symbol("internalStores"),Fr=class extends Vt{constructor(){super(...arguments),this[cl]=new Map,this[dl]=new Map,this[pl]=[]}get reduxConstructor(){return this.constructor}update(e){super.update(e),[...this.reduxConstructor.reduxReactiveProperties].some(o=>e.has(o))&&this.updateFromStores()}getUnnamedStore(){if(this[jt].size>1)throw new Error("Cannot resolve unnamed store when multiple stores are configured.");return[...this[jt].values()][0]}getStore(e){return e==null?this.getUnnamedStore():this[jt].get(e)}addStore(e,o){var n;o=(n=o??(zr(e)?e.name:void 0))!==null&&n!==void 0?n:"default-store",this.unsubscribeFromStore(o),this.setupStore(o,e)}removeStore(e){let o=typeof e=="string"?e:e.name;this.unsubscribeFromStore(o),this[jt].delete(o)}setupStore(e,o){this[jt].set(e,o),this.subscribeToStore(e,o),this.updateFromStores()}setupStores(){this.unsubscribeFromStores(),this[jt].forEach((e,o)=>this.subscribeToStore(o,e)),this.updateFromStores()}updateFromStores(){this.reduxConstructor.reduxProperties.forEach((e,o)=>{let n=this.constructor.getPropertyOptions(o);if(!n?.attribute||!this.hasAttribute(typeof n?.attribute=="string"?n.attribute:o)){let i=this.getStore(e.store);i&&(e.store?this[Ct].has(e.store):this[Ct].size>0)&&(this[o]=e.selector(i.getState(),this))}})}subscribeToStore(e,o){var n;this[Ct].set(e,o.subscribe(()=>this.updateFromStores())),zr(o)&&o.eventBus&&((n=this.reduxConstructor.reduxEventListeners)===null||n===void 0||n.forEach((i,a)=>{if(typeof this[a]=="function"&&(!i.store||o.name===i.store)){let s=c=>this[a](c);o.eventBus.addEventListener(i.eventName,s),this[vo].push(()=>o.eventBus.removeEventListener(i.eventName,s))}})),this.onStoreAvailable(e)}unsubscribeFromStores(){this[Ct].forEach((e,o)=>this.unsubscribeFromStore(o)),this[vo].forEach(e=>e()),this[vo]=[]}unsubscribeFromStore(e){this[Ct].has(e)&&this[Ct].get(e)(),this[Ct].delete(e)}onStoreAvailable(e){}connectedCallback(){super.connectedCallback(),this.setupStores()}disconnectedCallback(){super.disconnectedCallback(),this.unsubscribeFromStores()}};cl=Ct,dl=jt,pl=vo;Fr.reduxProperties=new Map;Fr.reduxReactiveProperties=new Set;Fr.reduxEventListeners=new Map;function ze(t){for(var e=arguments.length,o=Array(e>1?e-1:0),n=1;n<e;n++)o[n-1]=arguments[n];if(0)var i,a;throw Error("[Immer] minified error nr: "+t+(o.length?" "+o.map(function(s){return"'"+s+"'"}).join(","):"")+". Find the full error at: https://bit.ly/3cXEKWf")}function ft(t){return!!t&&!!t[Z]}function Ge(t){var e;return!!t&&(function(o){if(!o||typeof o!="object")return!1;var n=Object.getPrototypeOf(o);if(n===null)return!0;var i=Object.hasOwnProperty.call(n,"constructor")&&n.constructor;return i===Object||typeof i=="function"&&Function.toString.call(i)===yd}(t)||Array.isArray(t)||!!t[bl]||!!(!((e=t.constructor)===null||e===void 0)&&e[bl])||Nn(t)||Pn(t))}function Gt(t,e,o){o===void 0&&(o=!1),br(t)===0?(o?Object.keys:gr)(t).forEach(function(n){o&&typeof n=="symbol"||e(n,t[n],t)}):t.forEach(function(n,i){return e(i,n,t)})}function br(t){var e=t[Z];return e?e.i>3?e.i-4:e.i:Array.isArray(t)?1:Nn(t)?2:Pn(t)?3:0}function yr(t,e){return br(t)===2?t.has(e):Object.prototype.hasOwnProperty.call(t,e)}function cd(t,e){return br(t)===2?t.get(e):t[e]}function xl(t,e,o){var n=br(t);n===2?t.set(e,o):n===3?t.add(o):t[e]=o}function vl(t,e){return t===e?t!==0||1/t==1/e:t!=t&&e!=e}function Nn(t){return hd&&t instanceof Map}function Pn(t){return md&&t instanceof Set}function Et(t){return t.o||t.t}function Ln(t){if(Array.isArray(t))return Array.prototype.slice.call(t);var e=Cl(t);delete e[Z];for(var o=gr(e),n=0;n<o.length;n++){var i=o[n],a=e[i];a.writable===!1&&(a.writable=!0,a.configurable=!0),(a.get||a.set)&&(e[i]={configurable:!0,writable:!0,enumerable:a.enumerable,value:t[i]})}return Object.create(Object.getPrototypeOf(t),e)}function Tn(t,e){return e===void 0&&(e=!1),In(t)||ft(t)||!Ge(t)||(br(t)>1&&(t.set=t.add=t.clear=t.delete=dd),Object.freeze(t),e&&Gt(t,function(o,n){return Tn(n,!0)},!0)),t}function dd(){ze(2)}function In(t){return t==null||typeof t!="object"||Object.isFrozen(t)}function tt(t){var e=Rn[t];return e||ze(18,t),e}function pd(t,e){Rn[t]||(Rn[t]=e)}function En(){return Hr}function vn(t,e){e&&(tt("Patches"),t.u=[],t.s=[],t.v=e)}function So(t){wn(t),t.p.forEach(fd),t.p=null}function wn(t){t===Hr&&(Hr=t.l)}function fl(t){return Hr={p:[],l:Hr,h:t,m:!0,_:0}}function fd(t){var e=t[Z];e.i===0||e.i===1?e.j():e.g=!0}function Sn(t,e){e._=e.p.length;var o=e.p[0],n=t!==void 0&&t!==o;return e.h.O||tt("ES5").S(e,t,n),n?(o[Z].P&&(So(e),ze(4)),Ge(t)&&(t=Oo(e,t),e.l||Co(e,t)),e.u&&tt("Patches").M(o[Z].t,t,e.u,e.s)):t=Oo(e,o,[]),So(e),e.u&&e.v(e.u,e.s),t!==Ol?t:void 0}function Oo(t,e,o){if(In(e))return e;var n=e[Z];if(!n)return Gt(e,function(c,p){return ul(t,n,e,c,p,o)},!0),e;if(n.A!==t)return e;if(!n.P)return Co(t,n.t,!0),n.t;if(!n.I){n.I=!0,n.A._--;var i=n.i===4||n.i===5?n.o=Ln(n.k):n.o,a=i,s=!1;n.i===3&&(a=new Set(i),i.clear(),s=!0),Gt(a,function(c,p){return ul(t,n,i,c,p,o,s)}),Co(t,i,!1),o&&t.u&&tt("Patches").N(n,o,t.u,t.s)}return n.o}function ul(t,e,o,n,i,a,s){if(ft(i)){var c=Oo(t,i,a&&e&&e.i!==3&&!yr(e.R,n)?a.concat(n):void 0);if(xl(o,n,c),!ft(c))return;t.m=!1}else s&&o.add(i);if(Ge(i)&&!In(i)){if(!t.h.D&&t._<1)return;Oo(t,i),e&&e.A.l||Co(t,i)}}function Co(t,e,o){o===void 0&&(o=!1),!t.l&&t.h.D&&t.m&&Tn(e,o)}function On(t,e){var o=t[Z];return(o?Et(o):t)[e]}function hl(t,e){if(e in t)for(var o=Object.getPrototypeOf(t);o;){var n=Object.getOwnPropertyDescriptor(o,e);if(n)return n;o=Object.getPrototypeOf(o)}}function wt(t){t.P||(t.P=!0,t.l&&wt(t.l))}function Cn(t){t.o||(t.o=Ln(t.t))}function An(t,e,o){var n=Nn(e)?tt("MapSet").F(e,o):Pn(e)?tt("MapSet").T(e,o):t.O?function(i,a){var s=Array.isArray(i),c={i:s?1:0,A:a?a.A:En(),P:!1,I:!1,R:{},l:a,t:i,k:null,o:null,j:null,C:!1},p=c,f=Vr;s&&(p=[c],f=Wr);var u=Proxy.revocable(p,f),y=u.revoke,g=u.proxy;return c.k=g,c.j=y,g}(e,o):tt("ES5").J(e,o);return(o?o.A:En()).p.push(n),n}function ud(t){return ft(t)||ze(22,t),function e(o){if(!Ge(o))return o;var n,i=o[Z],a=br(o);if(i){if(!i.P&&(i.i<4||!tt("ES5").K(i)))return i.t;i.I=!0,n=ml(o,a),i.I=!1}else n=ml(o,a);return Gt(n,function(s,c){i&&cd(i.t,s)===c||xl(n,s,e(c))}),a===3?new Set(n):n}(t)}function ml(t,e){switch(e){case 2:return new Map(t);case 3:return Array.from(t)}return Ln(t)}function Sl(){function t(s,c){var p=a[s];return p?p.enumerable=c:a[s]=p={configurable:!0,enumerable:c,get:function(){var f=this[Z];return Vr.get(f,s)},set:function(f){var u=this[Z];Vr.set(u,s,f)}},p}function e(s){for(var c=s.length-1;c>=0;c--){var p=s[c][Z];if(!p.P)switch(p.i){case 5:n(p)&&wt(p);break;case 4:o(p)&&wt(p)}}}function o(s){for(var c=s.t,p=s.k,f=gr(p),u=f.length-1;u>=0;u--){var y=f[u];if(y!==Z){var g=c[y];if(g===void 0&&!yr(c,y))return!0;var x=p[y],b=x&&x[Z];if(b?b.t!==g:!vl(x,g))return!0}}var S=!!c[Z];return f.length!==gr(c).length+(S?0:1)}function n(s){var c=s.k;if(c.length!==s.t.length)return!0;var p=Object.getOwnPropertyDescriptor(c,c.length-1);if(p&&!p.get)return!0;for(var f=0;f<c.length;f++)if(!c.hasOwnProperty(f))return!0;return!1}function i(s){s.g&&ze(3,JSON.stringify(Et(s)))}var a={};pd("ES5",{J:function(s,c){var p=Array.isArray(s),f=function(y,g){if(y){for(var x=Array(g.length),b=0;b<g.length;b++)Object.defineProperty(x,""+b,t(b,!0));return x}var S=Cl(g);delete S[Z];for(var P=gr(S),w=0;w<P.length;w++){var A=P[w];S[A]=t(A,y||!!S[A].enumerable)}return Object.create(Object.getPrototypeOf(g),S)}(p,s),u={i:p?5:4,A:c?c.A:En(),P:!1,I:!1,R:{},l:c,t:s,k:f,o:null,g:!1,C:!1};return Object.defineProperty(f,Z,{value:u,writable:!0}),f},S:function(s,c,p){p?ft(c)&&c[Z].A===s&&e(s.p):(s.u&&function f(u){if(u&&typeof u=="object"){var y=u[Z];if(y){var g=y.t,x=y.k,b=y.R,S=y.i;if(S===4)Gt(x,function(T){T!==Z&&(g[T]!==void 0||yr(g,T)?b[T]||f(x[T]):(b[T]=!0,wt(y)))}),Gt(g,function(T){x[T]!==void 0||yr(x,T)||(b[T]=!1,wt(y))});else if(S===5){if(n(y)&&(wt(y),b.length=!0),x.length<g.length)for(var P=x.length;P<g.length;P++)b[P]=!1;else for(var w=g.length;w<x.length;w++)b[w]=!0;for(var A=Math.min(x.length,g.length),I=0;I<A;I++)x.hasOwnProperty(I)||(b[I]=!0),b[I]===void 0&&f(x[I])}}}}(s.p[0]),e(s.p))},K:function(s){return s.i===4?o(s):n(s)}})}var yl,Hr,kn=typeof Symbol<"u"&&typeof Symbol("x")=="symbol",hd=typeof Map<"u",md=typeof Set<"u",gl=typeof Proxy<"u"&&Proxy.revocable!==void 0&&typeof Reflect<"u",Ol=kn?Symbol.for("immer-nothing"):((yl={})["immer-nothing"]=!0,yl),bl=kn?Symbol.for("immer-draftable"):"__$immer_draftable",Z=kn?Symbol.for("immer-state"):"__$immer_state";var yd=""+Object.prototype.constructor,gr=typeof Reflect<"u"&&Reflect.ownKeys?Reflect.ownKeys:Object.getOwnPropertySymbols!==void 0?function(t){return Object.getOwnPropertyNames(t).concat(Object.getOwnPropertySymbols(t))}:Object.getOwnPropertyNames,Cl=Object.getOwnPropertyDescriptors||function(t){var e={};return gr(t).forEach(function(o){e[o]=Object.getOwnPropertyDescriptor(t,o)}),e},Rn={},Vr={get:function(t,e){if(e===Z)return t;var o=Et(t);if(!yr(o,e))return function(i,a,s){var c,p=hl(a,s);return p?"value"in p?p.value:(c=p.get)===null||c===void 0?void 0:c.call(i.k):void 0}(t,o,e);var n=o[e];return t.I||!Ge(n)?n:n===On(t.t,e)?(Cn(t),t.o[e]=An(t.A.h,n,t)):n},has:function(t,e){return e in Et(t)},ownKeys:function(t){return Reflect.ownKeys(Et(t))},set:function(t,e,o){var n=hl(Et(t),e);if(n?.set)return n.set.call(t.k,o),!0;if(!t.P){var i=On(Et(t),e),a=i?.[Z];if(a&&a.t===o)return t.o[e]=o,t.R[e]=!1,!0;if(vl(o,i)&&(o!==void 0||yr(t.t,e)))return!0;Cn(t),wt(t)}return t.o[e]===o&&(o!==void 0||e in t.o)||Number.isNaN(o)&&Number.isNaN(t.o[e])||(t.o[e]=o,t.R[e]=!0),!0},deleteProperty:function(t,e){return On(t.t,e)!==void 0||e in t.t?(t.R[e]=!1,Cn(t),wt(t)):delete t.R[e],t.o&&delete t.o[e],!0},getOwnPropertyDescriptor:function(t,e){var o=Et(t),n=Reflect.getOwnPropertyDescriptor(o,e);return n&&{writable:!0,configurable:t.i!==1||e!=="length",enumerable:n.enumerable,value:o[e]}},defineProperty:function(){ze(11)},getPrototypeOf:function(t){return Object.getPrototypeOf(t.t)},setPrototypeOf:function(){ze(12)}},Wr={};Gt(Vr,function(t,e){Wr[t]=function(){return arguments[0]=arguments[0][0],e.apply(this,arguments)}}),Wr.deleteProperty=function(t,e){return Wr.set.call(this,t,e,void 0)},Wr.set=function(t,e,o){return Vr.set.call(this,t[0],e,o,t[0])};var gd=function(){function t(o){var n=this;this.O=gl,this.D=!0,this.produce=function(i,a,s){if(typeof i=="function"&&typeof a!="function"){var c=a;a=i;var p=n;return function(S){var P=this;S===void 0&&(S=c);for(var w=arguments.length,A=Array(w>1?w-1:0),I=1;I<w;I++)A[I-1]=arguments[I];return p.produce(S,function(T){var z;return(z=a).call.apply(z,[P,T].concat(A))})}}var f;if(typeof a!="function"&&ze(6),s!==void 0&&typeof s!="function"&&ze(7),Ge(i)){var u=fl(n),y=An(n,i,void 0),g=!0;try{f=a(y),g=!1}finally{g?So(u):wn(u)}return typeof Promise<"u"&&f instanceof Promise?f.then(function(S){return vn(u,s),Sn(S,u)},function(S){throw So(u),S}):(vn(u,s),Sn(f,u))}if(!i||typeof i!="object"){if((f=a(i))===void 0&&(f=i),f===Ol&&(f=void 0),n.D&&Tn(f,!0),s){var x=[],b=[];tt("Patches").M(i,f,x,b),s(x,b)}return f}ze(21,i)},this.produceWithPatches=function(i,a){if(typeof i=="function")return function(f){for(var u=arguments.length,y=Array(u>1?u-1:0),g=1;g<u;g++)y[g-1]=arguments[g];return n.produceWithPatches(f,function(x){return i.apply(void 0,[x].concat(y))})};var s,c,p=n.produce(i,a,function(f,u){s=f,c=u});return typeof Promise<"u"&&p instanceof Promise?p.then(function(f){return[f,s,c]}):[p,s,c]},typeof o?.useProxies=="boolean"&&this.setUseProxies(o.useProxies),typeof o?.autoFreeze=="boolean"&&this.setAutoFreeze(o.autoFreeze)}var e=t.prototype;return e.createDraft=function(o){Ge(o)||ze(8),ft(o)&&(o=ud(o));var n=fl(this),i=An(this,o,void 0);return i[Z].C=!0,wn(n),i},e.finishDraft=function(o,n){var i=o&&o[Z],a=i.A;return vn(a,n),Sn(void 0,a)},e.setAutoFreeze=function(o){this.D=o},e.setUseProxies=function(o){o&&!gl&&ze(20),this.O=o},e.applyPatches=function(o,n){var i;for(i=n.length-1;i>=0;i--){var a=n[i];if(a.path.length===0&&a.op==="replace"){o=a.value;break}}i>-1&&(n=n.slice(i+1));var s=tt("Patches").$;return ft(o)?s(o,n):this.produce(o,function(c){return s(c,n)})},t}(),ke=new gd,bd=ke.produce,Ub=ke.produceWithPatches.bind(ke),zb=ke.setAutoFreeze.bind(ke),Fb=ke.setUseProxies.bind(ke),Wb=ke.applyPatches.bind(ke),Hb=ke.createDraft.bind(ke),Vb=ke.finishDraft.bind(ke),Eo=bd;function At(t){"@babel/helpers - typeof";return At=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(e){return typeof e}:function(e){return e&&typeof Symbol=="function"&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},At(t)}function _n(t,e){if(At(t)!=="object"||t===null)return t;var o=t[Symbol.toPrimitive];if(o!==void 0){var n=o.call(t,e||"default");if(At(n)!=="object")return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return(e==="string"?String:Number)(t)}function Dn(t){var e=_n(t,"string");return At(e)==="symbol"?e:String(e)}function $n(t,e,o){return e=Dn(e),e in t?Object.defineProperty(t,e,{value:o,enumerable:!0,configurable:!0,writable:!0}):t[e]=o,t}function El(t,e){var o=Object.keys(t);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(t);e&&(n=n.filter(function(i){return Object.getOwnPropertyDescriptor(t,i).enumerable})),o.push.apply(o,n)}return o}function wo(t){for(var e=1;e<arguments.length;e++){var o=arguments[e]!=null?arguments[e]:{};e%2?El(Object(o),!0).forEach(function(n){$n(t,n,o[n])}):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(o)):El(Object(o)).forEach(function(n){Object.defineProperty(t,n,Object.getOwnPropertyDescriptor(o,n))})}return t}function fe(t){return"Minified Redux error #"+t+"; visit https://redux.js.org/Errors?code="+t+" for the full message or use the non-minified dev environment for full errors. "}var wl=function(){return typeof Symbol=="function"&&Symbol.observable||"@@observable"}(),Bn=function(){return Math.random().toString(36).substring(7).split("").join(".")},Ao={INIT:"@@redux/INIT"+Bn(),REPLACE:"@@redux/REPLACE"+Bn(),PROBE_UNKNOWN_ACTION:function(){return"@@redux/PROBE_UNKNOWN_ACTION"+Bn()}};function xd(t){if(typeof t!="object"||t===null)return!1;for(var e=t;Object.getPrototypeOf(e)!==null;)e=Object.getPrototypeOf(e);return Object.getPrototypeOf(t)===e}function Mn(t,e,o){var n;if(typeof e=="function"&&typeof o=="function"||typeof o=="function"&&typeof arguments[3]=="function")throw new Error(fe(0));if(typeof e=="function"&&typeof o>"u"&&(o=e,e=void 0),typeof o<"u"){if(typeof o!="function")throw new Error(fe(1));return o(Mn)(t,e)}if(typeof t!="function")throw new Error(fe(2));var i=t,a=e,s=[],c=s,p=!1;function f(){c===s&&(c=s.slice())}function u(){if(p)throw new Error(fe(3));return a}function y(S){if(typeof S!="function")throw new Error(fe(4));if(p)throw new Error(fe(5));var P=!0;return f(),c.push(S),function(){if(P){if(p)throw new Error(fe(6));P=!1,f();var A=c.indexOf(S);c.splice(A,1),s=null}}}function g(S){if(!xd(S))throw new Error(fe(7));if(typeof S.type>"u")throw new Error(fe(8));if(p)throw new Error(fe(9));try{p=!0,a=i(a,S)}finally{p=!1}for(var P=s=c,w=0;w<P.length;w++){var A=P[w];A()}return S}function x(S){if(typeof S!="function")throw new Error(fe(10));i=S,g({type:Ao.REPLACE})}function b(){var S,P=y;return S={subscribe:function(A){if(typeof A!="object"||A===null)throw new Error(fe(11));function I(){A.next&&A.next(u())}I();var T=P(I);return{unsubscribe:T}}},S[wl]=function(){return this},S}return g({type:Ao.INIT}),n={dispatch:g,subscribe:y,getState:u,replaceReducer:x},n[wl]=b,n}function vd(t){Object.keys(t).forEach(function(e){var o=t[e],n=o(void 0,{type:Ao.INIT});if(typeof n>"u")throw new Error(fe(12));if(typeof o(void 0,{type:Ao.PROBE_UNKNOWN_ACTION()})>"u")throw new Error(fe(13))})}function Al(t){for(var e=Object.keys(t),o={},n=0;n<e.length;n++){var i=e[n];typeof t[i]=="function"&&(o[i]=t[i])}var a=Object.keys(o),s,c;try{vd(o)}catch(p){c=p}return function(f,u){if(f===void 0&&(f={}),c)throw c;if(0)var y;for(var g=!1,x={},b=0;b<a.length;b++){var S=a[b],P=o[S],w=f[S],A=P(w,u);if(typeof A>"u"){var I=u&&u.type;throw new Error(fe(14))}x[S]=A,g=g||A!==w}return g=g||a.length!==Object.keys(f).length,g?x:f}}function xr(){for(var t=arguments.length,e=new Array(t),o=0;o<t;o++)e[o]=arguments[o];return e.length===0?function(n){return n}:e.length===1?e[0]:e.reduce(function(n,i){return function(){return n(i.apply(void 0,arguments))}})}function Rl(){for(var t=arguments.length,e=new Array(t),o=0;o<t;o++)e[o]=arguments[o];return function(n){return function(){var i=n.apply(void 0,arguments),a=function(){throw new Error(fe(15))},s={getState:i.getState,dispatch:function(){return a.apply(void 0,arguments)}},c=e.map(function(p){return p(s)});return a=xr.apply(void 0,c)(i.dispatch),wo(wo({},i),{},{dispatch:a})}}}function Nl(t){var e=function(n){var i=n.dispatch,a=n.getState;return function(s){return function(c){return typeof c=="function"?c(i,a,t):s(c)}}};return e}var Pl=Nl();Pl.withExtraArgument=Nl;var Un=Pl;var _l=function(){var t=function(e,o){return t=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(n,i){n.__proto__=i}||function(n,i){for(var a in i)Object.prototype.hasOwnProperty.call(i,a)&&(n[a]=i[a])},t(e,o)};return function(e,o){if(typeof o!="function"&&o!==null)throw new TypeError("Class extends value "+String(o)+" is not a constructor or null");t(e,o);function n(){this.constructor=e}e.prototype=o===null?Object.create(o):(n.prototype=o.prototype,new n)}}(),Sd=function(t,e){var o={label:0,sent:function(){if(a[0]&1)throw a[1];return a[1]},trys:[],ops:[]},n,i,a,s;return s={next:c(0),throw:c(1),return:c(2)},typeof Symbol=="function"&&(s[Symbol.iterator]=function(){return this}),s;function c(f){return function(u){return p([f,u])}}function p(f){if(n)throw new TypeError("Generator is already executing.");for(;o;)try{if(n=1,i&&(a=f[0]&2?i.return:f[0]?i.throw||((a=i.return)&&a.call(i),0):i.next)&&!(a=a.call(i,f[1])).done)return a;switch(i=0,a&&(f=[f[0]&2,a.value]),f[0]){case 0:case 1:a=f;break;case 4:return o.label++,{value:f[1],done:!1};case 5:o.label++,i=f[1],f=[0];continue;case 7:f=o.ops.pop(),o.trys.pop();continue;default:if(a=o.trys,!(a=a.length>0&&a[a.length-1])&&(f[0]===6||f[0]===2)){o=0;continue}if(f[0]===3&&(!a||f[1]>a[0]&&f[1]<a[3])){o.label=f[1];break}if(f[0]===6&&o.label<a[1]){o.label=a[1],a=f;break}if(a&&o.label<a[2]){o.label=a[2],o.ops.push(f);break}a[2]&&o.ops.pop(),o.trys.pop();continue}f=e.call(t,o)}catch(u){f=[6,u],i=0}finally{n=a=0}if(f[0]&5)throw f[1];return{value:f[0]?f[1]:void 0,done:!0}}},vr=function(t,e){for(var o=0,n=e.length,i=t.length;o<n;o++,i++)t[i]=e[o];return t},Od=Object.defineProperty,Cd=Object.defineProperties,Ed=Object.getOwnPropertyDescriptors,Ll=Object.getOwnPropertySymbols,wd=Object.prototype.hasOwnProperty,Ad=Object.prototype.propertyIsEnumerable,Tl=function(t,e,o){return e in t?Od(t,e,{enumerable:!0,configurable:!0,writable:!0,value:o}):t[e]=o},Rt=function(t,e){for(var o in e||(e={}))wd.call(e,o)&&Tl(t,o,e[o]);if(Ll)for(var n=0,i=Ll(e);n<i.length;n++){var o=i[n];Ad.call(e,o)&&Tl(t,o,e[o])}return t},zn=function(t,e){return Cd(t,Ed(e))},Rd=function(t,e,o){return new Promise(function(n,i){var a=function(p){try{c(o.next(p))}catch(f){i(f)}},s=function(p){try{c(o.throw(p))}catch(f){i(f)}},c=function(p){return p.done?n(p.value):Promise.resolve(p.value).then(a,s)};c((o=o.apply(t,e)).next())})};var Nd=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__?window.__REDUX_DEVTOOLS_EXTENSION_COMPOSE__:function(){if(arguments.length!==0)return typeof arguments[0]=="object"?xr:xr.apply(null,arguments)},lx=typeof window<"u"&&window.__REDUX_DEVTOOLS_EXTENSION__?window.__REDUX_DEVTOOLS_EXTENSION__:function(){return function(t){return t}};function Pd(t){if(typeof t!="object"||t===null)return!1;var e=Object.getPrototypeOf(t);if(e===null)return!0;for(var o=e;Object.getPrototypeOf(o)!==null;)o=Object.getPrototypeOf(o);return e===o}var Ld=function(t){_l(e,t);function e(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];var i=t.apply(this,o)||this;return Object.setPrototypeOf(i,e.prototype),i}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return t.prototype.concat.apply(this,o)},e.prototype.prepend=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return o.length===1&&Array.isArray(o[0])?new(e.bind.apply(e,vr([void 0],o[0].concat(this)))):new(e.bind.apply(e,vr([void 0],o.concat(this))))},e}(Array),Td=function(t){_l(e,t);function e(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];var i=t.apply(this,o)||this;return Object.setPrototypeOf(i,e.prototype),i}return Object.defineProperty(e,Symbol.species,{get:function(){return e},enumerable:!1,configurable:!0}),e.prototype.concat=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return t.prototype.concat.apply(this,o)},e.prototype.prepend=function(){for(var o=[],n=0;n<arguments.length;n++)o[n]=arguments[n];return o.length===1&&Array.isArray(o[0])?new(e.bind.apply(e,vr([void 0],o[0].concat(this)))):new(e.bind.apply(e,vr([void 0],o.concat(this))))},e}(Array);function Hn(t){return Ge(t)?Eo(t,function(){}):t}function Id(t){return typeof t=="boolean"}function kd(){return function(e){return _d(e)}}function _d(t){t===void 0&&(t={});var e=t.thunk,o=e===void 0?!0:e,n=t.immutableCheck,i=n===void 0?!0:n,a=t.serializableCheck,s=a===void 0?!0:a,c=new Ld;if(o&&(Id(o)?c.push(Un):c.push(Un.withExtraArgument(o.extraArgument))),0){if(i)var p;if(s)var f}return c}var Fn=!0;function Dl(t){var e=kd(),o=t||{},n=o.reducer,i=n===void 0?void 0:n,a=o.middleware,s=a===void 0?e():a,c=o.devTools,p=c===void 0?!0:c,f=o.preloadedState,u=f===void 0?void 0:f,y=o.enhancers,g=y===void 0?void 0:y,x;if(typeof i=="function")x=i;else if(Pd(i))x=Al(i);else throw new Error('"reducer" is a required argument, and must be a function or an object of functions that can be passed to combineReducers');var b=s;if(typeof b=="function"&&(b=b(e),!Fn&&!Array.isArray(b)))throw new Error("when using a middleware builder function, an array of middleware must be returned");if(!Fn&&b.some(function(T){return typeof T!="function"}))throw new Error("each middleware provided to configureStore must be a function");var S=Rl.apply(void 0,b),P=xr;p&&(P=Nd(Rt({trace:!Fn},typeof p=="object"&&p)));var w=new Td(S),A=w;Array.isArray(g)?A=vr([S],g):typeof g=="function"&&(A=g(w));var I=P.apply(void 0,A);return Mn(x,u,I)}function Nt(t,e){function o(){for(var n=[],i=0;i<arguments.length;i++)n[i]=arguments[i];if(e){var a=e.apply(void 0,n);if(!a)throw new Error("prepareAction did not return an object");return Rt(Rt({type:t,payload:a.payload},"meta"in a&&{meta:a.meta}),"error"in a&&{error:a.error})}return{type:t,payload:n[0]}}return o.toString=function(){return""+t},o.type=t,o.match=function(n){return n.type===t},o}function $l(t){var e={},o=[],n,i={addCase:function(a,s){var c=typeof a=="string"?a:a.type;if(c in e)throw new Error("addCase cannot be called with two reducers for the same action type");return e[c]=s,i},addMatcher:function(a,s){return o.push({matcher:a,reducer:s}),i},addDefaultCase:function(a){return n=a,i}};return t(i),[e,o,n]}function Dd(t){return typeof t=="function"}function $d(t,e,o,n){o===void 0&&(o=[]);var i=typeof e=="function"?$l(e):[e,o,n],a=i[0],s=i[1],c=i[2],p;if(Dd(t))p=function(){return Hn(t())};else{var f=Hn(t);p=function(){return f}}function u(y,g){y===void 0&&(y=p());var x=vr([a[g.type]],s.filter(function(b){var S=b.matcher;return S(g)}).map(function(b){var S=b.reducer;return S}));return x.filter(function(b){return!!b}).length===0&&(x=[c]),x.reduce(function(b,S){if(S)if(ft(b)){var P=b,w=S(P,g);return w===void 0?b:w}else{if(Ge(b))return Eo(b,function(A){return S(A,g)});var w=S(b,g);if(w===void 0){if(b===null)return b;throw Error("A case reducer on a non-draftable value must not return undefined")}return w}return b},y)}return u.getInitialState=p,u}function Bd(t,e){return t+"/"+e}function Bl(t){var e=t.name;if(!e)throw new Error("`name` is a required option for createSlice");typeof process<"u";var o=typeof t.initialState=="function"?t.initialState:Hn(t.initialState),n=t.reducers||{},i=Object.keys(n),a={},s={},c={};i.forEach(function(u){var y=n[u],g=Bd(e,u),x,b;"reducer"in y?(x=y.reducer,b=y.prepare):x=y,a[u]=x,s[g]=x,c[u]=b?Nt(g,b):Nt(g)});function p(){var u=typeof t.extraReducers=="function"?$l(t.extraReducers):[t.extraReducers],y=u[0],g=y===void 0?{}:y,x=u[1],b=x===void 0?[]:x,S=u[2],P=S===void 0?void 0:S,w=Rt(Rt({},g),s);return $d(o,function(A){for(var I in w)A.addCase(I,w[I]);for(var T=0,z=b;T<z.length;T++){var be=z[T];A.addMatcher(be.matcher,be.reducer)}P&&A.addDefaultCase(P)})}var f;return{name:e,reducer:function(u,y){return f||(f=p()),f(u,y)},actions:c,caseReducers:a,getInitialState:function(){return f||(f=p()),f.getInitialState()}}}var Md="ModuleSymbhasOwnPr-0123456789ABCDEFGHNRVfgctiUvz_KqYTJkLxpZXIjQW",Ud=function(t){t===void 0&&(t=21);for(var e="",o=t;o--;)e+=Md[Math.random()*64|0];return e},zd=["name","message","stack","code"],Wn=function(){function t(e,o){this.payload=e,this.meta=o}return t}(),Il=function(){function t(e,o){this.payload=e,this.meta=o}return t}(),Fd=function(t){if(typeof t=="object"&&t!==null){for(var e={},o=0,n=zd;o<n.length;o++){var i=n[o];typeof t[i]=="string"&&(e[i]=t[i])}return e}return{message:String(t)}},fx=function(){function t(e,o,n){var i=Nt(e+"/fulfilled",function(u,y,g,x){return{payload:u,meta:zn(Rt({},x||{}),{arg:g,requestId:y,requestStatus:"fulfilled"})}}),a=Nt(e+"/pending",function(u,y,g){return{payload:void 0,meta:zn(Rt({},g||{}),{arg:y,requestId:u,requestStatus:"pending"})}}),s=Nt(e+"/rejected",function(u,y,g,x,b){return{payload:x,error:(n&&n.serializeError||Fd)(u||"Rejected"),meta:zn(Rt({},b||{}),{arg:g,requestId:y,rejectedWithValue:!!x,requestStatus:"rejected",aborted:u?.name==="AbortError",condition:u?.name==="ConditionError"})}}),c=!1,p=typeof AbortController<"u"?AbortController:function(){function u(){this.signal={aborted:!1,addEventListener:function(){},dispatchEvent:function(){return!1},onabort:function(){},removeEventListener:function(){},reason:void 0,throwIfAborted:function(){}}}return u.prototype.abort=function(){},u}();function f(u){return function(y,g,x){var b=n?.idGenerator?n.idGenerator(u):Ud(),S=new p,P,w=!1;function A(T){P=T,S.abort()}var I=function(){return Rd(this,null,function(){var T,z,be,re,Cr,_e,h;return Sd(this,function(v){switch(v.label){case 0:return v.trys.push([0,4,,5]),re=(T=n?.condition)==null?void 0:T.call(n,u,{getState:g,extra:x}),Hd(re)?[4,re]:[3,2];case 1:re=v.sent(),v.label=2;case 2:if(re===!1||S.signal.aborted)throw{name:"ConditionError",message:"Aborted due to condition callback returning false."};return w=!0,Cr=new Promise(function(L,j){return S.signal.addEventListener("abort",function(){return j({name:"AbortError",message:P||"Aborted"})})}),y(a(b,u,(z=n?.getPendingMeta)==null?void 0:z.call(n,{requestId:b,arg:u},{getState:g,extra:x}))),[4,Promise.race([Cr,Promise.resolve(o(u,{dispatch:y,getState:g,extra:x,requestId:b,signal:S.signal,abort:A,rejectWithValue:function(L,j){return new Wn(L,j)},fulfillWithValue:function(L,j){return new Il(L,j)}})).then(function(L){if(L instanceof Wn)throw L;return L instanceof Il?i(L.payload,b,u,L.meta):i(L,b,u)})])];case 3:return be=v.sent(),[3,5];case 4:return _e=v.sent(),be=_e instanceof Wn?s(null,b,u,_e.payload,_e.meta):s(_e,b,u),[3,5];case 5:return h=n&&!n.dispatchConditionRejection&&s.match(be)&&be.meta.condition,h||y(be),[2,be]}})})}();return Object.assign(I,{abort:A,requestId:b,arg:u,unwrap:function(){return I.then(Wd)}})}}return Object.assign(f,{pending:a,rejected:s,fulfilled:i,typePrefix:e})}return t.withTypes=function(){return t},t}();function Wd(t){if(t.meta&&t.meta.rejectedWithValue)throw t.payload;if(t.error)throw t.error;return t.payload}function Hd(t){return t!==null&&typeof t=="object"&&typeof t.then=="function"}var Ml="listener",Ul="completed",zl="cancelled",ux="task-"+zl,hx="task-"+Ul,mx=Ml+"-"+zl,yx=Ml+"-"+Ul;var Vn="listenerMiddleware";var gx=Nt(Vn+"/add"),bx=Nt(Vn+"/removeAll"),xx=Nt(Vn+"/remove");var kl,vx=typeof queueMicrotask=="function"?queueMicrotask.bind(typeof window<"u"?window:typeof global<"u"?global:globalThis):function(t){return(kl||(kl=Promise.resolve())).then(t).catch(function(e){return setTimeout(function(){throw e},0)})},Vd=function(t){return function(e){setTimeout(e,t)}},Sx=typeof window<"u"&&window.requestAnimationFrame?window.requestAnimationFrame:Vd(10);Sl();window.ftReduxStores||(window.ftReduxStores={});var Fl=class t{static get(e){var o;let n=typeof e=="string"?e:e.name,i=typeof e=="string"?void 0:e,a=window.ftReduxStores[n];if(zr(a))return a;if(i==null)return;let s=Bl({...i,reducers:(o=i.reducers)!==null&&o!==void 0?o:{}}),c=Dl({reducer:(p,f)=>f.type==="CLEAR_FT_REDUX_STORE"?s.getInitialState():typeof f.type=="string"&&f.type.startsWith("DEFAULT_VALUE_SETTER__")?{...p,...f.overwrites}:s.reducer(p,f)});return window.ftReduxStores[i.name]=new t(s,c)}constructor(e,o){this.reduxSlice=e,this.reduxStore=o,this.isFtReduxStore=!0,this.eventBus=document.createElement("event-bus"),this.commands=new yo,this.actions=new Proxy(this.reduxSlice.actions,{get:(n,i,a)=>{let s=i,c=n[s];return c?(...p)=>{let f=c(...p);return this.reduxStore.dispatch(f),f}:p=>{this.setState({[s]:p})}}})}clear(){this.reduxStore.dispatch({type:"CLEAR_FT_REDUX_STORE"})}setState(e){this.reduxStore.dispatch({type:"DEFAULT_VALUE_SETTER__"+Object.keys(e).join("_"),overwrites:e})}get dispatch(){throw new Error("Don't use this method, actions are automatically dispatched when called.")}[Symbol.observable](){return this.reduxStore[Symbol.observable]()}getState(){return this.reduxStore.getState()}replaceReducer(e){throw new Error("Not implemented yet.")}subscribe(e){return this.reduxStore.subscribe(e)}get name(){return this.reduxSlice.name}get reducer(){return this.reduxSlice.reducer}get caseReducers(){return this.reduxSlice.caseReducers}getInitialState(){return this.reduxSlice.getInitialState()}};var Lo=m(R());var Ro=class extends et{async listMySearches(){let e=k.getState().session;return e?.sessionAuthenticated?this.cache.get("my-searches",async()=>(await this.awaitApi).listMySearches(e.profile.userId),5*60*1e3):[]}};var No=class extends et{async listMyBookmarks(){let e=k.getState().session;return e?.sessionAuthenticated?this.cache.get("my-bookmarks",async()=>(await this.awaitApi).listMyBookmarks(e.profile.userId),5*60*1e3):[]}};var Gd="ft-user-assets",Po=Lo.FtReduxStore.get({name:Gd,initialState:{savedSearches:void 0,bookmarks:void 0}}),jn=class{constructor(){this.currentSession=k.getState().session,this.bookmarksAreUsed=!1,this.bookmarksService=new No,this.savedSearchesService=new Ro,k.subscribe(()=>this.reloadWhenUserSessionChanges())}reloadWhenUserSessionChanges(){var e;let{session:o}=k.getState();(0,Lo.deepEqual)((e=this.currentSession)===null||e===void 0?void 0:e.profile,o?.profile)||(this.currentSession=o,this.clearMySearches(),this.reloadBookmarks())}clear(){this.clearMySearches(),this.clearMyBookmarks()}clearMySearches(){this.savedSearchesService.clearCache(),Po.actions.savedSearches(void 0)}clearMyBookmarks(){this.bookmarksService.clearCache(),Po.actions.bookmarks(void 0)}async reloadMySearches(){this.savedSearchesService.clearCache();let e=await this.savedSearchesService.listMySearches();Po.actions.savedSearches(e)}async reloadBookmarks(){this.bookmarksService.clearCache(),await this.updateBookmarksIfUsed()}async registerBookmarkComponent(){this.bookmarksAreUsed=!0,await this.updateBookmarksIfUsed()}async updateBookmarksIfUsed(){var e;if(this.bookmarksAreUsed){let o=!((e=this.currentSession)===null||e===void 0)&&e.sessionAuthenticated?await this.bookmarksService.listMyBookmarks():void 0;Po.actions.bookmarks(o)}}},Wl=new jn;var Gn=class{addCommand(e,o=!1){k.commands.add(e,o)}consumeCommand(e){return k.commands.consume(e)}};window.FluidTopicsAppInfoStoreService=new Gn;var Hl=m(R()),Kn=class{highlightHtml(e,o){(0,Hl.highlightHtml)(e,o)}};window.FluidTopicsHighlightHtmlService=new Kn;var Vl=m(R());var Zn=class{isDate(e){var o,n,i,a;return(a=(i=((n=(o=k.getState().metadataConfiguration)===null||o===void 0?void 0:o.descriptors)!==null&&n!==void 0?n:[]).find(c=>c.key===e))===null||i===void 0?void 0:i.date)!==null&&a!==void 0?a:!1}format(e,o){var n,i,a;return Vl.DateFormatter.format(e,(n=o?.locale)!==null&&n!==void 0?n:k.getState().uiLocale,(i=o?.longFormat)!==null&&i!==void 0?i:!1,(a=o?.withTime)!==null&&a!==void 0?a:!1)}};window.FluidTopicsDateService=new Zn;(0,jl.customElement)("ft-app-context")(Q);var Kl=m(H()),Kd=function(t,e,o,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,o,a):s(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a},qn=Symbol("i18nAttributes"),To=Symbol("i18nProperties"),jr=Symbol("i18nUnsubs");function _o(t){var e;class o extends t{constructor(){super(...arguments),this.useCustomMessageContexts=!1,this[e]=new Map}get i18nService(){return this.useCustomMessageContexts?Js:hr}i18n(i,a,...s){var c;if(typeof i=="string")return this.i18nService.resolveMessage(i,a,...s);let p=(c=i.args)!==null&&c!==void 0?c:i.argsProvider?i.argsProvider(this):[];return this.i18nService.resolveMessage(i.context,i.key,...p)}onI18nUpdate(i){var a,s;(a=this[qn])===null||a===void 0||a.forEach((c,p)=>{var f;let u=this.getI18nAttributeValue(p);((f=u?.context)===null||f===void 0?void 0:f.toLowerCase())===i.toLowerCase()&&this.updateI18nAttributeMessage(p,u,c)}),(s=this[To])===null||s===void 0||s.forEach((c,p)=>{c.context.toLowerCase()===i.toLowerCase()&&(this[p]=this.i18n(c))}),setTimeout(()=>this.requestUpdate(),0)}updateI18nAttributeMessage(i,a,s){this[i]={...a,message:this.i18n({context:a.context,key:a.key,...s})}}update(i){var a,s;super.update(i),(a=this[qn])===null||a===void 0||a.forEach((c,p)=>{let f=this.getI18nAttributeValue(p);f?.context&&f.key&&(i.has(p)||c.argsProvider!=null)&&(i.has(p)&&this.addI18nContext(f.context),this.updateI18nAttributeMessage(p,f,c))}),(s=this[To])===null||s===void 0||s.forEach((c,p)=>{c.argsProvider!=null&&(this[p]=this.i18n(c))})}getI18nAttributeValue(i){return this[i]}connectedCallback(){var i,a,s,c;super.connectedCallback(),new Set([...(a=(i=this[To])===null||i===void 0?void 0:i.values())!==null&&a!==void 0?a:[],...[...(c=(s=this[qn])===null||s===void 0?void 0:s.keys())!==null&&c!==void 0?c:[]].map(p=>this.getI18nAttributeValue(p))].map(p=>p?.context)).forEach(p=>p&&this.addI18nMessages(p))}addI18nMessages(i,a){i=i.toLowerCase(),this[jr].has(i)||this[jr].set(i,this.i18nService.subscribe(i,()=>this.onI18nUpdate(i))),this.i18nService.prepareContext(i,a??{})}addI18nContext(i,a){this.addI18nMessages(typeof i=="string"?i:i.name,a)}disconnectedCallback(){super.disconnectedCallback(),this[jr].forEach(i=>i()),this[jr].clear()}}return e=jr,Kd([(0,Kl.property)({type:Boolean})],o.prototype,"useCustomMessageContexts",void 0),o}var Gl=class extends _o(ko.FtLitElement){},Io=class extends _o(ko.FtLitElementRedux){};var Gr=function(t,e,o,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,o,a):s(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a},Ke=class extends Io{constructor(){super(),this.editorMode=!1,this.addStore(k)}render(){return!this.key||!this.context?this.editorMode?"Select a context and a label key.":Do.nothing:Do.html`
1507
1507
  <span class="ft-i18n">
1508
1508
  ${this.i18n(this.context,this.key,...Array.isArray(this.args)?this.args:[])}
1509
1509
  </span>
1510
- `}update(t){var r;super.update(t),["context","key","defaultMessage"].some(i=>t.has(i))&&this.context&&this.key&&this.addI18nMessages(this.context,{[this.key]:(r=this.defaultMessage)!==null&&r!==void 0?r:""})}};Wt.elementDefinitions={};Wt.styles=_a;bo([(0,Qo.redux)()],Wt.prototype,"editorMode",void 0);bo([(0,Xo.property)()],Wt.prototype,"context",void 0);bo([(0,Xo.property)()],Wt.prototype,"key",void 0);bo([(0,Qo.jsonProperty)([])],Wt.prototype,"args",void 0);bo([(0,Xo.property)()],Wt.prototype,"defaultMessage",void 0);var Jo=class o{static build(t){return new o(t)}static fromGwt(t){return new o(t)}constructor(t){this.name=t,this.properties=new Proxy({},{get:(r,i)=>{let n=i;return a=>({context:this.name,key:n,args:typeof a=="function"?void 0:a,argsProvider:typeof a=="function"?a:void 0})}}),this.messages=new Proxy({},{get:(r,i)=>(...n)=>Xe.resolveMessage(this.name,i,...n)})}};(0,Ka.customElement)("ft-i18n")(Wt);var us=f(O()),hs=f(V());var ie=f(O());var Za=f(O()),al={setRequest:(o,t)=>{o.request=t.payload},setRequestQuery:(o,t)=>{o.request.query=t.payload},setRequestContentLocale:(o,t)=>{o.request.contentLocale=t.payload},setPageSize:(o,t)=>{o.request.paging.perPage=t.payload},setPageNumber:(o,t)=>{o.request.paging.page=t.payload},setRequestSort:(o,t)=>{o.request.sort=t.payload},setRequestFilters:(o,t)=>{o.request.filters=t.payload},setRequestFacets:(o,t)=>{o.request.facets=t.payload},setRequestVirtualField:(o,t)=>{o.request.virtualField=t.payload},setRequestScope:(o,t)=>{o.request.scope=t.payload},setRequestClusterSortCriterion:(o,t)=>{o.request.clusterSortCriterions=t.payload},setResults:(o,t)=>{o.results=t.payload},setFacets:(o,t)=>{o.facets=t.payload},setSpellcheck:(o,t)=>{o.spellcheck=t.payload},setLocales:(o,t)=>{o.locales=t.payload},setPaging:(o,t)=>{o.paging=t.payload},setLiveQuery:(o,t)=>{o.liveQuery=t.payload},setSuggestResults:(o,t)=>{o.suggestResults=t.payload},setRequestPeriodFilter:(o,t)=>{o.request.periodFilter=t.payload}},ja=o=>Za.FtReduxStore.get({name:"ft-search-"+o,initialState:{request:{query:"",filters:[],facets:[],sort:[],paging:{page:1,perPage:20}},liveQuery:""},reducers:al});var ky=f(Ya(),1);var Xa;(function(o){o.black="black",o.green="green",o.blue="blue",o.purple="purple",o.red="red",o.orange="orange",o.yellow="yellow"})(Xa||(Xa={}));var Qa;(function(o){o.OFFICIAL="OFFICIAL",o.PERSONAL="PERSONAL",o.SHARED="SHARED"})(Qa||(Qa={}));var Ja;(function(o){o.THIRD_PARTY="THIRD_PARTY",o.OFF_THE_GRID="OFF_THE_GRID",o.CONTENT_PACKAGER="CONTENT_PACKAGER",o.PAGES="PAGES",o.DESIGNED_READER="DESIGNED_READER"})(Ja||(Ja={}));var ts;(function(o){o.HOMEPAGE="HOMEPAGE",o.CUSTOM="CUSTOM",o.READER="READER",o.TOPIC_TEMPLATE="TOPIC_TEMPLATE",o.SEARCH="SEARCH",o.SEARCH_RESULT="SEARCH_RESULT"})(ts||(ts={}));var es;(function(o){o.CLASSIC="CLASSIC",o.CUSTOM="CUSTOM",o.DESIGNER="DESIGNER"})(es||(es={}));var os;(function(o){o.AND="AND",o.OR="OR",o.MONOVALUED="MONOVALUED"})(os||(os={}));var rs;(function(o){o.NONE="NONE",o.ALPHABET="ALPHABET",o.VERSION="VERSION"})(rs||(rs={}));var is;(function(o){o.STARS="STARS",o.LIKE="LIKE",o.DICHOTOMOUS="DICHOTOMOUS",o.NO_RATING="NO_RATING"})(is||(is={}));var ns;(function(o){o.LAST_WEEK="LAST_WEEK",o.LAST_MONTH="LAST_MONTH",o.LAST_QUARTER="LAST_QUARTER",o.LAST_YEAR="LAST_YEAR",o.CUSTOM="CUSTOM"})(ns||(ns={}));var as;(function(o){o.ASC="ASC",o.DESC="DESC"})(as||(as={}));var ss;(function(o){o.ALPHA="ALPHA",o.NATURAL="NATURAL"})(ss||(ss={}));var Qe;(function(o){o.EVERYWHERE="EVERYWHERE",o.TITLE_ONLY="TITLE_ONLY",o.NONE="NONE"})(Qe||(Qe={}));var ls;(function(o){o.ARTICLE="ARTICLE",o.BOOK="BOOK",o.SHARED_BOOK="SHARED_BOOK"})(ls||(ls={}));var cs;(function(o){o.FLUIDTOPICS="FLUIDTOPICS",o.EXTERNAL="EXTERNAL"})(cs||(cs={}));var ps;(function(o){o.MAP="MAP",o.DOCUMENT="DOCUMENT",o.TOPIC="TOPIC",o.PERSONAL_BOOK="PERSONAL_BOOK",o.SHARED_BOOK="SHARED_BOOK"})(ps||(ps={}));var ds;(function(o){o.MAP="MAP",o.DOCUMENT="DOCUMENT",o.TOPIC="TOPIC"})(ds||(ds={}));var Je;(function(o){o.DEFAULT="DEFAULT",o.DOCUMENTS="DOCUMENTS",o.ALL_TOPICS="ALL_TOPICS"})(Je||(Je={}));var it;(function(o){o.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",o.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",o.HTML_EXPORT_USER="HTML_EXPORT_USER",o.PDF_EXPORT_USER="PDF_EXPORT_USER",o.SAVED_SEARCH_USER="SAVED_SEARCH_USER",o.COLLECTION_USER="COLLECTION_USER",o.OFFLINE_USER="OFFLINE_USER",o.ANALYTICS_USER="ANALYTICS_USER",o.BETA_USER="BETA_USER",o.DEBUG_USER="DEBUG_USER",o.PRINT_USER="PRINT_USER",o.RATING_USER="RATING_USER",o.FEEDBACK_USER="FEEDBACK_USER",o.GENERATIVE_AI_USER="GENERATIVE_AI_USER",o.CONTENT_PUBLISHER="CONTENT_PUBLISHER",o.KHUB_ADMIN="KHUB_ADMIN",o.USERS_ADMIN="USERS_ADMIN",o.PORTAL_ADMIN="PORTAL_ADMIN",o.ADMIN="ADMIN",o.DEVELOPER="DEVELOPER"})(it||(it={}));var fs;(function(o){o.VALID="VALID",o.INVALID="INVALID"})(fs||(fs={}));var Ly={[it.PERSONAL_BOOK_SHARE_USER]:[it.PERSONAL_BOOK_USER],[it.HTML_EXPORT_USER]:[it.PERSONAL_BOOK_USER],[it.PDF_EXPORT_USER]:[it.PERSONAL_BOOK_USER],[it.KHUB_ADMIN]:[it.CONTENT_PUBLISHER],[it.ADMIN]:[it.KHUB_ADMIN,it.USERS_ADMIN,it.PORTAL_ADMIN],[it.DEVELOPER]:[it.BETA_USER,it.DEBUG_USER]};var tr=class extends Zt{constructor(){super(),this.cache.registerFinal("available-locales",()=>this.api.getAvailableSearchLocales())}async launchSearch(t){return this.api.search(t)}async launchSuggest(t){return this.api.getSuggestions(t)}async getAvailableSearchLocales(){return this.cache.get("available-locales")}};var Dr=o=>o.request.virtualField===Qe.TITLE_ONLY&&o.request.scope===Je.DOCUMENTS,er=class o extends Event{constructor(){super(o.eventName)}};er.eventName="search-context-clear-all-filters";var xo=class o{static build(t,r){return new o(ja(t.trim()||"context"),r)}constructor(t,r){this.store=t,this.ignoreEmptyQuery=!1,this.openExternalDocumentInNewTab=!1,this.searchDebouncer=new ie.Debouncer(100),this.suggestDebouncer=new ie.Debouncer(300),this.service=r??new tr}async initService(){return this.store.actions.setLocales((await this.service.getAvailableSearchLocales()).contentLocales),this.launchSearch()}setQuery(t){this.store.actions.setRequestQuery(t),this.store.actions.setLiveQuery(t),this.store.actions.setPageNumber(1),this.launchSearch()}setContentLocale(t){let r=this.store.getState().locales,i=this.store.getState().request.contentLocale;if(t!=i){if(r){let n=a=>r.some(l=>l.lang==a);n(t)||(t=n(i)?i:r[0].lang)}this.store.actions.setRequestContentLocale(t),this.store.actions.setPageNumber(1),this.store.actions.setRequestFilters([]),this.launchSearch()}return t}setPageSize(t){this.store.actions.setPageSize(t),this.launchSearch()}setPageNumber(t){this.store.actions.setPageNumber(t),this.launchSearch()}setSort(t){this.store.actions.setRequestSort(t),this.store.actions.setPageNumber(1),this.launchSearch()}setFilters(t){let r=t.filter(i=>i.values.length>0);this.store.actions.setRequestFilters(r),this.store.actions.setPageNumber(1),r.forEach(i=>{this.facetIds.includes(i.key)||(this.facetIds=[...this.facetIds,i.key])}),this.launchSearch()}setClusterSortCriterion(t){this.store.actions.setRequestClusterSortCriterion(t),this.launchSearch()}setSearchInDocumentTitlesOnly(t){t?(this.store.actions.setRequestVirtualField(Qe.TITLE_ONLY),this.store.actions.setRequestScope(Je.DOCUMENTS)):(this.store.actions.setRequestVirtualField(Qe.EVERYWHERE),this.store.actions.setRequestScope(Je.DEFAULT)),this.launchSearch()}get searchInDocumentTitlesOnly(){return Dr(this.store.getState())}get periodFilter(){return this.store.getState().request.periodFilter}clearAllFilters(){this.setFilters([]),this.store.eventBus.dispatchEvent(new er)}addFacet(t){this.facetIds=[...this.facetIds,t],this.launchSearch()}replaceFacet(t,r){let i=this.facetIds.filter(n=>n!=t);r&&i.push(r),this.facetIds=i,this.launchSearch()}get facetIds(){return this.store.getState().request.facets.map(t=>t.id)}set facetIds(t){let i=[...new Set(t)].map(n=>({id:n}));this.store.actions.setRequestFacets(i)}setFilter(t,r){let i=this.store.getState().request.filters,n={key:t,values:r,negative:!1},a=[...i.filter(l=>l.key!==t),n];this.setFilters(a)}setLiveQuery(t){this.store.actions.setLiveQuery(t),this.launchSuggest()}setRequest(t){this.store.actions.setRequest(t),this.store.actions.setLiveQuery(t.query),this.store.actions.setPageNumber(1),this.launchSearch()}setScope(t){this.store.actions.setRequestScope(t),this.launchSearch()}setIgnoreEmptyQuery(t){this.ignoreEmptyQuery=t,this.launchSearch()}setOpenExternalDocumentInNewTab(t){this.openExternalDocumentInNewTab=t}setPeriodFilter(t){this.store.actions.setRequestPeriodFilter(t),this.store.actions.setPageNumber(1),this.launchSearch()}launchSearch(){return this.searchDebouncer.run(()=>this.fetchSearchData())}launchSuggest(){return this.suggestDebouncer.run(()=>this.fetchSuggestData())}async fetchSearchData(){var t,r;try{(t=this.cancelableSearch)===null||t===void 0||t.cancel();let i=this.store.getState().request;if(this.store.actions.setPaging(void 0),this.ignoreEmptyQuery&&i.query.length==0)this.store.actions.setResults(void 0),this.store.actions.setFacets(void 0),this.store.actions.setSpellcheck(void 0);else{this.cancelableSearch=(0,ie.cancelable)(this.service.launchSearch(i));let n=await this.cancelableSearch;if(n.paging.currentPage<=1)this.store.actions.setResults(n.results),this.store.actions.setFacets(n.facets),this.store.actions.setSpellcheck(n.spellcheck);else{let a=((r=this.store.getState().results)!==null&&r!==void 0?r:[]).concat(n.results);this.store.actions.setResults(a)}this.store.actions.setPaging(n.paging)}}catch(i){!(i instanceof ie.CanceledPromiseError)&&this.errorHandler&&this.errorHandler(i)}}async fetchSuggestData(){var t;try{let r=this.store.getState(),i=r.request,n={input:r.liveQuery,filters:i.filters,sort:i.sort,contentLocale:i.contentLocale,scope:i.scope};(t=this.cancelableSuggest)===null||t===void 0||t.cancel(),this.cancelableSuggest=(0,ie.cancelable)(this.service.launchSuggest(n));let a=await this.cancelableSuggest;this.store.actions.setSuggestResults(a.suggestions)}catch(r){!(r instanceof ie.CanceledPromiseError)&&this.errorHandler&&this.errorHandler(r)}}clear(){this.store.clear()}};var sl=function(o,t,r,i){var n=arguments.length,a=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,t,r,i);else for(var p=o.length-1;p>=0;p--)(l=o[p])&&(a=(n<3?l(a):n>3?l(t,r,a):l(t,r))||a);return n>3&&a&&Object.defineProperty(t,r,a),a},Ur=class extends Event{constructor(){super("register-ft-search-component",{bubbles:!0,composed:!0})}},Br=Symbol("registerInterval");function ll(o){var t;class r extends o{constructor(){super(...arguments),this[t]=0}setSearchStateManager(n){this.clearStateManager(),this.stateManager=n,this.addStore(n.store,"search")}clearStateManager(){this.stateManager&&(this.removeStore(this.stateManager.store),this.stateManager=void 0)}connectedCallback(){super.connectedCallback(),this[Br]=window.setInterval(()=>this.tryToRegisterToContext(),50)}tryToRegisterToContext(){this.stateManager!=null?window.clearInterval(this[Br]):this.dispatchEvent(new Ur)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return t=Br,sl([(0,hs.state)()],r.prototype,"stateManager",void 0),r}var or=class extends ll(us.FtLitElementRedux){};var rr=Jo.build("designedSearchType"),ms={label:"Search scope",documentTitlesOnly:"Search in document titles only"};var Cs=f(V());var xs=f(O());var bs=f(R()),ne=f(V()),Mt=f(O());var ys=f(R());var gs=ys.css`
1511
- `;var ht=function(o,t,r,i){var n=arguments.length,a=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,t,r,i);else for(var p=o.length-1;p>=0;p--)(l=o[p])&&(a=(n<3?l(a):n>3?l(t,r,a):l(t,r))||a);return n>3&&a&&Object.defineProperty(t,r,a),a},zr=class extends CustomEvent{constructor(t){super("ft-search-load-error",{detail:t})}},Wr=class extends CustomEvent{constructor(t){super("ft-search-request-change",{detail:t})}},Mr=class extends CustomEvent{constructor(t,r,i){super("ft-search-results-change",{detail:{request:t,paging:r,spellcheck:i}})}},j=class extends Mt.FtLitElementRedux{get stateManager(){if(this._stateManager==null){let t=this.searchServiceProvider?this.searchServiceProvider():void 0;this._stateManager=xo.build(this.id||(""+Math.round(Math.random()*999e3)).padStart(6,"0"),t),this._stateManager.errorHandler=r=>this.handleLoadError(r),this.addStore(this.stateManager.store,"search")}return this._stateManager}constructor(){super(),this.query="",this.pageSize=20,this.searchInDocumentTitlesOnly=!1,this.ignoreEmptyQuery=!1,this.openExternalDocumentInNewTab=!1,this.filters=[],this.sort=[],this.addStore(w)}render(){return bs.html`
1510
+ `}update(e){var o;super.update(e),["context","key","defaultMessage"].some(n=>e.has(n))&&this.context&&this.key&&this.addI18nMessages(this.context,{[this.key]:(o=this.defaultMessage)!==null&&o!==void 0?o:""})}};Ke.elementDefinitions={};Ke.styles=Zs;Gr([(0,Bo.redux)()],Ke.prototype,"editorMode",void 0);Gr([(0,$o.property)()],Ke.prototype,"context",void 0);Gr([(0,$o.property)()],Ke.prototype,"key",void 0);Gr([(0,Bo.jsonProperty)([])],Ke.prototype,"args",void 0);Gr([(0,$o.property)()],Ke.prototype,"defaultMessage",void 0);var Mo=class t{static build(e){return new t(e)}static fromGwt(e){return new t(e)}constructor(e){this.name=e,this.properties=new Proxy({},{get:(o,n)=>{let i=n;return a=>({context:this.name,key:i,args:typeof a=="function"?void 0:a,argsProvider:typeof a=="function"?a:void 0})}}),this.messages=new Proxy({},{get:(o,n)=>(...i)=>hr.resolveMessage(this.name,n,...i)})}};(0,Zl.customElement)("ft-i18n")(Ke);var mc=m(R()),yc=m(H());var ut=m(R());var ql=m(R()),Zd={setRequest:(t,e)=>{t.request=e.payload},setRequestQuery:(t,e)=>{t.request.query=e.payload},setRequestContentLocale:(t,e)=>{t.request.contentLocale=e.payload},setPageSize:(t,e)=>{t.request.paging.perPage=e.payload},setPageNumber:(t,e)=>{t.request.paging.page=e.payload},setRequestSort:(t,e)=>{t.request.sort=e.payload},setRequestFilters:(t,e)=>{t.request.filters=e.payload},setRequestFacets:(t,e)=>{t.request.facets=e.payload},setRequestVirtualField:(t,e)=>{t.request.virtualField=e.payload},setRequestScope:(t,e)=>{t.request.scope=e.payload},setRequestClusterSortCriterion:(t,e)=>{t.request.clusterSortCriterions=e.payload},setResults:(t,e)=>{t.results=e.payload},setFacets:(t,e)=>{t.facets=e.payload},setSpellcheck:(t,e)=>{t.spellcheck=e.payload},setLocales:(t,e)=>{t.locales=e.payload},setPaging:(t,e)=>{t.paging=e.payload},setLiveQuery:(t,e)=>{t.liveQuery=e.payload},setSuggestResults:(t,e)=>{t.suggestResults=e.payload},setRequestPeriodFilter:(t,e)=>{t.request.periodFilter=e.payload}},Yl=t=>ql.FtReduxStore.get({name:"ft-search-"+t,initialState:{request:{query:"",filters:[],facets:[],sort:[],paging:{page:1,perPage:20}},liveQuery:""},reducers:Zd});var Zv=m(Ql(),1);var Jl;(function(t){t.black="black",t.green="green",t.blue="blue",t.purple="purple",t.red="red",t.orange="orange",t.yellow="yellow"})(Jl||(Jl={}));var ec;(function(t){t.OFFICIAL="OFFICIAL",t.PERSONAL="PERSONAL",t.SHARED="SHARED"})(ec||(ec={}));var tc;(function(t){t.THIRD_PARTY="THIRD_PARTY",t.OFF_THE_GRID="OFF_THE_GRID",t.CONTENT_PACKAGER="CONTENT_PACKAGER",t.PAGES="PAGES",t.DESIGNED_READER="DESIGNED_READER"})(tc||(tc={}));var rc;(function(t){t.HOMEPAGE="HOMEPAGE",t.CUSTOM="CUSTOM",t.HEADER="HEADER",t.READER="READER",t.TOPIC_TEMPLATE="TOPIC_TEMPLATE",t.SEARCH="SEARCH",t.SEARCH_RESULT="SEARCH_RESULT"})(rc||(rc={}));var oc;(function(t){t.CLASSIC="CLASSIC",t.CUSTOM="CUSTOM",t.DESIGNER="DESIGNER"})(oc||(oc={}));var nc;(function(t){t.AND="AND",t.OR="OR",t.MONOVALUED="MONOVALUED"})(nc||(nc={}));var ic;(function(t){t.NONE="NONE",t.ALPHABET="ALPHABET",t.VERSION="VERSION"})(ic||(ic={}));var ac;(function(t){t.STARS="STARS",t.LIKE="LIKE",t.DICHOTOMOUS="DICHOTOMOUS",t.NO_RATING="NO_RATING"})(ac||(ac={}));var sc;(function(t){t.LAST_WEEK="LAST_WEEK",t.LAST_MONTH="LAST_MONTH",t.LAST_QUARTER="LAST_QUARTER",t.LAST_YEAR="LAST_YEAR",t.CUSTOM="CUSTOM"})(sc||(sc={}));var lc;(function(t){t.ASC="ASC",t.DESC="DESC"})(lc||(lc={}));var cc;(function(t){t.ALPHA="ALPHA",t.NATURAL="NATURAL"})(cc||(cc={}));var Sr;(function(t){t.EVERYWHERE="EVERYWHERE",t.TITLE_ONLY="TITLE_ONLY",t.NONE="NONE"})(Sr||(Sr={}));var dc;(function(t){t.ARTICLE="ARTICLE",t.BOOK="BOOK",t.SHARED_BOOK="SHARED_BOOK"})(dc||(dc={}));var pc;(function(t){t.FLUIDTOPICS="FLUIDTOPICS",t.EXTERNAL="EXTERNAL"})(pc||(pc={}));var fc;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC",t.PERSONAL_BOOK="PERSONAL_BOOK",t.SHARED_BOOK="SHARED_BOOK"})(fc||(fc={}));var uc;(function(t){t.MAP="MAP",t.DOCUMENT="DOCUMENT",t.TOPIC="TOPIC"})(uc||(uc={}));var Or;(function(t){t.DEFAULT="DEFAULT",t.DOCUMENTS="DOCUMENTS",t.ALL_TOPICS="ALL_TOPICS"})(Or||(Or={}));var le;(function(t){t.PERSONAL_BOOK_USER="PERSONAL_BOOK_USER",t.PERSONAL_BOOK_SHARE_USER="PERSONAL_BOOK_SHARE_USER",t.HTML_EXPORT_USER="HTML_EXPORT_USER",t.PDF_EXPORT_USER="PDF_EXPORT_USER",t.SAVED_SEARCH_USER="SAVED_SEARCH_USER",t.COLLECTION_USER="COLLECTION_USER",t.OFFLINE_USER="OFFLINE_USER",t.ANALYTICS_USER="ANALYTICS_USER",t.BETA_USER="BETA_USER",t.DEBUG_USER="DEBUG_USER",t.PRINT_USER="PRINT_USER",t.RATING_USER="RATING_USER",t.FEEDBACK_USER="FEEDBACK_USER",t.GENERATIVE_AI_USER="GENERATIVE_AI_USER",t.CONTENT_PUBLISHER="CONTENT_PUBLISHER",t.KHUB_ADMIN="KHUB_ADMIN",t.USERS_ADMIN="USERS_ADMIN",t.PORTAL_ADMIN="PORTAL_ADMIN",t.ADMIN="ADMIN",t.DEVELOPER="DEVELOPER"})(le||(le={}));var hc;(function(t){t.VALID="VALID",t.INVALID="INVALID"})(hc||(hc={}));var Vv={[le.PERSONAL_BOOK_SHARE_USER]:[le.PERSONAL_BOOK_USER],[le.HTML_EXPORT_USER]:[le.PERSONAL_BOOK_USER],[le.PDF_EXPORT_USER]:[le.PERSONAL_BOOK_USER],[le.KHUB_ADMIN]:[le.CONTENT_PUBLISHER],[le.ADMIN]:[le.KHUB_ADMIN,le.USERS_ADMIN,le.PORTAL_ADMIN],[le.DEVELOPER]:[le.BETA_USER,le.DEBUG_USER]};var Uo=class extends et{constructor(){super(),this.cache.registerFinal("available-locales",()=>this.api.getAvailableSearchLocales())}async launchSearch(e){return this.api.search(e)}async launchSuggest(e){return this.api.getSuggestions(e)}async getAvailableSearchLocales(){return this.cache.get("available-locales")}};var Yn=t=>t.request.virtualField===Sr.TITLE_ONLY&&t.request.scope===Or.DOCUMENTS,zo=class t extends Event{constructor(){super(t.eventName)}};zo.eventName="search-context-clear-all-filters";var Kr=class t{static build(e,o){return new t(Yl(e.trim()||"context"),o)}constructor(e,o){this.store=e,this.ignoreEmptyQuery=!1,this.openExternalDocumentInNewTab=!1,this.searchDebouncer=new ut.Debouncer(100),this.suggestDebouncer=new ut.Debouncer(300),this.service=o??new Uo}async initService(){return this.store.actions.setLocales((await this.service.getAvailableSearchLocales()).contentLocales),this.launchSearch()}setQuery(e){this.store.actions.setRequestQuery(e),this.store.actions.setLiveQuery(e),this.store.actions.setPageNumber(1),this.launchSearch()}setContentLocale(e){let o=this.store.getState().locales,n=this.store.getState().request.contentLocale;if(e!=n){if(o){let i=a=>o.some(s=>s.lang==a);i(e)||(e=i(n)?n:o[0].lang)}this.store.actions.setRequestContentLocale(e),this.store.actions.setPageNumber(1),this.store.actions.setRequestFilters([]),this.launchSearch()}return e}setPageSize(e){this.store.actions.setPageSize(e),this.launchSearch()}setPageNumber(e){this.store.actions.setPageNumber(e),this.launchSearch()}setSort(e){this.store.actions.setRequestSort(e),this.store.actions.setPageNumber(1),this.launchSearch()}setFilters(e){let o=e.filter(n=>n.values.length>0);this.store.actions.setRequestFilters(o),this.store.actions.setPageNumber(1),o.forEach(n=>{this.facetIds.includes(n.key)||(this.facetIds=[...this.facetIds,n.key])}),this.launchSearch()}setClusterSortCriterion(e){this.store.actions.setRequestClusterSortCriterion(e),this.launchSearch()}setSearchInDocumentTitlesOnly(e){e?(this.store.actions.setRequestVirtualField(Sr.TITLE_ONLY),this.store.actions.setRequestScope(Or.DOCUMENTS)):(this.store.actions.setRequestVirtualField(Sr.EVERYWHERE),this.store.actions.setRequestScope(Or.DEFAULT)),this.launchSearch()}get searchInDocumentTitlesOnly(){return Yn(this.store.getState())}get periodFilter(){return this.store.getState().request.periodFilter}clearAllFilters(){this.setFilters([]),this.store.eventBus.dispatchEvent(new zo)}addFacet(e){this.facetIds=[...this.facetIds,e],this.launchSearch()}replaceFacet(e,o){let n=this.facetIds.filter(i=>i!=e);o&&n.push(o),this.facetIds=n,this.launchSearch()}get facetIds(){return this.store.getState().request.facets.map(e=>e.id)}set facetIds(e){let n=[...new Set(e)].map(i=>({id:i}));this.store.actions.setRequestFacets(n)}setFilter(e,o){let n=this.store.getState().request.filters,i={key:e,values:o,negative:!1},a=[...n.filter(s=>s.key!==e),i];this.setFilters(a)}setLiveQuery(e){this.store.actions.setLiveQuery(e),this.launchSuggest()}setRequest(e){this.store.actions.setRequest(e),this.store.actions.setLiveQuery(e.query),this.store.actions.setPageNumber(1),this.launchSearch()}setScope(e){this.store.actions.setRequestScope(e),this.launchSearch()}setIgnoreEmptyQuery(e){this.ignoreEmptyQuery=e,this.launchSearch()}setOpenExternalDocumentInNewTab(e){this.openExternalDocumentInNewTab=e}setPeriodFilter(e){this.store.actions.setRequestPeriodFilter(e),this.store.actions.setPageNumber(1),this.launchSearch()}launchSearch(){return this.searchDebouncer.run(()=>this.fetchSearchData())}launchSuggest(){return this.suggestDebouncer.run(()=>this.fetchSuggestData())}async fetchSearchData(){var e,o;try{(e=this.cancelableSearch)===null||e===void 0||e.cancel();let n=this.store.getState().request;if(this.store.actions.setPaging(void 0),this.ignoreEmptyQuery&&n.query.length==0)this.store.actions.setResults(void 0),this.store.actions.setFacets(void 0),this.store.actions.setSpellcheck(void 0);else{this.cancelableSearch=(0,ut.cancelable)(this.service.launchSearch(n));let i=await this.cancelableSearch;if(i.paging.currentPage<=1)this.store.actions.setResults(i.results),this.store.actions.setFacets(i.facets),this.store.actions.setSpellcheck(i.spellcheck);else{let a=((o=this.store.getState().results)!==null&&o!==void 0?o:[]).concat(i.results);this.store.actions.setResults(a)}this.store.actions.setPaging(i.paging)}}catch(n){!(n instanceof ut.CanceledPromiseError)&&this.errorHandler&&this.errorHandler(n)}}async fetchSuggestData(){var e;try{let o=this.store.getState(),n=o.request,i={input:o.liveQuery,filters:n.filters,sort:n.sort,contentLocale:n.contentLocale,scope:n.scope};(e=this.cancelableSuggest)===null||e===void 0||e.cancel(),this.cancelableSuggest=(0,ut.cancelable)(this.service.launchSuggest(i));let a=await this.cancelableSuggest;this.store.actions.setSuggestResults(a.suggestions)}catch(o){!(o instanceof ut.CanceledPromiseError)&&this.errorHandler&&this.errorHandler(o)}}clear(){this.store.clear()}};var qd=function(t,e,o,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,o,a):s(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a},Qn=class extends Event{constructor(){super("register-ft-search-component",{bubbles:!0,composed:!0})}},Xn=Symbol("registerInterval");function Yd(t){var e;class o extends t{constructor(){super(...arguments),this[e]=0}setSearchStateManager(i){this.clearStateManager(),this.stateManager=i,this.addStore(i.store,"search")}clearStateManager(){this.stateManager&&(this.removeStore(this.stateManager.store),this.stateManager=void 0)}connectedCallback(){super.connectedCallback(),this[Xn]=window.setInterval(()=>this.tryToRegisterToContext(),50)}tryToRegisterToContext(){this.stateManager!=null?window.clearInterval(this[Xn]):this.dispatchEvent(new Qn)}disconnectedCallback(){super.disconnectedCallback(),this.clearStateManager()}}return e=Xn,qd([(0,yc.state)()],o.prototype,"stateManager",void 0),o}var Fo=class extends Yd(mc.FtLitElementRedux){};var Wo=Mo.build("designedSearchType"),gc={label:"Search scope",documentTitlesOnly:"Search in document titles only"};var wc=m(H());var Sc=m(R());var vc=m(D()),ht=m(H()),Ze=m(R());var bc=m(D());var xc=bc.css`
1511
+ `;var ge=function(t,e,o,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,o,a):s(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a},Jn=class extends CustomEvent{constructor(e){super("ft-search-load-error",{detail:e})}},ei=class extends CustomEvent{constructor(e){super("ft-search-request-change",{detail:e})}},ti=class extends CustomEvent{constructor(e,o,n){super("ft-search-results-change",{detail:{request:e,paging:o,spellcheck:n}})}},J=class extends Ze.FtLitElementRedux{get stateManager(){if(this._stateManager==null){let e=this.searchServiceProvider?this.searchServiceProvider():void 0;this._stateManager=Kr.build(this.id||(""+Math.round(Math.random()*999e3)).padStart(6,"0"),e),this._stateManager.errorHandler=o=>this.handleLoadError(o),this.addStore(this.stateManager.store,"search")}return this._stateManager}constructor(){super(),this.query="",this.pageSize=20,this.searchInDocumentTitlesOnly=!1,this.ignoreEmptyQuery=!1,this.openExternalDocumentInNewTab=!1,this.filters=[],this.sort=[],this.addStore(k)}render(){return vc.html`
1512
1512
  <slot @register-ft-search-component=${this.registerComponent}></slot>
1513
- `}update(t){super.update(t),t.has("query")&&this.query!==void 0&&this.stateManager.setQuery(this.query),t.has("contentLocale")&&this.contentLocale!==void 0&&this.stateManager.setContentLocale(this.contentLocale),t.has("session")&&this.session&&this.stateManager.initService(),t.has("filters")&&this.filters!==void 0&&this.stateManager.setFilters(this.filters),t.has("sort")&&this.sort!==void 0&&this.stateManager.setSort(this.sort),t.has("pageSize")&&this.pageSize!==void 0&&this.stateManager.setPageSize(this.pageSize),t.has("searchInDocumentTitlesOnly")&&this.searchInDocumentTitlesOnly!==void 0&&this.stateManager.setSearchInDocumentTitlesOnly(this.searchInDocumentTitlesOnly),t.has("scope")&&this.scope!==void 0&&this.stateManager.setScope(this.scope),t.has("ignoreEmptyQuery")&&this.ignoreEmptyQuery!==void 0&&this.stateManager.setIgnoreEmptyQuery(this.ignoreEmptyQuery),t.has("openExternalDocumentInNewTab")&&this.openExternalDocumentInNewTab!==void 0&&this.stateManager.setOpenExternalDocumentInNewTab(this.openExternalDocumentInNewTab),t.has("periodFilter")&&this.periodFilter!==void 0&&this.stateManager.setPeriodFilter(this.periodFilter)}connectedCallback(){super.connectedCallback(),this.stateManager.setQuery(this.query),this.stateManager.setContentLocale(this.contentLocale),this.stateManager.setFilters(this.filters),this.stateManager.setPageSize(this.pageSize),this.stateManager.setSort(this.sort)}contentAvailableCallback(t){super.contentAvailableCallback(t),t.has("request")&&this.request&&this.dispatchEvent(new Wr(this.request)),t.has("paging")&&this.paging!==void 0&&this.dispatchEvent(new Mr(this.request,this.paging,this.autocorrect))}registerComponent(t){t.stopPropagation();let r=t.composedPath()[0];this.register(r)}register(t){t.setSearchStateManager(this.stateManager)}handleLoadError(t){this.dispatchEvent(new zr(t))}reloadSavedSearches(){Ma.clearMySearches()}clear(){this.stateManager.clear()}};j.elementDefinitions={};j.styles=gs;ht([(0,ne.property)()],j.prototype,"query",void 0);ht([(0,ne.property)()],j.prototype,"contentLocale",void 0);ht([(0,ne.property)({type:Number})],j.prototype,"pageSize",void 0);ht([(0,ne.property)({type:Boolean})],j.prototype,"searchInDocumentTitlesOnly",void 0);ht([(0,ne.property)()],j.prototype,"periodFilter",void 0);ht([(0,ne.property)()],j.prototype,"scope",void 0);ht([(0,ne.property)({type:Boolean})],j.prototype,"ignoreEmptyQuery",void 0);ht([(0,Mt.redux)({store:w.name})],j.prototype,"openExternalDocumentInNewTab",void 0);ht([(0,Mt.jsonProperty)([])],j.prototype,"filters",void 0);ht([(0,Mt.jsonProperty)([])],j.prototype,"sort",void 0);ht([(0,Mt.redux)({store:"search"})],j.prototype,"request",void 0);ht([(0,Mt.redux)({store:"search"})],j.prototype,"paging",void 0);ht([(0,Mt.redux)({store:"search",selector:o=>o.spellcheck})],j.prototype,"autocorrect",void 0);ht([(0,Mt.redux)({store:w.name})],j.prototype,"session",void 0);ht([(0,ne.property)({attribute:!1})],j.prototype,"searchServiceProvider",void 0);(0,xs.customElement)("ft-search-context")(j);var vs=function(o,t,r,i){var n=arguments.length,a=n<3?t:i===null?i=Object.getOwnPropertyDescriptor(t,r):i,l;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(o,t,r,i);else for(var p=o.length-1;p>=0;p--)(l=o[p])&&(a=(n<3?l(a):n>3?l(t,r,a):l(t,r))||a);return n>3&&a&&Object.defineProperty(t,r,a),a},he=class extends qo(or){constructor(){super(),this.addI18nContext(rr,ms)}render(){return Ss.html`
1513
+ `}update(e){super.update(e),e.has("query")&&this.query!==void 0&&this.stateManager.setQuery(this.query),e.has("contentLocale")&&this.contentLocale!==void 0&&this.stateManager.setContentLocale(this.contentLocale),e.has("session")&&this.session&&this.stateManager.initService(),e.has("filters")&&this.filters!==void 0&&this.stateManager.setFilters(this.filters),e.has("sort")&&this.sort!==void 0&&this.stateManager.setSort(this.sort),e.has("pageSize")&&this.pageSize!==void 0&&this.stateManager.setPageSize(this.pageSize),e.has("searchInDocumentTitlesOnly")&&this.searchInDocumentTitlesOnly!==void 0&&this.stateManager.setSearchInDocumentTitlesOnly(this.searchInDocumentTitlesOnly),e.has("scope")&&this.scope!==void 0&&this.stateManager.setScope(this.scope),e.has("ignoreEmptyQuery")&&this.ignoreEmptyQuery!==void 0&&this.stateManager.setIgnoreEmptyQuery(this.ignoreEmptyQuery),e.has("openExternalDocumentInNewTab")&&this.openExternalDocumentInNewTab!==void 0&&this.stateManager.setOpenExternalDocumentInNewTab(this.openExternalDocumentInNewTab),e.has("periodFilter")&&this.periodFilter!==void 0&&this.stateManager.setPeriodFilter(this.periodFilter)}connectedCallback(){super.connectedCallback(),this.stateManager.setQuery(this.query),this.stateManager.setContentLocale(this.contentLocale),this.stateManager.setFilters(this.filters),this.stateManager.setPageSize(this.pageSize),this.stateManager.setSort(this.sort)}contentAvailableCallback(e){super.contentAvailableCallback(e),e.has("request")&&this.request&&this.dispatchEvent(new ei(this.request)),e.has("paging")&&this.paging!==void 0&&this.dispatchEvent(new ti(this.request,this.paging,this.autocorrect))}registerComponent(e){e.stopPropagation();let o=e.composedPath()[0];this.register(o)}register(e){e.setSearchStateManager(this.stateManager)}handleLoadError(e){this.dispatchEvent(new Jn(e))}reloadSavedSearches(){Wl.clearMySearches()}clear(){this.stateManager.clear()}};J.elementDefinitions={};J.styles=xc;ge([(0,ht.property)()],J.prototype,"query",void 0);ge([(0,ht.property)()],J.prototype,"contentLocale",void 0);ge([(0,ht.property)({type:Number})],J.prototype,"pageSize",void 0);ge([(0,ht.property)({type:Boolean})],J.prototype,"searchInDocumentTitlesOnly",void 0);ge([(0,ht.property)()],J.prototype,"periodFilter",void 0);ge([(0,ht.property)()],J.prototype,"scope",void 0);ge([(0,ht.property)({type:Boolean})],J.prototype,"ignoreEmptyQuery",void 0);ge([(0,Ze.redux)({store:k.name})],J.prototype,"openExternalDocumentInNewTab",void 0);ge([(0,Ze.jsonProperty)([])],J.prototype,"filters",void 0);ge([(0,Ze.jsonProperty)([])],J.prototype,"sort",void 0);ge([(0,Ze.redux)({store:"search"})],J.prototype,"request",void 0);ge([(0,Ze.redux)({store:"search"})],J.prototype,"paging",void 0);ge([(0,Ze.redux)({store:"search",selector:t=>t.spellcheck})],J.prototype,"autocorrect",void 0);ge([(0,Ze.redux)({store:k.name})],J.prototype,"session",void 0);ge([(0,ht.property)({attribute:!1})],J.prototype,"searchServiceProvider",void 0);(0,Sc.customElement)("ft-search-context")(J);var Oc=function(t,e,o,n){var i=arguments.length,a=i<3?e:n===null?n=Object.getOwnPropertyDescriptor(e,o):n,s;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")a=Reflect.decorate(t,e,o,n);else for(var c=t.length-1;c>=0;c--)(s=t[c])&&(a=(i<3?s(a):i>3?s(e,o,a):s(e,o))||a);return i>3&&a&&Object.defineProperty(e,o,a),a},Pt=class extends _o(Fo){constructor(){super(),this.addI18nContext(Wo,gc)}render(){return Cc.html`
1514
1514
  <ft-filter
1515
- label=${rr.messages.label()}
1516
- .options=${[{label:rr.messages.documentTitlesOnly(),value:t=>{var r;return(r=this.stateManager)===null||r===void 0?void 0:r.setSearchInDocumentTitlesOnly(t)},selected:this.searchInDocumentTitlesOnly}]}
1515
+ label=${Wo.messages.label()}
1516
+ .options=${[{label:Wo.messages.documentTitlesOnly(),value:e=>{var o;return(o=this.stateManager)===null||o===void 0?void 0:o.setSearchInDocumentTitlesOnly(e)},selected:this.searchInDocumentTitlesOnly}]}
1517
1517
  part="filter"
1518
1518
  .exportpartsPrefixes=${["filter"]}
1519
1519
  multivalued
1520
1520
  @change=${this.onSelected}
1521
1521
  ></ft-filter>
1522
- `}onSelected(t){var r;(r=this.filter)===null||r===void 0||r.options.forEach(i=>i.value(i.selected))}};he.elementDefinitions={"ft-filter":L};he.styles=Zr;vs([(0,Os.redux)({selector:Dr})],he.prototype,"searchInDocumentTitlesOnly",void 0);vs([(0,Cs.query)("ft-filter")],he.prototype,"filter",void 0);(0,Es.customElement)("ft-search-type")(he);})();
1522
+ `}onSelected(e){var o;(o=this.filter)===null||o===void 0||o.options.forEach(n=>n.value(n.selected))}};Pt.elementDefinitions={"ft-filter":$};Pt.styles=ai;Oc([(0,Ec.redux)({selector:Yn})],Pt.prototype,"searchInDocumentTitlesOnly",void 0);Oc([(0,wc.query)("ft-filter")],Pt.prototype,"filter",void 0);(0,Ac.customElement)("ft-search-type")(Pt);})();
1523
1523
  /*! Bundled license information:
1524
1524
 
1525
1525
  lit-html/lit-html.js:
@@ -1535,4 +1535,11 @@ lit-html/static.js:
1535
1535
  * Copyright 2020 Google LLC
1536
1536
  * SPDX-License-Identifier: BSD-3-Clause
1537
1537
  *)
1538
+
1539
+ @lit/reactive-element/css-tag.js:
1540
+ (**
1541
+ * @license
1542
+ * Copyright 2019 Google LLC
1543
+ * SPDX-License-Identifier: BSD-3-Clause
1544
+ *)
1538
1545
  */